/* Dropdown control */
.general .block a.selectBox-dropdown,
.selectBox-dropdown { min-width: 60px; position: relative; color: #777; border: solid 1px #ddd; background: transparent; text-decoration: none; text-align: left; outline: none; vertical-align: middle;  display: inline-block; cursor: default; }

.selectBox-dropdown:focus { border: 1px solid #ddd; }
.selectBox-dropdown.selectBox-menuShowing-bottom { }
.selectBox-dropdown.selectBox-menuShowing-top { }
.selectBox-dropdown .selectBox-label { padding: 15px 12px 11px; display: block; white-space: nowrap; overflow: hidden; }
.selectBox-dropdown .selectBox-arrow { position: absolute; top: 0; right: 10px; width: 23px; height: 100%; background: url(jquery.selectBox-arrow.gif) 50% center no-repeat; background-size: 50%; border: none; }

/* Dropdown menu */
.selectBox-dropdown-menu { position: absolute; z-index: 99999; max-height: 200px; min-height: 1em; background: #FFF; overflow: auto; -webkit-overflow-scrolling: touch; }

/* Inline control */
.selectBox-inline { min-width: 60px; outline: none; border: solid 1px #ddd; background: transparent; display: inline-block; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; overflow: auto; }
.selectBox-inline:focus { border-color: #ddd; }

/* Options */
.selectBox-options, .selectBox-options LI, .selectBox-options LI A { list-style: none; display: block; cursor: default; padding: 0; margin: 0; text-decoration: none; }
.selectBox-options.selectBox-options-top{ border-bottom:none; margin-top:1px; }
.selectBox-options.selectBox-options-bottom{ border-top:none;  }
.selectBox-options .selectBox-optgroup,
.selectBox-options LI A { line-height: 1.5; padding: 10px 29px; white-space: nowrap; overflow: hidden; font: 400 19px arimo, sans-serif; color: #777; }
.selectBox-options LI.selectBox-hover A { background-color: #EEE; }
.selectBox-options LI.selectBox-disabled A { color: #333; background-color: transparent; }
.selectBox-options LI.selectBox-selected A { background-color: #e6e6e6; }
.selectBox-options .selectBox-optgroup { font-weight: 600; color: #333; }

.selectBox-formbuilder li a { font-size: 15px; }

/* Disabled state */
.selectBox.selectBox-disabled { color: #888 !important; }
.selectBox-dropdown.selectBox-disabled .selectBox-arrow { opacity: .5; filter: alpha(opacity=50); border-color: #666; }
.selectBox-inline.selectBox-disabled { color: #888 !important; }
.selectBox-inline.selectBox-disabled .selectBox-options A { background-color: transparent !important; }
