body {
	background: #fafafa;
	
}
h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0;
	padding: 0;
	line-height: normal;
}


/* ---------------------------------------------------
    Bootstrap Overwrite
----------------------------------------------------- */

.card {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.card-body {
	padding: 1rem
}
.card-header {
	margin-top: -1px;
	text-transform: uppercase;
}
.form-control {
	background: #EFF4F7;
	border: 1px solid #dfe6ea;
	color: #000000;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #EFF4F7;
	border-color: #dfe6ea;
}
a, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}
.navbar {
	padding: 15px 10px;
	background: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-btn {
	box-shadow: none;
	outline: none !important;
	border: none;
}
.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 15px 0;
}
.btn-danger{background:#ED2024;}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
	width: 250px;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 999;
	color: #fff;
	transition: all 0.3s;
	overflow-y: scroll;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#dismiss {
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	background: #dc3545;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#dismiss:hover {
	background: #fff;
	color: #7386D5;
}
.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 998;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
#sidebar .sidebar-header {
	padding: 20px;
}
#sidebar ul.components {
	padding: 0 0 20px 0;
}
#sidebar ul p {
	color: #fff;
	padding: 10px;
}
#sidebar ul li a {
	padding: 10px;
	display: block;
}
#sidebar ul li a:after {
	content: "\f054"; /* fa-chevron-down */
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 8px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
}
#sidebar ul li a[aria-expanded="true"]:after {
	content: "\f078"; /* fa-chevron-up */
}
#sidebar ul li:last-child a:after {
	content: none;
}
#sidebar ul > li > ul > li a:after {
	content: none;
}
#sidebar ul li a:hover {
	color: #ffffff;
	background: #0d62bd;
}
#sidebar ul li.active>a, a[aria-expanded="true"] {
	color: #fff;
	content: "\f078";
	background: #0d62bd;
}
a[data-toggle="collapse"] {
	position: relative;
}
/*.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}*/
#sidebar ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
	background: #0c6ad0;
}
/* ---------------------------------------------------
    Header
----------------------------------------------------- */
header {/*position: fixed;*/
	top: 0;
	height: 62px;
	width: 100%;
	z-index: 9;
}
.btn-sidebarCls {
	width: 62px;
	/*height: 62px;*/
}
/* ---------------------------------------------------
    Content CSS
----------------------------------------------------- */

#content {
	width: auto;
	padding: 0;
	min-height: 100vh;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 250px;
	right: 0;
}
.table-theme tr th {
	font-size: 0.9rem;
	font-weight: normal;
}
.table-theme tr td {
	font-size: 0.9rem;
	font-size: 16px;
    font-weight: 600;
    width: 56%;   
    padding: 7px 10px;
}
.theme-border {
	border-bottom: 3px solid #dc3545;
	width: 100%;
}
/*****Radio-eyecatcher*****/

.checks--styles .cbx {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eaeaea;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	padding: 0;
	text-align: center;
	position: relative;
	top: 1px;
	transition: background 0.1s ease 0s;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	box-shadow: 0 4px 6px 0 rgba(0,0,0,.08);
}
.checks--styles .cbx i {
	font-size: 18px;
}
.checks--styles input[type=radio]:checked ~ .cbx {
	border-color: transparent;
	background: #007bff;
	animation: 0.6s ease;
	color: #fff;
	border: 1px solid #0068b8;
}
.checks--styles .cbx:hover {
	border-color: #0068b8
}
/*****Radio-Color*****/

.clr-ylw {
	background: #F9F987!important;
}
.clr-pink {
	background: #FFE4E8!important;
	;
}
.clr-cyan {
	background: #00FFFF!important;
	;
}
.color-checks-sty .cbx {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eaeaea;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	padding: 0;
	text-align: center;
	position: relative;
	top: 1px;
	transition: background 0.1s ease 0s;
	vertical-align: middle;
	width: 52px;
	height: 52px;
	line-height: 52px;
	border-radius: 3px;
	box-shadow: 0 4px 6px 0 rgba(0,0,0,.08);
}
.color-checks-sty .cbx i {
	font-size: 18px;
}
.color-checks-sty input[type=radio]:checked ~ .cbx {
	border-color: transparent;
	background: #007bff;
	animation: 0.6s ease;
	color: #fff;
	border: 3px solid #0068b8;
	line-height: 47px;
}
.color-checks-sty .cbx:hover {
	border-color: #0068b8
}
/* ---------------------------------------------------
    Login CSS
----------------------------------------------------- */
#splash {
	background: #ffffff;
	color: #666666;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5000;
	top: 0;
	left: 0;
	float: left;
	text-align: center;
}
.spalsh-visible{visibility: hidden;}
.bg-login {
	height: 100%;
	width: 100%;
	background: #007bff;
	background: linear-gradient(to right, #0062E6, #33AEFF);
}
.bg-login .card {
	border: 0;
	border-radius: 0.5rem;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.form-signin .btn {
	font-size: 80%;
	border-radius: 5rem;
	letter-spacing: .1rem;
	font-weight: bold;
	padding: 1rem;
	transition: all 0.2s;
}
/******************Model**********************/
.modal-theme {
	padding: 0 !important;
}
.modal-theme .modal-dialog {
	height: 90%;
}
.modal-theme .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}
.modal-theme .modal-body {
	overflow-y: auto;
}
.modal-theme .modal-header {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* ---------------------------------------------------
    New Theme CSS Dashboard
----------------------------------------------------- */

.dashboard{}
.category{text-align: -webkit-center;}
.category a{background: #007BFF; width: 80px; height: 80px;
    border-radius: 50%; text-align: center; display: table-cell; vertical-align: middle;}
.category a:hover{background: #ED2024;}

.search-input{border: none; background: #2566ad;  width: 100%; color: #fff; height: 31px; padding: 0 10px;}
.btn-search{width: 62px; height: 62px; opacity: 1; line-height: 15px; position: absolute; top: 0; right: 0; border: none; background: transparent;}
.ltr-spc{letter-spacing: 1px;}

/* ---------------------------------------------------
    Responsive CSS
----------------------------------------------------- */

@media (max-width: 768px) {
#sidebar {
	width: 250px;
	position: fixed;
	top: 0;
	left: -250px;
	height: 100vh;
	z-index: 999;
	color: #fff;
	transition: all 0.3s;
	overflow-y: scroll;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
}
#sidebar.active {
	left: 0;
}
#content {
	left: 0;
	width: 100%;
}
.overlay.active {
	display: block;
	opacity: 1;
}
#sidebar ul li a[aria-expanded="true"]:after {
	content: "\f078"; /* fa-chevron-up */
}
	
.spalsh-visible{visibility: visible;}
/******************Model**********************/
/*@media (max-width: 767.98px) {
https://codepen.io/andreivictor/pen/MWYNPBV
}*/
.modal-theme {
	padding: 0 !important;
}
.modal-theme .modal-dialog {
	width: 100%;
	max-width: none;
	height: 100%;
	margin: 0;
}
.modal-theme .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}
.modal-theme .modal-body {
	overflow-y: auto;
}
.modal-theme .modal-header {
	padding: 1rem 0;
	height: 62px;
}
.modal-theme .modal-header .back {
	margin-left: 0;
	width: 62px;
	height: 62px;
	opacity: 1;
}
.modal-theme .modal-header .close {
	margin-right: 0;
	width: 62px;
	height: 62px;
	opacity: 1;
	line-height: 15px;
}
}

@media (max-width:768px) {
	.checks--styles .cbx {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eaeaea;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	padding: 0;
	text-align: center;
	position: relative;
	top: 1px;
	transition: background 0.1s ease 0s;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	box-shadow: 0 4px 6px 0 rgba(0,0,0,.08);
}
}

.table-theme tr td {font-size: 16px;font-weight: 600;}
.table-theme tr td:first-child {font-weight: 600; color: #0056b3}
.price-bold {font-size: 20px !important;font-weight: bold !important;}


/*New added Css*/

.checkbox2 .custom-control-label::before, .checkbox2 .custom-control-label::after {left: 0px;}
.table-theme tr th {font-weight: 600 !important;}
.table-theme tr td a {color:#0056b3; }
#accordion a[aria-expanded="true"] {
background: transparent;
color: #000000;
}
#accordion .card-header a.card-link {display: block;}
#accordion .card-header a.collapsed.card-link:after {
content: "\f054"; /* fa-chevron-down */
font-family: "Font Awesome 5 Free";
position: absolute;
right: 0px;
font-size: 12px;
line-height: 20px;
font-weight: 600;
}
#accordion .card-header a.card-link:after {
content: "\f078"; /* fa-chevron-up */
font-family: "Font Awesome 5 Free";
position: absolute;
right: 0px;
font-size: 12px;
line-height: 20px;
font-weight: 600;
}

@media (max-width:767px) {
.fixed-bottom {left: 0;}
.tablewidth {width: 900px;}
}

@media (max-width:300px) {
	body, .btn { font-size: 0.8rem !important;}
	.modal-body1 div { font-size: 18px; }

	.h6, h6 {
    font-size: 0.85rem;
}


h5{font-size:0.9rem}
}