﻿/* TipTip CSS - Version 1.2 */
/* Modified */
#tiptip_holder {
  display: none;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 99999;
}

#tiptip_holder.tip_top {
  padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
  padding-top: 5px;
}

#tiptip_holder.tip_right {
  padding-left: 5px;
}

#tiptip_holder.tip_left {
  padding-right: 5px;
}

#tiptip_content {
  font-size: 11px;
  color: #333;
  font-weight: bold;
  padding: 3px !important;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 3px 14px -5px rgba(0, 0, 0, 0.9);
  border-width: 1px;
  border-style: solid;
  border-color: #bbb #aaa #aaa #aaa;
  text-align: left;
}
#tiptip_content > section {
  margin: 0;
}
#tiptip_content h3 {
  text-align: left;
  border-radius: 2px 2px 0 0;
}

.tiptip_body {
  margin: 0;
  padding: 16px;
}

.tiptip_close {
  display: none;
}

#tiptip_arrow, #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  height: 0;
  width: 0;
  border-width: 0;
  top: -3px;
}

#tiptip_holder.tip_top #tiptip_arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #tiptip_holder.tip_top #tiptip_arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-bottom: 0;
    display: none;
  }
}
#tiptip_holder.tip_right #tiptip_arrow {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
}

#tiptip_holder.tip_left #tiptip_arrow {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: rgb(25, 25, 25);
  border-top-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: rgb(25, 25, 25);
  border-bottom-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: rgb(25, 25, 25);
  border-right-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: rgb(25, 25, 25);
  border-left-color: rgba(25, 25, 25, 0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: #fff;
  }
  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45, 45, 45, 0.88);
    display: none;
  }
  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20, 20, 20, 0.92);
    display: none;
  }
}
.tipTipActiveElement {
  background-color: #dbf4ff;
}
input.tipTipActiveElement {
  background-color: #ffdfdd !important;
}

select.tipTipActiveElement {
  background-color: #ffdfdd !important;
}
