/* Стили страницы вход */
.face_signin_page_header {
    text-align: left;
    padding-left: 50px;
    color: #9d1359;
    font-family: "Arial Narrow";
    font-weight: bold;
    font-size: 20px;
    margin: 0px auto;
    margin-top: 24px;
    margin-bottom: 16px;
    display: block;
    width: 450px;
}

.face_form_signin {
    width: 445px;
    background-color: white;
    margin: 0px auto;
    padding: 30px 30px 20px 30px;
    background-image: url(/static/img/fc_utoli.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.face_form_signin label {
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 16px;
    color: #343f64;
}

.face_signin_input {
    background-color: #fff;
    border: 1px solid #898f9b;
    height: 28px;
    line-height: 28px;
    position: relative;
    padding: 0 6px;
    display: block;
    /*font-size: 16px;
    font-weight: bold;*/
    color: #343f64;
}

.face_signin_input:-webkit-autofill {
    color: #343f64 !important;
}

.face_form_signin .form-group {
    margin-bottom: 20px;
}

.face_form_signin .text-danger {
    color: #ff6058;
}

.face_form_signin .alert-danger {
    color: #ff6058;
    background-color: rgba(242, 222, 222, 0.47);
}

/*
.face_signin_input:hover, .face_signin_input:focus {
    outline: 0;
    border: 1px solid #454d5e;
}*/
.face_submit {
    color: white;
    background-color: #00549f;
    border: 0px;
    font-size: 14px;
    text-align: center;
    width: auto;
    padding: .25rem 1rem;
    outline: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .35);
}

.face_submit:hover, .face_submit:focus {
    background-color: #c0cc1e;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
}

.face_submit:disabled {
    background-color: #9fd2ff;
    color: #fff;
    border: 1px solid darkgray;
}

.face_submit_inactive {
    background-color: #6698c5;
}

a.face_submit:hover {
    color: #fff;
    text-decoration: none;
}

.input-group-append > .face_submit {
    box-shadow: none !important;
}

.face_remember_check {
    color: #bbbbbb;
    margin: 5px 0px;
}

.face_remember_check label {
    color: #bbbbbb;
}

.face_forgot_password {
    text-align: right;
    text-decoration: none;
    color: #bbbbbb;
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.face_forgot_password:hover {
    text-decoration: underline;
    color: #00549f;
}

.face-has-error {
    color: #ff6058;
}

.face-has-error .face_signin_input {
    border-color: #ff6058;
    color: #ff6058;
}

.face-signin-top-error {
    height: 41px;
    line-height: 18px;
    margin-right: 40%;
    font-size: 17px;
    font-weight: bold;
    margin-top: 5px;
}

.face-enter-header {
    margin-bottom: 2px;
    font-size: 30px;
    /*color: #343f64;*/
    margin-top: 10px;
}

/* Стили личного счета */
@font-face {
    font-family: FaceRobotoCondensedLight;
    src: url("/static/ttf/RobotoCondensed-Light.ttf");
}

.face_lc_header {
    font-size: 30px;
    margin-top: 0;
    color: #343f64;
}

.face_lc_bordered_table {
    border: 1px solid #b1b1b1;
    border-collapse: collapse;
    margin-top: 24px;
    font-size: 14px;
}

.face_lc_bordered_table td {
    border: 1px solid #b1b1b1;
    padding: 3px 12px;
    color: #343f64;
}

.face_lc_logout_link {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
}

.face_lc_profile_header {
    font-size: 23px;
    color: #9d1359;
    line-height: 1.6;
}

.face_vert_centered_block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}

.face_vert_centered {
    display: inline-block;
    vertical-align: middle;
}


/* Стиль подписи на главной или в личном счете */
.face_op_mors {
    text-align: center;
    color: #bbbbbb;
    display: block;
    text-decoration: none;
    margin-top: 22px;
    font-size: 14px;
    font-weight: bold;
}

.face_op_mors:hover {
    color: #bbbbbb;
    text-decoration: underline;
}


/* Ш-7339. Меню в кабинете - HTML верстка в два столбца */
.pcm_wrapper {
    margin-left: 220px;
}

.pcm_content {
    float: right;
    width: 100%;
}

.pcm_sidebar {
    float: left;
    width: 220px;
    margin-left: -220px;
}

.pcm_cleared {
    clear: both;
}

/* Меню в кабинее */
.face_menu_group_header {
    color: #9d1359;
    text-transform: uppercase;
    margin: 3px 0px 3px 10px;
}

.face_menu_button {
    background-color: #ce89ac;
    color: white;
    display: block;
    padding: 3px;
    text-align: center;
    margin: 3px 0px;
}

.face_menu_button_active {
    background-color: #9d1359;
}

.face_menu_button:hover, .face_menu_button:focus {
    color: white;
    text-decoration: none;
    background-color: #e0204e;
}


/* Страница оплатить онайл */
.face_pay_online_text {
    margin: 25px 0px 0px 0px;
    font-weight: 600;
}

.face_po_label {
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.face_po_sum_input {
    width: 73px;
    border: 1px solid #b1b1b1;
    height: 26px;
    line-height: 26px;
    vertical-align: bottom;
    padding: 3px;
    outline: none;
}

.face_po_sum_input_rubl {
    width: 55px;
    border: 1px solid #b1b1b1;
    border-left: none;
    height: 26px;
    line-height: 22px;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    color: #b1b1b1;
    padding-bottom: 5px;
}

.face-has-error .face_po_sum_input {
    border-color: #ff6058;
    color: #ff6058;
}

.face-has-error .face_po_sum_input_rubl {
    border-color: #ff6058;
    color: #ff6058;
}


/* PVBLOCK: Статистика лицевого счета */
.face_lc_text {
    font-size: 14px;
    /*font-weight: 600;*/
    color: #343f64;
    margin-top: 20px;
}

.pbpd_period_links_block {
    margin-top: 15px;
    margin-bottom: 20px;
}

.pbpd_period_link_item {
    display: inline-block;
    padding-right: 15px;
}

.pbpd_period_link_item a {
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dashed #888888;
    color: #888888 !important;
    cursor: pointer;
}

.pbpd_period_link_item a:hover, .pbpd_period_link_item a:focus, .pbpd_period_link_item.active a {
    text-decoration: none;
    border-bottom: 1px dashed #00549f;
    color: #00549f !important;
    cursor: pointer;
}

.face_period_input {
    width: 100px;
}

.face_period_show {
    color: white;
    background-color: #00549f;
    padding: 3px;
    border: 0px;
    font-size: 15px;
    text-align: center;
    min-width: 100px;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
}

.face_period_show:hover, .face_period_show:focus {
    background-color: #c0cc1e;
    color: #ffffff;
    text-decoration: none;
    outline: 0;
}

.face_period_show:disabled {
    background-color: #ce89ac;
}

.face_text_font {
    font-weight: 600;
}

.face_error_text_color {
    color: #ff6058;
    font-weight: bold;
    font-size: 15px;
}

.face_bill_panel {
    width: 555px;
    background-color: #ffffff;
    padding: 28px 30px 28px 71px;
    margin-top: 10px;
}

.face_bill_state_table {
    width: 100%;
    /*table-layout: fixed;*/
    border-collapse: collapse;
    border: 1px solid #bebec0;
    margin-top: 25px;
}

.face_bill_state_table td {
    border: 1px solid #bebec0;
    padding: 5px 9px;
}

.face_bill_state_table th {
    border: 1px solid #bebec0;
    background-color: #343f64;
    color: white;
    font-weight: normal;
    padding: 5px 9px;
}

.face_bill_table_price {
    text-align: center;
}

.face_sel_motnh_cobmo {
    display: inline-block;
    width: 110px;
    height: 30px;
    padding: 2px;
}

.face-has-error .face_sel_motnh_cobmo {
    border-color: #ff6058;
    color: #ff6058;
}

.face_details_short {
    vertical-align: top;
}

.face_details_long {
    vertical-align: top;
    text-align: left;
}

.face_bill_panel_sum {
    text-align: right;
}

/* ENDPVBLOCK */

/*Тарифы */
.face_form-control {
    display: inline-block;
    width: 150px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #898f9b;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:active, select:hover {
    outline: none
}

/* make it red instead (with with same width and style) */
select:active, select:hover {
    outline-color: red
}

.face_form-control-arrow {
    border: 0px solid #898f9b;
    height: auto;
    margin: 0;
    width: 150px;
    position: relative;
    display: inline-block;
}

.face_form-control-arrow:after {
    content: "\f0dc";
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.face_tarif {
    border: 0px solid #000000;
    display: inline-block;
    background-color: #9d1359;
    color: white;
    padding: 3px 10px;
    text-align: center;
    margin: 3px 0px;
}

.face_tarif:hover, .face_tarif:focus {
    color: white;
    text-decoration: none;
    background-color: #ff6058;
}


.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #b1b1b1;
}


html, body {
    font-size: 14px;
    background-color: #F2F2F2;
    font-family: FaceRobotoCondensedLight;
    color: #3F3F3F;
}

footer > a, footer > a:hover, footer > a:focus, footer > a:active {
    color: #3F3F3F;
}

a, a:focus, a:hover {
    color: #00549f;
}

a.face_submit:hover, a.face_submit:focus {
    color: #fff !important;
    text-decoration: none !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.face-profile-header {
    /*color: #00549f;*/
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
}

.face-profile-header .face-text-danger {
    color: #00549f;
}

.face-sidebar {
    padding: 28px 16px;
    background-color: #fff;
    overflow-y: auto;
    transition: transform .3s linear;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
}

@media (max-width: 768px) {
    .face-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        bottom: 0;
        z-index: 9999;
        padding: 14px 6px;
        max-width: 220px;
    }
}

.sidebar-overlay {
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    /* middle layer, i.e. appears below the sidebar */
    z-index: 9998;
}

#sidebar-show {
    border-color: #00549f;
    color: #00549f;
    outline: none;
}

#sidebar-show > span {
    vertical-align: middle;
    font-size: 18px;
}

#sidebar-show .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0%200%2030%2030'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300549f'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-miterlimit%3D'10'%20d%3D'M4%207h22M4%2015h22M4%2023h22'%2F%3E%3C%2Fsvg%3E")
}

/* Меню в кабинее */
.face-menu-header {
    color: #00549f;
    font-size: 30px;
    margin-bottom: 30px;
}

.face-menu-group-header {
    color: #00549f;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    /*margin: 3px 0px 3px 10px;*/
}

.face-menu-button {
    background-color: #3fa4ff;
    color: white;
    display: block !important;
    width: 100%;
    padding: 3px;
    text-align: center;
    /*margin: 5px 0px;*/
    margin-bottom: 0.5rem;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .35);
    border-radius: 2px;
}

.face-menu-button.active {
    background-color: #00549f;
}

.face-menu-button:hover, .face-menu-button:focus {
    color: white;
    text-decoration: none;
    background-color: #c0cc1e;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
}

.face-panel {
    background-color: #fff;
    padding: 4px 8px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
}

.face-panel + .face-panel {
    margin-top: 10px;
}

.corner-image {
    float: right;
    width: 120px;
    height: 120px;
    margin-top: -4px;
    margin-right: -8px;
}

@media (min-width: 576px) {
    .face-panel {
        padding: 7px 16px;
    }

    .corner-image {
        margin-top: -7px;
        margin-right: -16px;
    }
}

@media (min-width: 768px) {
    .face-panel {
        padding: 14px 32px;
    }

    .corner-image {
        margin-top: -14px;
        margin-right: -32px;
        width: 150px;
        height: 150px;
    }
}

@media (min-width: 992px) {
    .face-panel {
        padding: 28px 71px;
    }

    .corner-image {
        margin-top: -28px;
        margin-right: -71px;
    }
}

.face-header {
    font-size: 30px;
    margin-bottom: 1rem;
    /*color: #00549f;*/
}

.face-text-danger, .invalid-feedback {
    color: #ff6058;
}

.face-text-color {
    color: #3fa4ff;
}

.form-control {
    border-radius: 2px;
    border: 1px solid #3F3F3F;
    color: #3F3F3F;
}

.form-control:placeholder-shown {
    border-color: #b1b1b1;
    color: #b1b1b1;
}

.form-control:not(:placeholder-shown) {
    border-color: #3F3F3F;
    color: #3F3F3F;
}

.form-control:focus, .form-control:active {
    box-shadow: none !important;
}

.form-control.is-invalid,
.form-control.is-invalid:focus {
    border-color: #ff6058;
    color: #ff6058;
    background-image: none;
}

.form-control.is-invalid::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ff6058;
    opacity: 1; /* Firefox */
}

.form-control.is-invalid:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ff6058;
}

.form-control.is-invalid::-ms-input-placeholder { /* Microsoft Edge */
    color: #ff6058;
}

.input-group-text {
    border-radius: 2px;
}

.face-rule-list {
    counter-reset: rule-list;
}

.face-rule-list > p:before {
    counter-increment: rule-list;
    content: counter(rule-list) ") ";
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, .5) !important;
}


a.speed-300 {
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    text-decoration: none;
    background-color: #1d2124 !important;
    color: #f8f9fa !important;
    padding-top: 28px;
    padding-bottom: 28px;
}

a.speed-300:hover {
    background-color: #343a40 !important;
}

a.speed-200 {
    min-height: 145px;
}

@media (min-width: 576px) {
    a.speed-200 {
        min-height: 100px;
    }
}