.login-page {
	/* background-image: url('../../assets/images/watertank.jpg');
	width:100%;	
	background-size: cover;
	background-repeat: no-repeat; */
	background-color: #04648b;
}
.login-logo{	
	border:2px double black;
}
.error{
	color:#f33f3f;
}
.preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-image: url('../../assets/images/Loader.gif');
	background-repeat: no-repeat; 
	background-color:rgba(255, 255, 255, 0.692);
	background-position: center;
 }
.login-logo b{
	color: whitesmoke;
	font-weight: 600;
	background-color: #3636364f;	
}
.login-card-body{
	font-size: 12px !important;
}
.hidden{
	display:none !important;
}
.brand-link.navbar-light{
	color:#363636;
}
fieldset.scheduler-border{
	border: 1px dashed #4b3a86 !important;
	border-radius: 10px;
    padding: 10px !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000 !important;
    box-shadow: 0px 0px 0px 0px #000 !important;
}
input{
	border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
	border-color: #007bff!important;
	border-left: 0!important;
	border-right: 0!important;
	border-top: 0!important;
}
select{
	/* -webkit-appearance: none; */
	border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
	border-color: #007bff!important;
	border-left: 0!important;
	border-right: 0!important;
	border-top: 0!important;
}
.select2-container--default .select2-selection--multiple{
	border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
	border-color: #007bff!important;
	border-left: 0!important;
	border-right: 0!important;
	border-top: 0!important;
}
.select2-selection__choice{
	background-color: #ba3644!important;
}

.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;
}

.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%;
	}	
}

.lite-green .nav-treeview>.nav-item>.nav-link.active a,
.lite-green .nav-treeview>.nav-item>.nav-link.active p,
.lite-green .nav-treeview>.nav-item>.nav-link.active i{
	color:#FFFFFF;
}
.lite-green .nav-treeview>.nav-item>.nav-link.active:hover{
	background:#68949a;
}
.treediv {
    text-align: center !important;
    vertical-align: middle !important;
    font-family: arial,helvetica !important;
    cursor: default !important;
    /* border: 2px solid #b5d9ea !important; */
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    background-color: #ebf3f0 !important;
    background: linear-gradient(37deg, #051a22 30%, #04648b 30%) !important;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#2e0727), to(#68949a)) !important; */
    color: white !important;
    width: 20px !important;
    font-size:11px !important;
}
 .card{
	/* background:#332E33; */
	color:#291717;
} 
.profile{
	font-size:14px;
}
.profile .table th,
.profile .table td{
	padding:.50rem;
}
#accform,
#nomineeform,
#contactform,
#personalform,
#photoform{
	display:none;
}
.small-box{
	color:white;
}