@CHARSET "UTF-8";
/* line 4, ../../vendor/assets/ui/scss/_layout.scss */
html, body {
  height: 100%;
}

/* line 134, ../../vendor/assets/ui/scss/_mixins.scss */
body {
  background-color: #f3f3f3;
}

/* line 141, ../../vendor/assets/ui/scss/_mixins.scss */
#wrapper {
  width: 959px;
  min-width: 748px;
  max-width: 959px;
  margin: 0.833em auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

/* line 10, ../../vendor/assets/ui/scss/_layout.scss */
header {
  margin-bottom: 0.833em;
}
/* line 60, ../../vendor/assets/ui/scss/_mixins.scss */
header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 65, ../../vendor/assets/ui/scss/_mixins.scss */
header {
  zoom: 1;
}

/* line 15, ../../vendor/assets/ui/scss/_layout.scss */
footer {
  padding: 3.332em 0;
  text-align: center;
  clear: both;
}

/* line 5, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbHolder {
  background-image: -moz-linear-gradient(#f4f4f4, #dedcdc);
  background-image: -ms-linear-gradient(#f4f4f4, #dedcdc);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #dedcdc));
  background-image: -webkit-linear-gradient(#f4f4f4, #dedcdc);
  background-image: linear-gradient(#f4f4f4, #dedcdc);
  background-color: #dedcdc;
  border-radius: 2px;
  border: solid 1px;
  border-color: #dedcdc;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  height: 25px;
  position: relative;
  width: 220px;
}

/* line 23, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbSelector {
  background-color: white;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  display: block;
  height: 25px;
  left: 0;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 195px;
}

/* line 38, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: #333333;
  outline: none;
  text-decoration: none;
  width: 195px;
}

/* line 44, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbToggle {
  background: url(images/select-icons.png) 0 -116px no-repeat;
  display: block;
  height: 25px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}

/* line 54, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbToggle:hover {
  background: url(images/select-icons.png) 0 -167px no-repeat;
}

/* line 57, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbToggleOpen {
  background: url(images/select-icons.png) 0 -16px no-repeat;
}

/* line 60, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbToggleOpen:hover {
  background: url(images/select-icons.png) 0 -66px no-repeat;
}

/* line 63, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbHolderDisabled {
  border: solid 1px SearchBar;
}

/* line 70, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbHolderDisabled .sbToggle {
  background: none;
  background-color: #f4f4f4;
}

/* line 75, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbHolderDisabled .sbSelector {
  background-color: #f4f4f4;
}

/* line 79, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbOptions {
  /*background-color: #212121;*/
  background-color: #fff;
  border: solid 1px #515151;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 220px;
  z-index: 1;
  overflow-y: auto;
}

/* line 93, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbOptions li {
  padding: 0;
}

/* line 96, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbOptions a {
  border-bottom: dotted 1px #515151;
  display: block;
  outline: none;
  padding: 7px 0 7px 3px;
}

/* line 102, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbOptions a:link, .sbOptions a:visited {
  color: #333333;
  text-decoration: none;
}

/* line 108, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  /*@include linearGradient($SearchBar, $SearchBarDark);*/
  color: #333;
  background: #f2f2f2;
}

/* line 113, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbOptions li.last a {
  border-bottom: none;
}

/* line 116, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #333333;
  display: block;
  padding: 7px 0 7px 3px;
}

/* line 123, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbOptions .sbGroup {
  border-bottom: dotted 1px #515151;
  color: #333333;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}

/* line 130, ../../app/assets/stylesheets/jquery.selectbox.css.scss */
.sbOptions .sbSub {
  padding-left: 17px;
}
