.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(10, 10, 10, .45);
}

.reveal-overlay.active {
    display:block;
}

.popup-form {
    backface-visibility: hidden;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .95);
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
	max-width: 620px;
    z-index: 999;
	border: 1px solid #999;
	border-radius: 3px;
}

.popup-form.form-login {
	width: 360px;
}

.popup-form form {
	padding: 10px 6px;
}

.popup-form .form-group {
	margin-top: 10px;
	position: relative;
}

.popup-form .registration, .popup-form .forgot {
	font-size: 14px;
	text-decoration: underline;
}

.popup-form .info-request-title {
    padding: 12px 17px 8px;
    color: #0a0a0a;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #f7f8fa;
}

.popup-form .close-button {
    outline: 0;
    color: #fff;
	position: absolute;    
    cursor: pointer;
	right: 7px;
    top: 5px;
    font-size: 2em;
    line-height: 1;
	background: transparent;
	border: 0;
    border-radius: 0;
}

.popup-form .close-button:hover, .close-button:focus {
    color: #ddd;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0;
    padding: .5rem;
    border: 1px solid #e4e5e7;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #0a0a0a;
    appearance: none
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
    outline: none;
    border: 1px solid #777;
    background-color: #fff;
}

.popup-form .btn-primary {
	display: block;
    width: 100%;
    color: #fff;
	padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
	text-transform: uppercase;
}

.popup-form .text-center {
	text-align: center;
}

label.error {
	color:#e00;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	bottom:0 !important;
}

input.error {
	border-color: #e00;
}

input:read-only {
    opacity: 0.8;
}

.layout-main .item {
	padding-bottom:20px;
}


svg[class*='icon-eye'] {		
	display: inline-block;
	vertical-align: top;
    stroke-width: 0;
    stroke: inherit;
    fill: #000;	
}

.icon-eye {
    width: 23px;
    height: 24px;
}

.field-icon {
	float: right;
    right: 7px;
    bottom: 7px;
    position: absolute;
    z-index: 2;
	cursor: pointer;
}

.popup-form form span {
    font-size: 13px;
    display: block;
}

.left-block {
	float: left;
	padding-right: 7px;
}

.right-block {
	font-size: 13px;
    line-height: 15px;
}

.right-block a {
	text-decoration: underline;
}

#registration select, #clients select {
	appearance: auto;
	border: 1px solid #e4e5e7;
}

@media print, screen and (max-width: 1024px) {
	.popup-form {
		top: 68px
	}
}

input[type=checkbox] {
	opacity:0;
	position: absolute;
}

input[type=checkbox] + label{
	border: 2px solid #FFFFFF;
	outline: 2px solid #000000;
	height: 19px;
	width: 19px;
	display:inline-block;
	padding: 0;
	cursor: pointer;
	float: left;
}

input[type=checkbox]:checked + label{
background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAlElEQVQ4T6WTXQ2AMAwGDwdIQAISQAEWsIQCQAkWkIAEJJCSNCljP7Dtdblb26+rKDxVIU+uoAY2YMoRKNwC61/BAwbGP4IXLPP7KvDCVtAARyCRIKyCBRiAHtgdSRRWwQjMwOlIkrBtwZVIO5LzHZVMO7RwdohWIoIk7EtBJXIXfVkr8sUoki5Wtm3n6x4E/1yx4AI+qiERKNFzCwAAAABJRU5ErkJggg==") #FFFFFF;
	height: 19px;
	width: 19px;
	display:inline-block;
	padding: 0;
}

.checkbox-text{
	position: relative;
	padding: 0 6px;
	top: 0;
	cursor: pointer;
}
