.select-dropdown{background-color: #ffffff; border: 1px solid #d4d4d4; border-radius: 6px; color: #34495e; display: block; margin: 0px auto; padding: 7px 12px; position: relative; width: 380px; text-align:left; -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3); box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3); }
.select-dropdown span:first-child{opacity:0.8;text-overflow: ellipsis;overflow: hidden;width: 88%;white-space: nowrap;display: block;}
.modal-dropdown .modal-dialog{margin:0 auto;font-size:12px;color:#34495e}
.modal-dropdown .modal-content{border-radius:0;border: 0 solid #ebedef;}
.modal-dropdown .modal-body{border-radius:0;padding:0;}
.modal-dropdown .modal-dropdown-title{padding:8px 15px;background:#DCDCDC;  font-size: 14px;text-align:left;line-height: 1.77}
.modal-dropdown .close{font-size:32px;font-weight:lighter;position:absolute;right:10px;top:4px;background: transparent;opacity: 0.2}
.company-auto-complete.modal-dropdown .close{top:10px;}
.modal-dropdown .list-group-item{cursor:pointer;background-color:#fff;border:1px solid #ddd;display:block;margin-bottom:-1px;padding:15px 15px;position:relative;text-align:left;}
.modal-dropdown .list-group-item:first-child{border-top-left-radius: 0;border-top-right-radius: 0;}
.modal-dropdown .list-group-item:last-child{border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.modal-dropdown .list-group-item.active{background: #ececec;color: #000}
/* .modal-dropdown .list-group-item:hover{background-color:#f2f1f1} */
.modal-backdrop.in{opacity:0.95;}
.modal-dropdown-title .eform-input-group {margin:0;width:100%;}
.modal-dropdown-title input.eform-input {width: 92%;}
.modal-body span.selecttext {padding-left:25px}
.dd-arrow{dbImage_background: BG_SLIDER_DD_ARROW no-repeat; display: block; height: 9px; position: absolute; right: 10px; top: 16px; width: 13px;}
.dd-line{dbImage_background:BG_SLIDER_DD_LINE no-repeat; display: block; height: 38px; position: absolute; right: 32px; top: 0; width: 3px;}
.dd-select-icon{ dbImage_background: BG_SLIDER_SELECT no-repeat; display: block; height: 25px; left: 11px; position: absolute; top: 8px; width: 20px; }
.dd-keyboard-icon {
  dbImage_background: BG_SLIDER_KEYBOARD no-repeat !important;
  background-position: 10px !important;
  background-color: #fff !important;
  padding-left: 40px !important;
}
.list-group-item:active{background:#DCDCDC;transition: all .1s ease-in-out;transform: scale(1.02);}

@media only screen and (max-width: 480px){
	.select-dropdown{width:300px;}
}
	