
.table{
display: table;
    width: auto;
    }
.table .td{display:table-cell;vertical-align:middle;}
.input-90{width:90px;}

.labelbold {
    font-family: bold!important;
    font-size: 16px!important;
    padding: 15px 0px;
}

.input_icon{
    background-image: url(../img/icons/person.svg);
    background-repeat: no-repeat;
    background-position: 97% 10px;
    background-size: 10px;
    padding-left: 12px;
    position: relative;
}

.input_icon:after{
    content:'';
}
.input_small-horz {
    display: inline-block;
    width: 70px!important;
    color: #000;
}


.input_small-horz::placeholder{
    color:#000;
}
.pad-bottom-none{
    padding-bottom:0!important;
}
.input-inline-block {display:inline-block;}

.input-number {width:150px!important;}

.input-sub {
    display: inline-block;
    font-size: 15px;
    font-family: regular;
    color: #777777;
    }
.input-group-addon {
    background-color: #eff4f6;
    font-family: regular;
    border-color: #cccccc!important;
}
.alert-type1 {
background-color: #f0f6f9;
    padding: 10px 18px;
    border-radius: 5px;
    font-size: 14px;
    font-family: bold;
}   
.alert-type1 span {
    display: block;
    font-family: regular;
    font-size: 12px;


}   
/*collapsable panel*/
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.search_basic {
    border-radius: 0;
    height: 40px;
    border: solid 1px #e3ebef;
}
.search_basic:focus {
border: solid 1px #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25)!important;
}


  