/* .bootstrap-select .dropdown-menu {
  padding: 0;
}
*/
.bootstrap-select .btn{
  box-shadow: none !important;
}
.bootstrap-select .waves-effect {
  display: -webkit-box !important;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
  }
  
  .bootstrap-select > .btn-default {
    /* background: #fff; */
    border-bottom: 1px solid #e0e0e0 !important;
    border-radius: 0;
    padding-left: 0;
    padding-bottom: 10px;
    /* padding-right: 20px; */
  }
  /*
  .bootstrap-select > .btn-default:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: calc(100% - 2px);
    width: 30px;
    background-color: #FFF;
    background-position: right calc(100% - 7px);
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
  }
  
  
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .bootstrap-select > .btn-default:before {
      background-image: url("/img/select%402x.png");
      background-size: 12px 12px;
    }
  }
  
  .bootstrap-select > .btn-default:after {
    position: absolute;
    z-index: 3;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 0;
    content: "";
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  
  .bootstrap-select > .btn-default:not(.disabled):after,
  .bootstrap-select > .btn-default:not(.readonly):after {
    background: #2196f3;
  }
  
  .bootstrap-select > .btn-default.disabled:after,
  .bootstrap-select > .btn-default.readonly:after {
    background: #ccc;
  }
  
  .bootstrap-select.open > .btn-default:after {
    width: 100%;
  }*/
  body> .bs-container .inner.open{
    overflow: hidden !important;
  }
  .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
  .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
  .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small{
      color:#64b1d8;
      /*color:rgba(100,177,216,.4)*/
  }
  .bootstrap-select small {
    display:block;
  }
  .bootstrap-select.open .caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
  }
  .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 4px;
    transition: all 0.2s ease-in-out;
  }
  .bootstrap-select .bs-searchbox {
    padding: 5px 5px 5px 40px;
    position: relative;
    /* background: #f7f7f7; */
    margin-right: 15px !important;
  }
  
  .bootstrap-select .bs-searchbox:before {
    position: absolute;
    left: 0;
    top: 1;
    width: 40px;
    height: 100%;
    content: "\f1c3";
    font-family: 'Material-Design-Iconic-Font';
    font-size: 25px;
    padding: 2px 2px 0 15px;
  }
  .bootstrap-select.btn-group .dropdown-menu {
    /* max-width: 100%; */
  }
  
  
  .bootstrap-select .bs-searchbox input {
    /* border: 0; */
    background: transparent;
    
  }
  /* fjhjdhfjhdhfjd*/
  .bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 17px;
  }
  
  .bootstrap-select .check-mark {
    margin-top: -5px !important;
    font-size: 19px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: block !important;
    position: absolute;
    top: 11px;
    right: 5px;
  }
  
  .bootstrap-select .check-mark:before {
    content: "\f26b";
    font-family: 'Material-Design-Iconic-Font';
    background-color: #f0f0f0;
    padding: 5px 5px 5px 10px;
  }
  
  .bootstrap-select .selected .check-mark {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  .bootstrap-select .notify {
    bottom: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    border: 0 !important;
    background: #f44336 !important;
    color: #fff !important;
    text-align: center;
  }
  
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
  }
  
  .chosen-container .chosen-drop {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-top: 1px;
    border: 0;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: transform opacity;
    -o-transition: transform opacity;
    transition: transform opacity;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
  }
  
  .chosen-container.chosen-with-drop .chosen-drop {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  .chosen-container.chosen-with-drop .chosen-single:after {
    width: 100%;
  }
  
  .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    max-height: 300px;
  }
  
  .chosen-container .chosen-results li {
    padding: 10px 17px;
    width: 100%;
  }
  
  .chosen-container .chosen-results li.highlighted {
    background: rgba(0, 0, 0, 0.075);
    color: #333333;
  }
  
  .chosen-container .chosen-results li.result-selected {
    background: transparent;
    color: #5e5e5e;
    position: relative;
  }
  
  .chosen-container .chosen-results li.result-selected:before {
    content: "\f26b";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 19px;
  }
  
  .chosen-container .chosen-results li.group-result {
    color: #B2B2B2;
    font-weight: normal;
    padding: 16px 15px 6px;
    margin-top: 9px;
  }
  
  .chosen-container .chosen-results li.group-result:not(:first-child) {
    border-top: 1px solid #eee;
  }
  
  .chosen-container-single .chosen-single {
    border-radius: 0;
    overflow: visible;
    height: 34px;
    padding: 6px 0 6px;
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    background: none;
    box-shadow: none;
  }
  
  .chosen-container-single .chosen-single:after {
    content: "";
    width: 0;
    background: #2196f3;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: width;
    -o-transition: width;
    transition: width;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  
  .chosen-container-single .chosen-single div b {
    /* background-image: url("/img/select.png"); */
    background-repeat: no-repeat;
    background-position: right 12px;
  }
  
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .chosen-container-single .chosen-single div b {
      background-image: url("/img/select%402x.png");
      background-size: 12px 12px;
    }
  }
  
  .chosen-container-single .chosen-search {
    padding: 5px 5px 5px 40px;
    background: #f7f7f7;
  }
  
  .chosen-container-single .chosen-search:before {
    content: "\f1c3";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    font-size: 25px;
    padding: 5px 0 0 15px;
  }
  
  .chosen-container-single .chosen-search input[type=text] {
    border: 0;
    height: 35px;
    line-height: 1.42857143;
    background: none;
  }
  
  .chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
    background: none;
  }
  
  .chosen-container-multi .chosen-choices {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    background: none;
    box-shadow: none;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice {
    border-radius: 2px;
    margin: 4px 4px 0 0;
    background: #eaeaea;
    padding: 5px 23px 5px 8px;
    border: 0;
    box-shadow: none;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background-image: none;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    display: inline-block;
    font-family: 'Material-Design-Iconic-Font';
    content: "\f135";
    position: relative;
    top: 1px;
    color: #9C9C9C;
    z-index: 2;
    font-size: 12px;
  }
  
  .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    padding: 0;
    height: 31px;
  }
  
  select.chosen {
    display: none;
  }

  
  