/* Reset */
* { margin: 0; padding: 0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
ol, ul { margin:0; padding:10px 10px 10px 40px; }
ul li { margin: 0; padding: 0; }
h1 { margin-bottom: 10px; color: #111111; }	
img { line-height:0; padding:0; margin:0; outline:none; border:none; text-decoration:none; }
a { outline:none; border:none; text-decoration:none; color:#0000ff; }
//p, blockquote, iframe { padding-bottom:20px!important; }
p { padding-bottom:15px; }
a:hover { text-decoration:underline; }

aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}
.comment-none img {
	width: 120px;
	margin: 5px 0 15px;
}
.hide {
	display: none;
}
@media screen and (max-width: 480px) {
	.span-hide {
		display: none;
	}
}

/* BODY */
html, body { 
	overflow: hidden;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
body { 
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: 'Sora', sans-serif;
	font-size: 15px;
	font-weight: 400;
	-webkit-text-size-adjust: none;
	color: #231f20;
}
.no-overflow, .e-overflow { 
	overflow: hidden;
}

/* SCROLL BAR */
@media screen and (min-width: 603px) { 
	::-webkit-scrollbar { 
		width: 8px;
		height: 12px;
	} 
	::-webkit-scrollbar-track { 
		border-left: 1px solid #eeeeee;
		-webkit-border-radius: 0;
		border-radius: 0;
		background: #eeeeee;
	}
	::-webkit-scrollbar-thumb { 
		-webkit-border-radius: 0;
		border-radius: 0;
		background: #31454c;
	}
	::-webkit-scrollbar-thumb:window-inactive {
		//background: #eeeeee;
	}
}

/* HEADINGS */
.page-header {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 600;
}

/* BUTTONS */
.button-default { 
	display: inline-block;
	margin: 0;
	padding: 10px 28px;
	border: 1px solid transparent;
	background-color: #858c94;
	color: #ffffff;
	border-radius: 50px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media (hover: hover) {
	.button-default:hover { 
		transform: translateY(-1px);
		background-color: #a6aaaf;
		text-decoration: none!important;
	}
}
.button-go {
	width: 100%;
	background-color: #eb2e2e;
	border-radius: 50px;
	color: #ffffff;
	font-size: 13.5px;
	font-weight: 500;
	text-transform: unset;
	letter-spacing: 0;
}
@media (hover: hover) {
	.button-go:hover {
		background-color: #ff3b3b;
	}
}
.button-view {
	margin-bottom: 9px!important;
	margin-right: 9px!important;
	background-color: #f3d288;
	border-radius: 50px;
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	text-transform: unset;
	letter-spacing: 0;
}
@media (hover: hover) {
	.button-view:hover {
		background-color:#f3d288;
	}
}
.button-shadow {
	box-shadow: 0px 10px 12px -11px rgba(0, 0, 0, 0.75);
}
.button-w {
	background-color:transparent;
	border-color:#ffffff;
	color:#ffffff;
}
.button-w:hover { 
	background-color:#ffffff;
	color:#24a1db;
}
.button-max { 
	width:100%;
}
.button-s { 
	margin: 0;
	padding: 8px 16px;
	font-size: 14px;
}
.button-xs { 
	margin:0;
	padding: 8px 16px;
	font-size: 14px;
}
.button-xxs, .button-xxxs { 
	margin:0;
	padding:4px 7px;
	background-color:#393a3d;
	color:#ffffff;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
}
.button-xxxs { 
	font-size:9px;
}
@media (hover: hover) {
	.button-xxs:hover, .button-xxxs:hover { 
		background-color:#525356;
	}
}
.button-xl { 
	padding:16px 25px;
	font-weight:400;
}
.button-action { 
	background-color:#24a1db;
	border:none;
	color:#ffffff;
}
@media (hover: hover) { 
	.button-action:hover { 
		background-color:#44b2e6;
	}
}
.button-icon { 
	background-color:transparent;
	border:none;
}
@media (hover: hover) {
	.button-icon:hover {
		color: #ffffff;
		background-color: #24a1db;
	}
}
.button-blue { 
	background-color:#31454c;
	border:none;
	color:#ffffff;
}
@media (hover: hover) {
	.button-blue:hover { 
		background-color:#414d61;
	}
}
.button-back {
	height: auto!important;
	line-height: 1!important;
	margin: 0;
	padding: 8px 12px;
	background-color: #eb2e2e;
	border: none;
	color: #ffffff;
	font-size: 11px!important;
	transform: translateY(-4px);
}
@media (hover: hover) { 
	.button-back:hover { 
		background-color:#ff3b3b;
		transform: translateY(-5px);
	}
}

/* SPLIT BUTTON */
.button-split { 
	position:relative;
	display:inline-block;
	text-align:left;
}
.button-split-main, .button-split-drop { 
	position:relative;
	float:left;
	margin:0;
	border:1px solid #393a3d;
	background-color:transparent;
	color:#393a3d;
	font-family:inherit;
	font-size:14px;
	line-height:1;
	cursor:pointer;
	transition:all 0.3s;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.button-split-main { 
	padding:10px 15px 9px;
	border-radius:0;
	letter-spacing:1px;
	text-transform:uppercase;
}
.button-split-drop { 
	padding:9px 5px;
	border-left:none;
	border-radius:0;
}
@media (hover: hover) { 
	.button-split-main:hover, .button-split-drop:hover { 
		background-color:#44b2e6!important;
		text-decoration:none!important;
	}
}
.button-split-action .button-split-main, .button-split-action .button-split-drop { 
	background-color:#24a1db!important;
	border:none;
	color:#ffffff;
}
.button-split-action .button-split-drop { 
	border-left:1px solid #c3c3c3;
}
.button-split-menu { 
	position:absolute;
	top:31px;
	right:0;
	z-index:1000;
	display:none;
	float:left;
	//min-width:100px;
	list-style:none;
	padding:0;
	margin:0;
	background-color:#ffffff;
	-webkit-box-shadow:2px 2px 10px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:2px 2px 10px 0 rgba(0,0,0,0.2);
	box-shadow:2px 2px 10px 0 rgba(0,0,0,0.2);
}
.button-split-menu li { 
	display:block;
	padding:11px 18px;
	color:#66696b;
	font-size:16px;
	font-weight:500;
	white-space:nowrap;
	cursor:pointer;
	transition:0.3s all;
}
.button-split-menu li:hover { 
	background-color:#f5f5f5;
}
.split-open .button-split-drop { 
	background-color:#393a3d;
	color:#ffffff;
}
.split-open > .button-split-menu { 
	display:block;
}

/* LOADER */
.loader-container, .loader-mainbar, .loader-e-window { 
	z-index:9;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#ffffff;
	overflow:hidden;
}
.loader-container { 
	position:absolute;
}
.loader-mainbar { 
	position:fixed;
}
.loader-e-window { 
	display:none;
	position:absolute;
	z-index:99999;
	opacity:0.7;
}
.loader, .loader:after { 
	border-radius:50%;
	width:10em;
	height:10em;
}
.loader { 
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:130px;
	height:130px;
	background-image:url('../img/preload.svg');
	background-size:130px;
	background-position:center;
	background-repeat:no-repeat;
}
@-webkit-keyframes load8 { 
	0% { 
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% { 
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@keyframes load8 { 
	0% { 
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% { 
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
.loading-text { 
	display:block;
	padding:20px;
}
.loader-form { 
	display:none;
	background-color:rgba(241, 241, 241, 0.8);
}
.loader-form .loader { 
	position:fixed;
	left:28%;
	text-align:center;
	padding-top:135px;
	font-size:18px;
	font-weight:400;
}

/* IMAGES */
.mainimg { 
	display:block;
	width:100%;
	margin:0;
	padding:0;
	border:none;
}
.ie9 img[src$='.svg'] { 
	width:100%; 
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
img[src$='.svg'] { 
	width:100%; 
}
}
.pie-chart svg > g > g:last-child { pointer-events: none; }

/* MAIN STRUCTURE */
#main-bar { 
	position: relative;
	z-index: 3;
	min-height: 500px;
	padding-top: 60px;
	margin-left: 270px;
	background-color: #ffffff;
}
#top-bar { 
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 0 20px;
 	background-color: #ffffff;
 	border-bottom: 2px solid #e4e6e9;
}
#sub-bar { 
	position:relative;
}
#left-bar { 
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 270px;
	height: 100%;
	background-color: #f7f7f7;
}
#content { 
	height: 100%;
}
#content .main-container { 
	position: relative;
}
#content .main-container form { 
	height: 100%;
}
.container { 
	margin-bottom: 30px;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	border-bottom-color: #dadada;
	border-radius: 0;
}
.container-inner { 
	padding: 22px 26px;
}
.no-content { 
	padding:80px 0;
	color:#9f9f9f;
	font-size:18px;
	font-weight:300;
	text-align:center;
	cursor:default;
}
.no-content img { 
	width:100%;
	max-width:100px;
	margin-bottom:15px;
	padding:0;
	border:none;
}
.wrapper, .wrapper-s, .wrapper-xs { 
	position:relative;
	clear:both;
	width:100%;
	max-width:1280px;
	margin:auto;
	padding:0 20px;
}
.wrapper-s { 
	max-width:1180px;
}
.wrapper-xs { 
	max-width:980px;
}
.wrapper-pad { 
	padding-top:40px;
	padding-bottom:40px;
}
.wrapper-pad-s { 
	padding-top:20px;
	padding-bottom:20px;
}
.wrapper-window { 
	max-width:1180px;
	padding:20px;
}


/* LEFT BAR */
#left-logo { 
	height: 90px;
	margin: 10px 0;
	background-image: url('../img/rsc-bm.png');
	background-size: 170px;
	background-position: 22px center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.left-bar-items, .left-bar-box {
	height: calc(100% - 75px);
	overflow-y: auto;
	padding-bottom: 10px;
}
.left-bar-items {
	padding-bottom: 70px;
}
.app-bar-items {
	height: calc(100% - 161px);
	padding-bottom: 30px;
}
.left-bar-action {
	padding: 0 20px 10px;
	text-align: center;
}
.left-menu { 
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
}
.left-menu li { 
	display:block;
	position:relative;
}
.left-menu li a, .left-menu li span { 
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 18px;
	border-left: 6px solid transparent;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.4s;
	text-decoration: none!important;
}
@media (hover: hover) {
	.left-menu li a:hover, .left-menu li span:hover { 
		background-color:#d7d7d7;
	}
}
.left-active { 
	background-color:#d7d7d7;
	border-left:6px solid #24a1db!important;
	font-weight:500!important;
}
.app-branch {
	position: absolute;
	left: 0;
	bottom: 54px;
	height: 35px;
	width: 100%;
	padding: 10px 20px 0;
	background-color: #d7d7d7;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* TOP BAR */
#main-expand { 
	font-size:28px;
	cursor:pointer;
}
.top-title { 
	height: 60px;
	padding: 0 18px;
	font-size: 18px;
	font-weight: 600;
	line-height: 60px;
}
.top-user { 
	position:relative;
	float:right;
	width:36px;
	height:36px;
	margin-top:11px;
	background-color:#24a1db;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#ffffff;
	font-size:24px;
	font-weight:400;
	line-height:36px;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	transition:all 0.4s;
}
.top-vtype {
	margin: 17px 12px 0 0;
	cursor: default;
}
@media (hover: hover) { 
	.top-user:hover { 
		background-color: #44b2e6;
	}
	.top-vtype {
		transform: unset !important;
	}
}

/* TAB BAR */
#tab-bar { 
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #f1f1f1;
	white-space: nowrap;
	overflow: hidden;
}
.topsub { 
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50px;
	padding:0 20px;
	white-space:nowrap;
	overflow:hidden;
}
.topsub-container { 
	height:70px;
	white-space:nowrap;
	overflow-x:auto;
}
.topsub-menu { 
	list-style:none;
	padding:0;
	margin-top:10px;
	height:40px;
	white-space:nowrap;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.topsub-menu li { 
	display:inline-block;
	position:relative;
	height:40px;
	margin-left:25px;
	font-size:14px;
	font-weight:600;
	line-height:36px;
	white-space:nowrap;
	cursor:pointer;
}
.topsub-menu li a { 
	display:block;
	height: 100%;
	color: #231f20;
	text-decoration: none;
}
.topsub-menu li:first-child { 
	margin-left:0;
}
@media (hover: hover) { 
.topsub-menu li:hover { 
	border-bottom:4px solid #24a1db!important;
}
.topsub-menu li.button-back:hover { 
	border-bottom:none!important;
}
}
.tactive { 
	border-bottom:4px solid #24a1db!important;
}

/* MAIN BAR */
.barcover { 
	position:absolute;
	z-index:9;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(255, 255, 255, 0.4);
	cursor:default;
}
.main-container { 
	position:relative;
	//padding:20px;
	padding:0;
}
.main-edit { 
	position:relative;
	height:100%;
	padding:0;
}
.main-edit-sub {
	height:100%;
	padding:20px 30px 30px;
	overflow-y:auto;
}
.main-edit-abs {
	position: absolute;
	width: 50%;
}
.main-activity { 
	padding-right:340px;
}
.main-activity-s { 
	padding-right:240px;
}
.data-col { 
	float: left;
}
.content-col { 
	position: relative;
	padding: 25px 30px;
	height: 100%;
	overflow-y: auto;
}
.content-app .content-col { 
	height: 100%;
}
.activity-col, .activity-col-s { 
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	width:340px;
	height: 100%;
	padding:8px 20px 20px;
	border-left:2px solid #e4e6e9;
	overflow-y:auto;
}
.activity-col-s { 
	width:240px;
}
.activity-intro { 
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:2px dashed #cecece;
	font-size:13px;
	font-weight:600;
}
.activity-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.activity-list li { 
	position: relative;
	display: block;
	margin-left: 1px;
	padding-bottom: 12px;
	font-size: 14px;
	line-height: 1;
}
.activity-list li::before { 
	content: '';
	position: absolute;
	top: 8px;
	left: 2px;
	height: 97%;
	border-left: 1px solid #989898;
}
.activity-list li:last-child::before { 
	display:none;
}
.activity-list li span { 
	position:relative;
	display:block;
	padding-left:15px;
}
.activity-list li span::before { 
	content:'';
	position:absolute;
	top:5px;
	left:0;
	width:5px;
	height:5px;
	border-radius:50%;
	background-color:#989898;
}
.activity-title { 
	font-size:12px;
	font-weight:700;
	padding-bottom:6px;
	text-transform:uppercase;
}
.content-title { 
	font-size:18px;
	font-weight:500;
	padding-top:6px;
	cursor:default;
}
.content-title-link { 
	color:#24a1db;
	cursor:pointer;
}
.content-title-link:hover { 
	text-decoration:underline;
}
.content-col-footer { 
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 54px;
	padding: 10px 15px 0;
	background-color: #31454c;	
}
@media screen and (max-width: 603px) {
	.content-col-footer { 
		padding: 9px 15px 0;
	}	
}

/* FORMS PAGE */
.forms-wrapper { 
	position:relative;
	clear:both;
	width:100%;
	max-width:950px;
	margin:auto;
	padding:0 30px;
}
.forms-content h2 { 
	font-size:32px;
}
.forms-complete { 
	display:none;
	max-width:380px;
	min-height:300px;
	margin:auto;
	padding:100px 0;
	text-align:center;
}
.forms-complete-s { 
	display:none;
}
.forms-seq { 
	display:inline-block;
	padding:15px 30px;
	margin-top:8px;
	background-color:#24a1db;
	border-radius:8px;
	color:#ffffff;
	font-size:32px;
	font-weight:600;
	line-height:1;
	cursor:default;
}
.forms-table { 
	height:100%;
}
.forms-bar { 
	position:fixed;
	z-index:1;
	top:0;
	left:0;
	height:100%;
	width:28%;
	padding:50px;
	text-align:center;
	box-shadow:0 3px 15px rgba(0, 0, 0, 0.3);
}
.forms-content { 
	width:72%;
	padding-top:30px;
}
.forms-section { 
	width:100%;
	min-width: 0;
	padding: 8px 28px 10px;
	margin-bottom: 30px;
	border: 1px dashed #999999;
	border-radius: 0;
	background-color: #ffffff;
}
.forms-section legend { 
	margin-left:-7px;
	padding:0 7px;
	color:#24a1db;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
}
.forms-col30 { 
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
}
.forms-col30 > li { 
	display:inline-block;
	vertical-align:top;
	width:32%;
	margin:0 -4px 0 2%;
}
.forms-col30 > li:nth-child(3n+1) { 
	margin-left:0;
}
.g-recaptcha { 
	float:left;
	margin-bottom:15px;
}
.g-button { 
	float:right;
}
.process-stage { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
	margin-left:-7%;
	margin-right:-7%;
}
.process-stage li { 
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:16.67%;
	margin:25px -4px 0 0;
	padding:25px 5px;
	font-size:13px;
	font-weight:500;
	text-align:center;
}
.process-stage li::before { 
	content:'';
	position:absolute;
	z-index:2;
	top:-10px;
	left:0;
	right:0;
	margin:auto;
	width:17px;
	height:17px;
	border-radius:50%;
	background-color:#f1f1f1;
	border:2px solid #24a1db;
	color:#ffffff;
	font-size:11px;
	font-weight:700;
	line-height:26px;
	text-align:center;
}
.process-stage li::after { 
	content:'';
	position:absolute;
	z-index:1;
	top:0;
	left:50%;
	width:100%;
	border-top:2px solid #24a1db;
}
.process-stage li:last-child::after { 
	border-top:none;
}
.process-stage li span { 
	display:inline-block;
	max-width:70px;
}
.process-stage-active::before { 
	//content:'\\f00c'!important;
	//font-family:'Font Awesome 5 Pro';
	background-color:#24a1db!important;
}
.process-stage-spacer { 
	height:15px;
}

/* TICKETS PAGE */
.admin-filter { 
	float:left;
	list-style:none;
	margin:0;
	margin-right:20px;
	padding:0;
}
.admin-filter li { 
	float:left;
	margin-right:-1px;
	padding:8px 12px;
	font-size:15px;
	text-align:center;
	color:#24a1db;
	background-color:#ffffff;
	border:1px solid #24a1db;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	cursor:pointer;
	transition:0.3s all;
}
.admin-filter li:hover { 
	background-color:#24a1db;
	color:#ffffff;
}
.admin-filter-active { 
	background-color:#24a1db!important;
	color:#ffffff!important;
}

/* INVOICES PAGE */
.invoice-blocks { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.invoice-blocks li { 
	display:block;
	float:left;
	width:32%;
	margin-left:2%;
	padding:20px 25px;
	color:#ffffff;
	font-weight:300;
}
.invoice-blocks li:first-child { 
	margin-left:0;
	background-color:#8e97c1;
}
.invoice-blocks li:nth-child(2) { 
	background-color:#ee592b;
}
.invoice-blocks li:nth-child(3) { 
	background-color:#ccda36;
}
.invoice-blocks-title { 
	margin-bottom:3px;
	font-size:26px;
	font-weight:500;
	line-height:1;
}

/* CUSTOMER PAGE */
.due-blocks { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.due-blocks li { 
	display:inline-block;
	vertical-align:top;
	width:15%;
	min-height:88px;
	margin-left:1%;
	margin-right:-4px;
	margin-bottom:10px;
	padding:20px 25px;
	color:#ffffff;
	font-size:14px;
	font-weight:300;
	transition:all 0.3s;
	cursor:default;
}
.due-blocks-title { 
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}
.due-blocks li:first-child { 
	margin-left:0;
	background-color:#ffc107;
}
.due-blocks li:nth-child(2) { 
	background-color:#00bcd4;
}
.due-blocks li:nth-child(3) { 
	background-color:#ccda36;
}
.due-blocks li:nth-child(4) { 
	background-color:#9e9e9e;
}
.due-blocks li:nth-child(5) { 
	background-color:#ee592b;
}
.due-blocks li:last-child { 
	width:20%;
	background-color:#8e97c1;
}
.due-blocks li:last-child .due-blocks-title { 
	font-size: 20px;
}
.due-blocks-sub { 
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.due-active { 
	border-top:2px solid #31454c;
}

/* UPLOAD PAGE */
.saving { 
	display: none;
	padding-top: 15px;
	margin-right: 11px;
	color: #24a1db;
	font-size: 24px;
}
.e-saving { 
	padding-top:0;
	margin-right:15px;
}
.upload-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.upload-list li { 
	position:relative;
	float:left;
	width:17.5%;
	margin:0 2.5% 10px 0;
	padding:0;
	background-color:rgba(237, 238, 242, 0.8);
}
.upload-list-mask::before { 
	content:'';
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255, 255, 255, 0.7);
}
.upload-list-select { 
	cursor:pointer;
}
.upload-list-select:hover .upload-list-img::before { 
	opacity:1;
}
.upload-list-img, .upload-list-file { 
	position:relative;
	height:120px;
	background-color:#edeef2;
	border:1px solid #edeef2;
	color:#b3b3b3;
	text-align:center;
	font-size:50px;
	line-height:120px;
	transition:all 0.2s;
}
.upload-list-img::before { 
	content:'\\f013';
	font-family:'Font Awesome 5 Pro';
	font-size:40px;
	font-weight:300;
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	color:#ffffff;
	opacity:0;
	background-color:rgba(0, 0, 0, 0.5);
	transition:all 0.3s;
	text-align:center;
	cursor:pointer;
}
.upload-list-mask .upload-list-img::before { 
	display:none;
}
.upload-list-thumb { 
	background-size:65px!important;
}
.upload-rows li { 
	display:block;
	clear:both;
	width:100%;
	margin:0 0 7px;
	padding-bottom:10px;
	border-bottom:1px solid #eaeaea;
}
.upload-rows li:last-child { 
	margin:0;
	border-bottom:none;
}
.upload-rows li .upload-list-img { 
	float:left;
	height:40px;
	width:40px;
	margin-right:7px;
	font-size:15px;
	line-height:40px;
}
.upload-rows li .upload-list-img:before { 
	display:none;
}
.upload-rows li .upload-list-details { 
	float:left;
	padding-top:13px;
}
.upload-rows li .upload-list-edit { 
	float:right;
	padding-top:8px;
}
.upload-rows li .upload-list-exp { 
	float:right;
	margin-right:10px;
}
.upload-rows li .upload-list-thumb { 
	background-size:20px!important;
}
.upload-list-time { 
	position:absolute;
	z-index:1;
	right:13px;
	bottom:9px;
	padding:4px 6px;
	background-color:rgba(0, 0, 0, 0.9);
	color:#ffffff;
	font-size:13px;
	font-weight:500;
}
.upload-list-details { 
	padding:8px 5px 2px;
}
.upload-list-edit { 
	padding:0 5px 5px;
}
.upload-list-title { 
	margin-bottom:4px;
	font-size:13px;
	font-weight:500;
	line-height:1;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.upload-list-title-temp { 
	font-style:italic;
	color:#bfbfbf;
}
.upload-list-sub { 
	color:#999999;
	font-size:11px;
	font-weight:400;
	line-height:1;
	text-transform:uppercase;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.upload-list-button { 
	margin:0;
	padding:4px 8px;
	font-size:14px;
}
.upload-list-action { 
	margin:2px 0 5px;
	padding:0 5px;
	font-size:17px;
	border:none;
	color:#393a3d;
}
.upload-list-exp { 
	float:left;
	background-color:#e0e0e0;
	padding:0px 7px 3px;
}
.upload-list-action i { 
	display:block;
	float:left;
}
.upload-list-views { 
	display:block;
	float:left;
	margin:4px 0 0 0;
	font-size:11px;
	font-weight:500;
}
.upload-list-action-button:hover { 
	color:#393a3d;
	background-color:transparent;
}
.upload-inner { 
	//padding-bottom:0;
	padding-right:1px;
}
.upload-file-hover .upload-list-file { 
	background-color:#24a1db;
}
.upload-file-hover.content-title-link { 
	background-color:#24a1db;
	color:#ffffff;
}
.content-bcrumb { 
	padding:5px;
	transition:all 0.2s;
}

/* REPORTS PAGE */
.build-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.build-list li { 
	margin:0 0 10px 2%;
	margin-bottom:5px;
	transition:all 0.3s;
}
.build-list li:hover { 
	background-color:#f1f1f1;
}
.build-list li:hover i { 
	color:#b7b3b3;
}
.build-list-li { 
	list-style:none;
	float:left;
	width:49%;
	padding:15px 10px;
	background-color:#ffffff;
	border:1px solid #aaaaaa;
	border-radius:3px;
	font-size:13px;
	font-weight:500;
	text-align:center;
	cursor:pointer;
}
.build-list li:nth-child(2n+1) { 
	margin-left:0;
}
.build-list-li i { 
	font-size:34px;
	color:#dad2d2;
	margin-bottom:6px;
}
.report-empty { 
	position:absolute;
	z-index:1;
	left:0;
	right:0;
}
.report-items { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
	min-height:300px;
}
.report-items-li { 
	position:relative;
	display:inline-block;
	vertical-align:top;
	height:auto!important;
	margin-bottom:20px;
}
.report-items-100 { 
	width:99%!important;
	margin:0 0.25% 10px;
}
.report-items-50 { 
	width:48.5%!important;
	margin:0 0.5% 10px;
}
.section-move { 
	display:none;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	padding:8px 12px;
	background-color:rgba(0, 0, 0, 0.8);
	color:#ffffff;
	transition:all 0.3s;
}
.section-handle, .section-expand, .section-compress, .section-del { 
	float:right;
	padding:5px;
	cursor:pointer;
}
.section-handle { 
	float:right;
	cursor:move;
}
.section-compress { 
	display:none;
}
.widget-select, .widget-select-text { 
	border:2px solid transparent;
}
.widget-select-copy { 
	padding:50px 20px;
	font-size:13px;
	text-align:center;
	cursor:pointer;
}
.widget-select-active { 
	border:2px dashed #dad7d7;
	border-radius:2px;
}
.widget-select-copy i { 
	margin-bottom:5px;
	color:#dad2d2;
	font-size:45px;
}
.widget-wrapper { 
	border:1px solid transparent;
}
.widget-fbar { 
	margin-bottom:12px;
	font-size:13px;
}
.widget-fitem {
	display: inline-block;
	padding: 6px 9px;
	margin: 0 0 0 10px;
	background-color: #31454c;
	border-radius: 0;
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 1px;
	transform: translateY(-2px);
}
.widget-idno {
	margin: 0;
	padding: 4px 10px;
	background-color: #393a3d;
	border-radius: 50px;
	font-size: 10px;
	transform: none;
}
.right_date, .right_cost { 
	display:inline-block;
	background:#0099ff;
	color:#ffffff;
}
.right_date { 
	margin:0 auto 5px;
	padding:4px 8px;
	font-size:12px;
}
.right_course_f { 
	width:25%;
	padding-left:0;
	text-align:left;
}
.right_stores { 
	width:100%;
	font-size:14px;
	text-transform:uppercase;
}
.right_cost { 
	display:block;
	float:left;
	margin:5px 8px 5px 0;
	padding:6px 10px;
	font-size:16px;
	font-weight:600;
	cursor:default;
}
.right_cost_info { 
	float:left;
	margin:13px 25px 0 0;
	font-size:13px;
}
.right_copy { 
	padding:5px 0;
	overflow:hidden;
	font-size:13px;
	color:#222222;
}
.right_past { 
	display:inline-block;
	padding:4px 6px;
	margin-top:5px;
	background:#ff0000;
	font-size:11px;
	font-weight:600;
	color:#ffffff;
}
.right_header { 
	clear:both;
	font-size:16px;
	font-weight:600;
	text-align:left;
}
.right_dash {
	display:inline-block;
	margin:7px 2px 12px 0;
	padding:4px 7px;
	background:#01aef0;
	font-size:15px;
	color:#ffffff;
	cursor:default;
}
.right_grey { 
	color:#999999;
}
.right_header { 
	font-size:17px;
	font-weight:600;
}
.page-documents .widget-chart:hover, .page-documents .widget-image:hover, .page-documents .widget-spacer:hover, .page-documents .widget-pbreak:hover, .page-documents .widget-cbreak:hover { 
	border:1px solid rgba(0, 0, 0, 0.8);
}
.page-documents .widget-chart:hover .section-move, .page-documents .widget-image:hover .section-move, .page-documents .widget-spacer:hover .section-move, .page-documents .widget-pbreak:hover .section-move, .page-documents .widget-cbreak:hover .section-move { 
	display:block;
}
.widget-spacer-block, .widget-pbreak-block, .widget-cbreak-block { 
	height:58px;
	padding:22px;
	background-color:#f5f5f5;
	color:#999999;
	font-size:13px;
	text-align:center;
}
.widget-pbreak-block, .widget-cbreak-block { 
	background-color:#feffda;
}
.page-documents .widget-item { 
	border-bottom:1px solid #a2a2a2;
	padding:0 0 10px;
	margin-top:10px;
	cursor:pointer;
}
.page-documents .widget-item-img { 
	width:100px;
}
.page-documents .widget-item-copy { 
	padding-left:8px;
	font-size:14px;
}
.page-documents .widget-move-show { 
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	width:46px;
	height:45px;
	line-height:45px;
	color:#ffffff;
	text-align:center;
	//background-color:#bbb5b5;
	background-color:rgba(121, 131, 191, 0.8);
	cursor:pointer;
	transtion:all 0.2s;
}
.page-documents .widget-move-hide { 
	opacity:0;
}
.page-documents .widget-move-border { 
	border:1px solid rgba(0, 0, 0, 0.8);
}
.report-tarea { 
	width:100%;
	height:auto;
	margin:5px 0;
	padding:13px;
	border:none;
	//overflow-y:auto;
	resize:none;
	border:none;
	font-family:inherit;
	font-size:15px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-webkit-appearance:none;
}
.report-table { 
	width:100%;
	border-collapse:collapse;
	border:1px solid transparent;
	text-align:left;
}
.report-table th, .report-table td { 
	//max-width:180px;
	padding:4px 7px;
	border-bottom:1px solid #e0e0e0;
	font-size:11px;
	font-weight:300;
}
.report-table th { 
	font-weight:500;
}
.report-html { 
	overflow:auto!important;
	height:auto!important;
}
.report-page { 
	padding:35px 25px;
	background-color:#b6b8bd;
}
.report-view { 
	position:relative;
	clear:both;
	width:100%;
	max-width:900px;
	margin:auto;
	padding:35px 30px;
	background-color:#ffffff;
	border-radius:2px;
	font-size:15px;
	-webkit-box-shadow:1px 1px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:1px 1px 15px 0px rgba(0,0,0,0.3);
	box-shadow:1px 1px 15px 0px rgba(0,0,0,0.3);
}
.report-header { 
	padding:6px 20px 25px;
}
.report-view h1 { 
	font-size:22px!important;
}
.report-view p { 
	padding-bottom:0!important;
}
.report-table-copy { 
	padding-right:40px;
}

/* SEND MESSAGES */
.send-course-bar { 
	clear:both;
	margin:20px 0 15px;
	padding:12px;
	background-color:#24a1db;
	color:#ffffff;
	font-size:16px;
	cursor:pointer;
}
.send-count { 
	clear:both;
	margin:5px 0 20px;
	padding:12px;
	background-color:#24a1db;
	color:#ffffff;
	font-size:16px;
}
.send-toggle { 
	margin-bottom:15px;
	background-color:#283d96;
	color:#ffffff;
	cursor:pointer;
}
.send-toggle:hover { 
	background-color:#3a4d9d;
}
.send-course-info { 
	margin-top:10px;
	padding:5px 0;
	border-top:1px solid #63bdf9;
	font-size:14px;
	text-transform:none;
	cursor:pointer;
}
.send-course-bar span:hover, .send-course-info span:hover { 
	text-decoration:underline;
}
.send-eval-bar { 
	clear:both;
	margin:20px 0 15px;
	padding:12px;
	background:#e9e9e9;
	font-size:15px;
	font-weight:600;
}
.fa-lg { 
	vertical-align:-5%;
}
.send-subject { 
	margin-bottom:15px;
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
}
.send-staff { 
	position:absolute;
	top:0;
	right:0;
	width:100px;
	padding:14px 0 13px;
	font-size:13px;
	font-weight:600;
	color:#ffffff;
	text-align:center;
}
.eval-icon { 
	width:18px;
	text-align:center;
}
.right_course, .right_course_l, .right_cinfo { 
	display:inline-block;
	vertical-align:top;
	width:20%;
	margin-right:-4px;
	padding:10px;
}

/* SURVEYS PAGE */
.survey-list, .finance-list, .tasks-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.survey-list li, .finance-list li { 
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:18.6%;
	margin:0 1.25% 10px -4px;
	padding:0;
}
.finance-list { 
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between
}
.finance-list li { 
	margin:0 0 12px 0;
}
.tasks-list li { 
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:22%;
	margin:0 -4px 15px 4%;
	padding:0;
}
.tasks-list li:nth-child(4n+1) { 
	margin-left:0;
}
.tasks-list .survey-list-title { 
	text-align:center!important;
}
.home-bg { 
	height:370px;
	padding:0 20px 30px;
}
.home-welcome { 
	font-size:50px;
	font-weight:500;
	text-shadow:0 0 15px rgba(255, 255, 255, 0.8);
	word-break:break-word;
}
.home-select { 
	margin-top:10px;
	font-size:21px;
	font-weight:400;
	text-shadow:0 0 15px rgba(255, 255, 255, 0.8);
}
.survey-list-select { 
	text-decoration:none!important;
	color:#66696b;
}
@media (hover: hover) { 
	.survey-list-select:hover .survey-list-img:before { 
		opacity:1;
	}
}
.survey-list-img { 
	position:relative;
	height:180px;
	line-height:180px;
	border:1px solid #c3c5cc;
	color:#dcd4d4;
	font-size: 58px;
	text-align:center;
	border-radius:0;
}
.survey-list-img::before { 
	content:'\\f013';
	font-family:'Font Awesome 6 Pro';
	font-size:60px;
	font-weight:300;
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	color:#ffffff;
	opacity:0;
	background-color:rgba(0, 0, 0, 0.5);
	border-radius:3px;
	transition:all 0.3s;
	text-align:center;
	cursor:pointer;
}
.survey-list-time { 
	position:absolute;
	z-index:1;
	right:13px;
	bottom:9px;
	padding:4px 6px;
	background-color:rgba(0, 0, 0, 0.9);
	color:#ffffff;
	font-size:13px;
	font-weight:500;
}
.survey-list-details { 
	padding:8px 7px 2px;
}
.survey-list-edit { 
	padding:0 0 5px;
}
.survey-list-title { 
	margin-bottom:4px;
	font-size:15px;
	font-weight:500;
	line-height:1;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.survey-list-title-temp { 
	font-style:italic;
	color:#bfbfbf;
}
.survey-list-sub { 
	color:#999999;
	font-size:11px;
	font-weight:400;
	line-height:1;
	text-transform:uppercase;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.survey-list-button { 
	margin:0;
	padding:4px 8px;
	font-size:14px;
}
.survey-list-action { 
	margin: 0;
	padding: 7px;
	background-color: transparent;
	font-size: 16px;
	border: none;
	color: #393a3d;
}
.survey-list-exp { 
	float:left;
	background-color:#e0e0e0;
	padding:0px 7px 3px;
}
.survey-list-action i { 
	display:block;
	float:left;
}
.survey-list-views { 
	display:block;
	float:left;
	margin:4px 0 0 0;
	font-size:11px;
	font-weight:500;
}
@media (hover: hover) { 
	.survey-list-action-button:hover { 
		color:#393a3d;
		background-color:transparent;
	}
}
.survey-inner { 
	padding-bottom:0;
	padding-right:10px;
}
.p-upclient { 
	height:50px;
	text-align:right;
}
.p-upclient img { 
	display:inline-block;
	max-width:190px;
	margin:0 10px 10px;
}

/* DATA PAGE */
.data-list-img { 
	border:1px solid #edeef2;
	//border:none;
	background-color:#edeef2;
	color:#b3b3b3;
}
.data-row-icon { 
	position:relative;
	height:40px;
	width:40px;
	margin-right:7px;
	background-color:#edeef2;
	color:#848484;
	text-align:center;
	font-size:15px;
	line-height:40px;
}
.data-row-img, .data-row-fimg { 
	position:relative;
	height:50px;
	width:80px;
	background-color:#bbbbbb;
	color:#ffffff;
	text-align:center;
	font-size:25px;
	line-height:50px;
	border-radius:0;
	background-size:60%;
	background-repeat:no-repeat;
	background-position:center;
}
.data-row-fimg { 
	background-size:cover;
}
.ui-widget.ui-widget-content { 
	//border:1px solid #d3d3d3;
	//border-top:none;
}
.ui-autocomplete { 
	position:absolute;
	top:0;
	left:0;
	cursor:default;
	height:93px;
	overflow-x:hidden;
	overflow-y:auto;
}
.ui-widget-content { 
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget { 
	font-family:inherit;
	//font-size:13px;
}
.ui-menu { 
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	outline:0;
}
.ui-front {
	z-index:100;
}
.ui-widget-content {
	border:1px solid #c1b9b9;
	background-color:#ffffff;
}
.ui-menu .ui-menu-item {
	margin:0;
	cursor:pointer;
	list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
	position:relative;
	padding:3px 1em 3px .4em;
}
.ui-widget-content a {
	display:block;
	font-size:13px;
	text-decoration:none!important;
}
.ui-widget-content a {
	color:#222222;
}

.ui-widget-content a { 
	display:block;
	font-size:13px;
	text-decoration:none!important;
}
.ui-state-active { 
	background-color:#f1f1f1!important;
}
.ui-datepicker .ui-datepicker-header { background-color:#ffffff; border-radius:0; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { border:1px solid #24a1db; background:#24a1db!important; color:#ffffff!important; }
.ui-datepicker { z-index:999999!important; margin-top:13px; }
.ui-datepicker::before, .ui-datepicker::after { 
	content:'';
	position:absolute;
	z-index:1;
	display:inline-block;
	width:0;
	height:0;
	border-style:solid;
}
.ui-datepicker::before { 
	top:-13px;
	left:12px;
	border-width:0 12px 13px 12px;
	border-color:transparent transparent #cec2c2 transparent;
}
.ui-datepicker::after { 
	top:-11px;
	left:14px;
	border-width:0 10px 11px 10px;
	border-color:transparent transparent #ffffff transparent;
}

.mentions-input { 
	position:relative;
	display:block!important;
}
.mentions-input .input { 
	overflow:hidden;
	position:relative;
}
.mentions-input .highlighter { 
	position:absolute;
	left:0;
	right:0;
	color:transparent;
	overflow:hidden;
	border-style:solid;
	border-color:transparent;
}
.mentions-input .highlighter-content { 
	position:relative;
}
.mentions-input .highlighter-content strong { 
	font-weight:inherit;
	background-color:#a3bcea;
	display:inline;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
[data-mention] { 
	background-color:#a3bcea;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

/* SETTINGS PAGE */
.user-level-sub { 
	padding:0 0 13px 36px;
	margin-top:-8px;
	font-size:13px;
	font-weight:400;
	font-style:italic;
}

/* WIDGETS */
.widget-saving { 
	display:none;
	font-size:14px;
	color:#31454c;
}
.widget-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.widget-list li { 
	display:inline-block;
	vertical-align:top;
	width:49%;
	margin:0 -4px 20px 2%;
}
.widget-list li:nth-child(2n+1) { 
	margin-left:0;
}
.widget-bar { 
	//height:60px;
	border-bottom:1px solid #e6e6e6;
	white-space:nowrap;
	overflow:hidden;
}
.widget-name { 
	padding:17px 0 17px 20px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	cursor:move;
}
.widget-buttons { 
	padding:17px 14px 17px 0;
}
.widget-data { 
	height:350px;
	max-height:350px;
	padding:16px 0 18px 20px;
	overflow:auto;
}

.widget-table { 
	width:100%;
	border-collapse:collapse;
}
.widget-table th, .widget-table td { 
	max-width:180px;
	padding:8px 10px;
	border-bottom:1px solid #e0e0e0;
	font-size:14px;
	font-weight:400;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.widget-table th { 
	font-weight:600;
}
.widget-table-col { 
	border-right:20px solid #ffffff;
}
.widget-fixed { 
	display:block!important;
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	width:100%!important;
	height:100%!important;
	margin:0!important;
}
.widget-fixed .widget-data { 
	max-height:100%!important;
}
.widget-star { 
	color:#bdbdbd;
}
.widget-star-active { 
	color:#c2d819!important;
}
.widget-compress { 
	display:none;
}
.widget-more { 
	margin-left:4px;
	padding:0 6px;
}
.owidget-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
	white-space:nowrap;
	overflow-x:auto;
}
.owidget-list li { 
	display:inline-block;
	vertical-align:top;
	margin-right:-5px;
}
.owidget { 
	display:none; 
	margin:10px;
}
.owidget + label { 
	display:inline-block;
	width:130px;
	padding:12px;
	border:1px solid #aaa;
	border-radius:0;
	color:#333333;
	background-color:#ffffff;
	text-align:center;
	cursor:pointer;
}
.owidget-list li:first-child label { 
	border-radius:3px 0 0 3px;
}
.owidget-list li:last-child label { 
	border-radius:0 3px 3px 0;
}
.owidget-icon { 
	font-size:24px;
	line-height:42px;
}
.owidget-copy { 
	font-size:14px;
	font-weight:500;
}
.owidget + label:hover { 
	background-color:#f7f7f7;
}
.owidget:checked + label { 
	//color:#ffffff;
	//border:1px solid #24a1db;
	//background-color:#24a1db;
}
.filter-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.filter-list > li { 
	display:block;
	margin-bottom:5px;
}
.options-vars { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.options-vars-li { 
	list-style:none;
	float:left;
	max-width:180px!important;
	padding:4px 9px;
	margin-right:5px;
	margin-bottom:5px;
	background-color:#ffffff;
	border:1px solid #aaaaaa;
	font-size:15px;
	border-radius:3px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	cursor:pointer;
}
.options-vars-title { 
	clear:both;
	margin-bottom:10px;
	font-size:13px;
	font-weight:500;
}
.options-items { 
	list-style:none;
	height:auto;
	margin:0;
	padding:11px 15px 3px;
	min-height:44px;
}
.options-items li { 
	display:inline-block;
	position:relative;
	max-width:180px!important;
	padding:0 5px;
	margin-right:5px;
	margin-bottom:5px;
	background-color:#e4e4e4;
	border:1px solid #aaaaaa;
	font-size:16px;
	border-radius:3px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	cursor:pointer;
}
.options-items li i { 
	font-size:15px;
	position:absolute;
	z-index:1;
	right:4px;
	top:2px;
}
.tag-close { 
	display:inline-block;
	margin-right:2px;
	color:#999999;
	font-weight:bold;
	cursor:pointer;
}
.tag-close:hover { 
	color:#000000;
}

/* FINANCE PAGE */
.finance-search { 
	padding:15px 20px!important;
	font-weight:400!important;
}
.finance-block { 
	height:220px;
	padding:18px 20px!important;
}
.finance-block-title { 
	margin-bottom:8px;
	font-size:16px;
	font-weight:600;
	cursor:pointer;
}
.finance-block-title:hover { 
	text-decoration:underline;
}
.finance-block-remind { 
	margin-bottom:5px;
	color:#999999;
	font-size:13px;
	font-weight:500;
	font-style:italic;
}
.finance-block-cert { 
	padding:7px 0;
	font-size:14px;
}
.finance-block-cert .widget-fitem { 
	background-color:#d8d8d8;
	color:#000000;
}
.finance-block-notice { 
	position:absolute;
	bottom:14px;
	right:-4px;
	margin:0;
}
.finance-block-notice.widget-fitem { 
	font-size:12px;
	text-transform:unset;
}
.finance-block-email { 
	position:absolute;
	bottom:17px;
	left:18px;
	font-size:14px;
	font-weight:500;
	cursor:pointer;
}
.finance-block-email:hover { 
	text-decoration:underline;
}

/* EVENTS PAGE */
.cat-list { 
	list-style:none;
	margin:0;
	padding:0;
}
.cat-list > li { 
	float:left;
	width:150px;
	margin:0 10px 10px 0;
	background-color:rgba(237, 238, 242, 0.7);
}
.cat-box { 
	position:relative;
	padding:0 35px 0 0;
	background-color:#ffffff;
	border:1px solid #44b2e6;
}
.cat-input { 
	width:100%;
	height:35px;
	line-height:35px;
	padding:0 15px;
	background-color:#ffffff;
	border:none;
	color:#44b2e6;
	font-family:inherit;
	font-size:15px;
	font-weight:300;
	border-radius:0;
	-webkit-appearance:none;
}
.cat-new { 
	float:left;
	width:70px;
	height:35px;
	line-height:35px;
	margin:0 10px 10px 0;
	padding:0;
	background-color:#44b2e6;
	color:#ffffff;
	font-size:15px;
	text-align:center;
	cursor:pointer;
}
.cat-move, .gallery-move { 
	position:absolute;
	top:0;
	right:0;
	width:35px;
	height:35px;
	line-height:35px;
	background-color:#44b2e6;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	cursor:move;
}

/* CARDS */
.cards { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.cards li { 
	display:inline-block;
	vertical-align:top;
	width:49%;
	min-height:350px;
	border:none;
	padding:0;
	margin:0 -4px 30px 2%;
	background-color:#ffffff;
	border:1px solid #e3e3e3;
	border-bottom-color:#dadada;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	line-height:1;
	overflow-x:hidden;
}
.cards li:nth-child(2n+1) { 
	margin-left:0;
}
.cards li a { 
	display:block;
	height:100%;
	width:100%;
	text-decoration:none!important;
}
.card-inner { 
	padding:10px 26px;
}
.card-title { 
	padding:22px 26px 0;
	color:#999999;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
}
.card-number { 
	padding-bottom:20px;
	color:#24a1db;
	font-size:14px;
	font-weight:500;
}
.card-view { 
	margin-top:10px;
	padding:14px 26px;
	background-color:#cecece;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
}

/* STATS */
.stats { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.stats li { 
	display:inline-block;
	vertical-align:top;
	width:32%;
	min-height:250px;
	border:none;
	padding:0;
	margin:0 -4px 30px 2%;
	background-color:#ffffff;
	border:1px solid #e3e3e3;
	border-bottom-color:#dadada;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	line-height:1;
	text-align:center;
	cursor:default;
}
.stats li:nth-child(3n+1) { 
	margin-left:0;
}
.stats-inner { 
	padding:22px 26px;
}
.stats-title { 
	padding:22px 26px;
	color:#999999;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
}
.stats-number { 
	color:#31454c;
	font-size:80px;
	font-weight:400;
	line-height:115px;
}
.stats-view { 
	margin-top:10px;
	padding:14px 26px;
	background-color:#cecece;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
}

/* EDIT WINDOW */
.e-window { 
	display:none;
	position:fixed;
	z-index:9997;
	left:0;
	top:0;
	width:100%;
	height:100%;
	//padding:0 20px;
	background-color:#f1f1f1;
	text-align:center;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
}
.e-window-header, .e-window-icon, .e-window-title { 
	height:50px;
	line-height:50px;
	font-size:22px;
	font-weight:400;
}
.e-window-header { 
	padding:0 15px;
	border-bottom:1px solid #bbbbbb;
}
.e-window-icon { 
	float:left;
	margin-right:15px;
}
.e-window-title { 
	float:left;
}
.e-window-content { 
	//padding:20px 20px 40px;
	text-align:left;
	//overflow-y:auto;
}
.e-close { 
	float:right;
	width:24px;
	height:24px;
	margin-top:13px;
	background-image:url(../img/e-close.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
}
.e-window-footer { 
	position: absolute;
	z-index: 9999;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 54px;
	padding: 10px 15px 0;
	background-color: #31454c;	
}
.e-window-img, .e-window-logo, .e-window-fimg { 
	position: relative;
	width: 100%;
	height: 280px;
	background-color: #c7c7c7;
	border: 1px solid #cec2c2;
	border-radius: 0;
	text-align: center;
	overflow: hidden;
}
.e-window-logo { 
	height:228px;
}
.e-window-img img, .e-window-logo img, .preview-container img, .preview-container video { 
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-height:100%;
	max-width:100%;
	margin:auto;
}
.e-window-img img, .e-window-logo img, .preview-container img {
	object-fit: contain;
}
.e-window-logo img { 
	max-height:80%;
	max-width:80%;
}
.e-window-fimg img { 
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100%;
	width:100%;
	margin:auto;
}
.e-window-file { 
	font-size:18px;
	font-weight:500;
}
.e-img-upload {
	position: relative;
}
.e-img-overlay { 
	display:none;
	background-color:rgba(0, 0, 0, 0.3);
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.e-img-count {
	position: absolute;
	bottom: 7px;
	right: 10px;
	width: 29px;
	padding: 4px 0;
	border-radius: 50px;
	border: 2px solid #ffffff;
	background-color: #f3d288;
	font-size: 13px;
	font-weight: 900;	
	text-align: center;
}

/* TABLES */
.table-container { 
	overflow-x:auto;
}
.table { 
	display:table;
	width:100%;
}
.table-full { 
	height:100%;
}
.table-row { 
	display:table-row;
}
.table-cell { 
	display:table-cell;
}
.table-cell-t { 
	vertical-align:top;
}
.table-cell-m { 
	vertical-align:middle;
}
.table-cell-b { 
	vertical-align:bottom;
}
.table-defs { width:100%; border-collapse:collapse; }
.table-defs td { border:none!important; }

/* TABLES - DATA */
.data-preview { 
	width: 100%;
	border-collapse: collapse;
}
.data-preview th, .data-preview td {
	vertical-align: top;
	max-width: 180px;
	padding: 12px 10px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 16px;
	font-weight: 400;
}
.data-preview tr th:first-child, .data-preview tr td:first-child {
	padding-left: 0;
}
.data-preview tr th:last-child, .data-preview tr td:last-child {
	padding-right: 0;
}
.data-overflow th, .data-overflow td { 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.data-preview th { 
	font-weight: 700;
}
.data-preview-col { 
	border-right: 30px solid #ffffff;
}
.data-preview tr.data-section td { 
	border-top: 3px solid #e0e0e0;
}
.data-preview tr.data-end td { 
	border-bottom: none;
}
.data-preview tr.data-bold td { 
	font-weight: 600;
}
.data-preview-sub { 
	font-style: italic;
	font-size: 13px;
}

/* STRUCTURE */
.column100 { 
	clear:both;
	width:100%;
}
.column70 { 
	width:70%;
}
.column68 { 
	width:68%;
}
.column60 { 
	width:60%;
}
.column58 { 
	width:58%;
}
.column55 { 
	width:55%;
}
.column50 { 
	width:50%;
}
.column49, .column49-s { 
	width:49%;
}
.column48 { 
	width:48%;
}
.column47 { 
	width:47%;
}
.column40 { 
	width:40%;
}
.column38 { 
	width:38%;
}
.column32 { 
	width:32%;
}
.column33 { 
	width:33%;
}
.column30 { 
	width:30%;
}
.column28 { 
	width:28%;
}
.column24 { 
	width:23.6%;
}
.column-max { 
	width: 100%;
}

/* INPUT ELEMENTS */
.check-title { 
	margin-bottom:5px;
	font-size:15px;
	font-weight:600;
}
.check-input {
	width: 100%;
	min-height: 53px;
	margin: 0;
	padding: 14px 17px;
	background-color: #ffffff;
	border: 2px solid #000000;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	border-radius: 0;
	-webkit-appearance: none;
	text-overflow: ellipsis;
}
.check-input[type='date'] {
	padding: 13px 17px;
}
.check-input:disabled, .check-input:read-only {
	background-color: #eeeeee;
}
.check-input_m { 
	margin-right: 2%;
}
.check-input_m1 { 
	margin-right: 1.5%;
}
.check-input_m2 { 
	margin-right: 2%!important;
}
.check-input50 { 
	float: left;
	width: 49%;
}
.check-tarea { 
	width: 100%;
	height: 190px;
	margin: 5px 0;
	padding: 14px 17px;
	border: none;
	overflow-y: auto;
	resize: none;
	background-color:#ffffff;
	border: 2px solid #000000;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance:none;
}
.check-tarea:disabled, .check-tarea:read-only {
	background-color: #eeeeee;
}
.check-tarea-s { 
	height: 120px;
}
.e-window .check-input, .e-window .check-tarea { 
	margin: 0;
}
.main-search-wrapper { 
	position: relative;
}
.main-search { 
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	width:50px;
	height:100%;
	color:#b3b3b3;
	text-align:center;
	cursor:pointer;
}
.main-search::before { 
	content:'\\f002';
	font-family:'Font Awesome 5 Pro';
	font-size:22px;
	vertical-align: -70%;
	transition:all 0.3s;
}
.main-search:hover::before { 
	color:#999999;
}
.main-search-wrapper input { 
	margin:0;
	padding-right:55px;
}
.dropdown { 
	float:left;
	height:34px;
	overflow:hidden;
	//background:#ffffff url(../img/CB_DownArrow.png) no-repeat right center;
	border:1px solid #cec2c2;
}
.dropdown select {
	height:34px;
	padding-right:25px;
	background:transparent;
	font-family:inherit;
	font-size:16px;
	line-height:34px!important;
	color:#000000;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance: none;
	border:0;
	border:none;
	@include border-radius(0);
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	cursor:pointer;
}
.dropdown70 { 
	width:70px;
}
.dropdown70 select { 
	width:98px;
}
.dropdown90 { 
	width:90px;
	height:38px;
	border:1px solid #333333;
	margin-top:5px;
}
.dropdownfull { 
	clear:both;
	width:100%;
	height:49px;
	margin:5px 0;
	overflow:hidden;
	//background:#ffffff url(../img/CB_DownArrow.png) no-repeat right center;
	border:1px solid #cec2c2;
}
.dropdownfull-g { 
	clear:both;
	width:100%;
	height:40px;
	margin:5px 0;
	overflow:hidden;
	//background:#ff4efef url(../img/CB_DownArrow.png) no-repeat right center;
	border:0;
	border:none;
}
.dropdownfull select, .dropdownfull-g select {
	width:110%;
	height:49px;
	padding:0 0 0 15px;
	background:transparent;
	//font-family:inherit;
	font-family:'Font Awesome 5 Pro', 'Sora', sans-serif;
	font-size:16px;
	line-height:40px!important;
	color:#333333;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance: none;
	border:0;
	border:none;
	@include border-radius(0);
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	cursor:pointer;
}
.dropdownfull50 { 
	clear:none;
	width:49%;
}
.adhoc-input { 
	width:100%;
	margin:0;
	padding:8px;
	background-color:#f5f5f5;
	border:none;
	font-family:inherit;
	font-size:inherit;
	border-radius:0;
	-webkit-appearance:none;
}
.check-required span { 
	position:relative;
}
.check-required span::after { 
	content:'*';
	position:absolute;
	top:-4px;
	right:-11px;
	color:#24a1db;
	font-size:17px;
	font-weight:700;
}

/* NOTIFIER */
.notifier {
	position:fixed;
	z-index:99999999;
	bottom:65px;
	left:-280px;
	width:280px; 
	padding:18px 20px 18px 22px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	/* background-color: #24a1db; */
	background-color: #189801;
	color:#ffffff;
	line-height:1;
	transition:all 0.4s;
	cursor:default;
}
.notifier.notifier-error {
	background-color: #ff0028;
}
.notifier-icon { 
	float:left;
	margin-right:10px;
	font-size:37px;
}
.notifier-copy { 
	float:right;
	width:180px;
}
.notifier-title { 
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 700;
}
.notifier-msg { 
	font-size: 13px;
	font-weight: 500;
}
.notifier-show { 
	left:20px;
}
.notifier_bar { 
	height:45px;
	margin:0 0 15px 0;
	background:#01aef0;
	color:#ffffff;
}
.notifier_msg { 
	float:left;
	padding:12px 0 0 15px;
}

/* CIRCLES */
.circle { 
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}

/* SIGN IN */
.signin-col-input { 
	width:35%;
	min-width:420px;
	padding:50px;
	text-align:center;
}
.signin-col-img { 
	/* box-shadow:0 0 25px 3px rgba(0, 0, 0, 0.3); */
	background-position: bottom !important;
	background-color: #ffffff;
}
.signin-logo { 
	display:inline-block;
	width:100%;
	max-width:300px;
	height:90px;
	background-image:url('../img/rms-bm.png');
}
.signin-input { 
	height:auto;
	padding:15px 20px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:400;
}
.signin-notifier { 
	display:none;
	position:relative;
	margin:0 0 15px 0;
	background-color:#393a3d;
	color:#ffffff;
}
.signin-notifier-msg { 
	padding:12px 40px 12px 15px;
	font-size:18px;
	text-align:left;
}
.signin-notifier-close { 
	position:absolute;
	z-index:1;
	top:11px;
	right:12px;
	width:25px;
	height:25px;
	background:transparent url(../img/e-close-w.png) no-repeat center center;
	background-size:cover;
	cursor:pointer;
}
.signin-box { 
	position:absolute;
	z-index:1;
	left:-10px;
	top:50px;
	width:75%;
	padding:40px;
	background-color:#ffffff;
	border-radius:8px;
	box-shadow:0 0 25px rgba(0, 0, 0, 0.3);
}
.signin-box img { 
	display:inline-block;
	max-width:230px;
	margin:auto;
}

/* MODAL */
.modal-pad { 
	overflow-y:auto;
	padding:22px 30px 85px 30px;
}
.mainbar_sub { 
	position:absolute;
	z-index:999;
	bottom:0;
	left:0;
	right:0;
	padding:15px 20px;
	background-color:#edeef2;
	border-top:1px solid #cecece;
}

/* BREADCRUMB BAR */
.bcrumb-bar { 
	padding-right:26px;
	padding-bottom:15px;
}
.bcrumb-numbers { 
	float:right;
	padding:0;
	margin-bottom:25px;
	margin-right:24px;
	text-align:right;
	white-space:nowrap;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.bcrumb-number { 
	float:left;
	height:38px;
	margin-left:5px;
	padding:0 12px;
	background-color:#e0e0e0;
	font-size:15px;
	font-weight:500;
	line-height:38px;
	text-align:center;
	cursor:pointer;
	transition:all 0.3s;
}
.bcrumb-number:hover { 
	color:#ffffff;
	background-color:#66696b;
}
.bcrumb-active { 
	color:#ffffff;
	background-color:#66696b;
}
.bcrumb-cancel { 
	float:left;
	padding:5px;
	margin:4px 10px 0 5px;
	font-size:15px;
	cursor:pointer;
}

/* SWITCH */
.f-option-m, .f-option-a { 
	position:relative;
	padding-bottom:20px;
}
.f-option, .a-option { 
	margin-right:60px;
}
.f-option-pad { 
	padding-top:13px;
}
.f-divider { 
	clear:both;
	margin:5px 0 20px;
	border-bottom:1px solid #66696b;
}
.f-switch, .f-switch-a { 
	position:absolute!important;
	z-index:1;
	top:2px;
	right:0;
	width:28px;
	margin-right:8px;
	margin-top:4px;
	cursor:pointer;
}
.f-switch-r, .f-switch-w { 
	//width:100%;
	margin:0 18px;
	cursor:pointer;
}
.f-switch-button { 
	position:absolute!important;
	z-index:1;
	top:0;
	right:0;
	margin-top:-4px;
}
.f-switch-active { 
	background-color:#ffffff!important;
}
.f-switch-active span { 
	background-color:#5890ff!important;
}
.f-theme-over { 
	float:right;
	width:170px;
	margin:0 9px;
	cursor:pointer;
}
.f-labels { 
	padding:10px 0 7px;
	font-size:11px;
}
.ui-slider { 
	position:relative;
	text-align:left;
}
.ui-corner-all { 
	border-radius:4px;
}
.ui-widget-content { 
	border:1px solid #c1b9b9;
	//background-color:#d7d7d7;
	background-color:#ffffff;
}
.ui-slider-horizontal { 
	height:9px;
}
.ui-slider-handle {
	background-color:#66696b!important;
	border-radius:50%;!important;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.ui-slider-horizontal .ui-slider-handle {
	top:-8px;
	margin-left:-14px;
}
.ui-slider .ui-slider-handle {
	position:absolute;
	z-index:2;
	width:24px;
	height:24px;
	cursor:pointer;
	-ms-touch-action:none;
	touch-action:none;
}

/* SCROLL TO TOP */
#topscroll { 
	display:none;
	position:fixed;
	z-index:8;
	bottom:15px;
	right:20px;
	width:50px;
	height:50px;
	border-radius:5px;
	background-color:#24a1db;
	box-shadow:0px 10px 12px -11px rgba(0, 0, 0, 0.75);
	color:#ffffff;
	font-size:30px;
	line-height:48px;
	text-align:center;
	cursor:pointer;
	transition:all 0.4s;
}
@media (hover: hover) { 
#topscroll:hover { 
	transform:translateY(-2px);
	background-color:#44b2e6;
}
}

/* GENERAL */
*:focus {
	outline:none;
}
.relative { 
	position:relative;
}
.clear { 
	clear:both;
}
.clicker { 
	cursor:pointer;
}
.mover { 
	cursor:move;
}
.cdefault { 
	cursor:default!important;
}
.fmedium { 
	font-weight:500!important;
}
.fstrong { 
	font-weight:600!important;
}
.fbold { 
	font-weight:700;
}
.olink { 
	text-decoration:underline;
}
.link { 
	cursor:pointer;
}
.link:hover { 
	text-decoration:underline;
}
.flink { 
	color:#ffffff;
	cursor:pointer;
}
.flink:hover { 
	text-decoration:underline;
}
.block { 
	display:block;
}
.nblock { 
	display:inline-block;
}
.nblock-right { 
	padding-right:2%;
}
.nblock-margin { 
	margin-right:-4px;
}
.nblock-top { 
	vertical-align:top;
}
.hidden { 
	display: none;
}
.box { 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.left { 
	float: left;
}
.right { 
	float: right;
}
.tleft { 
	text-align: left;
}
.tright { 
	text-align: right;
}
.tcenter { 
	text-align: center;
}
.noselect { 
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.cover { 
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.cover-top { 
	background-position:top center;
}
.cover-bottom { 
	background-position:bottom center;
}
.cover-bottom-right { 
	background-position:bottom right;
}
.cover-right { 
	background-position:center right;
}
.cover-left { 
	background-position:center left;
}
.cover-top-right { 
	background-position:top right;
}
.cover-top-left { 
	background-position:top left;
}
.contain { 
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
}
.bg-white { 
	background-color:#ffffff;
}
.bg-grey { 
	background-color:#e5e5e4;
}
.bg-lgrey { 
	background-color:#efefef;
}
.bg-purple { 
	background-color:#24a1db;
}
.bg-black { 
	background-color:#000000;
}
.bg-orange { 
	background-color:#ffc509;
}
.twhite { 
	color:#ffffff!important;
}
.tgrey { 
	color:#59595b!important;
}
.tlgrey { 
	color:#909090!important;
}
.torange { 
	color:#24a1db;
}
.tpurple { 
	color:#24a1db;
}
.divider { 
	clear:both;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:2px dotted #a9a79c;
}
.divider-thick { 
	padding-bottom:25px;
	margin-bottom:25px;
}
.divider-xxs { 
	height:5px;
}
.divider-xs { 
	height:10px;
}
.divider-s { 
	height:15px;
}
.divider-sm { 
	height:20px;
}
.divider-m { 
	height:30px;
}
.divider-ms { 
	height:35px;
}
.divider-ml { 
	height:45px;
}
.divider-l { 
	height:60px;
}
.divider-xl { 
	height:120px;
}
.show-l { 
	display:block;
}
.show-m { 
	display:none;
}
.prev-arrow { 
	padding-left:30px;
	background-image:url(../img/slider-arrow-left-on.png);
	background-position:center left;
	background-repeat:no-repeat;
	background-size:19px;
}
.next-arrow { 
	padding-right:30px;
	background-image:url(../img/slider-arrow-right-on.png);
	background-position:center right;
	background-repeat:no-repeat;
	background-size:19px;
}
.nowrap { 
	white-space:nowrap;
}
.flex { 
	display:-webkit-flex;
	display:flex;
}
.flex-row { 
	-webkit-flex-direction:row;
	flex-direction:row;
}
.flex-vcenter { 
	-webkit-align-items:center;
	align-items:center;
}
.flex-center { 
	-webkit-justify-content:center;
	justify-content:center;
}
.flex-justify { 
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.flex-wrap { 
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

/* PLACEHOLDER */
.error-list { 
	padding:10px 16px 10px;
}
label.error { 
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	color: #ff3a3a;
}
input.error, textarea.error, select.error + .select2 > span > span {
	background-color: #ffe1e1;
}
#yerror, #gerror, #aerror { 
	display: none;
	padding: 20px 25px;
	margin: 15px 0 5px;
	background-color: #ff3a3a;
	color: #ffffff;
	text-align: left;
	border-radius: 0;
	overflow: auto;
	font-size: 15px;
	font-weight: 600;
}
#aerror { 
	color: #231f20;
	background-color: #f3d288;
}
#yerror ul { 
	list-display:none;
	margin:0;
	padding:0;
}
#yerror ul li { 
	display:inline-block;
	padding:2px 13px;
	margin:15px 15px 0 0;
	background-color:#ffffff;
	border-radius:4px;
}
#yerror label { 
	float:none;
	width:auto;
}
#gerror ul, #aerror ul {
	padding-left: 20px;
}

.placeholder { color: #999999; }
.placeholderFocus { color: #999999; }

::-webkit-input-placeholder { color:#999999; } /* WebKit browsers */
:-moz-placeholder { color:#999999; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color:#999999; } /* Mozilla Firefox 19+ */
input:-moz-placeholder { color:#999999; }
:-ms-input-placeholder { color:#999999; } /* Internet Explorer 10+ */

#psearchform::-webkit-input-placeholder { color:#999999; }
#psearchform:-moz-placeholder { color:#999999; }
#psearchform::-moz-placeholder { color:#999999; }
#psearchform:-ms-input-placeholder { color:#999999; }

.check-input::-webkit-input-placeholder, .check-tarea::-webkit-input-placeholder { color:#999999; } /* WebKit browsers */
.check-input:-moz-placeholder, .check-tarea:-moz-placeholder { color:#999999; } /* Mozilla Firefox 4 to 18 */
.check-input::-moz-placeholder, .check-tarea::-moz-placeholder { color:#999999; } /* Mozilla Firefox 19+ */
.check-input:-moz-placeholder, .check-tarea:-moz-placeholder { color:#999999; }
.check-input:-ms-input-placeholder, .check-tarea:-ms-input-placeholder { color:#999999; } /* Internet Explorer 10+ */
.check-input::-moz-placeholder, .check-tarea::-moz-placeholder { color:#999999; }

.msearchi::-webkit-input-placeholder { color:#999999; } /* WebKit browsers */
.msearchi:-moz-placeholder { color:#999999; } /* Mozilla Firefox 4 to 18 */
.msearchi::-moz-placeholder { color:#999999; } /* Mozilla Firefox 19+ */
.msearchi:-moz-placeholder { color:#999999; }
.msearchi:-ms-input-placeholder { color:#999999; } /* Internet Explorer 10+ */
.msearchi::-moz-placeholder { color:#999999; }

/* MEDIA QUERIES - 1500PX */
@media screen and (max-width: 1500px) { 

/* FINANCE PAGE */
.finance-list li { 
	width:23.5%;
}

}

/* MEDIA QUERIES - 1300PX */
@media screen and (max-width: 1300px) { 

/* MAIN BAR */
.main-activity { 
	padding-right:260px;
}
.main-activity-s { 
	padding-right:240px;
}
.activity-col { 
	width:260px;
}
.activity-col-s { 
	width:240px;
}

/* SURVEYS PAGE */
.survey-list li { 
	width:23.3%;
	margin:0 1.7% 10px -4px;
}

/* FINANCE PAGE */
.finance-list li { 
	width:32%;
}

}

/* MEDIA QUERIES - 1100PX */
@media screen and (max-width: 1100px) { 

/* HOME */
.tasks-list li, .tasks-list li:nth-child(4n+1) { 
	width:31%;
	margin:0 -4px 15px 3.5%;
}
.tasks-list li:nth-child(3n+1) { 
	margin-left:0;
}

/* UPLOAD PAGE */
.container-inner { 
	padding:20px;
}
.upload-list li { 
	width:47.8%;
	margin:0 1.3% 15px 0px;
}
.upload-list-img { 
	height:90px;
	font-size:40px;
	line-height:90px;
}
.upload-list-thumb { 
	background-size:45px!important;
}
.upload-rows li { 
	width:100%;
	margin:0 0 7px;
}

/* SURVEYS PAGE */
.survey-list li { 
	width:47%;
	margin:0 2.4% 15px 0;
}

/* CUSTOMER PAGE */
.due-blocks li, .due-blocks li:last-child { 
	width:32.6%;
}
.due-blocks li:nth-child(3n+1) { 
	margin-left:0;
}

/* FINANCE PAGE */
.finance-list li { 
	width:49%;
}

/* FORMS PAGE */
.signin-box { 
	width:85%;
	padding:30px;
}

}

/* MEDIA QUERIES - 960PX */
@media screen and (max-width: 960px) { 

#main-bar { 
	margin-left:0;
}

/* CARDS */
.cards li, .stats li { 
	width:49%;
	margin:0 -4px 30px 2%;
}

/* FORMS PAGE */
.forms-col30 > li, .forms-col30 > li:nth-child(3n+1) { 
	width:49%;
	margin:0 -4px 0 2%;
}
.forms-col30 > li:nth-child(2n+1) { 
	margin-left:0;
}
.forms-bar { 
	width:24%;
}
}

/* MEDIA QUERIES - 850PX */
@media screen and (max-width: 850px) { 

/* MAIN BAR */
.main-edit, #content .main-container { 
	padding-bottom: 20px;
	overflow-y: auto;
}
.main-edit-sub {
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 30px 0;
}
.main-activity, .main-activity-s { 
	padding-right: 0;
}
.content-col { 
	height: auto;
	overflow-y: unset;
	padding-bottom: 70px;
}
.content-col { 
	height: auto;
	overflow-y: unset;
	padding-bottom: 0;
}
.content-app .content-col {
	height: auto;
	/* padding-bottom: 80px; */
}
.activity-col, .activity-col-s { 
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 30px 50px;
	border-left: none;
	overflow-y: unset;
}

/* SURVEYS PAGE */
.p-upclient { 
	position:relative;
	margin-top:30px;
}

/* WIDGETS */
.widget-list li { 
	width:100%;
	margin:0 0 20px 0;
}
.widget-data { 
	height:270px;
	max-height:270px;
}


/* FORMS PAGE */
.forms-table, .forms-table .table-cell { 
	position:relative;
	display:block;
	height:auto;
	width:100%;
}
.forms-bar { 
	min-width:100%;
	padding:0 0 150px;
}
.signin-box { 
	position:relative;
	left:0;
	top:0;
	width:75%;
	min-height:auto;
	padding:30px 30px 20px;
	margin:-10px auto auto auto;
}
.loader-form .loader { 
	left:0;
}
}

/* MEDIA QUERIES - 710PX */
@media screen and (max-width: 710px) { 
/* REPORTS PAGE */
.report-table, .report-table-copy, .report-table-img { 
	display:block;
	clear:both;
	width:100%;
	padding:0;
}
.report-table-copy { 
	padding-bottom:30px;
}

/* CUSTOMER PAGE */
.due-blocks li, .due-blocks li:last-child { 
	width:49%;
	margin-left:2%;
}
.due-blocks li:nth-child(3n+1) { 
	margin-left:2%;
}
.due-blocks li:nth-child(2n+1) { 
	margin-left:0;
}

/* INVOICES PAGE */
.invoice-blocks li { 
	width:100%;
	margin-left:0;
	margin-bottom:15px;
}

/* FORMS PAGE */
.process-stage { 
	margin-left:-5%;
	margin-right:-5%;
}
}

/* MEDIA QUERIES - 603PX */
@media screen and (max-width: 603px) {
	/* HOME */
	.home-bg { 
		height:300px;
	}
	.home-welcome { 
		font-size:35px;
	}
	.home-select { 
		max-width:230px;
		margin:20px auto 0;
		font-size:18px;
	}
	.tasks-list li, .tasks-list li:nth-child(4n+1), .tasks-list li:nth-child(3n+1) { 
		width:48%;
		margin:0 -4px 15px 4%;
	}
	.tasks-list li:nth-child(2n+1) { 
		margin-left:0;
	}
	.tasks-list .survey-list-img {
		height:150px;
		line-height:150px;
		font-size:50px;
	}

	/* SIGN IN */
	.signin-col-input { 
		width:100%;
		min-width:0;
		padding:30px;
	}
	.signin-col-img { 
		display:none;
	}
	.signin-input { 
		font-size:16px;
	}

	/* CARDS */
	.cards li, .stats li { 
		width:100%;
		margin:0 0 30px 0;
	}
	.column70, .column68, .column60, .column58, .column55, .column50, .column49, .column48, .column47, .column40, .column38, .column30, .column32, .column33, .column28, .column24 { 
		clear:both;
		width:100%;
	}
	.wrapper-window { 
		padding:20px 0 0;
	}

	.check-input_m2 { 
		margin-right:0!important;
	}
	.nblock-right { 
		padding-right:0;
	}

	/* FORMS PAGE */
	.forms-wrapper { 
		padding:0 20px;
	}
	.forms-col30 > li, .forms-col30 > li:nth-child(3n+1), .forms-col30 > li:nth-child(2n+1) { 
		width:100%;
		margin:0 -4px 0 0;
	}
	.forms-content h2 { 
		font-size:26px;
	}
	.forms-complete { 
		min-height:300px;
		padding:50px 20px 70px;
	}
	.forms-complete-s h2 { 
		font-size:20px;
	}
	.forms-seq { 
		font-size:26px;
	}

	#yerror ul li { 
		margin:10px 10px 0 0;
	}
	#yerror label { 
		font-size:14px;
	}

	/* FORMS PAGE */
	.g-recaptcha, .g-button { 
		float:none;
		clear:both;
	}

	/* SCROLL TO TOP */
	#topscroll { 
		bottom:10px;
		right:15px;
		width:40px;
		height:40px;
		font-size:26px;
		line-height:38px;
	}
}

/* MEDIA QUERIES - 480PX */
@media screen and (max-width: 480px) and (orientation: portrait) { 
	/* HOME */
	.tasks-list li, .tasks-list li:nth-child(4n+1), .tasks-list li:nth-child(3n+1), .tasks-list li:nth-child(2n+1) { 
		width:100%;
		margin:0 -4px 15px 0;
	}

	.column49-s { 
		clear:both;
		width:100%;
	}

	/* UPLOAD PAGE */
	.upload-list li { 
		//width:100%;
		//margin:0 0 15px 0;
	}
	.upload-inner { 
		padding-right:25px;
	}

	/* SURVEYS PAGE */
	.survey-list li { 
		width:100%;
		margin:0 0 15px 0;
	}
	.survey-inner { 
		padding-right:25px;
	}

	/* BREADCRUMB BAR */
	.bcrumb-bar { 
		padding-right:0;
	}
	.bcrumb-numbers { 
		margin-right:0;
	}

	/* WIDGETS */
	.widget-data { 
		height:180px;
		max-height:180px;
	}

	/* CUSTOMER PAGE */
	.due-blocks li, .due-blocks li:last-child { 
		width:100%;
		margin-left:0!important;
	}

	/* FINANCE PAGE */
	.finance-list li { 
		width:100%;
	}
	.process-stage li::before { 
		top:-7px;
		width:12px;
		height:12px;
	}
	.process-stage li span { 
		display:none;
	}
	.process-stage-spacer { 
		height:0;
	}
}

/* MEDIA QUERIES - 380PX */
@media screen and (max-width: 380px) and (orientation: portrait) { 

/* FORMS PAGE */
.g-recaptcha { 
	transform:scale(0.77);
	-webkit-transform:scale(0.77);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

}
/* MEDIA QUERIES - 320PX */
@media screen and (max-width: 320px) and (orientation: portrait) { 

}

/* APPLICATIONS */
.acat-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.acat-list li {
	padding: 10px 15px;
	border: 1px solid #000000;
	margin-bottom: 15px;
	background-color: #ffffff;
	font-weight: 600;
}
.accordion-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.accordion-list li {
	margin: 0 0 15px;
	padding: 0;
}
.action-header {
	position: relative;
	padding: 13px 35px 12px 15px;
	border: 2px dashed #818181;
	background-color: #ffffff;
	cursor: pointer;
}
.action-header h3 {
	padding-bottom: 0;
	font-size: 20px;
}
.action-header-less {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 0;
	bottom: 4px;
	margin: auto;
	font-size: 28px;
    line-height: 1;
    height: 24px;
}
.action-content {
	display: none;
	padding-top: 20px;
	padding-bottom: 10px;
}
.send-otp-box {
	display: none;
	padding-bottom: 10px;
}
.otp-count {
	padding-left: 5px;
	font-size: 14px;
	font-weight: 700;
}
.app-msg {
	font-size: 14px;
	font-weight: 500;
}
.app-num {
	position: absolute;
    right: 37px;
	display: inline-block;
	width: 17px;
	padding: 4px 0;
	background-color: #959595;
	border-radius: 50px;
	color: #ffffff;
	font-size: 8px;
	font-weight: 800;
	text-align: center;
	line-height: 1;
	// transform: translate(2px, -7px);
}
.app-status {
	border: 1px dashed #999999;
	padding: 8px 10px;
	background-color: #f5f5f5;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.app-status .widget-fitem {
	margin: 5px 0 0 0;
}
.app-notes {
	border: 1px dashed #999999;
	padding: 8px 10px;
	font-size: 14px;
}
.app-notes-title {
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: 700;
}
.app-spacer {
	height: 40px;
}
.app-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.app-flex-top {
	align-items: flex-start;
}
.expecting-data {
	padding-top: 2px;
	color: #24a1db;
	font-size: 14px;
	font-weight: 500;
}
.expecting-history {
	font-size: 14px;
	font-weight: 500;
}
.expecting-error {
	font-weight: 700;
}
.app-marker-refer, .app-marker-block, .app-marker-proceed {
	background-position: right 9px center;
	background-size: 35px;
	background-repeat: no-repeat;
	padding-right: 52px;
}
.app-marker-refer {
	background-image: url('../img/app-marker-refer.svg');
}
.app-marker-block {
	background-image: url('../img/app-marker-block.svg');
}
.app-marker-proceed {
	background-image: url('../img/app-marker-proceed.svg');
}
.error-table tr th:first-child {
	min-width: 250px;
}
.error-table-s tr th:first-child {
	min-width: 150px;
}
.app-admin {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.app-admin-block {
	margin: 0 20px 15px 0;
}
.app-admin-block .check-input {
	padding: 16px 17px 13px;
	background-color: #f3d288;
	border: none;
	font-size: 15px;
}
.app-admin-block .check-title {
	margin-bottom: 3px;
	font-size: 14px;
}
.status-icon {
	text-align: center;
}
.status-icon img {
	max-width: 100px;
}
.loop-tab-box {
	position: sticky;
	z-index: 1;
	top: 0;
	width: calc(100% + 30px);
	margin-left: -15px;
	padding: 8px 15px;
	background-color: #f3d288;
	border-radius: 50px;
	margin-bottom: 25px;
	border: 1px dashed #999999;
}
.loop-tab-box .cbtabs_m {
	display: flex;
	flex-wrap: wrap;
}
.loop-tab-box .cbtabs_m li {
	margin: 5px 7px 5px 0;
}
.docs-send {
	padding: 8px 15px;
	background-color: #f3d288;
	border-radius: 50px;
	cursor: pointer;
	transition: 0.4s all;
}
.docs-link {
	display: flex;
	align-items: center;
}
.docs-link i {
	font-size: 24px;
}
.docs-link span {
	padding-left: 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}
.docs-sent {
	display: none;
	padding-top: 5px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}
.button-scan {
	display: none;
	margin-top: 10px;
}
@media (hover: hover) {
	.docs-status:hover {
		transform: translateY(-2px);
	}
}
@media screen and (max-width: 850px) {
	.app-spacer {
		height: 0;
	}
}
@media screen and (max-width: 603px) {
	.loop-tab-box {
		padding: 4px 11px;
	}
	.docs-link span {
		font-size: 14px;
	}
}

.min-msg {
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
}