/*ensure the correct css is here for quick tools*/
.inputQT {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  /* stroke */
  border-top: 1px solid #a1a1a1;
  border-left: 1px solid #a1a1a1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjA3Ii8+CjxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDciLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDciLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  /* gradient overlay */
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.07) 30.8%, rgba(0, 0, 0, 0.01) 100%);
  /* gradient overlay */
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.07) 30.8%, rgba(0, 0, 0, 0.07) 100%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.07) 30.8%, rgba(0, 0, 0, 0.07) 100%);
  /* gradient overlay */
  background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.07) 30.8%, rgba(0, 0, 0, 0.07) 100%);
  /* gradient overlay */
  height: 27px;
  padding: 0 5px;
  font: 11px/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
  /* Inner top shadow */
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.045);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.045);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.045);
}

/*to hide current qt-wrapper - until global change*/
#quick-tools #qt-wrapper {
  height: 0;
  opacity: 1;
  overflow: hidden;
}

div#quick-tools-wrap {
  font-size: 10px;
  margin-bottom: 6px;
  position: relative;
  z-index: 350;
  /*quick tools icons*/
}
div#quick-tools-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div#quick-tools-wrap.open #qt-wrap {
  height: 347px;
  overflow: visible;
  opacity: 1;
}
:not(.dj_ie) div#quick-tools-wrap.open #qt-wrap {
  height: auto;
}
div#quick-tools-wrap.open #qt-name, div#quick-tools-wrap.transition #qt-name {
  /*code to be implemented after global update*/
  /*            background-position: 194px -396px;*/
}
div#quick-tools-wrap.open h2, div#quick-tools-wrap.transition h2 {
  /*fallback code to prevent flickering*/
  background-position: 0 -149px;
  /*code to be implemented after global update*/
  /*            background: url("/media/images/global/quicktools/sprite_qt-background.png") no-repeat 0 0;
              @include background(linear-gradient(top, #9e9e9e, #505050));
              @include border-bottom-left-radius(0);
              @include border-bottom-right-radius(0);*/
}
div#quick-tools-wrap #qt-name {
  text-decoration: none;
  /*code to be implemented after global update*/
  /*        background: url("/media/images/global/quicktools/sprite_qt.png") no-repeat 194px -428px;
          display: block;
          width: 100%;*/
}
div#quick-tools-wrap h2 {
  /*fallback code to prevent flickering*/
  background: url("/media/images/global/quicktools/quick_tool_sprite.gif") no-repeat 0 -182px transparent;
  font-weight: normal;
  width: 232px;
  /*code to be implemented after global update*/
  /*        background: url("/media/images/global/quicktools/sprite_qt-background.png") no-repeat 0 -32px;
          @include background(linear-gradient(top, #9e9e9e, #505050));
          @include border-radius(6px);*/
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.3em;
  line-height: 32px;
  margin: 0;
  padding: 0;
  text-indent: 13px;
  text-shadow: 0 1px 1px #202020;
}
div#quick-tools-wrap h2 a {
  color: #fff;
}
div#quick-tools-wrap h2 a:link {
  color: #fff !important;
  /*override for faq pages*/
}
div#quick-tools-wrap #qt-wrap {
  /*initial state*/
  height: 0;
  opacity: 0;
  overflow: hidden;
  clear: both;
  position: absolute;
  background: url("/media/images/global/quicktools/sprite_qt-background.png") no-repeat 0 -64px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f4f2f2));
  background: -webkit-linear-gradient(top, #ffffff, #f4f2f2);
  background: -moz-linear-gradient(top, #ffffff, #f4f2f2);
  background: -o-linear-gradient(top, #ffffff, #f4f2f2);
  background: linear-gradient(top, #ffffff, #f4f2f2);
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0;
  width: 232px;
}
:not(.dj_ie) div#quick-tools-wrap #qt-wrap {
  border: 1px solid #d8d8d8;
}
div#quick-tools-wrap #qt-wrap #qt-options-list {
  height: auto;
  margin: 0;
  padding: 0;
  width: 232px;
  list-style-type: none;
}
div#quick-tools-wrap #qt-wrap #qt-track {
  height: auto;
}
div#quick-tools-wrap #qt-wrap #qt-track #qt-track-link {
  background-position: 0 -20px;
  height: 23px;
  line-height: 23px;
  padding: 0 0 0 30px;
  margin-top: 0;
}
div#quick-tools-wrap #qt-wrap #qt-track #qt-track-link:hover {
  background-position: 0 -208px;
}
div#quick-tools-wrap #qt-wrap li {
  margin: 0 15px;
  border-top: 1px solid #cecece;
  height: 38px;
  background: url("/media/images/global/quicktools/sprite_qt.png") no-repeat right -171px;
}
div#quick-tools-wrap #qt-wrap li#qt-track {
  background: none;
}
div#quick-tools-wrap #qt-wrap li:hover {
  background-position: right -359px;
}
div#quick-tools-wrap #qt-wrap li:first-child {
  border-top: 0;
  padding-top: 6px;
}
div#quick-tools-wrap #qt-wrap li p, div#quick-tools-wrap #qt-wrap li a {
  color: #202020;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
div#quick-tools-wrap #qt-wrap li a:link {
  color: #202020 !important;
  /*override for faq pages*/
}
div#quick-tools-wrap #qt-wrap li a:link:hover {
  color: #2f6fa9 !important;
  /*override for faq pages*/
}
div#quick-tools-wrap #qt-wrap li a:hover {
  color: #2f6fa9;
}
div#quick-tools-wrap .inputWrap {
  padding-top: 2px;
  height: 28px;
  margin-bottom: 15px;
}
div#quick-tools-wrap input[type="text"] {
  width: 87%;
  height: 21px;
  padding: 0;
  border: 0;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
div#quick-tools-wrap input[type="text"]:focus {
  outline: none;
}
div#quick-tools-wrap .goQt {
  cursor: pointer;
  border: 0;
  width: 20px;
  height: 20px;
  line-height: 0;
  /*hide text for ie7*/
  text-indent: -9999px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: url("/media/images/global/quicktools/sprite_qt.png") no-repeat 0 -460px;
  background: url("/media/images/global/quicktools/sprite_qt.png") no-repeat 1px 0, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #48b1fb), color-stop(100%, #237fca));
  background: url("/media/images/global/quicktools/sprite_qt.png") no-repeat 1px 0, -webkit-linear-gradient(top, #48b1fb, #237fca);
  background: url("/media/images/global/quicktools/sprite_qt.png") no-repeat 1px 0, -moz-linear-gradient(top, #48b1fb, #237fca);
  background: url("/media/images/global/quicktools/sprite_qt.png") no-repeat 1px 0, -o-linear-gradient(top, #48b1fb, #237fca);
  background: url("/media/images/global/quicktools/sprite_qt.png") no-repeat 1px 0, linear-gradient(top, #48b1fb, #237fca);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
:not(.dj_ie7) div#quick-tools-wrap .goQt {
  line-height: 13px;
}
div#quick-tools-wrap .goQt:focus {
  outline: none;
}
div#quick-tools-wrap .qt-link {
  background: url("/media/images/global/quicktools/sprite_qt.png") no-repeat 0 0;
  padding-left: 30px;
  height: 18px;
  line-height: 18px;
  margin-top: 10px;
  text-decoration: none;
}
div#quick-tools-wrap .qt-link:hover {
  color: #2f6fa9;
}
div#quick-tools-wrap #qt-locate-link {
  background-position: 0 -44px;
}
div#quick-tools-wrap #qt-locate-link:hover {
  background-position: 0 -232px;
}
div#quick-tools-wrap #qt-stamps-link {
  background-position: 0 -61px;
  height: 20px;
  line-height: 20px;
}
div#quick-tools-wrap #qt-stamps-link:hover {
  background-position: 0 -249px;
}
div#quick-tools-wrap #qt-sap-link {
  background-position: 0 -82px;
}
div#quick-tools-wrap #qt-sap-link:hover {
  background-position: 0 -270px;
}
div#quick-tools-wrap #qt-calprice-link {
  background-position: 0 -100px;
}
div#quick-tools-wrap #qt-calprice-link:hover {
  background-position: 0 -288px;
}
div#quick-tools-wrap #qt-zip-link {
  background-position: 0 -119px;
}
div#quick-tools-wrap #qt-zip-link:hover {
  background-position: 0 -307px;
}
div#quick-tools-wrap #qt-hm-link {
  background-position: 0 -137px;
}
div#quick-tools-wrap #qt-hm-link:hover {
  background-position: 0 -325px;
}
div#quick-tools-wrap #qt-address-link {
  background-position: 0 -155px;
}
div#quick-tools-wrap #qt-address-link:hover {
  background-position: 0 -343px;
}

.dj_safari div#quick-tools-wrap input[type="text"] {
  line-height: 20px;
}

.dj_ie8 div#quick-tools-wrap .ti-wrap .inputWrap {
  padding-top: 1px;
}
.dj_ie8 div#quick-tools-wrap .goQt {
  background: url("/media/images/global/quicktools/sprite_qt.png") no-repeat 0 -460px;
}

.dj_ie7 div#quick-tools-wrap input[type="text"] {
  line-height: 20px;
  height: 20px;
}
.dj_ie7 div#quick-tools-wrap .goQt {
  background: url("/media/images/global/quicktools/sprite_qt.png") no-repeat 0 -460px;
}

/*ie7 / ie8 input specific css*/
div#quick-tools-wrap .ti-wrap {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  margin-bottom: 5px;
  zoom: 1;
}
div#quick-tools-wrap .ti-wrap .inputWrap {
  width: 192px;
  padding-top: 0px;
  margin-bottom: 10px;
}
div#quick-tools-wrap .ti-wrap .ti-left,
div#quick-tools-wrap .ti-wrap .ti-right,
div#quick-tools-wrap .ti-wrap .inputQT {
  background-image: url(/media/images/global/sprites/text-box.gif);
  background-color: transparent;
  float: left;
  height: 27px;
  line-height: 25px;
}
div#quick-tools-wrap .ti-wrap .ti-left {
  background-position: 0 0;
  width: 3px;
}
div#quick-tools-wrap .ti-wrap .ti-right {
  background-position: 0 -64px;
  width: 3px;
}
div#quick-tools-wrap .ti-wrap .inputQT {
  background-position: 0 -33px;
  border-right: none;
  border-left: none;
  border-bottom: none !important;
  padding-left: 2px;
  padding-right: 2px;
}
div#quick-tools-wrap #qt-wrap .hide-fromsighted, .hide-fromsighted-v2 {
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -4000px;
    width: 1px;
}
