/* 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;
}

/* BODY */
html, body { 
	overflow:hidden;
	height:100%;
	-webkit-overflow-scrolling:touch;
}
body { 
	background-color:#edeef2;
	margin:0;
	padding:0;
	font:400 16px 'Roboto', Arial;
	-webkit-text-size-adjust:none;
	color:#66696b;
}
.no-overflow { 
	overflow:hidden;
}
.bg-lgrey {
	background-color: #f5f5f5;
}

/* 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:40px;
	font-size:22px;
	font-weight:500;
	text-transform:uppercase;
}

/* BUTTONS */
.button-default { 
	display:inline-block;
	margin:10px 0;
	padding:12px 22px;
	border:1px solid #393a3d;
	background-color:transparent;
	color:#393a3d;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	font-family:inherit;
	font-size:17px;
	font-weight:400;
	//text-transform:uppercase;
	text-align:center;
	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-w { 
	border-color: #ffffff;
	color: #ffffff;
}
.button-max { 
	width:100%;
}
.button-s { 
	margin:0;
	padding:6px 15px;
	font-size:16px;
}
.button-xs { 
	margin:0;
	padding:6px 13px;
	font-size:13px;
}
.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:#7983bf;
	background-color:rgba(13, 181, 60, 1);
	border:none;
	color:#ffffff;
}
.button-icon { 
	background-color:transparent;
	border:none;
	color:#ffffff;
}
.button-icon:hover { 
	background-color:transparent;
	//color:#7983bf;
	color:#ffffff;
}
.button-blue { 
	background-color:#31454c;
	border:none;
	color:#ffffff;
}
.button-blue:hover { 
	background-color:#414d61;
}
data-button { 
	margin:auto;
}
.button-back { 
	height:auto!important;
	line-height:1!important;
	margin:0;
	padding:8px 12px;
	background-color:rgba(13, 181, 60, 1);
	border:none;
	border-radius:2px;
	color:#ffffff;
	font-size:11px!important;
	border-bottom:none!important;
	transform:translateY(-1px);
}
.button-back-move { 
	transform:translateY(2px);
}
.button-back:hover { 
	background-color:rgba(13, 181, 60, 0.7);
	border-bottom:none!important;
}
.cbtabs_r li.selected { 
	border-bottom:4px solid rgba(13, 181, 60, 1)!important;
}
@media (hover: hover) {
	.button-default:hover { 
		background-color: #393a3d;
		color: #ffffff;
		text-decoration: none!important;
	}
	.button-w:hover { 
		background-color: #ffffff;
		color: #7983bf;
	}
	.button-action:hover { 
		background-color:rgba(13, 181, 60, 0.7);
	}
}

/* SPLIT BUTTON */
.button-split { 
	position:relative;
	display:inline-block;
	text-align:left;
}
.button-split-main, .button-split-drop { 
	position:relative;
	//height:30px;
	float:left;
	margin:0;
	border:1px solid #393a3d;
	background-color:transparent;
	color:#393a3d;
	font-family:inherit;
	font-size:15px;
	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:6px 15px;
	border-radius:2px 0 0 2px;
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
}
.button-split-drop { 
	padding:6px 5px;
	border-left:none;
	border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
}
.button-split-main:hover, .button-split-drop:hover { 
	background-color:#393a3d;
	color:#ffffff;
	text-decoration:none!important;
}
.button-split-action .button-split-main, .button-split-action .button-split-drop { 
	background-color:#7983bf!important;
	border:none;
	color:#ffffff;
}
.button-split-action .button-split-drop { 
	border-left:1px solid #c3c3c3;
}
.button-split-action .button-split-main:hover, .button-split-action .button-split-drop:hover { 
	background-color:rgba(13, 181, 60, 0.7)!important;
}
.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:14px;
	white-space:nowrap;
	cursor:pointer;
}
.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, .loader-modal { 
	z-index:9;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#f1f1f1;
	overflow:hidden;
}
.loader-container, .loader-modal { 
	position:absolute;
}
.loader-modal { 
	display:none;
}
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;
	font-size:10px;
	text-indent:-9999em;
	border-top:1.1em solid rgba(0, 0, 0, 0.2);
	border-right:1.1em solid rgba(0, 0, 0, 0.2);
	border-bottom:1.1em solid rgba(0, 0, 0, 0.2);
	border-left:1.1em solid #f1f1f1;
	-webkit-transform:translateZ(0);
	-ms-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-animation:load8 1.1s infinite linear;
	animation:load8 1.1s infinite linear;
}
@-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;
}

/* 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:200px;
	background-color:#edeef2;
}
#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:200px;
	height:100%;
	background-color:#31454c;
}
#content .main-container { 
	position:relative;
}
.container { 
	margin-bottom:30px;
	background-color:#ffffff;
	//border:1px solid #cec2c2;
	border:1px solid #e3e3e3;
	border-bottom-color:#dadada;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.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;
}
.comment-none, .status-icon { 
	padding:30px 0;
	color:#9f9f9f;
	font-size:15px;
	font-weight:300;
	text-align:center;
	cursor:default;
}
.comment-none img, .status-icon img { 
	width:100%;
	max-width:110px;
	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:900px;
}
.wrapper-pad { 
	padding-top:40px;
	padding-bottom:40px;
}
.wrapper-pad-s { 
	padding-top:20px;
	padding-bottom:20px;
}


/* LEFT BAR */
#left-logo { 
	height:60px;
	background-color:#ffffff;
	border-bottom:2px solid #31454c;
	background-image:url('../content/43bbc459b50b6e8d0f744a4207ec1d2b.png');
	//background-size:133px;
	//background-position:21px center;
	background-size:60%;
	background-position:15px center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.left-menu-container {
	height: 100%;
	overflow-y: auto;
	padding-bottom: 65px;
}
.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 18px;
	border-left:6px solid transparent;
	color:#f5f5f5;
	font-size:16px;
	font-weight:400;
	cursor:pointer;
	transition:all 0.4s;
	text-decoration:none!important;
}
@media (hover: hover) {
	.left-menu li a:hover { 
		background-color:#4c586d;
	}
}
.left-active { 
	background-color:#4c586d;
	border-left:6px solid rgba(13, 181, 60, 1)!important;
	font-weight:500!important;
}

/* TOP BAR */
#main-expand { 
	color: rgba(13, 181, 60, 1);
	font-size:28px;
	cursor:pointer;
}
.top-title { 
	height:60px;
	padding:0 18px;
	font-size:18px;
	font-weight:400;
	line-height:60px;
}
.top-user { 
	position:relative;
	float:right;
	width:32px;
	height:32px;
	margin-top:13px;
	background-color:#393a3d;
	-webkit-border-radius:50%;
	border-radius:50%;
	color:#ffffff;
	font-size:21px;
	font-weight:300;
	line-height:32px;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	transition:all 0.4s;
}
.top-user:hover { 
	background-color:#424346;
}

/* TAB BAR */
#tab-bar { 
	position:relative;
	width:100%;
	height:50px;
	border-bottom:2px solid #e4e6e9;
	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:18px;
	font-size:14px;
	font-weight:500;
	line-height:36px;
	text-transform:uppercase;
	white-space:nowrap;
	transition:all 0.2s;
	cursor:pointer;
}
.topsub-menu li:first-child { 
	margin-left:0;
}
.topsub-menu li:hover { 
	border-bottom:4px solid rgba(13, 181, 60, 1);
}
.topsub-menu li a { 
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #66696b;
	text-decoration: none;
}
.tactive { 
	border-bottom:4px solid rgba(13, 181, 60, 1)!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:340px;
}
.data-col { 
	float:left;
}
.content-col { 
	position:relative;
	padding:20px;
	height:100%;
	overflow-y:auto;
}
.activity-col { 
	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-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:11px;
	font-weight:700;
	padding-bottom:6px;
	text-transform:uppercase;
}
.content-title { 
	font-size:16px;
	font-weight:500;
	padding-top:6px;
	cursor:default;
}
.content-title-link { 
	color:#7983bf;
	cursor:pointer;
}
.content-title-link:hover { 
	text-decoration:underline;
}

/* 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, .ticket-blocks { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.due-blocks li, .ticket-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;
}
ticket-blocks li { 
	width:15.85%;
}
.due-blocks li:hover, .ticket-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;
	font-size:14px;
}
.due-active { 
	border-top:5px solid #31454c;
}
.ticket-blocks li { 
	font-size:16px;
}
.ticket-blocks li:nth-child(6n+1) { 
	margin-left:0;
}
.ticket-blocks-title { 
	font-size:28px;
}
.t_error { 
	display:none;
	padding-bottom:10px;
	color:#ff0000;
	font-size:15px;
	font-style:italic;
	font-weight:500;
}
.ticket-box { 
	max-width:350px;
	margin:auto;
}
.sf-button { 
	background-color:rgba(13, 181, 60, 1)!important;
	border-color:rgba(13, 181, 60, 1)!important;
	color:#ffffff!important;
}
.sf-button:hover { 
	background-color:rgba(13, 181, 60, 0.7)!important;
	border-color:rgba(13, 181, 60, 0.7)!important;
}

/* UPLOAD PAGE */
.saving { 
	display:none;
	padding-top:12px;
	margin-right:10px;
	color:#7983bf;
	font-size:28px;
}
.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:FontAwesome;
	font-size:40px;
	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:#7983bf;
}
.upload-file-hover.content-title-link { 
	background-color:#7983bf;
	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 { 
	padding:6px 9px;
	margin:0 0 15px 5px;
	background-color:#31454c;
	border-radius:2px;
	color:#ffffff;
	font-size:11px;
	font-weight:500;
	white-space:nowrap;
	text-transform:uppercase;
}
.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;
}

/* SURVEYS PAGE */
.survey-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.survey-list li { 
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:18.6%;
	margin:0 1.25% 10px -4px;
	padding:0;
}
.survey-list li a { 
	color: #66696b;
    text-decoration: none;
}
.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:60px;
	text-align:center;
}
.survey-list-img:before { 
	content:'\f013';
	font-family:FontAwesome;
	font-size:40px;
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	//padding-top:48px;
	color:#ffffff;
	opacity:0;
	background-color:rgba(0, 0, 0, 0.5);
	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:13px;
	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:2px 2px 5px;
	padding:0 4px;
	font-size:17px;
	border:none;
	color:#31454c;
}
.survey-list-action:hover { 
	color:#86979d;
}
.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;
}
.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:#b3b3b3;
	text-align:center;
	font-size:15px;
	line-height:40px;
}
.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;
}
.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;
}

/* OPPORTUNITIES PAGE */
.activity-clear {
    padding: 4px 6px;
    margin-top: 7px;
    background-color: #8a8a8a;
    border-radius: 2px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

/* DIGEST PAGE */
.digest-section {
	font-size: 14px;
}
.digest-title {
	margin-bottom: 5px;
	font-size: 15px;
    font-weight: 700;
}
.digest-info {
	margin-bottom: 12px;
	font-size: 12px;
}
.digest-details-block {
	display: inline-block;
	margin-right: 6px;
	padding: 5px 6px;
	background-color: #7983bf;
	color: #ffffff;
    font-size: 11px;
	font-weight: 700;
	line-height: 1;
}
.digest-stats { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.digest-stats li { 
	display:inline-block;
	vertical-align:top;
	width:23.5%;
	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;
}
.digest-stats li:nth-child(4n+1) { 
	margin-left: 0;
}
.digest-stats-inner { 
	padding: 22px 15px;
}
.digest-stats-title { 
	min-height: 86px;
	padding: 22px 26px;
	color: #999999;
	font-size: 14px;
	font-weight: 500;
}
.digest-stats-number {
	padding-top: 15px;
	padding-bottom: 66px;
	color: #31454c;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
}

/* 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 #7983bf;
	//background-color:#7983bf;
}
.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;
}

/* 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:14px;
	font-weight:500;
	text-transform:uppercase;
}
.card-number { 
	padding-bottom:20px;
	color:#7983bf;
	font-size:13px;
	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;
}

/* TIMELINE */
.process-stage { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
	text-align: center;
}
.process-stage li { 
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:20%;
	margin:25px -4px 0 0;
	padding:25px 5px;
	font-size:14px;
	font-weight:500;
	text-align:center;
}
.process-stage li::before { 
	content:'';
	position:absolute;
	z-index:2;
	top:-12px;
	left:0;
	right:0;
	margin:auto;
	width:20px;
	height:20px;
	border-radius:50%;
	background-color:#f1f1f1;
	border:2px solid #7983bf;
	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 #7983bf;
}
.process-stage li:last-child::after { 
	border-top:none;
}
.process-stage-active::before { 
	background-color:#7983bf!important;
}

/* 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:11px 15px 0;
	background-color:#31454c;	
}
.e-window-img, .e-window-logo { 
	position:relative;
	width:100%;
	height:300px;
	background-color:#ffffff;
	border:1px solid #cec2c2;
	text-align:center;
}
.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-file { 
	font-size:18px;
	font-weight:500;
}

/* 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:14px;
	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%;
}
.column58 { 
	width:58%;
}
.column50 { 
	width:50%;
}
.column49 { 
	width:49%;
}
.column48 { 
	width:48%;
}
.column47 { 
	width:47%;
}
.column38 { 
	width:38%;
}
.column30 { 
	width:30%;
}
.column32 { 
	width:32%;
}
.column33 { 
	width:33.33%;
}
.column28 { 
	width:28%;
}
.column30m { 
	margin-right:2%;
}

/* INPUT ELEMENTS */
.check-title { 
	margin-bottom:10px;
}
.check-input { 
	width:100%;
	//height:40px;
	margin:5px 0;
	padding:12px 15px;
	//color:#787864;
	background-color:#ffffff;
	border:1px solid #cec2c2;
	font-family:inherit;
	font-size:16px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-appearance:none;
}
.check-input_m { 
	margin-right:2%;
}
.check-input_m1 { 
	margin-right:1.5%;
}
.check-input_m2 { 
	margin-right:2%;
}
.check-input50 { 
	float:left;
	width:49%;
}
.check-tarea { 
	float:left;
	width:100%;
	height:190px;
	margin:5px 0;
	padding:13px;
	border:none;
	overflow-y:auto;
	resize:none;
	background-color:#ffffff;
	border:1px solid #cec2c2;
	font-family:inherit;
	font-size:15px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-appearance:none;
}
.check-tarea-s { 
	height:120px;
}
.check-input:disabled, .check-tarea:disabled {
	background-color: #eeeeee;
}
.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:FontAwesome;
	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:40px;
	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:40px;
	padding:0 0 0 11px;
	background:transparent;
	font-family:inherit;
	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;
}
.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:99999;
	bottom:70px;
	left:-280px;
	width:280px; 
	padding:18px 20px 18px 19px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color:#7983bf;
	color:#ffffff;
	line-height:1;
	transition:all 0.4s;
	cursor:default;
}
.notifier-icon { 
	float:left;
	margin-right:10px;
	font-size:40px;
}
.notifier-copy { 
	float:right;
	width:180px;
}
.notifier-title { 
	margin-bottom:5px;
	font-size:15px;
	font-weight:500;
}
.notifier-msg { 
	font-size:14px;
	font-weight:400;
}
.notifier-show { 
	left:20px;
}

/* CIRCLES */
.circle { 
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	//behavior: url(./javascript/PIE/PIE.php);
}

/* SIGN IN */
.signin-col-input { 
	width:35%;
	padding:50px;
	text-align:center;
}
.signin-logo { 
	display:inline-block;
	width:250px;
	height:65px;
	background-image:url(../img/sevenc-bm.svg);
}
.signin-input { 
	height:auto;
	padding:12px 15px;
	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;
}

/* 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-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;
}

/* GENERAL */
*:focus {
	outline:none;
}
.relative { 
	position:relative;
}
.clear { 
	clear:both;
}
.clicker { 
	cursor:pointer;
}
.cdefault { 
	cursor:default!important;
}
.fmedium { 
	font-weight:500;
}
.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;
}
.tbold {
	font-weight: 700;
}
.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;
}
.white { 
	background:#ffffff;
}
.divider { 
	clear:both;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:2px dotted #a9a79c;
}
.divider-s { 
	height:15px;
}
.divider-m { 
	height:30px;
}
.divider-l { 
	height:50px;
}
.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;
}

/* 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 - 1250PX */
@media screen and (max-width: 1250px) { 
	/* MAIN BAR */
	.main-activity { 
		padding-right:260px;
	}
	.activity-col { 
		width:260px;
	}

	/* SURVEYS PAGE */
	.survey-list li { 
		width:23.3%;
		margin:0 1.7% 10px -4px;
	}

	/* DIGEST PAGE */
	.digest-stats li, .digest-stats li:nth-child(4n+1) { 
		width: 49%;
		margin: 0 -4px 30px 2%;
	}
	.digest-stats li:nth-child(2n+1) { 
		margin-left: 0;
	}
}

/* MEDIA QUERIES - 1100PX */
@media screen and (max-width: 1100px) { 
	/* 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;
	}
}

/* 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%;
	}
}

/* MEDIA QUERIES - 850PX */
@media screen and (max-width: 850px) { 
	/* MAIN BAR */
	.main-edit { 
		overflow-y:auto;
	}
	.main-edit-sub { 
		height:auto;
	}
	.main-activity { 
		padding-right:0;
	}
	#content .main-container {
		overflow-y: auto;
	}
	.content-col {
		height: auto;
    	overflow-y: unset;
	}
	.activity-col { 
		position:relative;
		width:100%;
		height:auto;
		min-height:auto;
		padding:0 30px 40px;
		margin-bottom:30px;
		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;
	}
}

/* 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, .ticket-blocks li { 
		width:49%;
		margin-left:2%;
	}
	.due-blocks li:nth-child(3n+1), .ticket-blocks li:nth-child(3n+1) { 
		margin-left:2%;
	}
	.due-blocks li:nth-child(2n+1), .ticket-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) { 
	/* CARDS */
	.cards li, .stats li { 
		width:100%;
		margin:0 0 30px 0;
	}
	.column70, .column68, .column58, .column50, .column49, .column48, .column47, .column38, .column33, .column32, .column30, .column28 { 
		clear:both;
		width:100%;
	}
	.column30m {
		margin-right: 0;
	}

	/* DIGEST PAGE */
	.digest-stats li, .digest-stats li:nth-child(4n+1), .digest-stats li:nth-child(2n+1) { 
		width: 100%;
		margin: 0 -4px 30px 0;
	}
}

/* MEDIA QUERIES - 480PX */
@media screen and (max-width: 480px) and (orientation: portrait) { 

/* SIGN IN */
.signin-col-input { 
	width:100%;
}
.signin-col-img { 
	display:none;
}
.signin-input { 
	font-size:16px;
}

/* 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, .ticket-blocks li { 
	width:100%;
	margin-left:0!important;
}

/* TIMELINE */
.process-stage { 
	display:none;
}

}

/* MEDIA QUERIES - 320PX */
@media screen and (max-width: 320px) and (orientation: portrait) { 

}
