/* 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 ')'
 */
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
----------------------------------------------------------*/

/*** 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%;
    }
   
}
body.extr-page {
    background-image: linear-gradient( 270deg,rgba(0,114,207,.6),transparent);
}

    body.extr-page > #wrapper {
        width: 100%;
        height: 100%;
        background: url(/Images/svg/pattern-1.svg) no-repeat center bottom fixed;
        background-size: cover;
    }

    body.extr-page #header {
        background: none !important;
        border: 0;
        position: absolute;
        width: 100%;
    }
/*body.extr-page .main-header {
        background: none;
        border: 0;
        position: absolute;
    }*/

.btn-default {
    border-color: #ccc;
}
.btn-xs {
    font-size: 12px;
}
/* Kendo */
.k-list-item.k-selected {
    background-color: #1e0576;
}


    .k-list-item.k-selected.k-hover, .k-list-item.k-selected:hover {
        background-color: #0072CF;
    }

.k-picker.k-focus, .k-picker:focus, .k-widget.k-picker.k-focus, .k-widget.k-picker:focus,
.k-picker:focus-within, .k-widget.k-picker:focus-within {
    border-color: #0072CF;
    box-shadow: 0 0 4px 0 rgba(0, 114, 207,.75)
}

.k-button-solid-base.k-active, .k-button-solid-base.k-selected, .k-button-solid-base:active {
    border-color: #1e0576;
    color: #fff;
    background-color: #1e0576;
}

.k-button-solid-base.k-focus, .k-button-solid-base:focus {
    border-color: #1e0576;
    box-shadow: 0 0 4px 0 rgba(2,132,174,.75);
}

.btn-primary,
.k-button-solid-primary,
.k-button-solid-primary.k-hover, .k-button-solid-primary:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover {
        background-color: #2e6da4;
        border-color: #2e6da4;
    }

.k-pager-wrap .k-link.k-state-selected {
    background-color: #337ab7;
}

/*.login-info {
    border-bottom: 1px solid #D8D4D4;
    display: block;
    font-size: 12px;
    height: 39px;
    color: #ffffff;
    border: solid transparent;
    border-width: 1px 0px 1px 0px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    width: 100%;
    margin: 0px !important;
    border-bottom: 1px solid #525151;
}

.login-info {
    border-bottom: 1px solid #D8D4D4;
    display: block;
    font-size: 12px;
    height: 39px;
    color: #ffffff;
    border: solid transparent;
    border-width: 1px 0px 1px 0px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    width: 100%;
    margin: 0px !important;
    border-bottom: 1px solid #525151;
}*/

a:not([href]):not([tabindex]).btn {
    color: #337ab7;
}
    a:not([href]):not([tabindex]).btn.btn-primary {
        color: #fff;
    }

#widget-grid > .row {
    margin-right: 0;
    margin-left: 0;
}

/**** main-header ****/
.main-header {
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    width: 100%;
    height: 50px;
    background: white;
    border-bottom: 1px solid rgba(18, 18, 18, 0.2);
    z-index: 2000;
}

.header-left {
    display: flex;
    align-items: center;
}

.unauth .header-left {
    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: 3px solid #0284AE;
        }

            .navigation-links > ul > li.active > a {
                text-align: center;
                color: #1E1713;
            }

.nav-item.dropdown .dropdown-item:hover,
.nav-item:hover {
    background-color: #E9F2FF;
}

.header-right {
    display: flex;
    align-items: center;
    padding-right: 64px;
}

.header-logo {
    padding: 8px;
}

    .header-logo > img {
        max-width: 200px;
    }

.app-form section, .app-form div.col {
    margin-bottom: 0;
}

article.sortable-grid {
    float: left;
}
/*** 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 ***/

/**** Login page ****/
.auth-container {
    display: flex;
}

    .auth-container div:first-child {
        background: #fff;
    }

.main-img {
    background: url('/imgsecb/main.png') no-repeat;
    background-size: cover;
}

#login-form > fieldset {
    padding-left: 20px;
    padding-right: 20px;
}

#login-container .well {
    border-radius: inherit;
}

#login-form button.btn-primary {
    min-width: 160px;
}

.reg-button {
    text-align: center;
}

.app-form .note.reg-button a {
    font-size: 1.6em;
}

.carousel-caption.top {
    top: 0;
    left: 5%;
    bottom: auto;
    text-align: left;
}

.carousel-caption.bottom {
    border: 1px solid white;
    bottom: 60px;
    border-radius: 3px;
    margin: 0 auto;
    width: 140px;
    color: white;
    padding: 10px 4px;
}

.login-footer-panel {
    text-align: center;
    padding-top: 10px;
}

    .login-footer-panel a,
    .login-footer-panel span {
        color: white;
        font-size: 14px;
        width: 100%;
    }

.instr-button {
    border: 1px solid white;
    border-radius: 3px;
    margin: 0 auto;
    width: 140px;
    color: white;
    padding: 10px 4px;
    text-align: center;
}

.instr-button-hint {
    font-size: 9px;
    color: darkgray;
    text-align: center;
}

.soc-icons i {
    background-color: white;
    font-size: 24px;
    padding: 4px;
    min-width: 36px;
    margin: 6px;
    border-radius: 10px;
    text-align: center;
    color: gray;
}

.phone-button {
    width: 40px;
    height: 40px;
    background-color: #337ab7;
    border-radius: 50%;
    color: white;
    text-align: center;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 10px;
    font-size: 20px;
}
/**** END Login page ****/

.btn-primary,
.k-button-solid-primary,
.k-button-solid-primary.k-hover, .k-button-solid-primary:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover {
        background-color: #2e6da4;
        border-color: #2e6da4;
    }
.k-pager-wrap .k-link.k-state-selected {
    background-color: #337ab7;
}

/*.auth-panel {
    position: absolute;
    width: 358px;
    right: 32px;
}*/
/*#content.container .login-image {
     opacity: 0.7;
     filter: alpha(opacity=70);
     background-image: url(/img/svs.jpg);
     position: absolute;
     top: 24px;
     left: 0;
     right: 0;
     bottom: 24px;
     min-height: 500px;
}*/

a.agr-details:not([href]):not([tabindex]),
a.agr-action-tool:not([href]):not([tabindex]) {
    color: #337ab7;
}

.agr-details:hover .agr-action-tool:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.agr-details .agr-action-tool:hover .item-title,
a.agr-details.k-state-selected:not([href]):not([tabindex]), a.agr-action-tool.k-state-selected:not([href]):not([tabindex]) {
    color: #fff;
}
#agrstatement-footer .toolbar-line {
    display: flex;
}

    #agrstatement-footer .toolbar-line label {
        padding-right: 10px;
    }
    #agrstatement-footer .toolbar-line span {
        font-weight: bold;
    }

/*** WIZARD
----------------------------------------------------------*/
    .wizWizard_IS {
        color: #333;
        background: #fff
    }

    .wizWizard_IS .wizButton {
        border-radius: 3px;
        border-color: #c4c4c4;
        color: #5f5f5f;
        background-color: #e3e3e3;
        background-image: linear-gradient(white,#e3e3e3)
    }

    .wizWizard_IS .wizNext, .wizWizard_IS .wizFinish {
        border-color: #14afca;
        color: #fff;
        background-color: #14afca;
        background-image: linear-gradient(#27cdea,#14afca)
    }

    .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: 3px;
    border-color: #e3e3e3;
    background-color: #e3e3e3
}

.wizWizard_IS .wizProgress {
    border-color: #1193aa;
    background-color: #14afca
}

.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: #1193aa;
    box-shadow: 0 0 5px #1193aa inset
}

.wizWizard_IS .wizSelected .wizLink {
    border-color: #1193aa;
    color: #fff;
    background-color: #14afca;
    background-image: none
}

    .wizWizard_IS .wizSelected .wizLink:before {
        border-color: #1193aa;
        background: #14afca
    }

.wizWizard_IS.wizHorizontal .wizFirst .wizLink {
    border-radius: .23076923em 0 0 .23076923em
}

.wizWizard_IS.wizHorizontal .wizLast .wizLink {
    border-radius: 0 .23076923em .23076923em 0
}

.wizWizard_IS.wizHorizontal .wizFirst.wizLast .wizLink {
    border-radius: 3px
}

.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: .23076923em .23076923em 0 0
}

.wizWizard_IS.wizVertical .wizLast .wizLink {
    border-radius: 0 0 .23076923em .23076923em
}

.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 .23076923em .23076923em 0
}

.wizWizard_IS.wbWizard_rtl.wizHorizontal .wizLast .wizLink {
    border-radius: .23076923em 0 0 .23076923em
}

.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;
    /*background-color: #f5f5f6;*/
    line-height: 2em;
    margin: 0 -20px;
    padding: 0 20px;
}
/*** end WIZARD
----------------------------------------------------------*/

@media (max-width: 992px) {
    #bankFeatures {
        display: none
    }

    .main-img {
        background: none;
    }
}


/*** Print statement
----------------------------------------------------------*/
.k-pdf-export .export-elements table.extr thead th,
.k-pdf-export .export-elements table.extr tbody td,
.k-pdf-export .export-elements table.extr tfoot th {
    border: 1px solid black !important;
    font: bold 10px arial, sans-serif !important;
    border-collapse: collapse !important;
    word-wrap: normal !important;
}

.k-pdf-export .export-elements table.extr tbody td {
    font: 10px arial, sans-serif !important;
    word-wrap: break-word !important;
}

/*** end Print statement
----------------------------------------------------------*/

/*** MSign
----------------------------------------------------------*/
#mobileSignWizard #done-form section {
    margin: 0;
}

#msign-info {
    font-size: 0.8em;
    line-height: 1.3;
    padding: 6px 6px 6px 80px;
}

/*** end MSign
----------------------------------------------------------*/


