.login-page {
    background: url("/assets/img/pattern.png");
}

.app .custom-brand {
    width: 190px;
    display: inline-block;
    color: #23282c;
}
.custom-brand__icon {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 5px;
}
.custom-brand__icon img {
    width: 45px;
}
.custom-brand__title {
    /*padding-left: 15px;*/
    padding-top: 5px;
    display: inline-block;
}
.custom-brand__title__line {
    margin-bottom: 0;
}
.custom-brand__title__line:last-child {
    margin-bottom: -5px;
}
.custom-brand__title__line h5 {
    margin-bottom: 0;
    color: #4f5d73;
}
.custom-brand__title__line:last-child h5 {
    color: #77b3d4;
}
.custom-brand__title h5 {
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 40px;
}
.custom-brand__title__f {
    color: #1ea6d6;
}
.custom-brand__title__b {
    color: #333333;
}
.impersonation .custom-brand__title__b {
    color: #fff;
}




a.card,
a.card:hover {
    color: #212529;
    text-decoration: none;
}

.item-replaced .img-thumbnail {
    opacity: .4;
}
.image-item .item-replace {
    display: none;
}
.image-item.item-replaced .item-replace {
    display: block;
}
.image-item .item-sort {
    width: 100px;
}


.week-list li.list-inline-item {
    margin: 0;
}
.week-list li.not-active {
    opacity: .2;
}

.form-inline .form-control.nice-date {
    /*width: 120px;*/
    margin-right: 15px;
}



.booking-label {
    margin-right: 4px;
}

.table thead th {
    white-space: nowrap;
}

.complex-date-input {
    width: 60%;
}
.complex-date-input input.form-control {
    width: 100%;
}
.complex-time-input {
    margin-left: auto;
}



#data {
    width: 100%;
}
#data.opened {
    height: 602px; /* (30px row * 20 rows) + 2px border */
}

.slick-column-name {
    font-size: 13px !important;
}

.no-data {
    font-size: 13px;
}

fieldset.form-group legend {
    font-style: italic;
}
fieldset.form-group legend.gender-legend {
    font-style: normal;
}





pre.highlighted-data {
    padding: 5px;
    margin: 5px;
}
.highlighted-data .string   { color: green; }
.highlighted-data .number   { color: darkorange; }
.highlighted-data .boolean  { color: blue; }
.highlighted-data .null     { color: magenta; }
.highlighted-data .key      { color: red; }


form[name="person"] input[type="text"] {
    text-transform: uppercase;
}
form[name="person"] input[type="text"][name="person[e_mail]"] {
    text-transform: none;
}

form[name="credit_card"] input[type="text"] {
    text-transform: uppercase;
}
form[name="credit_card"] input[type="text"][name="credit_card[e_mail]"] {
    text-transform: none;
}

form[name="consulting"] input[type="text"] {
    text-transform: uppercase;
}
form[name="consulting"] input[type="text"][name="consulting[e_mail]"] {
    text-transform: none;
}

.product_filter form input[type="text"] {
    text-transform: uppercase;
}

.form-group .suggestions-wrapper {
    display: block;
}


.loader-widget, .timeline {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.half-opacity {
    opacity: .5;
}

@media (max-width: 991.98px) {
    .app-header .navbar-brand {
        margin-left: -95px;
    }
}

.roles-table td {
    vertical-align: middle;
}
.roles-table label {
    margin: 0;
}

.multi-wrapper a {
    color: #000;
}
.multi-wrapper a:hover {
    text-decoration: none;
}

.widget-step-error {
    color: tomato;
}
.vue-form-wizard .wizard-tab-content {
    padding: 30px 5px 10px !important;
}
.vue-form-wizard .wizard-card-footer {
    padding: 0 !important;
}

.quote {
    border-left: 4px solid lightgrey;
    padding-left: 10px;
}
.btn-inline {
    line-height: 1;
    font-size: 100%;
    padding: 0.175rem 0.35rem;
    vertical-align: baseline;
}

[v-cloak] {
    display: none;
}

.action-link {
    text-decoration: none;
    border-bottom: 1px dashed #008cba;
    color: #008cba;
}
.action-link:hover {
    border-bottom: 1px dashed transparent;
    text-decoration: none;
}

#export-widget .dropdown-item.active, #export-widget .dropdown-item:active {
    color: #181b1e;
    text-decoration: none;
    background-color: #f0f3f5;
}


.item-replaced .attachment-file {
    opacity: .4;
}
.attachment .item-replace {
    display: none;
}
.attachment.item-replaced .item-replace {
    display: block;
}
.attachment .item-sort {
    width: 100px;
}

/* Радио-кнопки КЦ */
label > .state-blank {
    display: inline-block;
}
label > .state-checked {
    display: none;
}
label.active > .state-blank {
    display: none;
}
label.active > .state-checked {
    display: inline-block;
}


.uppercase-form input[type="text"] {
    text-transform: uppercase;
}
.uppercase-form input[type="text"][name="credit_card[e_mail]"] {
    text-transform: none;
}

.uppercase-form input[type="text"][name="loan[e_mail]"] {
    text-transform: none;
}

.uppercase-form input[type="text"][name="region_account[e_mail]"] {
    text-transform: none;
}

.uppercase-form input[type="text"][name="statement[e_mail]"] {
     text-transform: none;
 }

.uppercase-form input[type="text"][name="rejection[e_mail]"] {
    text-transform: none;
}

.ui-double-click-action {
    cursor: alias;
}

.user-tooltip {
    background-color: #2f353a;
    z-index: 1;
    color: #fff;
    width: 260px;
}

.user-tooltip__close {
    right: 7px;
    top: 0;
    position: absolute;
}
.user-tooltip__close a {
    color: #fff;
    font-size: 24px;
    line-height: 20px;
}
.user-tooltip__close a:hover {
    text-decoration: none !important;
}


.breadcrumb {
    margin-bottom: 0;
    padding-bottom: 0.4rem;
    border-bottom: none;
}
.current-page-title {
    padding: 0 1rem 0.75rem 1rem ;
    margin-bottom: 1.5rem;
    background-color: #fff;
    border-bottom: 1px solid #c8ced3;
}
.current-page-title h5 {
    margin-bottom: 0;
}
.enterprise .current-page-title {
    margin-bottom: 0;
}

.list-summary {
    margin-bottom: 1rem;
}

form[name="user"] input.fullname-field {
    text-transform: uppercase;
}

.media-collection .media-object__label {
    display: none;
}

.sidebar-minimized .sidebar .nav-link:hover {
    width: 100%;
}

.sidebar-minimized .sidebar .nav-item:hover {
    width: 20vw;
    min-width: 320px;
}

.sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
    min-width: calc(100% - 50px);
}

.sidebar-minimized .sidebar .nav-dropdown-items .nav-link {
    display: flex;
}
a.color-green {
    color: #3dbf6a;
}

.dx-datagrid-rowsview .ellipsis-left {
    /* Standard CSS ellipsis */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    /* Beginning of string */
    direction: rtl;
    text-align: left;
}