pre.xdebug-var-dump{color: #2b2b2b;background: #fff;z-index: 999999;position: relative;font-size: 12px;}pre.xdebug-var-dump b {color: #0179d4;}pre.xdebug-var-dump i {color: #9e9d9d;}pre.xdebug-var-dump small{color: #6480f1;}pre.xdebug-var-dump font[color="#cc0000"]{color: #c00;}table.xdebug-error{font-size:12px;color:#2b2b2b!important;}


html,
body{
	font: inherit;
	font-family: 'Tahoma', 'Times New Romain', Arial, serif;
	font-size: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: #414141;
	border: 0;
}

img{
	max-width: 100%;
	border: 0;
	outline: none;
}

:focus{
	outline: none;
}

a[rel='tofancy'] > img{
	cursor: inherit!important;
}

.clear{
	clear: both;
}






#blockscreen{
	position: fixed;
	z-index: 999998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background-color: rgba(255, 255, 255, .47);
}


#preloader{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
}
#preloader:before{
	position: absolute;
	top: -1px;
	left: -1px;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid #ff4b8c;
	border-top: 1px solid transparent;
	-webkit-animation: rotation 1s linear infinite;
	   -moz-animation: rotation 1s linear infinite;
	    -ms-animation: rotation 1s linear infinite;
	     -o-animation: rotation 1s linear infinite;
	        animation: rotation 1s linear infinite;
	border-radius: 100%;
}
#preloader > div{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	margin-top: -32px;
	margin-left: -32px;
	opacity: .9;
	background: url(/public/img/logo-small.png) no-repeat center center;
	background-size: contain;
}

@-webkit-keyframes rotation{
	from{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(359deg);
		        transform: rotate(359deg);
	}
}
@keyframes rotation{
	from{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(359deg);
		        transform: rotate(359deg);
	}
}

#blockscreen.visible{
	display: block;
}

#preloader.visible{
	display: block;
}












#tooltip{
	font: 1em verdana;
	position: absolute;
	z-index: 99999;
	width: 200px;
	padding: 0 15px;
	opacity: .9;
	color: #fff;
	border: 1px solid #9e9e9e;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	background-color: #373838;
	-webkit-box-shadow: 3px 4px 6px #000;
	   -moz-box-shadow: 3px 4px 6px #000;
	        box-shadow: 3px 4px 6px #000;
}

#infotips{
	position: fixed;
	z-index: 9999;
	bottom: -30px;
	width: 100%;
	height: 0;
}

#infotips .infotip{
	font-size: 14px;
	line-height: 23px;
	position: relative;
	z-index: 9999;
	margin: 0 auto 0 auto;
	margin-bottom: 3px;
	padding: 2px 30px;
	cursor: default;
	text-align: center;
	opacity: 0;
	color: #fff;
	border: 1px solid #353535;
	-webkit-transform: scale(.9);
	   -moz-transform: scale(.9);
	    -ms-transform: scale(.9);
	     -o-transform: scale(.9);
	        transform: scale(.9);
	border-radius: 2px;
	background: #252525;
	box-shadow: 0 0 20px 1px #000;
}

#infotips .infotip[data-visible='visible']{
	top: 0;
	left: auto;
	margin-top: -70px;
	opacity: 1;
	-webkit-transition: 320ms ease-out;
	   -moz-transition: 320ms ease-out;
	    -ms-transition: 320ms ease-out;
	     -o-transition: 320ms ease-out;
	        transition: 320ms ease-out;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

img.broken{
	line-height: 50px;
	text-align: center;
	color: #d8d8d8;
	background-image: url('/img/brokenimage.png');
	background-repeat: no-repeat;
	background-position: center;
}

form .field{
	position: relative;
	margin: 6px 0 16px 0;
}

form .field label > span > i{
	font-style: normal;
	color: #f00;
}




[data-type='validator-error']{
	font-size: 12px;
	position: absolute;
	z-index: 10;
	margin-top: -4px;
	color: #c83535;
}
select {
	opacity: 0;
}

select:hover{
	cursor: pointer;
}
select:focus{
	outline: none;
}

.select-box{
	font-size: 14px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	color: #1b1b1b;
	border: 1px solid #a8a8a8;
	border-top-color: #cac9c9;
	border-bottom-color: #4d4d4d;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: inset 0 -10px 18px -10px #c2bebe;
}



.select-box select{
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 30px 5px 8px;
	border: none;
	background: rgba(255, 36, 36, 0);
	background-image: none;
	box-shadow: none;
	opacity: 1;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	    -ms-appearance: none;
}

.select-box select[disabled]{
	cursor: default;
	background-color: #e8e8e8;
}

.select-box.multiple select{
	height: 146px;
}

.select-box:after{
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	padding: 2px 8px;
	content: '\f078';
	color: #000;
}

.select-box select:focus{
	outline: none;
}


.select-box.multiple:after{
	display: none;
}

.select-box.disabled:before{
	color: #c7c7c7;
}


/* Base for label styling */
[type='checkbox']:not(:checked),
[type='checkbox']:checked{
	position: absolute;
	opacity: 0;
}
[type='checkbox']:not(:checked) + label,
[type='checkbox']:checked + label{
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}

/* checkbox aspect */
[type='checkbox']:not(:checked) + label:before,
[type='checkbox']:checked + label:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	content: '';
	border: 1px solid #aaa;
	border-radius: 2px;
	background: #f8f8f8;
}
/* checked mark aspect */
[type='checkbox']:not(:checked) + label:after,
[type='checkbox']:checked + label:after{
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	top: -3px;
	left: 1px;
	content: '\f00c';
	color: #E60A0A;
	transition: all .2s;
}

[type='checkbox']:indeterminate + label:after{
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 3px;
	content: '\f068';
	opacity: 1!important;
	color: #737373;
	transition: all .2s;
	transform: scale(1)!important;
}


/* checked mark aspect changes */
[type='checkbox']:not(:checked) + label:after{
	opacity: 0;
	transform: scale(0);
}
[type='checkbox']:checked + label:after{
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */
[type='checkbox']:disabled:not(:checked) + label:before,
[type='checkbox']:disabled:checked + label:before{
	border-color: #bbb;
	background-color: #ddd;
	box-shadow: none;
}
[type='checkbox']:disabled:checked + label:after{
	color: #999;
}
[type='checkbox']:disabled + label{
	color: #aaa;
}

/* accessibility */
[type='checkbox']:checked:focus + label:before,
[type='checkbox']:not(:checked):focus + label:before{
	border: 1px dotted #0061ff;
}

/* hover style just for information */
label:hover:before{
	/* border: 1px solid #4778d9!important; */
}
















/* Base for label styling */
[type='radio']:not(:checked),
[type='radio']:checked{
	position: absolute;
	opacity: 0;
}
[type='radio']:not(:checked) + label,
[type='radio']:checked + label{
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}

/* radio aspect */
[type='radio']:not(:checked) + label:before,
[type='radio']:checked + label:before{
	position: absolute;
	top: 1px;
	left: 0;
	width: 14px;
	height: 14px;
	content: '';
	border: 1px solid rgba(170, 170, 170, 0.47);
	border-radius: 100%;
	background: #f8f8f8;
}
/* checked mark aspect */
[type='radio']:not(:checked) + label:after,
[type='radio']:checked + label:after{
	font-family: FontAwesome;
	font-size: 9px;
	position: absolute;
	top: 4px;
	left: 4px;
	content: '\f111';
	color: #e65100;
	transition: all .2s;
}
/* checked mark aspect changes */
[type='radio']:not(:checked) + label:after{
	opacity: 0;
	transform: scale(0);
}
[type='radio']:checked + label:after{
	opacity: 1;
	transform: scale(1);
}
/* disabled radio */
[type='radio']:disabled:not(:checked) + label:before,
[type='radio']:disabled:checked + label:before{
	border-color: #bbb;
	background-color: #ddd;
	box-shadow: none;
}
[type='radio']:disabled:checked + label:after{
	color: #999;
}
[type='radio']:disabled + label{
	color: #aaa;
}
/* accessibility */
[type='radio']:checked:focus + label:before,
[type='radio']:not(:checked):focus + label:before{
	/* border: 1px dotted #F00; */
}

/* hover style just for information */
label:hover:before{
	/* border: 1px solid #4778d9!important; */
}





img{
	border: 0;
	outline: none;
}

a{
	color: #0d88e9;
	border: 0;
	outline: none;
}
a:hover{
	color: #22afff;
}
a:active{
	color: #0474cc;
}
a:visited{
	/* color:#C39BFF; */
}
:focus{
	outline: none;
}


input[type='submit'],
input[type='reset'],
button,
a.button,
button.blue,
a.button.blue{
    padding: 15px 20px;
    text-align: center;
    background: #fed164;
    border-radius: 4px;
    color: #FFF;
    transition: all 240ms ease-out;
    cursor: pointer;
    font-size: 14px;
    border: none;
    display: inline-block;
}

input[type='submit']:hover,
input[type='reset']:hover,
button:hover,
a.button:hover,
button.blue:hover,
a.button.blue:hover{
	background: #fe718b;
}

input[type='submit']:active,
input[type='reset']:active,
button:active,
a.button:active,
button.blue:active,
a.button.blue:active{
	background: #fe718b;
}



input[type='submit'][disabled],
input[type='reset'][disabled],
button[disabled],
a.button[disabled],
button[disabled]:hover,
a.button[disabled]:hover,
button[disabled]:active,
a.button[disabled]:active
button[disabled]:visited,
a.button[disabled]:visited{
	cursor: default;
	opacity: .7;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:    -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:      -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:     -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:         linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color: #f9f9f9;
}

input[type='submit'][disabled] > span.btn-icon,
input[type='reset'][disabled] > span.btn-icon,
button[disabled] > span.btn-icon{
	opacity: .3;
}


input[type='text'],
input[type='password'],
textarea{
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0;
	padding: 6px 4px;
	resize: none;
	color: #1d1d1d;
	border: 1px solid #cacaca;
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-ms-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
	border-radius: 1px;
	background: #fafafa;
	box-shadow: inset 1px 3px 1px -1px rgba(216, 216, 216, .49);
}

input[type='text'].validate-error,
input[type='password'].validate-error,
textarea.validate-error{
	border: 1px solid rgb(189, 72, 72);
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus{
	border: 1px solid #4c9efa;
}



/* spoiler */
.spoiler{
	line-height: 1.6;
	position: relative;
	overflow: hidden;
	padding: 5px;
}

.spoiler .spoiler-title{
	font-size: 14px;
	font-weight: normal;
	position: relative;
	overflow: hidden;
	padding: 4px 4px;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #f3f3f3;
	border: 1px solid #464646;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	background: #202020;
	-webkit-box-shadow: inset 0 -6px 8px -2px rgba(0, 0, 0, .34), 0 2px 4px rgba(0, 0, 0, .39);
	   -moz-box-shadow: inset 0 -6px 8px -2px rgba(0, 0, 0, .34), 0 2px 4px rgba(0, 0, 0, .39);
	        box-shadow: inset 0 -6px 8px -2px rgba(0, 0, 0, .34), 0 2px 4px rgba(0, 0, 0, .39);

	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	    -ms-box-shadow: inset 0 -6px 8px -2px rgba(0, 0, 0, .34), 0 2px 4px rgba(0, 0, 0, .39);
	     -o-box-shadow: inset 0 -6px 8px -2px rgba(0, 0, 0, .34), 0 2px 4px rgba(0, 0, 0, .39);
}

.spoiler .spoiler-toggle{
	line-height: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	cursor: pointer;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
	background: #fff;

	    -ms-border-radius: 100%;
	     -o-border-radius: 100%;
	-webkit-user-modify: read-only;
}

.spoiler.-opened .spoiler-toggle{
	background: #0085ff;
}

.spoiler.-opened > .spoiler-content{
	overflow: visible;
	height: auto;
	padding: 10px;
	opacity: 1;
}

.spoiler > .spoiler-content{
	font-size: 13px;
	position: relative;
	display: block!important;
	overflow: hidden;
	height: 0;
	padding: 0 10px;
	opacity: 0;
	color: #fff;
	border: 1px solid #575151;
	border-top: 0;
	-webkit-transition: all 400ms ease-out;
	   -moz-transition: all 400ms ease-out;
	    -ms-transition: all 400ms ease-out;
	     -o-transition: all 400ms ease-out;
	        transition: all 400ms ease-out;
	border-radius: 0 0 3px 3px;
	background: none repeat scroll 0 0 #353434;
}


/*===================================================*
**                                                  =*
**               FORM ERROR MESSAGES                =*
**                                                  =*
**==================================================*/

.form-error-message{
	font-size: 15px;
	position: absolute;
	z-index: 999999;
	visibility: hidden;
	height: 15px;
	margin-top: -30px;
	padding: 10px 20px;
	white-space: nowrap;
	opacity: 0;
	color: #fff;
	-webkit-transition: 400ms;
	   -moz-transition: 400ms;
	    -ms-transition: 400ms;
	     -o-transition: 400ms;
	        transition: 400ms;
	border-radius: 6px;
	background: #6d1b1b;
	box-shadow: 3px -5px 7px 0 rgba(0, 0, 0, .5);
	text-shadow: none;
}

.form-error-message.error-message-show{
	visibility: visible;
	margin-top: -36px;
	opacity: .9;
}

.form-error-message:after{
	position: absolute;
	top: 26px;
	left: 14px;
	width: 0;
	height: 0;
	margin-top: 6px;
	content: '';
	opacity: .9;
	border-width: 10px;
	border-style: solid;
	border-color: #6f0000 transparent transparent transparent;
}

.disable-hover{
	pointer-events: none;
}
