/*
Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
/* line 163, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.selector,
div.selector span, div.uploader,
div.uploader span.action, div.button,
div.button span {
  background-image: url("../../img/jquery/uniform/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

/* line 169, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.selector, div.checker, div.button, div.radio, div.uploader {
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
}

/* line 174, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
  outline: 0;
}

/* line 180, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0;
}

/* line 187, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
.highContrastDetect {
  background: url("../../../img/jquery/uniform/bg-input.png") repeat-x 0 0;
  width: 0;
  height: 0;
}

/* Input & Textarea */
/* line 195, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: white;
  outline: 0;
}

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
/* line 207, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Select */
/* line 213, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.selector {
  line-height: 27px;
  height: 27px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  background: #fff;
}

/* line 221, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background: none;
  height: 25px;
  line-height: 25px;
  padding-right: 30px;
  cursor: pointer;
  width: 100%;
  display: block;
}

/* line 230, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.selector span:after {
  content: '\f0d7';
  font-family: "FontAwesome";
  position: absolute;
  right: 1px;
  top: 1px;
  border: 1px solid #d9d9d9;
  text-align: center;
  height: 23px;
  width: 23px;
  font-size: 19px;
  line-height: 21px;
  color: #AFAEAE;
  background: #fafafa;
}

/* line 247, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.selector.fixedWidth {
  width: 190px;
}

/* line 249, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.selector.fixedWidth span {
  width: 150px;
}

/* line 254, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 27px;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 265, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.selector.active span:after {
  color: #6f6e6e;
  top: 1px;
}

/* line 274, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.selector.hover span:after, div.selector.focus span:after {
  color: #6f6e6e;
  top: 1px;
}

/* line 282, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.selector.hover.active span:after, div.selector.focus.active span:after {
  color: #6f6e6e;
  top: 1px;
}

/* line 292, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.selector.disabled span:after, div.selector.disabled.active span:after {
  color: #6f6e6e;
  top: 1px;
}

/* Checkbox */
/* line 302, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.checker {
  position: relative;
}

/* line 305, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.checker, div.checker span {
  width: 15px;
  height: 15px;
}

/* line 309, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.checker input {
  position: relative;
  left: -1px;
  top: -3px;
  width: 15px;
  height: 14px !important;
  padding: 0;
  cursor: pointer;
}

/* line 318, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  background: #fff;
}

/* line 325, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.checker span.checked:before {
  content: '\f00c';
  font-family: "FontAwesome";
  position: absolute;
  left: auto;
  top: auto;
  padding: 0 0 0 1px;
  text-align: center;
  width: 13px;
  height: 13px;
  line-height: 14px;
  font-size: 12px;
  background: #eaeaea;
}

/* line 342, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* line 348, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.checker.active span {
  background-position: -15px -257px;
}

/* line 91, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.checker.active span.checked {
  background-position: -15px -257px;
}

/* line 358, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.checker.hover span, div.checker.focus span {
  background: #eaeaea;
}

/* line 91, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.checker.hover span.checked, div.checker.focus span.checked {
  background: #e4e4e4;
}

/* line 85, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.checker.disabled, div.checker.disabled.active {
  background-position: 0 -257px;
}

/* line 91, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.checker.disabled span.checked, div.checker.disabled.active span.checked {
  background-position: 0 -257px;
}

/* Radio */
/* line 383, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.radio {
  position: relative;
  display: inline;
}

/* line 386, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.radio, div.radio span, div.radio input {
  width: 13px;
  height: 13px;
}

/* line 390, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.radio span {
  width: 14px;
  height: 14px;
}

/* line 394, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #d9d9d9;
}

/* line 401, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.radio span.checked:before {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #727272;
  position: absolute;
  z-index: 1;
  left: 2px;
  top: 2px;
  display: block;
  text-indent: -5000px;
  content: '*';
}

/* line 417, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}

/* line 431, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.radio.hover span, div.radio.focus span {
  background-color: #f7f7f7;
}

/* Uploader */
/* line 443, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.uploader {
  background: none;
  height: 27px;
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

/* line 451, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.uploader span.action {
  background-position: 0 -378px;
  height: 27px;
  line-height: 27px;
  width: 94px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer;
}

/* line 463, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 27px;
  margin: 0 0 0 0;
  line-height: 27px;
  width: 172px;
  padding: 0 10px;
}

/* line 474, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}

/* Buttons */
/* line 488, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.button {
  background-position: 0 -634px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */
}

/* line 495, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.button a, div.button button, div.button input {
  opacity: 0.01;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

/* line 505, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.button span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 30px;
  text-align: center;
  background-position: right -514px;
  height: 30px;
  margin-left: 13px;
  padding: 0;
}

/* line 73, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.button.active {
  background-position: 0 -664px;
}

/* line 518, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.button.active span {
  background-position: right -544px;
  cursor: default;
}

/* line 79, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.button.hover, div.button.focus {
  background-position: 0 -694px;
}

/* line 527, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.button.hover span, div.button.focus span {
  background-position: right -574px;
}

/* line 85, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.button.disabled, div.button.disabled.active {
  background-position: 0 -724px;
}

/* line 535, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
div.button.disabled span, div.button.disabled.active span {
  background-position: right -604px;
  cursor: default;
}

/* INPUT & TEXTAREA */
/* ************************************************************************************************
		uniform
************************************************************************************************ */
/* line 22, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 13px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 18px;
  color: #777;
  border: solid 1px #d6d4d4;
}

/* line 79, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/_uniform._base.scss */
input.uniform-input.hover, input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
  border-color: #cbcaca;
}

/* PRESENTATION */
/* Buttons */
/* line 41, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
div.button.hover span, div.button.focus span {
  color: #555;
}

/* line 56, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
div.button.disabled span, div.button.disabled.active span {
  color: #bbb;
}

/* Select */
/* line 65, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
#compare_shipping .form-group label {
  display: block;
}

/* line 66, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
div.selector {
  font-size: 12px;
}

/* line 69, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
div.selector span {
  color: #666;
  text-shadow: 0 1px 0 #fff;
}

/* line 75, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
div.selector select {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* line 81, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
div.selector.disabled span, div.selector.disabled.active span {
  color: #bbb;
}

/* line 87, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
.checker span input {
  margin: 0 !important;
  position: relative;
}

/* line 89, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin: 0 !important;
}

/* line 96, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
.radio-inline,
.checkbox-inline {
  cursor: default;
}

/* Checker */
/* line 102, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
div.checker {
  cursor: pointer;
  margin-right: 5px;
}

/* line 106, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
div.checker span {
  position: relative;
  top: 1px;
}

/* line 112, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
#layered_form div.checker {
  display: inline;
  cursor: default;
}

/* Radio */
/* line 118, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
div.radio {
  margin-right: 3px;
}

/* line 120, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
div.radio span {
  position: relative;
}

/* Uploader */
/* line 127, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
div.uploader span.action {
  text-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

/* line 134, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
div.uploader span.filename {
  color: #777;
  border: solid 1px #d6d4d4;
  font-size: 13px;
  background: #fbfbfb;
  margin-right: 2px;
}

/* line 143, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  color: #aaa;
}

/* line 147, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa;
}

/* line 155, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/autoload/uniform.default.scss */
input.uniform-input, input.uniform-input:focus {
  background-color: #fff;
}

/*# sourceMappingURL=../../css/autoload/uniform.default.map */