/* Core qTip styles */
.qtip,
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 500px;
  min-width: 50px;
  direction: ltr;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.qtip-content {
  position: relative;
}

.qtip-titlebar {
  position: relative;
  padding: 5px 0;
  overflow: hidden;
  border-width: 0;
  font-size: 14px;
}

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* IE fix */

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
  vertical-align: middle;
}

.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus {
}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover {
}

/* Default tooltip style */
.qtip-default {
  background-color: #ffffff;
  color: #545e6b;
  border: 1px solid #545e6b;
  border-radius: 2px;
  /*font-size: 12px;*/
  /*line-height: 12px;*/
  padding: 5px 7px;
}

.qtip-default .qtip-titlebar {
  background-color: #ffffff;
}

.qtip-default .qtip-icon {
  border-color: #ccc;
  background: #f1f1f1;
  color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #aaa;
  color: #111;
}

/*! Light tooltip style */
.qtip-light {
  background-clor: #fff;
  border: 0;
  color: #263238;
  padding: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}

.qtip-light-no-padding {
  box-shadow: 10px 0px 5px -9px rgba(0, 0, 0, 0.75);
}

.qtip-light .qtip-titlebar {
  background-color: #eceff1;
  padding: 10px 15px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.qtip-light .qtip-content {
  background-color: #fff;
  padding: 10px 15px;
}

.qtip-light-no-padding .qtip-content {
  padding: 0;
}

.qtip-light .qtip-tip,
.qtip-light .qtip-tip .qtip-vml {
  display: none !important;
}

.tm-theme-dark .qtip-light {
  background-color: #1e222d;
  color: #d1d4dc;
}

.tm-theme-dark .qtip-light .qtip-titlebar {
  background-color: #2a2e39;
  color: #d1d4dc;
}

.tm-theme-dark .qtip-light .qtip-content {
  background-color: #1e222d;
  color: #d1d4dc;
}

.qtip-stocktip {
  background-color: white;
  border-color: #c0cad4;
  color: #545e6b;
  border-radius: 2px;
  padding: 10px;
  font-size: inherit;
  line-height: inherit;
}

.qtip-stocktip .qtip-titlebar {
  background-color: white;
}

.tm-theme-dark .qtip-stocktip {
  background-color: #1f2937;
  border-color: #1f2937;
  color: #fff;
}

.tm-theme-dark .qtip-stocktip .uk-panel .uk-panel-box-secondary {
  border-color: transparent;
}

.tm-theme-dark .qtip-stocktip .qtip-titlebar {
  background-color: #424242;
}

/*! Dark tooltip style */
.qtip-dark {
  background-color: #212a33;
  border-color: #171d24;
  color: white;
}

.qtip-dark .qtip-titlebar {
  background-color: #212a33;
}

.qtip-dark .qtip-icon {
  border-color: #fff;
}

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #fff;
}

/*! Cream tooltip style */
.qtip-cream {
  background-color: #ffd700;
  border-color: #ffd700;
  color: #fff;
}

.qtip-cream .qtip-titlebar {
  background-color: #ffd700;
}

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}

/*! Red tooltip style */
.qtip-red {
  background-color: #e64c65;
  border-color: #e64c65;
  color: #fff;
}

.qtip-red .qtip-titlebar {
  background-color: #e64c65;
}

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}

.qtip-red .qtip-icon {
  border-color: #e64c65;
}

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #e64c65;
}

/*! Green tooltip style */
.qtip-green {
  background-color: #75cc30;
  border-color: #75cc30;
  color: #fff;
}

.qtip-green .qtip-titlebar {
  background-color: #75cc30;
}

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}

/*! Blue tooltip style */
.qtip-blue {
  background-color: #00b0ff;
  border-color: #00b0ff;
  color: #fff;
  z-index: 1303 !important;
}

.qtip-blue .qtip-titlebar {
  background-color: #00b0ff;
}

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}

/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow {
  /*-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);*/
  /*-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);*/
  /*box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);*/
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 7px;
}

/* Youtube tooltip style */
.qtip-youtube {
  color: white;
  border-width: 0;
  background: #545e6b;
}

.qtip-youtube .qtip-titlebar {
  background-color: #545e6b;
}

.qtip-youtube .qtip-content {
  padding: 5px 7px;
  font: 12px;
}

.qtip-youtube .qtip-icon {
  border-color: #222;
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #545e6b;
}

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #545e6b;
  max-width: 350px !important;
}

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
}

.qtip-jtools .qtip-content {
}

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent;
}

.qtip-jtools .qtip-icon {
  border-color: rgba(0, 0, 0, 0.1);
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: rgba(0, 0, 0, 0.1);
}

/* Cluetip style */
.qtip-cluetip {
  /*-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);*/
  /*-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);*/
  /*box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);*/
  background-color: #d9d9c2;
  color: #111;
  border: 0 dashed transparent;
}

.qtip-cluetip .qtip-titlebar {
  background-color: #87876a;
  color: white;
  border: 0 dashed transparent;
}

.qtip-cluetip .qtip-icon {
  border-color: #808064;
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}

/* Tipsy style */
.qtip-tipsy {
  background: #263238;
  color: #fff;
  border: 0 solid transparent;
  font-size: 12px;
}

.qtip-tipsy a {
  color: #2196f3 !important;
}

.qtip-tipsy a:hover {
  color: #fff !important;
}

.qtip-tipsy .qtip-titlebar {
  padding: 5px 0;
  background-color: transparent;
}

.qtip-tipsy .qtip-content {
  padding: 5px 7px;
}

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* Tipped style */
.qtip-tipped {
  border: 3px solid #959fa9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f9f9f9;
  color: #454545;
  font-weight: normal;
  font-family: serif;
}

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3a79b8;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3a79b8),
    to(#2e629d)
  );
  background-image: -webkit-linear-gradient(top, #3a79b8, #2e629d);
  background-image: -moz-linear-gradient(top, #3a79b8, #2e629d);
  background-image: -ms-linear-gradient(top, #3a79b8, #2e629d);
  background-image: -o-linear-gradient(top, #3a79b8, #2e629d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3a79b8, endColorstr=#2e629d);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #fbfbfb;
  color: #555;
}

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333;

  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
     * Overrides qTip2:
     * .qtip-titlebar .qtip-close{
     *   [...]
     *   right: 4px;
     *   top: 50%;
     *   [...]
     *   border-style: solid;
     * }
     */
  right: 11px;
  top: 45%;
  border-style: none;
}

.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px;
}

.qtip-bootstrap .qtip-icon {
  /**
     * Overrides qTip2:
     * .qtip-default .qtip-icon {
     *   border-color: #CCC;
     *   background: #F1F1F1;
     *   color: #777;
     * }
     */
  background: transparent;
}

.qtip-bootstrap .qtip-icon .ui-icon {
  /**
     * Overrides qTip2:
     * .qtip-icon .ui-icon{
     *   width: 18px;
     *   height: 14px;
     * }
     */
  width: auto;
  height: auto;

  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}

/* Tips plugin */
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml {
  position: absolute;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

/* Modal plugin */
#qtip-overlay {
  position: fixed;
  left: -10000em;
  top: -10000em;
}

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* IE6 Modal plugin fix */
.qtipmodal-ie6fix {
  position: absolute !important;
}

.qtip-tradernet {
  border: 1px solid #5a6378;
  background-color: #5a6378;
  text-shadow: 1px 1px 0px #393f4f;
  color: #fff;
}
