﻿.select-box {
  position: relative;
}
.select-inner {
  display: inline-block;
  font-size: 15px;
}
.select-box-toggle {
  display: none;
}
.select-box-disabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.select-options {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    left: -1px;
    position: absolute;
    top: 46px !important;
    z-index: 1;
    overflow-y: auto;
    min-width: 100%;
    background-color: #fff;
    white-space: nowrap;
}
}
.select-options-content {
  padding: 12px 0;
}
.select-options a {
  display: block;
  font-size: 13px;
  padding: 6px 15px;
  color: #a3a3a3;
  text-transform: uppercase;
  text-align: center;
  white-space: normal;
}
.select-options.ps-container a {
  padding: 17px 29px 6px 15px;
}
.select-options .select-box-group {
  border-bottom: dotted 1px #515151;
  color: #EBB52D;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}
.select-options .select-box-sub {
  padding-left: 17px;
}
