


.b_combobox {
    /*background-image: url("/resources/icons/icon_global_combo_open.png");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    cursor: pointer;
    float: right;
    height: 40px;
    width: 20px;
}

.b_combobox_close
{
    /*
	    background-image: url("/resources/icons/icon_global_combo_close.png");
    */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    cursor: pointer;
    float: right;
    height: 40px;
    width: 20px;
}

.b_combobox,
.b_combobox_close
{
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  font-size: 12px;
  -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}
.b_combobox_close:before
{
	content: "\f077";
}
.b_combobox:before
{
    content: "\f107";
}

.o_combo
{
	font-size: 14px;
}


.c_combo {
    background:#fff;
    border-bottom:solid 1px #333;
    border-left:solid 1px #333;
    border-right:solid 1px #333;
    display:none;
    left:-1px;
    position:absolute;
    top:34px;
    width:100%;
    z-index:9997;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: -1px;
}

.c_input {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 4px;
    width: 100%;
}

.d_input {
clear:both;
padding-bottom:0px;
}


.l_input {
font-size:18px;
height:30px;
line-height:30px;
width:140px;
font-weight: 400;
color: #4c4c4c;
}

.i_input{
    width: 100%;
}

.o_input,.o_combo {
border:none;
line-height: 35px;
font-size:12px;
width: 100%;
height:35px;
color: #000;

}

.o_combo {
    width: calc(100% - 20px);
}

.o_textarea {
    border: none;
    font-size: 14px;
    width: 100%;
}

.i_combo_item {
    text-align: left;
clear:both;
padding-left:10px;
padding-right:10px;
font-size: 12px;
line-height: 35px;
font-weight: 400;
letter-spacing: .5px;
text-transform: capitalize;
width: 100%;
-webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.i_combo_item:hover{
    background-color: #333;
    color: #fff;
    text-decoration: none;
}
