
/*DESIGN PREVIEW*/
.design_preview {
	position: fixed;
	padding: 10px;
	bottom: 0;
	right: 100px;
	background: white;
	box-shadow: 0 0 20px #ccc;
	-webkit-box-shadow: 0 0 20px #ccc;
	z-index:10;
}

.design_preview  > a, .multiuser_test  > a {
	display: block;
	padding: 5px;
	color: #1798c2;
	font-size: 14px;
}
.design_preview  > a:hover, .multiuser_test  > a:hover {
	color: #1a6e8a;
}
.design_preview  a.b, .multiuser_test  a.b  {
	font-weight: bold;
}

/*MULTIUSER TEST*/
.multiuser_test {
	position: fixed;
	padding: 10px;
	top: 0;
	right: 0;
	background: white;
	box-shadow: 0 0 20px #ccc;
	-webkit-box-shadow: 0 0 20px #ccc;
	z-index:10;
}

/*DIALOGS*/
div.fadescreen, div.ajax_dialog_fadescreen {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: black;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity: 0.7;
	display: none;
	z-index: 2110;
}
div.blockscreen {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: white url(../images/loading.gif) no-repeat center center;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	opacity: 0.4;
	display: block;
	z-index: 20;
}
.dialog {
	position: absolute;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	display: none;
	background: #fbfbfb;
	top: 0px;
	left: 400px;
	padding: 10px;
	min-width: 450px;
	max-width: 80%;
	z-index: 2111;
}
.dialog-ajax {
	z-index: 2110;
}

@media(max-width: 768px) {
	.dialog {
		position: fixed;
		top: 0!important;
		left: 0!important;
		width: 100%!important;
		max-width: 100%!important;
		height: 100%;
		min-width: auto;
		overflow: auto;
	}
}

.dialog h2 {
    color: #000000;
	text-align: center;
}
.dialog p {
	color: #194C80;
	text-align: center;
}
.dialog .dialog_x {
	width: 16px;
	height: 16px;
	background: url('../images/cross_dark1.png') no-repeat left top;
}
.dialog a:hover .dialog_x {
	background-image: url('../images/cross_blue1.png');
}
.dialog .dialog_q {
	width: 16px;
	height: 16px;
	background: url('../images/q_dark.png') no-repeat left top;
	margin-right: 10px;
}
.dialog a:hover .dialog_q {
	background-image: url('../images/q_blue.png');
}
/*.dialog a.button {
	display: inline-block;
	background-color: #313852;
	color: #CFDFEF;
	font-weight: bold;
	padding: 10px 20px;
	margin-right: 10px;
	
}
.dialog a.button:last-child div {
	margin-right: 0px;
}*/
.dialog_fs {
	position: fixed;
	left: 0!important;
	top: 100px!important;
	width: 100%!important;
	max-width: 100%;
}
.lowercase {
	text-transform: initial;
	font-style: normal;
}
/*remark box*/
.remarkbox {
	position: absolute;
	background: #d4e3ff;
	color: #606060;
	min-width: 160px;
	display: none;
	margin-right: 10px;
	max-width: 500px;
	/*z-index: 11;*/
	z-index: 2200;
}
.remarkbox-content {
	margin: 10px 5px 10px 5px;
}
.remarkbox-content p {
	font-size: 12px;
	margin-bottom: 5px;
}
.remarkbox-exit {
	position: absolute;
	top: 0px;
	right: 0px;
	background: transparent;
	padding: 3px;
	
}
.remarkbox-content  a {
	color: white;
	text-decoration: underline;
}
.cross-white {
	display: none;
	width: 9px; height: 9px;
	background: url('../images/cross_white_hover.png') no-repeat left top;
	/*display: inline-block;*/
	margin-left: 3px; margin-right: 3px;
}
a:hover .cross-white {
	background-position: right top;
}

/*AJAX NEXT*/
.ajax_next {
	color: #404040;
	text-decoration: underline;
	font-weight: bold;
}

/*EVERCOOKIE*/
#userdata_el {
	display: none;
}
#swfcontainer {
	display: none;
	visibility: hidden;
	position: absolute;
	left: 0; top: 0; width:1px; height: 1px;
}
#hidden_h {
	display: none;
	visibility: hidden;
	position: absolute;
	left: 0; top: 0; width:1px; height: 1px;
}

#mysilverlight {
	display: none;
	visibility: hidden;
	position:absolute;
	left:-500px;
	top:-500px;
}
#myswf {
	display: none;
	visibility: hidden;
	position:absolute;
}
.hidden1 {
	display: none;
}

/*CAPTCHA*/
.captchaImage {
	cursor: pointer;
	width: 64px;
	height: 64px;
	margin: 5px;
}
.simpleCaptchaSelected {
	border: 1px solid #6080a0;
}

/*LOG*/
.log-text  > span {
	/*margin-left: 10px;*/
}
.log-text  > span > b {
	display: inline-block;
}
.log-text {
	max-height: 500px;
	overflow-y: scroll;
}
.log_level_1 {
	color: black;
}
.log_level_2 {
	color: #707070; /*grey*/
}
.log_level_6 {
	color: #c050c0; /*purple*/
}
.log_level_7 {
	color: #c0c050; /*yellow*/
}
.log_level_8 {
	color: #6278cc; /*blue*/
}
.log_level_9 {
	color: #50c050; /*green*/
}
.log_level_10 {
	color: #c04040; /*reg*/
}

.log-text  > span.log_shy {
	margin-left: 30px;
	display: none;
	font-size: 11px;
}
.log_parent:before {
	content: '+';
	margin-left: -11px;
}
.log_parent.opened:before {
	content: '-';
}
.log_parent {
	cursor: pointer;
}
.log_parent:hover {
	text-decoration: underline;
	
}
