@font-face {
	font-family: SF-Pro-Text-Regular;
	src: url(../fonts/SF-Pro-Text-Regular.otf);
}

@font-face {
	font-family: SF-Pro-Text-RegularItalic;
	src: url(../fonts/SF-Pro-Text-RegularItalic.otf);
}

@font-face {
	font-family: SF-Pro-Text-Medium;
	src: url(../fonts/SF-Pro-Text-Medium.otf);
}

@font-face {
	font-family: SF-Pro-Text-Bold;
	src: url(../fonts/SF-Pro-Text-Bold.otf);
}

* {
	font-family: 'SF-Pro-Text-Regular';
}

button {
	cursor: pointer;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #4facfe;
}

.blocker {
	z-index: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0 !important;
}

table.dataTable,
.dataTables_scrollHeadInner {
	width: 100% !important;
}

:root {

	/* if u want to change the color of
		* the ripple change this value
		*/
	--color-ripple: rgba(255, 255, 255, 0.8);
}

*[data-animation="ripple"] {
	position: relative;
	/*Position relative is required*/
	height: 100%;
	width: 100%;
	display: block;
	outline: none;
	background: linear-gradient(135deg, #4facfe 0%, #4facfe 100%);
	box-sizing: border-box;
	text-align: left;
	/* font-weight: 200; */
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

*[data-animation="ripple"]:focus {
	outline: none;
}

*[data-animation="ripple"]::selection {
	background: transparent;
	pointer-events: none;
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgb(79, 172, 254);
	background: #4facfe;
}

.bold-text {
	font-weight: bold;
}

.scroll-page {
	float: left;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

#mobile-header {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	background-color: #F8F8F8;
	width: 100%;
	height: 100%;
	overflow-y: hidden !important;
}

.container {
	width: 1200px;
	margin: 0 auto;
	height: 100vh;
	display: flex;
	align-items: center;
}

.desc_form {
	float: left;
	width: 35%;
	height: 100vh;
	background: #4facfe;
	margin: 0;
	padding: 0;
}

.descLogoForm {
	float: left;
	width: 100%;
	height: 30%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.descLogoForm img {
	width: 120px;
	margin: 35px auto 30px auto;
}

.descLogoForm p {
	color: #fff;
	font-size: 32px;
	margin: 0;
	padding: 0;
}

.leftSide,
.rightSide {
	float: left;
	width: 100%;
	height: 35%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.leftLine,
.rightLine {
	float: left;
	width: 100%;
	height: 70px;
	line-height: 70px;
}

.leftLine .line,
.rightLine .line {
	float: left;
	width: 30%;
	height: 1px;
	background: #fff;
	margin-top: 34px;
}

.leftLine p,
.rightLine p {
	float: left;
	width: 69%;
	height: 70px;
	margin: 0 0 0 1%;
	padding: 0;
	color: #fff;
	font-size: 18px;
}

.rightLine p {
	text-align: right;
	margin: 0 1% 0 0;
}

.login_form {
	float: left;
	width: 65%;
	height: 100vh;
	background: #fff;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.logo_form {
	margin: 0 auto;
	padding: 0px;
	width: 600px;
	/* height: 50px; */
	text-align: left;
	-webkit-animation: fadein 4s;
	/* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 4s;
	/* Firefox < 16 */
	-ms-animation: fadein 4s;
	/* Internet Explorer */
	-o-animation: fadein 4s;
	/* Opera < 12.1 */
	animation: fadein 4s;
}

.form {
	width: 600px;
	height: 367px;
	margin: 0 auto;
	-webkit-animation: fadein 1s;
	/* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s;
	/* Firefox < 16 */
	-ms-animation: fadein 1s;
	/* Internet Explorer */
	-o-animation: fadein 1s;
	/* Opera < 12.1 */
	animation: fadein 1s;
}

.logo_form img {
	width: 300px;
	/*height: 40px;*/
	margin: 4px auto;
}

.logo_form h1 {
	font-size: 24px;
	font-weight: 400;
}

.logo_form p {
	margin-bottom: 25px;
}

.form input[type="text"],
.form input[type="password"] {

	/* width: 450px; */

	/* height: 50px; */

	/* margin: 0 0 20px 3px; */

	/* padding-left: 10px; */
	background-color: transparent;
	/* border: 0; */
	outline: none;
	font-size: 16px;
	color: #7F8FA4;
	padding-left: 10px;
}

.form input[type="text"]::-webkit-input-placeholder,
.form input[type="password"]::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	color: #909090;
	padding-left: 10px;
}

.form input[type="text"]::-moz-placeholder,
.form input[type="password"]::-moz-placeholder {

	/* Firefox 19+ */
	color: #909090;
	padding-left: 10px;
}

.form input[type="text"]:-ms-input-placeholder,
.form input[type="password"]:-ms-input-placeholder {

	/* IE 10+ */
	color: #909090;
	padding-left: 10px;
}

.form input[type="text"]:-moz-placeholder,
.form input[type="password"]:-moz-placeholder {

	/* Firefox 18- */
	color: #909090;
	padding-left: 10px;
}

.form p {
	text-align: center;
	margin: 0px auto 10px auto;
	font-size: 12px;
	color: #484848;
}

.form p a {
	color: #4facfe;
	text-decoration: none;
}

.form button {

	/* float: left; */
	width: 50% !important;
	height: 50px;
	font-size: 16px;
	background: #4facfe;
	border: 0;
	outline: none;
	margin: 0 25%;
	color: #fff;
	font-weight: bold;
}

.form button.errorMessage {
	margin-bottom: 0;
	background: #ff004e;
	display: none;
}

.login_form .form input[type="text"],
.login_form .form input[type="password"],
.form button,
.form hr,
.form p {
	-webkit-animation: fadein 4s;
	/* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 4s;
	/* Firefox < 16 */
	-ms-animation: fadein 4s;
	/* Internet Explorer */
	-o-animation: fadein 4s;
	/* Opera < 12.1 */
	animation: fadein 4s;
	width: 100%;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Internet Explorer */
@-ms-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* form starting stylings ------------------------------- */
.login_form .group {
	position: relative;
	margin-bottom: 45px;
	color: #7F8FA4;
}

.login_form input {
	font-size: 18px;
	padding: 10px 0px;
	display: block;
	width: 300px;
	border: none;
	border-bottom: 1px solid #7F8FA4;
}

.login_form input:focus {
	outline: none;
}

/* LABEL ======================================= */
.login_form label {
	color: #7F8FA4;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0px;
	top: -22px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

/* active state */
.login_form input:focus~label,
.login_form input:valid~label {
	top: -20px;
	font-size: 14px;
	color: #7F8FA4;
}

/* BOTTOM BARS ================================= */
.login_form .bar {
	position: relative;
	display: block;
	width: 100%;
}

.login_form .bar:before,
.login_form .bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #7F8FA4;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.login_form .bar:before {
	left: 50%;
}

.login_form .bar:after {
	right: 50%;
}

/* active state */
.login_form input:focus~.bar:before,
.login_form input:focus~.bar:after {
	width: 50%;
}

/* HIGHLIGHTER ================================== */
.login_form .highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

/* active state */
.login_form input:focus~.login_form .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

.login_form .group input[type="checkbox"] {
	margin: 0;
	float: left;
	width: 25px;
	margin-top: 5px;
	color: #7F8FA4;
	background: #7F8FA4;
}

.login_form .group a.forgotpw {
	float: right;
	text-decoration: none;
	color: #7F8FA4;
	text-align: right;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from {
		background: #5264AE;
	}

	to {
		width: 0;
		background: transparent;
	}

}

@-moz-keyframes inputHighlighter {
	from {
		background: #5264AE;
	}

	to {
		width: 0;
		background: transparent;
	}

}

@keyframes inputHighlighter {
	from {
		background: #5264AE;
	}

	to {
		width: 0;
		background: transparent;
	}

}

/* Nav Bar */
.main-sidebar {
	width: 100% !important;
	min-height: calc(100% - 60px) !important;
	background-color: #fff !important;
	padding-top: 0 !important;
	margin-top: 60px;
}

.skin-blue .main-header .navbar {
	width: 100%;
	float: left;
	text-align: left;
	background: #fff;
}

.navbar-static-top {
	height: 60px !important;
}

.skin-blue .main-header .navbar .sidebar-toggle,
.sidebar-collapse .sidebar-toggle {
	color: #4FACFE;
	/* width: calc(100% - 20px); */
	font-size: 24px;
	padding: 12px 14px;
	height: 24px;
	text-decoration: none;
	background-color: #fff;
	cursor: pointer;
}

.navbar a.sidebar-text,
.sidebar-collapse a.sidebar-text {
	width: 100%;
	/*float: left;*/
	height: 100%;
	cursor: pointer;
	color: #4FACFE;
	text-decoration: none;
	line-height: 60px;
	display: block;
}

.sidebar-collapse a.sidebar-text {
	display: none;
}

.navbar {
	float: left;
	/* background: #fff!important; */
	margin: 0 !important;
	padding: 0;
	/*width: 230px;*/

	/* min-width: 260px; */
	position: absolute;
	height: 100vh;
	box-shadow: none !important;
	/* z-index: 0; */
	border: 0 !important;
}

.skin-blue .main-header .logo {
	width: 100%;
	padding: 0 !important;
	background-color: transparent !important;
}

.main-header {
	z-index: 1 !important;
}

.logo_nav {
	float: left;
	width: 230px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	/*z-index: unset!important;*/
}

.sidebar-collapse .logo_nav {
	width: 50px;
}

.sidebar-collapse .banner {
	left: 50px;
	width: calc(100% - 50px);
}

/*.sidebar-collapse img.logo_footer {
	display: none;
}*/

.box-search {
	float: left;
	width: 500px;
}

.sidebar-collapse #box-search {
	width: 52%;
}

#search_form {
	height: 60px;
}

#search_page {
	width: 100px;
	height: 100%;
	text-align: center;
	background-position: right;
}

.box-left {
	float: left;
	width: calc(96% - 1px);
	height: 60px;
	/*border-right: 1px solid #f8f8f8;*/
}

.box-left select {
	float: left;
	width: 160px;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
	height: 60px;
	margin: 0;
	background-position-y: 17px;
	background-position-x: 96%;
	padding-left: 10px;
}

.box-left input[type="text"] {
	float: left;
	width: calc(100% - 200px);
	height: 58px;
	border: 0;
	/*padding-left: 30px;*/
	outline: none;
	margin-right: 0%;
}

.box-left-icon,
.box-left-icon-open {
	float: left;
	width: 50px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #F8F8F8;
	border-right: 1px solid #F8F8F8;
	position: relative;
	display: inline-block;
}

.box-left-icon img,
.box-left-icon-open img {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}

.box-inside-icon {
	position: absolute;
	float: left;
	left: 50px;
	width: 30%;
	height: 60px;
	margin: 0;
	top: 0;
	padding: 0;
	background-color: #ffffff;
	z-index: 1;
	display: inline-block;
}

#search_keyword,
#search_keyword_outside {
	width: 50%;
	border: 0;
	margin-left: 10px;
	color: #7F8FA4;
	font-size: 12px;
	height: 100%;
}

.search_keyword_mobile {
	display: none;
}

.box-right-icon-open {
	width: 60px;
	height: 60px;
	background-color: #4FACFE;
	float: right;
}

.box-right-icon-open img {
	width: 24px;
	height: 59px;
	/* position: absolute; */
	bottom: 0;
	margin: auto;
	right: 16px;
	vertical-align: middle;
}

.box-left-advanced {
	position: absolute;
	float: left;
	left: 0;
	width: 100%;
	height: 60px;
	margin: 0;
	top: 60px;
	padding: 0;
	background-color: #ffffff;
	z-index: 1;
	border-top: 1px solid #F8F8F8;
	display: none;
}

.box-left-advanced div {
	height: 100%;
	float: left;
	/* padding: 0px; */
	text-align: center;
}

.box-left-advanced div div {
	float: left;
	text-align: center;
	width: 9.6%;
}

div#advanced_search {
	width: 4%;
}

.dropDwnWidth {
	width: 8% !important;
}

.servicesDropdown {
	width: 12% !important;
}

.datesDropdown {
	width: 13.6% !important;
	display: inline-flex;
}

.select-dropdown-menu {
	top: 50px !important;
	left: -27px !important;
	max-height: 300px;
	overflow: auto;
	min-width: 290px !important;
}

.dropdown-menu li {
	border-bottom: 1px solid #70707014;
	display: block;
}

.dropdown-menu>li>a {
	padding: 3px 15px !important;
}

.dropdown-menu label {
	font-size: 14px;
	color: #363636;
	font-weight: 100;
	vertical-align: middle;
	text-align: center;
	float: left;
	display: flex;
	width: 228px;
	cursor: pointer;
}

.multiselectBtn.dropdown-toggle {
	background-color: #ffffff !important;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	position: absolute;
}

.multiselectBtn {
	color: #363636 !important;
	border: none !important;
}

.multiselect,
.multiple {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.btn .caret {
	margin-left: 10px !important;
}

.zipDropdown input[type="text"],
.birthdayDropdown input[type="text"],
.datesDropdown input[type="text"] {
	width: 85%;
	height: 40px;
	margin-top: 10px;
	text-align: center;
	background: #f8f8f8;
	border: 0;
	outline: none;
	/* margin-top: 5px; */
	padding-left: 5px;
	font-size: 14px;
}

.left_search_container,
.right_search_container {
	margin-left: -15px;
	margin-right: -15px;
}

.borderDropdown {
	border-right: 1px solid #f8f8f8;
}

.servicesDropdown label {
	font-size: 14px;
	color: #363636;
	font-weight: 100;
}

.servicesDropdown p {
	line-height: 55px;
	text-align: center;
	text-align: center;
	width: 50%;
	float: left;
}

/* hover style just for information
.servicesDropdown label:hover:before {
  border: 2px solid #7F8FA4!important;
}
*/
.servicesDropdown input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.servicesDropdown label {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 0px;
	line-height: 36px;
	cursor: pointer;
}

.servicesDropdown label::before {
	content: " ";
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	border: 2px solid #4facfe;
	border-radius: 4px;
	z-index: -1;
}

/* Checked */
.servicesDropdown input[type="checkbox"]:checked+label {
	padding: 0 10px;
	color: #fff;
}

.servicesDropdown input[type="checkbox"]:checked+label::before {
	top: 0;
	width: 100%;
	height: 100%;
	background: #4facfe;
}

/* Transition */
.servicesDropdown label,
.servicesDropdown label::before {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

.tab {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.tab a.addCustomer {

	/*-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	*/
	float: left;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0 10px;
	line-height: 50px;
	/* font-size: 20px; */
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}

img.addCustomerImg {
	float: left;
	margin: 12px;
	width: 26px;
	height: 26px;
}

.sidebar {
	float: left;
	width: 100%;
}

.tab>a>li,
.sidebar-menu>a>li {
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	height: 50px;
	padding: 0 0 0 50px !important;
	transition: 0.3s;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #7F8FA4;
	background-repeat: no-repeat !important;
	background-position: 13px !important;
	list-style: none;
}

.settings_menu,
.email_menu,
.call_menu,
.web_menu {
	color: #363636 !important;
}

/*.tab>a>li:hover,
.sidebar-menu>a>li:hover {
	background: #F8F8F8;
}*/

.tab>a,
.sidebar-menu>a {
	border: 0 !important;
	color: #909090;
	text-decoration: none !important;
	padding: 0 !important;
	line-height: 50px;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	height: 50px;
	z-index: 99999;
}

.sidebar-menu a:hover,
.tab a:hover {
	color: #909090 !important;
	background: #ecf6fe !important;
}

.skin-blue .sidebar-menu>li:hover>a,
.skin-blue .sidebar-menu>li.active>a,
.skin-blue .sidebar-menu>li.menu-open>a {
	background: transparent !important;
	text-decoration: none !important;
}

.dashboard_menu {
	background: url('../images/iconsMenu/dashboard.svg');
	background-size: 24px;
}

.dashboard_menu.active {
	background: url('../images/iconsMenu/dashboard_2.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	color: #4facfe;
	font-weight: 600;
}

.leadticker_menu {
	background: url('../images/iconsMenu/lead_ticker.svg');
	background-size: 24px;
}

.leadticker_menu.active {
	background: url('../images/iconsMenu/lead_ticker_2.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	color: #4facfe;
	font-weight: 600;
}

.tablinks.active {
	border-right: 4px solid #4facfe;
}

.agents_menu {
	background: url('../images/iconsMenu/agent.svg');
	background-size: 24px;
}

.agents_menu.active {
	background: url('../images/iconsMenu/agent_2.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	color: #4facfe;
	font-weight: 600;
}

.customers_menu {
	background: url('../images/iconsMenu/customers.svg');
	background-size: 24px;
}

.customers_menu.active {
	background: url('../images/iconsMenu/customers_2.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	color: #4facfe;
	font-weight: 600;
}

.potencialCustomers_menu {
	background: url('../images/iconsMenu/potencial_customers.svg');
	background-size: 24px;
}

.potencialCustomers_menu.active {
	background: url('../images/iconsMenu/potencial_customers_2.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	color: #4facfe;
	font-weight: 600;
}

.contact_menu {
	background: url('../images/iconsMenu/contact.svg');
	background-size: 24px;
}

.contact_menu.active {
	background: url('../images/iconsMenu/contact_2.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	color: #4facfe;
	font-weight: 600;
}

.notes_menu {
	background: url('../images/iconsMenu/notes.svg');
	background-size: 24px;
}

.notes_menu.active {
	background: url('../images/iconsMenu/notes_2.svg') #ECF6FE;
	background-repeat: no-repeat !important;
	background-size: 24px;
	color: #4facfe;
	font-weight: 600;
}

.documents_menu {
	background: url('../images/iconsMenu/documents.svg');
	background-size: 24px;
}

.documents_menu.active {
	background: url('../images/iconsMenu/documents_2.svg') #ECF6FE;
	background-repeat: no-repeat !important;
	background-size: 24px;
	color: #4facfe;
	font-weight: 600;
}

.calendar_menu {
	background: url('../images/iconsMenu/calendar.svg');
	background-size: 24px;
}

.calendar_menu.active {
	background: url('../images/iconsMenu/calendar_2.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	color: #4facfe;
	font-weight: 600;
}

.report_menu {
	background: url('../images/iconsMenu/report.svg');
	background-size: 24px;
}

.report_menu.active {
	background: url('../images/iconsMenu/report_2.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	color: #4facfe;
	font-weight: 600;
}

.settings_menu {
	background: url('../images/iconsMenu/settings.svg');
	background-size: 24px;
}

.settings_menu.active {
	background: url('../images/iconsMenu/settings_2.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	color: #4facfe !important;
	font-weight: 600;
}

li.tablinks.email_menu,
li.tablinks.call_menu,
li.tablinks.web_menu {
	padding: 0px !important;
	text-align: center;
	background-position: 12px !important;
}

.sidebar-collapse li.tablinks.email_menu,
.sidebar-collapse li.tablinks.call_menu,
.sidebar-collapse li.tablinks.web_menu {
	padding-left: 50px !important;
}

.sidebar-collapse .email_menu {
	background: url('../images/icons/email.svg');
	background-size: 24px;
}

.sidebar-collapse .call_menu {
	background: url('../images/icons/phone.svg');
	background-size: 24px;
}

.sidebar-collapse .web_menu {
	background: url('../images/iconsMenu/web.svg');
	background-size: 24px;
}

.sidebar-collapse .tabcontent {
	width: calc(100% - 50px);
}

.footer {
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: flex-end;
}

.footer .tab button {
	border-top: 2px solid #F8F8F8;
	border-bottom: 2px solid #F8F8F8;
}

.footer img.logo_footer {

	/*width: 50%;*/
	width: 33%;
	margin: 15px 0;
}

.footer p.info {
	margin: 3px 0 8px 0;
}

.footer p.info a {
	color: #4facfe;
	font-style: italic;
	text-decoration: none;
}

@-webkit-keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

.banner {
	position: absolute;
	float: left;
	left: 230px;
	width: calc(100% - 230px);
	height: 60px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	z-index: 1;
}

.search-container {
	float: left;
	width: 80%;
	height: 60px;
	/*margin-left: 20%;*/
	text-align: left;
}

#defaultOpen {
	width: 100%;
	z-index: 999;
}

span.logo-lg {
	float: unset;
	width: 100%;
	height: 0px;
	margin: 3px auto;
	text-align: center;
	position: relative;
	margin: auto;
	display: flex;
	z-index: 999;
	/* top: -58px; */

	/* margin-left:-60px; */
}

span.logo-lg img {
	height: 30px;
	margin: 15px auto;
	text-align: center;
	display: flex;
}

.sidebar-collapse>span.logo-lg {
	margin-left: 0px;
}

select {
	border: 0;
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-appearance: none;
	appearance: none;
	width: 140px;
	height: 25px;
	background: url(../images/icons/drop_search.svg) no-repeat 102% 0;
	background-size: 25px;
	overflow: hidden;
	padding-right: 25px;
	color: #363636;
}

a.searchCustomer {
	float: left;
	width: 130px;
	height: 30px;
	background: #4facfe;
	border: 0;
	outline: none;
	color: #fff;
	margin: 15px 20px 0;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}

.user-container {
	float: left;
	width: 20%;
	height: 60px;
	text-align: right;
}

/* DROPDOWN USER */
.dropbtnUser {
	float: left;
	color: #7F8FA4;
	cursor: pointer;
	outline: none;
	max-width: 220px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	border: 0;
	background: transparent;
}

.dropbtnUser img.user-avatar {
	float: left;
	width: 42px;
	height: 42px;
	margin-top: 8px;
	margin-right: 10px;
	border-radius: 100%;
	border: 2px solid #4facfe;
}

.dropbtnUser img.dropdown-grey {
	float: right;
	width: 24px;
	height: 24px;
	margin-top: 18px;
	margin-right: 10px;
	margin-left: 10px;
}

.dropbtnNtfc {

	/*background: url(../images/icons/notification.svg);*/
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	color: white;
	cursor: pointer;
	border: 0;
	outline: none;
	width: 25px;
	height: 63px;
	/* margin: 18px 13px; */
	margin-right: 20px;
	z-index: 1;
	text-align: center;
}

.dropbtnNtfc.active {

	/*background: url(../images/icons/notification_active.svg);*/
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	color: white;
	cursor: pointer;
	border: 0;
	outline: none;
	width: 24px;
	height: 24px;
}

/* Pulse effect on notification icon*/
.notification-box a {
	font-size: 26px;
	/*color: #7f8fa4;*/
	display: block;
	line-height: 60px;
}

.dropbtnNtfc.active>.right-bar-toggle {
	color: #4facfe;
}

.dropbtnNtfc>.right-bar-toggle {
	color: #7f8fa4;
}

.dropbtnNtfc>.noti-dot {
	display: none;
}

.dropbtnNtfc.active>.noti-dot {
	display: block;
}

.notification-box .noti-dot {
	position: relative;
	top: -45px;
}

.notification-box .dot {
	width: 2px;
	height: 2px;
	border: 3px solid #ff5b5b;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #ff5b5b;
	z-index: 10;
	position: absolute;
	right: 3px;
	top: -3px;
}

.notification-box .pulse {
	border: 1px solid #ff5b5b;
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 30px;
	width: 30px;
	-webkit-animation: pulse 1s ease-out;
	-moz-animation: pulse 1s ease-out;
	animation: pulse 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	top: -15px;
	left: 3px;
	z-index: 1;
	opacity: 0;
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite;
	opacity: 0.5;
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0.0;
	}

	50% {
		opacity: 1.0;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0.0;
	}

}

/*End of Pulse effect on notification icon*/
span.messageRow {
	float: left;
	width: 100%;
	height: 50px;
}

span.messageRow:hover {
	background-color: #ddd;
}

.dropdown-content-ntfc .leftInfo,
.dropdown-content-ntfc .rightInfo {
	border-bottom: 1px solid #f8f8f8;
}

.dropdown-content-ntfc p.message {
	font-size: 15px;
}

.dropdown-content-ntfc p.messageDate {
	font-size: 12px;
}

.dropdown-content-ntfc p.message,
.dropdown-content-ntfc p.messageDate {
	float: left;
	width: 100%;
	height: 25px;
	margin: 0;
	border: 0;
	padding: 0px 15px;
	text-align: left;
	line-height: 25px;
}

.dropdown-content-ntfc p.messagePriority {
	float: left;
	width: 70%;
	height: 51px;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 51px;
	text-align: center;
}

.dropdown-content-ntfc p.more {
	float: left;
	width: 30%;
	height: 51px;
	margin: 0;
	padding: 0;
	border: 0;
}

.dropdown-content-ntfc p.more img {
	float: right;
	width: 24px;
	height: 24px;
	margin: 13px auto;
}

.leftInfo {
	float: left;
	width: 80%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.leftInfo img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100%;
	border: 2px solid #4facfe;
}

.leftInfo span.change {
	position: absolute;
	top: 70px;
	left: 57px;
	font-size: 10px;
	color: #fff;
}

.dropdown-content-user .leftInfo a.avatar {
	float: left;
	width: 100%;
	height: 100px;
}

.dropdown-content-user .leftInfo a.name,
.dropdown-content-user .leftInfo a.email {
	float: left;
	width: 100%;
	height: 30px;
}

.rightInfo {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.dropdown-user,
.dropdown-ntfc {
	position: relative;
	display: inline-block;
	height: 60px;
}

.dropdown-content-user,
.dropdown-content-ntfc {
	display: none;
	top: 60px;
	right: 10px;
	position: absolute;
	background-color: #ffffff;
	width: 300px;
	height: 200px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 2;
	text-align: center;
}

.dropdown-content-user .leftInfo a {
	border: 0;
	padding: 4px;
}

.dropdown-content-user .leftInfo a:last-child {
	color: #909090;
	font-size: 9px;
}

.dropdown-content-user .leftInfo a:hover {
	background: transparent;
}

.dropdown-content-user a,
.dropdown-content-ntfc a {
	color: #363636;
	padding: 0;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #f8f8f8;
	height: 49px;
	line-height: 49px;
	/* font-size: 14px; */
}

.dropdown-user a:hover {
	background-color: #ddd;
}

.show-user,
.show-ntfc {
	display: block;
}

.dropdown-user {
	float: right;
}

.notificationSidebar h2 {
	color: #363636;
	text-align: center;
}

.notificationSidebar.active {
	right: 0px;
}

.list-group-item,
.user-list-item {
	height: 100%;
	display: inline-flex;
	width: 100%;
	margin: 0px !important;
}

.notibox .user-list-item .avatar {
	width: 20%;
	height: 100% !important;
	padding: 2%;
	text-align: center;
	position: relative;
	top: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
}

.user-list .user-list-item .user-desc span.name {
	color: #7F8FA4;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 50%;
	overflow: hidden;
	font-weight: 200;
	padding: 0px;
	margin: 0px;
}

.user-list .user-list-item .user-desc span.desc {
	color: #909090;
	font-size: 10px !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	height: 30px;
	width: 95%;
	overflow: hidden;
	font-size: 12px;
}

.user-list .user-list-item .user-desc span.time {
	font-size: 10px;
	color: #71b6f9;
	/* font-style: italic; */
	width: 50%;
}

.user-desc .name_date {
	display: inline-block;
	width: 100%;
}

.user-desc .name_date .name {
	display: inline-block;
}

.notification-list .list-group-item.active {
	background-color: transparent;
	border-left: 4px solid #4FACFE;
}

.notification-list .list-group-item:hover {
	background-color: #ecf6fe !important;
}

.notification-list .list-group-item:active .user-list .user-list-item .avatar {
	border-left: 4px solid #4FACFE;
}

.list-no-border.active {
	border-right: 4px solid #4facfe;
}

.notification-list .list-group-item {
	border-bottom: 1px solid rgba(152, 166, 173, 0.2) !important;
	margin-bottom: 0;
	background-color: #ffffff;
}

.list-no-border .list-group-item {
	border: none;
}

.notificationSidebar {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.dropdown-ntfc {
	font-size: 30px;
	display: inline-block;
	height: 40px;
	width: 40px;
	cursor: pointer;
}

.notificationSidebar {
	position: fixed;
	width: 400px;
	right: -500px;
	background-color: #ffffff;
	border-left: 1px solid #f3f2f3;
	height: 100%;
	top: 0px;
	z-index: 99;
}

.notibox {
	color: white;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	position: relative;
}

.notiHeader {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #F8F8F8;
	vertical-align: middle;
	position: relative;
	top: 0;
	bottom: 0;
	margin: auto;
}

.notiHeader h2 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #363636;
	letter-spacing: 0.03em;
	text-align: left;
	float: left;
	padding-left: 15px;
	margin-top: 23px;
}

.notiHeader img {
	width: 24px;
	height: 24px;
	margin-top: 10px;
	margin-right: 7px;
}

.notibox ul {
	list-style: none;
	overflow-y: auto;
	height: 100%;
	width: 100%;
	padding-top: 1%;
}

.list-group-item {
	height: 70px;
}

.user-list .user-list-item .avatar {
	float: left;
	height: 35px;
}

.user-list .user-list-item .avatar span {
	border-radius: 50%;
	width: 35px;
	height: 35px !important;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	font-size: 22px;
	vertical-align: middle;
	line-height: 33px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;
}

.user-list-item .avatar {
	border-right: 1px solid #F8F8F8;
}

.user-list .user-list-item .user-desc {
	width: 80%;
	height: 100% !important;
	text-align: left;
	padding-left: 10px;
}

.notification-list .list-group-item {
	border-bottom: 1px solid #F8F8F8 !important;
	margin-top: -2px !important;
	background-color: #ffffff;
	padding: 0px !important;
}

/* END OF DROPDOWN USER */
.content-wrapper {
	background-color: #F3F3F3 !important;
	height: 100vh !important;
}

.tabcontent {
	display: none;
	position: absolute;
	float: left;
	top: 60px;
	/*width: 86%;*/
	width: calc(100% - 230px);
	height: calc(100vh - 60px);
	margin: 0;
	padding: 0;
	border-top: none;
}

/* DASHBOARD */

/* DASHBOARD ADMINISTRATOR*/
.dashUpperPart div {
	display: inline-block;
	vertical-align: middle;
	/* height: 170px; */
}

#kunden,
#kalendar,
#statistiken,
#leads {
	display: inline-block;
	vertical-align: middle;
	background-color: #ffffff;
	height: 170px;
	width: 100%;
	padding: 10px;
	overflow: hidden;
}

#statistiken,
#kalendar {
	display: grid;
}

#einstellungen {
	background-color: #7F8FA4;
	height: 100%;
	margin: 5px;
	padding: 5px;
}

#einstellungen p {
	color: #ffffff;
	text-align: center;
}

.sectionDetails {
	width: 69%;
	height: 100%;
}

.sectionIcon {
	width: 30%;
	height: 100%;
	text-align: center;
	position: relative;
}

.sectionIcon img {
	width: 128px;
	height: 128px;
	position: absolute;
	top: 0;
	left: -24px;
	margin: auto;
	opacity: 0.2;
}

/*#statUpper .sectionIcon img {
top: 0;
}

#kalendarUpper .sectionIcon img {
top: -35px;
}

#leads .sectionIcon img {
top: -45px;
}*/
.sectionTitle {
	font-size: 18px;
	color: #4FACFE;
}

.customerNumber {
	margin-top: 55px;
}

.customerNumber p {
	display: inline;
	font-size: 15px;
	color: #28C96D;
}

.dashNumber {
	font-size: 20px !important;
}

#kalendar {
	padding: 0px;
}

#kalendarUpper {
	padding: 10px;
}

.kalendarItems div p {
	display: inline-block;
	font-size: 15px;
}

.kalendarItems {
	width: 100%;
}

.kalendarItems div {
	width: 100%;
}

.kalDay {
	width: 10%;
	font-weight: 600;
}

.kalDesc {
	width: 150px;
}

.kalValue {
	width: 10%;
}

#kalendarItemFirst .kalValue {
	color: #28C96D;
}

#kalendarItemSecond .kalValue {
	color: #FF3C43;
}

#kalendarItemThird .kalValue {
	color: #FF903D;
}

#kalendarUpper {
	height: 138px;
}

.kalendarDesc {
	width: 100%;
	height: 32px;
	text-align: center;
	background-color: #4FACFE;
	color: #000000;
}

.kalendarItems p {
	color: #7F8FA4;
}

.kalendarDesc {
	overflow: hidden;
}

.item-1,
.item-2,
.item-3 {
	position: absolute;
	display: block;
	text-align: center;
	width: 90%;
	max-height: 30px;
	overflow: hidden;
	font-size: 15px;
	padding: 0px !important;
	vertical-align: middle;
	text-align: center;
	margin: 0px !important;
	line-height: 30px;
	color: #ffffff;
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-delay: 0s;
}

.item-1 {
	animation-name: anim-1;
	animation-delay: 0s;
}

.item-2 {
	animation-name: anim-2;
	animation-delay: 0s;
}

.item-3 {
	animation-name: anim-3;
	animation-delay: 0s;
}

@keyframes anim-1 {

	0%,
	8.3% {
		left: -100%;
		opacity: 0;
	}

	8.3%,
	25% {
		left: 5%;
		opacity: 1;
	}

	33.33%,
	100% {
		left: 100%;
		opacity: 0;
	}

}

@keyframes anim-2 {

	0%,
	33.33% {
		left: -100%;
		opacity: 0;
	}

	41.63%,
	58.29% {
		left: 5%;
		opacity: 1;
	}

	66.66%,
	100% {
		left: 100%;
		opacity: 0;
	}

}

@keyframes anim-3 {

	0%,
	66.66% {
		left: -100%;
		opacity: 0;
	}

	74.96%,
	91.62% {
		left: 5%;
		opacity: 1;
	}

	100% {
		left: 100%;
		opacity: 0;
	}

}

.statistikenItems div {
	width: 100%;
}

.statFilled,
.statOutOff {
	font-weight: 600;
	width: 30px;
	text-align: center;
}

.statistikenItems div p {
	color: #7F8FA4;
	font-size: 14px;
	margin: 0px !important;
}

.statistikenItemContent p {
	display: inline-block;
}

.statistikenDesc {
	width: 100%;
	height: 20px;
	text-align: center;
	background-color: #ffffff;
	display: inline-block;
	text-align: left;
}

.statistikenDesc p {
	font-size: 14px;
	color: #7F8FA4;
	display: inline-block;
}

#statUpper {
	height: 100px;
}

#statBottom {
	height: 70px;
}

#statPercentKunden {
	color: #28C96D;
}

#statistikenProgress {
	width: 80%;
	height: 8px;
	display: flex;
	margin: auto;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
}

#statistikenBar {
	width: 35%;
	border-radius: 4px;
	height: 8px;
	background-color: #FED330;
	text-align: center;
	line-height: 30px;
	color: white;
	margin-bottom: 17px;
}

#statProgNr {
	font-size: 20px;
	color: #FF903D;
	text-align: right;
	margin-top: -20px;
	margin-right: 55px;
}

.leadsItemContent p {
	display: inline-block;
	color: #7F8FA4;
	font-size: 15px;
}

.serviceCode {
	width: 70%;
	font-weight: 600;
}

.serviceName {
	font-size: 11px;
	width: 20%;
	margin-top: -10px;
}

.leadsEarned {
	color: #28C96D !important;
	font-size: 20px !important;
}

.leadsItemContent {
	width: 100%;
	height: 20px;
}

.dashUpperPart {
	position: relative;
	/* left: 15px; */
	top: 30px;
}

.dashBottomPart {
	left: 15px;
	top: 55px;
	height: calc(100% - 255px);
}

.dashBottomPart div {
	display: inline-block;
}

#leftBottomPart {
	height: 100%;
	background-color: #ffffff;
}

#rightBottomPart {
	height: 100%;
}

#rightBottomPart {
	border-right: 15px solid #F3F3F3;
	display: block;
}

#leftBottomPart {
	border-right: 15px solid #f3f3f3;
}

#notizenTitle p {
	line-height: 50px;
}

.notizenTitle {
	height: 50px;
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
	border-bottom: 1px solid #f8f8f8;
}

.notizenTitle p {
	line-height: 50px;
}

.notizenContent {

	/* margin-top: 20px; */
	overflow: auto;
	height: calc(100% - 65px);
}

.notizenBox {
	width: 300px;
	height: 345px;
	margin-top: 20px;
}

.notizenBoxTitle,
.notizenBoxControl {
	width: 100%;
	height: 60px;
	background-color: #f8f8f8;
	margin-top: -4px;
}

.notizenBoxItems {
	width: 100%;
	max-height: 231px;
	background-color: #f8f8f8;
	overflow: auto;
	display: inline-block !important;
	margin-top: -4px;
}

.notizenDot {
	max-height: 100%;
	height: 72px;
	text-align: center;
	position: relative !important;
}

.notizenBoxTitle {
	position: relative;
}

.red {
	border-left: 4px solid #FF3C43;
}

.yellow {
	border-left: 4px solid #FED330;
}

.orange {
	border-left: 4px solid #FF903D;
}

.notizenCharacter {
	float: left !important;
	height: 100%;
	text-align: center;
	position: relative !important;
}

.notizenCharacter p {
	font-size: 22px;
	vertical-align: middle;
	color: #7F8FA4;
	line-height: 60px;
	margin-left: -3px;
	position: absolute !important;
	top: 0;
	bottom: 0;
}

.notizenPerson {
	position: absolute !important;
	top: 0;
	bottom: 0;
	height: 60%;
	margin: auto;
}

.notizenPerson p {
	color: #363636;
	margin: 0px;
}

.notizenPersonName {
	font-size: 14px;
}

.notizenPersonDate {
	font-size: 10px;
}

.notizenEdit {
	float: right !important;
	height: 100%;
	text-align: center;
	position: relative;
}

.notizenEdit img {
	width: 24px;
	height: 24px;
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: -15px;
	margin: auto;
}

#verticalLineLeft {
	width: 1px;
	height: 100%;
	background-color: #ffffff;
	margin-left: 17px;
}

#verticalLineRight {
	width: 1px;
	height: 100%;
	background-color: #ffffff;
	margin-right: 10px;
	margin-left: -10px;
}

.notizenBoxControl a {
	position: relative;
	height: 100%;
	text-align: center;
}

.notizenBoxControl a img {
	width: 24px;
	height: 24px;
	position: absolute !important;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.notizenItemDate {
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.notizenItemDate p {
	display: inline-block !important;
	font-size: 12px;
	margin: 0px;
}

.notizenItemDate>p:first-child {
	float: left;
	color: #7F8FA4;
}

.notizenItemDate>p:nth-child(2) {
	float: right;
	color: #363636;
}

.dot {
	width: 12px;
	height: 12px;
	max-width: 100%;
	border-radius: 50%;
	display: inline-block !important;
	text-align: center;
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 50%;
	margin: auto;
	right: 50%;
}

.dotRed {
	background-color: #FF3C43;
}

.dotGreen {
	background-color: #28C96D;
}

.dotLightGreen {
	background-color: #28c96d82;
}

.dotYellow {
	background-color: #FED330;
}

.dotOrange {
	background-color: #FF903D;
}

.notizenDate {
	width: 41px;
	height: 12px;
	font-size: 8px;
	color: #363636;
	display: inline-block !important;
}

.notizenItemDetails {
	border-bottom: 1px solid #ffffff;
	/* display: inline-block !important; */
}

.notizenItemDetails>span {
	display: inline-block !important;
}

.notizenItemDetails>p:nth-child(2) {
	font-size: 10px;
	color: #363636;
	display: inline-block !important;
}

.enterPublicNote,
.enterPrivateNote {
	width: 100%;
	padding: 0px !important;
	height: 40px;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.enterPublicNote input[type="text"] {
	background-color: #0000000a;
	color: #363636;
	outline: none;
	border: 0;
	height: 40px;
}

.enterPublicNote input[type="button"] {
	background-color: #4FACFE;
	color: #ffffff;
	outline: none;
	border: 0;
	margin-top: -1px;
	height: 42px;
}

.enterPrivateNote input[type="text"] {
	background-color: #2D3E45;
	color: #ffffff;
	outline: none;
	border: 0;
	height: 40px;
}

.enterPrivateNote input[type="button"] {
	background-color: #4FACFE;
	color: #ffffff;
	outline: none;
	border: 0;
	margin-top: -1px;
	height: 42px;
}

#publicNote {
	height: 50%;
	width: 100%;
	border-bottom: 30px solid #f3f3f3;
	padding: 10px;
	display: inline-block !important;
	background-color: #ffffff;
}

#privateNote {
	height: 50%;
	width: 100%;
	padding: 10px;
	background-color: #243138;
}

.listPublicNote,
.listPrivateNote {
	height: 100%;
	overflow: auto;
	width: 100%;
}

.listPublicNote {
	height: 86%;
}

.itemNote,
.itemPrivateNote {
	border-top: 1px dashed #7F8FA4;
	border-bottom: 1px dashed #7F8FA4;
	width: 100%;
}

.itemNote>p:first-child {
	color: #4FACFE;
	font-size: 17px;
}

.itemNote>p:nth-child(2) {
	color: #7F8FA4;
	font-size: 15px;
}

.itemPrivateNote {
	padding: 1%;
}

.itemPrivateNote>p:first-child {
	color: #ffffff;
	font-size: 16px;
	display: inline-block !important;
	width: 93%;
	margin: 0px;
}

.itemPrivateNote img {
	height: 24px;
	width: 24px;
}

.itemPrivateNote>p:nth-child(2) {
	color: #7F8FA4;
	font-size: 12px;
}

/* DASHBOARD AGENT*/
table thead tr {
	font-weight: normal !important;
	font-size: 9px;
}

.customers {

	/* float: left;
	height: 48%;*/
	width: 98%;
	height: calc(95% - 300px);
	margin: 1% 1% 0 1%;
	/*background: #fff;
	-webkit-box-shadow: 2px 3px 6px 5px rgba(0,0,0,0.16);*/
	-moz-box-shadow: 2px 3px 6px 5px rgba(0, 0, 0, 0.16);
	/* box-shadow: 2px 3px 6px 5px rgba(0,0,0,0.16); */
}

.customersBanner {
	float: left;
	width: 100%;
	height: 60px;
}

.titleBanner {
	float: left;
	width: 50%;
	height: 60px;
	margin: 0;
	padding: 0;
	line-height: 25px;
}

.filterBanner {
	float: left;
	width: 15%;
	height: 60px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.titleBanner p {
	margin: 17px 0px 17px 30px;
	font-size: 18px;
}

.filterBanner select {
	margin: 17px 10px;
	border-right: 2px solid #4facfe;
	background-position-x: 80%;
}

.filterBanner a.seeAll {
	float: right;
	width: 160px;
	height: 40px;
	margin: 17px 20px 0 0;
	border: 0;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

.customersList {
	float: left;
	width: 100%;
	/* height: calc(100% - 60px); */
	height: 100%;
}

.table-overflow {
	overflow: auto;
}

td.insuranceType,
td.company,
td.customer,
td.insuranceType select,
td.company select {
	text-align: left !important;
	text-align-last: left !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	display: none;
}

table.dashboard-table,
table.agents-table {
	border-spacing: 0 10px !important;
	border-bottom: 0 !important;
}

table.dashboard-table thead tr th,
table.agents-table thead tr th {
	border-top: 1px solid #7F8FA4;
	border-bottom: 1px solid #7F8FA4;
	font-size: 11px;
	font-weight: 400;
	color: #7F8FA4;
}

table.dashboard-table tbody tr td,
table.agents-table tbody tr td {
	border-right: 1px solid #F8F8F8;
	text-align: center;
}

table.data_table tbody tr:hover {
	background-color: #ecf6fe !important;
}

table.data_table tbody tr td.status img {
	height: 24px;
	width: 24px;
}

th {
	font-weight: 400;
}

table tbody td {
	height: 50px;
	/*line-height: 0;*/
	color: #363636;
	font-size: 11px;
}

.customersList td select {
	width: 100% !important;
	background-position: 100% !important;
	background-size: 18px;
	text-align-last: center;
}

table tbody td.name {
	font-size: 13px;
	/*font-size: 1.2vw;*/
	font-weight: 700;
}

td.logo img {

	/*float: left;*/
	width: 32px;
	height: 32px;
	border-radius: 100%;
	margin: 5px 10px;
	object-fit: contain;
}

td.more img {
	width: 24px;
	height: 24px;
}

.call {
	float: left;
	width: 50%;
	height: 100%;
	border: 0;
	outline: none;
	display: flex;
}

.call img {
	width: 24px;
	height: 24px;
	margin: auto 0;
}

.no_call {
	float: left;
	width: 50%;
	height: 100%;
	background: url('../images/icons/no_phone.svg');
	border: 0;
	outline: none;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: left center;
}

.email {
	width: 50%;
	height: 100%;
	border: 0;
	outline: none;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: left center;
}

.email img {
	width: 24px;
	height: 24px;
}

.no_email {
	width: 50%;
	height: 100%;
	background: url('../images/icons/no_email.svg');
	border: 0;
	outline: none;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: left center;
}

.showLeft {
	padding: 0;
	margin: 4px auto;
}

.dropdown {
	float: none;
	margin: 0 auto;
	cursor: pointer;
}

.dropdown-content {
	display: none;
	position: absolute;
	right: 20px;
	margin-top: -10px;
	background-color: #f9f9f9;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown a:hover {
	background-color: #f1f1f1;
}

.show {
	display: block;
}

.potencialBanner,
.notesBanner {
	float: left;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #909090;
}

.potencialBanner .filterBanner img,
.notesBanner .filterBanner img {
	width: 24px;
	height: 24px;
	margin: 18px 10px;
}

.potentialTittleBanner {
	width: 80%;
}

.potentialFilterBanner {
	width: 20%;
}

.bottomPart {
	float: left;
	height: 47%;
	height: 300px;
	width: 98%;
	margin: 1%;
}

.calendar {
	float: left;
	width: 520px;
	margin: 0;
	height: 100%;
	background: #fff;
	-webkit-box-shadow: 2px 3px 6px 5px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 2px 3px 6px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 2px 3px 6px 5px rgba(0, 0, 0, 0.16);
	/*overflow: hidden; */
}

.calendarContent {
	float: left;
	width: 100%;
	height: 100%;
}

#caleandar {
	float: left;
	width: 55%;
	height: 100%;
}

.cld-main {
	float: left;
	width: 100%;
	height: 100%;
	margin: 9px 0px;
	color: #909090;
}

.cld-main a {
	color: #333;
	font-weight: bold;
}

.cld-datetime {
	position: relative;
	width: 75%;
	min-width: 100px;
	max-width: 300px;
	margin: auto;
	overflow: hidden;
}

.cld-datetime .today {
	position: relative;
	float: left;
	width: calc(100% - 54px);
	margin: auto;
	text-align: center;
	color: #4facfe;
	font-weight: bold;
	line-height: 30px;
	text-transform: capitalize;
}

.cld-nav {
	position: relative;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	text-align: center;
	line-height: 23px;
}

.cld-nav:hover {
	cursor: pointer;
}

.cld-nav:hover svg {
	fill: #666;
}

.cld-nav svg {
	width: 12px;
	height: 12px;
}

.cld-rwd {
	float: left;
}

.cld-fwd {
	float: right;
}

.cld-nav svg:hover {}

.cld-labels {

	/* border-bottom: 1px solid #909090; */
}

.cld-labels,
.cld-days {
	padding-left: 0;
	margin: 0 12px;
	padding: 12px 0;
}

.cld-days {

	/*border-right: 1px solid #909090;
	margin: 12px 0;*/
	padding: 0;
}

.cld-label {
	text-transform: uppercase;
	font-size: 14px;
	color: #4facfe;
	font-weight: bold;
}

.cld-label,
.cld-day {
	display: inline-block;
	width: 14.28%;
	height: 20px;
	text-align: center;
}

.cld-day {
	max-height: 50px;
	height: 1%;
}

.cld-day.today .cld-number {
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	background: #4facfe;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin: 0;
}

.cld-day.disableDay {
	opacity: 0.5;
}

.cld-day.nextMonth,
.cld-day.prevMonth {
	opacity: 0.33;
}

.cld-number {
	position: relative;
	margin: 8px;
	padding: 0;
}

.cld-title {
	position: relative;
	width: 100%;
	float: left;
	z-index: 5;
	padding: 5px 10px;
	background: #fff;
	white-space: nowrap;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 12px;
	white-space: initial;
	word-break: break-all;
}

.cld-number:hover .eventWrapper {
	display: block;
}

.cld-number.eventday {
	display: inline-block;
	height: 20px;
	width: 20px;
	border-radius: 50px;
	border: 1px solid #999;
}

.cld-number.eventday:hover {
	cursor: pointer;
	background: #eee;
}

.today .cld-number.eventday:hover {
	background: #888;
}

.eventWrapper {
	position: absolute;
	top: 30px;
	left: -5px;
	display: none;
	width: 215px;
}

.eventWrapper::before {
	content: '';
	position: absolute;
	top: -7.5px;
	left: 7.5px;
	width: 0;
	height: 0;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-bottom: 7.5px solid #ccc;
}

.meetingsContent {
	float: left;
	width: 45%;
	height: 100%;
}

.meetingsTodayContent {
	padding: 0 0 0 12px;
	color: #909090;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.meetingsTodayContent_plan {
	float: left;
	width: 100%;
	height: 100px;
	background-color: #4facfe;
	box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
	margin: 10px 0 0 0;
	color: #fff;
	padding: 0 12px;
}

.meetings_add {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	margin: 12px 5px 0;
	color: #4facfe;
	/* padding: 13px 14px; */
	float: right;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.month {
	float: left;
	width: 97%;
	/* height: 80px; */
	padding: 0;
	color: #fff;
	text-align: left;
}

.month p {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 20px;
	/* line-height: 0; */
	color: #FFF;
	margin: 0;
}

.date-dashboard {
	float: left;
	width: 50%;
	/* margin: 0 0px; */

	/* border-bottom: 1px dashed #909090; */
}

.day {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	/* text-align: center; */
}

.day p {
	margin: 0;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

.dayMonth {
	float: left;
	width: 100%;
}

.dayMonth p {
	font-size: 36px;
	color: #4facfe;
	margin-top: 10px;
	font-weight: 600;
}

.meetings {
	float: left;
	width: 100%;
	/*height: 190px;	 margin: 0 5%;*/
	height: calc(100% - 110px);
	overflow: auto;
}

.meeting {
	float: left;
	width: 100%;
	min-height: 50px;
	margin-bottom: 5px;
	/* border-bottom: 1px solid #909090; */
}

.meeting:hover {
	background: #ecf6fe;
}

.meeting:nth-child(1):hover .circle,
.meeting:hover .circle {
	background: #fff;
}

.meeting .circle {
	float: left;
	width: 10px;
	height: 10px;
	background: #A39D9E;
	border-radius: 100%;
	margin: 20px 5px;
}

.meeting:nth-child(1) .circle {
	background-color: #4facfe;
}

.time {
	float: left;
	width: 50px;
	color: #4facfe;
	text-align: center;
	margin-top: 13px;
	font-size: 18px;
	font-weight: bold;
}

.meetingCustomer {
	float: left;
	width: calc(100% - 70px);
	min-height: 50px;
}

span.name {
	float: left;
	width: 94%;
	margin: 0 3%;
	min-height: 25px;
	line-height: 25px;
	color: #363636;
	font-weight: 600;
	font-size: 14px;
}

span.location {
	float: left;
	width: 94%;
	margin: 0 3%;
	min-height: 25px;
	line-height: 15px;
	color: #909090;
	font-size: 12px;
	word-break: break-all;
}

.potencialCustomers {
	float: left;
	width: calc(52% - 260px);
	margin: 0 1% 0 1%;
	height: 100%;
	background: #fff;
	-webkit-box-shadow: 2px 3px 6px 5px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 2px 3px 6px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 2px 3px 6px 5px rgba(0, 0, 0, 0.16);
}

.potencialList {
	float: left;
	width: 100%;
	height: calc(100% - 60px);
	margin: 0;
	padding: 0;
	overflow-y: auto;
}

.potencialPost {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #909090;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nameDate {
	float: left;
	width: 33%;
	margin: 0;
	padding: 0;
}

.nameDate p.name {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 14px;
	color: #363636;
	font-weight: 500;
}

.nameDate p.date {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	border: 0;
	font-size: 12px;
	color: #909090;
}

.potencialMessage {
	float: left;
	width: 60%;
	margin: 0;
	padding: 0;
}

.potencialMessage p.message {
	font-size: 12px;
	color: #363636;
	font-style: italic;
	margin: 16px 0px;
}

.potencialCategory {
	float: left;
	width: 7%;
	margin: 0;
	padding: 0;
	text-align: cle;
}

p.category {
	font-size: 24px;
	margin: 16px 0;
	font-weight: 500;
}

.notes {
	float: left;
	width: calc(46% - 260px);
	margin: 0;
	height: 100%;
	background: #fff;
	-webkit-box-shadow: 2px 3px 6px 5px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 2px 3px 6px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 2px 3px 6px 5px rgba(0, 0, 0, 0.16);
}

.notesContent {
	float: left;
	width: 100%;
	height: calc(100% - 60px);
	background: #363636;
	text-align: center;
}

.notesContent input[type="password"] {
	width: 65%;
	height: 50px;
	outline: none;
	border: 0;
	position: relative;
	margin-top: 70px;
	padding-left: 10px;
}

.notesContent input[type="password"]::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	text-align: center;
}

.notesContent input[type="password"]::-moz-placeholder {

	/* Firefox 19+ */
	text-align: center;
}

.notesContent input[type="password"]:-ms-input-placeholder {

	/* IE 10+ */
	text-align: center;
}

.notesContent input[type="password"]:-moz-placeholder {

	/* Firefox 18- */
	text-align: center;
}

.notesContent a.save {
	width: 45%;
	height: 45px !important;
	outline: none;
	color: #fff;
	text-align: center;
	line-height: 45px;
	margin: 5% auto 0 auto;
	font-size: 20px;
	text-transform: uppercase;
}

/* END OF DASHBOARD */

/* SETTINGS */

/* SETTINGS USER*/
.settings {
	float: left;
	width: 98%;
	height: 96.8%;
	margin: 1%;
	background: #fff;
	overflow: auto;
}

.settingsBanner {
	float: left;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f8f8f8;
}

.settingsBanner p {
	margin: 17px 30px;
	font-size: 20px;
	font-weight: 600;
}

.settingsContent {
	float: left;
	width: 100%;
	height: calc(99% - 60px);
}

.settingsContent div {
	float: left;
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #f8f8f8;
	display: flex;
	align-items: center;
}

.settingsContent div p {
	float: left;
	width: 200px;
	margin-left: 10px;
	line-height: 60px;
}

.save {
	height: calc(100% - 600px) !important;
	border: 0 !important;
	justify-content: center;
}

.save a.save {
	float: left;
	width: 200px;
	height: 50px !important;
	border: 0;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.save p {
	width: 170px !important;
	border-left: 1px solid #4facfe;
	margin: 0;
	padding-left: 10px;
	height: 50px;
	line-height: 50px;
}

.settingsContent select {
	width: 270px;
}

.cntr {
	margin: auto;
}

.btn-radio {
	cursor: pointer;
	display: inline-block;
	float: left;
	-webkit-user-select: none;
	user-select: none;
}

.btn-radio:not(:first-child) {
	margin-left: 20px;
}

@media screen and (max-width:480px) {
	.btn-radio {
		display: block;
		float: none;
	}

	.btn-radio:not(:first-child) {
		margin-left: 0;
		margin-top: 15px;
	}

}

.btn-radio svg {
	fill: none;
	vertical-align: middle;
}

.btn-radio svg circle {
	stroke-width: 2;
	stroke: #C8CCD4;
}

.btn-radio svg path {
	stroke: #4facfe;
}

.btn-radio svg path.inner {
	stroke-width: 6;
	stroke-dasharray: 19;
	stroke-dashoffset: 19;
}

.btn-radio svg path.outer {
	stroke-width: 2;
	stroke-dasharray: 57;
	stroke-dashoffset: 57;
}

.btn-radio input {
	display: none;
}

.btn-radio input:checked+svg path {
	transition: all 0.4s ease;
}

.btn-radio input:checked+svg path.inner {
	stroke-dashoffset: 38;
	transition-delay: 0.3s;
}

.btn-radio input:checked+svg path.outer {
	stroke-dashoffset: 0;
}

.btn-radio span {
	display: inline-block;
	vertical-align: middle;
}

/* SETTINGS ADMIN*/
.settingsAdmin {
	background-color: #F3F3F3;
}

.settingsAdmin .settingsBanner p {
	color: #7F8FA4;
	font-weight: 100;
	font-size: 23px;
}

.underlineSettings {
	width: 100%;
	height: 1px;
	background-color: #7F8FA4;
	position: relative;
	top: 60px;
}

.collapsibleSettings {
	background-color: #ffffff;
	color: #7F8FA4;
	cursor: pointer;
	height: 60px;
	margin-top: 20px;
	line-height: 10px;
	padding: 15px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 24px;
}

.collapsibleSettings:hover,
.active {
	color: #4facfe;
}

.active>.collapsibleSettImg {
	background: url('../images/icons/less_details.svg') no-repeat;
}

.contentSettings {
	display: none;
	width: 100%;
	overflow: hidden;
	background-color: #f1f1f1;
}

.collapsibleSettText {
	display: inline;
	text-align: left;
	position: static;
	width: 100px;
	line-height: 20px;
}

.collapsibleSettImg {
	width: 20px;
	height: 20px;
	float: right;
	text-align: right;
	background: url('../images/icons/more_details.svg') no-repeat;
}

.settingsAdminContent {
	background-color: #ffffff;
	padding-left: 40px;
}

.settingsAdminContent div {
	height: 60px;
}

.saveSettings {
	height: 40px !important;
	border: 0 !important;
	bottom: 55px;
	margin-bottom: 10px;
	margin-top: 10px;
	justify-content: center;
}

.cntr label span {
	font-weight: 100;
}

.settAdminItem {
	width: 99% !important;
	cursor: pointer;
	border: none;
	text-align: center;
	vertical-align: middle;
	position: relative;
	outline: none;
	display: inline-block !important;
}

.settAdminItem p {
	color: #363636;
	font-size: 16px;
	display: inline;
	text-align: left;
	/* width: 140px !important; */
	position: static;
}

.settAdminItem img {
	width: 24px;
	height: 24px;
	float: right;
	text-align: right;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	vertical-align: middle;
	right: 5px;
}

/* END OF SETTINGS */

/* CUSTOMERS */
.allCustomers {
	float: left;
	width: 98%;
	height: 96.8%;
	margin: 1%;
	/* background: #fff; */
}

.allCustomers .filterBanner a,
.contactBanner a.addCustomer {
	width: 190px;
	float: right;
	height: 40px;
	margin: 10px 20px 0 0;
	border: 0;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

.allCustomers .customersList {
	float: left;
	width: 100%;
	height: calc(100% - 60px);
	/* overflow-y: hidden; */
}

table.customers-table {
	border-spacing: 0 10px !important;
	border-bottom: 0 !important;
}

table.customers-table thead tr th {
	border-top: 1px solid #7F8FA4;
	border-bottom: 1px solid #7F8FA4;
	font-size: 12px;
	color: #7F8FA4;
}

table.customers-table tbody tr td {
	border-right: 1px solid #F8F8F8;
	text-align: center;
}

/* Customers Full View */
.customersFullView {
	float: left;
	width: 98%;
	height: 96.8%;
	margin: 1%;
}

.customerInformation {
	float: left;
	width: 240px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	overflow-y: auto;
}

.mainInfo {
	float: left;
	width: calc(100% - 20px);
	/* margin: 5%; */
	height: 170px;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #F8F8F8;
	margin: 0 10px;
}

.mainInfo .photo {
	float: left;
	/* width: 95%; */
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	/*z-index: 2;*/
	position: relative;
	margin-left: 44px;
}

.mainInfo .photo img {
	width: 120px;
	height: 120px;
	object-fit: contain;
	border-radius: 50%;
	border: 2px solid #4facfe;
	margin: 0 auto;
}

.mainInfo .delete-customer {
	width: 24px;
	position: relative;
	top: -60px;
	right: -24px;
}

.mainInfo .edit-customer {
	width: 24px;
	position: relative;
	/*bottom: -66px;*/
	top: -60px;
	right: 0px;
}

.collapsible {
	background-color: #ffffff;
	color: #4FACFE;
	cursor: pointer;
	padding: 10px;
	width: 94%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 12px;
	border-bottom: 3px solid #f8f8f8;
	border-top: 3px solid #f8f8f8;
}

.active,
.collapsible:hover {
	background-color: #ffffff;
}

.collapsible:after {
	color: #363636;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.content {
	padding: 0 !important;
	margin: 0px !important;
	max-height: 355px;
	/*min-height: 0;*/
	display: block;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #ffffff;
}

#collapsibleText {
	display: inline;
	text-align: left;
	/* width: 200px; */
	position: static;
	width: 100px;
	/* margin-right: 85px; */
}

#collapsibleImg {
	width: 20px;
	float: right;
	text-align: right;
}

.otherInfo {
	float: left;
	width: 100%;
	height: calc(100% - 172px);
	margin: 0;
}

.otherInfo .blank {
	float: left;
	width: 40%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.additionalData {
	float: left;
	width: 90%;
	height: auto;
	margin: 0 5%;
	padding: 0;
	/*border-right: 2px solid #F8F8F8;*/
}

.additionalData .data {
	float: left;
	width: 100%;
	height: auto;
}

.additionalData .data p.name {
	font-size: 24px;
	color: #363636;
	margin: 0;
	word-break: break-all;
}

.additionalData .data p.email,
.additionalData .data p.tel,
.additionalData .data p.tel a {
	color: #363636;
	font-size: 14px;
}

.additionalData .data p.bold {
	float: left;
	width: 100%;
	height: auto;
	margin: 6px 0 0 0;
	color: #909090;
	font-size: 12px;
}

.additionalData .data p.light {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	color: #363636;
	font-size: 14px;
}

.additionalData .bank img {
	float: left;
	width: 24px;
	height: 24px;
	margin: 10px 0;
}

.additionalData .bank p.light {
	width: 70% !important;
	margin: 2px 10px !important;
}

.customerDetails {
	float: left;
	width: calc(100% - 240px);
	height: 100%;
	margin: 0;
	padding: 0;
	/*overflow: auto;*/
}

.familyMember {
	float: left;
	width: 100%;
	padding: 0;
	min-height: 350px;
	height: 100%;
	overflow-y: auto;
}

ul.members {
	float: left;
	min-width: 195px;
	margin: 0;
	padding: 0;
	list-style: none;
}

li.member {
	float: left;
	padding: 0;
	min-height: 40px;
	width: 185px;
	border-top: 2px solid #4facfe;
	border-right: 2px solid #4facfe;
	border-bottom: 2px solid #4facfe;
	margin-top: 20px;
	text-align: center;
	line-height: 40px;
}

li.member:hover {
	background-color: #ecf6fe;
	color: #4facfe;
	border-color: #ecf6fe;
}

li.member-box {
	float: left;
	width: 44px;
	height: 44px;
	margin: 20px 0 0 10px;
	border: 2px solid #4facfe;
	line-height: 40px;
}

.active_family_member {
	background-color: #4facfe;
	color: #fff;
	font-weight: bold;
}

.policysCustomer {
	float: left;
	width: 98%;
	/*height: 38%;*/
	margin: 0 1% 10px;
	border-bottom: 1px solid #7F8FA4;
}

.policysBanner {
	float: left;
	width: 100%;
	height: 45px;
}

.policysBanner .filterBanner {
	float: right;
	width: auto;
}

.policysBanner .filterBanner a.add_new {
	float: left;
	width: 160px;
	height: 40px;
	background: #4facfe;
	text-align: center;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}

p.policy-titleBanner {
	float: left;
	height: 30px;
	margin: 0;
	line-height: 35px;
}

.collapsible-policy {
	float: right;
	background: transparent;
	border: 0;
	margin-top: 7px;
}

table.fullview-table {

	/* float: left; */
	width: 100%;
	height: auto;
	border: 0 !important;
	/* border-collapse: collapse!important; */
	border-collapse: separate;
	border-spacing: 0 10px !important;
}

table.fullview-table thead {

	/* float: left; */

	/* width: 100%; */
	height: auto;
}

table.fullview-table thead tr:nth-child(1) {

	/* float: left; */

	/* width: 100%; */
	height: 32px;
}

table.fullview-table thead tr th {
	border-top: 1px solid #7F8FA4;
	border-bottom: 1px solid #7F8FA4;
	color: #7F8FA4 !important;
	font-size: 12px !important;
	text-align: center;
}

table.fullview-table tbody {

	/* float: left; */

	/* width: 100%; */
	height: auto;
}

table.fullview-table tbody tr td {

	/* height: 53px; */
	text-align: center;
	/* line-height: 53px;
	border-right: 0;
	*/
	border-right: 1px solid #F8F8F8 !important;
}

table.fullview-table thead tr th.down,
table.fullview-table tbody tr td.down {

	/* border-right: 0;*/
	cursor: pointer;
	border-right: 1px solid #F8F8F8 !important;
}

table.fullview-table tbody tr td.down {
	background: url('../images/icons/drop_down_black.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}

table.fullview-table tbody tr {
	background: #fff;
	height: 55px;
	margin-top: 12px;
	/* border: 0;
		border-collapse: expression('separate', cellSpacing ='10px');
		\:red;
		border-left: 1px solid red;
		*/
}

table.fullview-table tbody tr:hover {
	background: #ecf6fe;
}

table.fullview-table tbody tr:hover td {

	/*border-color: #fff;*/
}

table.dashboard-table thead tr th.insuranceType,
table.dashboard-table thead tr th.company,
table.customers-table thead tr th.insuranceType,
table.customers-table thead tr th.company,
table.fullview-table tbody tr td.insuranceType,
table.fullview-table tbody tr td.company,
table.fullview-table tbody tr td.customer,
table.fullview-table tbody tr td.insuranceType select,
table.fullview-table tbody tr td.company select {
	text-align: center !important;
	text-align-last: center !important;
}

table.fullview-table tbody tr td {
	border-right: 1px solid #909090;
}

.policy_list .status a.status_change_link {
	display: block;
	height: 24px;
}

.policy_list .status a.status_change_link.mobile.new {
	background: url('../images/mobile_new.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

table.fullview-table tbody tr.active a.status_change_link.mobile.new {
	background: url('../images/mobile_new_white.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

.policy_list .status a.status_change_link.mobile.active {
	background: url('../images/mobile_active.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

table.fullview-table tbody tr.active a.status_change_link.mobile.active {
	background: url('../images/mobile_active_white.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

.policy_list .status a.status_change_link.mobile.inactive {
	background: url('../images/mobile_waiting.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

table.fullview-table tbody tr.active a.status_change_link.mobile.inactive {
	background: url('../images/mobile_waiting_white.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

.policy_list .status a.status_change_link.policy.new {
	background: url('../images/policy_new.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

table.fullview-table tbody tr.active a.status_change_link.policy.new {
	background: url('../images/policy_new_white.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

.policy_list .status a.status_change_link.policy.active {
	background: url('../images/policy_active.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

table.fullview-table tbody tr.active a.status_change_link.policy.active {
	background: url('../images/policy_active_white.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

.policy_list .status a.status_change_link.policy.inactive {
	background: url('../images/policy_waiting.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

table.fullview-table tbody tr.active a.status_change_link.policy.inactive {
	background: url('../images/policy_waiting_white.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

table.fullview-table tbody tr.active a.policy_file {
	background: url('../images/policy_file_white.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
	display: block;
	height: 24px;
}

a.policy_file {
	background: url('../images/policy_file.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
	display: block;
	height: 24px;
}

table.fullview-table tbody tr.active a {
	color: #fff;
}

.appAvailability {
	width: 100px !important;
}

.appAvailability .fa.fa-file-text-o {
	font-size: 22px;
}

a.appAvailabilityWebOn {
	background: url('../images/web_notification_black.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
	display: block;
	height: 24px;
	width: 24px;
	float: left;
	margin-top: 0px;
	margin-left: 18px;
}

table.fullview-table tbody tr.active a.appAvailabilityWebOn {
	background: url('../images/web_notification_white.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
	display: block;
	height: 24px;
	width: 24px;
	float: left;
	margin-top: 0px;
	margin-left: 18px;
}

a.appAvailabilityMobileOn {
	background: url('../images/mobile_notification_black.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
	display: block;
	height: 24px;
	width: 24px;
	float: left;
	margin-top: 0px;
	margin-left: 18px;
}

table.fullview-table tbody tr.active a.appAvailabilityMobileOn {
	background: url('../images/mobile_notification_white.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
	display: block;
	height: 24px;
	width: 24px;
	float: left;
	margin-top: 0px;
	margin-left: 18px;
}

a.appAvailabilityWebOff {
	background: url('../images/web_no-notification_black.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
	display: block;
	height: 24px;
	width: 24px;
	float: left;
	margin-top: 0px;
	margin-left: 18px;
}

table.fullview-table tbody tr.active a.appAvailabilityWebOff {
	background: url('../images/web_no-notification_white.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
	display: block;
	height: 24px;
	width: 24px;
	float: left;
	margin-top: 0px;
	margin-left: 18px;
}

a.appAvailabilityMobileOff {
	background: url('../images/mobile_no-notification_black.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
	display: block;
	height: 24px;
	width: 24px;
	float: left;
	margin-top: 0px;
	margin-left: 18px;
}

table.fullview-table tbody tr.active a.appAvailabilityMobileOff {
	background: url('../images/mobile_no-notification_white.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
	display: block;
	height: 24px;
	width: 24px;
	float: left;
	margin-top: 0px;
	margin-left: 18px;
}

table.fullview-table tbody tr td img {
	height: 24px;
	/*margin: 15px 0;*/
}

.commision .top {
	height: auto !important;
}

.commision .top img {
	width: 24px;
	height: 24px;
}

.commision_link {
	font-weight: bold;
	font-size: 14px;
}

.commision_paid {
	color: #2ecc71;
}

.commision_unpaid {
	color: #FF3C43;
}

table.fullview-table tbody tr td.more img {
	width: 24px;
	height: 24px;
}

table.fullview-table tbody tr.background-row.active td {
	background: #4facfe;
	color: #fff;
	border: 0;
}

table.fullview-table tbody tr.background-row.active td.down {
	background: url('../images/icons/drop_down_white.svg') #4facfe;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	transform: rotate(180deg);
}

table.fullview-table tbody tr.tr-open {
	display: none;
}

table.fullview-table tbody tr.tr-open td {
	padding: 0;
}

table.fullview-table tbody tr.tr-open td.more {
	border-right: 0;
}

table.fullview-table tbody tr.tr-open td span.top,
table.fullview-table tbody tr.tr-open td span.bottom {
	float: left;
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	line-height: 27px;
}

table.fullview-table tbody tr.tr-open td span.top {
	font-weight: bold;
}

.notesCustomer {
	float: left;
	width: 98%;
	/*height: 34%;*/
	margin: 0 1%;
}

.kundigung-part {
	float: left;
	width: calc(306px + 1%);
	overflow-y: auto;
}

.kundigung {
	float: left;
	width: 300px;
	height: 150px;
	margin-bottom: 15px;
	background-color: #fff;
}

.kundigung-top {
	float: left;
	width: 100%;
	height: 40px;
	background-color: #FF8A8E;
	border-bottom: 1px solid #F8F8F8;
	color: #fff;
}

.kundigung-left {
	float: left;
	width: 60px;
	height: 100%;
	border-right: 1px solid #F8F8F8;
}

.kundigung-left p {
	font-size: 12px;
	margin: 2px 7px;
}

.kundigung-right {
	float: left;
	width: calc(100% - 61px);
	height: 100%;
	overflow-y: auto;
}

.kundigung-right p:nth-child(1) {
	font-size: 14px !important;
	margin: 1px 0px 0 5px;
}

.kundigung-right p {
	font-size: 10px;
	margin: 1px 5px;
}

.kundigung-center {
	float: left;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #f8f8f8;
}

.kundigung-center .kundigung-left {
	display: flex;
	align-items: center;
}

.kundigung-center .kundigung-left p {
	font-size: 8px;
}

.kundigung-center .kundigung-right h4 {
	color: #7F8FA4;
	font-size: 12px;
	margin: 5px;
}

.kundigung-bottom {
	float: left;
	width: 100%;
	/*height: 100%;*/
}

.kundigung-bt {
	width: calc(25% - 1px) !important;
}

.notesCustomerContent {
	float: left;
	width: calc(100% - 1% - 306px);
	height: 100%;
}

.note-square {
	float: left;
	width: 300px;
	height: 240px;
	background: #fff;
	margin: 0 1% 1% 0;
}

.note-square .top-note {
	float: left;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #F8F8F8;
}

.note-square .top-note .date {
	float: left;
	width: 60%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	padding-left: 5px;
}

.note-square .top-note .date p {
	margin: 0;
	margin-left: 10px;
	border-right: 1px solid #F8F8F8;
}

.note-square .top-note .priority {
	float: left;
	width: 20%;
	height: 40px;
	line-height: 40px;
}

.note-square .top-note .priority p {
	margin: 0;
	text-align: center;
	font-size: 22px;
	color: #7F8FA4;
	border-right: 1px solid #f8f8f8;
}

.note-square .description {
	float: left;
	width: 100%;
	height: calc(100% - 80px);
	word-wrap: break-word;
	overflow-y: auto;
}

.note-square .description p {
	margin: 10px;
	font-size: 16px;
	color: #7F8FA4;
}

.bottom-note {
	float: left;
	width: 100%;
	height: 40px;
	border-top: 1px solid #F8F8F8;
}

.bottom-note a,
.kundigung-bottom a {
	display: block;
	height: 24px;
	cursor: pointer;
}

.note-watch,
.note-add,
.note-tick,
.note-edit,
.note-delete {
	float: left;
	width: 20%;
	height: 40px;
	margin: 0;
	/*padding: 5px 0;
			cursor: pointer;
			*/
	text-align: center;
	border-right: 1px solid #F8F8F8;
}

.note-watch {
	background: url('../images/icons/note_view.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

.note-add {
	background: url('../images/icons/note_add.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

.note-edit {
	background: url('../images/icons/note_edit.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

.note-tick {
	background: url('../images/icons/note_check.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

.note-delete {
	background: url('../images/icons/delete.svg');
	background-repeat: no-repeat !important;
	background-size: 24px;
	background-position: center;
}

.note-edit a {
	display: block;
	height: 24px;
	cursor: pointer;
}

.note-square .date {
	width: 60%;
}

.note-square .note-watch,
.note-square .note-add,
.note-square .note-tick,
.note-square .note-delete {
	width: 25% !important;
}

.note-square .date p {
	height: 20px !important;
	margin: 0 !important;
	line-height: 20px !important;
	color: #3f3f3f !important;
}

.note-square .date p.date-customer-note {
	font-size: 10px !important;
}

.note-square .description {
	overflow-y: auto;
}

.note-square .top-note .priority {
	border-width: 4px;
}

.note-row {
	float: left;
	width: 100%;
	min-height: 50px;
	opacity: 0.4;
}

.note-row:nth-child(1) {
	opacity: 1;
}

.note-row:nth-child(2) {
	opacity: 0.7;
}

.status-note {
	float: left;
	width: 5%;
	height: 50px;
	text-align: right;
}

.status-note .circle {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 20px auto;
	float: right;
}

.circle_green {
	background: #28C96D;
}

.circle_red {
	background: #FF3C43;
}

.description-note {
	float: left;
	width: 95%;
	min-height: 50px;
	border-bottom: 2px solid #F8F8F8;
}

.description-note p.name {
	float: left;
	margin: 0 0 0 2%;
	font-size: 12px;
	width: 70%;
}

.description-note p.date {
	float: left;
	width: 28%;
	margin: 0;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
}

.description-note p.desc-note {
	float: left;
	width: 100%;
	margin: 0;
	padding-left: 5px;
	font-size: 10px;
	color: #3f3f3f !important;
}

/* END OF CUSTOMERS */

/* CONTACT */
.allContacts,
.allNotes,
.allDocuments {
	float: left;
	width: 100%;
	height: 100%;
}

.allContacts .contactBanner,
.allNotes .notesBanner,
.allDocuments .documentBanner {
	float: left;
	width: 98%;
	height: 60px;
	margin: 12px 1%;
	background-color: #fff;
}

.notesBanner a.addCustomer,
.documentBanner a.addCustomer {
	width: 110px;
	float: right;
	height: 25px;
	margin: 17px 20px 0 0;
	border: 0;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
}

.contactCustomers {
	float: left;
	width: 98%;
	height: calc(100% - 84px);
	margin: 0 1%;
}

.contactCustomers ul.allCustomersRow {
	float: left;
	width: 40%;
	height: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

ul.allCustomersRow li a {
	float: left;
	width: 100%;
	height: 60px;
	color: #474747;
	padding: 0 !important;
}

ul.allCustomersRow li {
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 2px solid #f8f8f8;
}

ul.allCustomersRow li:hover,
ul.allCustomersRow li a:hover {
	background: #F8F8F8;
}

ul.allCustomersRow li .customerImg {
	float: left;
	width: 15%;
	height: 60px;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.allCustomersRow li .customerImg img {
	height: 32px;
	max-width: 80px;
	margin: 12px auto;
}

ul.allCustomersRow li .customerName {
	float: left;
	width: 50%;
	height: 60px;
	margin: 0;
	padding: 0;
}

ul.allCustomersRow li .customerCity {
	float: left;
	width: 25%;
	height: 60px;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

ul.allCustomersRow li .customerPCode {
	float: left;
	width: 10%;
	height: 60px;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.edit-contact {
	float: right;
	width: 20px;
	position: relative;
	top: 10px;
	right: 10px;
}

.company_details {
	float: left;
	width: 59%;
	margin: 0 0 0 1%;
	height: 100%;
	background: #fff;
	overflow-y: auto;
}

.customerInfos {
	float: left;
	width: 59%;
	margin: 0 0 0 1%;
	height: calc(100% - 45px);
	background: #fff;
}

.mainInfos {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.mainCustomerImg {
	float: left;
	width: 20%;
	text-align: center;
	margin: 20px 0;
}

.mainCustomerInfo {
	float: left;
	width: 70%;
	height: 200px;
}

.mainName {
	float: left;
	width: 100%;
	height: 50px;
	text-align: left;
	/*line-height: 70px;*/
}

.mainName p {
	font-size: 24px;
	color: #4facfe;
	margin: 0;
	padding: 20px 0 0 0;
}

.allInfos {
	float: left;
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
}

.allInfos .info {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
}

.left-column,
.right-column {
	float: left;
	width: 50%;
	height: auto;
}

.info span.data {
	float: left;
	width: 115px;
	height: 100%;
	color: #909090;
	text-align: right;
	padding-right: 2%;
}

.right-column .info span.data {
	float: left;
	width: 115px;
}

.info span.dataInfo {
	float: left;
	width: calc(100% - 115px);
	height: 100%;
	color: #363636;
}

.mainInfos .map {
	float: left;
	width: 98%;
	height: 250px;
	margin: 0 1%;
	z-index: 0;
}

.services {
	float: left;
	width: 98%;
	max-height: 300px;
	margin: 1%;
	/*overflow: hidden;
	height: 200px;*/
}

.services ul {
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
}

.services ul li {
	float: left;
	width: auto;
	padding: 10px 16px;
	margin: 4px;
	background: #4facfe;
	/*border-radius: 20px;*/
	color: #ffff;
}

.services ul li a img {
	height: 17px;
}

ul.chosen-choices {
	max-height: 80px;
	overflow-y: auto !important;
}

.chosen-drop {
	float: left;
	height: 100px;
}

ul.chosen-results {
	height: 100px;
	padding-bottom: 5px !important;
}

ul.chosen-results li.group-result {
	width: 98% !important;
	text-align: center;
	background: transparent !important;
	border: 1px solid #4facf3;
	color: #4facf3 !important;
}

/* END OF CONTACT */

/* NOTES */
.noteCustomers {
	float: left;
	width: 100%;
	height: calc(100% - 60px);
	overflow: auto;
}

.note-box {
	float: left;
	width: 23.75%;
	height: 400px;
	background: #fff;
	margin-right: 1%;
	margin-bottom: 1%;
}

.note-box:nth-child(4n-3) {
	margin: 0 1% 1% 1% !important;
}

.noteContent {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.noteBanner {
	float: left;
	width: 100%;
	height: 80px;
	border-bottom: 2px solid #f8f8f8;
}

.noteBanner img.customerImg {
	float: left;
	width: 48px;
	height: 48px;
	margin: 16px;
	border-radius: 100%;
	background: red;
}

.noteBanner p {
	float: left;
	line-height: 45px;
	font-size: 18px;
}

.noteBanner img.more {
	float: right;
	width: 32px;
	height: 32px;
	margin: 24px 5px;
}

.noteText {
	float: left;
	width: 100%;
	height: calc(100% - 144px);
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #f8f8f8;
	overflow: auto;
}

.noteText p {
	text-align: justify;
	margin: 10px;
	font-size: 14px;
}

.bottomBanner {
	float: left;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
}

.noteDate {
	float: left;
	width: 50%;
	height: 60px;
	margin: 0;
	padding: 0;
}

.noteDate p {
	line-height: 60px;
	margin: 0 10px;
}

.noteCategory {
	float: left;
	width: 50%;
	height: 60px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.noteCategory p {
	line-height: 60px;
	margin: 0 10px;
}

.noteClicked {
	float: left;
	position: absolute;
	width: 23.7%;
	height: 400px;
	margin: 0;
	padding: 0;
	background: #00000091;
	z-index: 5;
	display: none;
}

.close {
	float: left;
	width: 100%;
	height: 40px;
	text-align: right;
	line-height: 40px;
	color: #fff;
}

.close img {
	width: 50px;
	height: 50px;
	transform: rotate(2deg);
}

.buttons {
	float: left;
	width: 100%;
	height: calc(100% - 40px);
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.buttons button {
	width: 180px;
	height: 40px;
	border: 0;
	outline: none;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 auto;
}

.buttons button.notify {
	background: #fff;
	color: #4facfe;
}

.buttons button.download {
	margin: 20px auto;
	background: #4facfe;
	color: #fff;
}

.buttons button.done {
	background: transparent;
	color: #fff;
}

/* END OF NOTES */

/* REPORT */
.leftReport {
	float: left;
	width: 400px;
	height: 98%;
	margin: 1% 0 1% 1%;
}

.infoReport {
	float: left;
	width: 100%;
	height: 280px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.topInfo {
	float: left;
	width: 90%;
	height: 50px;
	margin: 0 5%;
	padding: 0;
	border-bottom: 2px solid #f8f8f8;
}

.topInfo p {
	line-height: 49px;
}

.bottomInfo {
	float: left;
	width: 100%;
	height: calc(100% - 50px);
	margin: 0;
	padding: 0;
}

.mainBottomInfo {
	float: left;
	width: 40%;
	height: 91%;
	margin: 3% 0;
	padding: 0;
	text-align: center;
	border-right: 2px solid #f8f8f8;
}

.mainBottomInfo img {
	width: 100px;
	height: 100px;
	margin: 10px auto;
	border-radius: 100%;
	border: 2px solid #4facfe;
}

.mainBottomInfo p.name {
	font-size: 16px;
	line-height: 20px;
}

.mainBottomInfo p.role {
	font-size: 16px;
	color: #909090;
}

.otherBottomInfo {
	float: left;
	width: 59%;
	height: 91%;
	margin: 3% 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.agentInfo {
	margin: 0 10px;
}

.agentInfo span.top {
	float: left;
	width: 100%;
	font-size: 10px;
	color: #909090;
}

span.bottom {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #363636;
	margin: 5px 0;
	word-break: break-all;
}

#filter {
	float: left;
	width: 100%;
	padding: 10px;
	height: calc(96% - 280px);
	margin: 4% 0;
	background: #fff;
	-webkit-box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.16);
	overflow-y: auto;
}

.filter-title {
	float: left;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0px 2%;
	border-bottom: 2px solid #f8f8f8;
}

.filter-title p {
	line-height: 45px;
}

#filter form {
	float: left;
	width: 100%;
	height: calc(100% - 52px);
}

.select-left-data {
	float: left;
	width: 100%;
	/*height: 190px;*/
	margin: 0;
	border-bottom: 2px solid #f8f8f8;
}

.select-left-data .form-group {
	width: 90%;
	height: 35px;
	margin: 10px auto;
	margin-left: 13px;
}

.select-left-data span.input-group-addon {
	float: left;
	width: 90px;
	text-align: left;
	font-size: 14px;
	color: #363636;
	padding-left: 0px;
}

.select-left-data select {
	float: left;
	width: calc(100% - 90px);
	border-bottom: 2px solid #F8F8F8;
}

.select-right-data {
	float: left;
	width: calc(100% - 30px);
	/*height: 231px;*/
	padding: 0;
	margin: 15px;
	position: relative;
}

.select-right-data .form-group {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.select-right-data span.input-group-addon {
	float: left;
	width: 90px;
	font-size: 14px;
	text-align: left;
}

.select-right-data span.input-group-addon.line {
	width: 20px;
	text-align: center;
}

.select-right-data input[type=text],
input[type=select] {
	float: left;
	width: 30%;
	border: 0;
	background: transparent;
	border-bottom: 2px solid #4facfe;
	font-size: 14px;
	color: #363636;
	text-align: center;
}

.select-right-data .storno,
.select-right-data .ahv-iv,
.bvg,
.bvg_value {
	float: left;
	width: 50% !important;
	margin-bottom: 15px;
}

.report_buttons {
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: flex;
}

#bvg_value_input {
	text-align: left !important;
}

.bvg_value span {
	font-size: 8px !important;
	color: #474747;
	margin-left: -15px;
	position: relative;
	top: 10px;
	width: auto !important;
	padding: 0px;
}

.storno input,
.ahv-iv input {
	border: 0;
}

.select-right-data button {
	width: 150px;
	height: 40px;
	border: 0;
	margin: 0 auto;
}

.select-right-data button.btn-reset {
	background: transparent;
	color: #4facfe;
	border-right: 2px solid #4facfe;
	font-size: 16px;
	outline: none;
}

.select-right-data button.btn-calculate {
	background: #4facfe;
	color: #fff;
	font-size: 16px;
	outline: none;
}

.rightReport {
	float: left;
	width: calc(97% - 400px);
	height: 96%;
	margin: 1%;
	background: #fff;
	-webkit-box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.16);
	overflow-y: auto;
}

#tables {
	float: left;
	width: 100%;
	height: 100%;
	overflow: auto;
}

table.report-table {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

table.report-table thead {
	width: 100%;
	height: 50px;
	border-top: 1px solid #f4f4f4;
}

table.report-table thead tr {
	width: 100%;
	height: 50px;
}

table.report-table thead tr th {
	border-bottom: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 8px;
	font-size: 14px;
}

table.report-table tbody {
	width: 100%;
	height: 100%;
}

table.report-table tbody tr {

	/* float: left; */
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 0;
}

table.report-table tr td {
	vertical-align: middle;
}

table.report-table tfoot {
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #f4f4f4;
}

table.report-table tfoot tr {
	width: 100%;
	height: auto;
}

table.report-table tfoot tr th {
	height: 50px;
	font-size: 14px;
}

.img-button {
	width: 24px;
}

table.table-hover tbody tr {
	border-bottom: 1px solid #f4f4f4;
}

table.table-hover tbody tr th {
	vertical-align: middle;
}

table.table-hover tbody tr th img {
	width: 24px;
}

.input-group {
	width: 100%;
}

.input-group-addon {
	border: none;
	outline: none;
}

.input-group select {
	color: #363636;
	font-size: 14px;
	padding-bottom: 4px;
	margin-top: 4px;
}

.button3232 {
	width: 32px;
	height: 32px;
}

/* END OF REPORT */

/* PRICE CATEGORY */
.price_details {
	height: calc(100% - 45px);
}

.allPriceCategories .priceCategoriesBanner {
	background-color: transparent;
}

.allPriceCategories .filterBanner a {
	width: 160px;
	float: right;
	height: 40px;
	margin: 5px 20px 0 0;
	border: 0;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

.priceCategoryDetails {
	float: left;
	width: 98%;
	height: calc(100vh - 90px);
	margin: 0 1%;
}

.priceCategoryDetails ul.allPriceCategoryRow {
	float: left;
	width: 40%;
	height: calc(100% - 45px);
	background: #fff;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

ul.allPriceCategoryRow li {
	float: left;
	width: 100%;
	height: 60px;
	border-bottom: 2px solid #f8f8f8;
}

ul.allPriceCategoryRow li a {
	float: left;
	width: 100%;
	height: 60px;
	color: #474747;
	padding: 0 !important;
}

ul.allPriceCategoryRow li .customerImg {
	float: left;
	width: 15%;
	height: 60px;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.allPriceCategoryRow li .customerImg img {
	width: 50px;
	height: 50px;
	margin: 5px auto;
}

ul.allPriceCategoryRow li .customerName {
	float: left;
	width: 50%;
	height: 60px;
	margin: 0;
	padding: 0;
	display: table;
	position: relative;
}

ul.allPriceCategoryRow li .customerName p {
	font-size: 16px;
	color: #474747;
	position: absolute;
	top: 0;
	height: 100%;
	bottom: 0;
	margin: auto !important;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

ul.allPriceCategoryRow li .customerType {
	float: left;
	width: 23%;
	height: 60px;
	margin: 0;
	padding: 0;
	font-style: italic;
	text-align: right;
	padding-right: 5px;
}

ul.allPriceCategoryRow li .customerTypePercent {
	float: left;
	width: 10%;
	height: 60px;
	margin: 0;
	padding: 0;
	font-style: italic;
}

ul.allPriceCategoryRow li:hover,
ul.allPriceCategoryRow li a:hover {
	background: #4facfe;
}

ul.allPriceCategoryRow li:hover p,
ul.allPriceCategoryRow li a:hover p {
	color: #ffffff;
}

ul.allPriceCategoryRow li a.active {
	background-color: #4facfe;
}

ul.allPriceCategoryRow li a.active p {
	color: #fff;
}

#chart-container {
	height: 370px;
	width: 94%;
	border-bottom: 10px solid #f8f8f8;
	display: inline-block;
}

.pricingServices ul li {
	width: 200px;
	text-align: center;
	height: 55px;
	background: #4facfe;
	color: #ffff;
	display: inline-block;
	margin: 7px;
}

.pricingServices ul li:active {
	background: #ffff;
	display: inline-block;
	border: 2px solid #4facfe;
	-moz-box-shadow: 0 0 16px -4px #4facfe;
	-webkit-box-shadow: 0 0 16px -4px #4facfe;
	box-shadow: 0 0 16px -4px #4facfe;
	margin: 5px;
}

.pricingServices ul li p {

	/* padding: 10px 0px !important; */
}

.pricingServices ul li:active p {
	color: #4facfe;
	/* margin: 0 !important; */
}

#edit-chart-container img {
	width: 5%;
	height: 50px;
	display: inline-block;
	top: 0px;
	float: right;
}

.singlePriceDetails {
	float: left;
	width: 59%;
	height: 100%;
	margin: 0 0 0 1%;
	background: #fff;
}

#deleteSelectedPriceCategory img {
	width: 30px;
}

#selectedPrice {
	display: flex;
	border-bottom: 2px solid #f8f8f8;
}

#selectedPriceName {
	width: 95%;
	padding-left: 15px;
}

#deleteSelectedPriceCategory {
	width: 5%;
	display: inline-block;
	vertical-align: middle;
	margin: auto;
}

#selectedPriceName h3 {
	color: #363636;
}

#selectedPriceName p {
	color: #7F8FA4;
}

.changePrice {
	height: calc(100% - 100px);
}

#rowHead {
	margin-top: 15px;
}

#rowHead a {
	border-bottom: 2px solid #f8f8f8;
	height: 25px;
}

#rowHead a>.branchName {
	text-align: left;
	padding-left: 20px;
	margin-right: -20px;
}

#rowHead a>.branchName,
#rowHead a>.agentPrice,
#rowHead a>.companyPrice {
	color: #7F8FA4;
	font-size: 12px;
}

.deletePrice img {
	width: 24px;
	height: 24px;
	margin-top: 15px;
}

.allInsuranceServices {
	float: left;
	width: 100%;
	height: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	list-style: none;
}

ul.allInsuranceServices .rowItem {
	float: left;
	width: 100%;
	height: 60px;
	color: #474747;
	padding: 0 !important;
	border: 1px solid #f8f8f8;
}

#rowHead a {
	border: none;
}

ul.allInsuranceServices li .branchName {
	float: left;
	width: 55%;
	height: 60px;
	padding: 0;
	text-align: left;
	padding-left: 20px;
	margin-right: -20px;
}

ul.allInsuranceServices li .agentPrice {
	float: left;
	width: 20%;
	height: 60px;
	margin: 0;
	padding: 0;
}

ul.allInsuranceServices li .companyPrice {
	float: left;
	width: 20%;
	height: 60px;
	margin: 0;
	padding: 0;
}

ul.allInsuranceServices li .deletePrice {
	float: left;
	width: 5%;
	height: 60px;
	margin: 0;
	padding: 0;
}

#rowHead a>div {
	height: 30px;
}

.rowItem div>a {

	/*text-align: center;
				vertical-align: middle;
				display: inline-block;
				height: 100%;
				color: #363636;
				*/
	line-height: 4;
	font-size: 14px;
}

ul.allInsuranceServices li .branchName p {
	color: #363636;
	font-size: 14px;
	margin-top: 20px;
}

ul.allInsuranceServices li .agentPrice input,
ul.allInsuranceServices li .companyPrice input {
	border: none;
	margin-left: 10px;
	margin-top: 20px;
	border-bottom: 1px dashed #4facfe;
	width: 35px;
}

.saveChangesPrice {
	height: 65px;
	text-align: center;
}

.saveChangesPrice .savePrice {
	width: 180px;
	height: 40px !important;
	color: #7F8FA4;
	text-align: center;
	text-align: center;
	margin: 10px 0;
	background-color: transparent;
	font-size: 18px;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.saveChangesPrice .cancelPrice {
	width: 180px;
	height: 40px !important;
	color: #ffffff;
	text-align: center;
	text-align: center;
	margin: 10px 0;
	background: linear-gradient(135deg, #4facfe 0%, #4facfe 100%);
	font-size: 18px;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	border: none;
	-webkit-box-shadow: 0px 0px 2px 3px #4facfe !important;
	-moz-box-shadow: 0px 0px 13px 3px rgba(112, 112, 112, 1) !important;
	box-shadow: 0px 0px 6px 3px !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

#fixedSelected {
	display: none;
}

#addPriceCategory {
	float: left;
	width: 59%;
	height: 100%;
	margin: 0 0 0 1%;
	background: #fff;
}

.newPriceCatForm {
	height: 100%;
}

.newPriceCatTitle {
	height: 100px;
	border-bottom: 1px solid #f8f8f8;
	width: 100%;
}

.newPriceCatTitle input {
	width: 200px;
	height: 40px;
	border: 0;
	/* text-align: center; */

	/* border-bottom: 1px solid #000; */
	outline: none;
	background: #f8f8f8;
	margin: 10px 0 0 20px;
	font-size: 16px;
	padding-left: 10px;
	color: #363636;
}

#newPriceCatSubtitle {
	width: 150px;
	height: 30px;
	font-size: 14px;
	margin-top: -5px;
}

.priceCategoryType {
	width: 200px;
	height: 40px;
	margin-top: 10px;
	background-color: #f8f8f8;
	background-position-x: 96%;
	background-position-y: 50%;
	padding-left: 10px;
	font-size: 16px;
	margin-left: 20px;
}

.newPriceCategoryType ul.allInsuranceServices li a {
	height: 40px;
}

.priceCategoryService {
	width: 250px;
	height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #f8f8f8;
	background-position-x: 96%;
	background-position-y: 50%;
	padding-left: 10px;
	font-size: 16px;
	margin-left: -20px;
}

.newPriceCategoryType {
	height: calc(100% - 225px);
}

.newPriceCategoryType ul.allInsuranceServices li .agentPrice {
	float: left;
	width: 20%;
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

.newPriceCategoryType ul.allInsuranceServices li .agentPrice a,
.newPriceCategoryType ul.allInsuranceServices li .companyPrice a {
	border: none;
	margin-left: -10px;
	margin-top: 0px;
	width: 70px;
	/* padding-left: 5px; */
	text-align: center;
	height: 40px;
	font-size: 16px;
	background-color: #f8f8f8;
}

.newRowItem div>a {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	line-height: 2.5;
	color: #363636;
	font-size: 14px;
}

.newRowItem div {
	height: 40px !important;
	border-bottom: 1px solid #f8f8f8;
	border-top: 1px solid #f8f8f8;
}

.newPricePercentage {
	width: 25px !important;
	text-align: left;
}

.newPriceCatRow {
	display: inline-block;
	height: 100%;
	text-align: right;
	width: 100%;
	vertical-align: middle;
	float: right;
	line-height: 2.3;
	border-bottom: 2px solid #f8f8f8;
}

.newPriceCatRow img {
	width: 25px;
	vertical-align: middle;
}

#fixedSelected ul.allInsuranceServices li .branchName {
	width: 35%
}

#fixedSelected ul.allInsuranceServices li .agentPrice {
	width: 35%
}

/* END OF PRICE CATEGORY */

/* USER RIGHTS */
.userRightsDetails {
	width: 99% !important;
}

.userCategories {
	float: left;
	width: 40%;
	height: calc(100% - 45px);
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.userRights {
	float: left;
	width: 59%;
	height: calc(100% - 45px);
	margin: 0 0 0 1%;
	background-color: #ffffff;
}

.userCategories ul {
	height: calc(100% - 45px);
	overflow: auto;
	width: 100%;
	list-style: none;
	padding: 0px;
}

.userCategories ul>a>li {
	width: 100%;
	height: 50px;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #F8F8F8;
	line-height: 30px;
}

.userRListItem>li:hover {
	background-color: #4fabfe;
	cursor: pointer;
}

.userCategories ul>a>li:active {
	background-color: #4fabfe;
	cursor: pointer;
}

.userRListItem>li:hover>p {
	color: #ffffff;
}

.userRListItem>li:active>p {
	color: #ffffff;
}

.userRTitle {
	width: 94%;
	display: inline-block;
	color: #474747;
	font-size: 16px;
}

.userRNumber {
	width: 5%;
	display: initial;
	color: #474747;
	font-size: 16px;
}

.rightsHead {
	widht: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #F8F8F8;
	position: relative;
}

.rightsHead p {
	display: inline-block;
	/* width:96%; */
	color: #7F8FA4;
	font-size: 16px;
}

.rightsHead img {
	width: 24px;
	height: 24px;
	float: right;
	position: absolute;
	top: 0;
	bottom: 0;
	vertical-align: middle;
	margin: auto;
	right: 0;
}

.rightsHead img:hover {
	cursor: pointer;
}

#userRMode {
	display: none;
}

#userRMode a:hover {
	background-color: #f1f1f1;
	cursor: pointer;
}

.listOfRights {
	width: 100%;
	height: calc(100% - 75px);
}

.listOfRights ul {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	list-style: none;
	padding: 0px;
}

.listOfRights ul>li {
	height: 40px;
	border-bottom: 1px solid #F8F8F8;
	position: relative;
	/* vertical-align: middle; */

	/* margin: 0 auto; */
}

.rightTitle {
	display: inline-block;
	width: 95%;
	padding: 0;
	position: absolute;
	height: 100%;
	top: 50%;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
}

.rightApprove {
	display: inline-block;
	padding: 0;
	height: 100%;
	width: 4%;
	position: absolute;
	top: 20%;
	bottom: 0;
	float: right;
	right: 0;
	margin: auto;
	vertical-align: middle;
}

.userRightBanner {
	position: relative;
	top: 10px;
}

.newURight {
	background-color: #4fabfe;
	width: 180px;
	height: 40px;
}

.newURight a {
	width: 100% !important;
	height: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}

/* END OF USER RIGHTS */

/* ACCOUNT DETAILS */
.personalInformation {
	float: left;
	width: 98%;
	height: 97%;
	margin: 1%;
	background: #fff;
	overflow-y: auto;
}

.personalInformation .titleBanner {
	width: 100%;
	border-bottom: 1px solid #F8F8F8;
}

.customerInformations {
	float: left;
	width: 100%;
	height: calc(100% - 61px);
	margin: 0;
	padding: 0;
}

.customerImage {
	float: left;
	width: 300px;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.customerAllInfos {
	float: left;
	width: calc(100% - 300px);
	height: 100%;
	margin: 0;
	padding: 0;
}

.borderRight {
	float: left;
	width: 100%;
	height: auto;
	border-right: 2px solid #f8f8f8;
	margin: 15px 0 0 0;
}

img.CustomerImgPart {
	width: 200px;
	height: 200px;
	margin: 10px auto;
	border-radius: 100%;
	border: 2px solid #4facfe;
}

.customerImage p {
	width: 200px;
	font-size: 9px;
	color: #909090;
	margin: 0px auto 10px;
}

button.uploadCustomerImg {
	width: 200px;
	height: 40px;
	border: 0;
	margin: 0 auto;
	background: #4facfe;
	color: #fff;
	text-transform: uppercase;
}

button.deleteCustomerImg {
	width: 200px;
	height: 40px;
	border: 0;
	margin: 10px auto;
	background: #fff;
	color: #000;
	text-transform: uppercase;
}

.mainInfoCustomer {
	width: 70%;
	min-height: 245px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 2px solid #f8f8f8;
}

span.mainDetail {
	float: left;
	width: 48%;
	height: 65px;
	margin-top: 15px;
	padding: 0 1%;
	color: #909090;
	font-size: 12px;
}

span.zip,
span.city,
span.half {

	/*float: left;*/
	width: 24%;
}

span.zip input[type="text"],
span.city input[type="text"] {

	/*float: left;*/
	width: 50%;
}

.services span.mainDetail {
	min-height: 90px;
	max-height: 200px;
	/* overflow: hidden; */
}

.services li.group-result,
.services li.group-option {
	margin-left: 5px !important;
	margin-top: 5px !important;
}

.services li.search-field {
	margin: 3px !important;
	background-color: #fff !important;
}

.services input.chosen-search-input {
	height: 30px !important;
}

.chosen-choices li.search-choice {
	border: 0 !important;
	background-color: #4facfe !important;
	background-image: none !important;
	color: #fff !important;
	padding: 10px 19px !important;
	border-radius: 0 !important;
	outline: none !important;
}

.chosen-choices li a.search-choice-close {
	top: 12px !important;
	right: 6px !important;
	background: url('../images/icons/x.svg') !important;
}

span.mainDetail select {
	width: 100%;
	height: 40px;
	/*margin-top: 5px;*/
	background-color: #f8f8f8;
	background-position-x: 96%;
	background-position-y: 50%;
	padding-left: 10px;
	font-size: 14px;
}

span.mainDetail input[type="text"],
span.mainDetail input[type="password"] {
	width: 99%;
	height: 40px;
	background: #f8f8f8;
	border: 0;
	outline: none;
	/*margin-top: 5px;*/
	padding-left: 5px;
	font-size: 14px;
}

span.zipCity input[type="text"] {
	float: left;
	width: 45%;
	margin: 0;
	padding: 0;
}

.otherInfoPart {
	width: 70%;
	min-height: 170px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 2px solid #f8f8f8;
}

.saveInfo {
	width: 410px;
	height: 6%;
	margin: 17px auto 0;
	text-align: center;
}

.saveButton {
	float: left;
	width: 200px;
	height: 40px !important;
	background: #4facfe;
	color: #fff;
	border: 0;
	outline: none;
	font-size: 16px;
	cursor: pointer;
	/* margin-right: 5px; */
}

.cancelButton {
	float: left;
	width: 200px;
	height: 38px !important;
	line-height: 38px;
	background: #fff;
	color: #363636;
	border: 0;
	outline: none;
	font-size: 16px;
	margin-left: 5px;
	border-left: 2px solid #4facfe;
	text-align: center;
	cursor: pointer;
}

.cancelButtonRed {
	float: left;
	width: 190px;
	height: 40px !important;
	line-height: 38px;
	background: #fff;
	color: #FF3C43;
	outline: none;
	font-size: 16px;
	margin-left: 5px;
	border: 1px solid #FF3C43;
	text-align: center;
	cursor: pointer;
}

.deleteButton {
	text-align: center;
	/* width: 200px;
	height: 40px!important; */
	padding: 9px 76px;
	background: #FF3C43;
	color: #fff;
	border: 0;
	outline: none;
	font-size: 16px;
	cursor: pointer;
}

.half_width {
	width: 48% !important;
	margin: 0 1% 0 0 !important;
}

.quarter_width {
	width: 23% !important;
	margin: 0 1% 0 0 !important;
}

/* Error */
.error {
	background: rgb(251, 227, 228) none repeat scroll 0 0 !important;
	/*border: 1px solid #FF004E !important;*/
}

span.error {

	/*background: rgb(251, 227, 228) none repeat scroll 0 0;*/
	color: #8a1f11;
}

.error_message {

	/*background: rgb(251, 227, 228) none repeat scroll 0 0;*/
	color: #8a1f11 !important;
}

.error_message label {
	background: rgb(251, 227, 228) none repeat scroll 0 0;
}

/* END OF ERROR */
.hidden {
	display: none;
}

/* END OF ACCOUNT DETAILS */

/* REPORT ISSUES */
.agentReportImage,
.agentReportDetails {
	float: left;
	height: 100%;
	margin: 0;
	padding: 2%;
	text-align: center;
}

.agentReportIssues {
	overflow-y: hidden !important;
}

.agentReportIssues p {
	color: #7F8FA4 !important;
	font-size: 23px !important;
}

.agentReportIssues .titleBanner img {
	width: 24px;
	height: 24px;
	margin: 17px 30px 17px 0px;
}

#agentReportName {
	font-size: 23px !important;
	color: #363636 !important;
}

#agentReportEmail {
	font-size: 14px !important;
	color: #363636 !important;
}

.reportDetailsMain {
	width: 95%;
	min-height: 480px;
	margin: 0 auto;
	padding: 0;
	display: grid;
}

.titleReportIssue {
	float: left;
	width: 100%;
	height: 68px;
}

.titleReportIssue label,
.tabRequestIssues label {
	color: #909090;
	font-size: 12px;
	padding-left: 10px;
	float: left;
	font-weight: 100;
}

.titleReportIssue input {
	width: 99%;
	height: 40px;
	background: #f8f8f8;
	border: 0;
	outline: none;
	/* margin-top: 5px; */
	padding-left: 5px;
	font-size: 14px;
}

.tabRequestIssues {
	width: 100%;
	min-height: 361px;
}

.tabRequestIssues label {
	padding-left: 10px;
	border-bottom: 1px solid #4FACFE;
}

#textIssues {
	width: 99%;
	min-height: 324px;
	background: #f8f8f8;
	border: 0;
	outline: none;
	/* margin-top: 5px; */
	padding-left: 5px;
	font-size: 14px;
}

ul.listTabs {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	float: left;
	list-style: none;
	height: 32px;
	/* border-bottom: 1px solid #333; */
	width: 100%;
}

ul.listTabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
	height: 31px;
	line-height: 31px;
	/* border-top: 1px solid #333; */

	/* border-left: 1px solid #333; */

	/* border-bottom: 1px solid #333; */

	/* background-color: #666; */
	color: #909090;
	overflow: hidden;
	position: relative;
}

.tab_last {

	/* border-right: 1px solid #333; */
}

ul.listTabs li:hover {

	/* background-color: #f8f8f8; */

	/* color: #333; */
}

ul.listTabs li.active {
	background-color: #fff;
	/* color: #333; */
	border-bottom: 1px solid #4fabfe;
	display: block;
}

.tab_container {

	/* border: 1px solid #333; */
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {

	/* padding: 20px; */
	display: none;
}

.tab_drawer_heading {
	display: none;
}

@media screen and (max-width:480px) {
	.listTabs {
		display: none;
	}

	.tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.d_active {
		background-color: #666;
		color: #fff;
	}

}

.cleanField {
	border-left: 2px solid #ffffff;
}

.reportIssuesDropzone {
	width: 99% !important;
	height: 324px;
	margin-left: 6px !important;
}

/* END OF REPORT ISSUES */

/* EDIT CUSTOMER */
.accountInformations .customerAllInfos .mainInfoCustomer {
	min-height: 100px;
	height: 170px;
}

.accountInformations .customerAllInfos .otherInfoPart {
	min-height: 100px;
}

.accountInformations .customerAllInfos .otherInfoPart:nth-child(2) {
	min-height: 250px !important;
}

.accountInformations .customerAllInfos .otherInfoPart:nth-child(3) {
	min-height: 250px !important;
}

.accountInformations .mainDetail .card {
	float: left;
	width: 12%;
	text-align: center;
}

/* Add Family Members -- Family members*/
.customerImage ul.members {
	float: left;
	width: 100%;
	height: 100%;
	display: block;
}

.customerImage ul.members a {
	text-decoration: none;
}

/* END Of Add Family Members -- Family members*/

/* END OF EDIT CUSTOMER */

/* ADD NEW CUSTOMER */
.addCustomerInformations .customerAllInfos .mainInfoCustomer {
	min-height: 23%;
}

/* END OF ADD NEW CUSTOMER */
.clickable {
	cursor: pointer;
}

.clear {
	clear: both;
}

/* Dialog div-box */
.dialogBoxBlocker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #7F8FA4;
	display: none;
	opacity: 0.4;
	z-index: 998;
}

.dialogBoxClass {
	position: fixed;
	background-color: #FFF;
	left: 37%;
	top: 40%;
	min-height: 50px;
	width: 400px;
	/* border: 3px solid #ccc; */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: none;
	z-index: 999;
	-moz-box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.5);
}

.dialogBoxClass a {
	font-size: 12px;
	font-weight: bold;
}

.dialogHead {
	border-top: medium none;
	text-align: center;
	color: #FFF;
	font-size: 11pt;
	padding: 10px 0 10px 0;
	/*border-radius: 6px 6px 0 0;*/
	font-weight: bold;
}

.dialogHead.red {
	background-color: #FF3C43;
}

.dialogHead.blue {
	background-color: #4facfe;
}

.dialogBody {
	min-height: 20px !important;
	text-align: center;
	padding: 20px 5px;
	color: #7F8FA4;
}

.dialogButton {
	width: 100%;
	min-height: 40px !important;
	text-align: center;
	vertical-align: top;
}

.dialogButtonYes {
	width: 50%;
	height: 40px;
	float: right;
}

.dialogButtonYes a {
	float: left;
	line-height: 40px;
	height: 40px;
	width: 100%;
	/*background: #4facfe;*/
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.dialogButtonYes.red a {
	background-color: #FF3C43;
}

.dialogButtonYes.blue a {
	background-color: #4facfe;
}

.dialogButtonNo {
	width: 50%;
	height: 40px;
	float: left;
}

.dialogButtonNo a {
	float: right;
	line-height: 40px;
	height: 40px;
	width: 100%;
	background: #fff;
	cursor: pointer;
	color: #7F8FA4;
}

.dialogButtonOK {
	width: 50px;
	margin: auto;
}

.dialogFoot {
	text-align: center;
}

/* End of Dialog div-box */

/*.ui-datepicker {
display: block;
}

*/
.ui-datepicker td {
	height: auto;
}

.delete img {
	height: 24px;
	width: 24px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Add member */
#addMember .borderRight {
	border-right: 0 !important;
}

#addMember img.CustomerImgPart {
	width: 120px;
	height: 120px;
}

p.p-details {
	font-size: 14px;
	width: 100%;
	border-bottom: 1px solid #7F8FA4;
}

p.p-details img {
	width: 16px;
	float: right;
}

#addMember span.mainDetail {
	margin-top: 0;
	height: 50px;
}

#addMember span.mainDetail input[type="text"] {
	margin-top: 0;
	margin-bottom: 5px;
}

#addMember .address-one {
	width: 33%;
}

#addMember span.address-two {
	width: 13%;
}

#addMember .details-part {
	width: 80%;
	margin: 0 auto;
	height: auto;
	min-height: 135px;
}

#addMember .saveInfo button {
	margin-bottom: 10px !important;
}

#addMember .saveInfo button.cancelButton {
	height: 40px !important;
}

#addMember .modalContainer input[type="text"],
textarea {
	text-align: left;
}

#addMember button.customer-password {
	width: 200px;
	height: 40px;
	border: 0;
	background-color: #F8F8F8;
	color: #4facfe;
	margin-top: 5px;
}

#addMember button.uploadCustomerImg {
	margin-bottom: 5px;
}

#addMember hr {
	width: 200px;
	border-color: #7F8FA4;
	border-top: 0;
}

#addMember a#customer-password {
	width: 200px;
	height: 40px;
}

#addMember #password-content {
	display: none;
}

#addMember .password-content input[type="password"] {
	width: 190px;
	height: 40px;
	border: 0;
	background: #F8F8F8;
	margin: 10px 0 0 0;
	color: #7F8FA4;
	padding-left: 10px;
}

/* End of add member */

/* Add new button, Customer FullView */
#addNew .borderRight {
	border-right: 0 !important;
}

#addNew img.CustomerImgPart {
	width: 120px;
	height: 120px;
}

#addNew span.mainDetail {
	margin-top: 0;
	height: 50px;
}

#addNew span.mainDetail input[type="text"] {
	margin-top: 0;
	margin-bottom: 5px;
}

#addNew .address-one {
	width: 33%;
}

#addNew span.address-two {
	width: 13%;
}

#addNew .details-part {
	width: 80%;
	margin: 0 auto;
	height: auto;
	max-height: 135px;
}

#addNew .saveInfo button {
	margin-bottom: 10px !important;
}

#addNew .saveInfo button.cancelButton {
	height: 40px !important;
}

#addNew .modalContainer input[type="text"],
textarea {
	text-align: left;
}

#addNew button.customer-password {
	width: 200px;
	height: 40px;
	border: 0;
	background-color: #F8F8F8;
	color: #4facfe;
	margin-top: 5px;
}

#addNew button.uploadCustomerImg {
	margin-bottom: 5px;
}

#addNew hr {
	width: 200px;
	border-color: #7F8FA4;
	border-top: 0;
}

#addNew a#customer-password {
	width: 200px;
	height: 40px;
}

#addNew #password-content {
	display: none;
}

#addNew .password-content input[type="password"] {
	width: 190px;
	height: 40px;
	border: 0;
	background: #F8F8F8;
	margin: 10px 0 0 0;
	color: #7F8FA4;
	padding-left: 10px;
}

/* End of add new */
.b-l-2 {
	border-left: 2px solid;
}

.b-l-4 {
	border-left: 4px solid;
}

.b-l-r {
	border-color: #FF3C43;
}

.b-l-g {
	border-color: #28C96D;
}

.b-l-o {
	border-color: #FF903D;
}

.b-l-y {
	border-color: #fed330;
}

/* Styling the element first */

/* Need to add the keyframe animations now */
@keyframes move {
	to {
		left: 50%;
	}

}

@keyframes cover {

	from,
	49.9% {
		z-index: 1;
	}

	50.1%,
	to {
		z-index: 0;
	}

}

.tos_loading {
	width: 64px;
	height: 32px;
	position: relative;
	margin: auto;
	top: calc(50% - 60px);
}

/* Using pseudo elements now */
.tos_loading:before,
.tos_loading:after {
	content: '';
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	border-radius: 50%;
	/* `alternate` seems to work good but the problem
		is both the circles are stacked...
		starting the animation backwards on the
		first play for one of them will fix this. */

	/* After each cycle, the stack order changes
				in the original animation, so lets achieve that. */

	/* and we're done ... */
	animation: move ease-in-out 1s infinite alternate, cover 2s infinite reverse;
}

.tos_loading:before {
	background: #4FACFE;
	/* blue one */
	animation-direction: alternate-reverse, normal;
	/* yay! */
}

.tos_loading:after {
	background: #7F8FA4;
	/* pink one */
}

.right_search_container {
	padding: 0;
}

.datesDropdown input[type="text"] {
	width: 47.333333%;
	padding-right: 0;
	margin-right: 2%;
}

.datesDropdown input#search_start_date_id {
	margin-left: 2%;
}

.right_search_container {
	margin-left: 0px;
	margin-right: 0px;
}

.filter_select {
	width: 100px;
	height: 100%;
	text-align: center;
	background-position: right;
}

.services ul.menu li {
	padding: 0;
}

ul.menu li span {
	float: left;
	padding: 10px;
}

ul.sub-menu {
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #4facfe;
	border-bottom: 0;
}

ul.sub-menu li {
	width: 100%;
	border-bottom: 1px solid #4facfe;
	margin: 0;
	padding: 11px !important;
	background: #fff;
	color: #4facfe;
}

li.menu-li .collapsible {
	width: 100%;
	background: #4facfe;
	color: #fff;
	padding: 10px 16px;
	border: 0;
}

.collapsibleImg {
	width: 20px;
	float: right;
	text-align: right;
}

@media only screen and (max-height:900px) {
	.footer {
		position: absolute;
	}

}

@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1440px) {
	.tabcontent {
		width: 84%;
	}

}

@media only screen and (max-width:1270px) {
	.search-container {
		width: 60%;
	}

	.user-container {
		width: 40%;
	}

}

@media only screen and (max-width:1200px) {

	/*	.dataTables_scrollBody {
		max-height: calc(100vh - 160px) !important;
	}*/
}

@media only screen and (max-width:1024px) {
	.calendar {
		width: 49%;
	}

	.potencialCustomers {
		width: 50%;
		margin: 0 0 0 1%;
	}

	.notes {
		display: none;
	}

}

@media only screen and (max-width:768px) {

	/* Login Form */
	.descLogoForm p {
		font-size: 30px;
	}

	.leftLine p,
	.rightLine p {
		font-size: 14px;
	}

	/* End of Login Form */
	#mobile-header {
		display: block;
	}

	.logo_form,
	.form {
		width: 400px;
	}

	.dialogBoxClass {
		left: 22%;
	}

	/* Dashboard */
	.box-left select {
		display: none;
	}

	.box-left input[type="text"] {
		width: 100%;
		padding-left: 10px;
		-webkit-appearance: none;
	}

	table.dataTable thead tr th {
		font-size: 9px;
	}

	table.dashboard-table thead tr th.insuranceType,
	table.dashboard-table tbody tr td.insuranceType,
	table.dashboard-table thead tr th.company,
	table.dashboard-table tbody tr td.company {
		display: none;
	}

	.cld-datetime {
		width: 93%;
	}

	.cld-day.today .cld-number {
		margin: 8px 0px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.meetingsTodayContent_plan {
		width: 100%;
		margin: 0;
	}

	.meetings_add {
		width: 30px;
		height: 30px;
		margin-top: 15px;
	}

	.month p {
		font-size: 18px;
	}

	/* End of Dashboard */

	/* Customer full view */
	.customerInformation {
		width: 170px;
	}

	.customerDetails {
		width: calc(100% - 170px);
	}

	.mainInfo .photo {
		margin-left: 30px;
	}

	.mainInfo .photo img,
	img.CustomerImgPart {
		width: 80px;
		height: 80px;
	}

	.additionalData .data p.name {
		font-size: 22px;
	}

	.additionalData .data p.email,
	.additionalData .data p.tel,
	.additionalData .data p.tel a {
		font-size: 12px;
	}

	ul.members {
		min-width: auto;
	}

	li.member {
		width: 145px;
		font-size: 14px;
	}

	.modalContent {
		width: 635px !important;
	}

	.customerImage p {
		width: auto;
	}

	.saveButton,
	.cancelButton {
		width: 180px;
		-webkit-appearance: none;
	}

	.saveInfo {
		width: 390px;
		margin: 30px auto 0;
	}

	table.fullview-table tbody tr.tr-open td {
		font-size: 9px;
	}

	/* Contact */
	ul.allCustomersRow li .customerName,
	ul.allCustomersRow li .customerCity,
	ul.allCustomersRow li .customerPCode {
		font-size: 12px;
		line-height: 36px;
	}

	/* End of Contact */

	/* Report */
	.leftReport,
	.rightReport {
		width: calc(100% - 2%);
		height: auto;
	}

	div#report {
		height: auto;
	}

	span.bottom {
		font-size: 12px;
	}

	.select-right-data span.input-group-addon {
		width: 48px;
	}

	.select-right-data button {
		width: 120px;
		-webkit-appearance: none !important;
	}

	/* End of Report */
}

@media only screen and (max-width:425px) {
	body {
		overflow-x: hidden !important;
		overflow-y: auto !important;
	}

	/* Login Form */
	.desc_form {
		width: 100%;
		height: 40%;
	}

	.leftSide,
	.rightSide {
		display: none;
	}

	.descLogoForm {
		width: 100%;
		height: 100%;
	}

	.descLogoForm img {
		margin: 32px auto 10px auto;
	}

	.descLogoForm p {
		font-size: 16px;
	}

	.login_form {
		width: 100%;
		height: max-content;
		justify-content: start;
		padding-top: 50px;
	}

	.logo_form,
	.form {
		width: 90%;
	}

	/* End of Login Form */

	/* Dashboard */
	.sidebar-collapse.sidebar-open .main-sidebar,
	.sidebar-open .main-sidebar {
		-webkit-transform: translate(0, 0) !important;
		-ms-transform: translate(0, 0) !important;
		-o-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
	}

	.tabcontent {
		width: 100%;
	}

	div#advanced_search_items {
		width: 250px;
		height: 350px;
		overflow-y: auto !important;
		overflow-x: hidden;
		z-index: 99999;
	}

	#search_keyword {
		display: none;
	}

	.search_keyword_mobile {
		display: block;
	}

	#search_keyword_mobile {
		display: block;
		width: 100%;
		height: 100%;
		border: 0;
		text-align: center;
	}

	.box-left-advanced div div {
		width: 100% !important;
		height: 60px;
	}

	.box-right-icon-open img {
		right: auto;
	}

	button#dropdownMenu1 {
		width: 100%;
	}

	#search_page {
		width: 105px;
	}

	.dropdown-grey {
		display: none;
	}

	.search-container {
		width: calc(100% - 100px) !important;
	}

	.banner {
		left: 50px;
		width: calc(100% - 50px);
	}

	a.sidebar-text {
		visibility: hidden;
	}

	.user-container {
		width: 100px;
		float: right;
	}

	.dropbtnNtfc.active {
		height: 58px;
		background-position: center;
		margin-top: 2px;
	}

	.dropbtnUser {
		max-width: 45px;
	}

	.dropbtnUser span,
	.dropbtnUser img:nth-child(3) {
		display: none;
	}

	.dropbtnUser img.user-avatar {
		margin-top: 0;
	}

	.notificationSidebar,
	.notificationSidebar.active {
		top: 55px;
	}

	span.logo-lg img {
		width: 100px;
		height: auto;
		margin: 12px auto
	}

	.sidebar-collapse .tabcontent {
		width: 100%;
	}

	.notificationSidebar {
		width: 300px;
	}

	.customers {
		height: calc(100vh - 70px);
	}

	.dataTables_wrapper {
		height: 100%;
	}

	.dataTables_scrollBody {
		height: 100%;
		max-height: calc(100vh - 170px) !important;
	}

	.bottomPart {
		display: none;
	}

	.tab .footer {
		display: none;
	}

	/* End of Dashboard */

	/* Customer fullview */
	#customersFullView,
	.customersFullView {
		height: auto;
	}

	.customerInformation,
	.customerDetails {
		width: 100% !important;
	}

	.customerDetails {
		background-color: #fff;
	}

	.mainInfo .photo {
		margin: 0 auto;
	}

	.additionalData .collapsible {
		width: 100%;
	}

	ul.members {
		width: 90%;
		margin: 0 5% 5%;
		display: inline-grid;
	}

	li.member {
		width: 100%;
	}

	a.add-member,
	#customersFullView .add_new {
		display: none;
	}

	.additionalData .content {
		min-height: 200px;
	}

	.policysCustomer {
		width: 96%;
		margin: 0 auto 10px;
	}

	#customersFullView p.policy-titleBanner {
		margin-left: 5%;
	}

	/* End of Customer fullview */
	.dashboard-table .createdDate,
	.dashboard-table .more,
	.fullview-table .appAvailability,
	table.fullview-table tbody tr.tr-open td.commision,
	table.fullview-table tbody tr.tr-open td.more {
		display: none;
	}

	table.fullview-table thead tr th.down {
		color: white !important;
	}

	.filter_select {
		width: 130px;
	}

}

@media (max-width:1440px) {}

@media (max-width:2900px) and (min-width:2200px) {
	#kalendarUpper .sectionIcon img {
		top: -25px;
	}

	.notizenEdit img {
		right: -20px;
	}

	.settingsAdminContent {
		width: 99%;
	}

}

@media (max-width:2200px) and (min-width:1901px) {
	#kalendarUpper .sectionIcon img {
		top: -25px;
	}

	.notizenEdit img {
		right: -20px;
	}

}

@media (max-width:1900px) and (min-width:1500px) {
	.sectionDetails {
		width: 75%;
	}

	.sectionIcon {
		width: 15%;
	}

	#statProgNr {
		margin-right: 15px;
	}

	.itemPrivateNote>p:first-child {
		width: 90%;
	}

	.notizenEdit img {
		right: -10px;
	}

	#privateNote {
		border-top: 0px solid #f3f3f3;
	}

	#publicNote {
		border-bottom: 20px solid #f3f3f3;
	}

	.settAdminItem img {
		right: 10px;
	}

	.left_search_container,
	.right_search_container {
		margin-left: 0px;
		margin-right: 0px;
	}

	#search_form {
		margin-left: -15px;
	}

	.multiselectBtn.dropdown-toggle {
		margin-left: -10px;
	}

	/*	.birthdayDropdown {
		margin-left: -30px;
	}*/
}

@media (max-width:1500px) and (min-width:1400px) {
	.notizenBox.col-md-4 {
		width: 49.4% !important;
	}

	.sectionDetails {
		width: 75%;
	}

	.sectionIcon {
		width: 10%;
	}

	.kalendarItems div p {
		font-size: 13px;
	}

	#statistiken p {
		font-size: 13px;
	}

	.kalDesc {
		width: 129px;
	}

	#statProgNr {
		font-size: 14px;
		margin-right: 5px;
		margin-top: -5px;
	}

	#statistikenProgress {
		margin-top: -5px;
	}

	#privateNote {
		border-top: 0px solid #f3f3f3;
	}

	#publicNote {
		border-bottom: 20px solid #f3f3f3;
	}

	.sectionIcon img {
		width: 60px;
		height: 60px;
	}

	.itemPrivateNote>p:first-child {
		width: 85%;
	}

	.collapsibleSettings,
	.underlineSettings {
		width: 100%;
	}

	.settingsAdminContent {
		width: 97%;
	}

	.birthdayDropdown,
	.datesDropdown {
		width: 20% !important;
	}

	.left_search_container,
	.right_search_container {
		margin-left: 0px;
		margin-right: 0px;
	}

	#search_page {
		margin-left: -20px;
	}

	.btn .caret {
		margin-left: 0px !important;
	}

	.birthdayDropdown {
		margin-left: -25px;
	}

}

@media (max-width:1400px) and (min-width:1240px) {
	.notizenBox.col-md-4 {
		width: 49.4% !important;
	}

	.sectionDetails {
		width: 78%;
	}

	.sectionIcon {
		width: 10%;
	}

	.kalendarItems div p {
		font-size: 12px;
	}

	.kalDesc {
		width: 135px;
	}

	.sectionIcon img {
		width: 50px;
		height: 50px;
	}

	#kalendarUpper .sectionIcon img {
		top: -30px;
	}

	.kalDesc {
		width: 121px;
	}

	#statistikenProgress {
		margin-top: -10px;
	}

	#statProgNr {
		font-size: 12px;
		margin-top: 0px;
		margin-right: 15px;
	}

	#statistiken p {
		font-size: 12px;
	}

	#privateNote {
		border-top: 0px solid #f3f3f3;
	}

	.collapsibleSettings,
	.underlineSettings {
		width: 100%;
	}

	.settingsAdminContent {
		width: 97%;
	}

	.birthdayDropdown,
	.datesDropdown {
		width: 22% !important;
	}

	.btn .caret {
		margin-left: 0px !important;
	}

	.left_search_container,
	.right_search_container {
		margin-left: 0px;
		margin-right: 0px;
	}

	#search_form {
		margin-left: -22px;
	}

	.btn {
		font-size: 13px !important;
	}

	.zipDropdown input[type="text"],
	.birthdayDropdown input[type="text"],
	.datesDropdown input[type="text"] {
		font-size: 13px;
	}

	#search_page {
		font-size: 13px;
	}

	.servicesDropdown label {
		font-size: 13px;
	}

	.birthdayDropdown {
		margin-left: -30px;
	}

}

@media (max-width:1240px) and (min-width:992px) {

	.collapsibleSettings,
	.underlineSettings {
		width: 99%;
	}

	.contentSettings {
		width: 99%;
	}

	.settAdminItem img {
		right: 22px;
	}

	.birthdayDropdown,
	.datesDropdown {
		width: 22.2% !important;
	}

	.left_search_container,
	.right_search_container {
		margin-left: 0px;
		margin-right: 0px;
	}

	.btn .caret {
		margin-left: 0px !important;
	}

	.btn {
		font-size: 13px !important;
	}

	.zipDropdown input[type="text"],
	.birthdayDropdown input[type="text"],
	.datesDropdown input[type="text"] {
		font-size: 13px;
	}

	#search_page {
		font-size: 13px;
	}

	.servicesDropdown label {
		font-size: 13px;
	}

}