.hidden{
	display:none !important;
}

 body {
	font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
 
	line-height:18px !important;
	
}
.select2{
border: 1px solid #ffc107;
border-radius:5px;
}

.form-control{
	border: 1px solid #ffc107!important;
}

.brand-link.navbar-light{
	color:#363636;
}
.sidebar-dark-warning .nav-sidebar>.nav-item>.nav-link.active, 
.sidebar-light-warning .nav-sidebar>.nav-item>.nav-link.active,
.nav-treeview>.nav-item>.nav-link.active, 
.nav-treeview>.nav-item>.nav-link.active:focus,
.nav-treeview>.nav-item>.nav-link.active:hover{
	color:#ba3644 !important;
	background-color: #c2c7d0 !important;
}

.msg-popup{
	position:fixed;
	top:0;
	z-index:1050;
}
.toast{
	min-width:320px;
}
@media (max-width: 767px){
	.msg-popup{
		width:100%;
	}	
}
@media (min-width: 768px) {
	.msg-popup{
		left:35%;
	}	
}
@media (min-width: 1200px) {
	.msg-popup{
		left:40%;
	}	
}
/* .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
	color:white !important;
} */