﻿img.tataLogo {
	height: 12px;
	margin-left: 1rem;
}

img.tata-brand-logo {
	height: auto !important;
	width: 75% !important;
}

img.footer-brand-logo {
	height: auto !important;
	width: 75% !important;
}

body {
	font-family: "Inter", sans-serif;
	color: #3B3938;
	font-size: 14px;
}

.contentBody {
	margin-top: 4rem;
}

select.form-control[size], select.form-control[multiple], textarea.form-control {
	height: auto !important;
}

input[type=button], input[type=submit], input[type=button], .btn.btn-primary {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	outline: 0;
	border: 0;
	margin: 0;
	border-radius: 0;
	padding: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	color: inherit;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	text-transform: uppercase;
	min-width: 64px;
	padding: 6px 16px;
	border-radius: 8px;
	-webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	color: #fff;
	background-color: #333399;
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

/*input[type=button], input[type=submit] {
    background: #339;
    border-color: #339;
    display: inline-block;
    color: #fff;
    border: 1px solid #339;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-shadow: 0px 0px 0px;
}*/
input[type=reset], .btn.btn-secondary {
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	outline: 0px;
	margin: 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.02857em;
	text-transform: uppercase;
	min-width: 64px;
	padding: 5px 15px;
	border-radius: 8px;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border: 1px solid #339;
	color: #339;
}
/*input[type=reset], .btn.btn-secondary {
    background-color: #fff;
    border-color: #339;
    display: inline-block;
    color: #339;
    border: 1px solid #339;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/

.btnactive {
	color: #fff !important;
	background-color: #339 !important;
}

.form-control#CDate {
	border: 1px solid #339 !important;
	color: #339;
	border-radius: .5rem;
	height: 35px !important;
	line-height: 1 !important;
	background: #fff !important;
	text-align: center;
}

.btn-primary {
	color: white !important;
	background: #339 !important;
	border-color: #339 !important;
	border-radius: .5rem;
}

.Newsinfo .btn-primary {
	color: #fff;
	background: #007bff !important;
	border-color: #007bff !important;
}

.login-form-label {
	color: #000000;
	opacity: 0.5;
}

label {
	font-size: 14px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.50);
	margin-bottom: 0;
}

.form-control {
	border-bottom: 1px solid #DDDDDD !important;
	color: #22334F;
	border-radius: 0px;
	line-height: 1 !important;
	border: 0px;
	padding: .375rem 0rem;
	-webkit-tap-highlight-color: transparent;
	transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

	.form-control:focus {
		box-shadow: 0 0px 0 0rem #333399;
		border-bottom: 2px solid #333399 !important;
		transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
	}

.login-form-input, .login-form-input:focus {
	color: #22334F !important;
}


/*.btn.btn-primary {
    background: #07386a;
    border-color: #07386a;
}*/

.btn.btn-primary:hover, .btn.btn-primary:focus, input[type=button]:hover, input[type=submit]:hover {
	background: #339;
	border-color: #339;
	color: #fff;
	opacity: .85;
}

#accordion input[type=reset]:hover, #accordion .btn.btn-secondary:hover {
	background: #339 !important;
	color: #fff;
	border-color: #339 !important;
}

input[type=reset]:hover, .btn.btn-secondary:hover {
	background: #339 !important;
	color: #fff;
	border-color: #339 !important;
}

.Newsinfo .btn.btn-primary:hover, .Newsinfo .btn.btn-primary:focus {
	background: #007bff !important;
	border-color: #007bff !important;
}

.btn.btn-secondary i {
	line-height: 1.5;
}

/*.btn{ color:#fff !important;}*/
.card-footer {
	padding: .5rem 1.25rem;
	background-color: #fff;
}

/* width */
::-webkit-scrollbar {
	width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}
	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

::placeholder {
	color: #ddd;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ddd !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #ddd !important;
}

::-webkit-input-placeholder { /* Internet Explorer 10-11 */
	color: #ddd !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #339;
	background-color: #339;
}

/* Multi Select CSS */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100% !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	color: #3B3938;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
	background-color: #fff !important;
	border-color: #fff;
}

.bootstrap-select .btn-light {
	border-bottom: 1px solid #ddd !important;
	background: #fff;
	font-size: 14px;
	border-radius: 0;
	padding: .375rem 0;
	border-color: #fff;
}

.bootstrap-select .dropdown-menu.show {
	min-width: 100% !important;
}

.bootstrap-select .dropdown-toggle::after {
	color: #3B3938;
}

.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
	background-color: #1f396d !important;
	border-color: #1f396d !important;
	color: #fff;
}

.red {
	color: #f00;
}

.validationError {
	background: #f8f8f8;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	color: #f00;
	padding: 5px 10px;
}
/*.modal .close{ background:#fff !important;}*/

/* Login CSS */
header {
	border-bottom: 1px solid #ddd;
	padding: .5rem 0rem;
}

	header .logo {
		display: flex;
		margin: auto;
		max-height: 64px;
		max-width: 100%;
		height: auto;
		/* margin-top: 12px;*/
	}

	header .logoC {
		display: flex;
		margin: auto;
		max-height: 64px;
		max-width: 100%;
		margin-top: 22px;
	}

.loginBg {
	height: 100vh;
	justify-content: center;
	align-items: center;
	margin: auto;
}

	.loginBg .card {
		border-radius: 0px;
		border: 0px;
	}

	.loginBg .LeftBlue {
		padding: 0;
		height: 100%;
	}

		.loginBg .LeftBlue img {
			width: 100%;
			display: block;
		}

.LeftBlue span.font-large {
	display: block;
	font-size: 26px;
	text-transform: uppercase;
}

.LeftBlue img {
	display: flex;
	margin: auto;
}

.LeftBlue .carousel-inner {
	height: calc(100vh - 156px) !important;
}

.login-form-container {
	background: linear-gradient(156.2deg, #FFFFFF 15.3%, #D3D9E8 100.81%);
	border-radius: 12px;
}

.loginBg .login-form {
/*	max-width: 386px;
	padding: 1rem;*/
	margin: 0 auto;
}

	.loginBg .login-form h2 {
		text-align: left;
		margin: 1rem 0;
		color: #333399;
		font-size: 1rem;
		font-family: "Inter", sans-serif;
	}

	.loginBg .login-form .font14 {
		font-size: 14px;
		color: #212529;
	}

	.loginBg .login-form .CTABtn {
		position: relative;
		display: inline-block;
		width: 100%;
		text-align: left;
	}

		.loginBg .login-form .CTABtn i {
			position: absolute;
			right: 1rem;
			top: 1rem;
			color: #fff;
		}

	.loginBg .login-form .footerSignature {
		margin-top: 1rem;
	}

.loginBg .footerSignature p, .loginBg .SignatureCompany p {
	font-size: 12px;
	color: #999999;
	padding: 0rem;
}

.resetText {
	font-size: 12px;
	color: #999999;
}

.recovery {
	display: none;
}

.bg-light.SignatureCompany {
	/*position: fixed;
    bottom: 0px;
    width: 100%;*/
}

	.bg-light.SignatureCompany p {
		margin: 0px;
	}

.SignatureCompany span.font-small {
	font-size: 12px;
	color: #5332a5;
}

.SignatureCompany .bordertop {
	border-top: 1px solid #DDD;
	margin-top: 10px !important;
}

/*News Ticker*/
.NewsBox {
	padding: .2rem .5rem 0 4rem;
}

.Newsinfo.alert-secondary {
	color: #000;
	background-color: #F8F8F8;
	position: relative;
	border-radius: 0px;
	border: 0px;
	padding: 0px;
	font-size: 14px;
}


	.Newsinfo.alert-secondary span.btnNews {
		background: #007bff;
		font-size: 14px;
		border: #007bff;
		position: absolute;
		top: 0px;
		left: 0;
		padding: 7px 10px;
		z-index: 1;
		color: #fff;
	}

.g20Div {
	width: 90px;
}

	.g20Div img.logo {
		width: 100%;
	}

.Newsinfo .btnNews:hover, .Newsinfo .btnNews:focus {
	background: #007bff !important;
	border-color: #007bff !important;
}

.tickercontainer { /* the outer div with the black border */
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
	/* that serves as a mask. so you get a sort of padding both left and right */
	.tickercontainer .mask {
		position: relative;
		width: 100%;
		overflow: hidden;
	}

ul.newsticker { /* that's your list */
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	/* important: display inline gives incorrect results when you check for elem's width */
	ul.newsticker li {
		float: left;
		margin: 6px;
		padding: 0;
		font-size: 14px;
		line-height: 1.4;
		color: black !important;
	}

ul.er-controls {
	list-style: none;
	display: inline-block;
	padding: 0;
}

	ul.er-controls > li {
		display: inline-block;
		padding: 0 5px;
		background: #f0f0f0;
		margin: 5px;
		border-radius: 5px;
		height: 40px;
		line-height: 40px;
	}

		ul.er-controls > li:hover {
			background: #f5f5f5;
			cursor: pointer;
		}

i.fa.fa-arrow-right {
	position: absolute;
	right: -4px;
	color: #007bff;
	top: 11px;
}

nav .Newsinfo.alert.alert-secondary.w-50 {
	width: 65% !important;
}

.table td, .table th {
	padding: .5rem;
	vertical-align: middle;
}

/* Menu CSS */
.wrapper {
	width: 100%;
}

#content {
	width: 100%;
	padding: 0;
	min-height: 100vh;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#sidebar {
	min-width: 300px;
	max-width: 300px;
	background: #1d1919;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

	#sidebar.active {
		margin-left: -300px;
	}

	#sidebar .logo {
		display: block;
		width: 120px;
		height: 120px;
		margin: 0 auto;
	}

		#sidebar .logo span {
			display: block;
		}

	#sidebar ul.components {
		padding: 0;
	}

	#sidebar ul li {
		font-size: 16px;
	}

		#sidebar ul li > ul {
			margin-left: 10px;
		}

			#sidebar ul li > ul li {
				font-size: 14px;
			}

		#sidebar ul li a {
			padding: 10px 0;
			display: block;
			color: rgba(255,255,255,.8);
			border-bottom: 1px solid rgba(255,255,255,.1);
		}

			#sidebar ul li a:hover {
				color: #f8b739;
			}

		#sidebar ul li.active > a {
			background: 0 0;
			color: #f8b739;
		}

/*.sb-nav-fixed.sb-sidenav-toggled .sb-topnav {
    padding-left: 0px !important;
}*/

/*Adding display block to payout datatable*/
#tblPayout tr > td:nth-child(2) {
	display: block !important;
}

@media(max-width:991.98px) {
	#sidebar {
		margin-left: -300px;
	}

		#sidebar.active {
			margin-left: 0;
		}
}

a[data-toggle=collapse] {
	position: relative;
}

.Geographical .dropdown-toggle::after {
	right: 10px !important;
}

.Geographical li.selected {
	background: #1769b3;
}

.Geographical .dropdown-item:focus, .Geographical .dropdown-item:hover {
	color: #fff;
	background-color: #0056b3;
}

.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media(max-width:991.98px) {
	#sidebarCollapse span {
		display: none;
	}
}

#content {
	width: 100%;
	padding: 0;
	min-height: 100vh;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.btn.btn-primary.space i, .btn.btn-outline-light.space i {
	margin-right: 5px;
}

.CustomDropDown .btn.btn-outline-light i {
	margin-right: 0px !important;
	line-height: 1.5;
}

/* SideNav */
.bg-dark {
	background-color: #fff !important;
	box-shadow: 0px 0px 1px #666;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
	background-color: #1d2124 !important;
}

.fixed-top, .sb-nav-fixed #layoutSidenav #layoutSidenav_nav, .sb-nav-fixed .sb-topnav {
	position: fixed;
	/*  top: 0;
    right: 0;
    left: 0;*/
	z-index: 1030;
	width: 100%;
}

#layoutAuthentication {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

	#layoutAuthentication #layoutAuthentication_content {
		min-width: 0;
		flex-grow: 1;
	}

	#layoutAuthentication #layoutAuthentication_footer {
		min-width: 0;
	}

#layoutSidenav {
	display: flex;
}

	#layoutSidenav #layoutSidenav_nav {
		flex-basis: 256px;
		flex-shrink: 0;
		transition: transform 0.15s ease-in-out;
		z-index: 1038;
		transform: translateX(-256px);
	}

	#layoutSidenav #layoutSidenav_content {
		/* position: relative;*/
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-width: 0;
		flex-grow: 1;
		/*min-height: calc(100vh - 56px);*/
		/*  margin-left: -256px;*/
	}

/*.sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
}*/

/*.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1037;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}*/
.side-drawer-toggle {
	transform: translateX(0) !important;
}

@media (min-width: 992px) {
	/*    #layoutSidenav #layoutSidenav_nav {
        transform: translateX(0);
    }*/
	/*
            #layoutSidenav #layoutSidenav_content {
                margin-left: 0;
                transition: margin 0.15s ease-in-out;
            }*/

	/*   .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
        transform: translateX(-256px);
    }*/
	/*
            .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
                margin-left: -256px;
            }*/

	/*        .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
                    display: none;
                }*/
	.login-form-container {
		margin-top: 2rem !important;
		margin-right: 2rem !important;
	}
}

@media (max-width: 812px) {
	.sb-topnav {
		padding-left: 0 !important;
	}

	nav .Newsinfo.alert.alert-secondary.w-50 {
		width: 58% !important;
	}
}

/*        .sb-nav-fixed .sb-topnav {
    z-index: 1038;
}*/

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
	width: 256px;
	height: 100vh;
	z-index: 1039;
}

	.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
		padding: 1rem;
	}

		.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {
			overflow-y: auto;
		}

/*.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    top: 56px;
    width: 100%;
}*/

#layoutError {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

	#layoutError #layoutError_content {
		min-width: 0;
		flex-grow: 1;
	}

	#layoutError #layoutError_footer {
		min-width: 0;
	}

.img-error {
	max-width: 20rem;
}

.nav .nav-link .sb-nav-link-icon, .sb-sidenav-menu .nav-link .sb-nav-link-icon {
	margin-right: 0.5rem;
}

/*.sb-topnav {
    padding-left: 0px;
    height: 56px;
    z-index: 1039;
}*/

.sb-topnav .navbar-brand {
	width: 256px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0;
}

.sb-topnav.navbar-dark .sidebarToggle {
	color: #fff;
	background: #339;
	border-radius: 8px !important;
	/*   margin-left: 1rem;*/
}

.sb-topnav.navbar-light .sidebarToggle {
	color: #212529;
}

nav.navbar-dark .navbar-nav .nav-link, nav.navbar-dark .navbar-nav .nav-link:hover {
	color: #999;
}

	nav.navbar-dark .navbar-nav .active > .nav-link, nav.navbar-dark .navbar-nav .nav-link.active, nav.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
		color: #999;
	}

nav .Newsinfo.alert.alert-secondary.w-50 {
	margin: 0 1rem !important;
}

.sb-sidenav {
	display: flex;
	flex-direction: column;
	height: 100%;
	flex-wrap: nowrap;
}

	.sb-sidenav .sb-sidenav-menu {
		flex-grow: 1;
	}

		.sb-sidenav .sb-sidenav-menu img.logo {
			max-width: 214px;
			margin: .5rem 0 !important;
		}

		.sb-sidenav .sb-sidenav-menu .nav {
			flex-direction: column;
			flex-wrap: nowrap;
		}

			.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
				padding: 1.75rem 1rem 0.75rem;
				font-size: 0.75rem;
				text-transform: uppercase;
			}

			.sb-sidenav .sb-sidenav-menu .nav .nav-link {
				display: flex;
				background: #fff;
				margin: 5px 0;
				font-size: 14px;
				align-items: center;
				padding-top: 0.50rem;
				padding-bottom: 0.50rem;
				position: relative;
				width: 100%;
				color: #5C5E64;
			}

			.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested a.nav-link {
				background: transparent;
				color: #000;
			}

			.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon {
				font-size: 0.9rem;
				float: left;
			}

			.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-sidenav-collapse-arrow {
				/*display: inline-block;
                margin-left: auto;*/
				transition: transform 0.15s ease;
				position: absolute;
				right: 15px;
				top: 11px;
			}

			.sb-sidenav .sb-sidenav-menu .nav .nav-link.collapsed .sb-sidenav-collapse-arrow {
				transform: rotate(-90deg);
			}

			.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested {
				margin-left: 1.5rem;
				flex-direction: column;
			}

	.sb-sidenav .sb-sidenav-footer {
		padding: 0.75rem;
		flex-shrink: 0;
	}

.sb-sidenav-dark {
	background-color: #fff;
	border-right: 1px solid #ddd;
}

	.sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-heading {
		color: rgba(255, 255, 255, 0.25);
	}

	.sb-sidenav-dark .sb-sidenav-menu .nav-link {
		color: #5C5E64;
		border-radius: 8px;
	}

		.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon {
			color: #5C5E64;
		}

		.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
			/*color: rgba(255, 255, 255, 0.25);*/
		}

		.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
			color: #fff;
			background: #339;
			border-radius: 8px;
		}

			.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover .sb-nav-link-icon {
				color: #fff;
			}

		.sb-sidenav-dark .sb-sidenav-menu .nav-link.active {
			color: #fff;
			border-left: 2px solid #fff;
			background: #339;
			border-radius: 8px;
		}

.Newsinfo.alert-secondary span.btn {
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: -2px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	z-index: 1;
}

.searchbox .form-control {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 14px;
	border-color: #339;
	height: auto !important;
	padding: .375rem .75rem;
	border-bottom: 0px !important;
}

.searchbox .btn.btn-primary {
	background-color: #339 !important;
	font-size: 14px;
	min-width: auto;
	padding: 6px 12px;
	border-radius: 6px;
}

.nav-link.active .sb-sidenav-collapse-arrow i {
	color: #00aad2;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
	color: #fff;
}

.sb-sidenav-dark .sb-sidenav-footer {
	background-color: #343a40;
}

.sb-sidenav-light {
	background-color: #f8f9fa;
	color: #212529;
}

	.sb-sidenav-light .sb-sidenav-menu .sb-sidenav-menu-heading {
		color: #adb5bd;
	}

	.sb-sidenav-light .sb-sidenav-menu .nav-link {
		color: #212529;
	}

		.sb-sidenav-light .sb-sidenav-menu .nav-link .sb-nav-link-icon {
			color: #adb5bd;
		}

		.sb-sidenav-light .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
			color: #adb5bd;
		}

		.sb-sidenav-light .sb-sidenav-menu .nav-link:hover {
			color: #007bff;
		}

		.sb-sidenav-light .sb-sidenav-menu .nav-link.active {
			color: #007bff;
		}

			.sb-sidenav-light .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
				color: #007bff;
			}

	.sb-sidenav-light .sb-sidenav-footer {
		background-color: #e9ecef;
	}

.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested a.nav-link:hover {
	background: #F6F6F6;
	color: #000000;
}

	.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested a.nav-link:hover .sb-nav-link-icon {
		color: #000000;
	}

/*#layoutSidenav_content main {
    min-height: calc(100vh - 211px);
}*/

main {
	background: #fff;
	min-height: 80vh;
}

#divPolicyDet .card-header {
	background-color: transparent;
	padding: 0.75rem 0.75rem !important;
}

main h1 {
	font-size: 1.3rem;
	margin-top: 0.5rem !important;
}

.quickLinks .card span.Linkicon i {
	margin-right: 1rem;
}

.quickLinks span.Linkicon {
	line-height: 1;
	font-size: 1rem;
}

.quickLinks i.fas.fa-copy {
	color: #1FCB58;
	font-size: 1.6rem;
	opacity: .8;
}

.quickLinks i.far.fa-credit-card {
	color: #0C81DB;
	font-size: 1.6rem;
	opacity: .8;
}

.quickLinks i.fas.fa-print {
	color: #BF13BA;
	font-size: 1.6rem;
	opacity: .8;
}

.quickLinks i.fas.fa-calculator {
	color: #FF6F00;
	font-size: 1.6rem;
	opacity: .8;
}

.quickLinks i.fas.fa-align-justify {
	color: #FF6F00;
	font-size: 1.6rem;
	opacity: .8;
}

.quickLinks i.fas.fa-rupee-sign {
	color: #049E79;
	font-size: 1.6rem;
	opacity: .8;
}

.quickLinks i.fas.fa-file {
	color: #D64545;
	font-size: 1.6rem;
	opacity: .8;
}

.Linkicon span {
	line-height: 1.6;
	vertical-align: text-bottom;
	float: right;
}

.quickLinks .card-body .small {
	font-size: 150%;
	opacity: .5;
	float: right;
}

main .card-body ul {
	margin: 0px;
	padding: 0 1rem;
	list-style: disc outside;
}

	main .card-body ul li {
		font-size: 14px;
	}

main table tr td, main table tr th {
	font-size: 14px;
}

/* Notification */
.notification .far, svg.svg-inline--fa.fa-bell.fa-w-14 {
	font-size: 20px;
	color: #999;
}

.notification {
	position: relative;
	top: 4px;
	right: 1rem;
}

	.notification .AlrtBox {
		position: relative;
	}

		.notification .AlrtBox .alert {
			position: absolute;
			top: -13px;
			right: -10px;
			background: #cc0000;
			color: #fff;
			text-align: center;
			padding: 0px;
			z-index: 99991;
			width: 18px;
			height: 18px;
			border-radius: 50%;
			line-height: 1.3;
			font-size: 12px;
		}

.CustomNotification.dropdown { /*margin-left:84%; */
	right: 318px;
	position: absolute;
}

	.CustomNotification.dropdown .dropdown-menu.show {
		display: block;
		transform: translate3d(18px, 0px, 0px) !important;
		margin: 0px;
		box-shadow: 0px 0px 10px #ddd;
		padding: 10px;
	}

	.CustomNotification.dropdown .notifications {
		min-width: 300px;
		left: -15px;
	}

	.CustomNotification.dropdown .notifications-wrapper {
		overflow: auto;
		max-height: 250px;
	}

.CustomNotification .menu-title {
	color: #1f396d;
	font-size: 14px;
	display: inline-block;
}

.CustomNotification.dropdown .notification-heading, .CustomNotification.dropdown .notification-footer {
	padding: 2px 10px;
}

.CustomNotification.dropdown .dropdown-menu.divider {
	margin: 5px 0;
}

.CustomNotification .item-title {
	font-size: 14px;
	color: #000;
}

.CustomNotification .notifications a.content {
	text-decoration: none;
	background: #f5f5f5;
}

.CustomNotification .notification-item {
	padding: 10px;
	margin: 5px;
	background: #f5f5f5;
	border-radius: 4px;
}

	.CustomNotification .notification-item .item-info {
		font-size: 14px;
		margin: 0px;
	}

.footerSignature1 {
	border-top: 1px solid #ddd;
	background: #fff;
	/*    position:fixed;
    bottom:0;*/
	/*    padding: 0rem 0rem 0;*/
}

	.footerSignature1 p {
		font-size: 10px;
		color: #999999;
		margin: 0 0 0.5rem 0;
	}

/* Elipse Menu CSS */
.CustomDropDown.dropdown a {
	color: #fff;
	text-decoration: none;
}

.CustomDropDown.dropdown .dropdown-menu a {
	color: #000;
}

.CustomDropDown .dropdown-item {
	padding: .25rem 1rem;
	font-size: 14px;
}

	.CustomDropDown .dropdown-item i {
		margin-right: .25rem;
	}

	.CustomDropDown .dropdown-item:focus, .CustomDropDown .dropdown-item:hover {
		color: #3B3938;
		text-decoration: none;
		background-color: #ddd;
	}

	.CustomDropDown .dropdown-item.active, .CustomDropDown .dropdown-item:active {
		color: #fff;
		text-decoration: none;
		background-color: #1f396d;
	}

		.CustomDropDown .dropdown-item.active a, .CustomDropDown .dropdown-item:active a {
			color: #fff;
		}

			.CustomDropDown .dropdown-item.active a:hover, .CustomDropDown .dropdown-item:active a:hover {
				color: #fff;
			}

	.CustomDropDown .dropdown-item a:hover {
		color: #1f396d;
	}

.CustomDropDown.dropdown a::after {
	display: none;
}

.CustomDropDown.dropdown a.btn, .btn.btn-outline-light {
	color: #f8a552 !important;
	background: #fff;
	border: 1px solid #f8a552;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #FFF;
	border-color: #f8a352;
}
/* Table and Table Button*/
.CustomTable input[type=button], .CustomTable input[type=submit], .CustomTable input[type=reset], .CustomTable a.btn.btn-primary {
	padding: .2rem .5rem;
	font-size: 14px;
	background: #fff;
	border-color: #f8a352;
	border: 1px solid #f8a352;
	color: #fff;
}

	.CustomTable input[type=button]:hover, .CustomTable input[type=submit]:hover, .CustomTable input[type=reset]:hover, .CustomTable a.btn.btn-primary:hover {
		color: #fff !important;
	}

	.CustomTable input[type=submit] + input[type=submit] {
		margin-left: .2rem;
	}

#UserMasterTable {
	display: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	list-style: none !important;
	padding: 0px;
}

.page-item.active .page-link {
	background-color: #1769b3;
	border-color: #1769b3;
}

.page-link {
	color: #1f396d;
	min-width: fit-content;
}

.CustomTable .Alertmsg {
	color: #f00;
	margin: 0px;
	text-align: center;
}

/* Accordian CSS */

#accordion .card-header .btn {
	color: #1f396d !important;
}

#accordion .card-header {
	padding: .3rem .5rem !important;
	background: #f8f8f8;
}

#accordion .btn-secondary:not(:disabled):not(.disabled).active,
#accordion .btn-secondary:not(:disabled):not(.disabled):active,
#accordion .show > .btn-secondary.dropdown-toggle {
	background-color: #339;
	border-color: #339;
	color: #fff !important;
}

#accordion .btn-secondary.off, #accordion .btn-secondary.on {
	color: #339 !important;
	background-color: #fff;
	border-color: #339;
}

	#accordion .btn-secondary.off:hover, #accordion .btn-secondary.on:hover {
		color: #fff !important;
		background-color: #339;
		border-color: #339;
	}

#accordion .groupBtn .btn {
	margin-right: 1rem;
}

.rangePicker .dataIC {
	margin-top: 2px;
}

	.rangePicker .dataIC span {
		font-size: 14.5px;
	}

		.rangePicker .dataIC span#resultIC1, .rangePicker .dataIC span#resultIC2, .rangePicker .dataIC span#resultIC3, .rangePicker .dataIC span#resultIC4, .rangePicker .dataIC span#resultIC5, .rangePicker .dataIC span#resultIC6 {
			border: 1px solid #ddd;
			padding: .2rem;
			line-height: 1;
			border-radius: .25rem;
		}

.no-wrap {
	white-space: nowrap;
}

.rangePicker img.border {
	width: 150px;
}

.btn-group.btn-group-toggle .btn {
	line-height: 1;
}

.form-control:disabled, .form-control[readonly] {
	/*padding: 0 .75rem; padding: 0rem;*/
}

li.nav-item.help {
	padding: .5rem;
}

	li.nav-item.help a {
		color: #999;
		display: inline-flex;
		text-decoration: none;
	}

		li.nav-item.help a i {
			color: #999;
			font-size: 20px;
			margin-left: 5px;
		}

.input-group-date {
	position: relative;
}

	.input-group-date span.input-group-addon {
		position: absolute;
		top: 13px;
		right: 10px;
		line-height: 1;
		color: #666;
	}

/* Auto Complete Select */

.chosen-select {
	width: 100%;
}

.chosen-select-deselect {
	width: 100%;
}

.chosen-container {
	display: block;
	font-size: 14px;
	position: relative;
	vertical-align: middle;
}

	.chosen-container .chosen-drop {
		background: #ffffff;
		border: 1px solid #cccccc;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		-webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
		box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
		margin-top: -1px;
		position: absolute;
		top: 100%;
		left: -9000px;
		z-index: 1060;
	}

	.chosen-container.chosen-with-drop .chosen-drop {
		left: 0;
		right: 0;
	}

	.chosen-container .chosen-results {
		color: #555555;
		margin: 0 4px 4px 0;
		max-height: 240px;
		padding: 0 0 0 4px;
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

		.chosen-container .chosen-results li {
			display: none;
			line-height: 1.42857143;
			list-style: none;
			margin: 0;
			padding: 5px 6px;
		}

			.chosen-container .chosen-results li em {
				background: #feffde;
				font-style: normal;
			}

			.chosen-container .chosen-results li.group-result {
				display: list-item;
				cursor: default;
				color: #999;
			}

			.chosen-container .chosen-results li.group-option {
				padding-left: 15px;
			}

			.chosen-container .chosen-results li.active-result {
				cursor: pointer;
				display: list-item;
			}

			.chosen-container .chosen-results li.highlighted {
				background-color: #007bff;
				background-image: none;
				color: white;
			}

				.chosen-container .chosen-results li.highlighted em {
					background: transparent;
				}

			.chosen-container .chosen-results li.disabled-result {
				display: list-item;
				color: #777777;
			}

		.chosen-container .chosen-results .no-results {
			background: #eeeeee;
			display: list-item;
		}

	.chosen-container .chosen-results-scroll {
		background: white;
		margin: 0 4px;
		position: absolute;
		text-align: center;
		width: 321px;
		z-index: 1;
	}

		.chosen-container .chosen-results-scroll span {
			display: inline-block;
			height: 1.42857143;
			text-indent: -5000px;
			width: 9px;
		}

	.chosen-container .chosen-results-scroll-down {
		bottom: 0;
	}

		.chosen-container .chosen-results-scroll-down span {
			background: url("chosen-sprite.png") no-repeat -4px -3px;
		}

	.chosen-container .chosen-results-scroll-up span {
		background: url("chosen-sprite.png") no-repeat -22px -3px;
	}

.chosen-container-single .chosen-single {
	background-color: #ffffff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 0rem;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	color: #555555;
	display: block;
	overflow: hidden;
	padding: .375rem 0rem;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	/*height: 40px;*/
}

table#tblBank {
	margin-bottom: 0px;
}

.chosen-container-single .chosen-single span {
	display: block;
	margin-right: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chosen-container-single .chosen-single abbr {
	background: url("chosen-sprite.png") right top no-repeat;
	display: block;
	font-size: 1px;
	height: 10px;
	position: absolute;
	right: 26px;
	top: 12px;
	width: 12px;
}

	.chosen-container-single .chosen-single abbr:hover {
		background-position: right -11px;
	}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
	background-position: right 2px;
}

.chosen-container-single .chosen-single div {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
}

	.chosen-container-single .chosen-single div b {
		background: url(../Images/chosen-sprite.png) no-repeat 0 7px;
		display: block;
		height: 100%;
		width: 100%;
	}

.chosen-container-single .chosen-default {
	color: #777777;
}

.chosen-container-single .chosen-search {
	margin: 0;
	padding: 3px 4px;
	position: relative;
	white-space: nowrap;
	z-index: 1000;
}

	.chosen-container-single .chosen-search input[type="text"] {
		background: url("chosen-sprite.png") no-repeat 100% -20px, #ffffff;
		border: 1px solid #ddd;
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
		margin: 1px 0;
		padding: 4px 20px 4px 4px;
		width: 100%;
	}

.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search input {
	position: absolute;
	left: -9000px;
}

.chosen-container-multi .chosen-choices {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	cursor: text;
	height: auto !important;
	height: 1%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

	.chosen-container-multi .chosen-choices li {
		float: left;
		list-style: none;
	}

	.chosen-container-multi .chosen-choices .search-field {
		margin: 0;
		padding: 0;
		white-space: nowrap;
	}

		.chosen-container-multi .chosen-choices .search-field input[type="text"] {
			background: transparent !important;
			border: 0 !important;
			-webkit-box-shadow: none;
			box-shadow: none;
			color: #555555;
			height: 32px;
			margin: 0;
			padding: 4px;
			outline: 0;
		}

		.chosen-container-multi .chosen-choices .search-field .default {
			color: #999;
		}

	.chosen-container-multi .chosen-choices .search-choice {
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
		background-color: #eeeeee;
		border: 1px solid #cccccc;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
		background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
		background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		color: #333333;
		cursor: default;
		line-height: 13px;
		margin: 6px 0 3px 5px;
		padding: 3px 20px 3px 5px;
		position: relative;
	}

		.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
			background: url("chosen-sprite.png") right top no-repeat;
			display: block;
			font-size: 1px;
			height: 10px;
			position: absolute;
			right: 4px;
			top: 5px;
			width: 12px;
			cursor: pointer;
		}

			.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
				background-position: right -11px;
			}

	.chosen-container-multi .chosen-choices .search-choice-focus {
		background: #d4d4d4;
	}

		.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
			background-position: right -11px;
		}

.chosen-container-multi .chosen-results {
	margin: 0 0 0 0;
	padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
	display: none;
}

.chosen-container-active .chosen-single {
	border-bottom: 2px solid #333399;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	/*-webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;*/
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background-color: #ffffff;
	border-bottom: 2px solid #333399;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;*/
}

	.chosen-container-active.chosen-with-drop .chosen-single div {
		background: transparent;
		border-left: none;
	}

		.chosen-container-active.chosen-with-drop .chosen-single div b {
			background-position: -18px 7px;
		}

.chosen-container-active .chosen-choices {
	border: 1px solid #66afe9;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

	.chosen-container-active .chosen-choices .search-field input[type="text"] {
		color: #111 !important;
	}

.chosen-container-active.chosen-with-drop .chosen-choices {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.chosen-disabled {
	cursor: default;
	opacity: 0.5 !important;
}

	.chosen-disabled .chosen-single {
		cursor: default;
	}

	.chosen-disabled .chosen-choices .search-choice .search-choice-close {
		cursor: default;
	}

.chosen-rtl {
	text-align: right;
}

	.chosen-rtl .chosen-single {
		padding: 0 8px 0 0;
		overflow: visible;
	}

		.chosen-rtl .chosen-single span {
			margin-left: 26px;
			margin-right: 0;
			direction: rtl;
		}

		.chosen-rtl .chosen-single div {
			left: 7px;
			right: auto;
		}

		.chosen-rtl .chosen-single abbr {
			left: 26px;
			right: auto;
		}

	.chosen-rtl .chosen-choices .search-field input[type="text"] {
		direction: rtl;
	}

	.chosen-rtl .chosen-choices li {
		float: right;
	}

	.chosen-rtl .chosen-choices .search-choice {
		margin: 6px 5px 3px 0;
		padding: 3px 5px 3px 19px;
	}

		.chosen-rtl .chosen-choices .search-choice .search-choice-close {
			background-position: right top;
			left: 4px;
			right: auto;
		}

	.chosen-rtl.chosen-container-single .chosen-results {
		margin: 0 0 4px 4px;
		padding: 0 4px 0 0;
	}

	.chosen-rtl .chosen-results .group-option {
		padding-left: 0;
		padding-right: 15px;
	}

	.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
		border-right: none;
	}

	.chosen-rtl .chosen-search input[type="text"] {
		background: url("chosen-sprite.png") no-repeat -28px -20px, #ffffff;
		direction: rtl;
		padding: 4px 5px 4px 20px;
	}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
	.chosen-rtl .chosen-search input[type="text"],
	.chosen-container-single .chosen-single abbr,
	.chosen-container-single .chosen-single div b,
	.chosen-container-single .chosen-search input[type="text"],
	.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
	.chosen-container .chosen-results-scroll-down span,
	.chosen-container .chosen-results-scroll-up span {
		background-image: url("chosen-sprite@2x.png") !important;
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important;
	}
}

/* Quotation CSS */
.Quotation .filter-box h1 {
	background: #f5f5f5;
	color: #339;
	font-size: 1rem;
	padding: .5rem 1rem;
	margin: 0px !important;
}

.Quotation .filter {
	background: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 1rem;
	border: 1px solid #f5f5f5;
}

	.Quotation .filter h1 {
		font-size: 1.2rem;
		padding: 0px;
		margin-top: 0px !important;
	}

	.Quotation .filter h2 {
		font-size: 1rem;
		padding: 0px;
		margin-top: 0px !important;
	}

.rangePicker .dataIC span#resultIDV {
	border: 1px solid #ddd;
	padding: .2rem;
	line-height: 1;
	border-radius: .25rem;
}

.Quotation .filter .form-control {
	background: transparent;
}

.Quotation .PlanFoundBg .PlanDetail {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #3B3938;
}

	.Quotation .PlanFoundBg .PlanDetail .edittext {
		display: inline-block;
		white-space: nowrap;
	}

	.Quotation .PlanFoundBg .PlanDetail .number {
		text-decoration: underline;
	}

	.Quotation .PlanFoundBg .PlanDetail .number {
		text-decoration: underline;
	}

	.Quotation .PlanFoundBg .PlanDetail .edit {
		font-size: 14px;
		margin-left: .6rem;
	}

.PolicyListing .block-view {
	position: relative;
	background: #ffffff none repeat scroll 0 0;
	border-radius: 0px;
	box-shadow: 0 0 1px #999999;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

.block-view .IC, .block-view .IC-Desc, .block-view .BuyNow {
	float: left;
	height: 100px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-view .IC-Desc {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.block-view .BuyNow .btn-lg {
	background: #339;
	display: block;
	margin-right: 0;
	padding: 0;
	border-radius: 0px;
}

	.block-view .BuyNow .btn-lg:hover {
		background: #339 none repeat scroll 0 0;
		border-color: #339;
		opacity: .85;
	}

.PolicyListing .block-view .IC {
	width: 33%;
}

	.PolicyListing .block-view .IC img {
		width: 150px;
	}

.PolicyListing .block-view .IC-Desc {
	width: 43%;
	margin-left: -66%;
}

.BuyNow {
	width: 24%;
	text-align: center;
	margin-left: 43%;
}

.PolicyListing .block-view .ncbtext, .addons, .links {
	float: left;
}

.block-view .ncbtext {
	font-size: 12px;
	padding: 0 3%;
}

.PolicyListing .block-view .ncbtext {
	width: 80%;
}

.PolicyListing .block-view .details, .ICName {
	display: none;
}

.PolicyListing .block-view .name {
	text-transform: uppercase;
	font-size: 16px;
}

.PolicyListing .block-view .planname {
	font-size: 12px;
}

.block-view .addons p {
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 22px;
	margin: 0px;
}

.block-view .BuyNow .links {
	display: block;
}

.block-view .BuyNow a.btn.btn-light {
	background: #fff;
	border-color: #ccc8c8;
	box-shadow: 0px 0px 5px #ccc8c8;
	width: 37%;
	color: #3B3938;
	padding: .375rem .75rem;
}

.block-view .IC-Desc .addOns_icon {
	margin-bottom: 5px;
	display: inline-block;
	font-weight: 600;
}

.PolicyListing .block-view .addons {
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	width: 100%;
}

.block-view .addsDetail {
	width: 100%;
	padding: 0 1rem;
}

	.block-view .addsDetail .labelbox {
		position: relative;
		padding: 0 0;
		line-height: 22px;
		font-size: 12px;
	}

		.block-view .addsDetail .labelbox::before {
			border-bottom: 1px solid rgba(49,68,81,.2);
			content: "";
			height: 1px;
			left: 10%;
			position: absolute;
			right: 0;
			top: 50%;
			z-index: 0;
		}

.lessBtnNone {
	padding-right: 0;
}

.block-view .addsDetail .labelbox .labeltext {
	background: #fff none repeat scroll 0 0;
	padding-right: 10px;
	position: relative;
	z-index: 1;
	vertical-align: middle;
}

.block-view .addsDetail .labelbox .value {
	background: #fff none repeat scroll 0 0;
	padding-left: 10px;
	position: absolute;
	right: 0;
}

.block-view .addsDetail img {
	margin-right: 5px;
}

.block-view .AppDisText {
	color: #cc0000;
	margin-bottom: 5px;
	font-size: 14px;
}

.block-view .appliedDis {
	border: 1px dashed #cc0000;
	padding: 5px;
	font-size: 14px;
	color: #000;
}

	.block-view .appliedDis input#Discount {
		width: 75px;
		margin-left: 10px;
		text-align: center;
	}

.block-view .morelink {
	font-size: 13px;
	position: absolute;
	right: 15px;
	top: 68%;
}

	.block-view .morelink a {
		color: #1f396d;
	}

.block-view .buynow-btn {
	background: none;
	border: 0 none;
	color: #ffffff;
	transform: translateZ(0px);
	transition-duration: 0.3s;
}

	.block-view .buynow-btn:hover {
		background: none;
		border-color: inherit;
	}

	.block-view .buynow-btn:active:focus, .block-view .buynow-btn:active:hover {
		background: none;
		border-color: inherit;
		color: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.block-view .buynow-btn span {
		display: block;
	}

		.block-view .buynow-btn span.price {
			font-size: 24px;
			line-height: 1;
		}

		.block-view .buynow-btn span.buytext {
			font-size: 12px;
			text-transform: uppercase;
			text-align: right;
		}

.block-view .links {
	font-size: 14px;
}

	.block-view .links a {
		color: #126bb2;
		display: inline-block;
	}

	.block-view .links > p {
		margin: 10px 0;
	}

	.block-view .links .Garages a {
		color: #e67e22;
	}

		.block-view .links .Garages a:hover {
			color: #ce6c15;
		}

.block-view .ncbtext {
	font-size: 12px;
	padding-right: 3%;
}

.block-view .webrupee {
	font-style: normal;
	font-weight: 100 !important;
}

.block-view .ncbtext .labelbox {
	position: relative;
	padding: 5px 0 0;
	color: #000;
}

	.block-view .ncbtext .labelbox::before {
		border-bottom: 1px solid rgba(49, 68, 81, 0.2);
		content: "";
		height: 1px;
		left: 0%;
		position: absolute;
		right: 0;
		top: 50%;
		z-index: 0;
	}

	.block-view .ncbtext .labelbox .value {
		background: #ffffff none repeat scroll 0 0;
		padding-left: 10px;
		position: absolute;
		right: 0;
	}

	.block-view .ncbtext .labelbox .labeltext {
		background: #ffffff none repeat scroll 0 0;
		padding-right: 10px;
		position: relative;
		z-index: 1;
	}

.PolicyListing .block-view .ICDetails .well {
	background-color: #fff;
	border: 0px;
	border-top: 1px solid #ddd;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: inherit;
	margin: 0px;
	padding: 15px 15px 0;
}

.ICDetails .list-group-item {
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

.list-group i.fa.fa-chevron-circle-right {
	margin-right: 5px;
}

#PremiumBreakup .DetailBox, #PremiumBreakup .DetailBox .form-control-plaintext {
	font-size: 12px;
}

label.col-form-label {
	margin-bottom: 0;
	font-size: 14px;
}

input.form-control-plaintext {
	font-size: 14px;
	color: #666;
}

.ShareQuotebox {
	background: #fff;
	box-shadow: 0px 0px 5px #bbb;
	padding: 20px;
	display: none;
	margin-top: 20px;
	position: fixed;
	z-index: 9;
	bottom: 0px;
	width: 100%;
}

.SelectedQuoteText {
	font-size: 18px;
	color: #cc0000;
	line-height: 3;
}

span.QuoteShareCheckbox {
	position: absolute;
	top: 3px;
	left: 10px;
}

.block-view.red {
	border: 1px solid #c00;
}
/*.block-view .QuoteShareCheckbox {
    display: none;
}
.block-view:hover .QuoteShareCheckbox {
    display: block;
}
.block-view.red .QuoteShareCheckbox {
    display: block;
}*/
.ShareQuotebox .CustomForm .btn {
	padding: 14px 1rem;
	background: #cc0000;
	position: relative;
}

.ShareQuotebox .btn-link {
	font-size: 16px;
	margin-left: 1rem;
}

.Quotation .card-header {
	background: #fff;
}

#bIDV {
	border: 0px;
}

.Quotation .PlanFoundBg .PlanDetail .number {
	text-decoration: underline;
	color: #1f396d;
}

span.rupee {
}

/*Proposar Preview*/

.ProposarPreview .card-header {
	background: #f5f5f5;
	color: #1f396d;
}

.ProposarPreview .form-control-plaintext {
	font-size: 14px;
}

.ProposarPreview label.col-form-label, .ProposarPreview .media-body {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
}

/*Start Loader*/
.loaderBox {
	position: fixed;
	left: 50%;
	top: 40%;
	z-index: 1049;
}

#divLoading .loadingtext {
	font-size: 20px;
	line-height: 2;
	color: #fff;
	font-style: italic;
	display: block;
}

#divLoading .imgload {
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
	display: block;
}

.contentHead {
	padding-top: 10px;
	padding-bottom: 10px;
}

	.contentHead h1 {
		float: left;
	}

	.contentHead .addNew {
		float: right;
	}

.subHeading {
	color: #1f396d;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #1f396d;
	margin-bottom: 10px;
	display: block;
}

.btn .filter-option-inner-inner {
}

.addonScroll {
	overflow: hidden;
	height: 42px;
}

.moreBtnNone {
	padding: 0.2rem 0;
}

.block-view.viewAutoHeight .IC, .block-view.viewAutoHeight .IC-Desc, .block-view.viewAutoHeight .BuyNow {
	min-height: 100px;
	height: auto;
}

.viewAutoHeight .addonScroll {
	overflow: hidden;
	height: auto;
}

.lessBtnNone, .moreBtnNone, .lessBtnNone:focus, .moreBtnNone:focus {
	display: block;
	float: right;
	background: none;
	border: 0;
	color: #cc0000;
	outline: none;
}

.lessBtnNone, .moreBtnNone {
	font-weight: 600;
}

.lessBtnNone {
	display: none;
}
/*End Loader*/
@media (max-width:768px) {
	.chosen-container {
		width: 100%;
	}
}

@media (max-width:540px) {
	.Quotation .PlanFoundBg .PlanDetail .number {
		display: block;
		margin: 5px 0;
	}

	.quotePad {
		padding: 0.25rem;
	}

	.PolicyListing .block-view .IC {
		width: 50%;
		border-bottom: 1px solid #999;
	}

	.PolicyListing .block-view .IC-Desc {
		width: 100%;
		margin-left: 0;
	}

	.BuyNow {
		width: 50%;
		margin-left: 0%;
		border-bottom: 1px solid #999;
	}
}
/*.bootstrap-select.show-tick .dropdown-menu li.selected a span.text{
        color: #fff !important;
}*/
div.DisplayForError {
	color: #FF0000;
}

a.disabledUnlock64VB {
	pointer-events: none;
	cursor: default;
}

.bootstrap-select.show-tick .dropdown-menu li.selected a span.text {
	color: #fff !important;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	color: #fff !important;
}

.errorpage {
	margin-top: 4rem;
}

	.errorpage h2 {
		font-size: 48px;
	}

div#divInvoiceDetails {
	margin-top: 1rem;
	padding-top: 1rem;
	background: #f5f5f5;
}

.btn.btn-sm.print {
	font-size: 14px;
	padding: 0.25rem 0.75rem;
}

.CustomTable .table thead {
	border: 1px solid #ddd;
}

.Questionnear .CustomTable .table thead th {
	color: #000;
	background-color: #fff;
	border-color: #000;
}

.CustomTable .table thead th {
	color: #fff;
	background-color: #22334F;
	border-color: #000;
	white-space: nowrap;
}

.CustomTable .table td a.btn {
	margin-right: 0.5rem;
}

.yellow {
	color: #ffd43b;
}

.Questionnear button.btn-secondary1 {
	color: #fff;
	background: #6c757d !important;
	border-color: #6c757d;
}

.Questionnear button.btn.btn-primary1 {
	color: #fff !important;
	background: #339 !important;
	border-color: #339 !important;
}

	.Questionnear button.btn.btn-primary1:hover {
		color: #fff !important;
		background: #339 !important;
		border-color: #339;
	}


/*For Quotation #cae6fd */
.card-body.PolicyIC {
	color: #f8f9fa;
	background: #339;
	outline: none;
	padding: 0 0.5rem;
	font-size: 12px;
	line-height: 2;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

div.dataTables_wrapper div.dataTables_length select {
	width: 100%;
	display: inline-block;
}

.btn-group-sm > .btn, .btn-sm {
	border-radius: 0 !important;
}

.btn-outline-secondary {
	color: #339;
	border-color: #339;
}

	.btn-outline-secondary:hover {
		color: #fff;
		background-color: #339;
		border-color: #339;
	}

.Quotation .card {
	border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	border-radius: .5rem !important;
	padding: 0px !important;
}

	.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
		color: white !important;
		border: 1px solid transparent !important;
		background: #fff !important;
		opacity: 0.85;
	}

.page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0rem;
	border-bottom-right-radius: 0rem;
}

.page-item.active .page-link {
	background-color: #339;
	border-color: #339;
}

.dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_filter input {
	border-radius: .5rem !important;
	border: 1px solid #e4dcd3 !important;
}

.custom-control-inline {
	margin-top: 0.5rem;
}

/*Training Modules*/

.CustomTable .f24 {
	font-size: 24px;
}

.CustomTable .green {
	color: #87bf2b;
}

.CustomTable .red {
	color: #cc0000;
}

.CustomTable .blue {
	color: #0185d2;
}

#regForm {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0;
	border-radius: 10px
}

#register {
	color: #6A1B9A;
}

#regForm .tab input:focus {
	border: 1px solid #6a1b9a !important;
	outline: none;
}
/*#regForm input {
    border: 1px solid #e4dcd3;
    color: #666;
    border-radius: 0px;
    height: 40px !important;
    line-height: 1 !important;
    width: 100%;
    padding: .375rem .75rem;
}*/
/*#regForm input.invalid {
    border: 1px solid #339;
}*/
#regForm .tab {
	display: none
}

#regForm .tab, .Scoreboard {
	border: 1px solid #cfd6c4;
	padding: 1rem;
	margin-bottom: 2rem;
	border-radius: 0.25rem;
	box-shadow: 0px 5px 5px #cfd6c4;
}

	.Scoreboard .table {
		margin-bottom: 0;
	}

#regForm button {
	background-color: #339;
	color: #000;
	border: none;
	padding: .375rem .75rem;
	cursor: pointer;
	margin: 0 0.2rem;
}

	#regForm button:hover {
		opacity: 0.8
	}

	#regForm button:focus {
		outline: none !important;
	}

.text-success {
	color: #000 !important;
}

#regForm span.question-bg {
	background: #6dbfd3;
	padding: 0.2rem 0.5rem;
	color: #fff;
	line-height: 1;
	font-weight: 600;
	font-size: 1rem;
}

#regForm #prevBtn {
	background-color: #bbbbbb
}

#regForm .all-steps {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	display: inline-flex;
	justify-content: center;
}

#regForm .step {
	height: 40px;
	width: 40px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	color: #6a1b9a;
	opacity: 0.5;
}

	#regForm .step.active {
		opacity: 1
	}

	#regForm .step.finish {
		color: #fff;
		background: #339;
		opacity: 1;
	}

#regForm .all-steps {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px
}

#regForm .thanks-message {
	display: none;
}

ul.text-center.unstyled {
	list-style: none;
	margin: 0px;
	padding: 1rem 0;
	background: #f8f8f8;
	border-radius: 0.25rem;
}

	ul.text-center.unstyled li.heading {
		font-size: 18px !important;
		color: #000;
		font-weight: 600;
		margin-bottom: 1rem;
		line-height: 1;
	}

.Questionnear .card-body ul li a {
	color: #007bff;
	line-height: 1.5;
	font-size: 1rem;
	padding: 0 0 0.5rem 0;
	display: inline-flex;
}

.Questionnear .table-hover tbody tr:hover {
	color: #212529;
	background-color: #fff;
	box-shadow: 2px 0px 5px #bbb;
}

.Questionnear .table {
	background: #fff;
}

.Questionnear .table-striped tbody tr:nth-of-type(odd) {
	background-color: #f8f9fa;
	box-shadow: 0px 0px 2px #d0c4db;
}

	.Questionnear .table-striped tbody tr:nth-of-type(odd):hover {
		background-color: #f8f9fa;
		box-shadow: 2px 0px 5px #d0c4db;
	}

.Questionnear .card {
	border-radius: 0px;
	border: 0px;
	box-shadow: 0px 2px 2px #eee;
}

	.Questionnear .card .card-body {
		padding: 1rem;
	}

		.Questionnear .card .card-body .green {
			color: #87bf2b;
		}

.Questionnear table tr td strong {
	color: #339;
}

img.congrates {
	width: 500px;
	margin: 1rem 0;
}

.Questionnear .carousel-control-prev .carousel-control-prev-icon,
.Questionnear .carousel-control-next .carousel-control-next-icon {
	outline: black;
	background-color: rgba(0, 0, 0, 0.3);
}

.Questionnear .carousel-control-prev .fa-chevron-left,
.Questionnear .carousel-control-next .fa-chevron-right {
	color: #fff;
}

.Questionnear .carousel-caption {
	color: black;
}

.Questionnear .carousel-inner {
	/* overflow: scroll;
    height: 450px;
    overflow-x: hidden;*/
	margin-bottom: 2rem;
}

.Questionnear .carousel-control-next, .Questionnear .carousel-control-prev {
	top: inherit !important;
	bottom: -85px;
}

.sr-only {
	border: 0;
	clip: inherit !important;
	height: auto !important;
	margin: 0px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 100% !important;
	display: block;
	color: #fff;
}
/*.Questionnear .carousel-control-next, .Questionnear .carousel-control-prev {
    top: inherit !important;
    background: #339;
    opacity: 1;
    padding: 0.375rem 0.75rem;
    width: 100px;
    line-height: 1.5;
    height: 40px;
}*/

.Questionnear .carousel-control-next, .Questionnear .carousel-control-prev {
	border: 1px solid #6c757d !important;
	background: #6c757d !important;
	color: #fff !important;
	box-shadow: 0 0px 5px #ddd;
	border-radius: 0.25rem !important;
	opacity: 1;
	padding: 0.375rem 0.75rem;
	width: 34px;
	line-height: 1.5;
	height: 34px;
	top: 50% !important;
}

	.Questionnear .carousel-control-next:hover, .Questionnear .carousel-control-prev:hover {
		background: #6c757d !important;
		color: #fff !important;
	}

.Questionnear .carousel-control-prev {
	left: 0;
}

.Questionnear .carousel-control-next {
	right: 0;
}

.Questionnear .carousel-caption {
	right: 0;
	bottom: -31px;
	left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f3f3f3;
	width: 100%;
}


#divIcs .col-3 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	position: relative;
}

#divIcs .custom-control-inline img {
	width: 150px;
}

#divIcs .custom-control-label {
	position: absolute;
	top: 4px;
	left: 32px;
}

#divIcs .custom-control {
	padding-left: 0;
}

#regForm .tab .form-check {
	margin-bottom: 0.2rem;
}

#regForm .tab h6 {
	font-size: 14px;
	margin-bottom: 1rem;
	font-weight: 400;
}

#regForm .tab .form-check .form-check-label {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
}

#regForm .tab .form-check {
	padding-left: 2.5rem;
	background: #f8f9fa;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#regForm .tab .form-check-input {
	margin-top: 0.2rem;
	margin-left: -2rem;
	width: 1.2rem;
	height: 1.2rem;
}

span.checkbg {
	width: 32px;
	height: 32px;
	background: #eaeafb;
	position: relative;
	left: -10px;
	border-radius: 50%;
}

.Questionnear button {
	border: 1px solid #ddd !important;
	color: #000;
	box-shadow: 0 0px 5px #ddd;
	border-radius: 0.25rem !important;
	font-size: 14px;
}

	.Questionnear button:hover {
		background: linear-gradient(180deg, #fff, #f5f5f5) !important;
		color: #000 !important;
	}

.QuizHistory .bg-green {
	background: #9fc336 !important;
	color: #fff;
}

.QuizHistory .bg-red {
	background: #cc0000 !important;
	color: #fff;
}

.QuizHistory .bg-blue {
	background: #0032d7 !important;
	color: #fff;
}

.QuizHistory .bg-pending {
	background: #999999 !important;
	color: #fff;
}

.QuizHistory .bg-green:hover {
	background: #9fc336 !important;
	color: #fff !important;
}

.QuizHistory .bg-red:hover {
	background: #cc0000 !important;
	color: #fff !important;
}

.QuizHistory .w20 {
	width: 16px;
	height: 16px;
	display: inline-block;
	line-height: 1;
}

.QuizHistory .modal-header {
	padding: 1rem 1rem .5rem;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

.QuizHistory button.btn.btn-sm.btn-default.detailBtn {
	position: absolute;
	top: 35%;
	right: -16px;
	transform: rotate(-90deg);
	background: #339;
	border: 1px solid #339;
	color: #fff;
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.QuizHistory .modal-body .btn {
	width: 44px;
	text-align: center;
}

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.left .modal-dialog, .modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 300px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content, .modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal-content {
	border-radius: 0;
	border: none;
}

.AttachedDocFile {
	opacity: .5;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #000 !important;
}

.datepicker table tr td.new, .datepicker table tr td.old {
	padding-left: 10.5px !important;
	padding-right: 10.5px !important;
}

.module_name {
	width: 75%;
}

.selectAll {
	width: 25%;
}

.Tablemodule td {
	border-bottom: 0px;
	border-top: 0;
}

	.Tablemodule td:first-child {
		width: 75%;
		border-left: 0px;
	}

	.Tablemodule td:last-child {
		width: 25%;
		border-right: 0px;
	}

/*  Flash Report Grid Added*/
.font600 {
	font-weight: 600;
}

table#tblFlashReport tr td:first-child {
	text-align: center !important;
}

table#tblFlashReport tr td:nth-child(2) {
	text-align: left;
}

table#tblFlashReport tr td, table#tblFlashReport tfoot tr td:nth-child(2) {
	text-align: right;
}

table#tblFlashReport.dataTable tfoot th, table#tblFlashReport.dataTable tfoot td, table#tblFlashReport.dataTable tbody td {
	padding: 8px 4px !important;
}

table#tblFlashReport.dataTable.no-footer {
	border-bottom: 1px solid #dee2e6 !important;
}

table#tblFlashReport.dataTable tfoot td {
	border-top: 1px solid #dee2e6 !important;
}

table#tblFlashReport.dataTable thead th, table#tblFlashReport.dataTable thead td {
	border-bottom: 0px;
}

.CustomTable table#tblFlashReport thead th {
	border-color: #dee2e6;
}
/*end here for Flash report*/
ul.list-group.list-group-horizontal label {
	margin: 0;
}
/*  Hourly Trend Report Grid Added*/
.font600 {
	font-weight: 600;
}

table#tblHourlyTrendReport tr td:first-child {
	text-align: center !important;
}

table#tblHourlyTrendReport tr td:nth-child(2) {
	text-align: left;
}

table#tblHourlyTrendReport tr td, table#tblHourlyTrendReport tfoot tr td:nth-child(2) {
	text-align: right;
}

table#tblHourlyTrendReport.dataTable tfoot th, table#tblHourlyTrendReport.dataTable tfoot td, table#tblHourlyTrendReport.dataTable tbody td {
	padding: 8px 4px !important;
}

table#tblHourlyTrendReport.dataTable.no-footer {
	border-bottom: 1px solid #dee2e6 !important;
}

table#tblHourlyTrendReport.dataTable tfoot td {
	border-top: 1px solid #dee2e6 !important;
}

table#tblHourlyTrendReport.dataTable thead th, table#tblHourlyTrendReport.dataTable thead td {
	border-bottom: 0px;
}

.CustomTable table#tblHourlyTrendReport thead th {
	border-color: #dee2e6;
}
/*end here for Hourly Trend report*/

/*New Visual dashboard css*/
.white-bg {
	background: #fff;
}

.quickLinks .icon {
	border-radius: 8px;
	background: #f7f4dc;
	width: 38px;
	height: 38px;
	display: grid;
	align-items: center;
	text-align: center;
	color: #80af80;
	font-size: 16px;
}

	.quickLinks .icon i.fas.fa-rupee-sign {
		font-size: 16px;
	}

.quickLinks .box-text {
	color: #000;
	opacity: .8;
}

.quickLinks .card:hover {
	border: 1px solid #8f8958 !important;
	background: #f7f4dc;
}

	.quickLinks .card:hover .icon {
		border-radius: 8px;
		background: #fff;
		width: 38px;
		height: 38px;
		display: grid;
		align-items: center;
		text-align: center;
		color: #80af80;
		font-size: 16px;
	}

.quickLinks a:hover {
	text-decoration: none;
}

.quickLinks .card-body .small {
	font-size: 20px;
	color: #80af80;
	opacity: 1;
	font-weight: 600;
}

.Linkicon.box-content {
	display: grid;
	margin-left: .5rem;
}

.quickLinks .card-body {
	padding: .8rem;
}

.Linkicon.box-content span {
	line-height: 1.2 !important;
	font-size: 13px;
}

.filter-nav .tab-content, .myFilter {
	padding: 1rem 1rem 0;
	border-bottom: 1px solid #fff;
	border-top: 0px;
	background: #eaeff9;
}

	.myFilter .form-control {
		border-radius: .25rem;
	}

	.myFilter .bootstrap-select .btn-light {
		border: 1px solid #ddd;
		background: #fff;
		height: 40px;
		line-height: 1.8;
	}

.nav-button .btn-light {
	background-color: #fff;
	border-color: #eaeff9;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #000;
	font-weight: 600;
	font-size: 14px;
	border-bottom: 0px;
	outline: 0 none;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0rem rgb(216 217 219 / 50%);
}

.nav-button .btn-light:focus, .nav-button .btn-default:focus {
	outline: 0 none;
	box-shadow: 0px 0px 0px;
}

.nav-button .filter-btn {
	display: none;
}

.nav-button .btn-light.active {
	color: #29abe2 !important;
	border-color: #29abe2 #eaeff9 #eaeff9 !important;
	border-top: 2px solid #29abe2 !important;
}

.nav-button .btn-light:not(:disabled):not(.disabled).active, .nav-button .btn-light:not(:disabled):not(.disabled):active, .nav-button .show > .btn-light.dropdown-toggle {
	background-color: #eaeff9 !important;
}

.chart_blue_bg {
	background: #eaeff9;
	padding: 1rem;
}

.chart_div {
	background: #fff;
	padding: 1rem;
	border-radius: 10px;
}

	.chart_div .chart_heading {
		background: #f5f5f5;
		border-radius: 4px;
		padding: 0.6rem 1rem;
		font-size: 16px;
		font-weight: 600;
		line-height: 1;
		margin-bottom: 1px;
	}

	.chart_div .quickLinks .card {
		border: 1px solid #afaa7d !important;
	}

.charts-draw .card {
	border: 1px solid #d3d3d3 !important;
}

.chart_div label.btn.btn-outline-primary {
	font-size: 12px;
}

.chart_div img.img-responsive {
	width: 100%;
	display: block;
}

.charts-draw .btn-outline-primary:hover {
	background-color: #1b73cf;
	border-color: #1b73cf;
}

.quickLinks .card-body .small.light-blue {
	color: #139cd9 !important;
}

.CustomTable .btn-primary {
	margin: 2px;
}

.ViewEmailData label.dataValue {
	font-weight: 500;
	color: #000;
}

.formatExt {
	color: #dc3545;
	font-size: 12px;
	display: block;
}

.mob-sb-sidenav-toggled {
	padding-left: 0px !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
	right: 1em;
	content: ""
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	right: 0.5em;
	content: ""
}
/* End for VS  */

form.d-flex.mb-2.searchbox {
	border: 1px solid #339;
	border-radius: .5rem;
	padding: 2px;
}

.card {
	border-radius: .5rem;
}

/*.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
    margin-left: 0;
}*/

.closesidebar {
	text-decoration: none;
	color: #fff;
	background: #339;
	border-radius: 8px !important;
	cursor: pointer;
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	width: 30px;
	margin-bottom: 16px;
	width: 30px
}

	.closesidebar:hover {
		text-decoration: none;
		color: #fff;
		background: #339;
	}

#layoutSidenav:after {
	background: rgb(0 0 0 / 25%);
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1038;
}

.sb-sidenav-toggled #layoutSidenav:after {
	display: none;
}

#oemmapping {
	/* display: flex;*/
	padding: 4px 0px;
	align-items: center;
	gap: 12px;
}

.oemelement {
	display: flex;
	align-items: center;
	gap: 4px;
}


/*Deepanshu css*/

.welcome {
	color: #002C5F;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
}

.text-underline {
	text-decoration: underline;
}

.imageCap {
	width: 100%;
	height: 40px
}

.capCotainer {
	display: flex;
	align-items: center;
}

.re-captcha {
	display: flex;
	align-items: center;
	justify-content: center
}

.text-color-tmi a {
	color: #339;
	color: #339;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration-line: underline;
}

.form-footer-logo {
	border-top: 1px solid #BABABA;
	padding: 8px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	p

{
	color: #000;
	margin-bottom: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

}



.form-group {
	margin-bottom: 0.5rem;
}

#piePlanTypechart2.piePlanTypechart2 {
	border-left: none;
	border-top: 1px solid #c1baba;
}

@media only screen and (min-width: 768px) {
	/*.login-form-container {
		position: absolute;
		background: linear-gradient(156.2deg, #FFFFFF 15.3%, #D3D9E8 100.81%);*/
		/*background: white;*/
		/*right: 40px;*/
		/* height: 100%; */
		/*margin: 28px 0px;
		border-radius: 12px;
	}*/

	#piePlanTypechart2.piePlanTypechart2 {
		border-left: 1px solid #c1baba;
		border-top: none;
	}
}

@media only screen and (min-width: 992px) {

	.contentBody {
		/* margin-top: 6rem;*/
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.login-form-container {
		position: absolute;
		/*background: white;*/
		right: 40px;
		/* height: 100%; */
		margin: 28px 0px;
	}
}

.line-height-2 {
	line-height: 2 !important;
}

span.login-user-name {
	font-size: .7rem;
}

.footer-text {
	font-size: .5rem !important;
}

.preference-header-title {
	font-size: .75rem !important;
}

.preference-checkbox-title {
	font-size: .75rem !important;
}

ul.pagination {
	justify-content: flex-start !important;
}

.paginate_button.previous {
	min-width: 6em !important;
}

.textareacontainer textarea {
	width: 100%;
}

.btn-whitespace-normal {
	white-space: normal !important;
}
