body,html{font-size:13px !important;}
.login-page{height:auto;background:#d2d6de !important; background-image: url("../img/bg.jpg") !important; background-repeat: no-repeat !important; background-position: center center !important; background-size: auto !important;}

.treeview-menu>li>a>span { font-size:13px !important;}


.logo-image{max-width:220px !important;}

.logo{background:#036c96 !important; /*CRIS #222; */}
.logo:hover{background:#036c96 !important;/*CRIS #222; */}

.form-control{padding:4px 8px !important; font-size:13px !important;}

th{padding-right:4px !important; white-space:nowrap !important;}

.nowrap{white-space:nowrap}.pre{white-space:pre}.normal{white-space:normal}



#main_loading>div>i{color:#036c96 !important; /*CRIS :#e24e1e; */}


table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc_disabled:before {
    bottom: 80% !important;
}

table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_desc_disabled:after, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_desc_disabled:after {
    top: 20% !important;
}

table.dataTable thead th.sorting:after {
    color: inherit;
}


@media (min-width: 768px) {
    .modal-dialog {
        width: 98vw;
    }
}
@media (min-width: 992px) {
	.modal-lg {
		width: 94vw;
	}
}
@media (min-width: 1140px) {
	.modal-lg {
		width: 90vw;
	}
}

.no-radius {
    border-radius: 0px;
}

.no-border {
	border: 1px solid #fff;
}

.no-padding {
	padding: 0;
}




