.simplebar-content-wrapper{
	background-color: #070460 !important;
	/* background-color: #272321 !important; */
}

.menu-title{
	color: #FFFFFF !important;
}

#sidebar-menu ul li a{
	color: #FFFFFF !important;
}

.table .thead-dark th{
	background-color: #070460 !important;
}

.menu-img{
	width: 15% !important;
}

.mobile-menu-btn{
	background-color: #070460 !important;
}


.page-content{
	/* padding: calc(5px + 5px) calc(5px / 2) 5px calc(5px / 2) !important; */
	padding: 0px !important;
}

.vertical-menu{
	top: 0px !important;
}

.side-tab:hover {
	/* background-color: #afbe239e !important; */
	background-color: #3281f2 !important;
	color: #e5340d !important;
}

.search-box{
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	background-color: white;
	background-image: url('../images/img/searchicon.png');
	background-position: 10px 10px; 
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px;
}
	
a{
	color: #070460 !important;
}

.view-btn{
	background-color: #0c9622;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	top: 50%;
	font-size: x-large;
	color: #ffffff;
}

.view-btn a:hover {
	/* background-color: #e7fa15; */
	color: #664276 !important;
}

.pdf-btn{
	background-color: #3281f2 ;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	top: 50%;
	font-size: x-large;
	color: #ffffff;
}

.pdf-btn a:hover {
	/* background-color: #e7fa15; */
	color: #0f0e0f !important;
}

.pdf-btn:hover {
	/* background-color: #e7fa15; */
	color: #0f0e0f !important;
}

.edit-btn{
	background-color: #fbbc05;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	top: 50%;
	font-size: x-large;
	color: #ffffff;
}

.edit-btn a:hover {
	/* background-color: #e7fa15; */
	color: #000509 !important;
}

.edit-btn:hover {
	/* background-color: #e7fa15; */
	color: #000509 !important;
}

.del-btn{
	background-color: #dc3545;
	width: 45px;
	height: 34px;
	text-align: center;
	position: relative;
	top: 50%;
	font-size: x-large;
	color: #ffffff;
	cursor: pointer;
}

.del-btn a:hover {
	/* background-color: #e7fa15; */
	color: #000509 !important;
}

.del-btn:hover {
	/* background-color: ##e7fa15; */
	color: #000509; !important;
}


.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.second-tab{
	padding-top: 0px !important;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.btn-danger {
	background-color: #0a27cd !important;
    border-color: #0a27cd !important;
}

.login-btn{
	color: #fff;
    background-color: #070460;
    border-color: #32cb89;
}

.bg-primary {
	background-image: url(../images/login-background.png);
    /* opacity: 0.6; */
}
      
.bg-login {
    background: url(../images/login-banner.jpg) !important;
    background-position: center !important;
    background-size: cover !important;
}	

.mandatory-field {
    color: #e74045;
}  

.sub-text{
	font-size: 11px !important;
}

.card-body{
	padding: 1.25rem !important;
}

.cust-btn{
	padding-left: 15px; 
	padding-right: 15px; 
	font-style: bold; 
	margin-bottom:10px !important;
}

.cust-btn2{
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-style: bold;
    margin-bottom: 10px !important;
	position:relative;
	top: 15px !important;
}

.no-display{
	display: none;
}

.quot{
	font-size: 18px;
}

.font-bold{
	font-weight: bold;
	background-color: #082cd22e
}

.menu-active{
	background-color: #3281f2 !important;
}

.font-black{
	color: #000 !important;
}

.cart-img{
	max-width: 80px;
    border-radius: 7px;
}

.cart-input{
	padding: 5px 10px 5px 5px;
    color: rgba(0, 0, 0, .95);
    font-size: 16px;
    background-color: #f0f0f0;
    border-radius: 7px;
    border-color: #f0f0f0;
    max-height: 100px;
}

.cart-number{
	max-width: 90px;
    display: inline-block;
}

.cart-sr{
	max-width: 50px;
    display: inline-block;
}

.cell-padding{
	padding: 10px 5px 10px 5px;
}

.txt-summary{
	font-size: 16px;
	font-weight: bold;
	color: #000 !important;
}

.quot-input{
	width: 220px;
	height: 40px; 
}

.pagination-box {
	display: inline;
	padding: 10px;
	border: 1px solid #ddd;
	/* background-color: #454d55; */
}

.pagination-active {
	background-color: #f4f5c2a8;
	color: #ffffff !important;
}

.active-page{
	color: #ffffff !important;
}

.pagination li a{
	color: #343a40 !important;
}

.pagination li a:hover{
	color: #e74045 !important;
}

.dropdown-menu a{
	/* background-color: #e7fa15; */
	color: #0a27cd !important;
	padding: 10px; 
}

.add-btn{
	background-color: #137613 !important;
	padding-left: 15px;
    padding-right: 15px;
    font-style: bold;
    margin-bottom: 10px !important;
}

.delete_row{
	background-color: #f00;
    color: #fff;
}

.addmore_row{
	background-color: #03961a;
    color: #fff;
}

.align-justify{
	text-align: justify;
	text-justify: inter-word;
}

.view-link{
	color: #144cf2 !important;
}

.cat-img{
	display: block;
	margin: auto;
	width: 50% !important;
}

.cat-txt{
	color: #595c5e !important;
}

.card-box{
	min-height: 282px !important;
}

.card-box:hover{
	box-shadow: 10px 10px 5px #9d0ef33d !important;;
}

.mnu-lbl{
	padding: 25px;
    color: #3281f2;
    /* background-color: #090909; */
    font-weight: bold;
	position: fixed;
	bottom: 0;
	padding-bottom: 10px; 
}

.dropdown-menu{
	min-width: 240px !important; 	
}

.service-lable{
	font-size: 20px;
    float: right;
}

.get-data-btn {
    padding-left: 30px;
    padding-right: 30px;
    font-style: bold;
    margin-bottom: 10px !important;
}

.service-input{
	width: 100%;
}

.err-msg{
	color: #f23;
}

.logged-in-user{
	float: right; 
	color: #3281f2; 
} 

.filter-lbl{
	font-size: 16px;
    font-weight: 600;
}

input[type="date"] {
  /* Basic styling for the input field */
	padding: 8px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #333;
}

input[type="date"]:focus {
	outline: none;
	border-color: #007bff; /* Highlight on focus */
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.div-date-range{
	padding: 10px;
	border: 1px solid #e1e3e6;
	margin: 0px;
}

.filter-grp{
	display: none;
}

.filter-toggle{
	background-color: #ffffff;
    margin: 0px;
	padding-top: 10px;
}

.action-bttn{
	padding: 10px 20px;
    background-color: #3281f2;
    color: #FFFFFF !important;
}

.div-remarks{
	border: #e9ecef 1px solid;
    background-color: #e9ecef;
    padding: 10px;
	font-size: 12px;
}

.rem-title{
	color: #070460;
}

.rem-sub-txt{
	font-size: 12px !important;
	color: #aa0f0d;
}

@media (max-width: 767px) {
	.second-tab{
		padding-top: 15px !important;
	}
	
	input[type="date"] {
		padding: 8px 4px;
		font-size: 12px;
	}	
	
	.card-body {
		padding: 0.5rem !important;
	}
}	


@media (min-width:768px) and (max-width:1281px){
	input[type="date"] {
		padding: 8px 4px;
		font-size: 12px;
	}	
	
	.card-body {
		padding: 0.5rem !important;
	}
}	