@charset "utf-8";
/* CSS Document */



/* -------------------------
Card Hiight
 ------------------------- */

.equal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.equal > [class*='col-'] {
 display: flex;
 flex-direction: column;
}
.btnwidth50 {
	width:50px;
}
.btnwidth100 {
	width:100px;
}
.btnwidth70 {
	width:70px;
}
.btnwidth80 {
	width:80px;
}
.btnwidth150 {
	width:150px;
}

.dropdown-item:focus, .dropdown-item:hover{background-color:#d46836 !important;}
[class*=sidebar-dark-] .sidebar a {
    color: #ffffff !important;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: none !important;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400 !important; color:#000; 
}

.main-footer{color:#d46836 !important;}

.dropdown-item.active, .dropdown-item:active{background-color: #none !important;}
.main-header .nav-link{font-weight:400 !important;}

.content-header{ padding:15px .5rem 5px .5rem !important;}

.centered{margin-left:auto; margin-right:auto; float:none; display:table;}

/* .register-page {background-color:#d46836 !important;} */
.register-page {background-color:#c33505 !important;}

.brand-link{padding:0 0 !important;}
[class*=sidebar-dark-] {
    /* background-color: #d46836 !important; */
	
	background-color: #c33505 !important;
}