/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #d7d7d7;
  background: #fff;
  position: relative;
  border-radius: 5px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 20px;
  font-size: 18px;
  line-height: 48px;
  color: #434a54;
  height: 48px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric .button:hover,
.selectric .button {
    width: 9px !important;
    height: 9px;
    top: 20px;
    right: 22px;
    position: absolute;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 9px;
    background: none !important;
}
.selectric .button:before{
    position: absolute;
    content: "";
    border-top: 8px solid #ff7d2b;
    top: 0;
    left: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.selectric .button:hover{
    opacity: 1;
}
.selectric-open .button:hover,
.selectric-open .button{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii0xMjkuMyAxODcuOSAxMjgwLjIgNzQ3LjgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTEyOS4zIDE4Ny45IDEyODAuMiA3NDcuOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8ZyBpZD0iX3gzMV8wXzM0XyI+DQoJCTxnPg0KCQkJPHBhdGggZmlsbD0iI0ZENzYyMSIgZD0iTS0xMTMuNiw5MTkuOGMyMSwyMS4xLDU0LjcsMjEuMSw3NS43LDBsNTQ4LjctNjAybDU0OC43LDYwMmMyMSwyMS4xLDU0LjcsMjEuMSw3NS43LDBzMjEtNTUuMywwLTc2LjENCgkJCQlMNTUxLjQsMjAzLjNjLTExLTExLjQtMjYtMTYuMS00MC42LTE1LjRjLTE0LjYtMC45LTI5LjQsNC00MC42LDE1LjRMLTExMy42LDg0NEMtMTM0LjUsODY0LjctMTM0LjUsODk4LjktMTEzLjYsOTE5Ljh6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==);
}


.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {

}

.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%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.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: 0;
  background: #fff;
  z-index: -1;
    margin-top: 14px;
    -webkit-box-shadow: 0 7px 15px rgba(0,0,0,.3);
    -moz-box-shadow: 0 7px 15px rgba(0,0,0,.3);
    box-shadow: 0 7px 15px rgba(0,0,0,.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 18px 0;
}

.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;
}

.selectric-items li {
  padding: 2px 23px;
  cursor: pointer;
    text-decoration: underline;
}

.selectric-items li.selected {
  background: #fd7621;
  //color: #fff;
    text-decoration: none;
}

.selectric-items li.highlighted {
    background: #e8e8e8;
    //color: #fff;
    text-decoration: none;
}

.selectric-items li:hover {
    text-decoration: none;
}

.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;
}
