/* Generic */
	@font-face {
		font-family: 'Arvo-Bold';
		font-display: swap;
		src: url('/fonts/Arvo-Bold.ttf');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'Arvo-BoldItalic';
		font-display: swap;
		src: url('/fonts/Arvo-BoldItalic.ttf');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'Arvo-Italic';
		font-display: swap;
		src: url('/fonts/Arvo-Italic.ttf');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'Arvo-Regular';
		font-display: swap;
		src: url('/fonts/Arvo-Regular.ttf');
		font-weight: normal;
		font-style: normal;
	}
	html {
		overflow-x: hidden !important;
	}
	body {
		font-family: 'Arvo-Regular' !important;
		padding-bottom: 30px;
		position: relative;
		min-width: 100vw;
		max-height: 100vh;
		overflow-y: hidden;
		overflow-x: hidden;
	}
	code {
		color: inherit !important;
		font-size: 100%;
	}
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Arvo-Bold' !important;
	}
	i {
		cursor: pointer;
		text-align: center;
		vertical-align: baseline;
	}
	a { cursor: pointer;transition: background 0.2s, color 0.2s; }
	a:hover,
	a:focus { text-decoration: none; }
	p{ font-family: 'Arvo-Regular' !important; }
	input[type=file],
	input[type=file]::-webkit-file-upload-button{
		cursor: pointer;
	}
	pre {
		background: #f4f4f4;
		border: 1px solid #ddd;
		border-left: 3px solid #555;
		color: #666;
		page-break-inside: avoid;
		font-family: monospace;
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 0px;
		max-width: 100%;
		overflow: auto;
		padding: 0px;
		display: grid;
		word-wrap: break-word;
		white-space: break-spaces;
		padding-left: 20px;
	}
	pre div { display: contents !important; }
	canvas { box-shadow: unset !important; }
	fieldset {
		display: contents;
		margin-inline-start: 2px;
		margin-inline-end: 2px;
		padding-block-start: 0.35em;
		padding-inline-start: 0.75em;
		padding-inline-end: 0.75em;
		padding-block-end: 0.625em;
		min-inline-size: min-content;
		border-width: 2px;
		border-style: groove;
		border-color: threedface;
		border-image: initial;
	}
	legend {
		display: block;
		padding-inline-start: 2px;
		padding-inline-end: 2px;
		border-width: initial;
		border-style: none;
		border-color: initial;
		border-image: initial;
	}
	ol li {
		margin-left: 15px;
		font-size: 13px;
	}
	img {
		max-width: 100%;
	}
	select.form-control {
		-webkit-appearance: auto !important;
		-moz-appearance: auto !important;
		appearance: auto !important;
	}
	label {
		margin-top: 15px;
	}
	.FullScreen {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100vw;
		height: 100vh;
		background: whitesmoke;
		z-index: 1000;
	}
	.PageSubTitle {
		font-size:16px;
	}
	.NewNotification { position: relative; }
	.NewNotificationDot { display: none; }
	.NewNotification .NewNotificationDot {
		position: absolute;
		top: 0px;
		left: 9px;
		padding: 2px 2px;
		border-radius: 50%;
		background: red;
		color: white;
		display: inherit;
		font-size: 10px;
		height: 16px;
		width: 16px;
		text-indent: 0px;
		line-height: 1;
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
	}
	.NewNotification .NewNotificationDot:empty { display: none; }
	.FullScreen iframe{ height: calc(100vh - 75px) !important; }
	.PageTitle { display: none; }
	.PageTitleFinal .btn i { color: #fff !important; }
	.PageTitleFinal {
		font-size: 16px;
		font-weight: bold;
		margin: 10px 0px 20px 10px;
		position: relative;
		text-transform: uppercase;
	}
	.Inline {
		font-family: 'Arvo-Regular' !important;
		display: inline-block;
		font-size: 13px;
	}
	.PageTitleFinal > i { cursor: auto !important; }
	.btn.btn-primary{
		background-color: #232323 !important;
		border-color: #232323 !important;
		color: #fff !important;
	}
	.btn.btn-primary:hover{
		background-color: #232323 !important;
		border-color: #232323 !important;
		color: #fff !important;
	}
	.btn.btn-secondary{
		background-color: #fff !important;
		border-color: #555 !important;
		color: #000 !important;
	}
	.btn.btn-secondary:hover{
		background-color: #fff !important;
		border-color: #555 !important;
		color: #ddd !important;
	}
	.form-control[readonly] { background-color: #f7f9ff !important; }
	#LoginGenericWrapper ul li, #LoginGenericWrapper ol li {
		font-family: 'Arvo-Regular' !important;
		font-size: .875em !important;
		--bs-text-opacity: 1;
		color: #6c757d!important;
	}
	label {
		font-family: 'Arvo-Regular';
		font-weight: bold;
		margin-bottom: 2px;
		font-size: 13px;
	}
	label a,
	a.OrangeLink{
		color: #e27f02 !important;
		font-weight: normal !important;
		text-decoration: underline !important;
	}
	p {
		font-family: 'Arvo-Regular';
		font-size: 13px;
	}
	table tbody td a:not(.btn){
		font-weight: normal !important;
		text-decoration: underline !important;
	}
	input:not([type="checkbox"]),
	select {
		height: 32px !important;
		font-size: 13px !important;
	}
	.input-group-text {
		height: 32px !important;
		font-size: 13px !important;
	}
	input[type="radio"]{ height: auto !important; }
	button:not(.close),
	a.btn,
	span.btn {
		margin-right: 5px;
		height: 30px !important;
		padding: 3px 10px;
		font-size: 13px !important;
	}
	input[type="checkbox"] {
		position: relative;
		cursor: pointer;
		vertical-align: middle;
		margin-right: 5px;
	}
	input[type=checkbox]:before {
		content: "";
		display: block;
		position: absolute;
		width: 16px;
		height: 16px;
		top: -3px;
		left: -2px;
		border: 1px solid #dddddd;
		border-radius: 3px;
		background-color: white;
	}
	input[type=checkbox]:checked:after {
		content: "";
		display: block;
		width: 6px;
		height: 11px;
		border: solid #54adf2;
		border-width: 0 2px 2px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: -2px;
		left: 3px;
	}
	.SuperSpan {
		width: 200px;
		overflow: hidden;
		display: inline-block;
		white-space: nowrap;
		height: 32px !important;
		font-size: 13px !important;
		padding: 5px 5px;
		margin-bottom: -10px;
		text-overflow: ellipsis;
	}
	#WelcomeContent {
		margin-top: 80px;
	}
	.dropdown-toggle::after {
		width: .6em !important;
	}
	.StrikeThroughText { text-decoration: line-through; }
	.UpperCase { text-transform: uppercase; }
	.FloatRight {
		position: absolute;
		top: 0px;
		right: 15px;
	}
	.SoBigHover:hover{font-size: xxx-large !important;}
	.btn.btn-warning {
		background-color: #da6d07;
		color: #fff;
	}
	.btn.btn-primary { color: #000; }
	.PointerElement { cursor: pointer; }
	.Overlay {
		position: absolute;
		display: block;
		width: auto;
		height: auto;
		margin: 0px;
		z-index: 10000;
		cursor: auto;
	}
	.row {
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.GeneralHide { display: none; }
	.GeneralBold { font-weight: bold; }
	.InputWInfo { border : 1px solid rgba(16,16,221,.5) !important; }
	.BorderedContainer {
		border: 1px solid #ddd;
		padding: 15px;
		margin-bottom: 15px;
	}
	.FieldError { border-color: #ff9800 !important; box-shadow:0 0 10px #ff9800 !important; }
	#PrincipalBlockContent { margin-top: -15px; }
	.FreeClass{
		background-color: #008000;
		color: #fff;
		width: 50%;
		margin: 3px auto;
		padding: 5px;
	}
	.BusyClass{
		background-color: #ff0000;
		color: #fff;
		width: 50%;
		margin: 3px auto;
		padding: 5px;
	}
	.DisableClass{
		background-color: #585858;
		color: #fff;
		width: 50%;
		margin: 3px auto;
		padding: 5px;
	}
	.PreviewImage img {
		margin-top: 15px;
		max-width: 100%;
		max-height: 200px;
		border: 1px #ddd solid;
		box-shadow: 0 3px 30px -2px rgba(0, 0, 0, 0.2) !important;
	}
	.HideMobile { display: initial; }
	.HideDesktop { display: none; }
	.PreviewImage span { font-weight: bold; }
	footer p.small a.Text {
		display: block;
		padding: 5px 5px;
		margin-left: -5px;
	}
	footer p.small a.Icon {
		font-size: 16px;
		padding: 5px 15px;
		margin-left: -15px;
	}
	@media (max-width: 765px){
		.WebTitle {
			font-size: 25px;
		}
		.WebTitle2 {
			font-size: 20px;
		}
		.WebImg {
			max-height: 100%;
			position: absolute;
		}
		.HideMobile { display: none; }
		.HideDesktop { display: initial; }
		footer p.small a.Text {
			padding: 15px 5px;
			margin-left: -5px;
		}
		footer p.small a.Icon {
			font-size: 16px;
			padding: 15px 20px;
			margin-left: -15px;
		}
	}
/* *** Generic *** */

/* Collapsible */
	/* Style the button that is used to open and close the collapsible content */
	.collapsible {
		cursor: pointer;
		border: none;
		text-align: left;
		outline: none;
		margin-bottom: -15px;
		margin-right: 15px;
    background: #232323;
    padding: 5px;
    border-radius: 10px;
    position: relative;
		color: #fff;
	}
	/* Style the collapsible content. Note: hidden by default */
	.collapsible:after {
		content: "\02795"; /* Unicode character for "plus" sign (+) */
		font-weight: bold;
		position: absolute;
		right: 15px;
		margin-left: 5px;
	}
	.collapsible.active:after { content: "\2796"; /* Unicode character for "minus" sign (-) */ }
	.collapsible-content {
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: white;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
		background: #eff;
		padding-bottom: 10px;
		margin-right: 15px;
	}
	.collapsible-content.spaced { padding: 0 15px; }
	.collapsible-content.active {
		max-height: inherit;
		margin-top: 5px;
		margin-bottom: 10px;
	}
/* *** Collapsible *** */

/* TreeStructure */
	.TreeStructure.Inner { margin-left: 20px; }
	.TreeStructure .NotAllChecked:before {
		content: '' !important;
		display: block !important;
		position: absolute !important;
		width: 9.5px !important;
		height: 9.5px !important;
		top: 2px !important;
		left: 1.5px !important;
		border: 1px solid #dddddd !important;
		border-radius: 3px !important;
		background-color: #00ADEF !important;
	}
/* *** TreeStructure *** */

/* Progress */
	.progress {
		display: block;
		width: 100%;
		position: absolute;
		line-height: 1;
		height: 100%;
		background-color: transparent;
		left: 0%;
		top: 0%;
	}
	.progress .bar {
		height: 32px;
		width: 0%;
		background: rgba(0, 188, 212, 0.4);
		text-align: center;
		margin-top: 2px;
		vertical-align: middle;
		font-weight: bold;
	}
	.progress .bar.Success { background-color: #4CAF50; }
	.progress .bar.Info { background-color: #2196F3; }
	.progress .bar.Warning { background-color: #ff9800; }
	.progress .bar.Danger { background-color: #f44336; }
	.progress .bar.White {
		color: #000;
		background-color: #fff;
	}
	.progress.separated{
		position: relative;
		height: auto;
	}
	.progress.separated .bar {
		height: 20px;
		padding-top: 3px;
	}
/* *** Progress *** */

/* IntlTelInput - iti */
	.iti.iti--allow-dropdown input {
		width: 100%;
		border: none;
		background: transparent;
		padding-left: 40px;
		top: -5px;
	}
	.iti.iti--allow-dropdown input:focus-within {
		border: 0px !important;
		outline: 0px !important;
	}
	.iti.iti--allow-dropdown input:focus {
		border: 0px !important;
		outline: 0px !important;
	}
	.iti.iti--allow-dropdown input:focus-visible {
		border: 0px !important;
		outline: 0px !important;
	}
/* *** IntlTelInput - iti *** */

/* SMSCounter */
	.SMSCounter {
		padding: 0px;
		margin: -10px 0px 0px -10px;
	}
	.SMSCounter li {
		display: inline-block !important;
		list-style-type: none !important;
		vertical-align: middle !important;
		padding: 0.5em 10px !important;
	}
	.SMSCounter li .SMSCTitle {
		padding: .5rem;
		font-family: 'Arvo-Regular';
		font-weight: bold;
		display: block !important;
		font-size: 12px;
		border: 0px !important;
		border-bottom: 3px solid #555 !important;
	}
	.SMSCounter li .SMSCContent {
		padding: .5rem;
		font-family: 'Arvo-Regular';
		display: block !important;
		font-size: 10px;
	}
	.SMSCounter li .SMSCContent.Counted { font-weight: bold; }
/* *** SMSCounter *** */

/* Alert Classes */
	#AlertGeneral {
		position: fixed !important;
		height: fit-content;
		width: 450px;
		max-width: 90%;
		bottom: 30px;
		right: 10px;
		display: none;
		padding: 20px;
		background-color: black;
		color: #fff;
		z-index: 10000000;
		box-shadow: 0 3px 50px -2px rgba(0, 0, 0, 0.2) !important;
		border-radius: 15px;
	}
	#AlertGeneral.show{
		display: block !important;
		-webkit-animation: fadein 0.2s; /* Safari, Chrome and Opera > 12.1 */
			 -moz-animation: fadein 0.2s; /* Firefox < 16 */
				-ms-animation: fadein 0.2s; /* Internet Explorer */
				 -o-animation: fadein 0.2s; /* Opera < 12.1 */
						animation: fadein 0.2s;
	}
	#AlertGeneral.Success{ background-color: #4CAF50; }
	#AlertGeneral.Info{ background-color: #2196F3; }
	#AlertGeneral.Warning{ background-color: #ff9800; }
	#AlertGeneral.Danger{ background-color: #f44336; }
	#AlertGeneral.White{
		color: #000;
		background-color: #fff;
	}
	#AlertGeneralMove {
		color: #fff;
		font-weight: bold;
		float: left;
		font-size: 22px;
		line-height: 20px;
		transition: 0.3s;
		cursor: grab !important;
	}
	#AlertGeneralClose {
		margin-left: 15px;
		color: #fff;
		font-weight: bold;
		float: right;
		font-size: 22px;
		line-height: 20px;
		cursor: pointer;
		transition: 0.3s;
	}
	#AlertGeneralClose:hover { color: black; }	
	@keyframes fadein {
		from { opacity: 0; margin-right: 100px; }
		to   { opacity: 1; margin-right: 0px; }
	}
	/* Firefox < 16 */
	@-moz-keyframes fadein {
		from { opacity: 0; margin-right: 100px; }
		to   { opacity: 1; margin-right: 0px; }
	}
	/* Safari, Chrome and Opera > 12.1 */
	@-webkit-keyframes fadein {
		from { opacity: 0; margin-right: 100px; }
		to   { opacity: 1; margin-right: 0px; }
	}
	/* Internet Explorer */
	@-ms-keyframes fadein {
		from { opacity: 0; margin-right: 100px; }
		to   { opacity: 1; margin-right: 0px; }
	}
	/* Opera < 12.1 */
	@-o-keyframes fadein {
		from { opacity: 0; margin-right: 100px; }
		to   { opacity: 1; margin-right: 0px; }
	}
	#AlertGeneral #AlertGeneralContent{
		max-height: 80vh;
		overflow-y: auto;
		width: 100%;
		margin-top: 30px;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}
	#AlertGeneral #AlertGeneralContent a{
		color: #fff;
		text-decoration: underline;
	}
	#AlertGeneral #AlertGeneralContent ul{
		padding-left: 20px;
	}
/* ***Alert Classes*** */

/* Calculator Classes */
	.CalculatorContainer {
		width:480px;
		max-width: 100vw;
		max-height: 100vh;
		margin:20px auto 0;
		display: none;
		position: absolute !important;
		top: 50px;
		right: 25px;
	}
	.CalculatorContainer.show{
		display: block;
		z-index: 2;
	}
	.CalculatorContainer .CalculatorMove {
		color: #fff;
		font-weight: bold;
		font-size: 22px;
		line-height: 20px;
		transition: 0.3s;
		cursor: grab !important;
		position: absolute;
		top: 7px;
		left: 30px;
	}
	.CalculatorContainer .CalculatorClose {
		margin-left: 15px;
		color: #fff;
		font-weight: bold;
		font-size: 22px;
		line-height: 20px;
		cursor: pointer;
		transition: 0.3s;
		position: absolute;
		top: 7px;
		right: 30px;
	}
	.CalculatorContainer .CalculatorClose:hover { color: black; }	
	.CalculatorContainer .Calculator {
		width:480px;
		height:auto;
		padding:10px 0;
		margin: auto;
		background:#232323;
		border:#000 1px solid;
		border-radius:7px;
		-webkit-border-radius:7px;
		-moz-border-radius:7px;
		box-shadow:rgba(0,0,0,0.4) 0px 2px 5px, inset rgba(255,255,255,0.9) 0px 1px 1px -1px;
		-webkit-box-shadow:rgba(0,0,0,0.4) 0px 2px 5px, inset rgba(255,255,255,0.9) 0px 1px 1px -1px;
		-moz-box-shadow:rgba(0,0,0,0.4) 0px 2px 5px, inset rgba(255,255,255,0.9) 0px 1px 1px -1px;
		background-image:-moz-linear-gradient(top, #333333, #1f1f1f);
		background-image:-webkit-linear-gradient(top, #333333, #1f1f1f);
		background-image:linear-gradient(top, #333333, #1f1f1f);
		overflow: hidden;
		text-align: center;
	}
	.CalculatorContainer .Screen {
		width:424px;
		height:93px;
		margin: 25px auto 30px;
		padding:15px 20px;
		color:#c0c0c0;
		text-align: right;
		font-size: 3em;
		letter-spacing: 3px;
		overflow:hidden;
		border:#000 1px solid;
		border-radius:7px;
		-webkit-border-radius:7px;
		-moz-border-radius:7px;
		box-shadow:inset rgba(0,0,0,1) 0px 1px 4px, inset rgba(225,225,225,0.3) 0px -2px 4px -2px;
		-webkit-box-shadow:inset rgba(0,0,0,1) 0px 1px 4px, inset rgba(225,225,225,0.3) 0px -2px 4px -2px;
		-moz-box-shadow:inset rgba(0,0,0,1) 0px 1px 4px, inset rgba(225,225,225,0.3) 0px -2px 4px -2px;
		background-image: -moz-linear-gradient(top, #3e3e3e 0%, #303030 100%);
		background-image: -webkit-linear-gradient(top, #3e3e3e 0%, #303030 100%);
		background-image: linear-gradient(top, #3e3e3e 0%, #303030 100%);
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.CalculatorContainer .Buttons {
		padding:0;
		width:423px;
		margin:auto;
		overflow: hidden;
		list-style: none;
	}
	.CalculatorContainer .Buttons li {
		display:inline;
		float:left;
		padding:0px;
		margin-right:13px;
		margin-bottom:10px;
	}
	.CalculatorContainer .Buttons li:nth-child(4n) {
		margin-right:0;
	}
	.CalculatorContainer .Buttons a{
		display:block;
		width:95px;
		height:68px;
		padding:18px 0 12px;
		color:#c0c0c0 !important;
		font-family: "Myriad Pro", Arial, sans-serif;
		font-size:1.6em;
		font-weight: 500;
		letter-spacing: -2px;
		background-color:#2f2f2f;
		border: #000 1px solid;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		text-align: center;
		text-decoration: none;
		text-shadow:#000 0px -1px 0px;
		box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px, inset rgba(0,0,0,0.2) 0px -2px 2px;
		-webkit-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px, inset rgba(0,0,0,0.2) 0px -2px 2px;
		-moz-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px, inset rgba(0,0,0,0.2) 0px -2px 2px;
		background-image:-moz-linear-gradient(top, #363636 0%, #313234 40%, #2f2f2f 100%);
		background-image:-webkit-linear-gradient(top, #363636 0%, #313234 40%, #2f2f2f 100%);
		background-image:linear-gradient(top, #363636 0%, #313234 40%, #2f2f2f 100%);
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		cursor: pointer;
	}
	.CalculatorContainer .Buttons a:active{
		box-shadow: inset rgba(0,0,0,0.5) 0px 2px 8px;
		background-image:-moz-linear-gradient(top, #2f2f2f 0%, #363636 100%);
		background-image:-webkit-linear-gradient(top, #2f2f2f 0%, #363636 100%);
		background-image:linear-gradient(top, #2f2f2f 0%, #363636 100%);
	}
	.CalculatorContainer .Buttons .tall{height:151px !important;}
	.CalculatorContainer .Buttons .wide{width:205px !important;}
	.CalculatorContainer .Buttons .shift{margin-top:-78px;}
	.CalculatorContainer .Buttons .ctrls{
		list-style: none;
		margin:5px 0 0 20px;
		padding:0;
		position: absolute;
	}
	.CalculatorContainer .Buttons .ctrls li{
		float:left;
		display:inline;
	}
	.CalculatorContainer .Buttons .ctrls li a{
		display: block;
		width:18px;
		height:18px;
		margin-right:10px;
		border-radius:100%;
		box-shadow:rgba(255,255,255,0.3) 0px 0px 1px, inset rgba(0,0,0,1) 0px 1px 2px 1px;
		background-image: -moz-radial-gradient( 9px -4px, #FFF 0px, #fff 2px, rgba(255,255,255,0) 4px), -moz-linear-gradient(bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-radial-gradient( 9px -4px, #FFF 0px, #fff 2px, rgba(255,255,255,0) 4px), -webkit-linear-gradient(bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: radial-gradient( 9px -4px, #FFF 0px, #fff 2px, rgba(255,255,255,0) 4px), linear-gradient(bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	}
/* ***Calculator Classes*** */

/* CKEditor */
	.cke.no-toolbar .cke_top { display:none !important; }
	.cke_dialog_container img { height: auto !important; }
	.cke_dialog_container .ImagePreviewBox {
		overflow: hidden !important;
		border: 0px !important;
	}
	.cke_dialog_container .ImagePreviewBox td { color: white; }
	.cke_dialog_container div.cke_dialog_ui_input_text,
	.cke_dialog_container div.cke_dialog_ui_input_select { min-width: 125px !important; }
	.cke_dialog_container input,
	.cke_dialog_container select {
		width: 100% !important;
		padding: .375rem .75rem !important;
		font-size: 13px !important;
		font-weight: 400 !important;
		line-height: 1.5 !important;
		color: #495057 !important;
		background-color: #fff !important;
		background-clip: padding-box !important;
		border: 1px solid #ced4da !important;
		border-radius: .25rem !important;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
	}
/* *** CKEditor *** */

/* NoUISlider */
	.NoUISlider { margin: 5px 15px 55px 15px; }
	.NoUISlider .noUi-handle-lower .noUi-tooltip {
		-webkit-transform: none !important;
		transform: none !important;
		right: auto !important;
		left: 0px !important;
		top: 120% !important;
		bottom: auto !important;
	}
	.NoUISlider .noUi-handle-upper .noUi-tooltip {
		-webkit-transform: none !important;
		transform: none !important;
		right: 0px !important;
		left: auto !important;
		top: 120% !important;
		bottom: auto !important;
	}
	.NoUISlider .noUi-origin(.noUi-handle.noUi-active) { z-index: 100000; }
/* ***NoUISlider*** */

/* Input File Button */
	.file-btn {
		position: relative;
		overflow: hidden;
	}
	.file-input {
		position: absolute;
		top: 0;
		right: 0;
		min-width: 100%;
		min-height: 100%;
		font-size: 100px;
		text-align: right;
		opacity: 0;
		filter: alpha(opacity=0);
		outline: none;
		background: white;
		cursor: inherit;
		display: block;
		z-index: 100000;
		width: 100% !important;
	}
/* ***Input File Button*** */

/* Switch */
	label.switch {
		position: relative;
		display: block;
		width: 30px !important;
		height: 20px;
		vertical-align: middle;
		margin-left: 10px;
		margin-bottom: 10px !important;
	}  
	.switch input { display:none; }
	.slider {
		position: absolute;
		cursor: pointer;
		top: 5px;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ccc;
		-webkit-transition: .4s;
		transition: .4s;
	}  
	.slider:before {
		position: absolute;
		content: "";
		height: 20px;
		width: 20px;
		left: -8px;
		bottom: -3px;
		background-color: white;
		border:1px solid #ddd;
		-webkit-transition: .4s;
		transition: .4s;
	}
	.slider.round { border-radius: 34px; }  
	.slider.round:before { border-radius: 50%; } 
	input:focus + .slider { box-shadow: 0 0 1px #2196F3; }
	input:checked + .slider { background-color: #2196F3; }
	input:checked + .slider:before {
		-webkit-transform: translateX(26px);
		-ms-transform: translateX(26px);
		transform: translateX(26px);
	}
/* ***Switch*** */

/* DTFilters */
	.DTFilters { position: relative; }
	.DTFilters .DTFiltersB {
		height: 31px;
		vertical-align: middle;
		padding: 0.2em 0.8em;
		margin-right: 5px;
		color: #000;
	}
	.DTFilters .DTFiltersB.Filtered {
		color: #2196F3;
	}
	.DTFilters .DTFiltersDD {
		width: 300px;
		max-width: 70vw;
		padding: 5px;
		position: absolute;
		top: 100%;
		right: 0px;
		display: none;
		z-index: 2000;
		background-color: #fff;
		border: 1px solid #ced4da !important;
		border-radius: .25rem !important;
	}
	.DTFilters .DTFiltersDD input,
	.DTFilters .DTFiltersDD select,
	.DTFilters .DTFiltersDD .ms-options-wrap { margin-bottom: 5px !important; }
	.DTFilters .DTFiltersDD .ms-options-wrap .ms-options { max-height: 50vh !important; }
	.DTFilters .DTFiltersDD.show { display: block; }
	.DTFilters.DataInside .DTFiltersB { color: green; }
	.DTFilters.Show { float: right; }
	.DTFilters:not(.Show),
	.DTFiltersBU { display: none; }
/* ***DTFilters*** */

/* Clipboard */
	.ClipboardContainer {
		padding: 10px 30px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.ClipboardIcon {
		position: absolute;
		right: 7px;
		top: 30%;
	}
/* *** Clipboard *** */

/* Datatables */
	.dataTables_wrapper .btn {
		height: 30px !important;
		padding: 3px 10px;
	}
	.dataTables_wrapper ul.pagination,
	.dataTables_wrapper .dataTables_info { font-size: 13px; }
	.dataTables_wrapper th {
		text-align: center;
		vertical-align: middle;
	}	
	.dataTables_wrapper td:not(.child) { text-align: center; }
	.dataTables_wrapper .dataTable.compact thead th, table.dataTable.compact thead td {
		padding: 4px 5px !important;
		padding-right: 18px !important;
	}
	.dataTables_wrapper .dataTable.compact thead th {
		border: 0px !important;
	}
	.DataTableContainer .Buttons { display: none; }
	.HideDTHTML { display: none; }
	.DTButton {
		margin-right: 5px;
		padding: .375rem .75rem;
		border-radius: 5px !important;
	}
	.dataTables_wrapper .DTFilters {
		float: right;
		display: block;
	}
	.dataTables_wrapper .DTDarkBG th {
		font-size: 13px !important;
	}
	.dataTables_wrapper { margin-top: 15px; }
	.dataTables_wrapper thead tr th {
		font-family: 'Arvo-Regular';
		vertical-align: middle;
		/*white-space: nowrap;*/
	}
	.dataTables_wrapper th:before, .dataTables_wrapper th:after { content: "" !important; }
	.dataTables_wrapper .dtr-control:before {
		background-color: #232323 !important;
		left: 0px !important;
		height: 12px !important;
		width: 12px !important;
		border-radius: 12px !important;
		line-height: 12px !important;
	}
	/*.dataTables_wrapper .dtr-control { padding-left: 30px !important; }*/
	.dataTables_wrapper .ResponsiveBViewable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th.dtr-control.dtr-control { padding-left: 30px !important; }
	.dataTables_wrapper .ResponsiveBViewable .dtr-control:before { display: inherit !important; }
	.dataTables_wrapper tbody tr:hover { background-color: #eeeeee !important; }
	.dataTables_wrapper tbody tr.child td.child ul.dtr-details {
		width: 100%;
		padding: 5px 25px;
		background-color: #afafaf17;
	}
	.dataTables_wrapper tbody tr.child td.child ul.dtr-details li {
		display: inline-block !important;
		padding: 0.5em 10px !important;
	}
	.dataTables_wrapper tbody tr.child td.child ul.dtr-details li span.dtr-title { display: block !important; }
	.dataTables_wrapper tbody tr.child td.child ul.dtr-details input {
		width: 300px;
		max-width: 50vw !important;
	}
	.dataTables_wrapper tbody tr {
		font-family: 'Arvo-Regular';
		font-size: 11px;
	}
	.dataTables_wrapper tbody tr td {
		padding: 6px 3px !important;
		vertical-align: middle !important;
	}
	.dataTables_wrapper tbody tr td img {
		max-width: 180px;
	}
	.dataTables_wrapper tbody tr i {
		font-size: 15px;
		margin-right: 3px;
	}
	.dataTables_wrapper tfoot tr {
		background-color: #fff;
		color: #000;
		font-size: 12px !important;
	}
	.dataTables_wrapper .dt-buttons button {
		margin-right: 5px;
		border-radius: 5px !important;
	}
	.dataTables_wrapper .dataTables_length {
		float: right;
	}
	.dataTables_wrapper .Filters .Filter input {
		max-height: 25px;
		font-size: 12px;
	}
	.dataTables_wrapper .paginate_button { padding: 0px !important; }
	.dataTables_wrapper span.dtr-title { cursor: pointer; }
	.dataTables_wrapper tbody i:not(button i) { color: #555; display: inline-block; }
	.page-item.active .page-link {		
		background-color: #555;
		color: #fff;
	}
	.page-item .page-link {		
		background-color: #fff;
		color: #555;
	}
	.dt-buttons{
		margin-left: 10px;
	}
	.table.dataTable.no-footer {
		border-bottom: 1px solid #ddd;
	}
	@media only screen and (max-width: 765px) {
		.dataTables_wrapper .dataTables_filter label {
			width: 100%;
			margin-left: -15px;
		}
		.dataTables_wrapper .dataTables_filter label input { width: 100% !important; }
		.dataTables_wrapper tbody i { padding: 15px; }
		.DTButton {
			width: 100% !important;
			margin-bottom: 5px !important;
		}
	}
/* *** Datatables *** */

/* MultiCheckboxSelect */
	.ms-options-wrap { position: relative; }
	.ms-options-wrap button {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		border: 1px solid #ced4da;
		border-radius: .25rem;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	.ms-options-wrap button:focus{
		padding: .375rem .75rem;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
	}
	.ms-options-wrap.ms-has-selections button { border: 3px solid #555; }
	.ms-options-wrap.ms-has-selections.ms-has-morethanone button { border: 3px solid #da6d07; }
	.ms-options {
		border-radius: .25rem;
		max-height: 400px !important;
		width: 350px !important;
		max-width: 80vw !important;
		position: fixed !important;
		left: inherit !important;
		z-index: 3000000000;
	}
	.ms-options .ms-selectall { color: green; }
	.ms-options .ms-unselectall { color: red; }
	.ms-options .ms-section-separate {		
		margin-bottom: 1px;
		margin-top: 4px;
		border-top: 1px solid rgba(0,0,0,.2);
	}
	.ms-options .optgroup span.label { display: inline-block !important; }
	.ms-options .optgroup i {
		color: green;
		margin-left: 5px;
	}
	.ms-options .optgroup.ms-optgroup-allselected { background-color: #dc354517; }
/* ***MultiCheckboxSelect*** */

/* Modal */
	.modal-content { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
	.modal-header { background-color: #eee; }
	.modal-title { text-transform: uppercase; }
	.modal-header h1,
	.modal-header h2,
	.modal-header h3,
	.modal-header h4,
	.modal-header h5 {
		font-family: 'Arvo-Regular';
		font-size: 16px !important;
		font-weight: bold !important;
		color: #000;
	}
	.modal-dialog {
		overflow-y: "initial";
		margin: 0px auto !important;
		margin-top: 1.75em !important;
	}
	.modal-body { 
		font-family: 'Arvo-Regular';
		max-height: calc(100vh - 180px);
		overflow-y: auto;
	}
	.modal-body input[type='checkbox'],
	.modal-body input[type='radio'] { height: auto; }
	.modal-body .nav-tabs .nav-link { font-size: 14px !important; }
	.modal-body .nav-tabs.LeadEditNav { margin: 10px 0px 5px 0px; }
/* *** Modal *** */

/* NavTabs */
	.nav-tabs {
		margin-bottom: 5px;
		border: 0px !important;
	}
	.nav-tabs .nav-item .nav-link {
		font-family: 'Arvo-Regular';
		background-color: transparent;
		border: 0px !important;
		border-bottom: 1px solid #ddd !important;
		color: #000;
		padding: .5rem .3rem;
	}
	.nav-tabs .nav-item .nav-link i { display: none; }
	.nav-tabs .nav-item .nav-link.active i { display: initial; }
	.nav-tabs .nav-item .nav-link.active {
		font-family: 'Arvo-Regular';
		border: 0px !important;
		border-bottom: 3px solid #555 !important;
		color: #000;
		font-size: 14px;
		padding: .5rem;
	}
	@media (max-width: 1200px) {
		.nav-tabs .nav-item .nav-link { font-size: 11px; }
		.nav-tabs .nav-item .nav-link.active { font-size: 12px; }
	}
	@media (min-width: 1201px) and (max-width: 1450px) {
		.nav-tabs .nav-item .nav-link { font-size: 12px; }
		.nav-tabs .nav-item .nav-link.active { font-size: 13px; }
	}
	@media (min-width: 1451px) {
		.nav-tabs .nav-item .nav-link { font-size: 13px; }
		.nav-tabs .nav-item .nav-link.active { font-size: 14px; }
	}
	.nav-tabs .nav-link:hover { border-color: #5556b #5556e #5557d !important; }
	@media (max-width: 515px) {
		.nav-fill .nav-item .nav-link{
			padding: .5rem 1rem !important;
		}
	}
/* *** NavTabs *** */

/* SideBar - NavBar */
	.RightFloating {
		position: fixed;
		right: 12px;
	}
	#GenericWrapper {
		padding-left: 0;
		transition: all 0.5s ease;
		position: relative;
		overflow-x: hidden !important;
	}
	#navbar-wrapper {
		font-family: 'OpenSans-Light';
		position: static;
		height: 56px;
		color: #000;
	}
	#navbar-wrapper i {
		font-weight: bold;
		font-size: 20px;
		color: #e27f02;
	}
	#navbar-wrapper .navbar { padding-left: 7px !important; }
	#sidebar-wrapper {
		font-family: 'OpenSans-Light';
		z-index: 1000;
		position: fixed;
		top: 57px;
		left: 200px;
		height: calc(100vh - 57px);
		margin-left: -200px;
		overflow-y: auto;
		overflow-x: hidden;
		background: #fff;
		transition: all 0.5s ease;
	}
	#sidebar-wrapper .dropdown-menu {
		position: fixed !important;
		top: inherit !important;
		left: 15px !important;
		margin-top: -36px !important;
	}
	#GenericWrapper.toggled .dropdown-menu { left: 100px !important; }
	#sidebar-wrapper i{	width: 2em;	}
	#sidebar-wrapper svg{
		width: 2em;
		text-align: center;
		vertical-align: middle;
		margin-bottom: 3px;
	}
	.sidebar-nav.UserActions {
		bottom: 0px;
		top: auto;
	}
	#GenericWrapper #sidebar-toggle i {
		transform: scale(.5, 1);
	}
	#GenericWrapper.toggled #sidebar-toggle i {
		transform: scale(1, 1);
	}
	#GenericWrapper.toggled #sidebar-wrapper { width: 200px; }
	.sidebar-brand {
		position: absolute;
		top: 0;
		left: 20px;
		text-align: left;
		padding: 20px 0;
	}
	.navbar-separator {
		margin-top: -1px;
		margin-bottom: 0px;
	}
	.sidebar-brand img { max-height: 45px; }	
	.sidebar-brand h2 {
		margin: 0;
		font-weight: bold;
		font-size: 24px;
		color: #676B84;
	}
	.sidebar-nav {
		position: absolute;
		top: 12px;
		width: 200px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.sidebar-nav li {
		text-indent: 10px;
		line-height: 45px;
	}
	.sidebar-nav li a {
		display: block;
		text-decoration: none;
		color: #676B84;
		font-weight: bold;
		font-size: 14px;
	}
	.sidebar-nav li > a:hover,
	.sidebar-nav li.active > a {
		text-decoration: none;
		background: #EEE;
		color: #676B84;
	}
	.sidebar-nav .dropdown-menu {
		max-height: 100vh !important;
		overflow-y: auto !important;
	}
	.sidebar-nav .dropdown-menu li {
		line-height: 25px;
	}
	.sidebar-nav .dropdown-menu a {
		font-size: 12px !important;
		padding: 0px 5px !important;
	}
	.sidebar-nav .dropdown-menu a i {
		margin-left: -15px;
	}
	#content-wrapper {
		width: 100%;
		padding: 0px;
		position: absolute;
		min-height: 100vh;
		max-height: 100vh;
		overflow-x: hidden !important;
		overflow-y: auto;
		background: #eff0f5;
	}
	#content-wrapper #content-body {
		margin-left: 20px;
		margin-right: 20px;
		background-color: #fff;
		border-radius: 15px;
		padding: 25px;
	}
	#content-wrapper #content-body-telegram {
		margin-left: 20px;
		margin-right: 20px;
		background-color: #fff;
		border-radius: 15px;
		padding: 25px;
	}
	#GenericWrapper.toggled #content-wrapper {
		position: absolute;
		margin-right: -200px;
	}
	#GenericWrapper.toggled .SideBarText { display: none; }
	#GenericWrapper.toggled .sidebar-brand { left: 13px; }
	#GenericWrapper.toggled .sidebar-brand img { max-height: 25px; }
	#GenericWrapper.toggled .MobileMenuButton { display: none !important; }
	@media (min-width: 765px) {
		.PCMenuButton {
			display: block;
			position: absolute;
			top: -50px;
			right: 15px;
		}
		.MobileMenuButton { display: none; }
		#GenericWrapper:not(.Telegram) { padding-left: 200px; }		  
		#GenericWrapper.toggled { padding-left: 60px; }
		#sidebar-wrapper { width: 200px; }	  
		#GenericWrapper.toggled #sidebar-wrapper { width: 80px; }	  
		#GenericWrapper.toggled #navbar-wrapper { position: absolute; }	  
		#GenericWrapper.toggled #content-wrapper {
			position: absolute;
			margin-right: -170px;
		}
		#GenericWrapper.toggled { padding-left: 80px; }
		#content-wrapper {
			position: relative;
			top: 0;
		}
		#GenericWrapper.toggled #navbar-wrapper,
		#GenericWrapper.toggled #content-wrapper {
			position: relative;
		}
	}
	@media (max-width: 765px) {
		#GenericWrapper #sidebar-wrapper { display: none; }
		#content-wrapper {
			position: relative;
			top: 0;
		}
		#sidebar-toggle { display: none; }
	}
/* *** Sidebar - Header - Nav *** */

/* Top-NavBar */
	header#navbar-top {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		z-index: 2;
		border-bottom: 1px #e8e9ed solid;
	}
	header#navbar-top .navbar-brand img { max-height: 45px; }
	header#navbar-top #navbarSupportedContent ul .UserImage{
		height: 28px;
		width: auto;
		border-radius: 20%;
		border: 1px #e8e9ed solid;
	}
	#content-body {
		margin-top: 75px;
		margin-bottom: 15px;
	}
	#content-body-telegram {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	@media (min-width: 766px) {
		header#navbar-top nav {
			max-height: 56px !important;
		}
		header#navbar-top #navbarSupportedContent ul{
			position: absolute;
			right: 0px;
		}
	}
	@media (max-width: 766px) {
		#content-body {
			margin-top: 95px;
		}
	}

/* *** Top-NavBar *** */

/* Bottom-NavBar */
	.bottom_nav_bottom{
		position: fixed;
		bottom: 0;
		min-width: 100vw;
		height: 65px;
		box-shadow: 0px 0px 10px rgb(79 79 79 / 20%);
		margin: 6px 6px;
		background-color: #fff;
		display: none;
		overflow-x: auto;
		z-index: 20000;
		margin: 10px 0px 0px;
	}
	.bottom_nav_link{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		flex-grow: 1;
		min-width: 25%;
		overflow: hidden;
		white-space: nowrap;
		font-family:'Poppins', sans-serif;
		font-size: 30px;
		text-decoration: none;
		color: #444444;
		transition: background-color 0.1s ease-in-out;
	}
	.bottom_nav_link:hover{
		color: var(--water-hard) !important;
		background-color: var(--muted-background);
	}
	.bottom_nav_text{
		padding-top: 5px;
		font-size: 9px;
		font-family:'Poppins', sans-serif;
	}
	@media (max-width: 765px) {
		.bottom_nav_bottom{
			display: flex;
		}
	}
/* *** Bottom-NavBar *** */

/* Footer */
	footer {
		padding: 1rem;
		background: #333;
		color: #FFF;
	}
/* *** Footer *** */

/* MobilePhone */
	.phone {
		background: #ECF0F1;
		height: 545px;
		width: 300px;
		position: relative;
		border-radius: 5px;
		margin: 0px auto 10px auto;
		box-shadow: 0 0 10px 3px #DDD,
			inset 0 0 10px 2px #AAA;
	}
	.misc {
		position: absolute;
		background: #2F4858;
		border-radius: 50%;
		width: 9px; height: 9px;
		box-shadow: inset 0 0 7px 0.5px rgba(155, 155, 155, 0.75);
		top: 2.9%; left: 30%;
		transform: translate(-50%, -50%);
	}
	.misc:before {
		content: '';
		position: absolute;
		background: #4D696F;
		border-radius: 50%;
		width: 5px; height: 5px;
		top: 22.2%; left: 25%;
		box-shadow: inset 0 0 3px 0.5px rgba(155, 155, 155, 0.75);
	}
	.misc:after {
		content: '';
		position: absolute;
		background: #2F4858;
		border-radius: 7%;
		box-shadow: inset 0 0 3px 0.5px #4D696F;
		width: 70px;
		height: 3px;
		top: 35%;
		transform: translate(51.7%, 0);
	}
	.imageBox {
		background: #ece5dd;
		position: absolute;
		height: 100%;
		top: 44%; left: 50%;
		transform: translate(-50%, -47%);
		margin: 20px auto 30px auto;
		border-radius: 2%;
		max-height: 430px;
		max-width: 269px;
		width: 100%;
		overflow: hidden;
	}
	.screen {
		height: 100%;
		text-align: left;
	}
	.screen-container {
		height: 100%;
	}
	.status-bar {
		height: 25px;
		background: #004e45;
		color: #fff;
		font-size: 14px;
		padding: 0 8px;
	}
	.status-bar:after {
		content: "";
		display: table;
		clear: both;
	}
	.status-bar div {
		float: right;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		margin: 0 0 0 8px;
		font-weight: 600;
	}
	.chat {
		height: calc(100% - 69px);
	}
	.chat-container {
		height: 100%;
	}
	.user-bar {
		height: 55px;
		background: #005e54;
		color: #fff;
		padding: 0 8px;
		font-size: 24px;
		position: relative;
		z-index: 1;
	}
	.user-bar:after {
		content: "";
		display: table;
		clear: both;
	}
	.user-bar div {
		float: left;
		transform: translateY(-50%);
		position: relative;
		top: 50%;
	}
	.user-bar .avatar {
		margin: 0 0 0 5px;
		width: 36px;
		height: 36px;
	}
	.user-bar .avatar i {
		font-size: 20px;
		border: 1px #fff solid;
		padding: 8px;
		border-radius: 50%;
		background: rgb(136, 136, 136, 0.5);
	}
	.user-bar .name {
		font-size: 17px;
		font-weight: 600;
		text-overflow: ellipsis;
		letter-spacing: 0.3px;
		margin: 0 0 0 8px;
		overflow: hidden;
		white-space: nowrap;
		width: 150px;
	}
	.conversation {
		height: calc(100% - 12px);
		position: relative;
		background: #efe7dd url("/images/web/ChatBackground.webp") repeat;
		z-index: 0;
	}
	.conversation ::-webkit-scrollbar {
		transition: all .5s;
		width: 5px;
		height: 1px;
		z-index: 10;
	}
	.conversation ::-webkit-scrollbar-track {
		background: transparent;
	}
	.conversation ::-webkit-scrollbar-thumb {
		background: #b3ada7;
	}
	.conversation .conversation-container {
		height: calc(100% - 68px);
		box-shadow: inset 0 10px 10px -10px #000000;
		overflow-x: hidden;
		padding: 0 16px;
		margin-bottom: 5px;
	}
	.conversation .conversation-container:after {
		content: "";
		display: table;
		clear: both;
	}
	.message {
		color: #000;
		clear: both;
		line-height: 18px;
		font-size: 15px;
		padding: 8px;
		position: relative;
		margin: 8px 0;
		max-width: 85%;
		word-wrap: break-word;
		z-index: -1;
		position: absolute;
		bottom: 75px;
		right: 20px;
	}
	.message:after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
	}
	.message:first-child {
		margin: 16px 0 8px;
	}
	.message.sent {
		background: #e1ffc7;
		border-radius: 5px 0px 5px 5px;
		float: right;
	}
	.message.sent:after {
		border-width: 0px 0 10px 10px;
		border-color: transparent transparent transparent #e1ffc7;
		top: 0;
		right: -10px;
	}
	.conversation-compose {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		overflow: hidden;
		height: 50px;
		width: 100%;
		z-index: 2;
	}
	.conversation-compose input {
		background: #fff;
		height: 100%;
	}
	.conversation-compose .input-msg {
		padding-left: 10px;
		border: 0;
		flex: 1 1 auto;
		font-size: 16px;
		margin-left: 8px;
		outline: none;
		min-width: 50px;
	}
	.conversation-compose .send {
		background: transparent;
		border: 0;
		cursor: pointer;
		flex: 0 0 auto;
		margin-left: 8px;
		margin-right: 8px;
		padding: 0;
		position: relative;
		outline: none;
	}
	.conversation-compose .send .circle {
		background: #888;
		border-radius: 50%;
		color: #fff;
		position: relative;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.conversation-compose .send .circle i {
		font-size: 16px;
	}
	@media (max-width: 768px) {
		.screen .chat {
			visibility: visible;
		}
		.status-bar {
			display: none;
		}
		.screen-container {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}
		.message {
			bottom: 110px;
		}
		.conversation {
			height: calc(100% + 40px);
		}
		.conversation .conversation-container {
			height: calc(100% - 120px);
		}
	}
/* *** MobilePhone *** */

/* Dark Mode */
	#DarkModeSwitcher .checkbox {
		opacity: 0;
		position: absolute;
	}
	#DarkModeSwitcher .label {
		width: 42px;
		height: 20px;
		background-color: #c1c1c1;
		display: flex;
		border-radius: 10px;
		align-items: center;
		justify-content: space-between;
		padding: 5px;
		position: relative;
		transform: scale(1.5);
		margin-top: -12px;
		margin-right: 10px;
	}
	#DarkModeSwitcher .ball {
		width: 16px;
		height: 16px;
		background-color: white;
		position: absolute;
		top: 2px;
		left: 2px;
		border-radius: 50%;
		transition: transform 0.2s linear;
	}
	/*  target the elemenent after the label*/
	#DarkModeSwitcher .checkbox:checked + .label .ball{
		transform: translateX(24px);
	}
	#DarkModeSwitcher .fa-moon {
		color: pink;
		font-size: 11px;
	}
	#DarkModeSwitcher .fa-sun {
		color: yellow;
		margin-left: 11px;
		font-size: 11px;
	}
	#darkmode-toggle i.on{
		color: #5a5a5a;
	}
	#darkmode-toggle i.off{
		color: #f9d71c;
	}
	#GenericWrapper.on .DTFilters .DTFiltersB{
		color: #dfdfdf;
	} 
	#GenericWrapper.on label a {
		font-weight: normal !important;
		text-decoration: underline !important;
		color: #959595 !important;
	}
	#GenericWrapper.on .btn.btn-primary {
		background-color: #242126 !important;
		border-color: #242126 !important;
		color: #a6a6a6 !important;
	}
	#GenericWrapper.on .btn-secondary {
		color: #adadad;
		background-color: #373740;
		border-color: #aaa;
	}
	#GenericWrapper.on #navbar-wrapper,
	#GenericWrapper.on #content-wrapper {
		background-color: #373740 !important;
		color: #aaa !important;
	}
	#GenericWrapper.on .navbar-expand-lg .navbar-nav .nav-link {
		color: #fff !important;
	}
	#GenericWrapper.on .sidebar-nav > li a {
		color: #5a5a5a !important;
	}
	#GenericWrapper.on hr {
		height: 1px !important;
		background-color: #545454;
		border: none !important;
	}
	#GenericWrapper.on input,
	#GenericWrapper.on select,
	#GenericWrapper.on textarea {
		background-color: #373740 !important;
		color: #aaa !important;
		border-color: #4C4C4C !important;
	}
	#GenericWrapper.on .modal-content .modal-header,
	#GenericWrapper.on .modal-content .modal-header h1,
	#GenericWrapper.on .modal-content .modal-header h2,
	#GenericWrapper.on .modal-content .modal-header h3,
	#GenericWrapper.on .modal-content .modal-header h4,
	#GenericWrapper.on .modal-content .modal-header h5,
	#GenericWrapper.on .modal-content .modal-header i {
		background-color: #242126 !important;
		color: #aaa !important;
	}
	#GenericWrapper.on .modal-content .modal-body {
		background-color: #373740 !important;
		color: #aaa !important;
	}
	#GenericWrapper.on .modal-content .modal-footer {
		background-color: #373740 !important;
		color: #aaa !important;
	}
	#GenericWrapper.on .modal-content input,
	#GenericWrapper.on .modal-content select,
	#GenericWrapper.on .modal-content textarea {
		background-color: #373740 !important;
		color: #aaa !important;
		border-color: #242126 !important;
	}
	#GenericWrapper.on .dataTables_wrapper .DTDarkBG th {
		background-color: #242126 !important;
		color: #969696 !important;
	}
	#GenericWrapper.on .dataTables_wrapper tbody tr.child td.child ul.dtr-details {
		background-color: #454545 !important;
		color: #aaa !important;
	}	
	#GenericWrapper.on .dataTables_wrapper tfoot tr {
		background-color: #242126;
		color: #969696;
	}
	#GenericWrapper.on .page-item.active .page-link {
		background-color: #242126 !important;
		color: #aaa !important;
	}
	#GenericWrapper.on .page-item .page-link {		
		background-color: #373740 !important;
		color: #aaa !important;
	}
	#GenericWrapper.on .dataTables_wrapper tbody tr {
		background-color: #373740 !important;
		color: #aaa !important;
	}
	#GenericWrapper.on .dataTables_wrapper tbody tr:hover { background-color: #545454 !important; }
	#GenericWrapper.on .table th,
	#GenericWrapper.on .table td {
		border-top: 1px solid #545454 !important;
	}
	#GenericWrapper.on #sidebar-wrapper {
		background-color: #151515 !important;
		color: #aaa !important;
	}
	#GenericWrapper.on .sidebar-nav > li > a:hover, .sidebar-nav > li.active > a {
		background: #555 !important;
		color: #aaa !important;
	}
	#GenericWrapper.on .nav-item .nav-link.active {
		background: #242126 !important;
		color: #aaa !important;
	}
	#GenericWrapper.on .nav-tabs .nav-link {
		color: #aaa !important;
		background: -webkit-linear-gradient(#50505000 54%, #373740 100%) !important;
		background: -o-linear-gradient(#50505000 54%, #373740 100%) !important;
		background: linear-gradient(#50505000 70%, #373740 100%) !important;
		border-color: #50505000 #50505000 #eee !important;
	}
	#GenericWrapper.on .nav-tabs .nav-link {
		border-color: #50505040 #50505040 #ddd !important;
	}
	#GenericWrapper.on .nav-tabs .nav-link:hover { border-color: #3737406b #3737406e #3737407d !important; }
/* *** Dark Mode *** */

/* Card */
	.card {
		position: relative;
		display: flex;
		flex-direction: column;
		min-width: 0;
		word-wrap: break-word;
		background-color: #fff;
		background-clip: border-box;
		border: 1px solid #AAA;
		border-radius: 0.25rem;
	}
	.card.active{
		border: 1px solid #AAA !important;
		box-shadow: 0 0 10px 3px #DDD;
		height: calc(100% - 10px);
		position: relative;
	}
	p.stat-text {
		font-size: 14px;
		text-align: right;
	}
	.statistics-grid i.fas:not(.small) {
		font-size: 50px;
		color: #aaa;
		margin-bottom: 15px;
		transition: 0.3s ease;
		opacity: 0.3;
		position: absolute;
	}
	.border-primary-top {
		border-top: 2px solid #555 !important;
	}
	.statistics-grid .card__grid--effect i.fas:not(.small) {
		color: #aba9a9;
		margin-bottom: 0;
		border-radius: 200px;
		line-height: 60px;
		width: 60px;
		height: 60px;
		display: inline-block;
		text-align: center;
		font-size: 22px;
	}
	.text-primary {
		color: #555 !important;
	}
	.statistics-grid {
		margin-bottom: 5px;
	}
	.card_border {
		border: none;
		box-shadow: 3px 5px 5px 3px rgba(154, 154, 204, .25);
	}
	.card_border.print {
		border: 1px solid rgba(0, 0, 0, 0.125);
		box-shadow: unset !important;;
	}
	.card_border:hover i.fas:not(.small) {
		transform: scale(1.1);
		transition: 0.3s ease;
		opacity: 1;
	}
	h3.number {
		font-weight: 800;
		font-size: 28px;
		line-height: 36px;
		text-align: right;
		color: #2c3038;
		transition: .3s ease;
		margin-bottom: 0;
	}
	.card:hover h3.number,
	.card:hover p.info {
		color: #1447E1;
		transition: .3s ease;
		-webkit-transition: .3s ease;
		-moz-transition: .3s ease;
		-ms-transition: .3s ease;
		-o-transition: .3s ease;
	}
	.card .CardDataTitle {
		font-weight: bold;
		font-size: 15px;
		display: block;
		width: 100%;
	}
	.card .CardDataDescription {
		font-size: 13px;
		display: block;
		width: 100%;
		padding: 10px 0px;
	}
	.card .CardDataList .CardDataItem {
		display: inline-block;
		padding: 5px 10px;
		overflow-x: hidden;
	}
	.card .CardDataList .CardDataItem .CardDataItemTitle {
		display: block;
		font-size: 13px;
		font-weight: bold;
		width: 100%;
		text-align: center;
	}
	.card .CardDataList .CardDataItem .CardDataItemValue {
		display: block;
		font-size: 13px;
		width: 100%;
		text-align: center;
		overflow-wrap: normal;
	}	
	.card .CardActions {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: .75rem;
		border-top: 1px solid #dee2e6;
		border-bottom-right-radius: calc(.3rem - 1px);
		border-bottom-left-radius: calc(.3rem - 1px);
	}
/* *** Card *** */

/* Bootstrap-TagsInput */
	.bootstrap-tagsinput {  
		width: 100%;
		font-size: 13px !important;
		vertical-align: middle;
		border-radius: .25rem;
		margin-bottom: 5px !important;
	}
	.bootstrap-tagsinput .tag {
		margin-bottom: 0px !important;
		padding: 2px 5px !important;
		background: #555 !important;
		color: #fff !important;
		border: 1px solid #555 !important;
	}
	.bootstrap-tagsinput .tagsinput_addTag input {
		width: auto !important;
		margin-bottom: 0px !important;
	}
/* *** Bootstrap-TagsInput */

/* Login - Register */
	#LoginBody {
		background-color: #232323;
	}
	#LoginContent {
		text-align: center;
	}
	#LoginContent .card{
		width: 400px;
		max-width: 90vw;
		margin: 2rem auto;
	}
	#LoginContent .card.register{
		width: 750px;
	}
	#LoginContent img {
		width: 350px;
	}
	#LoginContent h1 {
		font-size: 16px;
	}
	#LoginContent .card.register h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	#LoginContent .card.register h2 {
		font-size: 18px;
	}
	#LoginContent .card.register div.Inline {
		font-size: 15px;
	}
	#LoginContent input:not([type="checkbox"]) {
		margin-bottom: 15px;
	}
	#LoginContent .card.register ul {
		text-align: left;
		font-size: 13px;
	}
	@media (max-width: 768px){
		#LoginContent .small {
			font-size: 9px;
		}
		#LoginContent .card.register h1 {
			font-size: 16px;
			margin-bottom: 30px;
		}
		#LoginContent .card.register h2 {
			font-size: 13px;
			margin-bottom: 30px;
		}
	}
/* *** Login - Register *** */

/* Timer */
	.CountDownTimer {
		color: #F6F4F3;
		text-align: center;
		text-transform: uppercase;
		font-family: "Arvo-Regular", sans-serif;
		font-size: 5px;
		letter-spacing: 3px;
	}
	.days, .hours, .minutes, .seconds {
		display: inline-block;
		padding: 5px;
		width: 70px;
		border-radius: 5px;
	}
	.days {
		background: #232323;
	}
	.days .numbers{
		color: #F6F4F3;
	}
	.hours {
		background: #F6F4F3;
		color: #183059;
	}
	.minutes {
		background: #232323;
	}
	.minutes .numbers{
		color: #F6F4F3;
	}
	.seconds {
		background: #F6F4F3;
		color: #183059;
	}
	.numbers {
		font-family: "Arvo-Bold", sans-serif;
		color: #183059;
		font-size: 35px;
	}
	@media (max-width: 576px){
		.numbers {
			font-size: 24px;
		}
		.CountDownTimer {
			font-size: 5px;
			letter-spacing: 0px;
		}
		.days, .hours, .minutes, .seconds {
			width: 50px;
		}
	}
/* *** Timer *** */

/* Full-Calentar */
	@media only screen and (max-width: 1028px) {
		.fc-toolbar-chunk {
			margin-top: 35px;
			position: relative;
			text-align: center;
		}

		.fc-toolbar-title {
			font-size: 1em !important;
			position: absolute !important;
			top: -45px !important;
			width: max-content !important;
			left: 50% !important;
			transform: translate(-50%, -50%) !important;
		}
	}
/* *** Full-Calentar *** */

/* Table Likeable */
	.tablewrapper {
		margin: 0 auto;
		padding: 15px;
		width: 100%;
	}

	.table {
		margin: 0 0 40px 0;
		width: 100%;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
		display: table;
	}
	@media screen and (max-width: 580px) {
		.table {
			display: block;
		}
	}

	.tablerow {
		display: table-row;
		background: #f6f6f6;
	}
	.tablerow:nth-of-type(odd) {
		background: #e9e9e9;
	}
	.tablerow.header {
		font-weight: 900;
		color: #000;
		background: #ffc3b4;
	}
	.tablerow.green {
		background: #27ae60;
	}
	.tablerow.blue {
		background: #2980b9;
	}
	@media screen and (max-width: 580px) {
		.tablerow {
			padding: 14px 0 7px;
			display: block;
		}
		.tablerow.header:not(.showanyways) {
			padding: 0;
			height: 6px;
		}
		.tablerow.header .tablecell {
			display: none;
		}
		.tablerow.header .tablecell.showanyways {
			display: table-cell;
		}
		.tablerow .tablecell {
			margin-bottom: 10px;
		}
		.tablerow .tablecell:before {
			margin-bottom: 3px;
			content: attr(data-title);
			min-width: 98px;
			font-size: 10px;
			line-height: 10px;
			font-weight: bold;
			text-transform: uppercase;
			color: #969696;
			display: block;
		}
	}

	.tablecell {
		padding: 6px 12px;
		display: table-cell;
	}
	@media screen and (max-width: 580px) {
		.tablecell {
			padding: 2px 16px;
			display: block;
		}
	}
/* *** Table Likeable *** */