/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font-family: 'Spartan', sans-serif;
  font-weight: 400;
	font-size: 13px;
  /* 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;
}

/* Button */
.selectboxit-container .selectboxit {
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 6px;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 30px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container  {
  height: 25px; /* Height of the drop down */
  line-height: 25px; /* Vertically positions the drop down text */
  display: block;
  width: calc(100%)!important;
}



.selectboxit-container span, .selectboxit-options a {
  height: 18px; /* Height of the drop down */
  line-height: 18px; /* Vertically positions the drop down text */
  display: block;
  font-weight: 400;
}

.selectboxit-options a{
  padding-top: 5px;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 0px;
  float: left;
  padding-top: 2px;
  padding-bottom: 4px;

}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 0px;
  margin-right: 10px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
 
 
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 4px;
  text-align: left;
  left: 0px;
  
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  max-height: 240px;
}

.selectboxit-options{
  width: calc( 100% - 0px )!important;
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 6px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

.selectboxit-option-anchor{
  padding: 0;
  width: 100%;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
 
  list-style-type: none;
 
}

.selectboxit-optgroup-header{
  font-size: 12px;
  text-align: center;
  padding: 8px;
  padding-top: 10px;
  color: #999999;
  border-bottom: 1px dotted #aaa;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* 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: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 35%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* 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: 30px;
  background-size: 30px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
  background-size: contain;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #910000;
 
  border: 0px solid #cccccc;
 
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  background-color: #fff;
  color: #333;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333;
  background-color: #fff;
  border: 1px solid #910000;
 
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 5px solid #910000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.selectboxit-list {
  background-color: #fff;
  border: 1px solid #910000;
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333;
  font-weight: 400;
  padding-top:9px;
  
}
.selectboxit-option:not(:last-of-type) {
border-bottom: 1px dotted #ccc;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #910000;
  color: #fff;
 
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999;
 
}


.selectboxit {
  width: calc( 100% - 42px) !important;
  max-width: none!important;
}