@CHARSET "ISO-8859-1";

table.vm td, table.vm th{
	vertical-align: middle !important;
}
/* 
.nav-tabs > li {
    float:none;
    display: table-cell;
    width:50%;
    height:2px;
    font-weight: bold;
} */

/* .nav-tabs > li.tab2 {
    float:none;
    display: table-cell;
    width:80%;
} */

.bg-grey {
    background-color: #e0c29b14;
    border: 1px solid #adadad;
}
.bg-white {
    border: 1px solid #adadad;
}
.pt-2 {
    padding-top: 2%;
}

.cont-count {
    display: inline;
    float: left;
    margin-top: -45px;
    background: #e2850a;
    color: #fff;
    padding: 1%;
    border-radius: 30px;
}

.mtb-1 {
    margin: 1% 0;
}
.p-0 {
    padding: 0;
}
.required {
	color: red;
}