.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  /* Styles that apply to all SelectBoxIt elements */

  /* Button */

  /* Height and Vertical Alignment of Text */

  /* Options List */

}
.selectboxit-container * {
  /* Prevents text selection */

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */

  min-width: 30px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  /* Focus pseudo selector */

}
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 18px;
  /* Height of the drop down */

  line-height: 18px;
  /* Vertically positions the drop down text */

  display: block;
  text-decoration: none;
}
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */

  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  /* Individual Option Optgroup Header */

}
.selectboxit-container .selectboxit-options > li > a {
  color: #646464;
}
.selectboxit-container .selectboxit-options .selectboxit-option,
.selectboxit-container .selectboxit-options .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */

  margin: 0;
}
.selectboxit-container .selectboxit-options .selectboxit-option {
  /* Individual options */

}
.selectboxit-container .selectboxit-options .selectboxit-option .selectboxit-option-icon-container {
  margin-left: 5px;
}
.selectboxit-container .selectboxit-options .selectboxit-option .selectboxit-option-icon-container .selectboxit-option-icon {
  width: 10px;
  height: 10px;
}
.selectboxit-container .selectboxit-options .selectboxit-option .selectboxit-option-anchor {
  /* Individual Option Hover Action */

}
.selectboxit-container .selectboxit-options .selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
.selectboxit-container .selectboxit-options .selectboxit-focus > a,
.selectboxit-container .selectboxit-options .selectboxit-focus > a:hover,
.selectboxit-container .selectboxit-options .selectboxit-focus > a:focus {
  background-color: #ebebeb;
}
.selectboxit-container .selectboxit-options .selectboxit-disabled > a {
  color: #999999;
}
.selectboxit-container .selectboxit-options .selectboxit-disabled > a:hover,
.selectboxit-container .selectboxit-options .selectboxit-disabled > a:focus {
  background-color: transparent;
  background-image: none;
}
.selectboxit-container .selectboxit-options .selectboxit-selected .selectboxit-option-icon {
  background: url(../img/sprites.png) no-repeat -21px -110px;
}
/* Disabled Mouse Interaction */
.selectboxit-disabled {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}
/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}
/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */

  width: 20px;
  position: absolute;
  right: 0;
  /* Drop Down down arrow */

}
.selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */

  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-btn {
  color: #646464;
  text-shadow: none;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #c0c0c0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.selectboxit-btn:hover,
.selectboxit-btn:focus,
.selectboxit-btn:active {
  color: #646464;
  text-shadow: none;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f6f6f6, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#dedede));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #dedede);
  background-image: -o-linear-gradient(top, #f6f6f6, #dedede);
  background-image: linear-gradient(to bottom, #f6f6f6, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#ffdedede', GradientType=0);
  border-color: #dedede #dedede #b8b8b8;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.selectboxit-btn:hover .selectboxit-default-arrow,
.selectboxit-btn:focus .selectboxit-default-arrow,
.selectboxit-btn:active .selectboxit-default-arrow {
  background-position: -15px -53px;
}
.selectboxit-btn:hover,
.selectboxit-btn:focus {
  text-decoration: none;
}
.selectboxit-btn .selectboxit-default-arrow {
  width: 20px;
  height: 100%;
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
  background-position: -15px -77px;
  border-left: 0px;
}
