/* Minification failed. Returning unminified contents.
(513,31): run-time error CSS1030: Expected identifier, found ':'
(513,39): run-time error CSS1031: Expected selector, found ')'
(513,39): run-time error CSS1025: Expected comma or open brace, found ')'
(2380,17): run-time error CSS1030: Expected identifier, found '.'
(2380,33): run-time error CSS1031: Expected selector, found ')'
(2380,33): run-time error CSS1025: Expected comma or open brace, found ')'
(2384,17): run-time error CSS1030: Expected identifier, found '.'
(2384,35): run-time error CSS1031: Expected selector, found ')'
(2384,35): run-time error CSS1025: Expected comma or open brace, found ')'
(2388,36): run-time error CSS1030: Expected identifier, found '['
(2388,46): run-time error CSS1031: Expected selector, found '='
(2388,46): run-time error CSS1025: Expected comma or open brace, found '='
(2747,23): run-time error CSS1030: Expected identifier, found '>'
(2747,53): run-time error CSS1031: Expected selector, found ')'
(2747,53): run-time error CSS1025: Expected comma or open brace, found ')'
(3427,23): run-time error CSS1030: Expected identifier, found '#main'
(3427,65): run-time error CSS1030: Expected identifier, found ':'
(3427,66): run-time error CSS1031: Expected selector, found 'not('
(3427,66): run-time error CSS1025: Expected comma or open brace, found 'not('
(4190,26): run-time error CSS1030: Expected identifier, found '.'
(4190,46): run-time error CSS1031: Expected selector, found ')'
(4190,46): run-time error CSS1025: Expected comma or open brace, found ')'
(5218,96): run-time error CSS1030: Expected identifier, found '.'
(5218,115): run-time error CSS1031: Expected selector, found ')'
(5218,115): run-time error CSS1025: Expected comma or open brace, found ')'
 */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#body.unauth .auth,
#body.auth .unauth,
#body.extr-page .work-area,
#body.extr-page .main-header span#activity {
    display: none !important;
}
/*** SPA
----------------------------------------------------------*/
section[data-role] {
    display: none;
    height:100%;
}

    section[data-role].active {
        display: block
    }

section[data-role="page"] {
    width: 100%;
}
/*** end SPA
----------------------------------------------------------*/

/*** LOADER
----------------------------------------------------------*/
.loader-box {
    padding-top: 20px;
    display: inline-block;
    z-index: 1000;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*** end LOADER
----------------------------------------------------------*/

/*** WIZARD ***/
.wbWizard {
    min-width: 20.83333333em;
    position: relative;
    padding: 10px;
    line-height: 1.42857143;
    box-sizing: border-box
}

    .wbWizard:after {
        content: "";
        display: block;
        clear: both
    }

    .wbWizard .wizBreadCrumb, .wbWizard .wizNav {
        list-style-type: none;
        margin: 0;
        padding: 0
    }

    .wbWizard img {
        border-width: 0
    }

    .wbWizard .wizHidden {
        display: none !important
    }

    .wbWizard .wizLink {
        cursor: default
    }

    .wbWizard span.wizImage {
        display: inline-block;
        width: 16px;
        height: 16px
    }

    .wbWizard .wizBreadCrumb {
        overflow: hidden
    }

        .wbWizard .wizBreadCrumb .wizLink {
            display: block;
            position: relative;
            padding: 0 1.07142857em;
            border-width: 1px;
            border-style: solid;
            outline: 0;
            text-decoration: none;
            white-space: nowrap;
        }

            .wbWizard .wizBreadCrumb .wizLink:before {
                content: "";
                width: 1.28em;
                height: 1.27em;
                position: absolute;
                top: 50%;
                right: -0.6em;
                margin-top: -0.68em;
                transform: rotate(45deg) skew(15deg,15deg);
                border-width: 1px 1px 0 0;
                border-style: solid;
                border-radius: 0 0 0 100px;
                z-index: 3
            }

        .wbWizard .wizBreadCrumb .wizText {
            display: inline-block;
            line-height: 2.16666667em;
            max-width: 100%;
            vertical-align: middle;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis
        }

        .wbWizard .wizBreadCrumb .wizImage + .wizText {
            max-width: calc(100% - 24px)
        }

        .wbWizard .wizBreadCrumb .wizImage {
            vertical-align: middle
        }

        .wbWizard .wizBreadCrumb.wizLeftImages .wizImage {
            margin-right: 5px
        }

        .wbWizard .wizBreadCrumb.wizRightImages .wizLink {
            padding-right: 30px
        }

        .wbWizard .wizBreadCrumb.wizRightImages .wizImage {
            position: absolute;
            right: 5px;
            top: 50%;
            margin-top: -8px
        }

    .wbWizard .wizProgressBar {
        width: 100%;
        border-width: 1px;
        border-style: solid;
        box-sizing: border-box;
        overflow: hidden
    }

    .wbWizard .wizProgress {
        display: block;
        height: 13px;
        text-indent: -9999px;
        transition: .2s all ease-in-out
    }

    .wbWizard .wizContentWrapper {
        overflow: hidden
    }

    .wbWizard .wizContent {
        overflow: auto
    }

    .wbWizard .wizStep {
        display: none
    }

        .wbWizard .wizStep.wizActive {
            display: block
        }

    .wbWizard .wizNav {
        margin-bottom: 15px
    }

        .wbWizard .wizNav:after {
            content: "";
            display: block;
            clear: both
        }

        .wbWizard .wizNav .wizLI {
            float: left;
            margin-right: 5px
        }

        .wbWizard .wizNav .wizRight {
            float: right;
            margin-right: 0;
            margin-left: 5px
        }

        .wbWizard .wizNav .wizLine {
            width: 100%;
            padding-top: 6px;
        }

    .wbWizard .wizContent + .wizNav {
        margin-top: 15px;
        margin-bottom: 0
    }

    .wbWizard .wizButton {
        min-width: 7em;
    }

    .wbWizard .wizButton,
    .wbWizard .k-button,
    .smart-form .k-button,
    .app-form .k-button {
        white-space: nowrap;
        padding: 4px 4px 4px 8px;
        border-width: 1px;
        border-style: solid;
        outline: 0;
        font: inherit;
        text-align: center;
        display: inline-block;
        user-select: none
    }

    .wbWizard a.k-button {
        min-width: 0;
    }

    .wbWizard .k-grid .k-grid-header .k-header .k-link {
        height: auto;
    }

    .wbWizard .k-grid .k-grid-header .k-header {
        white-space: normal;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .wbWizard .wizButton {
        margin-bottom: 1px
    }
}

@-moz-document url-prefix() {
    .wbWizard button::-moz-focus-inner {
        border: 0
    }

    .wbWizard button:focus {
        outline: 1px dotted black
    }
}

.wbWizard .wizHovered.wizButton, .wbWizard .wizHovered .wizLink {
    cursor: pointer
}

.wbWizard .wizDisabled .wizText {
    filter: alpha(opacity=60);
    opacity: .6
}

.wizHorizontal .wizBreadCrumb, .wizHorizontal .wizProgressBar {
    margin-bottom: 15px
}

.wizHorizontal .wizBreadCrumb {
    width: 100%;
    display: table;
    table-layout: fixed
}

.wizHorizontal .wizLI {
    display: table-cell
}

.wizHorizontal .wizLink {
    margin-left: -1px;
    margin-right: 0;
}

    .wizHorizontal .wizLink:before {
        box-shadow: 2px -2px 2px rgba(0,0,0,0.1)
    }

.wizHorizontal .wizFirst .wizLink {
    margin-left: 0;
    padding-left: 10px
}

.wizHorizontal .wizLast .wizLink {
    margin-right: 0
}

    .wizHorizontal .wizLast .wizLink:before {
        display: none
    }

.wizHorizontal.wizBottomBreadCrumb .wizBreadCrumb, .wizHorizontal.wizBottomBreadCrumb .wizProgressBar {
    margin: 15px 0 0
}

.wizHorizontal.wizBottomBreadCrumb.wizTopProgressBar .wizProgressBar {
    margin: 0 0 15px
}

.wizHorizontal.wizBottomProgressBar .wizProgressBar {
    margin: 15px 0 0
}

.wizVertical .wizProgressBar, .wizVertical .wizBreadCrumb {
    float: left;
    margin-right: 15px
}

.wizVertical .wizBreadCrumb {
    width: auto;
    padding-right: .7em
}

    .wizVertical .wizBreadCrumb .wizLI {
        min-width: 10em
    }

    .wizVertical .wizBreadCrumb .wizLink:before {
        display: none;
        right: -0.675em
    }

    .wizVertical .wizBreadCrumb .wizSelected .wizLink:before {
        display: block
    }

.wizVertical .wizProgressBar {
    width: 13px;
    height: 100%
}

.wizVertical .wizContentWrapper:after {
    content: "";
    display: block;
    clear: both
}

.wizVertical.wizRightProgressBar .wizProgressBar {
    float: right;
    margin: 0 0 0 10px
}

.wizRightBreadCrumb .wizBreadCrumb .wizLink:before, .wbWizard_rtl .wizBreadCrumb .wizLink:before {
    right: auto;
    left: -0.7em;
    border-width: 0 0 1px 1px;
    border-radius: 0 100px 0 0
}

.wizRightBreadCrumb .wizProgressBar, .wizRightBreadCrumb .wizBreadCrumb, .wbWizard_rtl.wizVertical .wizProgressBar, .wbWizard_rtl.wizVertical .wizBreadCrumb {
    margin: 0 0 0 15px;
    float: right
}

.wizRightBreadCrumb .wizBreadCrumb, .wbWizard_rtl.wizVertical .wizBreadCrumb {
    padding-left: .7em;
    padding-right: 0
}

.wizRightBreadCrumb.wizLeftProgressBar .wizProgressBar, .wbWizard_rtl.wizVertical.wizLeftProgressBar .wizProgressBar {
    margin: 0 10px 0 0;
    float: left
}

.wbWizard_rtl .wizBreadCrumb {
    text-align: right;
    padding-right: 0
}

    .wbWizard_rtl .wizBreadCrumb.wizLeftImages .wizImage {
        margin: 0 0 0 5px
    }

.wbWizard_rtl .wizNav .wizLI {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

.wbWizard_rtl .wizNav .wizRight {
    float: left;
    margin-right: 5px;
    margin-left: 0
}

.wbWizard_rtl .wizContent {
    text-align: right
}

.wbWizard_rtl.wizHorizontal .wizBreadCrumb .wizLink {
    margin-left: 0;
    margin-right: 0
}

.wbWizard_rtl.wizHorizontal .wizBreadCrumb .wizFirst .wizLink {
    padding-left: 15px;
    padding-right: 10px
}

.wbWizard_rtl.wizHorizontal .wizLink:before {
    box-shadow: -2px 2px 2px rgba(0,0,0,0.1)
}

.wbWizard_rtl.wizVertical .wizBreadCrumb {
    padding-right: 0;
    padding-left: .7em
}

.wizContent section {
    padding: 14px;
}

.wizButton.wizNext[disabled] {
    filter: alpha(opacity=60);
    opacity: .6
}

/*** end WIZARD ***/

/**** Register page & Reset Password page ****/
.resetPassword-form fieldset,
.register-form fieldset {
    padding: 0;
}

.resetPassword-form section,
.register-form section {
    margin: 0;
}

#registerIndWizard #close-btn, #registerIndWizard button.close-btn,
#registerIndWizard #done-btn, #registerIndWizard button.done-btn,
#registerIndWizard #next-btn, #registerIndWizard button.next-btn,
#resetPasswordWizard #close-btn, #resetPasswordWizard button.close-btn,
#resetPasswordWizard #done-btn, #resetPasswordWizard button.done-btn,
#resetPasswordWizard #next-btn, #resetPasswordWizard button.next-btn {
    display: none;
}

#registerIndWizard[data-page="0"] #close-btn, #registerIndWizard[data-page="0"] button.close-btn,
#registerIndWizard[data-page="0"] #next-btn, #registerIndWizard[data-page="0"] button.next-btn,
#registerIndWizard[data-page="1"] #done-btn, #registerIndWizard[data-page="1"] button.done-btn,
#resetPasswordWizard[data-page="0"] #close-btn, #resetPasswordWizard[data-page="0"] button.close-btn,
#resetPasswordWizard[data-page="0"] #next-btn, #resetPasswordWizard[data-page="0"] button.next-btn,
/*#resetPasswordWizard[data-page="1"] #close-btn, #resetPasswordWizard[data-page="1"] button.close-btn,
#resetPasswordWizard[data-page="1"] #next-btn, #resetPasswordWizard[data-page="1"] button.next-btn,
#resetPasswordWizard[data-page="1"] #back-btn, #resetPasswordWizard[data-page="1"] button.back-btn,*/
#resetPasswordWizard[data-page="1"] #done-btn, #resetPasswordWizard[data-page="1"] button.done-btn {
    display: block;
}

#registerIndWizard .wizContent section,
#resetPasswordWizard .wizContent section {
    padding-top: 0;
}
/**** END Register page & Reset Password page ****/


/*** Basic
----------------------------------------------------------*/
.bg-color-red {
    background-color: red !important;
}

.well {
    background-color: #fbfbfb;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    -moz-box-shadow: 0 1px 1px #ececec;
    position: relative;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.has-visible-children {
    display: none;
}
    /*.has-visible-children:has(:not([style*="display:none"]):not([style*="display: none"])) {
        display: block;
    }*/
    .has-visible-children:has(:visible) {
        display: block;
    }

/*** app-form ***/
.app-form {
    margin: 0;
    outline: none;
    color: #666;
    position: relative;
}

    .app-form .content {
        width: 100%;
    }

    .app-form fieldset {
        display: block;
        padding: 10px 14px 5px;
        border: none;
        background: rgba(255, 255, 255, 0.9);
        position: relative;
    }

    .app-form section, .app-form div.col {
        /*margin-bottom: 24px;*/
        padding-bottom: 12px;
        position: relative;
    }

    .app-form .label {
        display: block;
        margin-bottom: 6px;
        line-height: 19px;
        font-weight: 400;
        font-size: 13px;
        color: #333;
        text-align: left;
        white-space: normal;
    }

    .app-form .select-input:not([role="combobox"])::-webkit-input-placeholder { /* WebKit browsers */
        color: #fff;
    }

    .app-form .select-input:not([role="combobox"]):-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #fff;
        opacity: 1;
    }

    .app-form .select-input:not([role="combobox"])::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #fff;
        opacity: 1;
    }

    .app-form .select-input:not([role="combobox"]):-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #fff;
    }
    .app-form #captcha-wrapper {
        padding-bottom: 24px;
    }
    .app-form .k-form-error {
        padding:0;
    }

.icon-append, .icon-prepend {
    position: absolute;
    top: 8px;
    width: 22px;
    height: 28px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
}

.app-form .input, .app-form .select, .app-form .textarea, .app-form .radio, .app-form .checkbox, .app-form .toggle, .app-form .button {
    position: relative;
    display: block;
    font-weight: 400;
}

    .app-form .input input, .app-form .select select, .app-form .textarea textarea, .app-form .radio i, .app-form .checkbox i, .app-form .toggle i, .app-form .icon-append, .app-form .icon-prepend {
        border-color: #BDBDBD;
        transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        -ms-transition: border-color 0.3s;
        -moz-transition: border-color 0.3s;
        -webkit-transition: border-color 0.3s;
    }

    /*    .app-form .icon-append, .app-form .icon-prepend {
        color: #A2A2A2;
    }
*/
    .app-form .input .icon-prepend + input, .app-form .textarea .icon-prepend + textarea {
        padding-left: 37px;
    }


/* Radio and checkboxes*/
.app-form .radio,
.app-form .checkbox {
    margin-bottom: 4px;
    padding-left: 25px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
    font-size: 13px;
}

    .app-form .radio:last-child,
    .app-form .checkbox:last-child {
        margin-bottom: 0;
    }

    .app-form .radio input,
    .app-form .checkbox input {
        position: absolute;
        left: -9999px;
    }

    .app-form .radio i,
    .app-form .checkbox i {
        position: absolute;
        top: 3px;
        left: 0;
        display: block;
        width: 17px;
        height: 17px;
        outline: none;
        border-width: 1px;
        border-style: solid;
        background: #FFF;
    }

    .app-form .radio i {
        border-radius: 50%;
    }

    .app-form .radio input + i:after,
    .app-form .checkbox input + i:after {
        position: absolute;
        opacity: 0;
        transition: opacity 0.1s;
        -o-transition: opacity 0.1s;
        -ms-transition: opacity 0.1s;
        -moz-transition: opacity 0.1s;
        -webkit-transition: opacity 0.1s;
    }

    .app-form .radio input + i:after {
        content: '';
        top: 4px;
        left: 4px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
    }

    .app-form .checkbox input + i:after {
        content: '\f00c';
        top: -1px;
        left: 1px;
        width: 15px;
        height: 15px;
        font: normal 16px/19px FontAwesome;
        text-align: center;
    }

    .app-form .checkbox input:checked:hover + i:after {
        content: '\f00d';
    }

    .app-form .checkbox input:checked:disabled:hover + i:after {
        content: '\f00c';
    }

    .app-form .radio input:checked + i:after,
    .app-form .checkbox input:checked + i:after {
        opacity: 1;
    }

label input[type="radio"].radiobox:checked + span:before {
    content: "\f111";
    color: #2E7BCC;
}

/*** end Basic
----------------------------------------------------------*/

.well {
    background-color: #fbfbfb;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    -moz-box-shadow: 0 1px 1px #ececec;
    position: relative;
}

/*** WIDGET
----------------------------------------------------------*/
.widget-body.loading {
    text-align: center;
}
/*** end WIDGET
----------------------------------------------------------*/

.badge {
    position: absolute;
    /*top: -5px;
    right: -5px;*/
    cursor: pointer;
    background: #0091d9;
    /* display: inline-block; */
    font-size: 10px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    color: #ffffff;
    /* font-weight: bold; */
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px 4px 3px 4px;
    text-align: center;
    /* line-height: normal; */
    margin-left: 4px;
}

/*li:has(.badge) {
    margin-right: 20px;
}*/

label input[type="checkbox"].checkbox + span, label input[type="radio"].radiobox + span {
    position: relative;
    z-index: 19;
    display: inline-block;
    margin: 0;
    line-height: 17px;
    min-height: 14px;
    min-width: 14px;
    margin-right: 5px;
}

label input[type="checkbox"].checkbox:checked + span {
    font-weight: bold;
}

label input[type="radio"].radiobox + span:before, label input[type="checkbox"].checkbox + span:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    border-radius: 0;
    content: "\a0";
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 1px;
    /*height: 12px;*/
    line-height: 12px;
    min-width: 12px;
    margin-right: 5px;
    border: 1px solid #bfbfbf;
    background-color: #f4f4f4;
    font-weight: normal;
    margin-top: -1px;
}

label input[type="checkbox"].checkbox + span:before {
    content: "\a0";
}

label input[type="checkbox"].checkbox:checked + span:before {
    content: "\f00c";
}

label input[type="checkbox"].checkbox:checked + span:before {
    color: #2E7BCC;
}

input[type="checkbox"].checkbox, input[type="radio"].radiobox {
    visibility: hidden;
    position: absolute;
    z-index: 20;
    width: 18px;
    height: 18px;
}

span[data-placeholder] {
    display: inline-block;
}

    span[data-placeholder]:empty::before {
        content: attr(data-placeholder);
        display: inline-block;
        font-style: italic;
        color: rgba(18, 18, 18, 0.6);
    }


/*** DOCUMENT
----------------------------------------------------------*/
.error,
.doc-alert {
    color: red;
}

.success {
    color: green;
}

.flag[data-currency]::after {
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    width: 40px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.55);
    content: "";
    margin-left: 8px;
}

.row.nowrap {
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.eh-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
}

.k-tooltip-validation {
    z-index: 999;
}

span.k-widget.k-tooltip-validation {
    display: inline-block;
    width: 160px;
    text-align: left;
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
    color: red;
}



.doc-label[type="number"] {
    text-align: right;
    padding-right: 10px;
}

.doc-label[type="date"] {
    width: 120px;
}
/*.textarea-conent{
    padding-right:.6em;
}*/


#mainListData {
    border-width: 0;
    height: 100%;
    min-height: 240px;
}

    #mainListData .multiSelect {
        display: none;
    }

    #mainListData .k-grid-content {
        min-height: 100px;
    }

form[data-edit-mode],
form[data-view-mode],
.doc-content #editForm,
.doc-content #previewForm,
.doc-content .view-mode,
#modalForm[data-role="window"].doc-content #editForm,
#modalForm[data-role="window"].doc-content #previewForm,
a[data-action-code],
button[data-action-code],
input[data-action-code],
[data-action-visible] {
    display: none;
}

#modalForm[data-role="window"].doc-content header {
    display: flex;
}

section[data-role="page"].active.doc-edit-mode [data-action-code].doc-edit-mode,
section[data-role="page"].active.doc-view-mode [data-action-code].doc-view-mode,
section[data-role="page"].active.doc-confirm-mode [data-action-code].doc-confirm-mode,
section[data-role="page"].active.doc-edit-mode [data-action-visible].doc-edit-mode,
section[data-role="page"].active.doc-view-mode [data-action-visible].doc-view-mode,
section[data-role="page"].active.doc-confirm-mode [data-action-visible].doc-confirm-mode {
    /*display: inline-flex;*/
    display: inline-block;
}

    section[data-role="page"].active.doc-edit-mode [data-action-code].doc-edit-mode.flex,
    section[data-role="page"].active.doc-view-mode [data-action-code].doc-view-mode.flex,
    section[data-role="page"].active.doc-confirm-mode [data-action-code].doc-confirm-mode.flex,
    section[data-role="page"].active.doc-edit-mode [data-action-visible].doc-edit-mode.flex,
    section[data-role="page"].active.doc-view-mode [data-action-visible].doc-view-mode.flex,
    section[data-role="page"].active.doc-confirm-mode [data-action-visible].doc-confirm-mode.flex {
        display: flex;
    }

section[data-role="page"].active.doc-edit-mode .doc-content #editForm,
section[data-role="page"].active.doc-confirm-mode .doc-content #previewForm,
section[data-role="page"].active.doc-view-mode .doc-content #previewForm,
section[data-role="page"].active.doc-edit-mode .view-mode.doc-edit-mode,
section[data-role="page"].active.doc-view-mode .view-mode.doc-view-mode,
section[data-role="page"].active.doc-confirm-mode .view-mode.doc-confirm-mode,
#modalForm[data-role="window"].doc-content.doc-edit-mode #editForm,
#modalForm[data-role="window"].doc-content.doc-confirm-mode #previewForm,
#modalForm[data-role="window"].doc-content.doc-view-mode #previewForm,
#modalForm[data-role="window"].doc-content.doc-edit-mode .view-mode.doc-edit-mode,
#modalForm[data-role="window"].doc-content.doc-confirm-mode .view-mode.doc-confirm-mode,
#modalForm[data-role="window"].doc-content.doc-view-mode .view-mode.doc-view-mode,
#modalForm[data-role="window"].doc-content.doc-edit-mode #editForm [data-action-code="checkdoc"],
#modalForm[data-role="window"].doc-content.doc-edit-mode #editForm [data-action-code="checksetdoc"],
#modalForm[data-role="window"].doc-content.doc-edit-mode #editForm [data-action-code="selrecipient"],
#modalForm[data-role="window"].doc-content.doc-confirm-mode #previewForm [data-action-code="setdoc"],
#modalForm[data-role="window"].doc-content.doc-confirm-mode #previewForm [data-action-code="backdoc"],
#modalForm[data-role="window"].doc-content [data-action-code="close"] {
    display: block;
}

section[data-role="page"].active.doc-edit-mode #_docAttachments .view-mode.doc-edit-mode,
section[data-role="page"].active.doc-confirm-mode #_docAttachments .view-mode.doc-confirm-mode,
section[data-role="page"].active.doc-view-mode #_docAttachments .view-mode.doc-view-mode,
section[data-role="page"].active.doc-edit-mode #_docFiles .view-mode.doc-edit-mode,
section[data-role="page"].active.doc-confirm-mode #_docFiles .view-mode.doc-confirm-mode,
section[data-role="page"].active.doc-view-mode #_docFiles .view-mode.doc-view-mode {
    display: inline-block
}

section[data-role="page"].doc-new-mode .doc-exists,
img.null-hidden[src=""] {
    display: none;
}
/*** end DOCUMENT
----------------------------------------------------------*/

/*** ANIMATION
----------------------------------------------------------*/
.fade-fadein {
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*** end ANIMATION
----------------------------------------------------------*/

/*** KENDO
----------------------------------------------------------*/
.k-grid-norecords > div {
    width: 100%;
}
/*** end KENDO
----------------------------------------------------------*/

/*** Modal form
----------------------------------------------------------*/
#modalForm {
    min-width: 344px;
}

    #modalForm form .km-content {
        padding: 10px;
    }

/*** end Modal form
----------------------------------------------------------*/

/*** div table
----------------------------------------------------------*/
/*.div-table {
    display: table;
    width: auto;
    background-color: #eee;
    border: 1px solid #666666;
    border-spacing: 5px;*/ /* cellspacing:poor IE support for  this */
/*}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}

.div-table-col {
    float: left;*/ /* fix for  buggy browsers */
    /*display: table-column;
    width: 200px;
    background-color: #ccc;
}*/

.cell-label {
    display: block;
    font-weight: bold;
}
@media (max-width: 1200px) {
    .tab-widget-row {
        background: #FFFFFF;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
        border-radius: 16px;
        padding: 16px;
        margin: 8px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .addagreement-description .caption.cell-label {
        padding-right: 8px;
    }
}
@media (min-width: 1200px) {
    .cell-label {
        display: none;
    }
}

/*** end div table
----------------------------------------------------------*/
/*** app-form ***/
.app-form .input input, .app-form .select select, .app-form .textarea textarea {
   /* display: block;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 40px;
    /*line-height: 32px;*/
    padding: 5px 10px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    background: #fff;
    font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.app-form .icon-append, .app-form .icon-prepend {
    color: #A2A2A2;
}
/*** AUTH
----------------------------------------------------------*/

body.extr-page {
    background: #ffffff;
}
    body.extr-page > #wrapper {
        width: 100%;
        height: 100%;
        /*background-image: url(/Images/zhb/bg.jpg);
        background-size: cover !important;*/
    }

/*** Firefox hide spinner ***/
#login-form #UserIdent,
#login-form #UserIdent:hover,
#login-form #UserIdent:focus {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

#login-form .note a {
    font-size: 13px;
}

#login-form footer {
    display: block;
    padding: 7px 14px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    /*background: rgba(248,248,248,.9);*/
}

#login-form .note, .note {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
}

.reg-button {
    text-align: center;
}

#login-form .note, .note {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
}

.instr-button-hint {
    font-size: 9px;
    color: #a9a9a9;
    text-align: center;
}

.login-footer-panel a, .login-footer-panel span {
    color: #fff;
    font-size: 14px;
}

.login-footer-panel .soc-icons i {
    background-color: #fff;
    font-size: 24px;
    padding: 4px;
    min-width: 36px;
    margin: 6px;
    border-radius: 10px;
    text-align: center;
    color: gray;
}

.login-footer-panel.copyright {
    display: block;
}

    .login-footer-panel.copyright hr {
        border-top: 1px solid #eee;
    }

.bank-feature-image {
    max-height: 353px;
}

#content.container {
    padding-top: 71px;
}

#login-form.processed .unproc {
    display: none;
}

.changeLogin-content,
.changeAuth-content,
.expiredAuth-content,
.selectAddAuth-content,
.W2FA-content {
    width: 470px;
}

#otp-form .select-auth-type .w2fa-auth-type {
    padding-top: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

    #otp-form .select-auth-type .w2fa-auth-type:hover {
        background-color: #337ab7;
        color: #fff !important;
    }

    #otp-form .select-auth-type .w2fa-auth-type .type-icon {
        padding: 6px 16px 16px 16px;
        min-width: 28px;
        text-align: center;
    }

    #otp-form .select-auth-type .w2fa-auth-type .type-caption {
        width: -webkit-fill-available;
    }

#otp-form .otp-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

    #otp-form .otp-content .image {
        padding: 10px;
        display: flex;
        align-items: center;
    }

    #otp-form .otp-content .content {
        padding-left: 16px;
        padding-right: 16px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    #otp-form .input input.confirm {
        padding-left: 16px;
    }

#otp-form .otp-footer {
    padding: 0px 10px 10px 10px;
}

    #otp-form .otp-footer button {
        width: 100%;
        padding: 0;
        margin-top: 16px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
    }

.W2FA-content {
    border: 0;
}

#select-auth-type-title,
#confirm-otp-title,
#confirm-otp-label {
    border: 0;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
}

#otp-form .confirm-label-section {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: rgba(18, 18, 18, 0.15);
    text-align: center;
}

#otp-form .resend {
    text-align: center;
}

.toggle-password {
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    right: 10px;
    top: 10px;
}

input.keyboardInput + img + span.toggle-password {
    right: 40px;
}
/*** end AUTH **/

.app-form .note, .note {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
}

a:link, .btn, button {
    -webkit-tap-highlight-color: rgba(169, 3, 41, 0.5);
}

.instr-button {
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 0 auto;
    width: 140px;
    color: #fff;
    padding: 10px 4px;
    text-align: center;
}
@media screen and (max-width: 630px) {
    .changeLogin-content,
    .changeAuth-content,
    .expiredAuth-content,
    .selectAddAuth-content,
    .W2FA-content {
        width: 100%;
    }
   
}
/*article.sortable-grid {
    min-height: 30px;
}*/

/*.xwidget {
    margin: 0 0 30px 0;
    position: relative;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
}
*/
.widget-content-padding {
    padding: 20px;
}

    .widget-content-padding .well {
        margin-bottom: 0px;
    }
/*
	 * HEADER
	 */
/*.xwidget > header {
    height: 34px;
    padding: 0;
    line-height: 40px;
}

    .xwidget > header > .widget-icon {
        display: block;
        width: 30px;
        height: 32px;
        position: relative;
        float: left;
        font-size: 111%;
        line-height: 32px;
        text-align: center;
        margin-right: -10px;
    }

    .xwidget > header h2 {
        height: 100%;
        width: auto;
        display: inline-block;
        font-size: 14px;
        position: relative;
        margin: 0;
        line-height: 34px;
        font-weight: normal;
        letter-spacing: 0px;
    }

    .xwidget > header .nav-tabs a {
        display: block;
    }

    .xwidget > header > h2 {
        margin-left: 10px;
        float: left;
    }

    .xwidget > header > :first-child.widget-icon {
        margin-left: 0;
    }

    .xwidget > header .xwidget-icon {
        width: 16px;
        height: 16px;
        float: left;
        margin: 12px 10px 0 0;
        display: block;
        zoom: 1;
        z-index: 4000;
    }*/

.ui-sortable .xwidget-sortable > header {
    cursor: move;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    line-height: normal;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.ui-sortable .xwidget-sortable.xwidget-collapsed > header {
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.widget-ctrls {
    width: auto;
    float: right; 
    padding: 0;
    margin: 0;
    margin-top: -10px;
}

    .widget-ctrls .button-icon {
        min-width: 30px;
        height: 32px;
        float: left;
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
        border-left: 1px solid rgba(0, 0, 0, 0.09);
    }



.xwidget-loader {
    width: 32px;
    height: 32px;
    margin: 0;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    text-align: center;
    line-height: 32px;
    font-size: 111%;
    position: absolute;
    top: 22px;
    right: 22px;
}
/*
	 * CONTENT
	 */
/*.xwidget > div {
    float: left;
    width: 100%;
    position: relative;
    font-size: 13px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-top: none;
    border-right-color: #CCC !important;
    border-bottom-color: #CCC !important;
    border-left-color: #CCC !important;
    padding: 8px 11px 0px;
    overflow: visible;
}

.xwidget .widget-body {
    min-height: 100px;
    position: relative;
    padding-bottom: 13px;
}

    .xwidget .widget-body.widget-hide-overflow {
        overflow: hidden;
    }*/

.widget-toolbar.no-border {
    border-left: none;
}

.widget-body.no-padding {
    margin: -13px -13px 0px;
}

    .widget-body.no-padding .alert {
        margin: 0 0 10px;
        padding: 10px;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        border-width: 0px 0px 1px !important;
        border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
    }

/*.xwidget.well.transparent .widget-body.no-padding {
    margin: 0px !important;
}*/

.widget-body > table {
    margin-bottom: 0;
}

.widget-body.no-padding .cke_chrome,
.no-padding .md-editor {
    border: none;
}

.widget-toolbar > .smart-form {
    margin-top: 2px;
}

    .widget-toolbar > .smart-form .toggle:last-child {
        font-size: 12px;
        line-height: 29px;
    }

    .widget-toolbar > .smart-form .radio input + i,
    .widget-toolbar > .smart-form .checkbox input + i,
    .widget-toolbar > .smart-form .toggle input + i {
        border-width: 1px;
        border-color: #C7C7C7 !important;
        margin-top: 1px;
        box-shadow: 0 1px 1px #FFF,0 1px 1px #858585 inset;
        -webkit-box-shadow: 0 1px 1px #FFF,0 1px 1px #858585 inset;
        -moz-box-shadow: 0 1px 1px #FFF,0 1px 1px #858585 inset;
    }
/*
	 * WELL WIDGET
	 */
/*.xwidget.well {
    margin: 0 0 30px 0;
}

    .xwidget.well > div {
        border: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
    }

    .xwidget.well header {
        display: none;
    }*/
/*
	 * WIDGET FOOTER
	 */
/*.widget-footer {
    display: block;
    min-height: 32px;
    vertical-align: middle;
    position: relative;
    background-color: #F8F7F7;
    padding: 5px;
    border-top: 1px solid #E4E4E4;
    text-align: right;
    margin: 0px -13px -13px;
}

.no-padding .widget-footer {
    margin: 0;
}

.widget-footer.smart-form > label {
    margin-top: 4px;
    display: block;
}*/
/*
	 * EDIT BOX
	 */
/*.xwidget-editbox {
    display: none;
    padding: 10px;
}*/
/*.xwidget-editbox div {
		width: 100%;
		float: left;
		margin-bottom: 0;
	}
	.xwidget-editbox label {
		width: 80px;
		height: 26px;
		float: left;
		line-height: 26px;
		font-weight: bold;
		margin-bottom:0;
	}
	.xwidget-editbox input {
		width: 200px;
		height: 24px;
		padding: 0 5px;
		border: 1px solid #666;
	}
	.xwidget-editbox span {
		height: 26px;
		width: 26px;
		float: left;
		margin: 0 5px 0 0;
		cursor: pointer;
	}*/
/*
	 * TIMESTAMP
	 */
.xwidget-timestamp {
    font-size: 12px;
    color: #868686;
    font-style: italic;
    margin: 10px 0 0;
}
/*
	 * HELPERS
	 */
.xwidget-placeholder {
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 28px;
    /* adjusted from 28px */
    padding: 0;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*
	 * FULL SCREEN
	 */
body.nooverflow {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

#xwidget-fullscreen-mode {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10050;
}

    #xwidget-fullscreen-mode .xwidget {
        margin: 0;
        -moz-border-radius: 0;
        -khtml-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        #xwidget-fullscreen-mode .xwidget > div {
            overflow-y: scroll;
            -moz-border-radius: 0;
            -khtml-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }

    #xwidget-fullscreen-mode > div > header {
        cursor: default;
    }
/*
	 * WIDGET BODY TOOLBAR
	 */
/*.widget-body-toolbar,
.smart-form.widget-body-toolbar {
    display: block;
    padding: 8px 10px;*/
    /*margin: -13px -13px 13px;*/
    /*min-height: 42px;
    border-bottom: 1px solid #ccc;
    background: #fafafa;
}

.no-padding.widget-body-toolbar,
.no-padding .widget-body-toolbar,
.no-padding .smart-form.widget-body-toolbar {
    display: block;
    margin: 0px;
    margin-bottom: 6px;
    border: 0;
}

.widget-body-toolbar.smart-form .inline-group,
.smart-form .widget-body-toolbar .inline-group {
    float: left;
    margin-top: 4px;
}

.widget-body-toolbar .btn {
    vertical-align: middle;
}

.widget-body-toolbar .btn-xs {
    margin-top: 5px;
}*/

/*
	 * WIDGET BODY AJAX LOAD
	 */
.widget-body-ajax-loading::before {
    content: url('../img/ajax-loader.gif');
    padding-top: 18%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    display: block;
    background: rgba(255, 255, 255, 0.4);
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
}

.widget-body-ajax-loading:hover {
    cursor: wait !important;
}
/*
	 * STYLING
	 * Default
	 */
.xwidget > header {
    color: #333;
    border: 1px solid #C2C2C2;
    background: #fafafa;
}

/*.xwidget > div {
    background-color: #fff !important;
}*/

.xwidget-editbox {
    border-bottom: 1px solid #B1B1B1;
    background-color: #fff;
    margin: -13px -13px 13px;
}

.no-padding .xwidget-editbox {
    margin: 0 0 10px;
}

.xwidget-placeholder {
    background-color: #FFC;
    border: 1px dashed #A7A7A7;
}

/* 
	 * WIDGET COLOR DROPDOWN
	 * 
	 */
.color-select {
    list-style: none;
    margin: 0;
    padding: 4px;
    min-width: 166px;
    max-width: 156px;
    right: -3px;
}

    .color-select li {
        display: block;
        margin: 2px;
        float: left;
    }

        .color-select li span:hover {
            border: 3px solid rgba(0, 0, 0, 0.2);
        }

        .color-select li span,
        .color-box {
            display: block;
            width: 22px;
            height: 22px;
            padding: 0;
            background: #333;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            border: 1px solid rgba(0, 0, 0, 0.1);
            cursor: pointer;
        }

.color-box {
    position: relative;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    outline: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.3) !important;
}

    .color-box:hover,
    .open .color-box {
        outline: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .color-box:hover {
        -webkit-transform: scale(1.07);
        -moz-transform: scale(1.07);
    }

    .color-box:active {
        top: 1px;
        left: 1px;
    }

.widget-toolbar > .color-box {
    margin-top: 7px;
    width: 18px;
    height: 18px;
    outline: 1px solid rgba(0, 0, 0, 0.2);
}

.widget-toolbar .dropdown-menu.color-select {
    right: -1px;
}

.widget-toolbar > .color-box:hover,
.widget-toolbar > .color-box:active,
.widget-toolbar > .color-box:focus {
    outline: 1px solid rgba(0, 0, 0, 0.25) !important;
}
/*
	 * ICONS
	 */
.widget-ctrls a {
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    padding: 0;
    margin: 0;
    color: #333;
}

/*
	 * CLEARFIX
	 */
.xwidget:before,
.xwidget:after,
.xwidget > div:before,
.xwidget > div:after,
.inner-spacer:before,
.inner-spacer:after,
.xwidget-editbox:before,
.xwidget-editbox:after,
.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.xwidget:after,
.xwidget > div:after,
.inner-spacer:after,
.xwidget-editbox:after,
.clearfix:after {
    clear: both;
}

.xwidget,
.xwidget > div,
.inner-spacer:after,
.xwidget-editbox,
.clearfix {
    zoom: 1;
    /*IE*/
}
/*
	 * WIDGET TOOLBARS
	 */
.widget-toolbar {
    display: inline-block;
    float: right;
    width: auto;
    height: 32px;
    line-height: 32px;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.09);
    cursor: pointer;
    padding: 0 8px;
    text-align: center;
}

    .widget-toolbar > :first-child {
        text-align: left;
    }
/*
	 * WIDGET TOOLBAR COMPONENTS
	 */
/*
		 * TABS
		 */
.xwidget header .nav-tabs {
    border-bottom-color: transparent;
}

    .xwidget header .nav-tabs > li > a {
        border-radius: 0px;
        border: none;
        padding: 7px 15px 6px;
    }

.xwidget header:first-child .nav-tabs {
    float: left;
}

    .xwidget header:first-child .nav-tabs li {
        padding-left: 0;
    }

        .xwidget header:first-child .nav-tabs li a {
            color: #333;
        }

    .xwidget header:first-child .nav-tabs.pull-right li:last-child a {
        margin-right: 0px !important;
        border-right: none !important;
    }

.xwidget header .nav-tabs > li.active > a,
.xwidget header .nav-tabs > li.active > a:hover,
.xwidget header .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #FFF;
    border: 1px solid #C2C2C2;
    border-bottom-color: transparent;
    border-top: none;
    cursor: default;
}
/*
		 * PILLS
		 */
.xwidget header .nav-pills {
    margin: 3px;
}

    .xwidget header .nav-pills > li > a {
        padding: 3px 5px 4px;
    }
/*
		 * BTN GROUPS
		 */
.widget-toolbar .btn-group {
    margin-top: -3px;
}
/*
		 * BTNs
		 */
.widget-toolbar > .btn {
    margin-top: -3px;
    font-size: 12px !important;
    padding: 1px 8px !important;
}
/*
		 * INPUT
		 */
.widget-toolbar .smart-form label.checkbox,
.widget-toolbar .smart-form label.radio {
    line-height: 29px;
}
/*
		 * LABELS
		 */
.widget-toolbar > .label {
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 4px 7px;
}
/*
		 * BADGE
		 */
.widget-toolbar > .badge {
    padding: 5px 5px;
    font-size: 14px;
    border-radius: 50%;
    font-weight: normal;
    min-width: 24px;
    text-align: center !important;
}

/*
		 * PAGINATION
		 */
.widget-toolbar .pagination {
    margin: 4px 0;
}

    .widget-toolbar .pagination > li > a {
        padding: 2px 7px;
    }
/*
		 * TEXT INPUT
		 */
.widget-toolbar .widget-text-input {
    max-width: 220px;
}

.widget-toolbar input[type='text'] {
    height: 28px !important;
    margin-top: 2px;
}

.widget-toolbar.smart-form .icon-append,
.widget-toolbar.smart-form .icon-prepend,
.widget-toolbar .smart-form .icon-append,
.widget-toolbar .smart-form .icon-prepend {
    top: 3px !important;
}

/*** APP WIDGET ***/
.xwidget.well.transparent > div,
.xwidget.well.transparent > div .widget-body {
    padding: 0px !important;
}
/* xwidget header first child is tab */
.xwidget > header > .nav-tabs.pull-left > li:first-child a {
    border-left-width: 0px !important;
}

/*** end WIDGET ***/


body {
    font-family: 'Inter', sans-serif;
    margin: 0;
}

    body.extr-page #header {
        background: none;
        border: 0;
        position: absolute;
    }

    body.not-allow-info .allow-info,
    body.not-allow-docs .allow-docs,
    body.not-allow-messages .allow-messages {
        display: none;
    }
/**** Splash Form  ***/
@-webkit-keyframes fadeout {
    100% {
        opacity: 0;
    }

    0% {
        opacity: 1;
    }
}

@keyframes fadeout {
    100% {
        opacity: 0;
    }

    0% {
        opacity: 1;
    }
}

#splashForm {
    background-color: #fa961e;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2100;
    text-align: center;
    -webkit-animation: fadeout 3s ease-in forwards;
    animation: fadeout 3s ease-in forwards;
}

    #splashForm .welcome-block {
        height: 100%;
        position: relative;
        background: url(/Images/svg/pattern-1.svg) no-repeat center bottom fixed;
        background-size: cover;
    }

    #splashForm .welcome {
        width: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        /*margin-right: -50%;*/
        transform: translate(-50%, -50%);
        font-size: 3em;
        color: #fff;
    }

#page-loader {
    z-index: 2090;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #ccc;
    cursor: pointer;
    transition: .2s linear;
    background: rgba(0,0,0,.5);
}

.page-loader-img {
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
}

@keyframes mulShdSpin {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.5), -1.8em -1.8em 0 0em rgba(255,255,255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.5), 1.8em -1.8em 0 0em rgba(255,255,255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.5), 2.5em 0em 0 0em rgba(255,255,255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.5), 1.75em 1.75em 0 0em rgba(255,255,255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.5), 0em 2.5em 0 0em rgba(255,255,255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.5), -1.8em 1.8em 0 0em rgba(255,255,255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.5), -2.6em 0em 0 0em rgba(255,255,255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}


/**** END Splash Form ***/

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #FFF5E9;
    border-color: #FFF5E9;
}

/**** Lang selector  ***/
.header-dropdown-list {
    list-style: none;
    float: right;
    position: relative;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

    .header-dropdown-list > li {
        display: inline-block;
        padding-right: 5px;
    }

        .header-dropdown-list > li > .dropdown-toggle {
            /*margin-top: 16px;*/
            display: block;
        }

/* Kendo */
/*.k-loading-image {
    background: none;
}*/

.k-widget.k-listview,
.k-grid,
.k-listview-content {
    border: 0;
}

    .k-filter-row > th:first-child, .k-grid tbody td:first-child, .k-grid tfoot td:first-child, .k-grid-header th.k-header:first-child {
        border-left-width: 1px;
    }

.k-grid-header-wrap {
    border-top-width: 1px;
}

.k-grid-header th.k-header {
    background-color: #FFF5E9;
}

.k-drag-clue, .k-grid-header, .k-grouping-header, .k-header, .k-menu, .k-panelbar > .k-panelbar-header > .k-link, .k-progressbar, .k-state-highlight, .k-tabstrip, .k-tabstrip-items .k-item, .k-toolbar {
    background: none;
}

.k-scrollview .k-scrollview-nav > .k-link, kendo-scrollview.k-scrollview-wrap .k-scrollview-pageable > .k-button {
    border-radius: 6px;
    width: 20px;
    height: 6px;
}

.k-popup {
    border-radius: 20px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
}

span.k-datepicker input[data-role="datepicker"][readonly],
input.k-textbox[readonly],
textarea.k-textbox[readonly] {
    background-color: #f1f1f1;
}

.k-numeric-wrap .k-select,
.k-numerictextbox .k-input-spinner {
    display: none;
}

.k-pager-wrap {
    background: none;
}

.k-widget.k-window {
    border-radius: 16px;
    background-color: #FFFFFF;
}

.k-window-titlebar {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-left: 20px;
    border: 0;
    background: none;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

    .k-window-titlebar:hover {
        background-color: #FFF5E9;
    }

.k-window-title {
    font-weight: 600;
    font-size: 18px;
}

.k-pager-wrap .k-link.k-state-selected {
    background-color: #F7941E;
}

.k-input, .k-dropdownlist {
    width: auto;
    border-radius: 20px;
    padding: 4px 10px 4px 10px;
    padding-right: 6px;
}

.k-maskedtextbox .k-datepicker {
    padding: 0;
}

.k-input .k-input {
    border: none;
    box-shadow: none;
}

.k-pager-sizes .k-picker {
    padding: 0;
}

/*.k-datepicker {
    padding-top: 0;
    padding-bottom: 0;
}*/

.k-dialog-buttongroup {
    padding: 6px 12px 12px 12px;
    border: 0;
}

    .k-dialog-buttongroup .k-button {
        background: #F7941E;
        border-radius: 12px;
        border: 0px;
        height: 40px;
    }

/*.k-form-error {
    position: absolute;
}*/
.k-captcha-validation-message {
    position: absolute;
    bottom: 14px;
    left: 14px;
}

.k-input-button, .k-input-button.k-button {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.k-textbox:has(a.k-i-check.error) .k-input {
    border-color: red;
}

.k-textbox:has(a.k-i-check.success) .k-input {
    border-color: green;
}

.k-numerictextbox.k-input:has(input[data-role="numerictextbox"][readonly="readonly"]),
/*.k-numerictextbox.k-input:has(input[data-role="numerictextbox"][readonly="readonly"]):hover,*/
.k-numerictextbox.k-input:has(input[data-role="numerictextbox"][readonly="readonly"]) input {
    background-color: #e9e9e9;
}

.k-dropdownlist.k-disabled .k-input-button {
    display: none;
}

div.k-grid-header {
    background-color: #e9e9e9;
}

.app-form .input .k-input input, .app-form .select .k-input select, .app-form .textarea .k-input textarea {
    border: 0;
    height: auto;
}

.k-button-solid-base.k-active, .k-button-solid-base.k-selected, .k-button-solid-base:active {
    border-color: #F7941E;
    color: #fff;
    background-color: #F7941E;
}

.k-button-solid-base.k-focus, .k-button-solid-base:focus {
    border-color: #F7941E;
    box-shadow: 0 0 4px 0 rgba(2,132,174,.75);
}

tr.k-master-row.is-default {
    background-color: #A4F1BE;
}
/*** Kendo override grid edit
----------------------------------------------------------*/
.k-edit-form-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

    .k-edit-form-container .k-edit-buttons {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

.events-editor {
    padding: 12px;
}

.k-grid tbody .k-button.imgButton {
    min-width: 16px;
}

.k-input, .k-picker {
    width: auto;
}

k-input k-maskedtextbox {
    border: 0;
}

.k-input.k-maskedtextbox .k-datepicker {
    padding: 0;
}
/*** end Kendo override grid edit
----------------------------------------------------------*/

.item-center-text {
    text-align: center;
}

label input[type="radio"].radiobox + span:before, label input[type="checkbox"].checkbox + span:before {
    min-width: 16px;
    border-radius: 10px;
}

label input[type="radio"].radiobox:checked + span:before {
    color: #fa961e;
}

textarea {
    resize: none;
    overflow: auto;
}

table.k-editor {
    /*padding: 10px;*/
    border-radius: 20px;
    background: none;
}

    table.k-editor .k-editor-toolbar {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    table.k-editor .k-editor-content {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding-bottom: 20px;
    }

    table.k-editor .k-editor-toolbar .k-button.k-icon-button {
        border-radius: 20px;
    }

#confirmMsgViewForm {
    max-width: 540px;
}

    #confirmMsgViewForm .k-editor-toolbar {
        display: none !important;
    }

    #confirmMsgViewForm table.k-editor {
        padding-top: 12px;
    }

/*** OTP ***/
#otp-form .input input {
    border-radius: 30px;
    height: 48px;
}

#otp-form .select-auth-type .w2fa-auth-type:hover {
    background-color: #FFF5E9;
}

#otp-form .select-auth-type .w2fa-auth-type .type-icon {
    color: #fa961e;
}

.status-timer-label {
    width: 100%;
    text-align: center;
}

    .status-timer-label.successfully {
        color: green;
    }

#resend-otp-value {
    cursor: pointer;
}
/*** end OTP ***/
/*** WIZARD
----------------------------------------------------------*/
.wizWizard_IS {
    color: #333;
    background: #fff
}

    .wizWizard_IS .wizButton {
        border-radius: 12px;
        border-color: #c4c4c4;
        color: #5f5f5f;
        background-color: #e3e3e3;
        padding: 4px 16px;
        width: 100%;
        box-sizing: border-box;
    }

    .wizWizard_IS .wizNext, .wizWizard_IS .wizFinish {
        border-color: #fa961e;
        color: #fff;
        background-color: #fa961e;
        background-image: linear-gradient(#fab038,#fa961e)
    }

    .wizWizard_IS .wizLink {
        border-color: #c4c4c4;
        color: #5f5f5f;
        background-color: #e3e3e3;
        background-image: linear-gradient(white,#e3e3e3)
    }

        .wizWizard_IS .wizLink:before {
            border-color: #c4c4c4;
            background-image: linear-gradient(135deg,white,#e3e3e3);
            box-shadow: none
        }

@media screen\0 {
    .wizWizard_IS .wizLink:before {
        background-color: #e3e3e3
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .wizWizard_IS .wizLink:before {
        background-color: transparent
    }
}

.wizWizard_IS .wizProgressBar {
    border-radius: 6px;
    border-color: #e3e3e3;
    background-color: #e3e3e3
}

.wizWizard_IS .wizProgress {
    border-color: #ed8911;
    background-color: #fa961e
}

.wizWizard_IS .wizHovered.wizButton, .wizWizard_IS .wizHovered .wizLink {
    border-color: #0092ab;
    color: #fff;
    background-color: #0092ab;
    background-image: linear-gradient(#00acca,#0092ab)
}

.wizWizard_IS .wizHovered.wizNext, .wizWizard_IS .wizHovered.wizFinish {
    border-color: #0092ab;
    color: #fff;
    background-color: #0092ab;
    background-image: linear-gradient(#00acca,#0092ab)
}

.wizWizard_IS .wizHovered .wizLink:before {
    border-color: #0092ab;
    background-image: linear-gradient(135deg,#00acca,#0092ab)
}

@media screen\0 {
    .wizWizard_IS .wizHovered .wizLink:before {
        background-color: #0092ab
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .wizWizard_IS .wizHovered .wizLink:before {
        background-color: transparent
    }
}

.wizWizard_IS .wizFocused.wizButton {
    border-color: rgba(17,147,170,0.5);
    box-shadow: 0 0 5px rgba(17,147,170,0.5) inset
}

.wizWizard_IS .wizFocused.wizNext {
    border-color: #ed8911;
    box-shadow: 0 0 5px #ed8911 inset
}

.wizWizard_IS .wizSelected .wizLink {
    border-color: #ed8911;
    color: #fff;
    background-color: #fa961e;
    background-image: none
}

    .wizWizard_IS .wizSelected .wizLink:before {
        border-color: #ed8911;
        background: #fa961e
    }

.wizWizard_IS.wizHorizontal .wizFirst .wizLink {
    border-radius: 16px 0 0 16px;
}

.wizWizard_IS.wizHorizontal .wizLast .wizLink {
    border-radius: 0 16px 16px 0;
}

.wizWizard_IS.wizHorizontal .wizFirst.wizLast .wizLink {
    border-radius: 16px
}

.wizWizard_IS.wizHorizontal .wizLink:after {
    content: "";
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top: 50%;
    right: -0.7em;
    margin-top: -0.68em;
    transform: rotate(45deg) skew(15deg,15deg);
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    border-radius: 0 0 0 100px;
    box-shadow: 2px -2px 2px rgba(0,0,0,0.1);
    z-index: 2
}

.wizWizard_IS.wizHorizontal .wizLast .wizLink:after {
    display: none
}

.wizWizard_IS.wizHorizontal .wizProgressBar {
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.5))
}

.wizWizard_IS.wizHorizontal .wizProgress {
    background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0))
}

.wizWizard_IS.wizVertical .wizFirst .wizLink {
    border-radius: 16px 16px 0 0
}

.wizWizard_IS.wizVertical .wizLast .wizLink {
    border-radius: 0 0 16px 16px
}

.wizWizard_IS.wizVertical .wizSelected .wizLink {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.wizWizard_IS.wizVertical .wizProgressBar {
    background-image: linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,0.5))
}

.wizWizard_IS.wizVertical .wizProgress {
    background-image: linear-gradient(90deg,rgba(255,255,255,0.5),rgba(255,255,255,0))
}

.wizWizard_IS.wizRightBreadCrumb .wizFirst .wizLink, .wizWizard_IS.wbWizard_rtl.wizVertical .wizFirst .wizLink {
    border-top-right-radius: 3px
}

.wizWizard_IS.wizRightBreadCrumb .wizLast .wizLink, .wizWizard_IS.wbWizard_rtl.wizVertical .wizLast .wizLink {
    border-bottom-right-radius: 3px
}

.wizWizard_IS.wizRightBreadCrumb .wizSelected .wizLink, .v.wbWizard_rtl.wizVertical .wizSelected .wizLink {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.wizWizard_IS.wbWizard_rtl.wizHorizontal .wizFirst .wizLink {
    border-radius: 0 16px 16px 0
}

.wizWizard_IS.wbWizard_rtl.wizHorizontal .wizLast .wizLink {
    border-radius: 16px 0 0 16px
}

.wizWizard_IS.wbWizard_rtl.wizHorizontal .wizLink:after {
    right: auto;
    left: -0.85em;
    margin-top: -0.7em;
    border-radius: 0 100px 0 0;
    box-shadow: -2px 2px 2px rgba(0,0,0,0.1)
}

.wbWizard .wizContent {
    overflow: hidden;
    line-height: 2em;
    margin: 0 -20px;
    padding: 0 20px;
}

.k-wizard-buttons:has(> .k-wizard-buttons-left:empty) .k-wizard-buttons-right,
.k-wizard-buttons:has(> .k-wizard-buttons-left:empty) .k-wizard-buttons-right .k-button {
    width: 100%;
}
/*** end WIZARD ***/

#registerForm .wizContent,
#resetPasswordForm .wizContent {
    height: 476px;
}

/*** PROFILE PAGE ****/
#imgWizard {
    max-width: 600px;
    max-height: 400px;
    height: 400px;
}

    #imgWizard .avatar-source {
        padding: 20px;
    }

        #imgWizard .avatar-source > :first-child {
            display: inline;
        }

    #imgWizard #file-btn,
    #imgWizard #webcam-btn,
    #imgWizard #take-photo-btn,
    #imgWizard #take-file-btn,
    #imgWizard #crop-photo-btn,
    #imgWizard #save-photo-btn,
    #imgWizard #back-btn {
        display: none;
    }

    #imgWizard.avatar-from-file #file-btn,
    #imgWizard.avatar-from-webcam #webcam-btn,
    #imgWizard.avatar-from-webcam[data-page="0"] #take-photo-btn,
    #imgWizard.avatar-from-file[data-page="0"] #take-file-btn,
    #imgWizard[data-page="1"] #crop-photo-btn,
    #imgWizard[data-page="2"] #save-photo-btn,
    #imgWizard[data-page="1"] #back-btn, #imgWizard[data-page="2"] #back-btn {
        display: block;
    }

    #imgWizard #my_camera {
        min-height: 180px;
    }

    #imgWizard .avatar-source > .panel {
        height: 180px;
    }

.workarea-cropbox {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.bg-cropbox {
    position: relative;
    border: 1px solid #aaa;
    overflow: hidden;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.membrane-cropbox {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}

.frame-cropbox {
    position: absolute;
    box-sizing: border-box;
    outline: 2px solid #999;
    cursor: move;
    overflow: hidden;
    background-repeat: no-repeat;
    min-width: 16px;
    min-height: 16px;
}

    .frame-cropbox:hover {
        outline-color: #337ab7;
        box-shadow: 0 0 5px 3px #2e6da4;
    }

.image-cropbox {
    position: relative;
}

.resize-cropbox {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: se-resize;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAPcAAISEhNbWzv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH5BAEAAAEALAAAAAAQABAAAAg7AAMIHEiwoMGDCBMqXMgwgICGDgE0FABA4kKKFhVidKixYsSEGzceDOlxpMeQBklKpFhQZcSML2NuDAgAOw==);
}

.view-panel .agr-view-list > ul {
    padding-left: 16px;
    padding-right: 16px;
}
/*** end PROFILE PAGE ***/

/*** LOGIN PAGE ***/
.parent {
    display: flex;
}

.child {
    margin-left: auto;
    order: 2;
}

.auth-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    padding: 24px;
}

    .auth-container .right-side {
        background-image: url(/imgsjb/main.png);
        /*background-size: cover;*/
        background-size: contain;
        background-repeat: no-repeat;
    }

.login-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-header-caption {
    font-size: 24px;
    font-weight: 700;
}

#login-form .btn,
.notification-buttons .btn {
    width: 100%;
}

#login-form fieldset {
    padding-bottom: 24px;
}

.login-header-register {
    color: #F7941E;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: 0.0125em;
    text-decoration: none;
}

.left-side {
    width: 50%;
    margin: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.right-side {
    width: 50%;
    display: flex;
    justify-content: center;
}

.left-side-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 48px;
}

.tel {
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    color: #515151;
}

.auth-panel {
    width: 60%;
}

.left-side-footer {
    display: flex;
    /*justify-content: space-between;*/
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #8A8A8A;
    width: 100%;
}

.forgot-pass > a {
    color: #F7941E;
    text-decoration: none;
}

.forgot-pass {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    /* identical to box height, or 20px */

    display: flex;
    align-items: center;
    letter-spacing: 0.0125em;
    /* Gray / 700 */

    color: #515151;
}


.rules > a {
    color: #F7941E;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    /* identical to box height, or 20px */

    display: flex;
    align-items: center;
    letter-spacing: 0.0125em;
    /* Gray / 700 */
    text-decoration: none;
}

.client {
    color: #F7941E;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    /* identical to box height, or 20px */

    display: flex;
    align-items: center;
    letter-spacing: 0.0125em;
    /* Gray / 700 */
    text-decoration: none;
}
/*** end LOGIN PAGE ***/

.widget-header {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

/*** register form ***/
#registerIndWizard,
#resetPasswordWizard {
    width: 620px;
}

#register-data-form fieldset,
#resetPassword-data-form fieldset {
    padding: 0;
}

    #register-data-form fieldset section,
    #resetPassword-data-form fieldset section {
        padding-top: 0;
    }

.app-form .k-form-error,
#login-form .k-form-error,
#register-data-form .k-form-error,
#resetPassword-data-form .k-form-error {
    position: absolute;
}
/*** end register form ***/

/* General styles */
.transparent-margin {
    position: absolute;
    right: 64px;
    width: 50px;
    height: 164px;
    background: -moz-linear-gradient(top, transparent 0%, rgba(255, 245, 233,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(255, 245, 233,1)));
    background: -webkit-linear-gradient(right, transparent 0%,rgba(255, 245, 233,1) 100%);
    background: -o-linear-gradient(right, transparent 0%,rgba(255, 245, 233,1) 100%);
    background: -ms-linear-gradient(right, transparent 0%,rgba(255, 245, 233,1) 100%);
    background: linear-gradient(to right, transparent 0%,rgba(255, 245, 233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 );
}

.alias-content,
.add-template-content,
.doc-check-container,
.doc-template-selector {
    width: 470px;
}

.doc-error-row {
    width: 100%;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

    .doc-error-row .doc-error-image {
        min-width: 50px;
    }

    .doc-error-row .doc-error-text {
    }

.main-wrapper {
    position: relative;
    width: 100%;
}

.input {
    border-radius: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    border: none;
}

button.btn,
a.btn,
.k-wizard-buttons button {
    /*padding: 6px 16px 0px;*/
    height: 40px;
    min-width: 120px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid #F7941E;
    color: #F7941E;
    border-radius: 12px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    box-sizing: border-box;
}

    button.btn:hover,
    a.btn:hover,
    .k-wizard-buttons button {
        background-color: #F7941E;
        color: #FFFFFF;
        border-color: #E68512;
    }

        button.btn-primary,
        a.btn-primary,
        .k-wizard-buttons button.k-button-solid-base {
            background-color: #fa961e;
            border-color: #fa961e;
            color: #FFFFFF;
        }

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #F7941E;
    border-color: #E68512;
}

    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(169, 3, 41,.5);
    }

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(169, 3, 41,.5);
}

.badge {
    background-color: #fa961e;
    top: -5px;
    right: -5px;
}

.loader {
    border-top: 8px solid #F7941E;
}

.page-title {
    color: #fa961e;
    margin-left: 16px;
    border-bottom: 1px solid #F7941E;
}

.content-header {
    padding-bottom: 16px;
}
/*** APP-FORM ***/
.app-form header {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    background: white;
    font-size: 16px;
    font-weight: 300;
    color: #232323;
    margin: 10px 14px 0;
}

.padding-left {
    padding-left: 15px;
}

.app-form label.form-text[data-mt-field] {
    width: 100%;
    word-wrap: break-word;
}

.app-form .control-label {
    width: auto;
}

.app-form footer {
    display: block;
    /*padding: 7px 14px 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        background: rgba(248, 248, 248, 0.9);*/
}

    .app-form footer .btn {
        /*float: right;*/
        margin: 10px 0 0 5px;
    }

.k-window-content .app-form button {
    width: 100%;
    padding: 0;
    margin-top: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

    .k-window-content .app-form button.k-icon-button {
        margin: 0;
        width: calc(1.4285714286em + 10px);
    }

.k-window-content .app-form .k-dropdownlist button {
    width: auto;
    margin: 0;
    padding: 4px 4px 4px 8px;
}

a, .k-header, .client-form header, .smart-form .icon-prepend {
    color: #fa961e;
}

/* Стили для хэдера */


.header {
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    width: 100%;
    height: 60px;
    background: white;
    border-bottom: 1px solid rgba(18, 18, 18, 0.2);
    z-index: 2000;
}

.header-left {
    display: flex;
    align-items: center;
    padding-left: 64px;
}

.header-logo {
    cursor: pointer;
}

    .header-logo.auth,
    .navigation-links.auth,
    .activity-button.auth,
    .logout-button.auth {
        display: none;
    }

body.auth:not(.extr-page) .header-logo.auth {
    display: flex;
    justify-content: center;
    align-items: center;
}

body.auth:not(.extr-page) .navigation-links.auth,
body.auth:not(.extr-page) .activity-button.auth,
body.auth:not(.extr-page) .logout-button.auth {
    display: block;
}

.navigation-links > ul {
    display: flex;
    margin: 0;
    padding: 0;
}

    .navigation-links > ul > li {
        margin: 6px;
        list-style-type: none;
    }

        .navigation-links > ul > li > a {
            position: relative;
            text-align: center;
            text-decoration: none;
            color: #12121266;
            white-space: nowrap;
        }

            .navigation-links > ul > li > a .nav-image {
                display: none;
            }

        .navigation-links > ul > li.active {
            border-bottom: 1px solid #F7941E;
        }

            .navigation-links > ul > li.active > a {
                text-align: center;
                color: #1E1713;
            }
/*.mobile-navigation .actions-menu-container .actions-menu > a:first-child,
.navigation-links .actions-menu-container .actions-menu > a:first-child {
    display: none;
}*/
.nav-item.dropdown .dropdown-item:hover,
.nav-item:hover {
    background-color: #FFF5E9;
}

.header-right {
    display: flex;
    align-items: center;
    padding-right: 64px;
}

.search-panel {
    margin: 12px 12px 6px 12px;
    position: relative;
}

.search-ico {
    content: url('/imgsjb/search.svg');
    position: absolute;
    top: 12px;
    left: 12px;
}

.k-searchbox.k-input {
    width: 100%;
}

.search-panel .search-input {
    height: 40px;
    width: 100%;
}

.doc-action-button,
.activity-button,
.logout-button {
    margin-left: 18px;
}

/* select print type*/
#selectPrintTypeForm > div {
    padding-bottom: 10px;
}

    #selectPrintTypeForm > div > span {
        width: 100%;
    }

#selectPrintTypeForm .buttons {
    display: flex;
    flex-direction: column;
    padding: 0;
}

/* Позиционирование элементов на странице */

#offers {
    display: none;
    min-height: 241px;
}

#main[role="main"] {
    margin-top: -74px;
}

#wrapper[data-page-filter].homepage #offers {
    display: block;
}

#wrapper[data-page-filter].homepage .left-sidebar {
    margin-top: -161px;
}

#wrapper[data-page-filter].homepage #main[role="main"] {
    margin-top: 0;
}

.top-row {
    display: flex;
    width: 100%;
}

.content-row {
    display: flex;
    width: 100%
}

.page-content {
    display: flex;
    flex-direction: column;
    margin-left: 64px;
    margin-right: 64px;
    padding-top: 18px;
}

.background-panel {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 246px;
    background-color: #FFF5E9
}

.history-background-panel,
.agr-background-panel {
    background-color: #FFF5E9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500px;
    z-index: -1;
}

.agr-background-panel {
    right: -64px;
}

#wrapper.acc_page:has(#main .agr-actions li:nth-last-child(8 of :not([hidden]) )) .background-panel {
    height: 552px;
}

#wrapper.newaccount .background-panel {
    height: 216px;
}

#wrapper.agrhistorypage .background-panel {
    height: 240px;
}

.left-sidebar {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-right: 18px;
    margin-top: 6px;
    padding-top: 20px;
}

    .left-sidebar > div {
        min-width: 316px;
    }

.main-area {
    width: 75%;
}

.widgets-area {
    display: flex;
    width: calc(100% - 316px);
}

.right-slider-area {
    width: calc(100% - 316px);
    /*padding-left: 6px;*/
    overflow: hidden;
}
/* Общие стили для всех виджетов */
.ui-sortable .xwidget-sortable > header {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

#widget-grid article {
    padding: 0;
    margin: 0;
}

#widget-grid > .row {
    margin: 0;
}

#widget-grid .fixed-widget.initialized {
    text-align: center;
    color: rgba(18,18,18,.4);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    height: 0px;
}

#widget-grid .fixed-widget > span,
#widget-grid .xwidget-sorting {
    display: none !important;
}

#widget-grid.widget-sorting .fixed-widget {
    height: 40px;
    background-color: #fff5e9;
    border: #1212120D solid 1px;
}

    #widget-grid.widget-sorting .fixed-widget > span,
    #widget-grid.widget-sorting .xwidget-sorting {
        display: block !important;
    }

article .widget {
    margin: 12px;
}

.widget {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}

    .widget > header {
        background: none;
        border: 0;
    }

        .widget > header:hover {
            background-color: #FFF5E9;
        }

        .widget > header .widget-ctrls {
            display: none;
        }

        .widget > header:hover .widget-ctrls {
            display: block;
        }

.widget-panel {
    padding: 15px;
    margin-left: 12px;
}

.widget-header {
    padding: 16px 16px 10px 16px;
    border-bottom: #1212120D solid 1px;
}

.widget .widget-header .widget-caption {
    display: flex;
    flex-direction: column;
}

.widget-header-ext {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 16px 10px 16px;
    border-bottom: #1212120D solid 1px;
}

.widget-header-text {
    display: flex;
    flex-direction: column;
}

.widget-content {
    border: 0;
    padding: 0px 16px 16px 16px;
    background: none;
}

.widget-body {
    padding-bottom: 16px;
}

    .widget-body .row .col {
        box-sizing: border-box;
    }

.widget-body-toolbar {
    width: 100%;
    display: block;
}

    .widget-body-toolbar > form {
        padding-bottom: 16px;
    }

.widget-icon {
    float: left;
    padding-right: 10px;
}

.widget-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: #1E1713;
}

.widget-caption {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    color: rgba(18, 18, 18, 0.6);
}

.widget-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.desc {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sect-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
}

.sect-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #1E1713;
}

    .sect-title.refresh {
        cursor: pointer;
    }
/*.sect-content {
    padding-top: 10px;
    padding-bottom: 10px;
}*/

.sect-content > div,
.agreements-container .k-listview-content > div {
    padding-left: 16px;
    padding-right: 16px;
}

    .sect-content > div.k-loading-mask,
    .agreements-container .k-listview-content > div.k-loading-mask {
        padding: 0;
        margin: 0;
    }

.tab-content > .tab-pane {
    border: 0;
}
/* Элементы из left-sidebar */
.agreements {
    border: 0;
}

.agrtype-group {
    padding: 6px 6px;
}

.show-btns-group {
    text-align: center;
}

.show-all, .hide-last {
    font-size: .8em;
    color: #fa961e !important;
    cursor: pointer;
}

.agreements-container .k-listview-content .agrlist-item {
    display: none;
}

.agreements-container.all .k-listview-content .agrlist-item, .agreements-container .k-listview-content > .agrlist-item:nth-child(-n+3) {
    display: block;
}

.agreements-container:not(.all) .hide-last, .agreements-container.all .show-all {
    display: none;
}

@supports selector(:has(*)) {
    .agreements-container .hide-last, .agreements-container .show-all {
        display: none;
    }

    .agreements-container:not(.all):has(.agrlist-item) .show-all, .agreements-container.all:has(.agrlist-item) .hide-last {
        display: inline-block;
    }
}

.agritem {
    position: relative;
}

    .agritem .image-ico {
        min-width: 30px;
    }

    .agritem .caption {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 234px;
        justify-content: flex-end;
        display: flex;
    }

    .agritem .value {
        justify-content: flex-end;
    }

        .agritem .value .amount {
            padding-right: 8px;
            text-align: end;
        }

    .agritem .image-ico img {
        max-width: 30px;
    }

span.agreements-loading {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    text-align: center;
    line-height: 20px;
    font-size: 111%;
}

.agrlist-item .progress {
    height: 4px;
    margin-top: 8px;
}

    .agrlist-item .progress .progress-bar {
        background-color: #fa961e;
    }

.agrlist-item .progress-info .end-date {
    width: 50%;
    text-align: end;
    float: right;
}

body.loading-ACC span.loading-ACC,
body.loading-CRD span.loading-CRD,
body.loading-DEP span.loading-DEP,
body.loading-LNS span.loading-LNS {
    display: inline;
}
/*** DOCUMENT
----------------------------------------------------------*/

#mainList {
    padding: 16px;
}

span.doc-label,
label.doc-label {
    /*width: 100%;*/
    height: 2.13em;
    text-indent: .33em;
    line-height: 1.6em;
    border-color: #c5c5c5;
    box-sizing: content-box;
    border-width: 1px;
    border-style: solid;
    background-color: #f1f1f1;
    border-radius: 20px;
    padding: 8px 10px 0px 10px;
    display: flex;
    overflow: hidden;
}

.doc-actions {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 8px;
}
/*** end DOCUMENT
----------------------------------------------------------*/


/*** Attachment
----------------------------------------------------------*/
/*.attachment-header {
    padding: 6px;
    border-color: #45474b !important;
    background: #4c4f53;
    color: #ffffff;
    border: 1px solid #C2C2C2;
}*/
#addAttachments .k-upload {
    border: 0;
}

#addAttachments .k-dropzone {
    background: none;
    min-height: 80px;
    border: 2px dashed rgba(0, 66, 105, 0.28);
}

    #addAttachments .k-dropzone .k-dropzone-hint {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #addAttachments .k-dropzone .k-upload-button {
        padding: 0px 16px;
        height: 40px;
        min-width: 120px;
        font-family: 'Inter', sans-serif;
        font-size: 1rem;
        font-weight: 400;
        border: 1px solid #F7941E;
        color: #F7941E;
        border-radius: 20px;
        background-color: #FFFFFF;
    }

#addAttachments .k-action-buttons {
    display: none;
}

.attachment-group {
    padding: 6px;
}

.file-icon {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    margin-left: 10px;
    margin-top: 13.5px;
}

.img-file {
    background-image: url(/img/upload/jpg.png)
}

.doc-file {
    background-image: url(/img/upload/doc.png)
}

.pdf-file {
    background-image: url(/img/upload/pdf.png)
}

.xls-file {
    background-image: url(/img/upload/xls.png)
}

.zip-file {
    background-image: url(/img/upload/zip.png)
}

.default-file {
    background-image: url(/img/upload/default.png)
}

.doc-files .file-heading {
    font-family: Arial;
    display: inline-block;
    float: left;
    margin: 0 0 0 20px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .doc-files .file-heading h4 {
        font-size: 1.1em;
        height: 25px;
    }

.doc-files .file-name-heading,
.doc-files .file-desc-heading {
    margin-top: 4px;
}

.doc-files .file-field,
.doc-files .file-subfield {
    width: 100%;
    display: table;
}

    .doc-files .file-field.required label,
    .doc-files .file-subfield.required label {
        font-weight: bold;
    }

.doc-files .file-field-caption {
    display: table-cell;
    width: 10em;
}

.file-field-edit {
    width: auto;
    display: table-cell;
    padding-right: 20px;
}

.doc-files .file-size-heading {
    font-weight: normal;
    font-style: italic;
}

li.k-file div.file-wrapper {
    display: inline-block;
    padding-right: 20px;
}

/*** end Attachment
----------------------------------------------------------*/
/*** Required label
----------------------------------------------------------*/
header.required,
label.required,
label[required] {
    font-weight: bold;
}

    header.required:after,
    label.required:after,
    label[required]:after {
        content: " *";
        color: red;
    }
/*** end Required label
----------------------------------------------------------*/





/************/

/* Виджет профиля */
.profile {
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    min-width: 316px;
    width: 316px;
    /* max-width: 316px; */
    max-height: 68px;
    margin-right: 20px;
}

.user-info {
    display: flex;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.user-image {
    width: 36px;
    height: 36px;
    margin-right: 8px;
    border-radius: 100px;
    border: 1px solid #24C38E;
}

.user-text {
    display: flex;
    flex-direction: column;
}

.user-name {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #121212;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
}

.user-caption {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(18, 18, 18, 0.6);
}

.user-buttons {
    display: flex;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .header-right > a,
    .user-buttons > a {
        position: relative;
    }

.profile-pic {
    width: 100%;
    text-align: center;
}

    .profile-pic > img {
        border-radius: 16px;
        position: relative;
        border: 5px solid #ffffff;
        /*top: -30px;*/
        /*left: 10px;*/
        /*display: inline-block;
    text-align: right;*/
        /*z-index: 4;*/
        width: 100px;
        height: 100px;
        /*margin-bottom: -30px;*/
    }

/* Мои финансы виджет */
.finance-icon {
    width: 32px;
    height: 32px;
}

.widget-currency, .operation-content, .agrlist-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
}

.operation-content {
    padding: 10px;
}

    .operation-content.unread {
        font-weight: bold;
    }

.widget-currency {
    padding-top: 0px;
    padding-bottom: 0px;
}

.histlist-item .operation-content .image-ico > img {
    max-height: 44px;
}

.agrlist-item.active,
.agrlist-item:hover,
.histlist-item:hover,
.mail-item:hover,
.operation-details-header:hover {
    background-color: #FFF5E9;
    cursor: pointer;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #fa961e;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.info {
    display: flex;
    align-items: center;
}

.info-amount {
    display: flex;
    flex-direction: row-reverse;
}

.info-amount-details {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.text {
    display: flex;
    flex-direction: column;
}

.value {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #1E1713;
}

.caption,
.progress-info .days,
.progress-info .to {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    color: rgba(18, 18, 18, 0.6);
}

.image-ico {
    padding-right: 8px;
}

    .image-ico.card {
        width: 36px;
        height: 23px;
    }

.balance-warning {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #EB3333;
    justify-content: flex-end;
    display: flex;
}

.icon-lock {
    font-size: 20px;
    color: #EB3333;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1000;
}

.icon-lock-large {
    font-size: 50px;
    opacity: 0.7;
}
/* Slider */
.buttons-slider > div:nth-child(1) {
    margin-bottom: 12px;
    margin-top: 6px;
}

.sl-button {
    width: 64px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.actions-slider,
.header-template {
    display: flex;
    width: 100%;
    background: none;
    padding-left: 8px;
    min-height: 178px;
}

    .header-template:has(.widget-body.loading) {
        justify-content: center;
    }

.paycontracts.template-items,
.templates.template-items {
    min-height: 165px;
    display: grid;
}

    .paycontracts.template-items .transparent-margin,
    .templates.template-items .transparent-margin {
        right: 0;
    }

.action-items,
.template-items {
    padding-top: 6px;
    width: 100%;
    background: none;
}

    .action-items > .k-listview-content,
    .template-items > .k-listview-content {
        margin-left: 16px;
        display: flex;
        /*overflow-x: scroll;*/
        padding-bottom: 8px;
        margin-right: 64px;
        background: none;
        scrollbar-color: #F7941E #FFF5E9;
        scrollbar-width: thin;
    }

.filter-buttons {
    scrollbar-color: #F7941E #FFFFFF;
    scrollbar-width: thin;
}
    /*** end Firefox support ***/

    .action-items > .k-listview-content::-webkit-scrollbar,
    .template-items > .k-listview-content::-webkit-scrollbar,
    .filter-buttons::-webkit-scrollbar {
        height: 5px;
    }

    .action-items > .k-listview-content::-webkit-scrollbar-track,
    .template-items > .k-listview-content::-webkit-scrollbar-track,
    .filter-buttons::-webkit-scrollbar-track {
        box-shadow: inset 0 0 0px grey;
    }

    .action-items > .k-listview-content::-webkit-scrollbar-thumb,
    .template-items > .k-listview-content::-webkit-scrollbar-thumb,
    .filter-buttons::-webkit-scrollbar-thumb {
        background: rgba(18, 18, 18, 0.15);
        border-radius: 10px;
    }

        .action-items > .k-listview-content::-webkit-scrollbar-thumb:hover,
        .template-items > .k-listview-content::-webkit-scrollbar-thumb:hover,
        .filter-buttons::-webkit-scrollbar-thumb:hover {
            background: #F7941E;
        }

.action-item {
    min-width: 180px;
    height: 152px;
    margin-right: 8px;
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

    .action-item > a {
        max-width: 180px;
        max-height: 152px;
        position: relative;
        height: 100%;
    }

        .action-item > a > .item-img {
            position: absolute;
            z-index: 0;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
        }

            .action-item > a > .item-img > img {
                width: 100%;
                object-fit: cover;
            }

.template-items .action-item .logo {
    height: 42px;
}

.template-items .action-item .caption {
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-row {
    display: flex;
    justify-content: space-between;
    top: 0;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    z-index: 100;
}

    .item-row:nth-child(1) {
    }

    .item-row:nth-last-child(1) {
        padding-bottom: 16px;
        top: 40px;
    }

.no-widget {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 16px;
    height: 40px;
}

.no-widget-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 20px 0px 0px;
    margin-right: 6px;
}

#content .no-widget-button {
    margin-left: 8px;
}

.no-widget-text {
    color: rgba(18, 18, 18, 0.4);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
}

.no-widget-ico {
    margin-right: 4px;
}

/* Курсы валют */
.code.currency,
.value.currency {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: flex;
}

.code.currency {
    align-items: center;
}

.value.currency {
    justify-content: end;
}

.caption.currency {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}

.exchange-rates {
    display: flex;
}

.buy-rates {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    min-width: 50px;
}

.sell-rates {
    display: flex;
    flex-direction: column;
    min-width: 50px;
}

.rates .widget-currency .image-ico.flag img {
    height: 30px;
    width: 40px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.55);
}

.flag[data-currency="RUR"]::after,
.flag[data-currency="RUB"]::after {
    /*content: url('/imgs/RUB.png');*/
    background: url('/imgsjb/RUB.png') no-repeat;
    background-size: cover;
}

.flag[data-currency="USD"]::after {
    background: url('/imgsjb/USD.png') no-repeat;
    background-size: cover;
}

.flag[data-currency="EUR"]::after {
    background: url('/imgsjb/EUR.png') no-repeat;
    background-size: cover;
}

.flag[data-currency="CNY"]::after {
    background: url('/imgsjb/CNY.png') no-repeat;
    background-size: cover;
}


.widget-header.currency {
    border-bottom: none;
}

.tabs-links {
    border-bottom: #1212120D solid 1px;
    margin: 16px 0px 16px 0px;
    padding-left: 16px;
    padding-right: 16px;
}

    .tabs-links.messages {
        display: flex;
        justify-content: space-between;
    }

    .tabs-links > ul {
        display: flex;
        margin: 0;
        padding: 0;
        border: 0;
    }

        .tabs-links > ul > li {
            list-style-type: none;
        }

            .tabs-links > ul > li > a {
                padding: 7px 7px 3px 7px;
                text-align: center;
                text-decoration: none;
                color: #12121266;
                white-space: nowrap;
                position: relative;
            }

                .tabs-links > ul > li > a.active {
                    text-align: center;
                    color: #1E1713;
                    border-bottom: 1px solid #F7941E;
                }

/*.tab-content {
    padding-left: 16px;
    padding-right: 16px;
}*/

.sect-title.history {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #1E1713;
}

.value.history {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #1E1713;
}

.operation-value {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #121212;
}

.operation-amount {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #1E1713;
    margin-left: auto;
    white-space: nowrap;
    text-align: right;
}

    .operation-amount.plus,
    .operation-value.plus {
        color: #09B37B;
    }


.bottom-menu {
    width: 100%;
    display: none;
    position: sticky;
    bottom: 0;
    background-color: #ffffff;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.05);
    min-height: 60px;
}

.mobile-navigation {
    width: 100%;
}

    .mobile-navigation > ul {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }

        .mobile-navigation > ul > li {
            /*margin: 6px;*/
            list-style-type: none;
        }

            .mobile-navigation > ul > li > a {
                text-align: center;
                text-decoration: none;
                color: #12121266;
                line-height: 0.8;
            }

                .mobile-navigation > ul > li > a .nav-text {
                    font-size: 10px;
                }

            .mobile-navigation > ul > li.active {
                border-bottom: 1px solid #F7941E;
            }

                .mobile-navigation > ul > li.active > a {
                    text-align: center;
                    color: #1E1713;
                }
/* Footer */
.footer {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
    padding-bottom: 30px;
}

.footer-sections {
    display: flex;
    margin-left: 64px;
    margin-right: 64px;
}

    .footer-sections > div {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }

.download-footer {
    width: 25%;
}

.down-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

#under-sidebar {
    padding-left: 8px;
    /*margin-top: 16px;*/
    margin-bottom: 8px;
}

.navigation-footer {
    padding-left: 46.5px;
    padding-right: 46.5px;
}

.nav-footer > ul {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

    .nav-footer > ul > li {
        list-style-type: none;
        padding-right: 20px;
        padding-bottom: 20px;
        font-style: normal;
    }

        .nav-footer > ul > li > a {
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
            color: rgba(0, 0, 0, 0.5);
            text-decoration: none;
        }

.calls-footer {
    width: 25%;
}

.footer-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    margin-bottom: 20px;
}

.phone-link {
    position: relative;
}

.phone-button {
    width: 40px;
    height: 40px;
    background-color: #fa961e;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 10px;
    font-size: 20px;
    position: absolute;
    top: 10px;
}

.phone-number {
    /*    margin-top: 6px;*/
    padding-left: 48px;
    /*    white-space: nowrap;*/
}

.phone-caption {
    font-size: 14px;
    padding-left: 48px;
}

.media-links {
    width: 65%;
    display: flex;
    justify-content: space-between;
}

.doctypes-content {
    margin-left: 2px;
}

.doc-content {
    width: 100%;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.doc-data {
    width: 100%;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.msg-content {
    flex-direction: column;
}

/*** AGREEMENTS ***/

.agreements-card-view, .agreements.cards {
    border: 0px;
}

#agreementsView {
    height: 228px;
    margin: auto;
    width: 50%;
    min-width: 460px;
    background: none;
    color: #f35800;
    max-width: 550px;
}

    #agreementsView li.k-scrollview-page {
        text-align: center;
    }

.agreements.cards .agrcard {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: block;
    min-width: 290px;
    height: 184px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    border-radius: 16px;
}

    .agreements.cards .agrcard.no-image .caption {
        color: #fa961e;
    }

    .agreements.cards .agrcard .edit-alias {
        top: 40px;
        position: absolute;
        right: 46px;
    }

        .agreements.cards .agrcard .edit-alias i {
            width: 28px;
            height: 28px;
            background-color: #fa961e;
            border-radius: 50%;
            color: #fff;
            text-align: center;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            padding-top: 6px;
            font-size: 18px;
            box-sizing: border-box;
        }

.agreements.cards img.agrcard-image {
    box-shadow: rgb(136, 136, 136) 5px 5px 5px;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agreements.cards .agrcard .caption {
    position: absolute;
    margin: 0px;
}

.agreements.cards .agrcard .item-type {
    top: 58px;
    left: 40px;
    width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    display: none;
}

.agreements.cards .agrcard .item-type,
.agreements.cards .agrcard .item-name,
.agreements.cards .agrcard .item-amount {
    display: block;
    font-family: sans-serif;
    text-shadow: 2px 0 #fa961e, -2px 0 #fa961e, 0 2px #fa961e, 0 -2px #fa961e, 1px 1px #fa961e, -1px -1px #fa961e, 1px -1px #fa961e, -1px 1px #fa961e;
}

.agreements.cards .agrcard.no-image .item-type,
.agreements.cards .agrcard.no-image .item-name,
.agreements.cards .agrcard.no-image .item-amount {
    text-shadow: none;
}

.agreements.cards .agrcard .item-name {
    top: 150px;
    left: 14px;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
}

.agreements.cards .agrcard.no-image .item-name {
    right: 16px;
    left: auto;
    text-align: right;
}

.agreements.cards .agrcard .item-amount {
    top: 100px;
    right: 14px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
}

.agreements.cards .agrcard.no-image .item-amount {
    right: 16px;
    left: auto;
}

.agreements.cards .agrcard > input {
    display: none;
}

#agreementsView .k-scrollview-page {
    width: 100% !important;
}

#agreementsView.k-scrollview .k-scrollview-nav-wrap {
    height: 30px;
}

#agreementsView.k-scrollview .k-scrollview-nav {
    overflow: hidden;
}

/* Card-flip */

.c-sides {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 600ms;
    transition: all 600ms;
    z-index: 20;
    border-radius: 16px;
}

    .c-sides > div {
        position: absolute;
        height: 100%;
        width: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.c-front {
    margin: 0px;
    border-radius: 16px;
}

.c-sides .c-back {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.card-flip:hover .c-sides {
    -webkit-transform: rotateX(20deg);
    transform: rotateX(20deg);
    box-shadow: 0 20px 20px rgba(50,50,50,.2);
}

:checked + .c-sides {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.card-flip:hover :checked + .c-sides {
    transform: rotateX(160deg);
    -webkit-transform: rotateX(160deg);
    box-shadow: 0 20px 20px rgba(255,255,255,.2);
}

.c-back {
    background-color: #FFFFFF;
    border-radius: 16px;
}

.card-description {
    justify-content: end;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-bottom: 18px;
}

.card-full-number {
    height: 32px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(18, 18, 18, 0.05);
    border-radius: 16px;
    margin-top: 25px;
}

    .card-full-number > span {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: rgba(18, 18, 18, 0.5);
        margin-left: 14px;
    }

    .card-full-number > .copy-button {
        width: 16px;
        height: 16px;
        margin-right: 14px;
    }

.card-description .copy-button img {
    vertical-align: initial;
}

.card-cv-number {
    height: 32px;
    width: 84px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(18, 18, 18, 0.05);
    border-radius: 16px;
    margin-top: 10px;
}

    .card-cv-number > span {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: rgba(18, 18, 18, 0.5);
        margin-left: 14px;
    }

    .card-cv-number > .copy-button {
        width: 16px;
        height: 16px;
        margin-right: 14px;
    }

.cv-text-caption {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    color: rgba(18, 18, 18, 0.5);
    margin-top: 10px;
    margin-left: 10px;
}


.cv-code-area {
    display: flex;
}

.active-to-area {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    color: rgba(18, 18, 18, 0.5);
    margin-top: 10px;
}

    .active-to-area > p {
        margin: 0;
    }
/* END Card-flip */

.settings-actions {
    width: 100%;
    list-style-type: none;
    padding: 12px 0 0 0;
}

    .settings-actions > li {
        padding-bottom: 15px;
    }

.agr-actions {
    width: 100%;
    list-style-type: none;
}

    .agr-actions > li {
        padding-bottom: 15px;
    }

.settings-action,
.agr-action {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 15px;
    display: flex;
    position: relative;
}

    .settings-action:hover,
    .agr-action:hover {
        background-color: #FFF5E9;
        color: #1E1713;
    }

    .settings-action > span,
    .agr-action > span {
        padding-left: 40px;
    }

    .settings-action > img,
    .agr-action > img {
        height: 28px;
    }

.settings-action-icon,
.agr-action-icon {
    width: 28px;
    height: 28px;
    background-color: #fa961e;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    font-size: 18px;
    top: 26px;
    position: absolute;
    box-sizing: border-box;
}

div.agr-blocked {
    padding: 4px 10px;
    height: 24px;
    position: fixed;
    top: 12px;
    width: -webkit-fill-available;
    background: #fff;
    box-shadow: rgb(136, 136, 136) 1px 1px 3px;
    display: none;
}

.agrcard-item.blocked .c-front {
    filter: grayscale(1);
}

.agrcard-item.blocked .agr-blocked {
    display: block;
}

.agrcard-item .icon-lock {
    top: 8px;
    left: 10px;
}
/* Зона над виджетами */
.agr-slider-area {
    padding-left: 8px;
    width: 100%;
    position: relative;
}

.under-slider-area {
    padding-right: 5px;
    padding-left: 5px;
}

.details-panel .action-line {
    position: relative;
    /*margin: 16px;*/
    margin: 0;
    margin-top: 16px;
}

.history-view,
.schedule-view {
    display: none !important;
}

.all-history {
    display: inline-flex;
    cursor: pointer;
}

.has-history li.history-view,
.has-history .history-view.active,
.has-schedule li.schedule-view,
.has-schedule .schedule-view.active {
    display: block !important;
}

.us-buttons > ul {
    list-style-type: none;
}

.us-buttons-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.us-button {
    padding: 16px;
    display: flex;
}

.us-title {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(18, 18, 18, 0.5);
}

.agr-group-container > div.cards-content > div {
    padding-left: 32px;
    padding-right: 32px;
}

/* Реквизиты */
.req-title {
    /*width: 50%;*/
    min-height: 50px;
    text-align: left;
    /*margin-left: 23px;*/
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6C6C6C;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    border-bottom: #1212120D solid 1px;
}

.req-value {
    /* width: 50%;*/
    min-height: 50px;
    text-align: right;
    /*margin-right: 23px;*/
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    display: inline-flex;
    justify-content: end;
    align-items: center;
    border-bottom: #1212120D solid 1px;
}

/*** ADD AGREEMENTS ***/
.addagreement {
    background: none;
}

.addagreement-group {
    width: 100%;
}

.addagreement-group-header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
}

.addagreement.k-listview[data-items-template="addAgrItem_Template"] .k-listview-content,
.addagreement.k-listview .k-listview-content .addagreement-group .addagreement-group-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
/*** Firefox support ***/
.addagreement.k-listview.has-images .k-listview-content {
    grid-template-columns: none;
}
/*** end Firefox support ***/
.addagreement.k-listview .k-listview-content .addagreement-group .addagreement-group-items:has(.addagreement-image)
.addagreement.k-listview[data-items-template="addAgrItem_Template"] .k-listview-content:has(.addagreement-image) {
    grid-template-columns: none;
}

.addagreement-item {
    padding: 16px;
    margin: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*width: calc(100% - 32px);*/
}

.addagreement-description {
    padding-bottom: 16px;
}

.addagreement-image {
    text-align: center;
}

    .addagreement-image .agrcard-image {
        max-width: 290px;
        max-height: 184px;
    }

.sect-item-container {
    display: flex;
    gap: 20px;
}

.sect-item {
    width: 50%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sect-item-title {
    display: flex;
    align-items: center;
}

    .sect-item-title img {
        margin-right: 10px;
    }

    .sect-item-title .caption {
        font-size: 14px;
    }

.sect-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.sect-info-item {
    display: flex;
    align-items: center;
}

    .sect-info-item span {
        font-size: 14px;
        margin-left: 5px;
    }

.calculator {
    display: flex;
    justify-content: space-between;
    margin: 0 8px 20px 8px;
}

/*.slider-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #121212;
}
*/
.calc-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 16px;
    width: 75%;
}

.calc-right {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 20px;
    width: 25%;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #1212120D;
}

.calc-name {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /*align-items: center;*/
}

.calc-value {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.calc-item {
    flex: 1 1 auto;
    margin-left: 10px;
}

.calc-info {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

    .calc-info > span:nth-child(1) {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        display: flex;
        align-items: center;
        color: #121212;
    }

    .calc-info > span:nth-child(2) {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 150%;
        display: flex;
        align-items: center;
        color: #121212;
    }


/*** HISTORY ***/
.slider-area {
    /*padding-left: 24px;*/
    /*overflow: hidden;*/
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.history-slider,
.profile-slider {
    display: flex;
    width: 100%;
    min-height: 210px;
    padding-bottom: 18px;
}

.profile-slider {
    align-items: center;
    /*    margin-left: 24px;
    margin-right: 24px;*/
}

.history-slider-items {
    margin-left: 2px;
    display: flex;
    overflow-x: scroll;
    padding-bottom: 8px;
}

/*** Firefox support ***/
.history-slider-items {
    scrollbar-color: #F7941E #FFF5E9;
    scrollbar-width: thin;
}
    /*** end Firefox support ***/

    .history-slider-items::-webkit-scrollbar {
        width: 2px;
        height: 5px;
    }

    .history-slider-items::-webkit-scrollbar-track {
        box-shadow: inset 0 0 0px grey;
    }

    .history-slider-items::-webkit-scrollbar-thumb {
        background: rgba(18, 18, 18, 0.15);
        border-radius: 10px;
    }

        .history-slider-items::-webkit-scrollbar-thumb:hover {
            background: #F7941E;
        }

.history-slider-item {
    min-width: 424px;
    height: 176px;
    margin: 6px 6px 0 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*background: white;*/
    padding: 0px 15px;
    /*border-radius: 20px;*/
}

.history-slider-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 6px;
}

.ha-text {
    display: flex;
    flex-direction: column;
}

.ha-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #121212;
    margin-bottom: 10px;
}

.ha-caption {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    color: rgba(18, 18, 18, 0.6);
}

.ha-value {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    /*font-size: 22px;
    line-height: 27px;*/
    color: #121212;
    margin-bottom: 10px;
    text-align: right;
}

a.ha-link {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #F7941E !important;
    text-decoration: none;
}

/* Filter */
.filter-buttons {
    display: flex;
    /*overflow-x: scroll;*/
    overflow-y: hidden;
    padding: 10px 0px 10px 10px;
}

.filter-element {
    padding: 6px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    margin: 0 10px 0 0;
    min-width: 90px;
    text-align: center;
    cursor: pointer;
    display: flex;
    padding: 0 16px;
    min-height: 36px;
}

.filter-buttons .k-dropdownlist,
.filter-buttons a.filter-element {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #F7941E;
    text-decoration: none;
    white-space: nowrap;
    display: inline-table;
}

    .filter-buttons .k-dropdownlist button.k-input-button {
        position: absolute;
        right: 6px;
        top: 4px;
        padding-left: 6px;
    }

    .filter-buttons a.filter-element:hover {
        color: #1e0576;
        background-color: #d2d2d2;
        text-decoration: none;
    }

    .filter-buttons a.filter-element > span {
        display: table-cell;
        vertical-align: middle;
    }

    .filter-buttons a.filter-element > img,
    .filter-buttons a.filter-element > i {
        padding: 10px 4px 4px 10px;
    }

.filter-form-button .reset {
    display: none;
}

.filter-form-button.selected .reset {
    display: table-cell;
    vertical-align: middle;
}

.filter-buttons .filter-element.default,
.filter-buttons .filter-element.selected,
.filter-container-button.apply {
    background: #F7941E;
    color: #FFFFFF;
}

.filter-buttons .k-dropdownlist {
    display: flex;
    min-width: 200px;
    border: 0;
}

.filter-container {
    min-width: 400px;
}

    .filter-container .filter-container-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px px;
    }

        .filter-container .filter-container-group > span {
            width: 100%;
        }

.filter-container-buttons,
.operation-details-footer {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

input.filter-search {
    background: rgba(18, 18, 18, 0.05);
    width: 100%;
    padding-left: 45px;
}

/* END Filter */

/* Operation preview */
.operation-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.operation-ico {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .operation-ico > img {
        margin-top: 30px;
        margin-bottom: 10px;
    }

.operation-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.operation-name {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #121212;
    margin-top: 10px;
    margin-bottom: 10px;
}

.operation-caption {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: rgba(18, 18, 18, 0.5);
    margin-bottom: 10px;
}

.operation-main {
    padding-bottom: 40px;
}

.operation-buttons {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.operation-details {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.operation-details-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    margin-bottom: 16px;
}

    .operation-details-header > span {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 150%;
        display: flex;
        align-items: center;
        color: #1E1713;
    }

.operation-details.active .operation-details-ico {
    transform: rotate(180deg);
}

.operation-details-content {
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    display: none;
    transition: opacity 1s ease-out;
}

.operation-details.active .operation-details-content {
    display: block;
    opacity: 1;
}
/* END operation preview */

/*** PAYMENTS ***/

.transfer-type {
    display: flex;
    justify-content: space-between;
}

    .transfer-type > a {
        text-decoration: none;
    }

.utility-form {
    padding: 0px 16px;
}

.transfer-title,
.utility-title {
    margin: 10px 16px 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #121212;
}

.utility-title {
    padding-top: 16px;
}

    .transfer-title > span,
    .utility-title > span {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 150%;
        color: #121212;
        margin-right: 10px;
    }

.back-button {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .back-button a {
        text-decoration: none;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #121212;
        display: flex;
        align-items: center;
    }

    .back-button > img {
        margin-right: 10px;
    }

    .back-button > span {
        text-decoration: none;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #121212;
    }

.doc-body header .no-widget {
    margin-bottom: 0;
}

.doc-body .widget-panel {
    margin: 0;
    padding-left: 12px;
}

.doc-content .k-dropdownlist .k-input-value-text::before {
    content: none;
}

.doc-content footer {
    padding-left: 10px;
}

.doc-body {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.doc-addons {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.doc-body .widget-content {
    padding-top: 8px;
}

.doc-body footer button.btn {
    width: -webkit-fill-available;
    width: -moz-available;
    margin-right: 10px;
}

section.active.doc-view-mode .doc-paper {
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

    section.active.doc-view-mode .doc-paper::after {
        content: "";
        height: 15px;
        background: url(/imgsjb/check_bottom.png);
        display: block;
    }

    section.active.doc-view-mode .doc-paper .widget {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.app-form fieldset.doc-view-header {
    border-bottom: 2px dashed rgba(0, 66, 105, 0.28);
}

.doc-view-header > .row {
    text-align: center;
    flex-direction: column;
    font-weight: 600;
    font-size: 24px;
}

    .doc-view-header > .row.details {
        font-weight: 400;
        font-size: 12px;
    }

.doc-body .title {
    color: #1E1713;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

#_docParameters #document-comment input {
    background: none;
    border: none;
}

    #_docParameters #document-comment input::-webkit-input-placeholder {
        font-style: italic;
    }

    #_docParameters #document-comment input:-moz-placeholder {
        font-style: italic;
    }

    #_docParameters #document-comment input::-moz-placeholder {
        font-style: italic;
    }

    #_docParameters #document-comment input:-ms-input-placeholder {
        font-style: italic;
    }

.doc-content .commission-details {
    color: #fa961e;
    font-weight: bold;
}

.doc-content .total-details {
    font-weight: bold;
}

.doc-templ-type {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.doc-templ-type-icon {
    padding: 10px;
}

.doc-templ-type-text {
    padding: 10px;
    flex-grow: 1;
}

.doc-template-selector button {
    width: 100%;
    padding: 0;
}

.widget-panel.template-mode {
    padding: 0;
}

    .widget-panel.template-mode .widget {
        box-shadow: none;
        border-radius: 0;
    }

        .widget-panel.template-mode .widget .widget-content {
            padding: 0;
        }

            .widget-panel.template-mode .widget .widget-content footer {
                padding-right: 10px;
            }

                .widget-panel.template-mode .widget .widget-content footer button {
                    margin-left: 0;
                }

.right-widgets-panel {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

    .right-widgets-panel .right-widget {
        margin-bottom: 16px;
    }

.sect-title.utility {
    margin: 20px 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #121212;
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .sect-title.utility > .select-box {
        display: flex;
        align-items: center;
    }

        .sect-title.utility > .select-box .select-caption {
            display: flex;
            align-items: center;
            margin-right: 10px;
        }


/*** suppliers ***/

.suppliers.k-listview .k-listview-content {
    flex-wrap: wrap;
    display: flex !important;
    justify-content: center !important;
}

.suppliers-container .show-all,
.suppliers-container .hide-last {
    cursor: pointer;
    padding-top: 14px;
}

.suppliers-container .k-listview-content .suppliercard-item {
    display: none;
}

.suppliers-container.all .k-listview-content .suppliercard-item,
.suppliers-container .k-listview-content > .suppliercard-item:nth-child(-n+3) {
    display: block;
}

.suppliers-container .show-all,
.suppliers-container.all .hide-last {
    display: inline-block;
}

.suppliers-container .hide-last,
.suppliers-container.all .show-all {
    display: none;
}

.suppliers.cards .suppliercard-item {
    margin: 20px;
    border-width: 3px;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    color: #fa961e;
    width: 160px;
    height: 160px;
    cursor: pointer;
}

    .suppliers.cards .suppliercard-item .caption {
        color: #fa961e;
    }

    .suppliers.cards .suppliercard-item .suppliercard {
        display: block;
        width: 100%;
        height: 100%;
    }

/*** end suppliers ***/

/*** Qiwi /SberPay ***/
form[data-utility-profile="qiwi"] .k-stepper,
form[data-utility-profile="SberPay"] .k-stepper,
form[data-utility-profile="PlusPay"] .k-stepper,
form[data-utility-profile="ZHT"] .k-stepper {
    display: none;
}

form[data-utility-profile="qiwi"] .k-wizard-steps,
form[data-utility-profile="SberPay"] .k-wizard-steps,
form[data-utility-profile="PlusPay"] .k-wizard-steps,
form[data-utility-profile="ZHT"] .k-wizard-steps {
    margin-top: 0;
}

/*** PROFILE ****/

.profile-card {
    height: 192px;
    width: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px;
}

.avatar {
    padding-left: 16px;
    display: flex;
    flex-direction: column;
}

.profile-card-text {
    display: flex;
    align-items: center;
    width: calc(100% - 160px);
}

.profile-name {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1px;
    color: #121212;
    padding-right: 32px;
    padding-left: 32px;
    width: 50%;
}

.card-properties {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: 50%;
}

.card-prop {
    display: flex;
    flex-direction: column;
}

    .card-prop > span.caption {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #6C6C6C;
    }

    .card-prop > span.value {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #121212;
    }



.editor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(18, 18, 18, 0.05);
    border-top: 1px solid rgba(18, 18, 18, 0.05);
}

    .editor:nth-child(1) {
        border-top: none;
    }

.sec-caption {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6C6C6C;
    margin: 16px;
}

.sec-vals {
    display: flex;
    align-items: center;
}

    .sec-vals > span {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        color: #121212;
    }

    .avatar > a,
    .sec-vals > a {
        display: flex;
        align-items: center;
        text-decoration: none;
        margin-left: 16px;
        margin-right: 16px;
        margin-bottom: 0;
    }

        .sec-vals > a > span {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 40px;
            color: rgba(18, 18, 18, 0.5);
            margin-left: 14px;
        }


.notification {
    display: flex;
    padding: 12px 16px;
    background: #DEE4E8;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.notification-text {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
}

.notification-ico {
    margin-right: 8px;
}

.notification-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #121212;
}

.notification-message {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #121212;
}

    .notification-message > p:nth-child(1) {
        margin-top: 0;
    }

    .notification-message > pre {
        font-size: 12px;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
    }

.slider.round {
    border-radius: 100px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}


    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }


.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #F7941E;
}

input:focus + .slider {
    box-shadow: 0 0 1px #F7941E;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}


.draggable-list {
    padding: 0;
}

    .draggable-list > li {
        list-style-type: none;
    }

.view-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(18, 18, 18, 0.05);
    border-bottom: 1px solid rgba(18, 18, 18, 0.05);
}


    .view-desc > div {
        display: flex;
        align-items: center;
        gap: 25px;
    }

        .view-desc > div > div {
            display: flex;
            align-items: center;
        }

            .view-desc > div > div > img {
                user-drag: none;
                -webkit-user-drag: none;
                user-select: none;
                -moz-user-select: none;
                -webkit-user-select: none;
                -ms-user-select: none;
            }


.default-settings {
    display: flex;
    justify-content: end;
}

    .default-settings > a {
        text-decoration: none;
        display: flex;
        align-items: center;
    }

        .default-settings > a > span {
            margin-left: 8px;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 40px;
            color: rgba(18, 18, 18, 0.5);
        }

.another-section > .editor {
    padding: 16px;
}

.another-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #121212;
}

    .another-text > img {
        margin-left: 10px;
    }

#card-type-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/imgsjb/arrow-select.svg") white no-repeat 100% !important;
    padding-right: 25px;
}

    #card-type-select::-ms-expand {
        display: none;
    }

#card-type-select {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #121212;
    border: none
}

.desc.card {
    padding-left: 32px;
    padding-right: 32px;
}

input[type="radio"] {
    appearance: none;
    background-color: #ffffff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 16px;
    height: 16px;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

    input[type="radio"]::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em #ffffff;
    }

    input[type="radio"]:checked::before {
        transform: scale(1);
    }

    input[type="radio"]:checked {
        background-color: #F7941E;
    }

.card-selector {
    color: #F7941E;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    background-color: #12121259;
    display: grid;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

    .modal.open-modal {
        visibility: visible;
        opacity: 1;
    }

.modal-box {
    max-width: 584px;
    margin-bottom: 100px;
    margin-top: 150px;
    padding: 16px;
    border-radius: 16px;
    background-color: #FFFFFF;
    z-index: 1;
}

.login-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #121212;
    margin-left: 16px;
}

.login-main {
    display: flex;
    flex-direction: column;
    margin: 15px;
}

.login-inp {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

    .login-inp input[type="text"] {
        height: 40px;
        border-radius: 20px;
        border: 1px solid rgba(18, 18, 18, 0.1);
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 15px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        letter-spacing: 0.15px;
        color: rgba(18, 18, 18, 0.5);
    }

    .login-inp span.title {
        margin-left: 16px;
        margin-bottom: 5px;
        height: 24px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #121212;
    }

.login-main input[type="submit"] {
    height: 48px;
    background: #F7941E;
    border-radius: 30px;
    border: #F7941E 1px solid;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.cancel-login {
    height: 48px;
    background: #FFFFFF;
    border-radius: 30px;
    border: #F7941E 1px solid;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    color: #F7941E;
    margin-bottom: 15px;
}

.login-inp.password > input::after {
    content: url('/imgsjb/pswd.svg');
    height: 10px;
    width: 10px;
}

/*** MAILBOX ***/
.write-msg {
    display: flex;
    align-items: center;
}

    .write-msg img {
        margin-left: 16px;
        margin-right: 14px;
    }

    .write-msg span {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 40px;
        /*    display: flex;*/
        align-items: center;
        text-align: center;
        color: rgba(18, 18, 18, 0.4);
    }

.message-control {
    height: 88px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 32px;
}

.message-info {
    display: flex;
    flex-direction: column;
}

    .message-info > span {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 150%;
        display: flex;
        align-items: center;
        color: #121212;
    }

.appeal-data {
    display: flex;
    flex-direction: row;
}

.new-message-block,
.mailbox-editor {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

    .new-message-block > label,
    .mailbox-editor > label {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        display: flex;
        align-items: center;
        letter-spacing: 0.15px;
        color: #121212;
        margin-left: 16px;
    }

    .mailbox-editor #subject {
        padding-left: 16px;
    }

.inbox-message {
    padding-top: 16px;
}

.desc.messages {
    padding-top: 0;
    padding-bottom: 0;
    height: 56px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.messages-sep {
    border: 1px solid #1212120D;
    margin: 0;
}

.msg-additional {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.image-ico.messages {
    height: 40px;
    width: 40px;
    background-color: #e9e9e9;
    margin-right: 16px;
    padding: 0;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .image-ico.messages > span {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        color: #F7941E;
    }

.mailbox-editor .image-ico.messages > span {
    font-size: 14px;
}

.mailbox-editor .message-block .info .text {
    flex: 1;
}

.msg-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

    .msg-indicator.pending {
        background: #e9e9e9;
    }

    .msg-indicator.rejected {
        background: #EB5757;
        ;
    }

    .msg-indicator.executed {
        background: #22C38E;
    }

    .msg-indicator.in-process,
    .msg-indicator.in-process {
        background: #55A7F3;
    }

.status.pending {
    color: #e9e9e9;
}

.status.rejected {
    color: #EB5757;
}

.status.executed {
    color: #22C38E;
}

.status.in-process {
    color: #55A7F3;
}

.msg-attachment {
    margin-right: 10px;
}

.message-block {
    padding: 16px;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    border-radius: 20px;
    margin-bottom: 10px;
}

.message-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .message-data > .sender {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        color: #F7941E;
    }

    .message-data > .date {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        display: flex;
        align-items: center;
        text-align: right;
        color: rgba(18, 18, 18, 0.4);
    }

.dropdown-menu li ul {
    list-style: none;
    padding: 10px;
}

.dropdown-menu li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu .active > a, .dropdown-menu .active > a:hover, .dropdown-menu .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #fa961e;
    margin-bottom: 1px;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    text-decoration: none;
    color: #fa961e;
    background-color: #FFF5E9;
}

.mailbox-body {
    width: 100%;
}

.mailbox-side-bar {
    display: block;
    width: 200px;
    padding: 10px 0 10px 14px;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    float: left;
    scrollbar-width: none;
}

    .mailbox-side-bar::-webkit-scrollbar {
        width: 0 !important;
    }

    .mailbox-side-bar h5 {
        font-weight: normal;
        font-size: 1em;
        display: block;
        padding: 0px 15px;
        text-transform: uppercase;
        color: #838383;
    }

        .mailbox-side-bar h5 a {
            font-size: 14px;
            margin-top: -2px;
        }

    .mailbox-side-bar > .btn {
        margin-bottom: 35px;
    }

.mailbox-data #mailViewForm,
.mailbox-data #mailEditorForm {
    border: 0;
}

.mailbox-list-group,
.mailbox-data .mailbox-message,
.mailbox-data .mailbox-list,
.mailbox-data #mailViewForm,
.mailbox-data #mailEditorForm {
    display: none;
}

    .mailbox-list-group.active,
    .mailbox-data .mailbox-message.active,
    .mailbox-data .mailbox-list.active,
    .mailbox-data #mailViewForm.active,
    .mailbox-data #mailEditorForm.active {
        display: block;
    }

.widgets-list li.active > a:after,
.dropdown-menu li.active > a:after {
    content: "\2713 ";
    padding-left: 6px;
}
/*** end MAILBOX
----------------------------------------------------------*/

/*** Modal list
----------------------------------------------------------*/
#mainListData .search-panel {
    margin-left: 0;
    margin-right: 45px;
}

    #mainListData .search-panel .gridSearch {
        position: absolute;
        top: 30%;
        left: 10px;
    }

/*** end Modal list
----------------------------------------------------------*/

.stat-agreements {
    min-width: 260px;
}

.app-form.operation-content {
    min-width: 600px;
}

#mobileMenu .dropdown-menu.dropdown-menu-right {
    width: 90vw;
}

@media screen and (min-width: 1600px) {
    .doc-data .doc-body {
        min-width: 700px;
    }

    .doc-data .doc-addons {
        width: auto;
    }
}

@media screen and (max-width: 1600px) {
    .doc-data {
        -webkit-flex-direction: column;
        flex-direction: column;
        float: left;
    }

        .doc-data .doc-body {
            width: 100%;
        }

        .doc-data .doc-addons {
            width: 100%;
        }
}

@media screen and (max-width: 1300px) {
    .page-content {
        margin-right: 20px;
        margin-left: 20px;
    }

    .transparent-margin {
        right: 20px;
    }

    .agr-background-panel {
        right: -20px;
    }

    .widgets-area {
        width: calc(100% - 272px);
    }

    .header-left {
        padding-left: 20px;
    }

    .header-right {
        padding-right: 20px;
    }

    .profile {
        margin-right: 12px;
    }

    .right-slider-area {
        padding-left: 12px;
        width: auto;
    }

    .left-sidebar {
        margin-right: 12px
    }

    .right-sidebar {
        padding-top: 24px;
        margin-left: 12px;
    }

    .navigation-footer {
        padding-left: 23.5px;
        padding-right: 23.5px;
    }
}

@media screen and (max-width: 1150px) {
    .header-logo > img {
        content: url('/imgsjb/logo-mobile.svg')
    }

    .widgets-area {
        flex-direction: column;
        margin-left: 12px;
    }

    .right-sidebar {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }

    .navigation-footer {
        order: 1;
        padding-left: 0;
        padding-right: 40px;
        width: 60%;
    }

    .calls-footer {
        order: 2;
        width: 30%;
    }

    .download-footer {
        order: 3;
    }

    .footer-sections {
        flex-wrap: wrap;
        margin-left: 20px;
        margin-right: 20px;
    }

    .profile-card-text {
        flex-direction: column;
        padding-left: 16px;
        padding-right: 16px;
    }

    .profile-name {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.1px;
        color: #121212;
        justify-content: center;
        margin-bottom: 8px;
        width: 40%;
    }

    .card-properties {
        width: 60%;
    }

    .us-buttons-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .addagreement-item {
        flex-direction: column;
    }

    .calculator {
        display: block;
    }

        .calculator .calc-left {
            width: 100%;
        }

        .calculator .calc-right {
            width: 100%;
            flex-direction: row;
        }
}

@media screen and (max-width: 900px) {
    /* Login page */
    .auth-container .auth-panel,
    .auth-container .left-side {
        width: 100%;
    }

    .auth-container .logo,
    .auth-container .right-side {
        background: none;
        display: none;
    }

    .left-side-footer {
        align-items: center;
        justify-content: center;
    }
    /* END Login page */
    .tabs-links > ul > li > a {
        font-size: 14px;
    }

    .navigation-links > ul > li > a {
        font-size: 14px;
    }

    .widgets-area {
        margin: 0;
        background: transparent;
        width: 100%;
        margin-left: 0px;
    }

    .profile {
        display: none;
    }

    .left-sidebar {
        display: none;
        margin-top: 0px;
        margin-right: 0px;
        padding-top: 0px;
    }

    #wrapper[data-page-filter].homepage .left-sidebar {
        display: block;
        margin-top: 0px;
    }

    #wrapper[data-page-filter].homepage .profile {
        display: flex;
        width: auto;
        background: none;
        box-shadow: none;
    }

    #main[role="main"] {
        margin-top: 0;
    }

    .top-row {
        flex-direction: column;
    }

    .content-row {
        flex-direction: column;
    }

    .profile-card {
        margin: 0;
    }

    .profile-card-text {
        width: 100%;
    }

    .right-slider-area {
        padding-left: 0px;
        width: auto;
    }

    .page-content {
        margin-left: 64px;
        margin-right: 64px;
    }

    .transparent-margin {
        right: 64px;
    }

    .agr-background-panel {
        right: -64px;
    }

    .background-panel {
        height: 296px;
    }

    #under-sidebar {
        margin-top: 8px;
        margin-bottom: 16px;
    }

    article .widget {
        margin-left: 16px;
    }

    .actions-slider,
    .header-template {
        padding-left: 16px;
    }

    .agritem .text,
    .agritem .caption {
        width: 100%;
    }

    .navigation-footer,
    .calls-footer {
        width: 100%;
    }

    /*    .doc-content .widget-panel {
        min-width: 200px;
    }*/

    .addagreement.k-listview[data-items-template="addAgrItem_Template"] .k-listview-content,
    .addagreement.k-listview .k-listview-content .addagreement-group .addagreement-group-items {
        grid-template-columns: repeat(1, 1fr);
    }

    .user-buttons > a {
        padding-left: 8px;
        padding-right: 8px;
    }

    .navigation-links > ul > li:nth-last-child(2) {
        display: none;
    }

    .navigation-links .actions-menu-container .actions-menu > a:first-child {
        display: initial;
    }

    .user-info {
        padding-top: 0;
    }

    .user-buttons {
        padding-top: 0;
    }

    .mobile-navigation .dropdown-toggle::after {
        content: none;
    }
}

@media screen and (max-width: 750px) {
    .navigation-links {
        display: none !important;
    }

    .bottom-menu {
        display: flex;
        position: sticky;
        bottom: 0;
        padding: 0 12px 12px 12px;
    }

    #registerForm .wizContent,
    #resetPasswordForm .wizContent {
        height: 600px;
    }

    .app-form.operation-content {
        min-width: 450px;
    }
}

@media screen and (max-width: 630px) {
    .page-content {
        margin-left: 0;
        margin-right: 0;
    }

    .transparent-margin {
        right: 0;
    }

    .agr-background-panel {
        right: 0;
    }

    .navigation-links {
        display: none !important;
    }

    .bottom-menu {
        display: flex;
        position: sticky;
        bottom: 0;
        padding: 0 12px 12px 12px;
    }

    /* .profile {
        margin-left: 16px;
        margin-right: 16px;
    }*/

    .profile-card {
        margin-top: 0;
        margin-left: 16px;
        margin-right: 16px;
        width: auto;
        height: 216px;
    }

    .no-widget-text > span {
        white-space: nowrap;
        font-size: 14px;
    }

    .tabs-links {
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .tabs-links::-webkit-scrollbar {
            display: none;
        }

    .no-widget-button {
        padding-left: 10px;
        padding-right: 10px;
    }

    .finance {
        width: 100%;
        min-width: none;
    }

    div.left-sidebar > div.widget,
    div.right-sidebar > div.widget {
        border-radius: 0;
    }

    .download-footer {
        order: 3;
        width: auto;
    }

    .footer-sections {
        flex-wrap: nowrap;
        flex-direction: column;
        margin-left: 20px;
        margin-right: 20px;
    }

    .message-control {
        width: calc(100% - 32px);
        padding-left: 16px;
        padding-right: 16px;
    }

    .message-block {
        border-radius: 0;
    }

    .new-message-block {
        margin-left: 16px;
        margin-right: 16px;
    }

    .card-properties {
        grid-template-columns: repeat(1, 1fr);
    }

    .avatar {
        width: 50%;
    }

    .notification {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }

    .editor {
        padding-right: 16px;
    }

    .draggable-list > li {
        padding-left: 16px;
        padding-right: 16px;
    }

    .req-value {
        font-size: 14px;
    }

    /*.background-panel {
        height: 612px;
    }*/

    .grid-template-columns,
    .us-buttons-row {
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }

    /*.row {
        margin: 0;
    }*/
    .widget {
        padding-left: 8px;
        padding-right: 8px;
    }

    article .widget {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }

    .action-item.widget {
        padding: 0;
    }

    .agr-slider-area,
    .widget-panel {
        padding: 0;
        margin: 0;
        border-radius: 0;
    }

    .widget-panel {
        padding: 15px 0;
    }

    .k-widget.k-window {
        border: 0;
        left: 10px;
        right: 10px;
        width: 90vw;
    }

    form.operation-content {
        width: auto;
    }

    .k-scrollview-prev,
    .k-scrollview-next {
        display: none !important;
    }

    #agreementsView {
        width: 100%;
        min-width: 100px;
    }

    #login-container {
        background: none;
    }

    #login-form > header {
        display: none;
    }

    .app-form fieldset {
        background: none;
        padding: 10px 0 5px;
    }

    #widget-grid .widget,
    .doc-data .widget,
    .ui-sortable .xwidget-sortable > header {
        border-radius: 0;
    }

    /*.req-title {
        padding-left: 0;
        margin-left: 0;
    }

    .req-value {
        padding-right: 0;
        margin-right: 0;
    }*/

    .operation-buttons {
        grid-template-columns: repeat(1, 1fr);
    }

    .filter-container {
        min-width: 100px;
    }

    #registerIndWizard,
    #resetPasswordWizard {
        width: auto;
    }

    .register-account-type,
    .user-account-type {
        margin-bottom: 8px;
    }

    .app-form.operation-content {
        min-width: 300px;
    }

    form.agr-requisites .req-title {
        margin-left: 16px;
    }

    form.agr-requisites .req-value {
        margin-right: 16px;
    }
}

@media screen and (max-width: 450px) {
    .page-content {
        padding-top: 16px;
    }
    /*.mobile-navigation > ul > li:nth-last-child(2) {
        display: none;
    }*/

    .mobile-navigation .actions-menu-container .actions-menu > a:first-child {
        display: initial;
    }
}

@media screen and (max-width: 375px) {
    .no-widget {
        height: 80px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 8px;
    }

    .avatar > img {
        width: 100px;
        height: 100px;
    }

    .sec-vals > a {
        margin-left: 10px;
        margin-right: 0;
    }

    .profile-card-text span {
        word-wrap: break-word;
    }
}

@media screen and (max-width: 325px) {
    .profile {
        min-width: 100px;
        max-height: 80px;
    }

    #my-finance {
        min-width: 100px;
    }

    /*.background-panel {
        height: 796px;
    }*/

    .us-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

