@import "s4aroptheme.css";

/* CSS Document */
html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 16px/1.8 "Hind", sans-serif;
	color: #555555;
	height: 100%;
	line-height: 1.625rem;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

.DNNEmptyPane {
	display: none !important;
}

#Body,
html,
body,
.Head,
.SubTitle,
.SubSubTitle {
	font-family: "Hind";
	font-size: 16px;
	line-height: 1.625rem;
	letter-spacing: 0;
	color: #595959;
	font-weight: normal;
}

.Normal {
	color: inherit !important;
	font-weight: normal !important;
	font-family: "Hind";
	line-height: 1.625rem;
	font-style: normal;
	font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Ubuntu";
	font-weight: 600;
	line-height: 1.1;
	margin-top: 0px;
	margin-bottom: 12px;
}

h1 {
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #e45623;
}

h2 {
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #e45623;
}

h3 {
	font-size: 27px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #e45623;
}

h4 {
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #e45623;
}

h5 {
	font-size: 21px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #e45623;
}

h6 {
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #e45623;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.9;
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.9;
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.9;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.9;
}

:placeholder {
	color: inherit;
	opacity: 0.9;
}

a,
a:link {
	transition: all 0.2s;
	text-decoration: none;
}

a,
a:link,
a:visited,
a:active {
	color: #cb992b;
}

a:hover {
	color: #fcb117;
}

@media (max-width: 767px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 26px;
	}

	h3,
	h4 {
		font-size: 24px;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1200px;
	}
}

@media (max-width: 991px) {
	.container {
		max-width: none !important;
	}
}

p {
	margin-bottom: 18px;
}

.dnnForm.dnnLogin {
	margin-top: 200px;
}

.infinite-color-icon svg {
	width: 1em;
}

.dnnEditState.personabar-visible .dnnModuleManager:before {
	opacity: 1;
}

.dnnEditState.personabar-visible #dnn_content .modal-text-content {
	display: block;
}

.color-accent {
	color: #e45623;
}

.color-accent2 {
	color: #247ba0;
}

/*login*/
.login-hasTopMenu {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.login-pagebox .TopMenu-box {
	flex-grow: 0;
}

.login-pagebox {
	background-image: url("../images/Login-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	flex-grow: 1;
}

.login-pagebox .contentbox {
	max-width: 100%;
}

.login-pagebox .contentbox .ContentPane {
	width: 740px;
	max-width: 100%;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	padding: 80px 100px 40px;
}

.login-title {
	text-align: center;
}

.login-title h3 {
	font-size: 40px;
	margin-top: 45px;
	margin-bottom: 50px;
	font-weight: 400;
}

.login-title h3 span {
	color: #247ba0;
}

.login-title img {
	width: 23vw;
}

.login-pagebox .LoginPanel {
	width: 100%;
	padding: 0;
	float: none;
}

.login-pagebox .dnnForm.dnnLogin {
	margin-top: 0px;
}

.login-pagebox .dnnLabel {
	float: none;
	width: 100%;
	text-align: left;
	font-size: 18px;
	color: #444444;
	font-weight: 500;
	margin: 0 0 5px;
}

.login-pagebox .dnnFormItem:not(:last-child) {
	margin-bottom: 25px;
}

.login-pagebox .dnnClear:after {
	content: none;
}

.login-pagebox .dnnFormItem input[type="text"],
.login-pagebox .dnnFormItem input[type="password"] {
	width: 100%;
	max-width: 100%;
	background-color: #ffffff;
	border: 1px solid #e1e7ea;
	box-shadow: none;
	color: #787878;
	font-size: 16px;
	padding: 14px 18px;
	border-radius: 5px;
}

.login-pagebox .dnnFormLabel[id*="LoginRememberMe"],
.login-pagebox .dnnFormLabel[id*="lblLogin"] {
	display: none;
}

.login-pagebox .dnnLoginRememberMe {
	color: #555555;
	font-size: 18px;
	font-weight: 600;
}

.login-pagebox .dnnFormItem .dnnCheckbox {
	display: none;
}

.login-pagebox .dnnFormItem input[type="checkbox"] {
	position: static !important;
	opacity: 1 !important;
	width: 20px;
	height: 20px;
	border: 1px solid #bdbdbd !important;
	background-color: transparent !important;
	border-radius: 3px;
	vertical-align: middle !important;
	margin-right: 9px;
	margin-bottom: 3px;
}

.login-pagebox
	.dnnLogin
	.dnnLoginActions
	.dnnSecondaryAction[id*="DNN_passwordLink"] {
	position: absolute;
	bottom: 132px;
	right: 0;
	background: none;
	border: none;
	text-shadow: none;
	box-shadow: none;
	color: #e45623;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
}

.login-pagebox
	.dnnLogin
	.dnnLoginActions
	.dnnSecondaryAction[id*="DNN_registerLink"] {
	color: currentColor;
	background: none;
	border: none;
	text-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	display: none;
}

.login-pagebox .dnnLogin .dnnPrimaryAction,
.login-pagebox .dnnLogin .dnnSecondaryAction,
.login-pagebox .dnnSendPassword .dnnPrimaryAction,
.login-pagebox .dnnSendPassword .dnnSecondaryAction {
	color: #e65511;
	background: #ffffff;
	border: 1px solid #e65511;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0px;
	padding: 12px 30px;
	transition: all ease-in 300ms;
	margin: 0 10px 10px 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
}

.login-pagebox .dnnLogin .dnnPrimaryAction:hover,
.login-pagebox .dnnLogin .dnnSecondaryAction:hover,
.login-pagebox .dnnSendPassword .dnnPrimaryAction:hover,
.login-pagebox .dnnSendPassword .dnnSecondaryAction:hover {
	color: #fff;
	background-color: #e65511;
}

.login-pagebox .dnnFormLabel:not([id]) {
	display: none;
}

.login-pagebox .dnnLoginActions .dnnActions.dnnClear {
	padding: 0;
}

.login-pagebox .dnnSendPassword .dnnActions {
	padding-left: 0;
	padding-bottom: 50px;
}

.login-pagebox .dnnSendPassword .dnnActions li {
	float: none !important;
	display: inline-block;
}

.login-pagebox .dnnSendPasswordContent {
	width: auto;
}

@media (max-width: 1024px) {
	.login-pagebox .contentbox .ContentPane {
		padding: 80px 80px 40px;
	}

	.login-title h3 {
		font-size: 32px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.login-pagebox .contentbox .ContentPane {
		padding: 40px 30px 20px;
	}

	.login-title img {
		width: 50vw;
	}

	.login-title h3 {
		font-size: 32px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.login-pagebox
		.dnnLogin
		.dnnLoginActions
		.dnnSecondaryAction[id*="DNN_passwordLink"] {
		position: static;
	}

	.login-pagebox .dnnFormItem input[type="text"],
	.login-pagebox .dnnFormItem input[type="password"] {
		padding: 10px 15px;
	}
}

/*menu icon*/
.mobile-menu-icon {
	margin-right: 10px;
	cursor: pointer;
	display: none;
}

.dg-menu-anime {
	width: 22px;
	height: 22px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

.dg-menu-anime:after,
.dg-menu-anime:before,
.dg-menu-anime span:after {
	content: "";
	border-bottom: 2px solid;
	left: 1px;
	right: 1px;
	top: 3px;
	position: absolute;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: top ease-in 200ms, width ease-in 200ms,
		bottom ease-in 200ms, opacity ease-in 200ms, -webkit-transform ease-in 200ms;
	transition: top ease-in 200ms, width ease-in 200ms, bottom ease-in 200ms,
		opacity ease-in 200ms, transform ease-in 200ms;
}

.dg-menu-anime:before {
	top: 17px;
}

.dg-menu-anime span:after {
	top: 10px;
}

.mobile-menu-active .dg-menu-anime::after,
.mobile-top-menu-active .dg-menu-anime::after,
.dg-menu-anime.active::after {
	top: 10px;
}

.mobile-menu-active .dg-menu-anime:before,
.mobile-top-menu-active .dg-menu-anime:before,
.dg-menu-anime.active:before {
	top: 10px;
}

.dg-menu-anime span:after {
	transform: rotate(0);
}

.mobile-menu-active .dg-menu-anime::after,
.mobile-menu-active .dg-menu-anime::before,
.mobile-top-menu-active .dg-menu-anime::after,
.mobile-top-menu-active .dg-menu-anime::before,
.dg-menu-anime.active::after,
.dg-menu-anime.active::before {
	transform: rotate(-45deg);
}

.mobile-menu-active .dg-menu-anime span:after,
.mobile-top-menu-active .dg-menu-anime span:after,
.dg-menu-anime.active span:after {
	transform: rotate(45deg);
}

/*left menu*/
.left-menu-box {
	display: flex;
	min-height: 100vh;

	&:has(.is-left-menu) {
		.left-menu-content {
			max-width: calc(100vw - 250px);
		}
	}
}

.left-menu-content {
	flex: 1;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #f3f6f7;
}

.personabar-visible {
	.left-menu-box {
		.left-menu-content {
			max-width: calc(100vw - 330px);
		}
	}
}

.is-left-menu {
	background-color: #247ba0;
	flex: 0 0 250px;
	width: 250px;
	padding: 25px;
}

.dnn-logo {
	background-color: #fff;
	padding: 25px;
	border-radius: 8px;
	margin-bottom: 25px;
}

.dnn-logo img {
	max-width: 100%;
}

.left-sticky {
	position: sticky;
	top: 25px;
	left: 0;
}

.left-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.left-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.left-menu li a {
	color: #92defe;
	display: flex;
	align-items: start;
	padding: 10px 0;
	transition: all ease-in 300ms;
	position: relative;
}

.left-menu li a:hover,
.left-menu li.active > a {
	color: #fff;
}

.left-menu .topLevel > .menuItem > a::before {
	content: "";
	font-family: bootstrap-icons !important;
	vertical-align: middle;
	font-size: 22px;
	margin-right: 12px;
}

/*.left-menu .topLevel>.menuItem:nth-child(1)>a::before {
	content: "\f4b0";
}

.left-menu .topLevel>.menuItem:nth-child(2)>a::before {
	content: "\F66B";
}

.left-menu .topLevel>.menuItem:nth-child(3)>a::before {
	content: "\f4cf";
}

.left-menu .topLevel>.menuItem:nth-child(4)>a::before {
	content: "\f3d1";
}

.left-menu .topLevel>.menuItem:nth-child(5)>a::before {
	content: "\f10c";
}

.left-menu .topLevel>.menuItem:nth-child(6)>a::before {
	content: "\f208";
}

.left-menu .topLevel>.menuItem:nth-child(7)>a::before {
	content: "\f504";
}

.left-menu .topLevel>.menuItem:nth-child(8)>a::before {
	content: "\f3e2";
}

.left-menu .topLevel>.menuItem:nth-child(9)>a::before {
	content: "\f1dd";
}*/


.left-menu .subLevel {
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.left-menu .subLevel li {
	border-bottom: none;
}

.left-menu .subLevel a {
	display: flex;
	align-items: start;
	padding: 4px 0;
	position: relative;
}

.left-menu .subLevel a::before {
	content: "";
	width: 9px;
	border-bottom: 1px solid currentColor;
	display: inline-block;
	vertical-align: middle;
	margin: 11px 15px 2px 10px;
}

.left-menu .topLevel > li > a span {
	padding-top: 2px;
	display: block;
}

.left-menu .dropdown > a {
	padding-right: 20px;
}

.left-menu .dropdown > a .caret {
	width: 36px;
	height: 100%;
	position: absolute;
	right: -10px;
	top: 0;
}

.left-menu .dropdown > a .caret::after {
	content: "";
	width: 6px;
	height: 6px;
	top: 20px;
	right: 16px;
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentColor;
	position: absolute;
	transform: rotate(-45deg);
	transition: all ease-in 100ms;
}

.left-menu .dropdown.active > a .caret::after {
	transform: rotate(45deg);
}

.left-menu .subLevel .dropdown > a .caret::after {
	top: 12px;
}

.left-menu .subLevel .subLevelRight {
	display: none;
	padding-left: 25px;
}

/*Header*/
.header-top {
	padding: 20px 23px;
	border-bottom: 1px solid #eaeaea;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*--------------
Menu Bar: User Properties
---------------*/

.header-Login {
	background-color: #fff;
	padding: 20px 20px 20px 30px;
	margin: -20px -23px -20px 0;
}

.userProperties {
	display: flex;
	align-items: center;
}

.userProperties > ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	height: 36px;
}

.userProperties > ul li {
	list-style: none;
	position: relative;
}

.userProperties > ul > li img,
.userProperties > ul > li > a {
	width: auto;
	display: block;
	font-size: 16px;
	color: #696a6a;
	text-decoration: none;
}

.userProperties > ul > li > a:hover {
	color: #247ba0;
}

.userProperties #dnn_dnnUser_userNameLink {
	padding-right: 20px;
	position: relative;
}

.userProperties #dnn_dnnUser_userNameLink::after {
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	position: absolute;
	right: 2px;
	top: 9px;
	transform: rotate(45deg);
}

.userName,
.userRegister,
.userLogin {
	height: 30px;
	line-height: 30px;
}

.userRegister {
}

.userName {
	max-width: 190px;
	padding-right: 10px;
}

.userName > a {
}

.userName > a,
.userRegister > a,
.userLogin > a {
	display: inline-block;
	margin: 0px;
	/* styles to handle long names */
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.userRegister > a,
.userLogin > a {
	padding: 0 5px;
	background: none;
}

.userName > a.active {
}

.userProfile .userProfileImg {
	border-radius: 3px;
	overflow: hidden;
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.15);
	margin: 0px 0px 0px 5px;
	vertical-align: middle;
}

.userProfile .userProfileImg img {
	height: 28px;
	width: 28px;
	vertical-align: middle;
}

.userProfile {
	position: relative;
}

.userProfile .userMessages {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	display: block;
	padding: 3px 6px;
	border-radius: 3px;
	font-size: 10px;
	text-shadow: 0px 1px #fff;
	line-height: 1;
}

.userProfile .userMessages,
.userProperties ul.userMenu a span {
	background-color: #00bfa7;
}

/*--------------
	User Controls Menu Drop Down
---------------*/
.userProperties ul.userMenu {
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 906;
	min-width: 100%;
	border-radius: 0px 0px 6px 6px;
	background: #fff;
	padding: 15px 0px;
	margin: 0;
	box-shadow: 0px 8px 7px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transform: translateY(-10px);
	transition: all ease-in 200ms;
	visibility: hidden;
}

.header-Login:hover ul.userMenu {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.userProperties li.userNotifications,
.userProperties li.userProfilename {
	border-bottom: 1px solid #d7e6ed;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
}

.userProperties ul.userMenu a {
	display: block;
	padding: 2px 15px;
	line-height: 20px;
	color: #696a6a;
	text-decoration: none;
	transition: all ease-in 100ms;
}

.userProperties ul.userMenu a:hover {
	color: #247ba0;
}

.userProperties ul.userMenu a span {
	padding: 0px 4px;
	border-radius: 3px;
	font-size: 11px;
	color: #696a6a;
}

.userProperties ul.userMenu li:last-child > a {
	padding-bottom: 0;
}

.userProperties ul.userMenu li:hover > a {
}

.userProperties ul.userMenu a strong {
	font-weight: normal;
}

.header-bottom {
	box-shadow: 0 7px 7px rgba(0, 0, 0, 0.05);
	padding: 8px 23px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
	background-color: #fff;
}

.header-bottom .page-title {
	font-size: 16px;
	color: #333333;
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
}

.breadcrumb_wapper a {
	color: #696a6a;
}

.breadcrumb_wapper .sep {
	width: 8px;
	height: 8px;
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentColor;
	display: inline-block;
	transform: rotate(-45deg);
	margin: 0 14px 1px 10px;
}

.breadcrumb_wapper a:hover {
	color: #247ba0;
}

.left-menu-content #dnn_content > .container {
	max-width: none;
	padding-left: 23px;
	padding-right: 23px;
}

.section-footer {
	margin-top: auto;
	background-color: #fff;
	padding: 25px 23px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section-footer .copyright-box {
	color: #666666;
	font-size: 16px;
}

.section-footer a {
	color: currentColor;
}

.section-footer a:hover {
	color: #247ba0;
}

.copyright-box > * {
	margin-right: 5px;
}

.section-footer .sep {
	margin: 0 5px;
}

.section-footer p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px),
	screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	.mobile-menu-icon {
		display: block;
	}

	.is-left-menu {
		margin-left: -250px;
	}

	html {
		transition: transform ease-in 300ms;
	}

	html.mobile-menu-active {
		transform: translateX(250px);
	}

	.searchBox .NormalTextBox {
		width: 200px;
	}

	.header-top {
		padding: 8px 15px;
	}

	.header-bottom {
		padding: 8px 15px;
	}

	.left-menu-content #dnn_content > .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.section-footer {
		padding: 25px 15px;
		flex-direction: column;
		text-align: center;
	}

	.header-Login {
		padding: 8px 15px 8px 15px;
		margin: -8px -15px -8px 0;
	}

	.mobile-search-icon {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.searchBox > span {
		position: absolute;
		top: calc(100% + 10px);
		left: 0;
		opacity: 0;
		transform: translateY(-10px);
		transition: all ease-in 300ms;
		pointer-events: none;
	}

	.searchBox.active > span {
		transform: translate(0);
		opacity: 1;
		pointer-events: all;
	}

	.userProperties #dnn_dnnUser_userNameLink {
		max-width: 120px;
	}
}

/**/
.nav-tabs .nav-link {
	border: none;
	border-bottom: 1px solid transparent;
	color: #666666;
}

.nav-tabs .nav-link.active {
	color: #247ba0;
	border-bottom-color: #247ba0;
}

.nav-tabs .nav-link:hover {
	color: #247ba0;
}

/**/
.TopMenu-box {
	background-color: #fff;
	padding: 15px 0;
	position: sticky;
	left: 0;
	top: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	z-index: 1000;
}

.TopMenu-box > .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.TopMenu-box .top-logo {
	max-width: 250px;
	margin-right: 30px;
}

.TopMenu-box .top-logo img {
	max-width: 100%;
}

@media (min-width: 992px) {
	.top-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.top-menu .topLevel {
		display: flex;
		flex-wrap: wrap;
		gap: 1px;
	}

	.top-menu .topLevel > li {
		position: relative;
	}

	.top-menu .topLevel > li > a {
		display: inline-flex;
		align-items: center;
		color: #267ca1;
		padding: 7px 20px;
		font-size: 16px;
		transition: all 200ms ease-in;
	}

	.top-menu .topLevel > li.active > a,
	.top-menu .topLevel > li > a:hover {
		background-color: #267ca1;
		color: #fff;
	}

	.top-menu .topLevel .dropdown > a .caret {
		width: 6px;
		height: 6px;
		border-bottom: 1px solid currentColor;
		border-right: 1px solid currentColor;
		margin-left: 9px;
		margin-bottom: 3px;
		transform: rotate(45deg);
		display: inline-block;
	}

	.top-menu .subLevel {
		position: absolute;
		left: 0;
		top: 100%;
		background-color: #fff;
		min-width: 100%;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
		transform: translateY(10px);
		opacity: 0;
		visibility: hidden;
		transition: all 200ms ease-in;
	}

	.top-menu .subLevel a {
		padding: 7px 25px;
		display: block;
		white-space: nowrap;
		color: #333333;
		min-width: 150px;
	}

	.top-menu .subLevel a:hover,
	.top-menu .subLevel li.active > a:hover {
		background-color: #267ca1;
		color: #fff;
	}

	.top-menu .subLevel .dropdown > a .caret {
		position: absolute;
		top: 15px;
		right: 15px;
		transform: rotate(-45deg);
	}

	.top-menu .subLevelRight {
		position: absolute;
		background-color: #fff;
		left: 100%;
		top: 0;
		transform: translateX(10px);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
		opacity: 0;
		visibility: hidden;
		transition: all 200ms ease-in;
	}

	.top-menu .dropdown:hover > ul {
		opacity: 1;
		visibility: visible;
		transform: translate(0);
	}

	.top-menu .topLevel > li:last-child .subLevelRight {
		left: auto;
		right: 100%;
	}
}

@media (max-width: 1200px) {
	.top-menu .topLevel > li > a {
		padding: 2px 12px;
	}
}

@media (max-width: 991px) {
	.TopMenu-box {
		padding: 5px 0;
	}

	.TopMenu-box .mobile-menu-icon {
		display: block;
		position: relative;
		z-index: 1001;
	}

	.TopMenu-box .top-logo {
		max-width: 145px;
	}

	.top-menu {
		position: fixed;
		top: 0;
		height: 100%;
		right: 30px;
		width: 240px;
		background-color: #247ba0;
		max-width: 100%;
		padding: 30px 0;
		z-index: 1000;
		transform: translateX(30px);
		opacity: 0;
		visibility: hidden;
		transition: all ease-in 200ms;
		overflow: hidden;
		overflow-y: auto;
		box-shadow: 0 0 0 30px #247ba0;
		max-width: calc(100vw - 60px);
	}

	.mobile-top-menu-active .top-menu {
		transform: translateX(0%);
		opacity: 1;
		visibility: visible;
	}

	.mobile-top-menu-active .TopMenu-box .mobile-menu-icon {
		color: #fff;
	}

	.mobile-top-menu-active {
		overflow: hidden;
	}

	.top-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.top-menu .topLevel > li > a,
	.top-menu ul a {
		display: block;
		padding: 10px 0;
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		position: relative;
	}

	.top-menu .topLevel > li.active > a,
	.top-menu ul li.active > a,
	.top-menu ul li a:hover {
		color: #fcb117;
	}

	.top-menu ul ul {
		display: none;
	}

	.top-menu ul ul a {
		padding-left: 20px;
	}

	.top-menu ul ul ul a {
		padding-left: 40px;
	}

	.top-menu .dropdown > a .caret {
		width: 36px;
		height: 100%;
		position: absolute;
		right: -10px;
		top: 0;
	}

	.top-menu .dropdown > a .caret::after {
		content: "";
		width: 6px;
		height: 6px;
		top: 20px;
		right: 16px;
		border-bottom: 1px solid currentColor;
		border-right: 1px solid currentColor;
		position: absolute;
		transform: rotate(-45deg);
		transition: all ease-in 100ms;
	}

	.top-menu .dropdown.active > a .caret::after {
		transform: rotate(45deg);
	}
}

.BannerPane-box {
	background-image: url("../images/Login-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	height: calc(100vh - 186px);
}

.BannerPane-box .BannerPane {
	min-height: 750px;
	display: flex;
	justify-content: start;
	flex-direction: column;
	padding: 40px 0;
}

.banner-text {
	margin-bottom: 40px;
}

.banner-text .subtitle::before {
	content: "";
	width: 50px;
	border-bottom: 2px solid currentColor;
	display: inline-block;
	margin-right: 20px;
}

.banner-text .subtitle {
	color: #267ca1;
	font-size: 18px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.banner-text .title {
	font-size: 60px;
	color: #267ca1;
}

@media (min-width: 2000px) {
	.banner-text {
		margin-top: 80px;
	}
}

@media (max-width: 767px) {
	.banner-text .title {
		font-size: 40px;
	}

	.BannerPane-box .BannerPane {
		min-height: auto;
		padding-bottom: 125px;
	}

	.BannerPane-box {
		height: initial;
		background-image: url("../images/Login-bg-mobile.jpg");
		background-position: center 100%;
	}
}

@media (max-width: 576px) {
	.BannerPane-box {
		background-size: contain;
	}
}

.TopMenu-content {
	padding: 80px 0;
}

.button-basic {
	display: inline-block;
	background-color: #e3521e;
	color: #fff;
	padding: 12px 26px;
	font-weight: bold;
}

.button-basic:link,
.button-basic:active,
.button-basic:visited {
	color: #fff;
	transition: all ease-in 200ms;
}

.button-basic:hover {
	color: #fff;
	background-color: #267ca1;
}

.nav-tabs {
	margin-left: 0;
}

.nav-tabs .nav-link {
	border: none;
	border-bottom: 1px solid transparent;
	color: #666666;
}

.nav-tabs .nav-link.active {
	color: #247ba0;
	border-bottom-color: #247ba0;
}

.nav-tabs .nav-link:hover {
	color: #247ba0;
}

h5 {
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.tab-content .col-6 > .mb-2 .tab-content,
.col-12 > .mb-2 {
	display: grid;
	grid-template-columns: 160px 1fr;
	align-items: center;
	margin-bottom: 25px !important;
}

.tab-content .col-6 > .mb-2 > label .tab-content,
.col-12 > .mb-2 > label {
	grid-row: 1/10;
	color: #666666;
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single,
.form-control,
.form-select {
	border-color: #e1e7ea !important;
	border-radius: 3px !important;
	color: #999999 !important;
	font-size: 15px !important;
	padding: 10px 20px !important;
}

.selectize-control.single .selectize-input:focus,
.selectize-dropdown.single:focus,
.form-control:focus,
.form-select:focus {
	outline: 0;
	box-shadow: 0 0 0 0.1rem #edf6fa;
}

#Body
	.tab-content
	.col-6
	> .mb-2
	> .selectize-control
	.selectize-input.dropdown-active {
	box-shadow: 0 0 0 0.1rem #edf6fa;
}

#Body .tab-content .col-6 > .mb-2 > .selectize-control .selectize-input {
	border-radius: 3px !important;
}

#Body
	.tab-content
	.col-12
	> .mb-2
	> .selectize-control
	.selectize-input.dropdown-active {
	box-shadow: 0 0 0 0.1rem #edf6fa;
}

#Body .tab-content .col-12 > .mb-2 > .selectize-control .selectize-input {
	border-radius: 3px !important;
}

.btn.btn-primary {
	border: 1px solid #e45623 !important;
	background: transparent !important;
	color: #e45623 !important;
	border-radius: 0;
	font-weight: 600;
	padding: 8px 28px;
}

.btn.btn-primary:hover {
	background: #e45623 !important;
	color: #fff !important;
}

.btn.btn-secondary {
	border-color: #247ba0 !important;
	background-color: #247ba0 !important;
	color: #ffffff !important;
	border-radius: 0;
	font-weight: 600;
	padding: 8px 28px;
}

.btn.btn-secondary:hover {
	border-color: #e45623 !important;
	background: #e45623 !important;
	color: #fff !important;
}

.card {
	border-color: #e1e7ea;
}

.card .card-header {
	background: #f8fafa;
	border-color: #e1e7ea;
}

.card .card-header > h5 {
	display: block;
	margin: -1rem !important;
	padding: 1rem;
	width: 100%;
	color: #247ba0;
	font-size: 16px;
	text-transform: capitalize;
}

.card .card-header > h5 .bi {
	position: absolute;
	right: 20px;
	top: 16px;
}

.card .card-header > h5 .bi:before {
	content: "\f64d";
	color: #247ba0;
	opacity: 1;
	font-weight: bold !important;
}

.card .card-header > h5 .bi.bi-arrow-up-square:before {
	content: "\f63b";
}

.card .card-header .badge {
	margin-right: 2rem !important;
}

.card .dataTables_wrapper {
	padding: 22px;
}

.card table.dataTable thead th,
.card table.dataTable thead td {
	border-color: #e1e7ea !important;
	color: #333333;
	font-size: 15px;
}

.card table.dataTable tbody tr {
	background-color: transparent !important;
	vertical-align: middle;
}

.card table.dataTable tbody th,
.card table.dataTable tbody td {
	border-color: #e1e7ea !important;
	color: #555555;
	font-size: 15px;
}

.card table.dataTable .bi-check-square,
.card table.dataTable .bi-square {
	vertical-align: middle;
	display: inline-block;
	margin-top: 4px;
}

.card table.dataTable.no-footer {
	border-bottom: none;
}

#tblStatussen .aLink {
	text-decoration: none;
}

#tblStatussen .aLink::after {
	content: "\f4ca";
	font-family: bootstrap-icons !important;
	margin-left: 8px;
	vertical-align: middle;
	color: #005796;
}

#tblStatussen .aLink:hover {
	color: #005796;
}

#tblStatussen a[onclick*="ShowSubs"] u {
	text-decoration: none !important;
}

#tblStatussen a[onclick*="ShowSubs"]::after {
	content: "\f282";
	font-family: bootstrap-icons !important;
	margin-left: 8px;
	vertical-align: middle;
	color: #005796;
	font-weight: bold;
	font-size: 14px;
}

#tblStatussen a[onclick*="ShowSubs"]:hover {
	color: #005796;
}

#tblStatussen .statusSub {
	background-color: #fafdfe !important;
}

.modal-header {
	background-color: #f0f0f0;
	border-radius: 4px 4px 0 0;
}

.modal-header .modal-title {
	font-size: 20px;
	color: #333333;
	text-transform: capitalize;
}

.modal-content {
	border-radius: 4px !important;
}

.modal-header .btn-close {
	margin-right: 0px;
	font-size: 14px;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td,
table.dataTable.no-footer {
	border-color: #e1e7ea !important;
}

#inventarisatieModalContent.modal-body .container > .row {
	margin-bottom: 10px;
	align-items: center;
}

.table > :not(caption) > * > * {
	box-shadow: none;
	border-color: #e1e7ea;
}

.table > :not(caption) > *:nth-child(2n) > * {
	background-color: #fafdfe !important;
}

#Body .tab-content .col-6 > .mb-2 > label + select {
	border-color: #e1e7ea;
	height: 44.5px;
	appearance: none;
}

#Body .tab-content .col-12 > .mb-2 > label + select {
	border-color: #e1e7ea;
	height: 44.5px;
	appearance: none;
}

#calendar-wrap {
	border: 1px solid #e6e6e6;
	background-color: #ffffff;
	padding: 30px;
	border-radius: 6px;
	margin-bottom: 30px;
}

#wrap .col-2[style="background-color:lightgray;"] {
	background-color: transparent !important;
	flex: 0 0 auto;
	width: 25%;
}

#wrap .col-2[style="background-color:lightgray;"] + .col-10 {
	background-color: transparent !important;
	flex: 0 0 auto;
	width: 75%;
}

#wrap .fc-toolbar-title {
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
}

#calendar {
	max-width: none !important;
	margin: 0 auto 20px !important;
}

#calendar .fc-toolbar-title {
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
}

#calendar .fc-button.fc-prev-button,
#calendar .fc-button.fc-next-button {
	background-color: #e1f4fd;
	border: none;
	color: #5095b3;
	transition: all ease-in 300ms;
	height: 38px;
	margin: 0 !important;
	font-size: 14px;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

#calendar .fc-button.fc-prev-button {
	border-radius: 3px 0 0 3px !important;
}

#calendar .fc-button.fc-next-button {
	border-radius: 0 3px 3px 0 !important;
}

#calendar .fc-button.fc-prev-button:hover,
#calendar .fc-button.fc-next-button:hover {
	background-color: #247ba0;
	color: #ffffff;
	border: none;
}

#calendar .fc-today-button {
	background-color: #247ba0;
	border: none;
	color: #fff;
	transition: all ease-in 300ms;
	height: 38px;
	border-radius: 4px !important;
}

#calendar .fc-today-button:disabled {
	opacity: 0.7;
}

#calendar .fc-button-group .fc-button-primary {
	background-color: #e1f4fd;
	border: none;
	color: #247ba0;
	transition: all ease-in 300ms;
	height: 38px;
	font-size: 14px;
	margin: 0 !important;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #c6e3f0 !important;
}

#calendar .fc-button-group .fc-button-primary:last-child {
	content: "";
	border-right: none;
}

#calendar .fc-button-group .fc-button-primary:hover,
#calendar .fc-button-group .fc-button-primary.fc-button-active {
	background-color: #247ba0;
	color: #ffffff;
}

#calendar .fc-button-group .fc-button-primary:first-child {
	border-radius: 4px 0px 0px 4px !important;
}

#calendar .fc-button-group .fc-button-primary:last-child {
	border-radius: 0px 4px 4px 0px !important;
}

#wrap .col-2[style="background-color:lightgray;"] > .row > .col-12 > br {
	display: none !important;
}

#external-events-list .fc-event-Info {
	background-color: #ffffff;
	border-radius: 5px 5px 0 0;
	border: 1px solid #e6e6e6;
	border-bottom: none;
	position: relative;
}

#external-events #external-events-list .fc-event {
	background-color: #ffffff;
	border-radius: 0 0 5px 5px !important;
	border: 1px solid #e6e6e6 !important;
	border-top: none !important;
	color: #247ba0;
	margin: 0 0 9px;
	padding: 0px 30px;
}

#external-events #external-events-list .fc-event .fc-event-main {
	color: #247ba0;
	font-size: 15px;
	/* font-weight: 600; */
	padding-right: 30px;
}

#external-events #external-events-list .bi.bi-info-square {
	cursor: pointer;
	color: #247ba0;
	position: absolute;
	right: 30px;
	top: 26px;
	z-index: 1;
}

#calendar .fc-col-header thead {
	background-color: #f6fafb;
}

#calendar .fc-col-header-cell-cushion {
	padding: 4px 4px;
	font-size: 14px;
}

#calendar .fc-theme-standard td,
#calendar .fc-theme-standard th {
	border: 1px solid #e6ebed;
}

#calendar .fc-daygrid-day-number {
	color: #555555;
}

@media (max-width: 991px) {
	#wrap .col-2[style="background-color:lightgray;"] {
		width: 100%;
	}

	#wrap .col-2[style="background-color:lightgray;"] + .col-10 {
		width: 100%;
	}
}

#calendar .fc-event-main-frame {
	background-image: none;
	position: relative;
}
/* 
#calendar .fc-event-main-frame::after{
	content: "\f433";
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 7px;
    top: 1px;
}
*/

/***********/
.card-box {
	border: 1px solid #e6e6e6;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 6px;
	margin-bottom: 30px;
	height: calc(100% - 30px);
}

.card-box .card-header {
	margin: -20px -20px 0;
	padding: 0;
	background-color: transparent;
	padding: 20px;
	font-size: 16px;
	color: #1d1d1b;
	border: none;
}

.card-box .table-responsive {
	padding: 0px 20px;
	margin: 0 -20px;
}

.iconbox {
	display: flex;
	align-items: center;
}

.iconbox .icon {
	flex: 0 0 55px;
	height: 55px;
	border-radius: 5px;
	margin-right: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	background-color: #ecf5ff;
	color: #247ba0;
}

.iconbox .counterbox {
	flex: 1;
}

.iconbox .counter {
	display: flex;
	align-items: end;
	justify-content: space-between;
}

.iconbox .counter-value {
	margin-bottom: 4px;
	color: #247ba0;
	font-size: 24px;
	word-break: break-all;
}

.iconbox .badge {
	color: rgb(240, 101, 72);
	background-color: #fde8e4;
	margin-bottom: -4px;
	word-break: break-all;
}

.iconbox .info {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 15px;
}

.planning-box {
	display: flex;
	align-items: center;
	/* font-size: 14px; */
}

.planning-box .date {
	width: 63px;
	height: 63px;
	flex: 0 0 63px;
	background-color: #247ba0;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1;
	margin-right: 15px;
}

.planning-box .day {
	font-size: 24px;
}

.planning-box .month {
	font-size: 13px;
}

.planning-box .info {
	color: #999999;
	flex: 1;
}

.planning-box .title {
	font-size: 14px;
	color: #555555;
	margin: 0 0 5px;
	text-transform: none;
}

.planning-box .info p {
	margin-bottom: 0;
}

.planning-box .time {
	flex: 0 0 95px;
	text-align: right;
	margin-left: 10px;
	color: #999999;
	font-size: 14px;
}

.planning-box + .planning-box {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #f0eeee;
}

.card-table {
	min-width: 100%;
	color: #555555;
	/* font-size: 14px; */
}

.card-table thead {
	background-color: #edf4f7;
	position: relative;
}

.card-table thead::before,
.card-table thead::after {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	background-color: inherit;
}

.card-table thead::after {
	left: auto;
	right: -20px;
}

.card-table thead th {
	padding: 10px;
	font-weight: 500;
	min-width: 100px;
}

.card-table tbody td {
	padding: 11px 10px;
	border-bottom: 1px solid #edf4f7;
}

.card-table tbody tr:last-child td {
	border-bottom: none;
}

.card-table .date {
	text-align: center;
	color: #999999;
}

.progress-box {
	display: flex;
	align-items: center;
}

.progress-box .text {
	color: #999999;
	margin-right: 5px;
	padding-top: 2px;
}

.progress-box .progress {
	flex: 1;
	height: 4px;
	border-radius: 2px;
}

.progress-box .progress-bar {
	border-radius: 2px;
	background-color: #247ba0;
}

.card-table .badge {
	font-size: 13px;
	font-weight: 500;
	padding: 7px 9px 5px 9px;
}

.badge-danger {
	color: #bc2c02;
	background-color: #ffe0de;
}

.badge-success {
	color: #247ba0;
	background-color: #ecf5ff;
}

.badge-warning {
	color: #f06b1a;
	background-color: #fff7f0;
}

.table-pagination {
	margin: 0;
	padding: 16px 0 0;
	display: flex;
	align-items: center;
	justify-content: end;
	list-style: none;
	flex-wrap: wrap;
	gap: 4px;
	border-top: 1px solid #edf4f7;
}

.table-pagination a {
	display: flex;
	width: 28px;
	height: 26px;
	align-items: center;
	justify-content: center;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 2px 0 0;
	color: #b3b3b3;
}

.table-pagination i {
	margin-top: -2px;
	font-size: 12px;
}

.table-pagination .active a {
	background-color: #247ba0;
	border-color: #247ba0;
	color: #fff !important;
	transition: all ease-in 200ms;
}

.table-pagination a:hover {
	color: #247ba0;
	border-color: #247ba0;
}

.table-pagination .disabled a {
	pointer-events: none;
	opacity: 0.5;
}

.table-footer-link {
	border-top: 1px solid #edf4f7;
	padding: 30px 30px 0;
}

.table-footer-link a {
	color: #247ba0;
}

.table-footer-link a i {
	/* font-size: 14px; */
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 3px;
}

.list-title {
	color: #1d1d1b;
	font-size: 16px;
	margin-bottom: 10px;
}

.link-list {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

.link-list li {
	padding: 4px 0;
}

.link-list li a {
	color: #555555;
}

.link-list li a:hover {
	color: #247ba0;
}
