/* 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; }
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 { 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;
}

/* BODY */
html, body { 
	overflow:hidden;
	height:100%;
	-webkit-overflow-scrolling:touch;
}
body { 
	margin:0;
	padding:0;
	background-color:#fafafb;
	color:#231f20;
	font-family:'proxima-nova', sans-serif;
	font-size:17px;
	font-weight:300;
	line-height:1.2;
	-webkit-text-size-adjust:none;
}
.no-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 */
h1 { 
	position:relative;
	clear:both;
	font-family:'neuzeit-grotesk', sans-serif;
	font-size:62px;
	font-weight:700;
	line-height:1;
}
h2 { 
	clear:both;
	font-size:26px;
	font-weight:500;
	line-height:1.1;
}
.page-header {
	margin-bottom:40px;
	font-family:'neuzeit-grotesk', sans-serif;
	font-size:22px;
	font-weight:700;
	text-transform:uppercase;
}
h3 { 
	margin-bottom:15px;
	font-family:'neuzeit-grotesk', sans-serif;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
}

/* BUTTONS */
.button-default { 
	display:inline-block;
	margin:0;
	padding:15px 28px;
	border:1px solid #ff2d60;
	background-color:#ffffff;
	color:#ff2d60;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	font-family:inherit;
	font-size:19px;
	font-weight:600;
	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(-2px);
	background-color:#f7f7f7;
	text-decoration:none!important;
}
}
.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:#002d74;
}
.button-max { 
	width:100%;
}
.button-s { 
	margin:0;
	padding:8px 15px;
	font-size:16px;
}
.button-xs { 
	margin:0;
	padding:8px 16px;
	font-size:14px;
}
.button-xxs { 
	margin:0;
	padding:4px 7px;
	background-color:#393a3d;
	color:#ffffff;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
}
.button-xxs:hover { 
	background-color:#525356;
}
.button-xl { 
	padding:16px 25px;
	font-weight:400;
}
.button-action { 
	background-color:#ff2d60;
	border:1px solid #ff2d60;
	color:#ffffff;
}
@media (hover: hover) { 
.button-action:hover { 
	transform:translateY(-2px);
	background-color:#fb4571;
	border-color:#fb4571;
	text-decoration:none!important;
}
}
.button-icon { 
	background-color:transparent;
	border:none;
}
.button-icon:hover { 
	background-color:#dedede;
}
.button-blue { 
	background-color:#31454c;
	border:none;
	color:#ffffff;
}
.button-blue:hover { 
	background-color:#414d61;
}

/* 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:#173e77!important;
	text-decoration:none!important;
}
}
.button-split-action .button-split-main, .button-split-action .button-split-drop { 
	background-color:#002d74!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:15;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fafafb;
	//background-color:#fffcca;
	overflow:hidden;
}
.loader-container { 
	position:absolute;
}
.loader-mainbar { 
	display:none;
	position:absolute;
}
.loader-e-window { 
	display:none;
	position:absolute;
	z-index:99999;
	opacity:0.7;
}
.loader, .loader:after { 
	border-radius:50%;
	width:10em;
	height:10em;
}
.loader, .loader-build { 
	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 30px;
}
.loader-table { 
	display:table;
	height:100%;
	width:100%;
}
.loader-dots { 
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.loader-dots .dot { 
	display:inline-block;
	position:relative;
	margin:4px;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#fb4571;
	opacity:0;
	animation:showHideDot 2.5s ease-in-out infinite;
}
.loader-dots .one { animation-delay:0.2s; }
.loader-dots .two { animation-delay:0.4s; }
.loader-dots .three { animation-delay:0.6s; }
@keyframes showHideDot { 
	0% { opacity: 0; }
	50% { opacity: 1; }
	60% { opacity: 1; }
	100% { opacity: 0; }
}

/* 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; }
div.google-visualization-tooltip { pointer-events: none }

/* MAIN STRUCTURE */
#main-bar { 
	position:relative;
	z-index:3;
	//min-height:700px;
	height:100%;
	padding-top:75px;
	margin-left:240px;
	background-color:#fafafb;
}
#top-bar { 
	display:block;
	position:absolute;
	z-index:99;
	top:0;
	left:0;
	width:100%;
	height:75px;
	padding:10px 40px 0;
 	background-color:#fafafb;
}
#sub-bar { 
	position:relative;
 	background-color:#fafafb;
}
#left-bar { 
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:240px;
	height:100%;
	background-color:#ffffff;
}
#content { 
	height:100%;
}
#content .main-container { 
	position:relative;
	//overflow-y:auto;
}
.container { 
	margin-bottom:30px;
	background-color:#ffffff;
	//border:1px solid #cec2c2;
	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, .wrapper-xxs { 
	position:relative;
	clear:both;
	width:100%;
	max-width:1280px;
	margin:auto;
	padding:0 20px;
}
.wrapper-xxs { 
	max-width:680px;
}
.wrapper-xs { 
	max-width:980px;
}
.wrapper-s { 
	max-width:1180px;
}
.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-bar { 
	height:90px;
	padding:25px 27px;
	background-color:#ffffff;
}
#left-logo { 
	float:left;
	height:35px;
	width:40px;
	background-image:url('../img/upclient-icon.svg');
	background-size:contain;
	background-position:left center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.left-logo-hide { 
	opacity:0;
}
.left-back { 
	float:left;
	padding:5px 5px 5px 0;
	margin-right:15px;
	color:#231f20;
	font-size:24px;
	text-decoration:none;
	transition:0.5s all;
}
@media (hover: hover) { 
.left-back:hover { 
	transform:translateX(-2px);
}
}
.left-menu { 
	list-style:none;
	padding:0;
	margin:15px 0;
}
.left-menu li { 
	display:block;
	position:relative;
}
.left-menu li a { 
	display:block;
	width:100%;
	height:100%;
	padding:15px 24px;
	border-left:6px solid transparent;
	color:#231f20;
	font-family:'neuzeit-grotesk', sans-serif;
	font-size:19px;
	font-weight:300;
	cursor:pointer;
	transition:all 0.4s;
	text-decoration:none!important;
}
.left-menu li a:hover { 
	background-color:transparent;
}
.left-active { 
	//background-color:#fafafb;
	border-left:6px solid #fb4571!important;
	color:#fb4571!important;
	font-weight:700!important;
}

/* TOP BAR */
#main-expand { 
	font-size:28px;
	cursor:pointer;
}
.top-title { 
	height:60px;
	max-width:70%;
	padding:0 18px;
	font-family:'neuzeit-grotesk', sans-serif;
	font-size:18px;
	font-weight:600;
	line-height:60px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.top-user { 
	position:relative;
	float:right;
	width:36px;
	height:36px;
	margin-top:11px;
	background-color:#fb4571;
	-webkit-border-radius:8px;
	border-radius:8px;
	color:#ffffff;
	font-size:24px;
	font-weight:500;
	line-height:36px;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	transition:all 0.4s;
}
@media (hover: hover) { 
.top-user:hover { 
	background-color:#fb4571;
}
}

/* TAB BAR */
#tab-bar { 
	position:relative;
	width:100%;
	height:40px;
	white-space:nowrap;
	overflow:hidden;
}
.topsub { 
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:40px;
	padding:0 40px;
	white-space:nowrap;
	overflow:hidden;
}
.topsub-container { 
	height:60px;
	white-space:nowrap;
	overflow-x:auto;
}
.topsub-menu { 
	list-style:none;
	padding:0;
	margin:0;
	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 { 
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin-left:20px;
	white-space:nowrap;
}
.topsub-menu li:first-child { 
	margin-left:0;
}
.topsub-menu li a { 
	display:inline-block;
	height:40px;
	color:#231f20;
	font-size:15px;
	font-weight:600;
	line-height:36px;
	text-decoration:none!important;
	white-space:nowrap;
}
@media (hover: hover) { 
.topsub-menu li a:hover { 
	border-bottom:4px solid #fb4571!important;
}
}
.tactive { 
	border-bottom:4px solid #fb4571!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-activity { 
	padding-right:360px;
}
.main-activity-l { 
	padding-right:420px;
}
.main-activity-s { 
	padding-right:240px;
}
.data-col { 
	float:left;
}
.content-col { 
	position:relative;
	padding:25px 40px;
	height:100%;
	overflow-y:auto;
}
.activity-col, .activity-col-l, .activity-col-s { 
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	width:360px;
	height:100%;
	padding:8px 20px 20px 30px;
	overflow-y:auto;
	overflow-x:hidden;
}
.activity-col-l { 
	width:420px;
	padding:20px 30px 20px 10px;
}
.activity-col-s { 
	width:240px;
}
.bar-options { 
	display:none;
}
.activity-close { 
	display:none;
	position:absolute;
	z-index:1;
	top:0;
	right:5px;
	padding:10px;
	font-size:25px;
	cursor:pointer;
}
.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:7px;
	left:2px;
	height:96%;
	border-left:1px solid #989898;
}
.activity-list li:last-child::before { 
	display:none;
}
.activity-list li span { 
	position:relative;
	display:block;
	padding-left:14px;
}
.activity-list li span::before { 
	content:'';
	position:absolute;
	top:4px;
	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:23px;
	font-weight:500;
	padding-top:6px;
	cursor:default;
}
.content-title-link { 
	color:#002d74;
	cursor:pointer;
}
.content-title-link:hover { 
	text-decoration:underline;
}

/* HOME PAGE */
.site-select { 
	text-align:center;
	transition:0.3s all;
	cursor:pointer;
}
@media (hover: hover) { 
.site-select:hover { 
	transform:translateY(-2px);
}
}
.site-select-img { 
	display:inline-block;
	width:200px;
	height:200px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.site-blank { 
	background-image:url('../img/icon-site-blank.svg');
}
.site-exists { 
	background-image:url('../img/icon-site-exists.svg');
}
.site-back { 
	display:inline-block;
	font-size:20px;
	cursor:pointer;
}
@media (hover: hover) { 
.site-back:hover { 
	text-decoration:underline;
}
}
.site-info { 
	padding:0 24px;
}
.site-screenshot { 
	position:relative;
	height:120px;
	line-height:100px;
	border-radius:8px;
	border:1px solid #d2d2d2;
	font-size:40px;
	text-align:center;
}
.site-screenshot i { 
	color:#ff7797;
}

/* 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:#002d74;
	background-color:#ffffff;
	border:1px solid #002d74;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	cursor:pointer;
	transition:0.3s all;
}
.admin-filter li:hover { 
	background-color:#002d74;
	color:#ffffff;
}
.admin-filter-active { 
	background-color:#002d74!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:pointer;
}
.due-blocks li:hover { 
	opacity:0.7;
}
.due-blocks-title { 
	margin-bottom:3px;
	font-size:22px;
	font-weight:500;
	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:28px;
}
.due-blocks-sub { 
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.due-active { 
	border-top:2px solid #31454c;
}

/* UPLOAD PAGE */
.saving { 
	display:none;
	position:absolute;
	top:13px;
	left:37px;
	color:#fb4571;
	font-size:27px;
}
.e-saving { 
	padding-top:0;
	margin-right:15px;
}
.upload-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.upload-list li { 
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:17.5%;
	margin:0 2.5% 10px -4px;
	padding:0;
	//background-color:#ffffff;
}
.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:#002d74;
}
.upload-file-hover.content-title-link { 
	background-color:#002d74;
	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 -4px 10px 3%;
	margin-bottom:8px;
	transition:all 0.3s;
}
.build-list li:hover { 
	background-color:#f1f1f1;
}
.build-list li:hover i { 
	color:#b7b3b3;
}
.build-list-li { 
	list-style:none;
	display:inline-block;
	vertical-align:top;
	width:48.5%;
	padding:0 11px;
	background-color:#ffffff;
	border:1px solid #aaaaaa;
	border-radius:10px;
	font-size:13px;
	font-weight:500;
	text-align:left;
	cursor:pointer;
}
.build-list li:nth-child(2n+1) { 
	margin-left:0;
}
.build-list-table { 
	display:table;
	width:100%;
	height:42px;
	padding:8px 0;
}
.build-list-icon, .build-list-copy { 
	display:table-cell;
	vertical-align:middle;
	line-height:1;
	transform:translateY(1px);
}
.build-list-icon { 
	width:30px;
	padding-right:10px;
	text-align:center;
}
.build-list-li i { 
	font-size:21px;
	color:#a5a5a5;
	transition:all 0.3s;
}
.report-empty { 
	position:absolute;
	z-index:1;
	left:0;
	right:0;
}
.report-items { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
	min-height:80px;
}
.report-items-li { 
	position:relative;
	display:inline-block;
	vertical-align:top;
	height:auto!important;
}
.report-items-100 { 
	width:99%!important;
	margin:0 0.25% 10px;
}
.report-items-50 { 
	width:48.5%!important;
	margin:0 0.5% 10px;
}
.section-move1 { 
	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:5px 9px;
	margin:0 0 15px 5px;
	background-color:#888888;
	border-radius:2px;
	color:#ffffff;
	font-size:10px;
	font-weight:500;
	white-space:nowrap;
	text-transform:uppercase;
	letter-spacing:1px;
	transform:translateY(-2px);
}
.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-move1, .page-documents .widget-image:hover .section-move1, .page-documents .widget-spacer:hover .section-move1, .page-documents .widget-pbreak:hover .section-move1, .page-documents .widget-cbreak:hover .section-move1 { 
	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:#002d74;
	color:#ffffff;
	font-size:16px;
	cursor:pointer;
}
.send-count { 
	clear:both;
	margin:5px 0 20px;
	padding:12px;
	background-color:#002d74;
	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 25px 4%;
	padding:0;
}
.tasks-list > li:nth-child(4n+1) { 
	margin-left:0;
}
.home-bg { 
	height:370px;
	padding:0 20px 30px;
}
.home-welcome { 
	font-size:52px;
	font-weight:700;
	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-img { 
	position:relative;
	display:block;
	height:180px;
	line-height:180px;
	background-color:#fffcca;
	box-shadow:0 0 15px rgba(0, 0, 0, 0.15);
	color:#ff7797;
	font-size:60px;
	text-align:center;
	text-decoration:none!important;
	border-radius:10px;
	transition:0.4s all;
}
.survey-list-img::before { 
	content:'\f013';
	font-family:'Font Awesome 5 Pro';
	font-size:60px;
	font-weight:300;
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	color:#231f20;
	opacity:0;
	background-color:rgba(255, 252, 202, 0.8);
	border-radius:10px;
	transition:all 0.3s;
	text-align:center;
	cursor:pointer;
}
@media (hover: hover) { 
.survey-list-img:hover { 
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	transform:translateY(-2px);
}
}
.survey-list-notice { 
	display:none;
	position:absolute;
	z-index:1;
	right:15px;
	bottom:12px;
	font-size:13px;
	font-weight:500;
	line-height:1;
}

.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:7px 10px 2px 20px;
}
.survey-list-edit { 
	padding:5px 20px;
}
.survey-list-title { 
	width:77%;
	margin-top:7px;
	font-size:15px;
	font-weight:600;
	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:6px 8px;
	font-size:16px;
	border:none;
	cursor:pointer;
}
.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:2px dashed #cecece;
	background-color:#ffffff;
	color:#fb4571;
}
.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 #002d74; background:#002d74!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;
}

/* ANALYTICS PAGE */
.analytics-list { 
	list-style:none;
	margin:0;
	padding:0;
}
.analytics-list > li { 
	display:inline-block;
	vertical-align:top;
	width:15%;
	margin:0 -4px 15px 2%;
	padding:26px 10px;
	text-align:center;
	background-color:#fffcca;
	border-radius:8px;
	line-height:1.1;
}
.analytics-list > li:nth-child(6n+1) { 
	margin-left:0;
}
.analytics-title { 
	margin-bottom:16px;
	font-size:15px;
	font-weight:500;
}
.analytics-value { 
	font-size:32px;
	font-weight:600;
}
.analytics-previous { 
	margin-top:15px;
	font-size:14px;
	font-weight:500;
}
.analytics-visits { 
	width:100%;
	height:400px;
}
.analytics-pie { 
	width:100%;
	height:255px;
}
.analytics-table { 
	min-height:260px;
}
.analytics-col-3 { 
	list-style:none;
	margin:0;
	padding:0;
}
.analytics-col-3 > li { 
	display:inline-block;
	vertical-align:top;
	width:32%;
	margin:0 -4px 15px 2%;
}
.analytics-col-3 > li:nth-child(3n+1) { 
	margin-left:0;
}

/* PAGES PAGE */
.pages-container { 
	height:100%;
	padding:20px 30px 0;
}
.pages-box { 
	position:relative;
	z-index:2;
	height:100%;
	background-color:#ffffff;
	box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.pages-content { 
	height:100%;
	overflow-y:auto;
}
.pages-sections { 
	position:relative;
}
.pages-section { 
	position:relative;
	border:1px solid #fb4571;
	border-radius:5px;
	padding:0 15px 15px;
	margin:30px 0;
}
@media (hover: hover) { 
.pages-section:hover { 
	border:1px dashed #fb4571;
}
}
.pages-section-active { 
	border:1px dashed #fb4571;
}
.pages-marker { 
	display:none;
}
.pages-column { 
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.pages-row { 
	position:relative;
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	width:100%;
	height:auto;
	margin:15px 0 0;
	padding:10px 0 0;
	min-height:60px;
	border:2px dashed #dad7d7;
	border-radius:5px;
}
.pages-row-50 { 
	width:48.5%;
}
.pages-drag-note { 
	background-color:#f5f5f5;
}
.pages-drag-note:before { 
	content:'Drag a question here';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	color:#999999;
	font-size:15px;
	line-height:57px;
	text-align:center;
}
.section-move1 { 
	opacity:0;
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	right:20px;
	width:36px;
	height:36px;
	line-height:36px;
	margin:auto;
	border-radius:50%;
	background-color:#000000;
	box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.2);
	color:#ffffff;
	font-size:16px;
	text-align:center;
	transition:all 0.3s;
	cursor:move;
}
@media (hover: hover) { 
.section-move1:hover { 
	transform:translateX(2px);
}
.pages-section:hover .section-move1 { 
	opacity:1;
}
}
.section-edit { 
	position:absolute;
	z-index:13;
	bottom:-20px;
	right:0;
	left:0;
	width:160px;
	height:40px;
	margin:auto;
	border-radius:40px;
	background-color:#fffcca;
	box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.2);
	transition:all 0.3s;
}
.section-action { 
	float:left;
	width:30px;
	height:30px;
	line-height:30px;
	margin:5px;
	border-radius:50%;
	background-color:#ff2d60;
	color:#ffffff;
	font-size:15px;
	text-align:center;
	transition:all 0.3s;
	cursor:pointer;
}
@media (hover: hover) { 
.section-action:hover{ 
	background-color:#fb4571;
	//transform:translateY(-1px);
}
}
.section-move { 
	cursor:move;
}
.pages-block { 
	position:relative;
	display:inline-block;
	vertical-align:top;
	height:auto!important;
}
.pages-edit-box, .pages-edit-media { 
	position:absolute;
	z-index:5;
	top:0;
	left:100%;
	width:100%;
	height:100%;
	padding:10px 40px 10px 10px;
	margin:0 0 0 20px;
	background-color:#fafafb;
	overflow-y:auto;
	transition:0.2s all;
}
.pages-edit-media { 
	z-index:6;
}
.pages-edit-show, .pages-media-show { 
	left:0;
}
.pages-edit-back, .pages-media-back { 
	cursor:pointer;
}
.pages-edit-title { 
	float:left;
	padding:5px 0 0 5px;
	font-size:19px;
	font-weight:400;
	//transform:translateX(55%);
}
.pages-edit-option { 
	margin-bottom:15px;
}

.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;
}
.pages-box .widget-item { 
	border-bottom:1px solid #a2a2a2;
	padding:0 0 10px;
	margin-top:10px;
	cursor:pointer;
}
.pages-box .widget-item-img { 
	width:100px;
}
.pages-box .widget-item-copy { 
	padding-left:8px;
	font-size:14px;
}
.pages-box .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:rgba(121, 131, 191, 0.8);
	cursor:pointer;
	transtion:all 0.2s;
}
.pages-box .widget-move-hide { 
	opacity:0;
}
.pages-box .widget-move-border { 
	border:1px solid rgba(0, 0, 0, 0.8);
}
.pages-edit-right { 
	float:right;
	width:170px;
}
.pages-input { 	
	width:100%;
	margin:0;
	padding:9px 0;
	background-color:#ffffff;
	border:1px solid #c1b9b9;
	font-family:inherit;
	font-size:14px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-appearance:none;
	text-align:center;
}
.pages-input-padding { 
	width:23%;
	padding:11px 0;
	font-size:12px;
}
.pages-input-tborder { 
	border-top:3px solid #fb4571;
}
.pages-input-rborder { 
	border-right:3px solid #fb4571;
}
.pages-input-bborder { 
	border-bottom:3px solid #fb4571;
}
.pages-input-lborder { 
	border-left:3px solid #fb4571;
}
.f-dropdown { 
	float:right;
	width:150px;
}
.drop-options { 
	list-style:none;
	margin:0;
	padding:0;
}
.drop-options li { 
	display:table;
	width:100%;
	margin:10px 0;
	font-size:16px;
}
.drop-options li.drop-marker { 
	display:none;
}
.drop-options-move, .drop-options-input, .drop-options-del { 
	display:table-cell;
}
.drop-options-move { 
	width:25px;
	cursor:move;
}
.drop-options-move i { 
	transform:translateY(2px);
}
.drop-options-del { 
	width:25px;
	text-align:right;
	cursor:pointer;
}
.drop-options-del i { 
	transform:translateY(1px);
}
.drop-options-input input { 
	width:100%;
	margin:0;
	padding:8px 10px;
	background-color:#ffffff;
	border:1px solid #cec2c2;
	font-family:inherit;
	font-size:14px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-webkit-appearance:none;
}

/* 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 #002d74;
	//background-color:#002d74;
}
.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;
}

/* BUILD PAGE */
.build-top { 
	height:70px;
	padding:8px 30px;
}
.build-top-logo { 
	position:relative;
	float:left;
	padding-top:12px;
}
.bar-top-name { 
	float:left;
	margin:10px 5px 0 7px;
	width:250px;
}
.top-input { 
	width:100%;
	height:40px;
	margin:0;
	padding:0;
	background-color:#fafafb;
	border:none;
	font-family:inherit;
	font-size:18px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-webkit-appearance:none;
	text-overflow:ellipsis;
	overflow:hidden;
}
.bar-top-action { 
	float:right;
	margin-top:9px;
	padding:8px;
	font-size:18px;
	cursor:pointer;
	transition:0.4s all;
}
@media (hover: hover) { 
.bar-top-action:hover { 
	transform:translateY(-2px);
}
}
.build-layer { 
	padding:0;
	background-color:#ffffff;
	box-shadow:0 0 25px 0 rgba(0, 0, 0, 0.2);
	border-radius:12px 12px 0 0;
	overflow:hidden;
}
.build-wrapper { 
	display:table-cell;
	vertical-align:top;
	border:1px solid transparent;
}
#build-bar { 
	float:left;
	width:150px;
	height:100%;
	background-color:transparent;
	-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);
	overflow-y:auto;
}
.build-pages { 
	list-style:none;
	padding:0;
	margin:15px 0;
}
.build-pages li { 
	position:relative;
	display:inline-block;
	vertical-align:top;
	height:92px;
	width:120px;
	margin:0 -4px 0 10px;
	padding:10px 10px 0;
	border:none;
	border-radius:0;
	cursor:pointer;
	transition:all 0.2s;
}
.build-pages li:hover { 
	background-color:#f5f5f5;
}
.build-pages-page { 
	position:relative;
	width:100%;
	height:54px;
	border:1px solid #bfbfbf;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
.build-pages-over { 
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	border-radius:5px;
}
.build-pages-body { 
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:3px 6px;
	background-size:cover;
}
.build-pages-num { 
	margin-top:2px;
	text-align:center;
	color:#66696b;
	font-size:12px;
	font-weight:500;
}
.build-pages-spacer { 
	display:block;
	width:75%;
	height:1px;
	margin:12px 15px;
	border-top:1px solid #e4d8d8;
	border-left:none;
}
.build-move-show { 
	position:absolute;
	z-index:12;
	top:1px;
	right:11px;
	height:40px;
	line-height:40px;
	padding:0 15px;
	color:#ffffff;
	font-size:15px;
	text-align:center;
	background-color:#4c4c4c;
	border-radius:5px;
	cursor:pointer;
	transition:all 0.3s;
}
@media (hover: hover) { 
.build-move-show:hover { 
	background-color:#5f5c5c;
}
}
.build-move-text { 
	display:inline-block;
	vertical-align:middle;
	width:0;
	overflow:hidden;
	font-family:'proxima-nova', sans-serif;
}
.build-delete { 
	position:absolute;
	z-index:3;
	top:0;
	right:0;
	padding:3px 5px;
	cursor:pointer;
}
.build-delete-temp { 
	display:none;
}
.build-delete i { 
	text-shadow:0 0 5px rgba(255, 255, 255, 1);
}
.build-plus { 
	padding-top:9px;
	font-size:30px;
	text-align:center;
}
.build-parent { 
	position:relative;
}
.s-outer { 
	overflow-x:hidden;
}
.m-wrapper { 
	//display:none;
}
.pactive .build-pages-page { 
	border:2px solid #ff2d60;
}
.yactive { 
	display:block;
}
.build-empty { 
	position:absolute;
	z-index:1;
	top:30%;
	left:0;
	right:0;
}
.build-empty, .placeholder { 
	font-family:'proxima-nova', sans-serif;
}
.build-items { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
	min-height:210px;
}
.build-items-li { 
	position:relative;
	display:table;
	width:100%;
	padding:0 10px;
}
.build-items-100 { 
	width:100%;
}
.build-items-50 { 
	width:50%;
}
.build-items-33 { 
	width:33.33%;
}
.build-items-25 { 
	width:25%;
}
.build-items-pad { 
	padding:30px;
}
.n-bar { 
	position:absolute;
	z-index:13;
	bottom:20px;
	left:30px;
	right:30px;
	height:70px;
	border-radius:6px;
	border:1px solid transparent;
	text-align:center;
}
.n-bar-top { 
	top:25px;
	bottom:auto;
}
.n-bar-std { 
	position:relative;
	top:auto;
	bottom:auto;
	margin-top:40px;
	left:0;
	right:0;
}
.s-outer { 
	padding:0 0 110px;
}
.s-outer-top { 
	padding:90px 0 30px;
}
.s-outer-std { 
	padding:5px 0 30px;
}
.n-forward, .n-back { 
	position:absolute;
	top:0;
	text-align:center;
}
.n-forward.s-icon, .n-back.s-icon { 
	width:80px;
	height:70px;
	font-size:40px;
	line-height:70px;
}
.n-back { 
	left:0;
}
.n-forward { 
	right:0;
}
.s-button { 
	padding:10px 20px;
	margin:15px 17px;
}
.s-icon, .s-button { 
	cursor:default;
}
.n-bar-logo { 
	position:absolute;
	z-index:6;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	max-width:180px;
	max-height:42px;
	background-position:center center;
	background-repeat:no-repeat;
}
.s-input { 
	width:100%;
	height:40px;
	margin:5px 0;
	padding:0 15px;
	border:1px solid #e0e0e0;
	color:#66696b;
	background-color:#ffffff;
	font-size:16px;
	font-family:inherit;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-appearance:none;
	text-overflow:ellipsis;
	background-image:none;
	background-position:right 10px center;
	background-repeat:no-repeat;
}
.s-input:hover { background-color:rgba(120, 120, 120, 0.1); }
.s-input:focus { 
	background-color:rgba(120, 120, 120, 0.1);
}
.s-tarea { 
	width:100%;
	padding:3px 5px 5px 5px;
	margin-bottom:0;
	border:none;
	overflow:hidden;
	resize:none;
	background-color:rgba(0, 0, 0, 0);
	font-family:inherit;
	text-align:inherit;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-webkit-appearance:none;
	-webkit-user-select:text;
	-khtml-user-select:text;
	-moz-user-select:text;
	-o-user-select:text;
	user-select:text;
}
.s-tarea:hover { background-color:rgba(0, 0, 0, 0.1); }
.s-tarea:focus { 
	background-color:rgba(0, 0, 0, 0.1);
}
textarea.s-title, textarea.s-description { 
	line-height:1.2;
}
textarea.s-scale { 
	margin-top:8px;
	margin-bottom:0;
	font-size:15px;
	font-weight:400;
}
.s-del-button { 
	padding:5px;
	font-size:20px;
	cursor:pointer;
}
.y-upload { 
	display:table;
	width:100%;
	height:160px;
	margin:0;
	font-size:15px;
	font-weight:400;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.y-upload span { 
	display:table-cell;
	vertical-align:middle;
}
.y-upload span span { 
	display:block;
}
.y-upload i { 
	margin-bottom:10px;
	font-size:45px;
}
.r-upload-compact.y-upload { 
	height:auto;
	padding:9px 17px 10px;
	font-size:15px;
	text-align:left;
}
.r-upload-compact.y-upload i { 
	margin-bottom:0;
	font-size:30px;
	vertical-align:middle;
}
.r-upload-compact.y-upload span span { 
	display:inline-block;
	margin-left:10px;
}

.ui-sortable-helper { 
	background-color:rgba(0, 0, 0, 0.3)!important;
}
.otype + label { 
	cursor:default;
}
.noborder { 
	border:none!important;
}
/*
.typep .ocopy { 
	padding:10px 0 0;
}
*/
.typer .ocopy, .mlist .ocopy, .klist .ocopy { 
	padding-left:30px;
	padding-right:30px;
}
.mlist .ocopy, .mlist .tcopy { 
	text-align:left;
}
.r-add, .s-add { 
	margin-top:5px;
	margin-bottom:10px!important;
	padding:0 20px!important;
	border:none;
	background-color:rgba(0, 0, 0, 0.4);
	color:#f7f7f7;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor:pointer;
}
.r-wrapper { 
	width:100%;
	height:100%;
	display:table;
}
.r-wrapper-copy { 
	display:table-cell;
	vertical-align:middle;
	font-family:'proxima-nova', sans-serif;
}
.r-wrapper-copy i { 
	margin-bottom:15px;
}
.r-add:hover, .s-add:hover { background-color:rgba(0, 0, 0, 0.6); }
.r-add-r { 
	height:45px;
	font-size:14px;
}
.r-add-p { 
	font-size:15px;
}
.t20 li { 
	width:18.4%;
}
.t20 .r-add-p { 
	height:141px;
}
.t25 .r-add-p { 
	height:161px;
}
.t33 .r-add-p { 
	height:181px;
}
.f-overflow {
	overflow-y:auto;
	overflow-x:hidden;
}
.t-overflow { 
	font-size:14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.t-obold { 
	font-size:15px;
	font-weight:700;
}
.t-sub { 
	margin-top:6px;
	font-size:12px;	
}
.f-icon { 
	font-size:14px;
	font-weight:700;
}
.f-icon-l { 
	color:#a5a5a5;
	font-size:17px;
	font-weight:700;
	line-height:1;
}
.f-scale { 
	font-size:18px;
}
.f-input, .p-input { 
	width:100%;
	border:none;
	color:inherit;
	background-color:rgba(0, 0, 0, 0);
	font-family:inherit;
	font-weight:300;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-webkit-appearance:none;
	text-align:inherit;
	text-overflow:ellipsis;
}
.tcopy .f-input, .tcopy .p-input { 
	font-size:16px;
	font-weight:400;
}
.ocopy .f-input { 
	font-size:15px;
	font-weight:400;
}
.ocopy .p-input { 
	font-size:14px;
	font-weight:400;
}
.f-cbox li .otype + label, .f-rbox li .otype + label { 
	padding-left:20px;
}
.f-cbox li .otype + label::before { 
	background-image:url('../img/check-on.svg');
}
.f-rbox li .otype + label::before { 
	background-image:url('../img/radio-on.svg');
}
.f-cbox li.r-add::before, .f-rbox li.r-add::before { 
	display:none;
}
.f-input-tarea { 
	height:100px;
	resize:none;
}
.f-move-button, .f-del-button, .f-action-button { 
	position:absolute;
	z-index:11;
	background-color:#999999;
	top:0;
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	padding:6px 10px;
	text-decoration:none;
	cursor:pointer;
	vertical-align:top;
	transition:all 0.2s;
}
.f-move-button, .f-action-button { 
	left:0;
	border-radius:3px 0 0 0;
	-webkit-border-radius:3px 0 0 0;
	-moz-border-radius:3px 0 0 0;
}
.f-action-button { 
	display:none;
	background-color:#de8a0d;
}
.tactiveb { 
	border-color:#de8a0d!important;
	-webkit-box-shadow: 0px 0px 8px 3px rgba(222, 138, 13, 0.75);
	-moz-box-shadow: 0px 0px 8px 3px rgba(222, 138, 13, 0.75);
	box-shadow: 0px 0px 8px 3px rgba(222, 138, 13, 0.75);
}
.f-del-button { 
	right:0;
	font-size:14px!important;
	border-radius:0 3px 0 0;
	-webkit-border-radius:0 3px 0 0;
	-moz-border-radius:0 3px 0 0;
}
.f-move-button:hover, .f-del-button:hover { 
	background-color:#5f5c5c;
}
.build-move-active { 
	background-color:#ff2d60;
}
@media (hover: hover) { 
.build-move-active:hover { 
	background-color:#fb4571;
}
}

.gtype:checked + label > .gcopy_num { 
	background-color:transparent;
}

.f-placeholder { 
	color:#9fa6ab;
}
.f-select { 
	display:none;
}
.f-radius { 
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.f-intro, .f-exit { 
	//width:100px;
	font-size:20px;
}
.clist { 
	width:100%;
	min-height:43px;
	margin:5px 0;
	padding:12px 15px;
	background-color:#f7f7f7;
	border:1px solid #cec2c2;
	font-family:inherit;
	font-size:14px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-appearance:none;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	cursor:pointer;
	transition:all 0.2s;
}
.clist:hover { 
	background-color:#ececec;
}
#custom-list { 
	display:none;
}
.c-content { 
	position:absolute;
	z-index:1;
	width:100%;
	top:0;
	bottom:55px;
	overflow:auto;
	padding:30px;
}
.c-bar { 
	position:absolute;
	z-index:2;
	bottom:0;
	width:100%;
	height:55px;
	padding:10px 13px;
	background-color:#ffffff;
	border-top:1px solid #cec2c2;
}
.act-divider { 
	border-top:2px dashed #dad7d7;
	margin:10px 0 20px;
}
.right-content { 
	position:relative;
}
.right-container { 
	padding:15px 15px 0;
	margin-bottom:20px;
	border:1px solid #bfbfbf;
	border-radius:5px;
}
.activity-button { 
	position:absolute;
	z-index:1;
	top:-58px;
	right:0;
}
.b-media, .a-media, .r-media, .t-media, .g-media { 
	float:right;
	width:48px;
	height:40px;
	//border:1px solid #66696b;
	border:1px solid #c1b9b9;
	text-align:center;
	line-height:40px;
	font-size:20px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
 	background-size:cover;
	cursor:pointer;
}
.b-media:hover, .a-media:hover, .r-media:hover, .t-media:hover, .g-media:hover { background-color:rgba(120, 120, 120, 0.1); }
.klist .k-bg { 
	display:block;
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:40px;
	text-align:center;
	font-size:18px;
	border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
}
.klist .k-bg i { 
	margin-top:40%;
	margin-left:-60px;
}
.f-settings { 
	margin:10px 0 16px;
	font-size:13px;
}
.f-settings span { 
	cursor:pointer;
}

/* LIBRARY IMAGES */
.library-list { 
	list-style:none;
	padding:0;
	margin:15px 0;
}
.library-list li { 
	display:block;
	position:relative;
	float:left;
	width:48%;
	height:90px;
	margin:0 0 12px 4%;
	background-color:#ffffff;
}
.library-list li:nth-child(2n+1) { 
	margin-left:0;
}
.e-image { 
	display:inline-block;
	position:relative;
	width:32%!important;
	height:90px;
	margin:0 -4px 15px 2%;
	border:1px solid #bfbfbf;
	border-radius:8px;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	cursor:pointer;
}
.e-image:nth-child(3n+1) { 
	margin-left:0;
}
.e-image-active::before { 
	content:'';
	position:absolute;
	top:-5px;
	left:-7px;
	width:25px;
	height:25px;
	line-height:25px;
	border-radius:50%;
	background-color:#ff2d60;
	background:#0295ff url(../img/icon-check.svg) no-repeat center center;
	background-size:11px;
	color:#ffffff;
	text-align:center;
	box-shadow:0 0 12px rgba(0, 0, 0, 0.2);
}
.signature-pad { 
	width:100%;
	height:180px!important;
	max-width:100%;
	background-color:#ffffff;
	border:1px solid #aaaaaa;
	border-radius:3px;
	font-size:10px;
	background-image:url('../img/sign-here-02.svg');
	background-repeat:no-repeat;
	background-size:30%;
	background-position:center center;
}

/* ANALYSIS PAGE */
.q-inner { 
	padding:45px 32px 20px;
	border-bottom:1px solid #cec2c2;
}
.q-icon { 
	margin-right:10px;
	padding:8px 12px;
	font-size:16px;
	border:1px solid #c1b9b9;
	background-color:#ffffff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:5px;
}
.q-header { 
	font-size:18px;
	font-weight:500;
}
.q-sublist { 
	list-style:none;
	height:auto;
	padding:0;
	margin:16px 0 10px 50px;
}
.q-sublist li { 
	display:block;
	position:relative;
	padding:10px 32px 10px 5px;
	border-top:1px solid #e0e0e0;
}
.q-sublist li:first-child { 
	border-top:none;
}
.q-active { 
	color:#5890ff;
	font-weight:700;
}
.q-quest { 
	display:inline-block;
	width:50%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.q-full { 
	float:left;
	width:100%;
}
.q-choice { 
	width:100%;
	margin-right:50px;
}
.q-result-a { 
	position:absolute;
	top:9px;
	right:5px;
	color:#5890ff;
	font-size:17px;
}
.q-result, .q-result-t { 
	display:inline-block;
	float:right;
	width:50%;
	//position:absolute;
	//top:9px;
	//right:5px;
	color:#5890ff;
	font-size:17px;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.q-result-t { 
	font-size:14px;
	font-weight:500;
}
.q-result-text { 
	font-weight:500;
	color:#5890ff;
}
.q-result-bold { 
	font-weight:700;
}
.q-result-copy { 
	display:block;
	float:left;
	margin:3px 4px 0 0;
	font-size:12px;
	font-weight:700;
}
.q-rating { 
	display:inline-block;
	padding:10px 12px;
	margin-right:8px;
	font-weight:500;
}
.q-select { 
	background-color:#5890ff;
	color:#ffffff;
	font-weight:700;
}

/* YOUTUBE VIDEO */
.v-media, .n-media { 
	position:relative;
	//min-height:350px;
	margin-bottom:25px;
	padding:0 15px;
	font-size:14px;
	color:#f7f7f7;
	background-color:rgba(0, 0, 0, 0.3);
	text-align:center;
}
.n-media { 
	height:110px;
	width:100%;
	max-width:300px;
	margin:0 auto 20px;
}
.v-media-select { 
	display:table;
	width:100%;
	height:100%;
}
.v-media-copy { 
	display:table-cell;
	vertical-align:middle;
}
.v-media-copy i { 
	margin-bottom:15px;
}
.s-video-wrapper { 
	position:absolute;
	top:0;
	left:0;
	//height:350px;
	height:100%;
}
.s-video-wrapper iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.s-img, .n-img { 
	height:100%;
	margin-bottom:0;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	background-position:center center;
	background-repeat:no-repeat;
}
.s-over { 
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	//background-color:rgba(0, 0, 0, 0.4);
}
.m-over { 
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
}
.v-over { 
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0);
	cursor:pointer;
	transition:all 0.2s;
}
.v-over:hover { background-color:rgba(0, 0, 0, 0.2); }

/* 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:#002d74;
	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%;
	background-color:#ffffff;
	text-align:center;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
}
.e-window-header, .e-window-icon, .e-window-title { 
	height:60px;
	line-height:60px;
	font-family:'neuzeit-grotesk', sans-serif;
	font-size:22px;
	font-weight:600;
}
.e-window-title { 
	padding-top:20px;
	line-height:1.1;
}
.e-window-header { 
	padding:0 25px;
}
.e-window-icon { 
	float:left;
	margin-right:15px;
}
.e-window-title { 
	float:left;
}
.e-window-content { 
	text-align:left;
	//overflow-y:auto;
}
.e-close { 
	float:right;
	width:24px;
	height:24px;
	margin-top:20px;
	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:61px;
	padding:12px 20px 0;
	background-color:#fffcca;	
}
.e-window-img, .e-window-logo, .e-window-fimg { 
	position:relative;
	width:100%;
	height:280px;
	background-color:#ffffff;
	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-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-overlay { 
	display:none;
	background-color:rgba(0, 0, 0, 0.3);
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* 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:15px;
	font-weight:400;
	//white-space:nowrap;
	//overflow:hidden;
	//text-overflow:ellipsis;
}
.data-overflow th, .data-overflow td { 
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.data-preview th { 
	font-weight:600;
}
.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%;
}
.column30 { 
	width:30%;
}
.column33 { 
	width:33%;
}
.column28 { 
	width:28%;
}

/* INPUT ELEMENTS */
.check-title { 
	margin-bottom:5px;
	font-family:'neuzeit-grotesk', sans-serif;
	font-size:19px;
	font-weight:600;
}
.check-input { 
	width:100%;
	margin:5px 0;
	padding:15px 17px;
	background-color:#eeeeee;
	border:1px solid transparent;
	font-family:inherit;
	font-size:16px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-appearance:none;
}
.options-input { 
	width:100%;
	margin:0;
	padding:11px 12px;
	background-color:#ffffff;
	border:1px solid #cec2c2;
	font-family:inherit;
	font-size:15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-appearance:none;
}
.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:15px 17px;
	border:none;
	overflow-y:auto;
	resize:none;
	background-color:#eeeeee;
	border:1px solid transparent;
	font-family:inherit;
	font-size:17px;
	font-weight:300;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-appearance:none;
}
.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', 'proxima-nova', 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;
}

/* NOTIFIER */
.notifier { 
	position:fixed;
	z-index:99999999;
	bottom:65px;
	left:-300px;
	width:280px; 
	padding:18px 20px 18px 22px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color:#fb4571;
	box-shadow:0 0 15px rgba(0, 0, 0, 0.2);
	color:#ffffff;
	line-height:1;
	transition:all 0.4s;
	cursor:default;
}
.notifier-icon { 
	float:left;
	margin-right:10px;
	font-size:37px;
}
.notifier-copy { 
	float:right;
	width:180px;
}
.notifier-title { 
	margin-bottom:5px;
	font-size:18px;
	font-weight:500;
}
.notifier-msg { 
	font-size:14px;
	font-weight:400;
}
.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-box { 
	max-width:500px;
	margin:auto;
	padding:35px 50px;
	background-color:#ffffff;
	border-radius:15px;
	box-shadow:0 0 25px rgba(0, 0, 0, 0.1);
}
.signin-header { 
	font-size:25px;
	font-weight:700;
}
.signin-logo { 
	display:inline-block;
	width:50px;
	height:60px;
	background-image:url(../img/upclient-icon.svg);
}
.signin-input { 
	height:auto;
	font-size:19px;
	font-weight:300;
}
.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;
}

/* 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 */
.t-option { 
	float:left;
	margin-bottom:7px;
	font-size:15px;
	line-height:1.1;
}
.t-drop { 
	width:120px;
	padding-top:13px;
}
.t-color { 
	width:88px;
	padding-top:6px;
}
.f-option-m, .f-option-a { 
	position:relative;
	padding-bottom:15px;
}
.f-option-i { 
	display:none;
}
.f-option, .a-option { 
	float:left;
	width:150px;
	font-size:15px;
}
.f-option-pad { 
	padding-top:12px;
}
.f-divider { 
	clear:both;
	margin:6px 0 20px;
	border-top: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:0;
	cursor:pointer;
}
.f-switch-r, .f-switch-w { 
	//width:100%;
	margin:0 18px;
	cursor:pointer;
}
.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:30px;
	width:40px;
	height:40px;
	border-radius:8px;
	background-color:#fb4571;
	color:#ffffff;
	font-size:30px;
	line-height:43px;
	text-align:center;
	cursor:pointer;
	transition:all 0.4s;
}
@media (hover: hover) { 
#topscroll:hover { 
	transform:translateY(-2px);
	background-color:#fb4571;
}
}

/* 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;
}
.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-yellow { 
	background-color:#fffcca;
}
.bg-black { 
	background-color:#000000;
}
.bg-orange { 
	background-color:#ffc509;
}
.twhite { 
	color:#ffffff!important;
}
.tgrey { 
	color:#59595b!important;
}
.tlgrey { 
	color:#909090!important;
}
.torange { 
	color:#002d74;
}
.tpurple { 
	color:#002d74;
}
.divider { 
	clear:both;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:2px dotted #a9a79c;
}
.divider-xxs { 
	height:5px;
}
.divider-xs { 
	height:10px;
}
.divider-s { 
	height:15px;
}
.divider-m { 
	height:30px;
}
.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:16px;
	font-weight:400;
	line-height:1.8;
	color:#ff0000;
}
input.error, textarea.error {
	background-color:#ffe1e1;
}
select.error { 
	background:#ffe1e1 url(../img/CB_DownArrow.png) no-repeat right 9.4% center;
}
#yerror { 
	display:none;
	overflow:auto;
	padding-bottom:20px;
	font-size:14px;
	font-weight:700;
	text-align:left;
}
#yerror label { 
	float:none;
	width:auto;
}

.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;
}
.build-list li { 
	margin-bottom:6px;
	margin-left:0;
}
.build-list-li { 
	width:100%;
	font-size:12px;
}
.build-list-table { 
	height:auto;
	padding:6px 0;
}
.build-list-li i { 
	font-size:19px;
}

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

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

/* ANALYTICS PAGE */
.analytics-list > li, .analytics-list > li:nth-child(6n+1) { 
	width:32%;
	margin:0 -4px 15px 2%;
}
.analytics-list > li:nth-child(3n+1) { 
	margin-left:0;
}
.analytics-col-3 > li, .analytics-col-3 > li:nth-child(3n+1) { 
	width:49%;
	margin:0 -4px 15px 2%;
}
.analytics-col-3 > li:nth-child(2n+1) { 
	margin-left:0;
}

}

/* 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%;
}

}

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

#main-bar { 
	margin-left:0;
}
#content-build { 
	padding:0px 0 0 20px;
}

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

/* BUILD PAGE */
#build-bar { 
	position:absolute;
	z-index:4;
	top:auto;
	bottom:-10px;
	left:0;
	width:100%;
	height:105px;
	background-color:#ffffff;
	border-right:none;
	border-top:1px solid #e0e0e0;
	overflow-y:hidden;
	overflow-x:scroll;
}
.n-bar { 
	display:none!important;
}
.main-build { 
	padding-left:0!important;
}
.build-pages { 
	height:105px;
	margin:0;
	white-space:nowrap;
	overflow-y:hidden;
	overflow-x:auto;
}
.build-pages-spacer { 
	display:inline-block;
	width:1px;
	height:75%;
	margin:0 8px 0 12px;
	border-top:none;
	border-left:1px solid #d6caca;
}

}

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

/* MAIN BAR */
.main-edit, #content .main-container { 
	//padding-bottom:35px;
	overflow-y:auto;
}
.main-edit-sub { 
	height:auto;
	padding:20px 30px 0;
}
.main-activity, .main-activity-s { 
	padding-right:0;
}

/* BUILD PAGE */
.build-top { 
	height:75px;
}
#content-build { 
	padding:0px 20px;
}
.activity-col, .activity-col-s { 
	position:fixed;
	z-index:99;
	right:-300px;
	top:20px;
	bottom:20px;
	width:280px;
	height:auto;
	padding:20px 30px;
	border-left:none;
	background-color:#fafafb;
	border-radius:12px 0 0 12px;
	box-shadow:0 0 25px rgba(0, 0, 0, 0.3);
	transition:0.4s all;
}
.activity-open { 
	right:0;
}
.activity-close, .bar-options { 
	display:block;
}

/* 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;
}
}

/* 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;
}

}

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

/* HOME */
.home-bg { 
	height:300px;
}
.home-welcome { 
	font-size:35px;
}
.home-select { 
	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:185px;
	line-height:185px;
	font-size:50px;
}
.content-title { 
	font-size:17px;
}

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

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

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

/* BUILD PAGE */
.bar-top-action { 
	font-size:24px;
}
.bar-top-span { 
	display:none;
}
.bar-top-name { 
	width:50%;
}

/* ANALYTICS PAGE */
.analytics-list > li, .analytics-list > li:nth-child(6n+1), .analytics-list > li:nth-child(3n+1) { 
	width:48%;
	margin:0 -4px 15px 4%;
}
.analytics-list > li:nth-child(2n+1) { 
	margin-left:0;
}
.analytics-value { 
	font-size:28px;
}
.analytics-visits { 
	height:300px;
}
.analytics-col-3 > li { 
	width:100%!important;
	margin:0 -4px 15px 0!important;
}

.pages-row-50 { 
	width:100%;
}
.build-items-33, .build-items-25 { 
	width:50%;
}

.signature-pad { 
	background-size:70%;
}
}

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

/* NAVIGATION */
#top-bar { 
	padding:10px 30px 0;
}

/* HOME PAGE */
.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 25px 0;
}
.site-select-img { 
	width:130px;
	height:130px;
}

.column49-s { 
	clear:both;
	width:100%;
}
.content-col { 
	padding:0;
}

/* 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%;
}

/* SIGN IN */
.signin-box { 
	padding:25px;
}
.signin-header { 
	font-size:23px;
}
.button-default { 
	font-size:18px;
}

/* BUILD PAGE */
.bar-top-name { 
	width:40%;
}

/* ANALYTICS PAGE */
.analytics-visits { 
	height:200px;
}
.analytics-pie { 
	height:220px;
}

.build-items-50, .build-items-33, .build-items-25 { 
	width:100%;
}
}

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

}
