@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Material-Design-Icons.eot');
    src: url('../fonts/Material-Design-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/Material-Design-Icons.woff2') format('woff2'), url('../fonts/Material-Design-Icons.woff') format('woff'), url('../fonts/Material-Design-Icons.ttf') format('truetype'), url('../fonts/Material-Design-Icons.svg#glyphicons_halflingsregular') format('svg');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

html {
    position: relative;
    min-height: 100%;
    /*overflow-y: scroll;*/
}

body {
    position: relative;
    background-color: transparent;
}

.fix_modal {
    padding-right: 0 !important;
}

.fix_modal.modal-open {
    overflow: hidden;
}

.modal_login {

}

.modal-dialog {
    max-width: 415px;
}

.modal_login .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    1px 2px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         1px 2px 20px 0px rgba(0, 0, 0, 0.3);
}

.modal_login .close {
    color: #4e4e56;
    height: 14px;
    opacity: 0.6;
    position: relative;
    width: 14px;
}

.modal_login .step {
    color: #4e4e56;
    display: inline-block;
    padding: 0;
    position: relative;
    left: -40px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    opacity: 0.6;
}

.modal_login .step:hover,
.modal_login .step:focus,
.modal_login .step:active {
    opacity: 1;
}

.modal_login .close:after {
    content: "";
    background-color: #4e4e56;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 5px;
    transform: rotate(45deg) ;
    -webkit-transform: rotate(45deg) ;
    -moz-transform: rotate(45deg) ;
    -o-transform: rotate(45deg) ;
    -ms-transform: rotate(45deg) ;
}

.modal_login .close:before {
    content: "";
    background-color: #4e4e56;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 5px;
    transform: rotate(-45deg) ;
    -webkit-transform: rotate(-45deg) ;
    -moz-transform: rotate(-45deg) ;
    -o-transform: rotate(-45deg) ;
    -ms-transform: rotate(-45deg) ;
}

.modal_login .close:hover,
.modal_login .close:focus,
.modal_login .close:active {
    opacity: 1;
}

.sub_text {
    font-size: 14px;
    line-height: 20px;
}

.modal_login .modal-body h2,
.modal_login .modal-body .h2 {
    color: #0080b2;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin-top: 10px;
    text-align: center;
}

.modal_login .social_group {
    margin-top: 15px;
}

.modal_login .social_group-item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: table;
    font-size: 14px;
    height: 45px;
    margin-bottom: 10px;
    width: 100%;
}

.modal_login .social_group-item:hover,
.modal_login .social_group-item:focus,
.modal_login .social_group-item:active,
.modal_login .social_group-item.active {
    text-decoration: none;
    outline: none;
}

.modal_login .social_group-item-label {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    display: table-cell;
    font-size: 25px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    width: 52px;
}

.social_group-item-name {
    display: table-cell;
    height: 45px;
    left: -10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.fb {
    background-color: #3b5998;
}

.fb:hover,
.fb:focus,
.fb:active,
.fb.active {
    background-color: #4a68a7;
}

.vk {
    background-color: #45668e;
}

.vk:hover,
.vk:focus,
.vk:active,
.vk.active {
    background-color: #54759d;
}

.g {
    background-color: #dc4e41;
}

.g:hover,
.g:focus,
.g:active,
.g.active {
    background-color: #eb5d50;
}

.ok {
    background-color: #ed812b;
}

.ok:hover,
.ok:focus,
.ok:active,
.ok.active {
    background-color: #fc903a;
}

.modal_login--footer {
    font-size: 12px;
    margin-top: 6px;
}

.modal_login--footer a {
    cursor: pointer;
    font-size: 12px;
    border-bottom: 1px dashed #246ab9;
}

.modal_login--footer a:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

.modal_login--footer a:focus,
.modal_login--footer a:active,
.modal_login--footer a.active {
    text-decoration: none;
}

.modal_login--form {
    border: medium none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: none;
    margin-top: 20px;
    position: static;
}

.modal_login--form .form-group{
    position: relative;
}

.modal_login--form .form-control {
    background-color: transparent;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    height: 52px;
    line-height: 1;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.modal_login--form .form-control::-webkit-input-placeholder {
    color: #555555;
}

.modal_login--form .form-control::-moz-placeholder {
    color: #555555;
}

.modal_login--form .form-control:-ms-input-placeholder {
    color: #555555;
}

.modal_login--form .form-control:-moz-placeholder {
    color: #555555;
}

.modal_login--form .checkbox a {
    border-bottom: 1px solid transparent;
    display: block;
    float: left;
    font-size: 12px;
    margin-top: 5px;
    text-decoration: none;
}

.modal_login--form .checkbox a:hover,
.modal_login--form .checkbox a:focus,
.modal_login--form .checkbox a:active,
.modal_login--form .checkbox a.active {
    border-bottom: 1px dashed #246ab9;
}

.modal_login--form .modal_login--title {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 20px;
}

.modal_login--form .checkbox,
.modal_login--form .radio {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 0;
    position: relative;
    top: -4px;
}

.modal_login--form .checkbox label,
.modal_login--form .radio label {
    padding-left: 0;
}

.modal_login--form .checkbox label:after,
.modal_login--form .radio label:after {
    content: '';
    display: table;
    clear: both;
}

.modal_login--form .checkbox .cr,
.modal_login--form .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #b1b1b1;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}

.modal_login--form .radio .cr {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.modal_login--form .checkbox .cr .cr-icon,
.modal_login--form .radio .cr .cr-icon {
    position: absolute;
    color: #0080b2;
    font-size: 14px;
    line-height: 0;
    top: 50%;
    left: 15%;
}

.modal_login--form .radio .cr .cr-icon {
    margin-left: 0.04em;
}

.modal_login--form .checkbox label input[type="checkbox"],
.modal_login--form .radio label input[type="radio"] {
    display: none;
}

.modal_login--form .checkbox label input[type="checkbox"] + .cr > .cr-icon,
.modal_login--form .radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    -webkit-transform: scale(3) rotateZ(-20deg);
    -moz-transform: scale(3) rotateZ(-20deg);
    -o-transform: scale(3) rotateZ(-20deg);
    -ms-transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

.modal_login--form .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.modal_login--form .radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    -webkit-transform: scale(1) rotateZ(0deg);
    -moz-transform: scale(1) rotateZ(0deg);
    -o-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.modal_login--form .checkbox label input[type="checkbox"]:disabled + .cr,
.modal_login--form .radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.modal_login--form .help-block{
    display: none;
    color: #d6230d;
    font-size: 12px;
    margin-bottom: 20px;
}

.modal_login--form .with-errors {
    display: block;
}

.modal_login--form .has-error .form-control {
    border-color: #d6230d;
}

.modal_login--form .has-error .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.modal_login--form .has-error .select2-container--default .select2-selection--single{
    border-color: #d6230d;
}

.modal_login-label {
    font-size: 14px;
    font-weight: normal;
    background: #fff none repeat scroll 0 0;
    font-style: normal;
    height: 15px;
    left: 10px;
    padding: 0 8px;
    position: absolute;
    top: 16px;
    z-index: 1;
}

.up .modal_login-label {
    top: -9px;
    z-index: 3;
}

.clear-label {
    font-size: 14px;
    font-weight: normal;
}

.modal_login--form .col-xs-4:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
}

.btn-modal--login {
    background: none;
    background-color: #0080b2;
    border: 1px solid #0080b2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin-top: 10px;
    padding: 17px 12px;
    width: 100%;
}

.btn-modal--login:hover,
.btn-modal--login:focus,
.btn-modal--login:active {
    background: none;
    background-color: #05558a;
    border-color: #05558a;
    color: #ffffff;
}

.label-recovery {
    color: #555555;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .modal_login .modal-body {
        padding: 15px 60px;
    }
    .modal_login .close {
        right: -41px;
        top: 5px;
    }
}

.modal-backdrop.modal-backdrop-fullscreen {
    background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

.select2-container {
    max-width: 100%;
    width: 100% !important;
    z-index: 9999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: center;
    line-height: 50px;
    height: 52px;
}

.select2-container--default .select2-selection--single {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    height: 52px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
}

.select--drop {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.select2-drop.select2-drop-above.select--drop {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.select2-drop.select2-drop-above.select--drop.select2-drop-active {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.select2-container--default .select2-results > .select2-results__options {
    overflow: hidden;
    position: relative;
}

.select--drop .select2-results{
    margin: 0;
    padding: 0;
    height: 200px;
}

.select--drop .select2-results .select2-result-label {
    background-color: #ffffff;
    border: 1px solid transparent;
    color: #8f8f8f;
    font-size: 14px;
    padding: 6px 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #f0f0f0;
    color: #05558a;
    border-bottom-color: #d1d1d1;
    border-top-color: #d1d1d1;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    opacity: 1;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    opacity: 1;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    opacity: 1;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    opacity: 1;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 1;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    opacity: 1;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    opacity: 1;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    background-color: #f5f5f5;
}

.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    right: 0 !important;
}

.ps-container > .ps-scrollbar-y-rail {
    background-color: #f5f5f5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    width: 5px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #8f8f8f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 5px;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #f5f5f5;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #8f8f8f;
}


.modal-dialog {
    margin: 10px auto;
}


@media (max-width: 767px) {
    .modal_login .step {
        left:0;
    }
}
