/*
Theme Name: CRM of 97Display
Author: Julian Chaniolleau
Description: Official CRM of 97Display
Version: 1.09
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #f4f6fc;
	color: #20253a;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

::selection {
	background-color: #0c64ed;
	color: #fff;
}

::-moz-selection {
	background-color: #0c64ed;
	color: #fff;
}

/* width */
::-webkit-scrollbar {
	width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #f4f6fc;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #0c64ed;
	border-radius: 20px;
	box-shadow: 0px 0px 0px 2px #fff inset;
}
	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		cursor: ns-resize !important;
	}

.gecko * {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*----------------------------------*/
/*	 TYPOGRAPHY						*/
/*----------------------------------*/
a, input.button {
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins','Open Sans', sans-serif;
	color: inherit;
	margin-top: 0px;
}

	h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
		font-weight: bold;
		font-weight: 500;
	}

	h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
		display: inline-block;
	}

h1 {
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 10px;
}

h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
	font-weight: 800;
}

h3 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 10px;
}

h4 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}

h5 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

h6 {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 80%;
	line-height: 60%;
}

sup {
	position: relative;
	font-size: 60%;
	line-height: 12px;
	top: -5px;
}

.biglines {
	font-size: 30px;
	line-height: normal;
	font-weight: 300;
	position: relative;
	z-index: 5;
}

.upper {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.supTitle {
	font-family: 'Poppins','Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 4px;
}

	.supTitle.sT-large {
		font-size: 18px;
		letter-spacing: 10px;
		padding-left: 10px;
	}

.color-grey, .to-grey:hover {
	color: #7a8da1;
}

.color-red, .to-red:hover {
	color: #d81f26;
}

.color-blue, .to-blue:hover {
	color: #1f4fd8;
}

.color-white, .to-white:hover {
	color: #ffffff;
}

.good {
	background-color: #1db954;
}

.bad {
	background-color: #d81f26;
}

.warning {
	background-color: #ffb810;
}

/*----------------------------------*/
/*	 ICONS 							*/
/*----------------------------------*/
.material-icons-round {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 19px !important; /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: middle;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}

/*----------------------------------*/
/*	 COLUMNS						*/
/*----------------------------------*/
.row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.row_col {
	display: block;
	float: left;
	font-size: initial;
}

.col_gap_20 {
	margin-right: -20px;
	margin-left: -20px;
}

	.col_gap_20 .row_col {
		padding-left: 20px;
		padding-right: 20px;
	}

.c-1-1 {
	width: 100%;
}

.c-1-2 {
	width: 50%;
}

.c-1-3 {
	width: 33.33333336%;
}

.c-1-4 {
	width: 25%;
}

.c-1-5 {
	width: 20%;
}

.c-1-6 {
	width: 16.66666667%;
}

.c-2-2 {
	width: 100%;
}

.c-2-3 {
	width: 66.33333336%;
}

.c-2-4 {
	width: 50%;
}

.c-2-5 {
	width: 40%;
}

.c-2-6 {
	width: 32.33333336%;
}

.c-3-4 {
	width: 75%;
}

.c-3-5 {
	width: 60%;
}

.c-3-6 {
	width: 100%;
}

.c-4-5 {
	width: 100%;
}

.c-4-6 {
	width: 100%;
}

.c-5-6 {
	width: 100%;
}



/*----------------------------------*/
/*	 MARGINS & BLOCKS				*/
/*----------------------------------*/
.gap-10, .gap-20, .gap-30, .gap-40, .gap-50, .gap-60, .gap-70, .gap-80, .gap-90, .gap-100 {
	display: block;
	width: 100%;
}

.gap-10 {
	height: 10px;
}

.gap-20 {
	height: 20px;
}

.gap-30 {
	height: 30px;
}

.gap-40 {
	height: 40px;
}

.gap-50 {
	height: 50px;
}

.gap-60 {
	height: 60px;
}

.gap-70 {
	height: 70px;
}

.gap-80 {
	height: 80px;
}

.gap-90 {
	height: 90px;
}

.gap-100 {
	height: 100px;
}

.max100 {
	width: 100%;
	max-width: 100px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.max200 {
	width: 100%;
	max-width: 200px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.max300 {
	width: 100%;
	max-width: 300px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.max400 {
	width: 100%;
	max-width: 400px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.max500 {
	width: 100%;
	max-width: 500px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.max600 {
	width: 100%;
	max-width: 600px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.max700 {
	width: 100%;
	max-width: 700px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.max800 {
	width: 100%;
	max-width: 800px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.max900 {
	width: 100%;
	max-width: 900px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.max1000 {
	width: 100%;
	max-width: 1000px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.max1100 {
	width: 100%;
	max-width: 1100px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.max1200 {
	width: 100%;
	max-width: 1200px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.max1280 {
	width: 100%;
	max-width: 1280px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.max1400 {
	width: 100%;
	max-width: 1400px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.max1440 {
	width: 100%;
	max-width: 1440px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.max1600 {
	width: 100%;
	max-width: 1600px !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.w300 {
	max-width: 300px;
}

.w400 {
	max-width: 400px;
}

.w500 {
	max-width: 500px;
}

.w600 {
	max-width: 600px;
}

.w700 {
	max-width: 700px;
}

.w800 {
	max-width: 800px;
}

.w900 {
	max-width: 900px;
}

.m-b-0 {
	margin-bottom: 0px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-b-50 {
	margin-bottom: 50px;
}

.m-b-60 {
	margin-bottom: 60px;
}

.m-b-70 {
	margin-bottom: 70px;
}

.m-b-80 {
	margin-bottom: 80px;
}

.m-b-90 {
	margin-bottom: 90px;
}

.m-b-100 {
	margin-bottom: 100px;
}

.m-t-0 {
	margin-top: 0px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-t-60 {
	margin-top: 60px;
}

.m-t-70 {
	margin-top: 70px;
}

.m-t-80 {
	margin-top: 80px;
}

.m-t-90 {
	margin-top: 90px;
}

.m-t-100 {
	margin-top: 100px;
}



/*----------------------------------*/
/*	 HEADER							*/
/*----------------------------------*/
.header-crm {
}

	.header-crm .leftBox {
		background: rgb(36,61,179);
		background: linear-gradient(0deg, rgba(36,61,179,1) 0%, rgba(12,100,237,1) 100%);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;
		width: 80px;
		height: 100vh;
	}

.logO {
	color: #fff;
	display: block;
	height: 80px;
	text-align: center;
	line-height: 80px;
}

	.logO a {
		color: #fff;
		display: block;
		padding: 12px 16px;
	}

		.logO a:hover {
			padding: 6px 10px;
		}

.logOut {
	color: #fff;
	display: block;
	height: 80px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

	.logOut a {
		color: #fff;
		display: block;
		width: 80px;
		height: 80px;
		line-height: 80px;
	}

		.logOut a .material-icons-round {
			font-size: 30px !important;
		}
		.logOut a:hover .material-icons-round {
			font-size: 37px !important;
		}

.leftMenu {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

	.leftMenu ul {
		font-size: 0;
	}

		.leftMenu ul li {
			text-align: center;
		}

			.leftMenu ul li a {
				color: #fff;
				display: block;
				width: 80px;
				height: 50px;
				position: relative;
			}

				.leftMenu ul li a:hover {
				}

	.leftMenu .material-icons-round {
		font-size: 24px !important;
		line-height: 30px;
		opacity: 0.5;
	}

	.leftMenu ul li.active .material-icons-round,
	.leftMenu ul li a:hover .material-icons-round {
		opacity: 1;
	}

	.leftMenu .icon-labelName {
		border-radius: 4px;
		font-size: 14px;
		position: absolute;
		left: 100px;
		top: 50%;
		margin-top: -21px;
		display: inline-block;
		background: #243db3;
		white-space: nowrap;
		padding: 0 8px;
		box-shadow: 0px 16px 10px -10px #243db3;
		opacity: 0;
		visibility: hidden;
	}

	.leftMenu ul li a:hover .icon-labelName {
		opacity: 1;
		visibility: visible;
		left: 70px;
	}

.leftMenu img.material-icons-round {
		width: 24px !important;
		margin-top: 5px;
}

@media only screen and (max-width: 1279px) {
	.leftMenu img.material-icons-round {
		width: 25px !important;
		margin-top: 12px;
	}
}
.header-crm .secondBox {
	background-color: #fff;
	padding: 24px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	width: 100%;
}

.subMenu {
	display: inline-block;
	width: 200px;
	position: absolute;
	top: 24px;
	left: 104px;
}

.subMenu-label {
	cursor: pointer;
	display: block;
	overflow: hidden;
}

	.subMenu-label:hover .subMenu-opener {
		background: #7a8da1;
	}

.subMenu .subMenu-title {
	float: left;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 0;
}

.subMenu .subMenu-opener {
	background: #dfe1e6;
	border-radius: 20px;
	color: #fff;
	float: right;
	line-height: 17px;
	text-align: center;
	width: 20px;
	height: 20px;
	transform: rotate(-90deg);
}

	.subMenu .subMenu-opener:hover {
		background: #7a8da1;
		color: #fff;
	}

.subMenu-container {
	background: #fff;
	display: block;
	height: calc(100vh - 70px);
	width: 222px;
	left: -60px;
	position: absolute;
	top: 46px;
	opacity: 0;
	visibility: hidden;
	z-index: -2;
}

	.subMenu-container:after {
		/*content:'';*/
		background: rgb(32,37,58);
		background: linear-gradient(90deg, rgba(32,37,58,1) 0%, rgba(32,37,58,0) 100%);
		position: absolute;
		top: 0;
		left: 100%;
		width: 40px;
		height: 100%;
		opacity: 0.1;
	}

.subMenu-visible .subMenu .subMenu-opener {
	background: #dd4f31;
	transform: rotate(90deg);
}
/*.subMenu-container{ opacity: 1; visibility: visible; z-index: 1; left: -24px;}*/
.subMenu-visible .subMenu-container {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	left: -24px;
}

.subMenu-container ul {
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

	.subMenu-container ul li {
	}

		.subMenu-container ul li:hover {
		}

		.subMenu-container ul li a {
			color: #20253a;
			display: block;
			padding: 6px 20px 3px 20px;
		}

			.subMenu-container ul li a:hover {
				color: #1f4fd8;
				padding: 6px 20px 3px 30px;
			}

	.subMenu-container ul ul {
		margin-left: 20px;
		border-left: 1px solid rgba(33, 40, 243, 0.21);
	}

	.subMenu-container ul li:hover ul {
	}

	.subMenu-container ul ul li {
		font-size: 13px;
	}

		.subMenu-container ul ul li:hover {
		}

		.subMenu-container ul ul li a {
			padding: 3px 15px;
		}

			.subMenu-container ul ul li a:hover {
				padding: 3px 15px 3px 20px;
			}

.current-menu-item {
	font-weight: bold;
}

.pageTitle {
}

.pageTitle-label {
	font-size: 14px;
	font-weight: 800;
	line-height: normal;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.learnGuide {
	position: absolute;
	top: 20px;
	right: 64px;
}

.bellNoti {
	position: absolute;
	top: 20px;
	right: 104px;
}

	.bellNoti span {
		background-color: #dd4f31;
		color: #fff;
		width: 14px;
		height: 14px;
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		display: block;
		line-height: 14px;
		border-radius: 20px;
		position: absolute;
		top: -5px;
		right: -5px;
	}

	.bellNoti ul {
		position: absolute;
		top: 140%;
		width: 170px;
		transform: translateX(-85px);
		background-color: #1f4fd8;
		border-radius: 4px;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
		padding: 4px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.bellNoti.active ul {
		opacity: 1;
		visibility: visible;
		top: 105%;
	}

	.bellNoti ul li {
		display: block;
	}

		.bellNoti ul li a {
			display: block;
			color: #ffffff;
			font-size: 14px;
			padding: 0px 10px;
		}

			.bellNoti ul li a i {
				float: right;
				min-width: 40px;
				font-style: normal;
				font-weight: bold;
				text-align: right;
			}

			.bellNoti ul li a:hover {
				opacity: 0.7;
				color: #ffffff;
			}

.helpBtn {
	position: absolute;
	top: 20px;
	right: 24px;
}

	.learnGuide a, .helpBtn a, .bellNoti a {
		color: #2f3941;
		display: block;
	}

		.learnGuide a:hover, .helpBtn a:hover, .bellNoti a:hover {
			color: #1f4fd8;
		}

	.learnGuide .material-icons-round, .helpBtn .material-icons-round, .bellNoti .material-icons-round {
		font-size: 26px !important;
	}

.addNote {
	position: absolute;
	top: 20px;
	right: 144px;
}

@media only screen and (max-width: 1280px) {
	.addNote {
		position: absolute;
		top: 7px;
		right: 116px;
	}

	.leftMenu ul {
		height: 50px;
		display: flex;
	}
}
/*----------------------------------*/
/*	 FOOTER							*/
/*----------------------------------*/


/*----------------------------------*/
/*	 KENDO HACKS					*/
/*----------------------------------*/
.k-input-inner {
	background: none !important;
	resize: none
}

.k-button-md {
	border: 1px solid #ccc;
}

.k-picker.k-icon-picker .k-input-inner {
	height: auto !important;
}

.k-focus.k-selected, .k-listview > .k-focus.k-selected, .k-listview > .k-state-focused.k-state-selected, .k-state-focused.k-state-selected, td.k-focus.k-selected, td.k-state-focused.k-state-selected {
	box-shadow: none !important;
}

.k-list-item.k-selected:hover,
.k-list-item.k-selected {
	background-color: #1f4fd8 !important;
}

.k-listview {
	/*	border-width: 0;*/
	flex: 1 1 0%;
	height: 390px !important;
	max-height: 50vh !important;
	margin-bottom: 2em !important;
}
.k-filemanager-listview {
	/*	border-width: 0;*/
	flex: 1 1 0%;
	height: 390px !important;
	max-height: 50vh !important;
	margin-bottom: 2em !important;
}
/*----------------------------------*/
/*	 BUTTONS						*/
/*----------------------------------*/

.btn, .button:not(.k-tool,.k-input-button,.k-button-md),
button.btn, button.button:not(.k-tool,.k-input-button,.k-button-md),
input.btn, input.button:not(.k-tool,.k-input-button,.k-button-md) {
	background: #1f4fd8;
	border: none;
	border-radius: 40px;
	color: #fff !important;
	display: inline-block;
	font-size: 15px;
	font-weight: 800;
	padding: 10px 30px;
	min-width: 140px;
	text-align: center;
}
	/*.k-button:hover,*/
	.btn:hover, .button:not(.k-tool,.k-input-button,.k-button-md):hover,
	button.btn:hover, button.button:not(.k-tool,.k-input-button,.k-button-md):hover,
	input.btn:hover, input.button:not(.k-tool,.k-input-button,.k-button-md):hover {
		background: #1f4fd8 !important;
		box-shadow: 0px 10px 30px -10px rgba( 12, 100, 237, 0.8);
		color: #fff !important;
	}
/*.k-button {
    background: #1f4fd8 !important;
    color: #fff !important;
    border-radius: 30px;
    border: none;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}*/

.k-button .k-button-text, .k-button .k-text {
	font-size: 14px;
}

.btn.small, .button.small,
button.btn.small, button.button.small,
input.btn.small, input.button.small {
	padding: 4px 30px;
	min-width: 80px;
}

.button.button--plus {
	padding: 0;
	min-width: 50px;
	width: 50px;
	height: 50px;
	line-height: 48px;
	position: absolute;
	top: -17px;
	right: 40px;
	z-index: 2;
	box-shadow: 0px 9px 20px -4px rgba( 12, 100, 237, 1);
}

	.button.button--plus:hover {
		background: #dd4f31;
		box-shadow: 0px 9px 20px -4px rgba( 221, 79, 49, 1);
	}

	.button.button--plus i {
		font-size: 28px !important;
		color: #fff !important;
		margin: 0 !important;
	}

.k-pager-wrap .k-link {
	color: #1f4fd8 !important;
}

	.k-pager-wrap .k-link.k-selected, .k-pager-wrap .k-link.k-selected:hover, .k-pager-wrap .k-link.k-state-selected, .k-pager-wrap .k-link.k-state-selected:hover {
		color: #fff !important;
		background-color: #1f4fd8 !important;
		border-color: #1f4fd8 !important;
	}

.btn.grey, .button.grey {
	background: #e9ebed;
	color: #68737d !important;
}

	.btn.grey:hover, .button.grey:hover {
		background: #ffffff !important;
		box-shadow: 0px 10px 30px -10px rgba(121, 121, 121, 0.8), inset 0px 0px 0px 1px #c2c8cc;
		color: #68737d !important;
	}

.btn.red, .button.red {
	background: #d81f26;
	color: #fff !important;
}

	.btn.red:hover, .button.red:hover {
		background: #da2d34 !important;
		color: #fff !important;
		box-shadow: 0px 10px 30px -10px rgba(218, 45, 52, 0.8), inset 0px 0px 0px 1px #d81f26;
	}

.k-button.k-button-icontext.k-grid-AddImages {
	background-color: #2ae3c2 !important;
}

.k-button.k-button-icontext.k-grid-edit {
	background-color: #1f4fd8 !important;
}

.k-button.k-button-icontext.k-grid-delete {
	background-color: #ec1c42 !important;
}

.k-grid-content button.k-grid-edit.k-button {
	border: none;
	background: none;
	color: #68737d;
}

	.k-grid-content button.k-grid-edit.k-button .material-icons-round {
		font-size: 22px !important;
	}

.k-grid-content button.k-grid-delete.k-button {
	border: none;
	background: none;
	color: #68737d;
}

	.k-grid-content button.k-grid-delete.k-button .material-icons-round {
		font-size: 22px !important;
	}

/*.k-grid-content button .k-button-text {
	display: none;
}*/

.k-grid-content button.k-button .k-icon {
	color: #68737d;
	font-size: 20px !important;
}

.k-grid-content button.k-button:hover .k-icon, button.k-button:hover .k-i-close {
	color: #000000 !important;
}

.k-grid-content button.k-grid-update.k-button-solid-primary {
	border-color: #1f4fd8;
	color: #fff !important;
	background-color: #1f4fd8;
}

	.k-grid-content button.k-grid-update.k-button-solid-primary .k-icon {
		color: #ffffff !important;
	}

.k-grid-content button.k-grid-delete .k-i-close {
	color: #68737d !important;
}

.k-grid-content .k-command-cell {
	text-align: center;
}
.k-grid-content  {
	height: auto !important;
}
.k-widget {
	overflow-x: auto;
}

.k-toolbar.k-grid-top {
	width: 99%;
	position: sticky;
	left: 0;
}

.k-grid .k-button {
	margin: .16em;
}

.crm-module-inner label {
	min-width: 33%;
}


/*----------------------------------*/
/*	 PAGE STRUCTURE					*/
/*----------------------------------*/
.crm-page-container {
	padding: 100px 80px 80px 160px;
	/*
-webkit-animation-name: fadeIn;
-webkit-animation-duration: 1.4s;
-webkit-animation-delay: 0s;
-webkit-animation-fill-mode: forwards;
        animation-name: fadeIn;
        animation-duration: 1.4s;
        animation-delay: 0s;
        animation-fill-mode: forwards;*/
}

.subMenu-visible .crm-page-container {
	padding-left: 350px;
}

.crm-page-container .content {
}

.customerID {
	color: #7a8da1;
	font-size: 14px;
	margin-bottom: 30px;
}

.customerID-name {
	font-weight: 800;
}

.customerID-account {
	padding: 0 20px;
}

.customerID-update a {
	margin: 0 5px;
}

.customerID-switcher {
	margin: 10px 0 0 0;
}

	.customerID-switcher input {
		background: #fff;
		border: 1px solid #dfe1e6;
		border-radius: 4px;
		padding: 0 16px;
		width: 100vw;
		max-width: 300px;
	}

.customerID a {
	color: #1f4fd8;
}

	.customerID a:hover {
		color: #d81f26;
	}

.backHistory {
	font-size: 14px;
	margin-bottom: 10px;
}

hr {
	background: #dfe1e6;
	border: none;
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
}



/*----------------------------------*/
/*	 MODULES						*/
/*----------------------------------*/
.crm-module .container {
	width: 100% !important;
}

.crm-module {
	background: #fff;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 30px;
	position: relative;
}

.crm-module-header {
	margin-bottom: 30px;
}

.panel-heading h3 {
	overflow: hidden;
}

.panel-heading h3 {
	font-size: 13px;
	letter-spacing: 4px;
	line-height: 20px;
	margin: 0;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
}

.crm-module-header h2 {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0;
	position: relative;
	z-index: 1;
	/*text-transform: uppercase;*/
}


	.crm-module-header h2 span {
		background: #fff;
		padding-right: 16px;
		color: #1f4fd8;
	}
.crm-module-inner .subHeader h4 span {
	font-size: 16px; 
	font-weight:bold;
}

.crm-module-inner .text {
	font-size: 14px;
}

.crm-module-header.atcenter {
	text-align: center;
}

	.crm-module-header.atcenter h2 {
		font-size: 31px;
		letter-spacing: 0px;
		line-height: 17px;
	}

		.crm-module-header.atcenter h2 span {
			display: inline-block;
			padding-left: 16px;
		}

.panel-heading h3:after,
.crm-module-header h2:after {
	background: #f7fafe;
	content: '';
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 8px;
	z-index: -1;
}

.panel-heading h3:after {
}

.crm-module .icon-labelName {
	display: none;
}

.crm-module a {
	color: #2050d8;
}

	.crm-module a:hover {
		color: rgba( 12, 100, 237, 0.8);
	}

.first-grid {
	margin-left: 0px !important;
}

.last-grid {
	margin-right: 0px !important;
}

	.last-grid:after {
		content: '.';
		display: block;
		visibility: hidden;
		width: 100%;
		height: 0;
		clear: both;
	}

.module-grid-2 {
	float: left;
	width: calc(100% / 2 - 10px);
	margin: 0 10px 30px 10px;
}

.module-grid-3 {
	float: left;
	width: calc(100% / 3 - 17px);
	margin: 0 10px 30px 10px;
}

.module-grid-4 {
	float: left;
	width: calc(100% / 4 - 10px);
	margin: 0 10px 30px 10px;
}

.module-grid-5 {
	float: left;
	width: calc(100% / 5 - 10px);
	margin: 0 10px 30px 10px;
}

.moduleSeparator {
	background: #f4f6fc;
	height: 100px;
	margin: 6vw -40px;
	display: block;
}

.row {
	font-size: 0;
	margin: 0 -15px 30px -15px;
}

	.row * {
		font-size: initial;
	}

.col-md-3 {
	font-size: initial;
	display: inline-block;
	width: calc(100% / 3 - 30px);
	margin: 0 15px;
}

.col-md-4 {
	font-size: initial;
	display: inline-block;
	width: calc(100% / 4 - 32px);
	margin: 0 15px;
}

.col-md-9 {
	font-size: initial;
	display: inline-block;
	width: calc(100% - calc(100% / 4) - 34px);
	margin: 0 15px;
}

.form-group, .btn-group {
	margin-bottom: 10px;
}

.crm-module form label,
.fieldBox label {
	display: block;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 800;
}

.crm-module input[type=text], .crm-module textarea,
.fieldBox input, .select-bg, .fieldBox textarea {
	background: rgba(122, 141, 161, 0.14);
	border-radius: 4px;
	border: none;
	font-family: "Helvetica Neue", "Helvetica", "open Sans", sans-serif;
	font-size: 14px;
	letter-spacing: 0.037rem;
	height: 40px;
	padding: 0 20px 0 20px;
	width: 100%;
	box-shadow: none !important;
}

	.fieldBox input:focus {
		background: rgba(122, 141, 161, 0.2);
	}

.fieldBox textarea {
	height: 160px;
}

.select-bg {
	position: relative;
	padding: 0;
}

	.select-bg i {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 24px !important;
	}

	.select-bg select {
		-webkit-appearance: none;
		appearance: none;
		font-family: "Helvetica Neue", "Helvetica", "open Sans", sans-serif;
		font-size: 14px;
		letter-spacing: 0.037rem;
		height: 40px;
		width: 100%;
		padding: 0 20px;
		border: none;
		background-color: transparent;
	}

.fieldBox .button {
	height: 40px;
}

.select-bg .btn-group {
	width: 100%;
	background: none;
	color: #000 !important;
	border-radius: 3px !important;
	outline: none;
	box-shadow: none !important;
	width: 100%;
}

	.select-bg .btn-group .btn {
		background: none;
		color: #000 !important;
		text-align: left;
		border-radius: 3px;
		box-shadow: none !important;
		width: 100%;
	}

	.select-bg .btn-group.open .btn {
		background: #0c64ed;
		color: #fff !important;
	}

.form_instruction {
	font-size: 15px;
	background: #eaf0ff;
	color: #194ecc;
	border-radius: 20px;
	padding: 10px 26px;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 20px;
}

.panel {
	margin-bottom: 30px;
}

.checkbox {
	text-transform: none !important;
	letter-spacing: 0 !important;
	font-size: initial !important;
}

	.checkbox input {
		vertical-align: middle;
		margin-right: 8px;
	}

.k-editable-area iframe body {
	font-size: 16px !important;
}

.k-combobox .k-input {
	background-color: #fff !important;
	height: 32px !important;
	padding: 0 !important;
}

.k-combobox .select-bg, .k-editor-dropdown .select-bg {
	display: none;
}

#notificationMsg {
	position: fixed;
	top: 80px;
	right: 0;
	width: 0;
	z-index: 10000;
}

	#notificationMsg .msg {
		border-radius: 5px;
		padding: 10px 17px;
		position: absolute;
		top: 0;
		right: 10px;
		width: 100vw;
		max-width: 300px;
		line-height: normal;
	}

	#notificationMsg .bg-success {
		background-color: #50f58b;
		color: #1c2654;
	}

	#notificationMsg .bg-error {
		background-color: #da3614;
		color: #ffffff;
	}


/*----------------------------------*/
/*	 CHARTS 						*/
/*----------------------------------*/
.chart_box_3 {
}

/*----------------------------------*/
/*	 TABLES 						*/
/*----------------------------------*/

/* To make the old crm table clean */
table, table.table {
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

	table.table tr {
		padding: 0 5px;
	}

	table.table td {
		font-size: 15px;
		line-height: 20px;
		padding: 8px;
		vertical-align: top;
	}

	table.table tr:not(.head):hover {
		background-color: #f7fafe;
	}

.ui-sortable-placeholder {
	box-shadow: 0px 0px 0px 1px rgba(31, 79, 216, 0.1) inset;
	visibility: visible !important;
}

.ui-sortable-handle {
	cursor: ns-resize !important;
}

	.ui-sortable-handle:active {
		cursor: grabbing !important;
	}


.crm-table-wrapper {
	overflow: hidden;
	overflow-x: auto;
	width: 100%;
}

.crm-table {
	margin-bottom: 30px;
	width: 100%; /*min-width: 728px;*/
}

	.crm-table .crm-table-row {
		font-size: 0;
		padding: 0 5px;
	}

	.crm-table .read:hover, .crm-table .read:nth-child(odd) {
		background-color: #f7fafe;
	}

	.crm-table .crm-table-row-heading, table .head {
		text-transform: uppercase;
		font-weight: bold !important;
		min-height: auto;
	}

	.crm-table .crm-table-cell {
		display: inline-block;
		font-size: 15px;
		line-height: 20px;
		padding: 8px;
		vertical-align: top;
	}

		.crm-table .crm-table-cell:first-child {
			padding-left: 16px;
		}

	.crm-table .crm-table-row-heading .crm-table-cell, table .head td, table .head th {
		font-size: 12px;
		letter-spacing: 3px;
	}

	.crm-table .cell-10 {
		width: 10%;
	}

	.crm-table .cell-15 {
		width: 15%;
	}

	.crm-table .cell-20 {
		width: 20%;
	}

	.crm-table .cell-25 {
		width: 25%;
	}

	.crm-table .cell-30 {
		width: 30%;
	}

	.crm-table .cell-40 {
		width: 40%;
	}

	.crm-table .cell-50 {
		width: 50%;
	}

	.crm-table .cell-60 {
		width: 60%;
	}

	.crm-table .cell-70 {
		width: 70%;
	}

	.crm-table .cell-80 {
		width: 80%;
	}

	.crm-table .cell-90 {
		width: 90%;
	}

	.crm-table .cell-100 {
		width: 100%;
	}

	.crm-table .cell-12 {
		width: 12.5%;
	}

	.crm-table .cell-5 {
		width: 5%;
	}

	.crm-table .actions .material-icons-round, .crm-module a .material-icons-round {
		font-size: 24px !important;
	}

	.crm-table .actions a, .crm-module a .material-icons-round {
		color: rgba(122, 141, 161, 0.57);
		display: inline-block;
		font-size: 11px;
		margin-left: 8px;
	}

		.crm-table .actions a:hover, .crm-module a .material-icons-round:hover {
			color: #0c64ed;
		}

	.crm-table .crm-table-cell.themessage, .phoneNumber {
		font-size: 15px;
		line-height: 25px;
	}

.hiddenHeadings {
	display: none;
	font-weight: bold;
	max-width: 160px;
	width: 100%;
	vertical-align: top;
}

@media only screen and (max-width: 900px) {
	.crm-table .cell-10,
	.crm-table .cell-15,
	.crm-table .cell-20,
	.crm-table .cell-25,
	.crm-table .cell-30,
	.crm-table .cell-40,
	.crm-table .cell-50,
	.crm-table .cell-60,
	.crm-table .cell-70,
	.crm-table .cell-80,
	.crm-table .cell-90,
	.crm-table .cell-100 {
		width: 100% !important;
		text-align: left;
	}

	.crm-table-cell.right.actions {
		text-align: left;
	}

	.crm-table .crm-table-row-heading, table .head {
		display: none;
	}

	.crm-table .crm-table-cell {
		padding: 6px 16px;
	}

	.hiddenHeadings {
		display: inline-block;
		max-width: 100%;
	}

	.crm-table .crm-table-row {
		padding: 10px;
		border-bottom: 1px solid #e9ebed;
	}

		.crm-table .crm-table-row:nth-child(odd) {
			background-color: #f7fafe;
		}
}

@media only screen and (max-width: 600px) {
	.hiddenHeadings {
		display: block;
		max-width: 100%;
		width: 100%;
	}
}
/*----------------------------------*/
/*	 HELP BOX						*/
/*----------------------------------*/
.helpBox {
	background: rgb(36,61,179);
	background: linear-gradient(0deg, rgba(36,61,179,1) 0%, rgba(12,100,237,1) 100%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
}

.helpBox-visible .helpBox {
	opacity: 1;
	visibility: visible;
	z-index: 20000;
}

.helpBox .content {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 500px;
	padding: 20px;
	max-height: 90vh;
	overflow: hidden;
	overflow-y: auto;
	transform: translate(-50%, -50%);
	text-align: center;
}

	.helpBox .content h2 {
		font-weight: 800;
		font-size: 36px;
		line-height: normal;
		margin-bottom: 40px;
	}

		.helpBox .content h2 span {
			font-size: 200%;
			line-height: 100%;
			display: block;
		}

	.helpBox .content ul {
		margin-bottom: 30px;
	}

		.helpBox .content ul a {
			background: rgba(32, 37, 58, 0.10);
			border-radius: 4px;
			color: #fff;
			display: inline-block;
			font-size: 24px;
			line-height: normal;
			margin-bottom: 10px;
			padding: 10px;
			width: 100%;
		}

			.helpBox .content ul a:hover {
				background: #20253a;
				color: #fff;
			}

.helpBox .helpBox--close .material-icons-round {
	font-size: 50px !important;
	line-height: 50px;
	color: #fff;
}


/*----------------------------------*/
/*	 LOGIN SIGNIN 					*/
/*----------------------------------*/
.loginBox {
	display: block;
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding: 40px 0;
}

.loginBox-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 360px;
	padding: 10px 30px;
	text-align: center;
	width: 100%;
}

.loginBox-logo {
}

	.loginBox-logo figcaption {
		display: none;
	}

.loginBox-inner h1 {
	font-size: 22px;
	line-height: normal;
	font-weight: 800;
	margin-bottom: 20px;
}

.loginBox-slogan {
	color: #a7b3c1;
	font-size: 12px;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
}


.loginBox-inner form {
	border-bottom: 1px solid #dfe1e6;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

	.loginBox-inner form p {
		margin-bottom: 10px;
		position: relative;
	}

	.loginBox-inner form input.field {
		background: rgba(122, 141, 161, 0.2);
		border-radius: 4px;
		border: none;
		font-family: "Helvetica Neue", "Helvetica", "open Sans", sans-serif;
		font-size: 14px;
		letter-spacing: 0.037rem;
		height: 50px;
		padding: 0 20px 0 50px;
		width: 100%;
	}

	.loginBox-inner form .icon {
		color: rgba(122, 141, 161, 0.57);
		font-size: 22px !important;
		position: absolute;
		top: 13px;
		left: 13px;
		z-index: 2;
	}

.loginBox-forgot {
	float: left;
	width: 50%;
	text-align: left;
}

.loginBox-help {
	color: rgba(122, 141, 161, 0.57);
	float: right;
	width: 50%;
	text-align: right;
}

.loginBox-love {
	display: inline-block;
	padding: 20px 0 0 0;
}

	.loginBox-love span {
		background: -webkit-gradient(linear,left top,right top,from(#fb3391),to(#1262ec));
		background: linear-gradient(to right,#fb3391,#1262ec);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-box-decoration-break: clone;
		box-decoration-break: clone;
		display: inline-block;
	}

	.loginBox-love i {
		color: #fb3391;
	}

	.loginBox-love:hover span {
		background: -webkit-gradient(linear,left top,right top,from(#1262ec),to(#fb3391));
		background: linear-gradient(to right,#1262ec,#fb3391);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

.loginBox .copyright {
	color: #a7b3c1;
	font-size: 12px;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
	position: fixed;
	bottom: 60px;
	left: 0;
	width: 100%;
}


/*----------------------------------*/
/*	 TRANSITIONS	& ANIMATIONS	*/
/*----------------------------------*/

.helpBox,
.leftMenu .icon-labelName,
.subMenu-container,
.crm-page-container {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.crm-module {
}

@-webkit-keyframes module {
	from {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
}

@keyframes module {
	from {
		opacity: 0;
		transform: translateY(40px);
	}

	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 1.4s;
	animation-name: fadeIn;
	animation-duration: 1.4s;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 1;
	}

	0.5% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 1;
	}

	0.5% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.leftMenu li:nth-child(1),
.leftMenu li:nth-child(2),
.leftMenu li:nth-child(3),
.leftMenu li:nth-child(4),
.leftMenu li:nth-child(5),
.leftMenu li:nth-child(6) {
	-webkit-animation-name: iconsIn;
	-webkit-animation-duration: 0.6s;
	animation-name: iconsIn;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.leftMenu li:nth-child(1) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.leftMenu li:nth-child(2) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.leftMenu li:nth-child(3) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.leftMenu li:nth-child(4) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.leftMenu li:nth-child(5) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.leftMenu li:nth-child(6) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

@-webkit-keyframes iconsIn {
	from {
		opacity: 0;
		-webkit-transform: scale(0);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@keyframes iconsIn {
	from {
		opacity: 0;
		transform: scale(0);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}


/* MODAL POPUP */
.popModal {
	background: rgba(12, 100, 237, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all .3s cubic-bezier(.535,0,0,1) 0s;
	-moz-transition: all .3s cubic-bezier(.535,0,0,1) 0s;
	-o-transition: all .3s cubic-bezier(.535,0,0,1) 0s;
	transition: all .3s cubic-bezier(.535,0,0,1) 0s;
}

	.popModal.active {
		opacity: 1;
		visibility: visible;
	}

.popModal--inner {
	background: #fff;
	border-radius: 4px;
	max-height: 100%;
	overflow: hidden;
	overflow-y: auto;
	max-width: 500px;
	transform: translate(-50%,-50%);
	position: absolute;
	top: 60%;
	left: 50%;
	width: 100%;
	opacity: 0;
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.4);
	-webkit-transition: all .3s .2s cubic-bezier(.535,0,0,1);
	-moz-transition: all .3s .2s cubic-bezier(.535,0,0,1);
	-o-transition: all .3s .2s cubic-bezier(.535,0,0,1);
	transition: all .3s .2s cubic-bezier(.535,0,0,1);
}

.popModal.active .popModal--inner {
	opacity: 1;
	top: 50%;
}

.popModal--container {
	padding: 30px;
}

.popModal--closer {
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	width: 30px;
	height: 30px;
}

	.popModal--closer span {
		background: #555;
		height: 1px;
		width: 20px;
		display: block;
		position: absolute;
	}

		.popModal--closer span:nth-child(1) {
			transform: rotate(45deg);
			top: 20px;
		}

		.popModal--closer span:nth-child(2) {
			transform: rotate(-45deg);
			top: 20px;
		}



/* FUCK THE OLD BOOTSRAP CSS.... */
.crm-module .landingBuilder-container {
	background: #fff;
	border-radius: 0px;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0px 20px 40px -10px rgba(0,0,0,0);
	min-height: inherit;
}

.crm-module .atleft {
	padding-right: 5px;
}

.crm-module .atright {
	padding-left: 5px;
}

.crm-module .field {
	margin-bottom: 10px !important;
}

.customerID-switcher .form-control:focus,
.form-control:focus {
	border-color: #dfe1e6 !important;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:hover, a:focus {
	text-decoration: none !important;
}

input[type=radio], input[type=checkbox] {
	float: left;
	margin-right: 10px;
}

.form-control {
	box-shadow: none !important;
}

textarea.form-control {
	min-height: 200px !important;
	padding-top: 10px !important;
}

.panel-default > .panel-heading {
	color: #fff;
	background-color: #20253a;
	border-color: #20253a;
}

	.panel-default > .panel-heading h3:after {
		display: none;
	}

	.panel-default > .panel-heading a {
		color: #fff;
	}

/*
Fix for Tinymce editor image loader. This keeps images loading in preview from
jumping between two and three columns display multiple times per second.
Makes selecting correct image very difficult.
*/
.k-window {
	overflow-x: visible;
}

/* date time picker css addon */
.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}

.ui-timepicker-div dl {
	text-align: left;
}

	.ui-timepicker-div dl dt {
		float: left;
		clear: left;
		padding: 0 0 0 5px;
	}

	.ui-timepicker-div dl dd {
		margin: 0 10px 10px 40%;
	}

.ui-timepicker-div td {
	font-size: 90%;
}

.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
	display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
	background: none;
	color: inherit;
	border: none;
	outline: none;
	border-bottom: solid 1px #555;
	width: 95%;
}

	.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
		border-bottom-color: #aaa;
	}

.ui-timepicker-rtl {
	direction: rtl;
}

	.ui-timepicker-rtl dl {
		text-align: right;
		padding: 0 5px 0 0;
	}

		.ui-timepicker-rtl dl dt {
			float: right;
			clear: right;
		}

		.ui-timepicker-rtl dl dd {
			margin: 0 40% 10px 10px;
		}

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
	padding-right: 2px;
}

	.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
	.ui-timepicker-div.ui-timepicker-oneLine dt {
		display: none;
	}

	.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
		display: block;
		padding-top: 2px;
	}

	.ui-timepicker-div.ui-timepicker-oneLine dl {
		text-align: right;
	}

		.ui-timepicker-div.ui-timepicker-oneLine dl dd,
		.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
			display: inline-block;
			margin: 0;
		}

			.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
			.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
				content: ':';
				display: inline-block;
			}

			.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
			.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
				content: '.';
				display: inline-block;
			}

	.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
	.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
		display: none;
	}
#ui-datepicker-div {
	z-index: 20000 !important;
}


.marketingAnalysis {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	overflow-y: scroll;
	background: rgba(12, 100, 237, 0.9);
	z-index: 999999999;
	display: flex;
	align-items: flex-start;
	padding: 40px;
}

.marketingAnalysis-content {
	margin: 0 auto;
	width: 100%;
	padding: 40px;
	max-width: 580px;
}

.marketingAnalysis-box {
	background: #fff;
	border-radius: 6px;
	margin: 0 auto;
	padding: 20px;
	box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.5);
}

.marketingAnalysis .formTitle {
	text-align: center;
}

	.marketingAnalysis .formTitle span {
		color: #fff;
		opacity: 0.7;
		line-height: normal;
	}

	.marketingAnalysis .formTitle h2 {
		color: #fff;
		font-weight: bold;
		line-height: normal;
		margin-bottom: 20px;
		font-size: 16px;
	}

.repeatlocationform {
	border-bottom: 1px solid #d9d9d9;
}

.help-block {
	background: rgba(12, 100, 237, 0.12);
	border: 1px solid rgba(12, 100, 237, 0.18);
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
	color: #456fb1;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 15px;
	padding: 3px 20px;
	border-radius: 5px;
	font-weight: 500;
	font-style: italic;
}

.studentCard * {
	font-size: 15px;
}

/* REFER A FRIEND BOX IN HEADER */
.referer {
	display: inline-block;
	position: relative;
}

.refererLink {
	border-radius: 4px;
	color: #fff !important;
	display: block;
	font-weight: bold;
	background: #0b47dc;
	padding: 0 8px 0 3px;
}

	.refererLink:hover {
		box-shadow: 0px 0px 60px 0px rgba(32, 80, 216, 0.25), 0px 0px 20px 0px rgba(32, 80, 216, 0.25);
	}

	.refererLink img {
		width: 30px;
		vertical-align: middle;
		display: inline-block;
		margin-right: 8px;
	}

.referafriend {
	color: #20253a;
	position: absolute;
	top: 140%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 360px;
	padding: 20px;
	text-align: center;
	margin-left: -160px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 60px 0px rgba(32, 80, 216, 0.25), 0px 0px 20px 0px rgba(32, 80, 216, 0.25);
	opacity: 0;
	visibility: hidden;
	text-transform: none;
	z-index: 3;
	line-height: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

	.referafriend:after {
		content: '';
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
		position: absolute;
		bottom: 100%;
		left: 50%;
		margin-left: -10px;
	}

.referer.active .referafriend {
	opacity: 1;
	visibility: visible;
	top: calc(100% + 16px);
}

.referafriend img {
	display: block;
	margin: 0 auto 10px auto;
	width: 120px;
	height: 120px;
}

.referafriend h5 {
	font-size: 18px;
}

.referer .abd_pop-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	width: 24px;
	height: 24px;
}

@media only screen and (max-width: 767px) {
	.referafriend {
		width: 330px;
		margin-left: -104px;
	}

	.customerID {
		text-align: center;
	}

	.customerID-switcher {
		margin: 10px auto 0 auto;
	}
}

.panel-body * {
	font-size: initial;
}

/* Pagination */
.paging-context .page-item,
.paging-context a {
	display: inline-block;
	margin: 2px;
}

.paging-context .page-item {
	background: #dd4f31;
	color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.paging-context a .page-item {
	background: transparent;
	color: #0c64ed;
}

.paging-context a:hover .page-item {
	background: #d6e7fd;
	color: #0c64ed;
}

.field-validation-error {
	color: orangered;
}

.replyBtn {
	background: #fff;
	border: 1px solid #1f4fd8 !important;
	border-radius: 20px;
	color: #1f4fd8 !important;
	display: inline-block;
	font-size: 15px;
	font-weight: 800;
	padding: 5px 10px;
	min-width: 80px;
	text-align: center;
	margin: 0px 10px 0px 10px;
}


	.replyBtn:hover {
		box-shadow: 0px 10px 30px -10px rgba( 12, 100, 237, 0.8);
	}


.replies_Buttons {
	float: left;
}

.k-i-close {
	color: #000 !important;
}

.k-event .k-i-close,
.k-event-delete:hover .k-i-close {
	color: #fff !important;
}

.requireApproval {
	background-color: #F0E2B6;
}


.floating-menu {
	background: linear-gradient(0deg, rgba(36,61,179,1) 0%, rgba(12,100,237,1) 100%);
	border-radius: 10px;
	width: 150px;
	max-height: 300px;
	overflow: scroll;
	z-index: 999;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	display: inline-block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.floating-menu-right {
	right: 0;
}

.floating-menu-left {
	left: 0;
}

.floating-menu-main {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

	.floating-menu-main li a {
		display: block;
		padding: 5px 10px 5px 10px;
		color: #dfe1e6;
		border-radius: 5px;
		position: relative;
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}

		.floating-menu-main li a:hover {
			color: #fff;
		}

.floating-menu-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	z-index: -1;
	top: 0;
	left: 0;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}

.floating-menu-ripple {
	position: relative;
	overflow: hidden;
	transform: translate3d(0,0,0)
}

	.floating-menu-ripple:after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		pointer-events: none;
		background-image: radial-gradient(circle,#000 10%,transparent 10.01%);
		background-repeat: no-repeat;
		background-position: 50%;
		transform: scale(10,10);
		opacity: 0;
		transition: transform .5s,opacity 1s
	}

	.floating-menu-ripple:active:after {
		transform: scale(0,0);
		opacity: .2;
		transition: 0s
	}


#cover-spin {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: 9999;
	display: none;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

#cover-spin::after {
	content: '';
	display: block;
	position: absolute;
	left: 48%;
	top: 40%;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-color: black;
	border-top-color: transparent;
	border-width: 4px;
	border-radius: 50%;
	-webkit-animation: spin .8s linear infinite;
	animation: spin .8s linear infinite;
}

.apiKey {
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	word-break: break-word;
}
