html .select2-container {
  width: 100%;
}
.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
     background-image: url(select2x2_white.png) !important; 
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
}
.form-control.select2-container{
  border-radius: 0;
  border: none;
  height: 35px !important;
  background: none;
}
.form-control.select2-container:hover{
  /*border: solid 1px #000;*/
}
html .select2-container .select2-choice {
  background: #60a7a7  !important;
  border-color: #60a7a7 !important;
  border-bottom: solid 1px #fff !important;
  padding: 0;
  padding-top: 3px;
  height: 35px;
  -webkit-border-radius: 0px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0px !important;
  -moz-background-clip: padding !important;
  border-radius: 0px !important;
  background-clip: padding-box !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html .select2-container .select2-choice .select2-chosen,
html .select2-container .select2-choice .select2-search-choice-close,
html .select2-container .select2-choice .select2-arrow {
  padding: 0;
  line-height: 30px;
}
html .select2-container .select2-choice .select2-chosen {
  margin: 0;
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 6px;
  margin-right: 35px;
  color: #fff;
  font-family:'Helve Std Light';
}
html .select2-container .select2-choice .select2-search-choice-close {
  margin-right: 10px;
  top: 15px;
}
html .select2-container .select2-choice .select2-arrow {
  background: none;
  border: none;
  text-align: center;
  color: #fff;
  width: 25px;
  padding-top: 6px;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
html .select2-container .select2-choice .select2-arrow b {
  background: none !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html .select2-container .select2-choice .select2-arrow b:before {
  position: relative;
  display: block;
  font-family: 'FontAwesome';
  content: '\f107';
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
}
html .select2-container.select2-dropdown-open {
  border-color: #e4e4e4 !important;
  -webkit-border-radius: 0px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0px !important;
  -moz-background-clip: padding !important;
  border-radius: 0px !important;
  background-clip: padding-box !important;
}
html .select2-container.select2-dropdown-open .select2-arrow b:before {
  content: '\f106';
}
html .select2-container.select2-dropdown-open .select2-arrow b {
  /*-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);*/
}
html .select2-container.select2-container-multi .select2-choices {
  border: 1px solid #e4e4e4;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html .select2-container.select2-container-multi .select2-choices .select2-search-choice {
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
html .select2-container.select2-container-multi .select2-choices .select2-search-choice div {
  color: #7d7f7f;
}
html .select2-drop {
  border-top: 1px solid #ffffff;
  -webkit-border-radius: 0px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0px !important;
  -moz-background-clip: padding !important;
  border-radius: 0px !important;
  background-clip: padding-box !important;
  margin-top: 0;
}
html .select2-drop.select2-drop-above {
  border: 1px solid #e4e4e4 !important;
  border-top: 1px solid #e4e4e4 !important;
}
html .select2-drop.select2-drop-above .select2-search input {
  margin-top: 0;
}
html .select2-drop.select2-drop-active {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html .select2-drop .select2-search {
  padding: 0;
  position: relative;
}
html .select2-drop .select2-search:after {
  position: absolute;
  content: '\e801';
  font-family: 'linecons';
  color: #979898;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px 15px;
  z-index: 2;
}
html .select2-drop .select2-input {
  border: 0;
  background: none;
  padding: 0;
  height: auto;
  padding: 10px 15px;
  padding-right: 45px;
  background-image: none !important;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  z-index: 1;
  background: #f5f5f5;
}
html .select2-drop .select2-results {
  padding: 0;
  margin: 0;
  max-height: 250px;
}
html .select2-drop .select2-results.overflow-hidden {
  overflow: hidden;
  position: relative;
}
html .select2-drop .select2-results li.select2-result-selectable .select2-result-label {
  color: #60a7a7;
  /*padding-left: 20px;*/
  padding: 7px 20px 5px;
  font-family:'Helve Std Light';
}
html .select2-drop .select2-results li.select2-result-unselectable .select2-result-label {
  padding: 8px 15px;
  color: #7d7f7f;
}
html .select2-drop .select2-results li.select2-no-results,
html .select2-drop .select2-results li.select2-searching {
  padding: 10px 15px;
  color: #979898;
  background: #fff;
}
html .select2-drop .select2-results li ul .select2-result-label {
  padding-left: 30px !important;
}
html .select2-drop .select2-results li .select2-result-unselectable.select2-disabled {
  border: 0 !important;
  background: #f9f9f9;
}
html .select2-drop .select2-results li .select2-result-unselectable.select2-disabled .select2-result-label {
  cursor: not-allowed;
  color: #a4a5a5;
}
html .select2-drop .select2-results li .select2-result-selectable .select2-result-label {
  padding: 5px;
}
html .select2-drop .select2-results li .select2-result-selectable.select2-highlighted .select2-result-label {
  color: #60a7a7;
}
html .select2-drop .select2-results li.select2-highlighted {
  background-color: #f4f4f4;
}
html .select2-drop .select2-results li.select2-highlighted .select2-result-label {
  color: #60a7a7;
}
div#select2-drop.select2-drop.select2-display-none.select2-drop-active{
  z-index: 99999;
}