/* Bootstrap 4.3.1 */
.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}
.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}
.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}
.alert {
	font-size: 16px;
	text-align: center;
}
/* Bootstrap 4.3.1 */

/* Class Overrides */
html, body {
	color: #20282F;
	font-size: 14px;
	font-family: 'proxima-nova', sans-serif;
	line-height: normal;
	font-weight: 400;
	overflow-x: hidden !important;
	background: #FAFAFB;
}
body.modal-open {
	padding-right: 0px !important;
}

.navbar {
	min-height: 80px;
	border: none;
	border-radius: 0px;
	/* Primary/Navy */
	background: #14274a;
}

.active_menu a::before{
	padding: 0px 1px;
	font-size: 27px;
	margin-top: -2px;
}

#content {
	min-height: calc(100vh - 356px);
	padding: 50px 20px;
}

h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 110%;
	/* or 44px */
	/* Primary/Navy */
	color: #14274a;
}

h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	/* identical to box height, or 130% */
	/* Primary/Navy */
	color: #14274a;
}

.modal-selection {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	align-items: center;
	color: #20282F;
}

p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	/* or 162% */
	margin: 10px 0px;
	color: #20282F;
}

a {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */
	/* Secondary/Blue */
	color: #0067a6;
}
a:hover {
	text-decoration: underline!important;
	/* Secondary/Blue */
	color: #0067a6;
}

input[type="text"], input[type="password"], input[type="email"] {
	/* Grays/Cloud */
	background: #FAFAFB;
	/* Grays/Silver */
	border: 1px solid #C9CED0;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 6px 8px;
	font-weight: 400;
	/* Grays/Charcoal */
	color: #20282F;
	opacity: 1;
	line-height: 15px;
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	/* Secondary/Blue */
	color: #0067a6;
}
.input-group .material-icons {
	font-size: 15px;
	/* Grays/Charcoal */
	color: #20282F;
}
ul.list-group {
	border: none;
	box-shadow: none;
}
li.list-group-item {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 121%;
	/* or 19px */
	/* Grays/Charcoal */
	color: #20282F;
	border: none;
	background: transparent;
	padding: 5px 0px;
}
li.list-group-item span {
	padding-top:3px;
}

.btn-primary {
	/* Auto layout */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 9px 24px;
	/* Secondary/Blue */
	background: #0067a6;
	border-radius: 3px;
}


/* Auto layout */
.btn-primary-small {
	padding: 2px 10px;
	font-size: 14px!important;
	font-weight: normal;
	font-style: normal;
	/* Button/Blue */
	background: #0067a6;
	/* Button/Blue */
	border: 1px solid #0067a6;
	box-sizing: border-box;
	border-radius: 3.2px;
}

.btn-primary:hover, .btn-primary-small:hover {
	background: #0067a6;
	color: #fff;
}
.card {
	/* Grays/White */
	background: #FFFFFF;
	box-shadow: 0px 3px 3px rgba(126, 134, 140, 0.15);
	border-radius: 6px;
	padding: 25px;
}

#toast-container>div {
	width: 300px;
	min-height: 100px;
	padding: 15px 20px;
	/* Grays/White */
	background: #FFFFFF;
	/* dropdown / shadow */
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	opacity: 1;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	/* Grays/Charcoal */
	color: #20282F;
}
.toast-close-button {
	/* Grays/Pewter */
	color: #7E868C;
	opacity: 1;
	font-size: x-large;
}
.toast-title {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	/* identical to box height, or 24px */
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 1;
	margin: 0px 0px;
	/* Primary/Navy */
	color: #14274a;
}
.toast-message {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	/* or 21px */
	/* Grays/Charcoal */
	color: #20282F;
}
.toast-message a, .toast-message a:hover {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	/* or 21px */
	text-decoration: underline!important;
	/* Secondary/Blue */
	color: #0067a6;
}
#toast-container>.toast-info {
	background-image: none!important;
	/* Secondary/Purple */
	border-left: 8px solid #545DA9;
}

#toast-container>.toast-success {
	background-image: none!important;
	/* Secondary/Green */
	border-left: 8px solid #519D18;
}

#toast-container>.toast-warning {
	background-image: none!important;
	/* Tertiary/Yellow */
	border-left: 8px solid #E7A239;
}

#toast-container>.toast-error {
	background-image: none!important;
	/* Tertiary/Red */
	border-left: 8px solid #DC2E50;
}

.form_inputs label.form-check-label, .modal-body label.form-check-label{
	line-height: normal;
}

.shadow {
	box-shadow: 0 0 2rem rgba(0,0,0,.9)!important;
	-webkit-box-shadow: 0 0 2rem rgba(0,0,0,.9)!important;
}
.modal-header {
	padding: 2px 25px;
	margin: 0px 0px 10px 0px;
}
.modal-footer {
	background: #FAFAFB;
	border-radius: 0px 0px 8px 8px;
}
.modal-header .close {
	padding: 1rem;
}
.modal-content {
	border-radius: 8px;
}
h4.modal-title {
	line-height: 2;
}

/* Class Overrides */
/* Loader */
.loader,
.loader:before,
.loader:after {
	background: #545da9;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}
.loader {
	color: #545da9;
	text-indent: -9999em;
	margin: auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 1.5em;
}
@-webkit-keyframes load1 {
0%,
80%,
100% {
	box-shadow: 0 0;
	height: 4em;
}
40% {
	box-shadow: 0 -2em;
	height: 5em;
}
}
@keyframes load1 {
0%,
80%,
100% {
	box-shadow: 0 0;
	height: 4em;
}
40% {
	box-shadow: 0 -2em;
	height: 5em;
}
}
.loading-modal {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5) 50% 50% no-repeat;
}
/* When the body has the loading class, we turn the scrollbar off with overflow:hidden */
body.loading .loading-modal {
	overflow: hidden;
}

/* Anytime the body has the loading class, our modal element will be visible */
body.loading .loading-modal {
	display: block;
}
/* Loader */

.login-title {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 110%;
	/* or 44px */
	/* Primary/Navy */
	color: #14274a;
}
.required:after{
	content: " *";
	font-weight: 700;
	font-style: italic;
	/* Tertiary/Red */
	color: #DC2E50;
}

.fixed-plugin .fixed-plugin-button {
	background: #fff;
	border-radius: 50%;
	bottom: 2px;
	right: 5px;
	font-size: 24px;
	z-index: 990;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 16%);
	cursor: pointer;
}
.fixed-plugin .fixed-plugin-button i { pointer-events:none }
.fixed-plugin .card {
	position: fixed!important;
	right: -360px;
	top: 0;
	height: 100%;
	left: auto!important;
	transform: unset!important;
	width: 360px;
	border-radius: 0;
	padding: 0 10px;
	transition: .2s ease;
	z-index: 1020;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0,0,0,.125);
}
.fixed-plugin.show .card {
	right:0
}
.fixed-plugin .card-header {
	padding:1.5rem;
	margin-bottom:0;
	background-color:#fff;
	border-bottom:0 solid rgba(0,0,0,.125);
}
.fixed-plugin .card-header:first-child {
	border-radius:.75rem .75rem 0 0;
}
.fixed-plugin .card .card-body {
	padding: 1.5rem;
	flex: 1 1 auto;
}
.btn .material-icons {
	vertical-align: middle;
	margin-top: -1px;
	margin-bottom: -1px;
	font-size: 24px;
	display: inline-block;
	top: 0;
}
.shadow-lg {
	box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important;
}

a.enroll {
	text-decoration: underline!important;
	font-weight: normal;
}

footer {
	min-height: 248px;

	/* Primary/Navy */
	background: #14274a;
}

.footer_inner {
	padding: 48px 0;
	margin: 0 15px;
	border-radius: 5px;
	color: #C9CED0;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
}

.footer-company-links, .footer-company-address, .footer-company-contact {
	padding: 5px 0px;
}
.footer-company-links a {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
	color: #FFFFFF;
}
.footer-company-links span {
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 5px;
}
.footer_inner.text-left {
	padding: 30px 0px 10px;
}
.footer_inner.text-left .footer-company-links, .footer_inner.text-left .footer-company-address, .footer_inner.text-left .footer-company-contact {
	padding: 5px 10px;
}
.footer_inner.text-left .footer-company-contact a {
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.footer_inner.text-left .footer-company-contact span {
	display: none!important;
}
.footer-company-contact {
	font-size: 25px;
	color: #63B1E5;
}
.footer-company-contact a {
	font-size: 14px;
	color: #C9CED0;
	font-weight: 400;
}
#sidebar .footer-company-contact {
	font-size: 14px;
	color: #F9FAFA;
}
#sidebar .footer-company-contact a.email {
	font-size: 16px;
	color: #63B1E5;
	font-weight: 700;
	text-decoration: underline!important;
}
#sidebar .footer-company-contact a.telephone {
	display: inline-block!important;
}

.footer-separator {
	line-height: 2px;
	opacity: 0.4;
	border: 1px solid #19202B;
	margin: 20px auto;
	width: 30%;
}

.footer-copyright {
	font-size: 11px;
	line-height: 150%;
	text-align: center;
	/* Grays/Silver */
	color: #C9CED0;
}

.login_section {
	min-height: 440px;
	background: #FFFFFF;
	border: 1px solid rgba(201, 206, 208, 0.7);
	box-sizing: border-box;
	/* Training Card Shadow */
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
}
.login_form h3{
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
	/* identical to box height, or 100% */
	text-align: center;
	/* Primary/Navy */
	color: #14274a;
}
.login_form label {
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 26px;
	/* identical to box height, or 173% */
	color: #3A3A3A;
}
.login_form label.error {
	color: red!important;
	font-size: 12px;
	font-weight: 400 !important;
	font-style: italic;
}
label.error {
	color: red!important;
	font-size: 12px;
	font-weight: 400 !important;
	font-style: italic;
	display: block;
}


.logo_section {
	display: flex;
	text-align: center;
	padding: 35px 0px 60px;
	width: 100%;
}

.content-loggedin {
	width: calc(100% - 280px);
	padding: 163px 0px 0px 280px!important;
	background-color: #f4f3ef;
}

#sidebar ul li a {
	padding: 13px 25px;
	font-size: 14px;
	line-height: 150%;
	/* or 21px */
	display: flex;
	align-items: center;
	text-transform: uppercase;
	/* base/white -- #FFFFFF */
	color: #FFFFFF;
}
#sidebar ul li a:hover {
	text-decoration: none!important;
}
#sidebar ul li a span.material-icons{
	/* material-icon / 20 */
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 100%;
	/* identical to box height, or 20px */
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 8px;
	/* base/white -- #FFFFFF */
	color: #FFFFFF;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 0px;
}
.sidebar_toggle {
	background: #14274a;
}

#sidebar {
    min-width: 280px;
    max-width: 280px;
    background-color: #15283c;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    z-index: 11;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.4);
    float: left;
    width: 100%;
    position: fixed;
    height: 100%;
    overflow: auto;
}

#sidebarCollapse {
	display: none;
}

@media (max-width: 1199px) {

	#sidebar {
		margin-left: 0px !important;
	}

}

@media (max-width: 820px) {

	#sidebar {
		min-width: 80px;
		max-width: 80px;
		text-align: center;
		margin-left: -280px !important;
	}

	#sidebarCollapse {
		display: block;
	}

}

.menu_sub_label{
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 200%;
	/* or 24px */
	/* Grays/White */
	color: #B4BABE;
}
li.active_menu span.menu_sub_label {
	color: #FFFFFF;
}

.topbar {
	padding-left: 280px;
}
.topbar .navbar {
	min-height: 55px;
}

.company_name {
	font-family: Brandon Grotesque;
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	line-height: 150%;
	/* identical to box height, or 16px */
	display: flex;
	align-items: center;
	text-transform: uppercase;
	/* Secondary/Blue */
	color: #0067a6;
}
.page_title h3 span.material-icons {
	line-height: 100%;
	/* or 20px */
	align-items: center;
	text-align: center;
	/* Secondary/Blue */
	color: #0067a6;
	padding-right: 3px;
}
.shadow-bottom {
	background: linear-gradient(180deg, rgba(249, 250, 250, 0) 0%, rgba(201, 206, 208, 0.2) 100%);
	padding: 6px
}
/* For Ipad */
@media (max-width: 820px) and (min-width: 768px) {
	#content {
		min-height: calc(100vh - 340px);
		padding: 30px 5px;
	}

	h3 {
		font-size: 45px;
		line-height: 110%;
		/* or 44px */
	}

	h4 {
		font-size: 25px;
		line-height: 26px;
		/* identical to box height, or 130% */
	}

	p {
		font-size: 19px;
		line-height: 26px;
		/* or 162% */
		margin: 20px auto;
	}

	a {
		font-size: 20px;
		line-height: 24px;
		/* identical to box height, or 150% */
	}

	.material-icons {
		font-size: 29px;
	}

	li.list-group-item {
		font-size: 21px;
		line-height: 121%;
		/* or 19px */
		padding: 10px 0px;
	}
	li.list-group-item span {
		padding-top:1px;
	}

	footer {
		min-height: 238px;
	}

	.footer_inner {
		padding: 32px 0;
		margin: 0 10px;
		font-size: 18px;
	}

	.footer-company-links, .footer-company-address, .footer-company-contact {
		padding: 8px 0px;
	}
	.footer-company-links a {
		font-size: 18px;
	}

	.footer-company-contact {
		font-size: 35px;
	}
	.footer-company-contact a {
		font-size: 18px;
	}

	.footer-separator {
		line-height: 4px;
		border: 2px solid #19202B;
		margin: 15px auto;
		width: 60%;
	}

	.footer-copyright {
		font-size: 15px;
		line-height: 150%;
	}

	.content-loggedin {
		padding: 146px 0px 0px!important;
	}
	.topbar {
		padding-left: 0px;
	}
	.topbar .navbar {
		/* Primary/Navy */
		background: #14274a;
	}

	.plan-box {
		min-height: 450px!important;
	}
}

/* For Mobile */
@media (max-width: 767px) {
	.no-gutters-xs {
		margin-right: 0;
		margin-left: 0;
	}

	.no-gutters-xs > .col,
	.no-gutters-xs > [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}

	.navbar {
		min-height: 56px;
	}

	#content {
		min-height: calc(100vh - 340px);
		padding: 30px 5px;
	}

	h3 {
		font-size: 30px;
		line-height: 112%;
		/* or 34px */
		display: flex;
		align-items: center;
		text-align: center;
	}

	h4 {
		font-size: 20px;
		line-height: 26px;
		/* identical to box height, or 130% */
		text-align: center;
	}

	p {
		font-size: 15px;
		line-height: 24px;
		/* or 160% */
		text-align: center;
		margin: 20px auto;
	}

	a {
		font-size: 15px;
		line-height: 24px;
		/* identical to box height, or 150% */
	}

	.material-icons {
		font-size: 21px;
	}

	ul.list-group {
		padding:0px 15px;
	}

	li.list-group-item {
		font-size: 15px;
		line-height: 140%;
		/* or 21px */
		padding: 8px 0px;
	}
	li.list-group-item span {
		padding-top:1px;
	}

	#toast-container>div {
		width: 300px;
	}

	footer {
		min-height: 330px;
	}

	.footer_inner {
		padding: 48px 0px;
		margin: 0 10px;
		font-size: 16px;
	}

	.footer-company-links, .footer-company-address, .footer-company-contact {
		padding: 8px 84px;
	}
	.footer-company-links a {
		font-size: 16px;
	}

	.footer-company-contact a {
		font-size: 16px;
		display: block;
	}

	.footer-separator {
		line-height: 3px;
		border: 1px solid #19202B;
		margin: 10px auto;
		width: 70%;
	}

	.footer-copyright {
		font-size: 11px;
		line-height: 150%;
		/* identical to box height, or 16px */
		/* Grays/Silver */
		color: #C9CED0;
	}

	.login_section {
		min-height: 375px;
	}
	.login_form h3{
		font-size: 20px;
		text-align: center;
		display: block;
	}

	.content-loggedin {
		padding: 146px 0px 0px!important;
	}
	.topbar {
		padding-left: 0px;
	}
	.topbar .navbar {
		/* Primary/Navy */
		background: #14274a;
	}
}

.page_title {
	padding: 18px 24px;
	text-shadow: none;
	border-bottom:2px solid #C9CED0;
	margin:0px;
}

.page_text {
    padding: 18px 24px;
    margin: 0px;
    background: #fff;
}

.dropdown  a, .dropdown a:hover {
	color:#FFFFFF;
	font-size:16px;
}

.dropdown-bg {
	background-color: #14274a;
	border: 1px solid #004987;
}

.graph_head {
	padding: 18px 0px;
}
.plan-box {
	min-height: 350px!important;
}
h6 {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	align-items: center;
	color: #14274a;
}
.card-body p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.white_shd {
	line-height: 25px;
}

.btn {
	font-size:16px;
}

.dropdown .btn {
	padding: 0.175rem 0.75rem;
}
.graph_head .heading1 {
	padding-top:10px;
}

.white_shd_list_gradient {
	background: linear-gradient(180deg, rgba(249, 250, 250, 0) 0%, rgba(201, 206, 208, 0.2) 100%);
}

.box_shadow{
	height: 8px;
	background: #E6E9EB;
	box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.12);
}

.table thead th, .table th {
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	color: #14274a;
}
.table th, .table td {
	padding: 1rem;
}
.table th{
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: #FAFAFB;
}
.table-scheduled, .table-scheduled>td, .table-scheduled>th {
	/* Secondary/Blue */
	background: #E7F2F7;
}
.table-scheduled td span.material-icons {
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 3px;
}
/* dataTables CSS modification & positioning */
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: 0 !important;
content: "" !important;
}
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 !important;
	content: "" !important;
}
table.dataTable thead th {
	position: relative;
	background-image: none !important;
}
table.dataTable thead th.sorting,
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
	background-image: none !important;
}
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
	position: absolute !important;
	top: 12px !important;
	right: 8px !important;
	display: block !important;
	font-family: FontAwesome !important;
}
table.dataTable thead th.sorting:after {
	content: "\f0dc" !important;
	color: #ddd !important;
	font-size: 0.8em !important;
	padding-top: 0.12em !important;
}
table.dataTable thead th.sorting_asc:after {
	content: "\f0de" !important;
	color: #0067a6!important;
}
table.dataTable thead th.sorting_desc:after {
	content: "\f0dd" !important;
	color: #0067a6!important;
}

.btn-group-xs > .btn, .btn-xs {
	padding: .25rem .4rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
	background: #0067a6;
}

.custom-switch.custom-switch-md .custom-control-label {
	padding-bottom: 0px;
	padding-top: 2px;
}

.custom-control-input:checked ~ .custom-control-label {
	color: #0067a6;
}

.form-check-input:checked ~ .form-check-label::before {
	background: #0067a6;
}

.form-check-input:checked ~ .form-check-label {
	color: #0067a6;
}

.btn-primary-small a, .btn-primary-small a:hover,
.btn-danger-small a, .btn-danger-small a:hover,
.btn-danger-xsmall a, .btn-danger-xsmall a:hover {
	font-size:14px !important;
	font-weight: normal;
}

.btn-danger-small {
	padding: 0px 10px;
	font-size: 14px!important;
	font-weight: normal;
	font-style: normal;
	box-sizing: border-box;
	border-radius: 3.2px;
}

.btn-danger-xsmall {
	padding: 0px 5px;
	font-size: 12px!important;
	font-weight: normal;
	font-style: normal;
	box-sizing: border-box;
	border-radius: 3.2px;
	background-color:#6E75B6;
	color: #fff;
}

.btn-primary-xsmall {
	padding: 0px 15px;
	font-size: 12px!important;
	font-weight: normal;
	font-style: normal;
	box-sizing: border-box;
	border-radius: 3.2px;
	background-color:#0067a6;
	color: #fff;
}

.btn-primary-xsmall:hover {
	color: #fff;
}

.bt-wide {
	padding-left: 20px;
	padding-right: 20px;
}
.btn-modal-wide {
	padding: 5px 24px;
	margin-right: 10px;
}
.modal-cancel-link {
	font-weight: normal;
	padding: 5px;
	margin-right: 5px;
}
.account_circle {
	font-size:25px !important;
	color:#0067a6;
}
.expand_more {
	color:#20282F;
}

.name_user {
	font-size:16px !important;
}
.icon_info ul.user_profile_dd {
	margin: 0 7px 0 25px;
}
.icon_info ul.user_profile_dd > li {
	width: auto;
}

.right_topbar .icon_info ul.user_profile_dd{
	display: block !important;
}

@media (max-width: 820px) {
	ul.user_profile_dd .dropdown-toggle, ul.user_profile_dd .expand_more, ul.user_profile_dd .account_circle {
		color:#fff !important;
	}

	.icon_info ul.user_profile_dd {
		float: left;
		margin: 0 10px 0 25px;
	}

	.icon_info ul.user_profile_dd {
		float: left;
		margin: 0;
		padding: 0;
	}

}

@media (max-width: 420px) {

	.right_topbar {
		float: left;
	}

}


small, .small {
	font-size: 12px;
}

.confirm-close-modalpopup, .close-modalpopup {
	line-height: 30px;
}

.site_link, .site_link:hover{
	font-size: 14px !important;
}

table.dataTable {
	max-width: 98%;
}

table.dataTable.no-footer {
	border:none;
}

table.dataTable thead th{
	border-bottom:2px solid #dee2e6;
	padding:1rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding:0px;
	margin:5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background: none;
	border:none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button a:hover{
	text-decoration: none;
}

.pagination {
	justify-content: center;
}

.dataTables_wrapper:after{
	clear: initial;
}
table.dataTable.no-records {
	margin-bottom: 50px;
}
.table-pagination-list {
	margin-right: 100px;
	margin-top: 5px;
}
.paginate-button {
	position: absolute;
	right: 15px;
	bottom: 1px;
	padding-top: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	border-radius:50%;
	background:#0067a6;
	padding: 0px 7px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	color:#fff !important;
	border:none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	color:#0067a6 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	font-size:15px;
	font-weight: normal;
	color:#0067a6 !important;
}

.list-small-btn {
	padding: 3px 18px;
	max-height: 30px;
	border: 1px solid #0067a6;
	box-sizing: border-box;
	border-radius: 3.2px;
	font-size: 13px;
}

table.dataTable tbody th, table.dataTable tbody td {
	padding:15px 13px;
}

.dataTables_wrapper .dataTables_paginate{
	padding:0px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{
	background-color: #0067a6;
}

a:hover{
	text-decoration: none !important;
}

.icon_info ul.user_profile_dd li div a:hover{
	background-color: #0067a6;
}

.bootbox .modal-footer .btn-default, .bootbox .modal-footer .btn-primary {
	padding: 2px 10px;
	font-size: 14px !important;
	font-weight: normal;
	font-style: normal;
	box-sizing: border-box;
	border-radius: 3.2px;
}

.bootbox .modal-footer .btn-primary {
	background: #0067a6;
	border: 1px solid #0067a6;
}

.bootbox .close{
	display:none;
}

.custom-control-label::after {
	left:2px;
}

.form-check-label::after {
	left:2px;
}

.confirm-popup-icon {
	color: #E7A239;
	font-size: 50px;
	display: block;
}

#sidebar, .sidebar_blog_1 {
	background-color:#14274a;
}

.dropdown-menu, select.form-control, select.form-control:focus{
	background-color: #14274a;
	color: #FFFFFF;
}

input.form-control:disabled, .input-group .input-group-prepend:disabled {
	background-color: #C9CED0;
}

.form-control:disabled, .form-control[readonly] {
	color: #888;
}

.dropdown-item:hover {
	background: #0067a6;
	color: #FFFFFF;
}

.navbar-brand {
	margin-right: 0px;
	padding-left: 8px;
	padding-right: 8px;
}

.navbar-brand, .navbar-nav>li>a {
	flex-grow: 1;
}

.navbar-brand img {
	width: auto;
	height: auto;
	max-height: 64px;
	max-width: 100%;
	margin: 0px;
}

.theme-text-color {
	color: #14274a;
}

.btn-balance {
	padding-left: 0px;
	padding-right: 0px;
}

/* Landing page */
.landing-class #content {
	padding: 0px;
}
.landing-class .paraco-container {
	width: 100%;
	max-width: 750px;
	padding: 50px 15px;
	margin-right: auto;
	margin-left: auto;
}
.bg {
	height: 480px;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.landing-header-content {
	width: 50%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	min-height: 480px;
}
.landing-class .bg .pre-heading {
	width: 100%;
	display: block;
	font-size: 19px;
	font-weight: 800;
	text-transform: none;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 1.4;
	margin: 0 0 20px !important;
	padding: 0 !important;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.landing-class .bg .heading {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	font-size: 58px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0px;
}
.landing-class .bg .btn-landing {
	margin-top: 24px;
	background-color: #0471b9;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	border-radius: 40px;
}
.landing-class .bg .btn-landing:hover {
	border-color: #e5e5e5;
	background-color: #e5e5e5;
	color: #1a325d;
}
.landing-class h4 {
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0px;
	font-weight: 800;
	text-transform: none;
	font-style: normal;
	padding: 10px 0px;
	text-align: left;
}
.landing-class p {
	color: #4b4b4b;
	font-size: 18px;
	text-align: left;
	margin-bottom: 16px;
}
/* For Mobile Landing page */
@media (max-width: 767px) {
	.landing-header-content {
		width: 90%;
	}
	.landing-class .bg .pre-heading {
		font-size: 15px;
		font-weight: 600;
	}
	.landing-class .bg .heading {
		font-size: 38px;
		font-weight: 600;
		line-height: 1.25;
	}
}

.custom-switch.custom-switch-md .custom-control-label::after {
	margin-top: 0px !important;
}

.custom-switch button.prefs-submit {
	visibility: hidden;
}

@media (max-width: 767px) {
	.midde_cont {
		margin-top: 75px;
	}
	span.dtr-data {
		white-space: normal;
	}
	span.dtr-title,
	span.dtr-data {
		display: block;
	}
	span.dtr-data .custom-switch {
		padding-left: 0;
	}
	span.dtr-data .custom-switch label {
		margin-left: -30px;
	}
}


