/*======================================
  Selectric v1.11.0
======================================*/

/* select */
.select_box {vertical-align:middle; display:inline-block;}

.selectric-wrapper {position:relative;}

.selectric-responsive {
  width: 100%;
}

.selectric {height:40px; padding:0 36px 0 12px; background:url('/images/directinsurance/common/bg_select_box.gif') left top repeat-x; border:1px solid #b8b8b8; border-radius:2px; box-sizing:border-box; vertical-align:middle; position:relative; cursor:pointer; display:block;}

.selectric-open .selectric {border-bottom:0 !important;}

.selectric .label {
  line-height:38px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .label:before {height:100%; vertical-align:middle; content:''; display:inline-block;}

.selectric .button {
  width:9px; height:6px;
  margin-top:-3px;
  background:url('/images/directinsurance/btn_icon/icon_arrow.png') 0 -80px no-repeat;
  font-size:0;
  display: block;
  position: absolute;
  right: 13px;
  top: 50%;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-open {
  z-index: 62;
}

.selectric-open .selectric {padding:0 36px 0 12px; background-image:none; background-color:#fff; border-color: #101010; border-radius:2px 2px 0 0;}

.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;
}

/* 선택됨 노출관련 */
.item_view {display:none;}

.selectric-open .button {transform:rotate(180deg); -webkit-transform:rotate(180deg);}
.selectric-hide-select select {position: absolute; left: -100%;}

.selectric-hide-select.selectric-is-native {width: 100%; height:100%; position: absolute; z-index: 10;}

.selectric-hide-select.selectric-is-native select {width:100%; height:100%; border:none; box-sizing:border-box; position: absolute; top: 0; left: 0; right: 0; z-index:63; 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;
  z-index: -1;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

/* ADD */
.selectric-scroll {background-color:#fff; border-top:1px solid #d0d0d0; border-right:1px solid #101010; border-bottom:1px solid #101010; border-left:1px solid #101010; border-radius:0 0 2px 2px; outline:none;}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 20px;
}
/* END:ADD */

.selectric-items ul {list-style:none; display:block;}

.selectric-items li {padding:9px 10px 4px 12px; cursor:pointer;}

.selectric-items li.selected {background: #fff;}

.selectric-items li.highlighted {background-color:#f4f4f4;}

.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;
}

/* 20171201_추가_SR171113000411_유필선 */
/* 20180111_수정_SR171113000411_유필선 */
.select_wrap_list { float: right; padding-bottom: 10px; position: relative; z-index: 1; }
/* //20180111_수정_SR171113000411_유필선 */
.select_wrap_list .select_box { min-width: 150px; }
.select_wrap_list .selectric-scroll li { text-align: start; }
/* //20171201_추가_SR171113000411_유필선 */
