pre.xdebug-var-dump {
	color: #000;
	background: #fff;
	white-space: normal;
}

table.xdebug-error {
	font-size: 14px;
	color: #000!important;
}

html, body {
	font: inherit;
	font-family: 'Montserrat-Regular';
	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, 0.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%;
	-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;
	width: 70px;
	height: 70px;
	background: url(/public/img/uer-logo.svg) no-repeat;
	background-position-y: 9px;
	background-size: contain;
	-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;
}

@-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;
	background-color: #373838;
	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: 18px 0 16px 0;
}

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

form .field button, form .field input[type='submit'], form .field input[type='reset'], form .field a.button {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	margin-top: 10px;
	margin-right: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}

[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;
	border: 1px solid #e3e2e7;
	border-radius: 1px;
	background-color: #f6f6f6;
	padding: 5px 20px 5px 22px;
	color: #79787f;
	box-shadow: inset 0 0 0 1px #f6f6f6;
}

.select-box:active {
	background-color: #fff;
}

.select-box select {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 30px 5px 8px;
	border: 0;
	background: #f6f6f600;
	background-image: none;
	box-shadow: none;
	color: inherit;
	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: 14px;
	position: absolute;
	z-index: 0;
	top: 7px;
	right: 10px;
	padding: 2px 8px;
	content: '\f0dd';
}

.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;
}

[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: 5px;
	content: '\f111';
	color: #309BE1;
	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;
}

img {
	border: 0;
	outline: none;
}

a {
	color: #0d88e9;
	border: 0;
	outline: none;
}

a:hover {
	color: #22afff;
}

a:active {
	color: #0474cc;
}

:focus {
	outline: none;
}

input[type='submit'], input[type='reset'], button, a.button, button.blue, a.button.blue {
	position: relative;
	display: inline-block;
	padding: 13px 30px 13px 30px;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #dcdcdc;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	background: #1681e5;
	color: #ffffff;
	font-family: 'Montserrat-Regular';
	font-size: 12px;
}

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


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']::placeholder{
	color:#afafaf;
}
input[type='text'], input[type='password'], textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px 14px;
	resize: none;
	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;
	background: #fafafa;
	min-height: 35px;
	background-color: #f6f6f6;
	border-color: #e3e2e7;
	color: #424244;
	box-shadow: inset 0 0 0 1px #f6f6f6;
}

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-color: #e4e4e4;
	outline: 0;
	background-color: #fff;
}

/* 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;
}