/*======================================
  Selectric v1.10.1
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  background: #f8f8f8;
  border: solid 1px #e3e3e3;
}
.form .selectric{
  background: none;
}
.form .selectric [class*='icon-']{
  color: #e3e3e3;
}
.form .selectric .label{
  font-size: 16px;
  
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 42px;
  color: #5d5a5a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .label {
  padding: 0px 15px;
}
footer .form .selectric{
  background-color: #303e53;
  border:0px;
}
footer .form .selectric-open .selectric{
  background-color: #202e40 !important;
}
footer .form .selectric .label {
  color: rgba(255, 255, 255, 0.23);
}
.chrome footer .form .selectric .label {
  color: rgba(255, 255, 255, 0.53);
}

.selectric [class*='icon-']{
  font-size:8px;
  line-height: 42px;
  position: absolute;
  right:0px;
  top:0px;
}
footer .form .selectric [class*='icon-']{
  color:#979ea9;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
  /*! text-indent: 300px; */
  z-index: -1;
  white-space: pre;
}
.selectric .button:after {
  content: "";
  position: absolute;
  font-size: 15px;
  color: #fff;
  width: auto;
  text-indent: 0px;
}
.selectric-open .selectric .button:after {
  box-shadow: -2px -2px 0px 0px #8d8d8d;
  margin-top: 1px;
 
}
.selectric-focus .selectric {
  border-color: #AAA;
}

.selectric-hover .selectric {
  border-color: #C4C4C4;
}
.selectric-hover .selectric .button {
  color: #A2A2A2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #A2A2A2;
}

.selectric-open {
  /* z-index: 9999; */
}
.selectric-open .selectric {
  border-color: #C4C4C4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: inherit;
  z-index: 10;
  padding: 0px;
  width: 100% !important;
  right: 0px;
  background-color: #f8f8f8;
  border:solid 1px #c4c4c4;
  margin-top: -1px;
  border-top:0px;
}
footer .selectric-items {
  border: solid 1px #647ca1;
  background: #647ca1;
  
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
}
.form .selectric-items li{
  font-size: 16px;
}
.selectric-items li {
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  padding: 10px 15px;
  font-size:18px;
}
footer .selectric-items li {
  color: rgba(255, 255, 255, 0.5);
  padding: 4px 15px;
  height: 30px;
}
.selectric-items li.selected {
}
.selectric-items li:hover {
  background-color: #c4c4c4;  
}
footer .selectric-items li:hover {
  background-color: #556b8c;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
