#sidebar {
    margin-top: -16px;
    width: 224px;
    top: -1000;
    left: -1000;
    position: absolute;
    z-index: 99;
}
.sidebar {
    color: #999999;
    margin: 16px 0 8px;
    width: 224px;
}
.sidebar .sidebar-top {
    background: url("/ico/sidebar.png") no-repeat scroll right bottom transparent;
    padding-bottom: 8px;
}
.sidebar .sidebar-bottom {
    background: url("/ico/sidebar.png") no-repeat scroll right top transparent;
    font-size: 11px;
    max-height: 944px;
    min-height: 48px;
    padding: 12px 16px 0;
}
.sidebar p.information {
    background: url("/ico/information.png") no-repeat scroll left 4px transparent;
    padding-left: 24px;
    margin-bottom: 0;
}

input {
    outline: 0;
}
input.error, select.error, textarea.error {
    border: 1px solid #FF9494 !important;
    box-shadow: 0 1px 1px rgba(255,148,148, 0.075) inset !important;
    color: #191929;
}
table.login-auth-box td {
    padding: 1px 0 2px 0;
    font-size: 13px;
}
table.login-auth-box input[type='text'], table.login-auth-box input[type='password'] {
    width: 150px;
    padding-left: 2px;
    height: 23px;
}
.lk-auth-wrapper {
     position: absolute;
     width: 320px;
     height: 300px;
     z-index: 15;
     top: 50%;
     left: 50%;
     margin: -180px 0 0 -160px;
     font-size: 13px;
}
.lk-auth-wrapper fieldset {
    border: 0;
    padding: 5px 40px;
}
.lk-auth-wrapper fieldset label {
   cursor: pointer;
   float: left;
   width: 55px;
   padding-top: 5px;
}
div.lk-auth-header {
    width: 100%;
    padding-bottom: 5px;
}
div.lk-auth-header img {
    display: block;
    margin: 0 auto;
}
div.lk-auth-header h5 {
    text-align: center;
}
div.lk-auth-header p {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
.lk-auth-wrapper fieldset input[type='text'], .lk-auth-wrapper fieldset input[type='password'] {
    width: 180px;
    padding: 2px 7px;
    height: 29px;
    line-height: 20px;
}
.__input > input {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAdCAIAAADkY5E+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzYyQjQ4QkQwMEJCMTFFMjkxREZGQzM4NzI5NDNBQkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzYyQjQ4QkUwMEJCMTFFMjkxREZGQzM4NzI5NDNBQkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjJCNDhCQjAwQkIxMUUyOTFERkZDMzg3Mjk0M0FCQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjJCNDhCQzAwQkIxMUUyOTFERkZDMzg3Mjk0M0FCQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhKjxyEAAAAiSURBVHjaYnj9+jUTGxsbEwgwMDAwMTIyYqUpEUOTAwgwAFfzAzNg2AxIAAAAAElFTkSuQmCC") repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C7C8CA;
}
.__input > input:focus {
    border-color: #104d92;
}
.__input > input:disabled {
    opacity: 0.3;
}
.__input > input.error {
    background: none repeat scroll 0 0 #FFEEEE;
    border-color: #CC0000;
}
div.lk-auth-wrapper form .__control {
    padding: 10px 40px;
}
div.lk-auth-wrapper form .__control div.remind_password, div.lk-auth-wrapper form .__control div.loading {
    padding-top: 7px;
}
div.lk-auth-wrapper form .__control div.loading {
    display: none;
}
div.lk-auth-wrapper form .__control div.loading span {
    top: -2px;
    position: relative;
    left: -5px;
}
div.lk-auth-wrapper form table td {
   padding: 1px 0 2px 0;
   font-size: 13px;
}
div.lk-auth-wrapper form table tr:last-child td {
    text-align: center;
}
div.l {
    float: left;
}
div.r {
    float: right;
}
div.lk-auth-wrapper a {
    cursor: pointer;
}
._button {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
._button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
._button:active {
	position:relative;
	top:1px;
}
._button[disabled] {
    -moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
        opacity: 0.5;
}
._button[disabled]:active {
    top: 0 !important;
}
.lk-auth-hint {
    color: #999999;
    width: 224px;
    position: absolute;
    left: 320px;
}
.lk-auth-hint ._top {
    background: url("/ico/sidebar.png") no-repeat scroll right bottom transparent;
    padding-bottom: 8px;
}
.lk-auth-hint ._bottom {
    background: url("/ico/sidebar.png") no-repeat scroll right top transparent;
    font-size: 11px;
    max-height: 944px;
    min-height: 48px;
    padding: 12px 16px 0;
}
.lk-auth-hint p {
    background: url("/ico/information.png") no-repeat scroll left 4px transparent;
    padding-left: 24px;
    margin-bottom: 0;
}
.ajax-loader-circle, .loader {
    background-image: url('/ico/ajax-loader-circle.gif') !important;
    width: 16px;
    height: 16px;
    border: 0 !important;
    display: none;
}
.visible {
    display: block !important;
}
.visible-inline {
    display: inline-block !important;
}
.lk-auth-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    color: #d9dee4;
    text-align: center;
    font-size: 12px;
}
#div__hour_for_pay {
    margin-bottom: 20px;
    border: 1px solid #BBBBBB;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 3px 3px 10px;
    width: 560px;
    background-color: rgba(255, 0, 10, 0.12)
}
#div__hour_for_pay strong {
    color: #ff1b00;
    margin-bottom: 3px;
    display: block;
}
#div__hour_for_pay input[type='submit'], #form__pay input[type='submit'] {
    cursor: pointer;
    font-size: 20px;
}
#div__hour_for_pay.activated {
    background-color: rgba(30, 255, 0, 0.12);
    width: 350px;
}
