/* THIS FILE IS UPDATED BY A REMOTE SCRIPT. */
/* ANY CHANGES MADE TO THIS FILE WILL BE LOST IN A FUTURE UPDATE. */

@import url("https://assets.uniteinteractive.com/fonts/?family=font-awesome,icomoon2_ycdt,icomoon_arrows,icomoon_ycdt,roboto_cond_bold_ycdt,roboto_cond_regular_ycdt");

/* | List of Generated Fonts | */
/*
	font-awesome
	icomoon2_ycdt
	icomoon_arrows
	icomoon_ycdt
	roboto_cond_bold_ycdt
	roboto_cond_regular_ycdt
*/
/* | End of Generate Fonts | */

html, body {
	min-width: 600px;
}
body {
	background: #14171c no-repeat top center;
	background-image: linear-gradient(to bottom, #fb2b2b 0px, #fb2b2b 24px, transparent 24px, transparent 100%);
	margin: 0px;
	padding: 0px;
}

body,p,td,th,li,label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; color: #222222; }

body { font-size: 16px; line-height: 20px; }
p,td,th,li,label {
	font-size: inherit;
	line-height: inherit;
}

/* scrollbar */
body { overflow: overlay; }
/*body { scrollbar-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); scrollbar-width: thin; } /* firefox */
body::-webkit-scrollbar { display: block; background-color: #f1f1f1 !important; /*width: 15px; height: 15px;*/ }
body::-webkit-scrollbar-button { display: none; }
body::-webkit-scrollbar-corner,
body::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0) !important; }
body::-webkit-scrollbar-thumb {
	background-color: #c0c0c0 !important;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid transparent;
	background-clip: content-box;
}
body::-webkit-scrollbar-thumb:hover { background-color: #a8a8a8 !important; }

/* Buttons */
body::-webkit-scrollbar-button:single-button { background-color: #f1f1f1; display: block; background-size: 10px; background-repeat: no-repeat; }
body::-webkit-scrollbar-button:single-button:hover { background-color: #f1f1f1; display: block; background-size: 10px; background-repeat: no-repeat; }
/* Up */
body::-webkit-scrollbar-button:single-button:vertical:decrement { height: 15px; width: 15px; background-position: center 5px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='50,00 0,50 100,50'/></svg>"); }
body::-webkit-scrollbar-button:single-button:vertical:decrement:hover { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(0, 0, 0)'><polygon points='50,00 0,50 100,50'/></svg>"); }
/* Down */
body::-webkit-scrollbar-button:single-button:vertical:increment { height: 15px; width: 15px; background-position: center 5px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='0,0 100,0 50,50'/></svg>"); }
body::-webkit-scrollbar-button:single-button:vertical:increment:hover { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(0, 0, 0)'><polygon points='0,0 100,0 50,50'/></svg>");
}
/* Left */
body::-webkit-scrollbar-button:single-button:horizontal:decrement { height: 15px; width: 15px; background-position: 5px center; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='0,50 50,100 50,0'/></svg>"); }
body::-webkit-scrollbar-button:single-button:horizontal:decrement:hover { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(0, 0, 0)'><polygon points='0,50 50,100 50,0'/></svg>"); }
/* Right */
body::-webkit-scrollbar-button:single-button:horizontal:increment { height: 15px; width: 15px; background-position: 5px center; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='0,0 0,100 50,50'/></svg>"); }
body::-webkit-scrollbar-button:single-button:horizontal:increment:hover { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(0, 0, 0)'><polygon points='0,0 0,100 50,50'/></svg>"); }

#PageBgImage {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 600px) and (-webkit-min-device-pixel-ratio:0) {
	select,
	textarea,
	input,
	select:focus,
	textarea:focus,
	input:focus {
		font-size: 30px;
	}
}
table.recaptchatable td {
	line-height: 10px;
	padding: 0px;
}

strong { font-weight: normal !important; font-family: roboto_cond_bold_ycdt, Arial; }
strong.header { color: #222222; font-size: 16px; line-height: 20px; font-weight: normal; font-family: roboto_cond_regular_ycdt, Arial; }
.highlight { color: #fb2b2b; }

a:link    { color: #fb2b2b; text-decoration: underline; }
a:visited { color: #fb2b2b; text-decoration: underline; }
a:hover   { color: #fb2b2b; text-decoration: none; }
a:active  { color: #fb2b2b; text-decoration: none; }

a, a i {
	transition: color 500ms, opacity 500ms, background 500ms, text-decoration 500ms;
	-moz-transition: color 500ms, opacity 500ms, background 500ms, text-decoration 500ms;		/* Firefox 4 */
	-webkit-transition: color 500ms, opacity 500ms, background 500ms, text-decoration 500ms;	/* Safari and Chrome */
	-o-transition: color 500ms, opacity 500ms, background 500ms, text-decoration 500ms;			/* Opera */
}
a .fa-stack .fa-inverse {
	color: #fff;
}

.clear { clear: both; font-size: 1px; }

.alert,
.form_required,
.login_error_msg {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-weight: bold;
	color: #fe0000;
}

hr {
	border: none;
	border-bottom: 1px solid #cccccc;
	padding-top: 15px;
	margin-bottom: 15px;
	clear: both;
}

.important {
	color: #fe0000;
}
.high_level {
	color: #fe0000;
	font-weight: bold;
}
.is_ycdt {
	color: #ff8000;
	font-weight: bold;
}

.icomoon {
	font-family: icomoon_ycdt;
	text-decoration: none !important;
	font-style: normal !important;
}
.icomoon2 {
	font-family: icomoon2_ycdt !important;
	font-size: 14px !important;
	line-height: 20px;
	padding-right: 5px !important;
	text-transform: none !important;
	text-decoration: none !important;
}
.icomoon_arrows {
	font-family: icomoon_arrows;
	text-decoration: none !important;
	font-style: normal !important;
}
.element-button {
	background: #fff;
	display: inline-block;
	position: relative;
	margin: 0px;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #bbb;
}
.element-button .icomoon,
.element-button .icomoon2 {
	margin: 0px !important;
	padding: 0px !important;
}
.element-button.preview {
	background: #ffffff;
	color: #000;
	min-width: 80px;
}
.details,
.history,
.website {
	font-size: 16px;
	line-height: 16px;
	color: #fb2b2b;
}
.details:hover,
.history:hover,
.website:hover {
	color: #14171c;
}
.details {
	background: url(images/information.svg) no-repeat center;
	background-size: 16px;
	display: inline-block;
	width: 16px;
	text-indent: -9999px;
}
.no_details {
	background: url(images/information_off.svg) no-repeat top center;
	background-size: 16px;
	display: inline-block;
	width: 16px;
	text-indent: -9999px;
}


.details_box,
.history_box {
	height: auto;
	overflow: hidden;
}

.tasks_box {
	display: inline-block;
	border: 1px solid;
	border-color: #222;
	padding: 1px 5px;
	white-space: nowrap;
	font-weight: normal;
}
.tasks_box_date {
	min-width: 90px;
	white-space: nowrap;
}
.tasks_red {
	border-color: #fe0000 !important;
	color: #fe0000 !important;
	font-weight: bold;
}
.tasks_red_date {
	background-color: #fe0000 !important;
	color: #fff !important;
}
.tasks_green {
	border-color: #00AA00 !important;
	color: #00AA00 !important;
	font-weight: bold;
}
.tasks_green_date {
	background-color: #00AA00 !important;
	color: #fff !important;
}
.tasks_green.tasks_follow_up {
	border-color: #006cd5 !important;
	color: #006cd5 !important;
}
.tasks_red.tasks_follow_up {
	border-color: #ff8000 !important;
	color: #ff8000 !important;
}
.tasks_red_date.tasks_follow_up {
	background-color: #ff8000 !important;
	color: #fff !important;
}

.note_only * {
}

a.dev_tool {
	display: block;
	background: #fb2b2b;
	color: #fff;
	text-decoration: none;
	padding: 20px 5px;
	margin: 10px 10px 10px 0px;
	text-align: center;
	border: 1px solid #222;
	box-sizing: border-box;
}
tr td:last-child a.dev_tool {
	margin: 10px 0px 10px 0px;
}
a.dev_tool:hover {
	background: #000;
}

.content th .control:link,
.content th .control:visited,
.content th.control a:link,
.content th.control a:visited {
	background: #ffffff;
	display: inline-block;
	font-family: roboto_cond_regular_ycdt, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #14171c;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/* | ICONS | */
.checkmark { color: #00AA00; }
.cross { color: #fe0000; }
.fa {	font-size: 18px !important; line-height: 18px !important; }
th .fa {	font-size: 16px !important; }
.fa-stack-1x { font-size: 16px !important; line-height: 18px !important }
.fa-stack-2x { font-size: 150% !important; line-height: 18px !important }
.fa-stack { height: 18px !important }
.fa-stack .fa { line-height: 18px !important }
.fa.edit { color: #00AA00; }
.content th .control.edit { background: #00AA00 !important; color: #ffffff !important; }
.fa.password { color: #ff8c00; }
.content th .control.password { background: #ff8c00 !important; color: #ffffff !important; }
.fa.view { color: #5c26ff; }
.content th .control.view { background: #5c26ff !important; color: #ffffff !important; }
.fa.reset { color: #1e90ff; }
.content th .control.reset { background: #1e90ff !important; color: #ffffff !important; }
.fa.activate { color: #00AA00; }
.content th .control.activate { background: #00AA00 !important; color: #ffffff !important; }
.fa.suspend { color: #AA0000; }
.content th .control.suspend { background: #AA0000 !important; color: #ffffff !important; }
.fa.delete { color: #fe0000; }
.content th .control.delete { background: #fe0000 !important; color: #ffffff !important; }

.fa.email { color: #1e90ff; }
.fa.phone { color: #00AA00; }

.fa.log { color: #1e90ff; }

.fa.facebook { color: #3b5998; }
.fa.twitter { color: #0084b4; }
.fa.linkedin { color: #0077B5; }

/* | ICONS | */
a:hover .fa,
a .fa:hover { color: inherit; }

/* | ICONS with tooltip only | */
.help { cursor: help; }

img[src$='.svg'] {
	/*filter: brightness(0);*/
	-webkit-filter: drop-shadow( 0px 0px 1px rgba(0, 0, 0, .5));
	filter: drop-shadow( 0px 0px 1px rgba(0, 0, 0, .5));
}

.history_browser {
	color: #ff8c00;
}

div.tooltip {
	display: inline-block;
	text-decoration: none;
	border: none;
	outline: none;
	/*height: 20px;*/
	margin:0px 0px 0px 5px;
	padding: 0px;
	color: inherit;
}
div.tooltip img {
	margin: 2px 0px;
}
div.tooltip div {
	text-indent: 0px;
	background: #fafafa;
	border: 1px solid #978e7b;
	color: #666666;
	text-align: left;
}
div.tooltip:hover div {
	z-index: 100;
}

.tooltip {
	border-bottom: 1px dotted #000000;
	color: #000000;
	outline: none;
	cursor: help;
	text-decoration: none;
	position: relative;
}
.tooltip div {
	display: none;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 30px;
	top: 30px;
	margin: 0px;
	padding: 10px;
	width: 300px;
	height: auto;
	z-index: 200;
}
.tooltip:hover div {
	display: block;
}
.tooltip_right:hover div {
	left: unset;
	right: 0px;
}

/* | Start Header | */

.header_container_index {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
}
.header_container_small {
	height: 150px;
}
.header_index {
	position: relative;
	width: 1400px;
	max-width: 100%;
	height: 130px;
	margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 1440px) {
	.header_index {
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		padding: 0px 20px;
	}
}
.header_container_small .header_index {
	height: 150px;
	max-width: 100%;
}
.header_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 124px;
}
.header {
	position: relative;
	width: 1400px;
	max-width: 100%;
	min-width: 560px;
	height: 124px;
	margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 1440px) {
	.header {
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		padding: 0px 20px;
	}
}
.header_index .header_level1_container,
.header_level1_container {
	float: left;
	width: 1400px;
	max-width: 100%;
	height: 21px;
	padding: 3px 0px 0px 0px;
	font-size: 12px;
	color: #ffffff;
}
.header_level1_container .top_nav {
	float: right;
	height: 21px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
.header_level1_container .top_nav ul { float:right; padding:0; margin:0; list-style-type:none; height:19px; position:relative; }
.header_level1_container .top_nav ul li { color: #ffffff; display:block; float:left; height:19px; padding:0; margin:0px 0px 0px 5px; }
.header_level1_container .top_nav ul li a { padding:0; margin:0; font-size: 12px; }
.header_level1_container .top_nav ul li a:link    { color: #ffffff; text-decoration: underline; }
.header_level1_container .top_nav ul li a:visited { color: #ffffff; text-decoration: underline; }
.header_level1_container .top_nav ul li a:hover   { color: #ffffff; text-decoration: none; }
.header_level1_container .top_nav ul li a:active  { color: #ffffff; text-decoration: none; }

.header_level2_container {
	float: left;
	width: 1400px;
	max-width: 100%;
	height: 135px;
}
.header_container_small .header_level2_container {
	height: 155px;
	max-width: 100%;
}
.header_level2_logo {
	background: url(images/logo.svg) no-repeat center left;
	float: left;
	width: 270px;
	height: 100px;
	padding: 0;
	margin: 18px 20px 17px 0px;
}
.header_level2_logo_index {
	background: url(images/logo.svg) no-repeat center center;
	position: relative;
	width: 1400px;
	max-width: 100%;
	height: 100px;
	padding: 0;
	margin: 18px auto 5px auto;
}
@media only screen and (min-width: 0px) and (max-width: 1440px) {
	.header_level2_logo_index {
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
	}
}
.header_level2_app_name_index {
	position: relative;
	width: 1400px;
	max-width: 100%;
	height: 20px;
	padding: 6px 0px 0px 0px;
	margin: 0px auto 0px auto;
	text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 1440px) {
	.header_level2_app_name_index {
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
	}
}
.header_level2_app_name_index h1 {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	font-family: roboto_cond_regular_ycdt, Arial;
}

.header_level2_menu_container {
	float: right;
	width: auto;
	height: 135px;
	margin: 0px 20px 0px 0px;
}

.header_level2_menu_container .header_level2_warning_container {
	display: table;
	position: relative;
	width: 100%;
	height: 60px;
	padding: 0px;
	margin: 17px 0px 17px 0px;
}
.header_level2_menu_container .header_level2_warning_container .header_level2_warning {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.blink_me {
  animation: blinker 3s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.header_level2_menu_container #nav li.top > a,
.header_level2_menu_container #nav li.top > a .middle {
	font-family: roboto_cond_regular_ycdt, Arial !important;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
}
.header_level2_menu_container #nav li ul.sub li a { font-family: roboto_cond_regular_ycdt, Arial !important; }

.header_level3_container {
	float: left;
	width: 1400px;
	max-width: 100%;
	height: 20px;
	font-size: 1px;
}
.header_level3_fill {
	background: #fff;
	width: 100%;
	max-width: 100%;
	height: 20px;
	margin: 0px auto;
	font-size: 1px;
	border-top-left-radius: 7px;
	-khtml-border-top-left-radius: 7px;
	-moz-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	-khtml-border-top-right-radius: 7px;
	-moz-border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}
.header_container_small .header_level3_fill {
	width: 600px;
	max-width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 600px) and (-webkit-min-device-pixel-ratio:0) {
	.header_container_small .header_level3_fill {
		width: 100%;
	}
}
.header_level4_container {
	float: left;
	width: 1400px;
	max-width: 100%;
	height: 134px;
}

/* | End Header | */

.content_container_external_home {
	position: relative;
	width: 100%;
	margin: 185px 0px 0px 0px;
	padding: 0px;
}
.content_container_external {
	position: relative;
	width: 100%;
	margin: 159px 0px 0px 0px;
	padding: 0px;
}
.content_container_wrap {
	position: relative;
	width: 1400px;
	max-width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: visible;
}
@media only screen and (min-width: 0px) and (max-width: 1440px) {
	.content_container_wrap {
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		min-width: 560px;
		padding: 0px 20px;
	}
}
.content_container_small .content_container_wrap {
	width: 600px;
	max-width: 100%;
}
.content_container_small {
	margin: 199px 0px 0px 0px;
}
.content_container_home {
	position: relative;
	width: 1400px;
	max-width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: visible;
}
.content_container {
	background: #fff;
	position: relative;
	float: left;
	width: calc(1400px - 40px);
	max-width: calc(100% - 40px);
	min-height: 300px;
	margin: 0px auto 0px auto;
	padding: 20px 20px 20px 20px;
	overflow: visible;
	z-index: 8;
/*
	border-bottom-left-radius: 7px;
	-khtml-border-bottom-left-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	-khtml-border-bottom-right-radius: 7px;
	-moz-border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
*/
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.content_container_small .content_container {
	width: calc(600px - 40px);
	max-width: calc(100% - 40px);
	min-height: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 600px) and (-webkit-min-device-pixel-ratio:0) {
	.content_container_small .content_container {
		width: calc(100% - 40px);
	}
	div.table-scroll {
		display: block;
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		overflow-x: scroll;
	}
}

.content {
        float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0;
	overflow: visible;
}
@media only screen and (min-width: 0px) and (max-width: 600px) and (-webkit-min-device-pixel-ratio:0) {
	.content {
		display: block;
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
		/*overflow: hidden;
		overflow-x: scroll;*/
	}
}

.content .more a {
	background: #14171c;
	display: inline-block;
    position: relative;
    width: auto;
    padding: 15px 30px 15px 30px;
    margin: 0px;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #fff !important;
    text-align: center;
    vertical-align: top;
    text-decoration: none !important;
    z-index: 1;
	transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;		/* Firefox 4 */
	-webkit-transition: all 500ms ease-in-out 0s;	/* Safari and Chrome */
	-o-transition: all 500ms ease-in-out 0s;			/* Opera */
}
/*
.sidebar .more a:after,
.content .more a:after {
	content: " 6";
	font-family: icomoon2_ycdt;
}
*/
.sidebar .more a:hover,
.content .more a:hover {
	background: #fb2b2b !important;
	color: #ffffff !important;
}

.content h1 { position: static !important; font-size: 40px; line-height: 46px; color: #fb2b2b; font-weight: normal !important; margin: 20px 0px 30px 0px; font-family: roboto_cond_regular_ycdt, Arial; }
.content h2 { position: static !important; font-size: 30px; line-height: 36px; color: #fb2b2b; font-weight: normal !important; margin: 25px 0px 10px 0px; font-family: roboto_cond_regular_ycdt, Arial; }
.content h3 { position: static !important; font-size: 24px; line-height: 30px; color: #fb2b2b; font-weight: normal !important; margin: 15px 0px 20px 0px; font-family: roboto_cond_regular_ycdt, Arial; }

.content h1 strong { color: #14171c; }
.content h2 strong { color: #14171c; }
.content h3 strong { color: #14171c; }

.content .contact h1,
.content .contact h2,
.content .contact h3 { color: #666666; margin: 0px 0px 10px 0px; padding: 0px; }

.content p { margin: 0px 0px 10px 0px; }

.content #content_elements img.current_image_preview {
    width: auto !important;
    max-width: 100% !important;
    max-height: calc(100vh - 200px) !important;
    height: auto !important;
    margin: 0px auto !important;
}
@media only screen and (min-height: 1000px) {
	.content #content_elements img.current_image_preview {
    	max-height: 900px !important;
	}
}

.content .module_category {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.content .module_category h3 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
.content .module_category hr {
	margin: 0px;
	padding: 0px;
}
.content .module_category > div.category {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.content .module_category > div.category > div.tool_button {
	display: inline-block;
	flex: 1 1 215px;
	min-width: 215px;
	max-width: 215px;
	height: 58px;
	margin: 5px 0px 0px 0px;
	padding: 0px 10px 10px 0px;
}
.content .module_category > div.category > div.tool_button.empty:hover {
	background: none;
}
.content .module_category > div.category > div.tool_button a {
	background: #ffffff;
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.content .module_category > div.category > div.tool_button a:hover {
	background: #e7e7e8;
}
.content .module_category > div.category > div.tool_button a:link    { color: #14171c; text-decoration: none; }
.content .module_category > div.category > div.tool_button a:visited { color: #14171c; text-decoration: none; }
.content .module_category > div.category > div.tool_button a:hover   { color: #14171c; text-decoration: none; }
.content .module_category > div.category > div.tool_button a:active  { color: #14171c; text-decoration: none; }

.content .module_category > div.category > div.tool_button a .div_img_svg {
	display: table-cell;
	margin: 0px;
	padding: 7px 15px 7px 7px;
	width: 48px;
	height: 48px;
	vertical-align: middle;
	filter: unset !important;
}
.div_tool .div_img_svg {
	float: right;
	margin: 10px 0px 20px 20px;
	max-width: 50px;
}
.div_img_svg {
	width: 48px;
	height: 48px;
}
.div_img_svg svg.img_svg,
.content .module_category > div.category > div.tool_button a .div_img_svg svg.img_svg {
	max-width: 48px;
	max-height: 48px;
}
.content .module_category > div.category > div.tool_button a span {
	display: table-cell;
	margin: 0px;
	padding: 7px 7px 7px 0px;
	height: 48px;
	vertical-align: middle;
}

.panel_settings:not(:has(input, select, textarea)),
.panel_settings strong {
	font-family: roboto_cond_bold_ycdt, Arial;
}
.panel_settings > div > label:has(div > input) {
	font-family: roboto_cond_regular_ycdt, Arial;
}

.panel_settings.column_width_settings,
.panel_settings.column_layout,
.panel_settings.column_layout_options {
	transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;	/* Firefox 4 */
	-webkit-transition: all 500ms ease-in-out 0s;	/* Safari and Chrome */
	-o-transition: all 500ms ease-in-out 0s;	/* Opera */
}

@media only screen and (max-width: 1420px) {
	.panel_settings.column_width_settings {
		min-width: 150px !important;
		flex: 0 0 150px !important;
	}
	.panel_settings.column_layout {
		min-width: 470px !important;
		flex: 2 2 560px !important;
	}
	.panel_settings.column_layout_options {
		min-width: 160px !important;
		flex: 0 0 160px !important;
	}
}
@media only screen and (max-width: 1320px) {
	.column_width_settings {
		min-width: 150px !important;
		flex: 0 0 150px !important;
	}
	.panel_settings.column_layout {
		min-width: 470px !important;
		flex: 2 2 560px !important;
	}
	.panel_settings.column_layout_options {
		min-width: 140px !important;
		flex: 0 0 140px !important;
	}
}

.content ul
{
	list-style-type: disc;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 30px;
}

.content ul li
{
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.content ul li ul {
	list-style-type: circle;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}

.content ol
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 30px;
}

.content ol li
{
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

.content table { margin: 15px 0px 0px 0px; border: 0px; border-spacing: 0px; border-collapse: collapse; }
.content table tr.odd,
.content table tr td.table_odd_row { background-color: transparent; }
.content table td.form_body tr.odd,
.content table td.form_body tr td.table_odd_row { background-color: #ffffff; }
.content table tr.even,
.content table tr td.table_even_row,
.content table tr td.form_body { background-color: #eeeeee; }
.content table tr.highlight,
.content table tr.odd_highlight { background-color: #F6F4B9; }
.content table tr.even_highlight { background-color: #d9d59d; }
.content table tr.alias,
.content table tr.odd_alias { background-color: #ffdcb0; }
.content table tr.even_alias { background-color: #ffc47b; }
.content table tr.members,
.content table tr.odd_members { background-color: #dff2ff; }
.content table tr.even_members { background-color: #d4e6f2; }
.content table tr th,
.content table tr td.table_title,
.content table tr td.table_header,
.content table tr td.form_header { background-color: #14171c; color: #fff; font-size: 16px; line-height: 20px; padding: 5px; margin: 0px; border: 0px; vertical-align: top; text-align: left; font-weight: normal; font-family: roboto_cond_regular_ycdt, Arial; }
.content table tr td { padding: 5px; margin: 0px; border: 0px; vertical-align: top; }
.content table tr.input_label > td { padding: 5px 5px 0px 5px; vertical-align: bottom; font-weight: bold; }
.content table tr.input_box > td { padding: 0px 5px 5px 5px; }
.content table tr td p { margin: 0px 0px 10px 0px; }
.content table tr th a { color: inherit; }
.content table tr td.form_border { padding: 0px; }

.content strong.header { background: none; }

.content table tr.odd td.marketing { background-color: #ffe9e9; }
.content table tr.even td.marketing { background-color: #e5d1d1; }

.content table.small_font tr td { font-size: 12px; line-height: 18px; }

.content span.highlight,
.content table tr td.highlight { background: #F6F4B9; }
.content table tr.even td.highlight { background: #d9d59d; }

.content table tr td.controls { background: #F6F4B9; border-left: 2px solid #666; }
.content table tr.even td.controls { background: #d9d59d; }

.content table.form_table { margin: 0px 0px 0px 0px; border: 0px; border-spacing: 0px; border-collapse: collapse; }

.content table tr.secondary th,
.content table tr th.secondary { background-color: #fb2b2b; color: #fff; font-size: 16px; line-height: 20px; }

.content table tr.odd td.table_odd_row,
.content table tr.even td.table_even_row,
.content table tr.odd_highlight td.table_odd_row,
.content table tr.even_highlight td.table_even_row,
.content table tr.odd_alias td.table_odd_row,
.content table tr.even_alias td.table_even_row { background-color: transparent; }

.content div.table-scroll {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	overflow-x: scroll;
}
.content div.table-scroll table {
	min-width: 1200px;
}

.content span.settings_info {
	background: transparent;
	padding: 1px 4px;
	font-size: 12px;
	font-weight: normal;
	color: #bbbbbb;
	border: 1px solid #bbbbbb;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.content .setting_toggle span.settings_info:hover {
	color: #666666;
	border: 1px solid #666666;
}

/* dynamic cms options button */
#content_elements table.content_element .options_button {
	padding: 0px 5px !important;
}
div.content_type {
	background: #e0e0e0;
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #ffffff;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/* | Start Drag n' Drop sorting of rows | */

table.draggable-table {
	position: relative;
	width: 100%;
}
table.draggable-table .draggable-table-drag {
	background: #dddddd !important;
	position: absolute;
	width: 100%;
	border: 1px solid #cccccc;
	z-index: 10;
	cursor: grabbing;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
	opacity: 1;
}

table.draggable-table > thead tr th,
table.draggable-table > tr:first-child th {
	font-weight: bold;
	text-transform: capitalize;
	user-select: none;
}
table.draggable-table > tbody tr,
table.draggable-table > tr {
	cursor: grab;
}
table.draggable-table > tbody tr td,
table.draggable-table > tr td {
	position: relative;
	user-select: none;
}
table.draggable-table > tbody tr td:first-child,
table.draggable-table > tr td:first-child {
	padding-left: 25px;
}
table.draggable-table > tbody tr td:first-child:before,
table.draggable-table > tr td:first-child:before {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 25px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 5px;
	font: normal normal normal 14px/1 font-awesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*color: #ffffff;*/
	content: "\f0c9";
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: middle;
}
table.draggable-table > tbody tr.is-dragging,
table.draggable-table > tr.is-dragging {
	background: var(--alt-fill);
}
table.draggable-table > tbody tr.is-dragging td,
table.draggable-table > tr.is-dragging td {
	color: var(--alt-fill-text);
}

.flex_outer {
	background: #eeeeee;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 12px);
	padding: 5px;
	margin-bottom: 0px;
	border: 1px solid #eeeeee;
}
.flex_inner {
	display: inline-block;
	min-width: 230px;
	flex: 1 1 230px;
	padding: 10px;
	margin: 0px;
	border: 1px solid #fff;
}
.flex_outer.clean {
	background: transparent;
	width: 100%;
	padding: 0px;
	border: none;
}
.flex_outer.clean .flex_inner {
	padding: 0px;
	border: none;
}
.flex_outer.clean .flex_inner:not(:has(.flex_inner)),
.flex_outer.clean .flex_inner.padding {
	padding: 5px;
	border: none;
}
.flex_outer.clean .flex_inner.padding.flex_fill {
	padding: 0px;
	margin: 5px;
	border: none;
}
.flex_outer.clean .flex_inner.flex_header {
	background-color: var(--dark-fill);
	color: #ffffff;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 5px !important;
	border: none;
}
.dark-fill .flex_outer.clean .flex_inner.flex_header {
	background-color: var(--alt-fill);
}
.flex_outer.clean .flex_inner.flex_header:first-of-type {
	margin-top: 0px;
}
.flex_outer.clean .flex_inner.flex_header.flex_subheader {
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	margin-top: 0px !important;
}
.flex_outer.clean .flex_outer.clean .flex_inner.flex_header {
	margin-top: 30px;
}

.flex_outer.clean .flex_inner.flex_fill {
	background-color: rgba(0, 0, 0, 0.1);
}

.flex_outer.clean .flex_inner.clear-left {
	clear: left;
}
.flex_outer.clean .flex_inner.clear-right {
	clear: right;
}
.flex_outer.clean .flex_inner.clear-both {
	clear: both;
}

.flex_outer.clean .flex_inner.flex_100 { min-width: 100%; flex: 1 1 100%; }
.flex_outer.clean .flex_inner.flex_100:not(:has(.flex_inner)),
.flex_outer.clean .flex_inner.flex_100.padding { min-width: calc(100% - 10px); flex: 1 1 calc(100% - 10px); }

.flex_outer.clean .flex_inner.flex_75 { min-width: 75%; flex: 1 1 75%; }
.flex_outer.clean .flex_inner.flex_75:not(:has(.flex_inner)),
.flex_outer.clean .flex_inner.flex_75.padding { min-width: calc(75% - 10px); flex: 1 1 calc(75% - 10px); }

.flex_outer.clean .flex_inner.flex_66 { min-width: 66%; flex: 1 1 66%; }
.flex_outer.clean .flex_inner.flex_66:not(:has(.flex_inner)),
.flex_outer.clean .flex_inner.flex_66.padding { min-width: calc(66% - 10px); flex: 1 1 calc(66% - 10px); }

.flex_outer.clean .flex_inner.flex_50 { min-width: 50%; flex: 1 1 50%; }
.flex_outer.clean .flex_inner.flex_50:not(:has(.flex_inner)),
.flex_outer.clean .flex_inner.flex_50.padding { min-width: calc(50% - 10px); flex: 1 1 calc(50% - 10px); }

.flex_outer.clean .flex_inner.flex_33 { min-width: 33%; flex: 1 1 33%; }
.flex_outer.clean .flex_inner.flex_33:not(:has(.flex_inner)),
.flex_outer.clean .flex_inner.flex_33.padding { min-width: calc(33% - 10px); flex: 1 1 calc(33% - 10px); }

.flex_outer.clean .flex_inner.flex_25 { min-width: 25%; flex: 1 1 25%; }
.flex_outer.clean .flex_inner.flex_25:not(:has(.flex_inner)),
.flex_outer.clean .flex_inner.flex_25.padding { min-width: calc(25% - 10px); flex: 1 1 calc(25% - 10px); }

.flex_outer.clean .flex_inner.flex_20 { min-width: 20%; flex: 1 1 20%; }
.flex_outer.clean .flex_inner.flex_20:not(:has(.flex_inner)),
.flex_outer.clean .flex_inner.flex_20.padding { min-width: calc(20% - 10px); flex: 1 1 calc(20% - 10px); }

.content_container_external_home_mobile .flex_outer.clean.flex_form .flex_inner,
.content_container_external_mobile .flex_outer.clean.flex_form .flex_inner { min-width: 100%; flex: 1 1 100%; }

.content_container_external_home_mobile .flex_outer.clean.flex_form .flex_inner:not(:has(.flex_inner)),
.content_container_external_mobile .flex_outer.clean.flex_form .flex_inner:not(:has(.flex_inner)),
.content_container_external_mobile .flex_outer.clean.flex_form .flex_inner.padding,
.content_container_external_home_mobile .flex_outer.clean.flex_form .flex_inner.padding { min-width: calc(100% - 10px); flex: 1 1 calc(100% - 10px); }

.multiselect {
	position: relative;
	width: 100%;
}
.multiselect .selectbox {
	position: relative;
}
.multiselect .selectbox select {
	width: 100%;
}
.multiselect .selectbox .overSelect {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.multiselect .checkboxes {
	background: #ffffff;
	position: absolute;
	display: none;
	width: calc(100% - 2px);
	max-height: 200px;
	overflow: hidden;
	overflow-y: scroll;
	border: 1px #dadada solid;
	z-index: 999;
}
.multiselect .checkboxes > div {
	display: block;
	margin: 0px;
	padding: 2px;
}
.multiselect .checkboxes > div:hover {
	background-color: #eeeeee;
}
.multiselect .checkboxes > div label {
	display: block;
	width: calc(100% - 35px);
	color: #666666;
	font-size: calc(100% - 4px);
}

.multiselect .checkboxes > div input[type=checkbox].form_checkbox + label,
.multiselect .checkboxes > div input[type=checkbox].form_checkbox_disabled + label {
	background-position: left center !important;
}
.multiselect .checkboxes > div input[type=checkbox].form_checkbox:checked + label,
.multiselect .checkboxes > div input[type=checkbox].form_checkbox_disabled:checked + label {
	background-position: -1500px center !important;
}

/* | End Drag n' Drop sorting of rows | */

/* | Start form_table | */

table.form_table tr {
  background-color	:	#eeeeee;
}
table.form_table td {
  border-right		:	solid #FFFFFF 1px;
  padding		:	4px 20px 4px 20px;
  text-align		:	left;
  vertical-align	:	top;
}
table.form_table th {
  background-color	:	#14171c;
  color			:	#FFFFFF;
  font-weight		:	bold;
  border		:	solid #FFFFFF 1px;
  padding		:	4px 20px 4px 20px;
  text-align		:	left;
}
table.form_table td.form_border {
  background-color	:	#FFFFFF;
  padding		:	0;
}

/* | End form_table | */

/* | Start data_table | */

table.data_table {
  border		:	solid #FFFFFF 1px;
  border-collapse	:	collapse;
  margin-bottom		:	15px;
}
table.data_table.with_nav {
	border-top: none !important;
}
table.data_table tr.odd {
  background-color	:	transparent;
}
table.data_table tr.even {
  background-color	:	#eeeeee;
}
table.data_table td {
  padding		:	4px 8px 4px 8px;
  text-align		:	left;
  vertical-align	:	top;
}
table.data_table th {
  background-color	:	#14171c;
  color			:	#FFFFFF;
  font-weight		:	bold;
  border-top		:	solid #FFFFFF 1px;
  border-bottom		:	solid #FFFFFF 1px;
  padding		:	4px 8px 4px 8px;
  text-align		:	left;
}
table.data_table th.left, table.data_table td.left {
  border-right		:	2px solid #ffffff;
}
table.data_table th.right, table.data_table td.right {
  border-left		:	2px solid #ffffff;
}
table.data_table td.form_border {
  background-color	:	#FFFFFF;
  padding		:	0;
}

/* | End data_table | */

.img_left, img.left {
	background:#fff;
	float: left;
	margin: 0px 20px 15px 0px;
	padding: 7px;
	border: 1px solid #cccccc;
	clear: left;
}
.img_right, img.right {
	background:#fff;
	float: right;
	margin: 0px 0px 15px 20px;
	padding: 7px;
	border: 1px solid #cccccc;
	clear: right;
}

p.pdf_attachment,
.pdf_attachment {
	background:url(images/icon_pdf.gif) no-repeat left top;
	margin-left:0px;
	padding-left:26px;
	line-height:20px;
}

p.csv_attachment {
	background:url(images/csv.png) no-repeat left top;
	margin-left:0px;
	padding-left:26px;
	line-height:20px;
}

.zone_options {
	float: left;
	margin: 0px;
	padding: 0px;
}
.zone_description {
	float: left;
	width: 16px;
	height: 16px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.zone_description a {
	display: block;
	width:16px;
	height:16px;
	padding: 0px;
	margin: 0px;
	border: 0;
	text-decoration: none;
	text-indent: -9999px;
	background: url(images/icon_help.gif) no-repeat top left;
}

a.btn_ok {
	display: block;
	float: left;
	width: 38px;
	height: 20px;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	border: 0;
	text-indent: -9999px;
	background: url(images/btn_ok.gif) no-repeat top left;
}
a.btn_ok:hover {
	background-position: 0px -20px;
}

a.btn_cancel {
	display: block;
	float: left;
	width: 54px;
	height: 20px;
	padding: 0px;
	margin: 3px 0px 0px 10px;
	border: 0;
	text-indent: -9999px;
	background: url(images/btn_cancel.gif) no-repeat top left;
}
a.btn_cancel:hover {
	background-position: 0px -20px;
}

.auto-hint { color: #FFFFFF; text-align: center;}

.content .contact {
	background: #ededed;
	float: left;
	margin: 0px;
	padding: 20px 20px 10px 20px;
	width: 403px;
	border: 1px solid #cccccc;
}

div.image_popup {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255,.7);
	position: absolute;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 1px #000;
	padding: 4px;
	margin: 0px;
	text-align: left;
	z-index: 1;
}

/* | Start calendar | */

.calendar-scale {
/*
	transform: scale(0.5);
	transform-origin: top left;
	width: 130px;
	height: 110px;
	margin-right: -65px;
	margin-bottom: -55px;
	*/
}
.calendar {
	background-color: #ffffff;
	position: relative;
	width: 120px;
	height: 110px;
	margin: 0px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #bbbbbb;
	overflow: hidden;
}
.calendar.medium {
	width: 60px;
	height: 55px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #bbbbbb;
}
.calendar.small {
	width: 30px;
	height: 28px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #bbbbbb;
}
.calendar:before {
	background-image: -webkit-linear-gradient(white 0%, #edeeef 100%); 
	background-image: -moz-linear-gradient(white 0%, #edeeef 100%); 
	background-image: -o-linear-gradient(white 0%, #edeeef 100%); 
	background-image: linear-gradient(white 0%, #edeeef 100%);
	display: block;
	width:120px;
	height: 70px;
	content: '';
	border-radius: 10px 10px 0 0;
}
.calendar.medium:before {
	width: 60px;
	height: 35px;
}
.calendar.small:before {
	width: 30px;
	height: 18px;
}
.calendar .month {
	background-color: #222222;
	position: absolute;
	top: 0px;
	width: 120px;
	height: 30px;
	font: 400 18px/30px Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	box-shadow: 0px 0px 5px #000000;
}
.calendar.past .month {
	background-color: #fb2b2b;
}
.calendar.medium .month {
	width: 60px;
	height: 15px;
	font: normal 8px/18px Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0px;
}
.calendar.small .month {
	width: 30px;
	height: 8px;
	font: normal 4px/10px Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0px;
}
.calendar .day {
	position: absolute;
	top: 30px;
	width: 120px;
	height: 80px;
	font: 800 60px/80px Arial, Helvetica, Geneva, sans-serif;
	color: #4c566b;
	text-align: center;
	letter-spacing: -2px;
	z-index: 10;
}
.calendar.medium .day {
	top: 15px;
	width: 60px;
	height: 40px;
	font: 800 30px/40px Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -1px;
}
.calendar.small .day {
	top: 8px;
	width: 30px;
	height: 20px;
	font: 800 16px/20px Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -1px;
}
.calendar .day.today {
	font: 800 30px/80px Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}
.calendar.medium .day.today {
	font: 800 15px/40px Arial, Helvetica, Geneva, sans-serif;
}
.calendar.small .day.today {
	font: 800 8px/20px Arial, Helvetica, Geneva, sans-serif;
}
.calendar .day:before,
.calendar .day:after {
	background-image: -webkit-linear-gradient(#b5bdc5 0%, #e5e5e5 100%); 
	background-image: -moz-linear-gradient(#b5bdc5 0%, #e5e5e5 100%); 
	background-image: -o-linear-gradient(#b5bdc5 0%, #e5e5e5 100%); 
	background-image: linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
	display: block;
	position: absolute;
	top: 30px;
	width: 5px;
	height: 20px;
	content: '';
}
.calendar .day:after {
	right: 0;
}
.calendar.medium .day:before,
.calendar.medium .day:after {
	top: 15px;
	width: 2px;
	height: 10px;
}
.calendar.small .day:before,
.calendar.small .day:after {
	top: 8px;
	width: 2px;
	height: 5px;
}

.button-tooltip {
	position: relative;
}
.button-tooltip:before {
	content: '';
	display: none;
	position: absolute;
	top: 25px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #222222;
	z-index: 9998;
}
.button-tooltip:after {
	background: #222222;
	display: none;
	position: absolute;
	top: 30px;
	left: -40px;
	width: 110px;
	height: 36px;
	color: #ffffff;
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 10px;
	line-height: 36px;
	text-align: center;
	border-radius: 3px;
	z-index: 9999;
}
.button-tooltip:hover:before,
.button-tooltip:hover:after {
	display: block;
}
.button-tooltip.copy:after {
	content: 'Copy';
	left: -10px;
	width: 50px;
}
.button-tooltip.copy {
	background: #1e90ff;
	border: 1px solid #1e90ff;
	padding: 6px 8px;
}
.button-tooltip.copy .icomoon,
.button-tooltip.copy .icomoon2 {
	color: #ffffff;
}
.button-tooltip.copy:active:after,
.button-tooltip.copy:focus:after{
	content: 'Copied!';
}
.button-tooltip.pwd_show:before {
	top: 35px;
}
.button-tooltip.pwd_show:after {
	content: 'Show/Hide';
	top: 40px;
	left: -20px;
	width: 70px;
}
.button-tooltip.pwd_show {
	background: #9ba6b0;
	border: 1px solid #556676;
	padding: 4px 8px;
}
.button-tooltip.pwd_show .icomoon,
.button-tooltip.pwd_show .icomoon2 {
	color: #ffffff;
}
.button-tooltip.pwd_show:active:after,
.button-tooltip.pwd_show:focus:after{
	content: 'Show/Hide';
}
.button-tooltip.pwd_generate:after {
	content: 'Generate';
	top: 40px;
	left: -20px;
	width: 70px;
}
.button-tooltip.pwd_generate:active:after,
.button-tooltip.pwd_generate:focus:after{
	content: 'Generate';
}

input, textarea, select, option, button { font-size: 16px; font-family: Arial, Verdana, Geneva, helvetica, sans-serif; }

.form_textbox {
	background-color: #FFFFFF;
	color: #666666;
	border: solid #ccc 1px;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

	transition: color 500ms, background 500ms, text-decoration 500ms;
	-moz-transition: color 500ms, background 500ms, text-decoration 500ms;		/* Firefox 4 */
	-webkit-transition: color 500ms, background 500ms, text-decoration 500ms;	/* Safari and Chrome */
	-o-transition: color 500ms, background 500ms, text-decoration 500ms;			/* Opera */
}
.form_textbox::-webkit-input-placeholder { color: #ccc; font-style: italic; }
.form_textbox:-moz-placeholder { color: #ccc; font-style: italic; }
.form_textbox::-moz-placeholder { color: #ccc; font-style: italic; }
.form_textbox:-ms-input-placeholder { color: #ccc; font-style: italic; }

.form_textbox:disabled,
.form_textbox_disabled {
	background-color: #ddd;
	color: #666666;
	border: solid #ccc 1px;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.form_textarea {
	background-color: #FFFFFF;
	color: #666666;
	border: solid #ccc 1px;
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 5px;
	resize: none;
	resize: vertical !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

	transition: color 500ms, background 500ms, text-decoration 500ms;
	-moz-transition: color 500ms, background 500ms, text-decoration 500ms;		/* Firefox 4 */
	-webkit-transition: color 500ms, background 500ms, text-decoration 500ms;	/* Safari and Chrome */
	-o-transition: color 500ms, background 500ms, text-decoration 500ms;			/* Opera */
}
.form_textarea::-webkit-input-placeholder { color: #ccc; font-style: italic; }
.form_textarea:-moz-placeholder { color: #ccc; font-style: italic; }
.form_textarea::-moz-placeholder { color: #ccc; font-style: italic; }
.form_textarea:-ms-input-placeholder { color: #ccc; font-style: italic; }

.form_textarea_important {
	background-color: #FFFFFF;
	color: #ff0000;
	border: solid #ccc 1px;
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 5px;
	resize: none;
	resize: vertical;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.form_select,
.form_date {
	background-color: #FFFFFF;
	color: #666666;
	border: solid #ccc 1px;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

	/*transition: color 500ms, background 500ms, text-decoration 500ms;*/
	/*-moz-transition: color 500ms, background 500ms, text-decoration 500ms;*/		/* Firefox 4 */
	/*-webkit-transition: color 500ms, background 500ms, text-decoration 500ms;/	/* Safari and Chrome */
	/*-o-transition: color 500ms, background 500ms, text-decoration 500ms;*/			/* Opera */
}
.form_date {
	width: 33%;
}
.form_select.minimal {
	padding: 2px 5px;
}

.form_select:disabled,
.form_select_disabled {
	background-color: #ddd;
	color: #666666;
	border: solid #ccc 1px;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.form_select.minimal:disabled {
	padding: 2px 5px;
}


option {
	color: #666666;
	padding: 0px 7px 0px 1px;
}

option.odd { background-color: transparent; }
option.even { background-color: #eeeeee; }
option.odd_highlight { background-color: #F6F4B9; }
option.even_highlight { background-color: #d9d59d; }

.custom-select {
	position: relative;
}
.custom-select select {
	display: none; /* hide original SELECT element: */
}
.select-selected {
	background-color: #ffffff;
	min-height: 20px;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
/* style the arrow inside the select element: */
.select-selected:after {
	position: absolute;
	content: "";
	top: 16px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #1a1a1a transparent transparent transparent;
}
/* point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #1a1a1a transparent;
	top: 10px;
}
/* style the items (options), including the selected item: */
.select-selected,
.select-items div {
	color: #1a1a1a;
	padding: 8px 30px 8px 10px;
	border: solid #ccc 1px;
	cursor: pointer;
	user-select: none;
}
.select-items div {
	padding: 7px 10px;
	border: none;
	border-top: solid #ccc 1px;
}
.select-items div:first-child {
	border: none;
}
.select-selected span.subtext,
.select-items div span.subtext,
.context .div_context .div_context_content ul li a span.subtext {
	font-size: 12px;
	color: #666666
}
/* style items (options): */
.select-items {
	position: absolute;
	background-color: #ffffff;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 200px;
	overflow: hidden;
	overflow-y: scroll;
	z-index: 99;
}
/* hide the items when the select box is closed: */
.select-hide {
	display: none;
}
.select-items div:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.2);
}

.multiselect {
	position: relative;
	width: 100%;
}
.multiselect .selectbox {
	position: relative;
}
.multiselect .selectbox select {
	width: 100%;
}
.multiselect .selectbox .overSelect {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.multiselect .checkboxes {
	background: #ffffff;
	position: absolute;
	display: none;
	width: calc(100% - 2px);
	max-height: 200px;
	overflow: hidden;
	overflow-y: scroll;
	border: 1px #dadada solid;
	z-index: 999;
}
.multiselect .checkboxes > div {
	display: block;
	margin: 0px;
	padding: 2px;
}
.multiselect .checkboxes > div:hover {
	background-color: #eeeeee;
}
.multiselect .checkboxes > div label {
	display: block;
	width: calc(100% - 30px);
	color: #666666;
	font-size: calc(100% - 4px);
}

.form_action_buttons {
	background: #ffffff;
	width: 100%;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	box-shadow: 0px 0px 0px #000000;
	z-index: 100;
	transition: all 500ms, box-shadow 0ms;
	-moz-transition: all 500ms, box-shadow 0ms;	/* Firefox 4 */
	-webkit-transition: all 500ms, box-shadow 0ms;	/* Safari and Chrome */
	-o-transition: all 500ms, box-shadow 0ms;	/* Opera */
}
.form_body .form_action_buttons {
	background: #eeeeee;
}
.form_action_buttons.sticky {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: calc(100% - 40px);
	margin: 0px;
	padding: 20px 20px 20px 20px;
	box-shadow: 0px 0px 5px #000000;
	z-index: 100;
}

/* Checkbox Web Two */
input[type=checkbox].form_checkbox:has(+ label),
input[type=checkbox].form_checkbox_disabled:has(+ label),
input[type=radio].form_checkbox:has(+ label),
input[type=radio].form_checkbox_disabled:has(+ label),
input[type=radio].form_radio:has(+ label),
input[type=radio].form_radio_disabled:has(+ label),
label > input[type=radio].form_checkbox,
label > input[type=radio].form_checkbox_disabled,
label > input[type=radio].form_radio,
label > input[type=radio].form_radio_disabled {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].form_checkbox + label,
input[type=checkbox].form_checkbox_disabled + label,
input[type=radio].form_checkbox + label,
input[type=radio].form_checkbox_disabled + label,
input[type=radio].form_radio + label,
input[type=radio].form_radio_disabled + label,
label:has(input[type=radio].form_checkbox),
label:has(input[type=radio].form_checkbox_disabled),
label:has(input[type=radio].form_radio),
label:has(input[type=radio].form_radio_disabled) {
	padding: 0px 0px 0px 25px;
	margin-bottom: 2px;
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}
input[type=checkbox].form_checkbox:checked + label,
input[type=checkbox].form_checkbox_disabled:checked + label,
input[type=radio].form_checkbox:checked + label,
input[type=radio].form_checkbox_disabled:checked + label,
input[type=radio].form_radio:checked + label,
input[type=radio].form_radio_disabled:checked + label {
	background-position: -1500px 0px;
}
label:has(input[type=radio].form_checkbox),
label:has(input[type=radio].form_checkbox_disabled),
label:has(input[type=radio].form_radio),
label:has(input[type=radio].form_radio_disabled) {
	background-position: 0px center;
}
label:has(input[type=radio].form_checkbox:checked),
label:has(input[type=radio].form_checkbox_disabled:checked),
label:has(input[type=radio].form_radio:checked),
label:has(input[type=radio].form_radio_disabled:checked) {
	background-position: -1500px center;
}
input[type=checkbox].form_checkbox + label,
input[type=checkbox].form_checkbox_disabled + label { background-image: url(images/web-two-style-wide.png); }

input[type=radio].form_checkbox + label,
input[type=radio].form_checkbox_disabled + label,
input[type=radio].form_radio + label,
input[type=radio].form_radio_disabled + label,
label:has(input[type=radio].form_checkbox),
label:has(input[type=radio].form_checkbox_disabled),
label:has(input[type=radio].form_radio),
label:has(input[type=radio].form_radio_disabled) { background-image: url(images/web-two-style-wide-radio.png); }

input[disabled='disabled'][type=checkbox].form_checkbox + label,
input[disabled='disabled'][type=checkbox].form_checkbox_disabled + label,
input[disabled='disabled'][type=radio].form_checkbox + label,
input[disabled='disabled'][type=radio].form_checkbox_disabled + label,
input[disabled='disabled'][type=radio].form_radio + label,
input[disabled='disabled'][type=radio].form_radio_disabled + label { cursor: default; }

input[type=checkbox].form_checkbox_disabled,
input[type=checkbox].form_checkbox_disabled + label,
input[type=checkbox].form_checkbox_disabled:checked + label,
input[disabled='disabled'][type=checkbox].form_checkbox + label,
input[disabled='disabled'][type=checkbox].form_checkbox_disabled + label,
input[type=radio].form_checkbox_disabled,
input[type=radio].form_checkbox_disabled + label,
input[type=radio].form_checkbox_disabled:checked + label,
input[disabled='disabled'][type=radio].form_checkbox + label,
input[disabled='disabled'][type=radio].form_checkbox_disabled + label,
input[type=radio].form_radio_disabled,
input[type=radio].form_radio_disabled + label,
input[type=radio].form_radio_disabled:checked + label,
input[disabled='disabled'][type=radio].form_radio + label,
input[disabled='disabled'][type=radio].form_radio_disabled + label { opacity: 0.7; }

input[type=submit],
input[type=submit]:focus,
input[type=submit]:active,
input[type=submit]:hover,
input[type=button],
input[type=button]:focus,
input[type=button]:active,
input[type=button]:hover {
	margin: 0;
	padding: 0;
	border:0;
	outline:0;
	-webkit-appearance: none;
}

.content > p.button:first-of-type:link,
.content > p.button:first-of-type:visited,
.content > p.button:first-of-type a:link,
.content > p.button:first-of-type a:visited {
	display: inline-block;
}

.content .button:link,
.content .button:visited,
.content .button a:link,
.content .button a:visited,
.form_button,
.form_button_over,
input.form_button,
input.form_button_over,
input[type=submit].form_button,
input[type=submit].form_button_over,
input[type=button].form_button,
input[type=button].form_button_over,
input[type=file]:before {
	background-color: #14171c;
	display: inline-block;
	font-family: roboto_cond_regular_ycdt, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
input[type=file] {
}
input[type=file]::-webkit-file-upload-button {
	visibility: hidden;
	display: none;
}
input[type=file]:before {
	display: inline-block;
	content: 'Choose File';
	margin-right: 10px !important;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
}
input[multiple=true]:before {
	content: 'Choose Files';
}

.form_button_cancel,
input.form_button_cancel,
input[type=submit].form_button_cancel,
input[type=button].form_button_cancel {
	background-color: #fb2b2b !important;
	color: #fff !important;
}
input[type=submit].green_button,
input[type=button].green_button,
.content .green_button:link,
.content .green_button:visited,
.content .green_button a:link,
.content .green_button a:visited {
	background-color: #00AA00 !important;
	color: #fff !important;
}

.content .button:link:hover,
.content .button a:hover,
.content .control:hover,
.content .control a:hover,
.form_button_over,
input.form_button_over,
input[type=submit].form_button_over,
input[type=button].form_button_over,
input[type=file]:hover:before {
	background-image: none;
	opacity: 0.8;
}

.content .control:link,
.content .control:visited,
.content .control a:link,
.content .control a:visited {
	padding: 2px 5px !important;
	font-size: 16px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form_textbox:focus,
.form_textarea:focus,
.form_textarea_important:focus,
.form_select:focus {
	background-color: #f6f6f6;
	border: solid #fb2b2b 2px;
	padding: 4px;
}
.form_select.minimal:focus {
	padding: 1px 4px;
}

input[disabled='disabled'],
select[disabled='disabled'],
textarea[disabled='disabled'] { background: #ddd !important; border: solid #fff 1px; color: #666; -webkit-text-fill-color: #000; }

td > label:only-child,
input[type=button],
input[type=submit] {
	cursor:pointer;
}

.form_error {
	border: solid #FF6666 5px !important;
	padding: 5px !important;
	box-sizing: border-box !important;
	transition: none !important;
}
.panel_settings.form_error[style*="display: block"],
.panel_settings.form_error[style*="display: inline-block"] {
	padding: 6px !important;
	box-sizing: unset !important;
}
input[type=text].form_error,
select.form_error {
	border: solid #FF6666 5px !important;
	padding: 1px !important;
}

/* | LOGIN FORM STYLES | */

.login_form table {
	background: #ededed;
	margin: 0px 0px 0px 0px;
	border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.login_form table.no_bg { background: none; margin: 15px 0px 0px 0px; border: none; border-spacing: 0px; border-collapse: collapse; }
.login_form table tr.odd { background-color: #fff; }
.login_form table tr.even { background-color: #ededed; }
.login_form table tr th {
	background: #f4f4f4 url(images/th_bg.jpg) repeat-x left center !important;
	color: #fb2b2b;
	font-size: 16px;
	padding: 5px;
	margin: 0px;
	border: 0px;
	border-bottom: 1px solid #cccccc;
	vertical-align: center;
	text-align:left;
	border-top-left-radius: 7px;
	-khtml-border-top-left-radius: 7px;
	-moz-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	-khtml-border-top-right-radius: 7px;
	-moz-border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}
.login_form table tr th a { font-size: 12px; }
.login_form table tr td { padding: 5px; margin: 0px; border: 0px; vertical-align: top; }
.login_form table tr td img { vertical-align: middle; }
.login_form table tr.input_label > td { padding: 5px 5px 0px 5px; vertical-align: bottom; font-weight: bold; }
.login_form table tr.input_box > td { padding: 0px 5px 5px 5px; }
.login_form table tr.input_box input[disabled='disabled'] { background: #fff; border: solid #ededed 1px; }

.login_form .form_textbox {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.login_form .form_date {
	background-color: #fff;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	width: 33%;
	font-weight: normal;
	border: solid #ccc 1px;
	padding: 0px 0px 0px 0px;
}
.login_form p { text-align: center; }

table.form_table {
  border		:	solid #FFFFFF 1px;
  border-collapse	:	collapse;
  margin-bottom		:	15px;
}

/* | END LOGIN FORM STYLES | */

/* | Context Menu | */

.context {
  cursor: pointer;
}
.context > a {
	text-decoration: underline;
}
.context:hover > a {
	text-decoration: none;
}
.context .div_context {
	position: absolute;
	display: block;
	background: red;
	padding: 0px;
	margin: 0px;
	z-index: 110;
}
.context .div_context .div_context_content {
	background: #eeeeee;
	position: absolute;
	left: -90px;
	bottom: 25px;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 2px #000;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.context_right .context .div_context .div_context_content {
	left: auto;
	right: -90px;
}
.context .div_context .div_context_content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.context .div_context .div_context_content ul li {
	margin: 0px;
	padding: 0px;
}
.context .div_context .div_context_content ul li a {
	display: block;
	background: #eeeeee;
	color: #14171c;
	font-size: 16px;
	margin: 0px;
	padding: 7px;
	text-decoration: none;
	white-space: nowrap;
}
.context .div_context .div_context_content ul li a:hover {
	background-color: #fb2b2b;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.context .div_context .div_context_content ul li a .fa,
.context .div_context .div_context_content ul li a span {
	transition: color 500ms;
	-moz-transition: color 500ms;		/* Firefox 4 */
	-webkit-transition: color 500ms;	/* Safari and Chrome */
	-o-transition: color 500ms;		/* Opera */
}
.context .div_context .div_context_content ul li a:hover .fa {
	color: #fff;
}
.context .div_context .div_context_content ul li a:hover span {
	color: #fff;
}
.context .div_context .div_context_content ul li a .div_img_svg {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.context .div_context .div_context_content ul li a .div_img_svg svg {
	-webkit-transition: 500ms -webkit-filter linear;
	-moz-transition: 500ms -moz-filter linear;
	-moz-transition: 500ms filter linear;
	-ms-transition: 500ms -ms-filter linear;
	-o-transition: 500ms -o-filter linear;
	transition: 500ms filter linear, 500ms -webkit-filter linear;
}
.context .div_context .div_context_content ul li a:hover .div_img_svg svg {
	/*-webkit-filter: invert(100%);*/
	/*filter: invert(100%);*/
}

/* | End Context Menu | */

/* | Start Pulse | */

/* animation: Pulse 1.4s infinite; */
@keyframes Pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 #fb2b2bff;
		box-shadow: 0 0 0 0 #fb2b2bff;
		-webkit-box-shadow: 0 0 0 0 #fb2b2bff;
	}
	70% {
		-moz-box-shadow: 0 0 0 8px #fb2b2b00;
		box-shadow: 0 0 0 8px #fb2b2b00;
		-webkit-box-shadow: 0 0 0 8px #fb2b2b00;
	}
	100% {
		-moz-box-shadow: 0 0 0 0 #fb2b2b00;
		box-shadow: 0 0 0 0 #fb2b2b00;
		-webkit-box-shadow: 0 0 0 0 #fb2b2b00;
	}
}

/* | End Pulse | */

/* | Start Footer | */

.footer_container_external {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0;
	z-index: 5;
}
.footer_container {
	position: relative;
	width: 1400px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 1440px) {
	.footer_container {
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		padding: 0px 20px;
	}
}
.footer {
	position: relative;
	float: left;
	width: 1400px;
	max-width: 100%;
	margin: 0;
	padding: 0px 0px 20px 0px;
}
.footer p, .footer td, .footer th, .footer li, .footer label { color: #fff; }
.footer span { color: #ccc; }

/* | End Footer | */

.crop_image {
	display: block;
	background-repeat: no-repeat,repeat,no-repeat;
	background-position: center center,center center,center center;
	background-size: contain,auto,cover;
	width: calc(100% - 2px);
	height: calc(500px * 5 / 7);
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
}
.crop_image.crop_image_tools {
	background-repeat: repeat,no-repeat,no-repeat;
	background-size: auto,cover,contain;
}

.cke.cke_panel.cke_combopanel {
	width: 250px !important;
	height: 300px !important;
}
.cke_panel_listItem.cke_selected > a > h4 {
	margin: 0px !important;
	margin-bottom: 0px !important;
}