*
{
	box-sizing: border-box;
}
body{
margin: 0;
padding: 0;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li{margin: 0;padding: 0;}
ul,ol,li{list-style: none;}
a{text-decoration: none;transition:all 0.3s ease-in-out;}
a:hover, a:focus{text-decoration:none;	outline:none;}
img{max-width: 100%;}
section,header,footer{float: left;width: 100%;}
:focus{outline: none;}
input{box-shadow: none !important;}
button, input[type="submit"], input[type="button"]{}
.pad-none{	padding-left: 0;padding-right: 0;}

/*Dashboard*/
.dashboard-outer {height: 100vh;
	float: left;width: 100%;background: linear-gradient(180deg, #0A1971 0%, #00A0DF 100%);}
.dashboard-top-outer {float: left;width: 100%;}
.dashboard-height {height: calc(100% - 80px);float: left;width: 100%;}
.dashboard-leftbar.left-slide {margin-left: 0;}
.dashboard-leftbar {
	float: left;
	text-align: center;
	position: relative;
	width: 230px;
	min-height: 100%;
	z-index: 1;
	margin-left: -250px;
	transition: .3s all ease;
}
.notification-dropdown.open {
	display: block;
}
.user-detail-dropdown.open {
	display: block;
}

.dashboard-right-top {
	background: #ffffff;
	float: right;
	width: calc(100% - 230px);
	height: 80px;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	padding: 16px 66px 16px 50px;
}
.logo-outer {
	padding: 14px 20px 10px 20px;
	float: left;
	width: 230px;
	background: none;
	height: 80px;
	text-align: center;
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.popup-content {
	background: white;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	text-align: center;
}
.orison-school-text {
	color: #F39200;
	display: block;
	margin: 5px 0 0 0;
	font-size: 13px;
	font-family: 'HelveticaNeueLTStd45Light';
	font-weight: 600;
	position: relative;
	z-index: 9;
}
.logo-outer a img {
	max-width: 85%;
}
.notification-outer a {
	position: relative;
	float: left;
}
.notification-outer a img {
	max-width: 100%;
	float: left;
}
.notication-count {
	position: absolute;
	right: -4px;
	height: 6px;
	min-width: 6px;
	background: #f49100;
	top: 0px;
	text-align: center;
	font-size: 10px;
	border: 0;
	line-height: 13px;
	color: #fff;
	border-radius: 50px;
	padding: 0 3px 0;
}
.notification-outer.notification-sec .notication-count {
	right: 2px;
}
.dashboard-right {
	background: #ffffff;
	float: right;
	width: 100%;
	height: 100%;
	transition: .3s all ease;
}
.dashboard-content {
	/*padding: 20px 10px 20px;*/
	float: left;
	height: 100%;
	/*background: #f5f5f5;*/
	overflow: auto;
	width: 100%;
}
.left-scrollable {
	height: calc(100vh - 90px);
	/* overflow-y: auto; */
	/* overflow-x: visible; */
}
.dashboard-right-side-open {
	width: calc(100% - 230px);
}
.left-scrollable {
	height: calc(100vh - 80px);
	/* overflow-y: auto; */
	/* overflow-x: visible; */
}
.dashboard-items-slide
{
	float: left;
	height: 100%;
}

.menu-navigation {
	padding: 30px 0 0 0;
}
.menu-navigation ul {
	float: left;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.menu-navigation li {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	margin: 0 0 2px 0;
}
.menu-navigation li a {
	float: left;
	width: 100%;
	padding: 12px 13px 12px 60px;
	text-align: left;
	color: #dbdbdb;
	position: relative;
	font-size: 14px;
	font-family: 'HelveticaNeueLTStd45Light';
	font-weight: 500 !important;
}
.menu-navigation li a img {
	margin: 2px 15px 0 0;
	float: left;
}
.menu-navigation li a:hover img, .menu-navigation li a.active img
 {
	filter: brightness(0) invert(100%);
}
.menu-navigation li a::after {
	height: 100%;
	width: calc(95%);
	content: "";
	position: absolute;
	right: -95%;
	background: #009fe0;
	top: 0;
	border-radius: 0 50px 50px 0;
	transition: .3s all ease;
	z-index: -1;
}
.menu-navigation li a:hover::after, .menu-navigation li a.active::after {
	right: 0;
}
.menu-navigation li a:hover, .menu-navigation li a.active {
	text-decoration: none;
	color: #fff;
}
.header-user-detail {
	float: right;
	padding: 0;
	margin: 0px 0 0 0;
}
.notification-outer {
	float: left;
	position: relative;
	margin: 12px 20px 0 0;
}
.user-details {
	float: left;
	position: relative;
}
.user-detail-thumbnail {
	float: left;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #C6C6C6;
	padding: 4px;
}
.user-detail-inner span {
	color: #0A1971;
	font-size: 14px;
	max-width: 100px;
	line-height: 20px;
	margin: 0 10px 0 0;
	font-family: 'HelveticaNeueLTStd45Light';
	font-weight: 600;
}
.user-detail-inner {
	float: left;
	padding: 10px 0 10px 9px;
	position: relative;
}
.user-detail-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	left: inherit !important;
}
.notification-dropdown, .user-detail-dropdown, .user-detail-dropdown-nw
 {
	position: absolute;
	top: 100%;
	width: auto;
	left: -70px;
	display: none;
	background: #e9ebed;
	padding: 10px;
	z-index: 1;
	border-radius: 5px;
}
.notification-dropdown li, .user-detail-dropdown li, .user-detail-dropdown-nw li {
	float: left;
	width: 100%;
}
.notification-dropdown li a, .user-detail-dropdown li a, .user-detail-dropdown-nw li a 
{
	float: left;
	width: 100%;
	color: #98a0b5;
	padding: 8px 10px;
	font-size: 13px;
	font-family: 'HelveticaNeueLTStd45Light';
	font-weight: 500;
	border-radius: 5px;
	text-decoration:none;
}

.user-detail-dropdown-nw li a:hover, .user-detail-dropdown-nw li a:focus
{
	background:#00aef3;
	color:#fff;
}

.user-detail-dropdown-nw {
	top: 78%;
}
.user-details .user-detail-thumbnail a.user-detail {
	position: relative;
	z-index: 99;
}
.user-detail-thumbnail:hover .user-detail-dropdown-nw
{
	display:block;
}

.open .notification-dropdown, .open .user-detail-dropdown {
	display: block;
}
.notification-dropdown li, .user-detail-dropdown li {
	float: left;
	width: 100%;
}
.notification-dropdown li a, .user-detail-dropdown li a {
	float: left;
	width: 100%;
	color: #98a0b5;
	padding: 8px 10px;
	font-size: 13px;
	font-family: 'HelveticaNeueLTStd45Light';
	font-weight: 500;
	border-radius: 5px;
}
.dashboard-top-left {
	float: left;
	width: auto;
	display: flex;
	align-items: center;
}
.dashboard-top-left .lambha-logo {
	float: left;
	width: auto;
	margin-right: 25px;
}

.dashboard-top-left .lambha-logo img {
	max-width: 95%;
}
.lambha-address-out {
	float: left;
	font-size: 15px;
	color: #A4A4BB;
	font-family: 'HelveticaNeueLTStd45Light';
	font-weight: bold;
}
.dashboard-main-left {
	width: 65%;
	float: left;
}
.dashboard-main-right {
	width: 34.5%;
	float: right;
}
.dashboard-main-left, .dashboard-main-right-grid {
	background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 20px 0px;
	height:130vh;
}
.dashboard-main-right-grid {
	margin-bottom: 7px;
	float: left;
	width: 100%;
	padding: 0;
	padding: 0px;
}
.dashboard-items-row
{
	float:left;
	width:100%;
}

.dashboard-items-grid {
	float: left;
	width: 20%;
	text-align: center;
	margin-bottom: 13px;
}
.dashboard-items-grid-inn {
	border-radius: 50%;
	height: 105px;
	width: 105px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	margin: auto;
	cursor: pointer;
}

.dashboard-items-grid:hover .dashboard-items-grid-inn {
	/*background: linear-gradient(179deg, #c5c9ff 0%, #00ADF2 100%);*/
	border: solid 1px #00ADF2;
	/*box-shadow: 0 0 25px #00ADF2;*/
}


.dashboard-items-grid:hover .dashboard-items-grid-inn img {
}
.dashboard-items-grid-inn p {
	color: #A4A4BB;
	font-size: 13px;
	margin: 0;
	padding: 0;
	font-family: 'HelveticaNeueLTStd45Light';
	font-weight: 600;
	margin: 4px 0 0 0;
	cursor:pointer;
}
.dashboard-items-grid:hover .dashboard-items-grid-inn p {
	/*color:#fff;*/
/*	transform: scale(1.25);
	filter: invert(50%);*/
}


.dashboard-items-grid-inn span {
	display: inline-block;
}

.dashboard-items-grid-inn span img {
	display: inline-block;
	max-width: 100%;
}
img {
	vertical-align: middle;
	border-style: none;
	width: 30px;
	height: 30px;
	/* border-radius: 25px; */
}
.dashboard-main-left.dashboard-items-slide button.slick-arrow {
	position: absolute;
	bottom: 20px;
	top: auto;
	left: 49%;
	transform: translate(-50%);
	background: #d7d7e1;
	border-radius: 50%;
	color: transparent;
	height: 16px;
	width: 16px;
	text-indent: 999999px;
	overflow: hidden;
}

.dashboard-main-left.dashboard-items-slide button.slick-next.slick-arrow {
	margin: 0 22px;
}

.dashboard-main-left.dashboard-items-slide button.slick-arrow:hover
{
	background:#f39301;
}

.dashboard-main-left.dashboard-items-slide .slick-dots li button {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	height: 16px;
	width: 16px;
	background: #d7d7e1;
	border-radius: 50%;
	text-indent: 999999px;
	overflow: hidden;
}

.dashboard-main-left.dashboard-items-slide .slick-dots li.slick-active button
{
	background:#f39301;
}
.dashboard-main-left.dashboard-items-slide .slick-dots li {
	margin: 0 2px;
}


.dashboard-main-right-grid-header {
	float: left;
	padding: 10px 11px;
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
}
.dashboard-main-right-grid-header .icon-outer {
	float: left;
	width: 100%;
	border: solid 2px #00AEF3;
	/*background: #00aef3;*/
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 2px 0 0;
}
.calendar td {
	padding: 0.5em .1em;
}
.dashboard-main-right-grid-header .icon-outer img {
	max-width: 100%;
	display: inline-block;
	/* width: 20px; */
	padding: 3px;
}

.dashboard-main-right-grid-header h5 {
	color: #123274;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	padding-top: 10px;
	text-transform: capitalize;
	font-family: 'HelveticaNeueLTStd65Medium';
	padding-right: 8px;
}
.dashboard-main-right-grid-bottom {
	float: left;
	width: 100%;
	padding: 10px 10px 10px 10px;
	min-height: 276px;
}
.dashboard-items-grid a {
	display: inline-block;
}
.dashboard-right-grid-content {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.dashboard-right-grid-content:last-child
{
	margin-bottom:0px;
}
.dashboard-right-grid-content h6 {
	color: #123274;
	font-size: 16px;
	font-weight:  normal;
	margin: 0px;
	padding: 0px;
	 font-family: 'HelveticaNeueLTStd65Medium';
	display: inline-block;
	text-transform: capitalize;
	width: 100%;
}
.dashboard-right-grid-content h6 span {
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	float: left;
	width: 100%;
	line-height: 14px;
	color: #C6C6D8;
	font-family: 'HelveticaNeueLTStd45Light';
	margin: 5px 0 0 0;
}

	.dashboard-right-grid-content p {
		font-weight: bold;
		font-size: 45px;
		float: left;
		width: 100%;
		/* line-height: 14px; */
		color: #404E67;
		padding-top: 4px;
		font-family: 'HelveticaNeueLTStd45Light';
		margin: 12px 0 0 0;
	}

.cont-side-sec {float:left;width:100%;padding: 18px 0 10px;margin:0 0 10px;background: #FFFFFF;border: 1px solid #E0E0E0;}
.sec-head-content {float: left;width: 100%;padding: 0 45px 15px;border-bottom: 1px solid #E0E0E0;}
.head-icon {float: left;width: 35px;height: 35px;padding: 5px;margin: 0 12px 0 0;background: #F39200;border-radius: 50%;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.head-text {float: left;width: calc(100% - 47px);height: 35px;display: flex;flex-wrap: wrap;align-items: center;color: #123274;font-size: 16px;line-height: 20px;font-weight: 600;font-family: 'HelveticaNeueLTStd45Light';}

.cont-calender-main {
	float: left;
	width: 100%;
	padding: 8px 8px 0;
}
.month {color: #123274;font-size: 17px;line-height: 20px;font-weight: 600;font-family: 'HelveticaNeueLTStd45Light';}
.month .year {display: inline-block;font-size: 16px !important;line-height: 20px !important;font-weight: 600 !important;}
.calendar header .simple-calendar-btn::before {top: 6px;left: 4px;width: 14px;height: 14px;}
.calendar header .btn-prev, .calendar header .btn-next {border: none;}
.calendar header .btn-prev {left: 17px;}
.calendar header .btn-next {right: 17px;}
.calendar header .simple-calendar-btn:hover {background: transparent;color: #123274;}
.calendar header .month {margin: 7px 0 0 0;}
.calendar table thead td {color: #2196F3;font-size: 10px;line-height: 16px;text-transform: uppercase;letter-spacing: 2px;padding: 15px 0 0;font-family: 'HelveticaNeueLTStd45Light';font-weight: 700;}
.calendar table tbody td .day {color: #123274;font-size: 14px;line-height: 18px;letter-spacing: 0.22px;padding-top: 7px;padding-right: 2px;font-family: 'HelveticaNeueLTStd45Light';font-weight: 700;}
.calendar .day.today, .calendar .day.today:hover {color:#F39200;border-color: #F39200;background:transparent;}
.calendar .day.has-event, .calendar .day.has-event:hover {color:#00A0DF;border-color: #00A0DF;background:transparent;}
.calendar .day.has-event::after {visibility:hidden;}
.calendar header .simple-calendar-btn {color: #0A1971;}
.dashboard-content .dashboard-main-right-grid {padding: 0;}
.logo-outer a {display: inline-block;}
/*Dashboard-End*/
.content.mCustomScrollbar._mCS_1 {
	max-height: 100vh;
}
.dashboard-top-outer button.navbar-toggle
{
	display:none;
}

.dashboard-main-left.dashboard-items-slide .slick-dots {
	bottom: 16px;
	left: 0;
}

/* To specify background color and border */
.e-calendar {
	border: 1px solid #00ADF2;
}


/*Roshan*/
/*.Icon {
	height: 25px;
	width: 35px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 14px;
	font-weight: 400;
}*/

.Icon {
	height: 20px;
	width: 35px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 14px;
	font-weight: 400;
}

.Icon1 {
	height: 20px;
	width: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.Icon2 {
	height: 15px;
	width: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.ComboBox {
	display: inline-flex;
	width: 150px;
}

.file {
	filter: brightness(36);
	background-image: url("../images/upload.ico");
}

.add {
	filter: brightness(36);
	background-image: url("../images/new.png");
}

.approve {
	background-image: url("../Images/approve.png");
}

.save {
	filter: brightness(36);
	background-image: url("../images/save.png");
}

.proceed {
	filter: invert(1);
	background-image: url("../images/ICProceed.png");
}

.delete {
	filter: brightness(36);
	filter: invert(1);
	background-image: url("../images/delete-big.png");
}

.delete1 {
	background-image: url("../images/delete-big.png");
}

.statement {
	filter: brightness(36);
	background-image: url("../images/financial-statement.png")
}

.BillWise {
	filter: brightness(36);
	background-image: url(../images/budget.png)
}

.posting {
	filter: brightness(36);
	background-image: url(../images/cost.png)
}

.Post {
	filter: brightness(36);
	background-image: url(../images/Post.png)
}

.DePost {
	filter: brightness(36);
	background-image: url(../images/Depost.png)
}

.edit {
	filter: brightness(50);
	background-image: url("../images/Pencil.png");
}

.edit1 {
	/*filter: brightness(50);*/
	background-image: url("../images/Pencil.png");
}

.print {
	filter: brightness(50);
	background-image: url("../images/printer.png");
}

.new {
	filter: brightness(50);
	background-image: url("../images/document.png");
}

.help {
	filter: brightness(50);
	background-image: url("../images/help.png");
}

.list {
	filter: brightness(50);
	background-image: url("../images/list.png");
}

.open {
	filter: brightness(50);
	background-image: url("../images/OFimg.png");
}

.folder {
	filter: brightness(50);
	background-image: url("../images/folder.png");
}

.refresh {
	filter: brightness(50);
	background-image: url("../images/Refresh.png");
}

.split {
	filter: brightness(50);
	background-image: url("../images/split.png");
}

.parent {
	filter: brightness(50);
	background-image: url("../images/parent.png");
}
/*.columnchooser {
	filter: brightness(36);
	filter: invert(1);
	background-image: url("../images/ColumnChooser.png");
}

.filter {
	filter: brightness(36);
	filter: invert(1);
	background-image: url("../images/clearfilter.png");
}*/

.columnchooser {
	background-image: url("../images/ColumnChooser.png");
}

.filter {
	background-image: url("../images/clearfilter.png");
}

.lock {
	filter: brightness(36);
	background-image: url("../images/LockIcon.png");
}

.cancel {
	filter: invert(1);
	width: 13px;
	height: 13px;
	background-image: url("../images/close.png");
}

.Close {
	filter: invert(1);
	width: 13px;
	height: 13px;
	background-image: url("../images/close.png");
}

.closeic {
	filter: brightness(36);
	background-image: url("../images/OFclose.png");
}

.import {
	filter: brightness(36);
	background-image: url("../images/ICimport.ico");
}

.back {
	filter: brightness(36);
	background-image: url("../images/back.png");
}

.excel {
	filter: brightness(36);
	background-image: url("../images/excel.png");
}
.email {
	filter: brightness(36);
	background-image: url("../images/icons8-mail-96.png");
}
.pdf {
	filter: brightness(36);
	background-image: url("../images/pdf.png");
}
.View {
	filter: brightness(36);
	background-image: url("../Images/WhiteView.png");
}
.preprint {
	background-image: url("../Images/OFprint.png");
}

.upic {
	background-image: url("../Images/up-arrow.png");
}

.downic {
	background-image: url("../Images/down-arrow.png");
}

.reccuring {
	filter: invert(1);
	background-image: url("../Images/RecurringImage.png");
}

.search {
	width: 200px;
	background-image: url("../Images/search.ico");
}
.Nextbtn {
	background-image: url("../Images/Next.png");
}

.Prevbtn {
	background-image: url("../Images/Prev.png");
}

.Invoice {
	background-image: url("../Images/Invoice.png");
	padding-left: 32px;
	height: 2.2%;
}

.Discount {
	background-image: url("../Images/Discount.png");
	padding-left: 30px;
	height: 2.2%;
}

.DiscountSchedule {
	background-image: url("../Images/DiscountSchedule.png");
	padding-left: 32px;
	height: 2.2%;
}

.Tax {
	background-image: url("../Images/Tax.png");
	padding-left: 32px;
	height: 2.2%;
}

.Back2 {
	background-image: url("../Images/icons8-back-67.png");
}
.clear {
	filter: invert(1);
	width: 30px;
	background-image: url("../images/clearfilter.png");
}

.search {
	filter: brightness(36);
	background-image: url("../images/search.png");
}

.Show {
	filter: invert(1);
	width: 15px;
	height: 15px;
	background-image: url("../images/search.png");
}

.tabHeader {
	border: 1px solid #808080 !important;
	border-bottom: 1px !important;
	border-radius: 15px 15px 0px 0px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
/*.MyAlternateStyle {
    white-space: nowrap;
}*/
.MyAlternateStyle:nth-child(odd) {
	background-color: #E8EEFA;
}

.MyAlternateStyle:nth-child(even) {
	background-color: rgb(255 255 255 / 0.89);
}

.tabimage {
	height: 20px;
	width: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.official {
	background-image: url("../Images/official.ico");
}
.Budget {
	background-image: url("../Images/coin.png");
}

.personal {
	background-image: url("../Images/person.png");
}

.doc {
	background-image: url("../Images/Documents.ico");
}

.Parental {
	background-image: url("../Images/Parental.png");
}
.Admission {
	background-image: url("../Images/Admission.ico");
}

.general {
	background-image: url("../Images/General.ico");
}

.Transport {
	background-image: url("../Images/transport.ico");
}

.Notes {
	background-image: url("../Images/Notes.ico");
}
.proceedgif {
	background-image: url("../gif/Tick.gif");
}
.Finance {
	background-image: url("../Images/money.png");
}

.leave {
	background-image: url("../Images/leavea.png");
}

.others {
	background-image: url("../Images/others.jpg");
}

.send {
	background-image: url("../Images/sendic.png");
}
.Ok {
	background-image: url("../Images/Ok.png");
}


.Mail {
	background-image: url("../Images/send.png");
}

.dx-datagrid-headers .dx-header-row {
	cursor: pointer;
	white-space: nowrap;
	padding: 4px 6px 5px;
	border: 1px solid #7EACB1;
	background: #b7d8dc url(/SchoolNew/DXR.axd?r=0_1009-vjuqi) repeat-x top;
	overflow: hidden;
	font-weight: normal;
	text-align: left;
}

.btnheight {
	height: 32px;
}

.my-grid thead {
	height: 55px;
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
	padding: 4px 6px 5px;
	border: 1px solid #cacfd8;
	/*background-image: linear-gradient( 180deg, #4e348d 0%, #9673a5 140%);*/
	background-image: linear-gradient( 0deg, #5f368d85, #B7D8DC);
	/*background: #b7d8dc url(/SchoolNew/DXR.axd?r=0_1009-vjuqi) repeat-x top;*/
	overflow: hidden;
	font-weight: normal;
	text-align: left;
	/* color:#fff;*/
}

body {
	background: #f1f4fb;
	color: #263871;
	flex-direction: column;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: 400;
	justify-content: flex-start;
	margin: 0;
	min-height: 100vh;
	/*overflow-y: scroll;*/
	position: relative;
	text-align: left;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	/*font-size: inherit;*/
	font-size: 12px;
	line-height: inherit;
	margin: 0;
}

	input[type=checkbox], input[type=radio] {
		box-sizing: border-box;
		padding: 0;
	}

.custom-control-input {
	height: 1rem;
	/*position: absolute;*/
	width: 1rem;
	z-index: -1;
}

.custom-control-label {
	display: block;
	line-height: 25px;
	margin-bottom: 0;
	margin-top: 2px;
	vertical-align: middle;
	position: relative;
}

.custom-controls-stacked .custom-control {
	margin-bottom: .25rem;
}

.mr-4, .mx-4 {
	margin-right: 1rem !important;
}

.custom-control {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	position: relative;
	user-select: none;
}

.mt-2, .my-2 {
	margin-top: .5rem !important;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}

/*.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #d3dfea;
    border-radius: 5px;
    color: #263871;
    display: block;
    font-size: .9375rem;
    line-height: 1.6;
    opacity: 1;
    outline: 0;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}
*/
.form-label {
	font-size: .875rem;
	font-weight: 500;
	margin-bottom: .375rem;
}

.form-group {
	margin-bottom: 1rem;
}

.form-group, .form-label {
	display: block;
}

.card-body {
	flex: 1 1 auto;
	margin: 0;
	position: relative;
	background-color: #e7eaff;
	border: 1px solid #8235a5;
	border-radius: 8px;
}

.hremp-tabs1 {
	background: #fff;
	border: 0 !important;
	border-radius: 8px 8px 8px 8px !important;
}

.tabs-menu-body {
	border: 1px solid #e9ebfa;
	border-radius: 0 8px 8px 8px;
	padding: 15px;
}

.p-0 {
	padding: 0 !important;
}

.hremp-tabs .tabs-menu1 ul li a {
	background: #dee5f7;
	border: 0;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	margin: 0 .5rem -1px;
	padding: 12px 22px;
}

.tabs-menu1 ul li a {
	display: block;
	font-weight: 500;
	padding: 10px 20px 11px;
}

.ml-4, .mx-4 {
	margin-left: 1rem !important;
}

.hremp-tabs {
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
}

.tab-menu-heading {
	border: 1px solid #e9ebfa;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	padding: 20px;
}

.hremp-tabs .tabs-menu1 ul li a {
	background: #dee5f7;
	border: 0;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	margin: 0 .5rem -1px;
	padding: 12px 22px;
}

	.hremp-tabs .tabs-menu1 ul li a.active {
		background: #fff;
		border-bottom: 0;
	}

.font-weight-bold {
	font-weight: 700 !important;
}

.mb-4, .my-4 {
	margin-bottom: 1rem !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important;
}

.h4, h4 {
	font-size: 1.125rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-family: Roboto,sans-serif;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: .66em;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .66em;
	margin-top: 0;
}

.page-header {
	align-items: center;
	border-radius: 7px;
	display: flex;
	justify-content: space-between;
	margin: 2rem 0;
	min-height: 50px;
	padding: 0;
	position: relative;
}

.page-title {
	font-size: 25px;
	font-weight: 500;
	line-height: 2.5rem;
	margin: 0;
	position: relative;
}

.mb-auto, .my-auto {
	margin-bottom: auto !important;
}

.mt-auto, .my-auto {
	margin-top: auto !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.btn-list {
	font-size: 0;
	margin-bottom: -.5rem;
}

	.btn-list > .btn:not(:last-child), .btn-list > .dropdown:not(:last-child) {
		margin-right: .5rem;
	}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

/*.btn-primary {
    background-color: #36f;
    border-color: #36f;
    color: #fff !important;
}*/

.btn1 {
	/*border: 1px solid transparent;*/
	height: 35px;
	border-radius: 5px;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .4px;
	line-height: 1.84615385;
	/*padding: .3rem .75rem;*/
	text-align: center;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.card {
	word-wrap: break-word;
	background-clip: border-box;
	background-color: #fff;
	/* border: 0;*/
	/* border-radius: 13px;*/
	box-shadow: 0 0.15rem 1.75rem 0 rgb(196 205 224 / 20%);
	display: flex;
	flex-direction: column;
	margin-bottom: 1.5rem;
	min-width: 0;
	position: relative;
	width: 100%;
}

.card-header:first-child {
	border-radius: 2px 2px 0 0;
}

.border-0 {
	border: 0 !important;
}

.card-header, .card-header .card-title {
	margin-bottom: 0;
}

.card-header {
	align-items: center;
	background: transparent;
	border-bottom: 1px solid #e9ebfa;
	display: flex;
	padding: 1.5rem 1.5rem .5rem;
}

.border-0 {
	border: 0 !important;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-title {
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: .01rem;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	text-transform: capitalize;
}

.table-responsive {
	display: block;
	overflow-x: auto;
	width: 100%;
}

div.dataTables_wrapper div.dataTables_length label {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}

.table.dataTable.no-footer {
	border-bottom: 0;
}

table.table-bordered.dataTable {
	border-right-width: 0;
}

table.dataTable {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px;
	max-width: none !important;
	border-collapse: separate !important;
	border-spacing: 0;
}

.text-nowrap {
	white-space: nowrap !important;
}

.border-bottom {
	border-bottom: 1px solid #e9ebfa !important;
}

.table-bordered, .table-bordered td, .table-bordered th, .text-wrap table, .text-wrap table td, .text-wrap table th {
	border: 1px solid #21252926;
}

.table, .text-wrap table {
	margin-bottom: 1rem;
	max-width: 100%;
	width: 100%;
}

.table-sm th, .table-sm td {
	padding-left: 0.20rem;
	padding-right: 0.20rem;
}

.badge {
	border-radius: 7px;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	padding: 5px 12px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.badge-success {
	background-color: #0dcd94;
	color: #fff;
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

.btn-icon {
	padding-left: .5rem;
	padding-right: .5rem;
	text-align: center;
}

.btn-group-sm > .btn, .btn-sm {
	/* font-size: .75rem;*/
	min-width: 1.625rem;
}

.mr-3, .mx-3 {
	margin-right: .75rem !important;
}

.avatar-md {
	font-size: 1rem;
	height: 2.5rem;
	line-height: 2.5rem;
	width: 2.5rem;
}

.brround {
	border-radius: 50%;
}

.avatar {
	background: #36f no-repeat 50%/cover;
	color: #fff;
	display: inline-block;
	font-size: .875rem;
	font-weight: 600;
	height: 2rem;
	line-height: 2rem;
	position: relative;
	text-align: center;
	user-select: none;
	vertical-align: bottom;
	width: 2rem;
}

.app-sidebar__user {
	align-items: center;
	border-bottom: 1px solid hsla(0,0%,100%,.1);
	color: #aab3cc;
	display: flex;
	display: inline-block;
	padding: 25px 20px;
	width: 100%;
}

.text-center {
	text-align: center !important;
}

.dropdown {
	display: block;
}

.user-pic {
	position: relative;
}

.user-info h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}

.mb-2, .my-2 {
	margin-bottom: .5rem !important;
}

.mb-2, .my-2 {
	margin-bottom: 0.5rem !important;
}

.text-muted {
	color: #b8bbc4 !important;
}

.text-sm {
	font-size: 15px;
	font-weight: 400;
}

.tabs-menu1 {
	font-size: 14px;
	border-bottom: 0;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #ffffff;
	opacity: 1;
}

.dx-blazor-disabled-editor {
	opacity: .9;
}

.card-body1 {
	flex: 1 1 auto;
	margin: 0;
	padding: 0.5rem;
	position: relative;
	background-color: #eaeafe;
	border-radius: 15px;
	border: 1px solid #9a82af;
}

.card-body2 {
	flex: 1 1 auto;
	margin: 0;
	padding: 1.5rem;
	position: relative;
	background-color: #ffffff;
	border-radius: 15px;
	border: 1px solid #9a82af;
	box-shadow: 0 0 20px 0 rgba(77, 52, 141, 0.1), 0 5px 5px 0 rgba(77, 52, 141, 0.01);
	transition-duration: 0.3s;
	border-radius: 6px;
	z-index: 1;
}

	.card-body2:hover {
		box-shadow: 0 0 20px 0 rgba(77, 52, 141, 0.7), 0 5px 5px 0 rgba(77, 52, 141, 0.27);
	}

label {
	user-select: none;
}

.cmbColorGreen{
	color:green;
}

.cmbColorRed {
	color: red;
}

.box-card-shadow {
	margin: 6px;
	padding: 8px;
	background-color: #ffffff;
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.box-card-background {
	background-color: #ffffff;
}

.lblbox {
    /*border: 1px solid #000;
	text-align: right;*/
}

.lblbold {
	display: inline-block;
	color: #3c2357;
	font-weight: bold;
}
.fieldsetclass {
	border: solid 1px #4758A8;
	padding: 1%;
}
.legentclass {
	font-size: small;
	font-weight: bold;
	color: #4758A8;
}
.box-card-div {
	background-color: #D6E1F5;
	height: 23px;
}
.box-card-lbl {
	font-size: medium;
	color: #4758A8;
}
.header-div-style {
	float: right;
	text-align: right;
	padding-top: 3px;
}
.header-label {
	color: #4758a8;
	font-size: larger;
	font-weight: bold;
	text-transform: capitalize;
}