.hidden{
	display:none !important;
}
.brand-link.navbar-light{
	/*color:#363636;*/
	color: #000000;
}
.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;
}
.bg-primary {
    background-color: #2045ae !important;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #2045ae !important;
    color: #fff;
}
.msg-popup{
	position:fixed;
	top:0;
	z-index:1050;
}
.toast{
	min-width:320px;
}
.wrapper{
	background-color: aliceblue;
}
.cardinbg{
	background-color: #d1e1f847;
}
.work_week2 th,.work_week2 td{
	width: 13.5%;
}
.work_day{
	border: 10px solid #21a940;
	background-color: #21a940;
	width: 10px;
	margin: 5px;
}
.week_off{
	border: 10px solid #cc3131;
	background-color: #cc3131;
	width: 10px;
	margin: 5px;
}
.color-container ul li{
	list-style: none;
}
.color-container li {
    display: inline-block;
    margin-right: 10px;
}
.color-indicator {
    display: inline-block;
    vertical-align: middle;
}
.half_day{
	border: 10px solid #ffc107;
	background-color: #ffc107;	
	width: 10px;
	margin: 5px;
}
.view_overview{
	/*padding-top: 10px;*/
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    padding: 0;
    list-style-type: none;
}
/*-------edit mode work hide & show---------*/
.cursor-pointer {
    cursor: pointer;
}
.sec_details:hover > .tit_col i {
    opacity: 1;
    transition: 0.3s all ease;
}
.tit_col h6{
	display: inline-block;
}
.tit_col i {
    color: #8099B6;
    float: right;
    font-size: 20px;
    opacity: 0;
    transition: 0.3s all ease;
}
.gradTitle h6{
	display: inline-block;
}
.gradTitle i{
	float: right;
    margin-right: 5px;
}
.left_sec{
	padding: 10px 10px;
}
.left_sec .img_box img{
    width: 124px;
}
.f-14{
	font-size: 14px;
}
.fw{
	font-weight: 600;
	font-size: 14px;
}
.card_bg{
	background-color: #e5c4c447;
}
.text-upper{
	text-transform: uppercase;
}
/*-------end--------*/
.detail_list {
    padding: 10px 20px 0;
    min-height: 46px;
}
.detail_list li:first-child {
    font-weight: 600;
    line-height: 18px;
    color: #07182B;
    font-size: 14px;
}
.detail_list li:nth-child(2) {
    font-size: 14px;
    line-height: 19px;
    color: #4E4B4B;
    overflow: hidden;
    text-overflow: ellipsis;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
}
.btn-floating, .btn-floating i {
    display: inline-block;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.btn-floating {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: .3s;
    margin: 2px
}
.social_section ul li{
	display: inline-block;
}
.btn-li{
	background-color: #0082CA;
}
.btn-fb{
	background-color: #3B5998;
}
.btn-tw{
	background-color: #55ACEE;
}


/* ================ Bikash CSS ================ */
.cart-box{
    width: 100%;
    height:auto;
    background-color:#f7f7f7;
    padding: 10px;
    border-radius:5px;
    margin:10px 0;
}
.cart-box .cart-box-inner{
    width: 100%;
    height:auto;
    padding: 10px;
    border-right: 2px solid gray;
}
.runpayroll h5{
    background-color: gray;
    border-radius: 5px;
    padding: 5px 10px;
    color:#fff;
}
@media (max-width: 767px){
	.msg-popup{
		width:100%;
	}	
}
@media (min-width: 768px) {
	.msg-popup{
		left:35%;
	}	
}
@media (min-width: 1200px) {
	.msg-popup{
		left:40%;
	}	
}
@media (max-width: 425px) {
	.login_banner{
		display:none;
	}	
}