@import url("reset.css");
@import url("reset_pass_block.css");
@import url("jquery.ui.autocomplete.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    background: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.container {
    position: relative;
    height: 100%;
    min-width: 990px;
    color: #7d7e7e;
}

.header {
    max-width: 300px;
    margin: 0 auto;
    padding-top: 72px;
    color: #231f20;
    text-align: center;
}

.header__logo {
    width: 100%;
    max-width: 100px;
    max-height: 130px;
    margin-bottom: 6px;
}

.login-form {
    height: 458px;
    width: 959px;
    margin: 0 auto;
    text-align: center;
}

.login-form form {
    display: inline-block;
    width: 680px;
    margin: 70px 0 0 0;
    background-color: #ffffff;
    text-align: left;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, .2);
}

.login-table {
    width: 470px;
    margin: 30px auto;
}

.login-table__row {
    position: relative;
}

.login-form .form-input input {
    padding-right: 30px;
}

.login-table .opened-list .autocomplete-arrow {
    background-position: left top;
    background-color: #009cdb;
}

.login-table.change-pass {
    width: 560px;
}

.login-table td {
    color: #000000;
    padding: .45em .3em .45em .3em;
}

.login-table__text {
    padding-bottom: 10px;
    color: #b0b0b0;
    line-height: 1.5;
}

.login-table__warning {
    margin-bottom: 16px;
    color: #000000;
}

.login-table__title h2 {
    color: #28323c;
    margin-bottom: 20px;
    font-size: 25px;
    display: block;
    font-weight: bold;
    text-align: center;
}

.login-table .col2 {
    width: 320px;
}

.login-table .col1 {
    width: 180px;
}

.s-top-button {
    display: none;
}

.login-table--center {
    text-align: center;
}

.login-form input {
    width: 332px;
    height: 27px;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    padding: 0 5px;
}

.login-form .col1 input {
    width: 100%;
}

.login-form td p {
    display: block;
    padding: 0 20px;
    margin-top: 5px;
    text-align: right;
    color: #28323c;
}

.login-form .login-table__button {
    width: auto;
    min-width: 100px;
    height: auto;
    padding: 5px 20px;
    background: #009cdb;
    font-size: 13px;
    color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
}

.login-form .login-table__button--secure {
    background-color: #FF0000;
}

.login-form .login-table__button--disabled {
    background-color: #E0E0E0;
    color: #BEBEBE;
    pointer-events: none;
}

.login-table__ip-address b {
    color: #b0b0b0;
}

.password-container {
    display: table;
    width: 100%;
}

.password-cell {
    display: table-cell;
}

.password-cell input {
    width: 100%;
    height: 27px;
}

.password-cell--recovery {
    text-align: right;
}

.password-cell__recovery-link {
    margin-left: 7px;
    color: #009cdb;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: dotted 1px #009cdb;
}

.user-verification .login-table__auth-block {
    display: none;
}

.errors-field,
#pass-status {
    color: red;
}

#pass-status.green {
    color: #119400;
}

#pass-status.orange {
    color: orange;
}

#pass-status.red {
    color: red;
}

.login-table .autocomplete-arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 21px;
    height: 21px;
    margin: 3px;
    background: #b0b0b0 url('/design/custom/clean/login/img/sprites.png') no-repeat left bottom;
}

.login-table .autocomplete-arrow--active {
    background-color: #009cdb;
}

.ui-autocomplete {
    width: 300px;
}

.ui-autocomplete li a {
    padding: 5px 10px 5px 13px;
}

.release-notify-page {
    text-align: center;
}

.release-notify-page #releaseSlider {
    display: inline-block !important;
    margin-bottom: 40px;
    width: 750px;
    position: relative;
}

.release-notify-header {
    color: #5d1a0f;
    font-size: 16px;
    margin: 15px 0;
    text-align: center;
}

.rn-accept-text b {
    width: 750px;
    display: inline-block;
    color: #5d1a0f;
    font-size: 16px;
}

input#continueWork {
    font-weight: bold;
    color: #fff;
    border: 5px solid #dddddd;
    border-radius: 22px;
    margin: 20px 0;
    padding: 7px 30px;
    font-size: 16px;
    background: linear-gradient(to bottom, #b0937c 0%, #90745d 51%, #b0937c 100%);
    cursor: pointer;
}

.rn-accept {
    display: none;
}

#releaseSlider .owl-controls.clickable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#releaseSlider .owl-buttons {
    height: 100%;
}

#releaseSlider .owl-buttons div {
    width: 20%;
    height: calc(100% - 3px);
    opacity: 0;
}

#releaseSlider .owl-buttons div:hover {
    opacity: 0.7;
}

#releaseSlider .owl-buttons div.owl-prev {
    float: left;
    background: #333 url('/design/img/prev.png') no-repeat center center;
}

#releaseSlider .owl-buttons div.owl-next {
    float: right;
    background: #333 url('/design/img/next.png') no-repeat center center;
}