﻿/**************************Fonts****************************/
@font-face {
    font-family: Open Sans;
    src: url(fonts/OpenSans/OpenSans-Regular.ttf);
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Open Sans;
    src: url(fonts/OpenSans/OpenSans-Bold.ttf);
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: Open Sans;
    src: url(fonts/OpenSans/OpenSans-BoldItalic.ttf);
    font-style: italic;
    font-weight: bold;
}

@font-face {
    font-family: Open Sans;
    src: url(fonts/OpenSans/OpenSans-Italic.ttf);
    font-style: italic;
    font-weight: normal;
}
/**************************Fonts****************************/
html {
    height: 100%;
    min-width: 1280px;
}

body {
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    color: Black;
    padding-bottom: 35px; /*висота футера*/
}

    body.login-page {
        display: flex;
        flex-direction: column;
    }

form {
    padding: 0px;
    margin: 0px;
}

td, p, div, input, a, h1, h2, select, textarea, span {
    font-size: 14px;
}

h1 {
    color: #666666;
    font-size: 27px;
    padding: 15px 0px 15px 0px;
    margin: 0px;
    line-height: 31px;
    height: auto;
    font-weight: normal;
    word-wrap: break-word;
}

a img {
    border: 0px solid red;
}

a {
    color: #0092cd;
}

.caption { 
    font-weight: bold;
    padding: 8px 0px 2px 0px;
    min-height: 16px;
    line-height: 14px;
    font-size: 13px !important;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.blockMsg {
    border: 0px !important;
    width: 140px !important;
    height: 140px;
    top: 40% !important;
    left: 45% !important;
    border-radius: 50%;
}

    .blockMsg h1 {
        font-size: 0;
    }

    .blockMsg img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.grid-title {
    padding: 11px 0 5px 0px;
    font-weight: bold;
    font-size: 14px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.note {
    font-size: 13px;
}

.formtb_op, .tb_op {
    color: red;
    font-weight: bold;
    padding-left: 2px;
    font-size: 11pt !important;
}

/***************************************************Input************************************************/
input[type="submit"], input[type="button"] {
    outline: none;
}

input[type="checkbox"] {
    position: relative;
    outline: none;
}

input[type="radio"] + label {
    color: #a5a1a1;
}

input[type="radio"]:checked + label {
    color: #000000;
}

.custom-chbox {
    margin: 0;
    padding: 0;
}

input[type="checkbox"]::after {
    content: '';
    width: 16px;
    height: 14px;
    position: absolute;
    background: url(images/ico/icons.png) no-repeat;
    background-position: -54px -42px;
}

input[type="checkbox"][disabled]::after {
    background-position: -280px -216px;
}

input[type="checkbox"]:checked::after {
    content: '';
    width: 16px;
    height: 14px;
    position: absolute;
    background: url(images/ico/icons.png) no-repeat;
    background-position: -28px -42px;
}

input[type="checkbox"][disabled]:checked::after {
    background-position: -254px -216px;
}

.checkbox {
    width: 16px;
    height: 14px;
    background: url(images/ico/icons.png) no-repeat;
    background-position: -54px -42px;
    border: 0px;
    cursor: pointer;
}
/*checkbox в дереві*/
.checkbox-on {
    width: 16px;
    height: 14px;
    background: url(images/ico/icons.png) no-repeat;
    background-position: -28px -42px;
    border: 0px;
    cursor: pointer;
}
/*checkbox в дереві*/
.checkbox-partial {
    width: 16px;
    height: 14px;
    background: url(images/ico/icons.png) no-repeat;
    background-position: -56px -66px;
    border: 0px;
    cursor: pointer;
}
/*checkbox в дереві*/
input[type="radio"] {
    margin-left: 0px;
    outline: none;
}

input[type="text"], select, input[type="password"] {
    height: 24px;
    box-sizing: border-box;
}

input[type="text"], input[type="file"], select, textarea, .tb_s_password input[type="password"] {
    border: 1px solid #adadad;
    padding: 1px 1px 1px 4px;
}

textarea {
    box-sizing: border-box;
    font-family: 'Trebuchet MS';
}

    select[disabled], input[type="text"][disabled], .disabled, input[type="text"][readonly], textarea[disabled] {
        background: #e3e2e2;
        color: #000;
    }

.group {
    border: 1px solid #adadad;
    padding: 10px;
    padding-top: 0;
    display: inline-block;
    background: #fafafa;
}

    .group.clean-bg {
        background: none;
    }

.group-pad-top {
    padding-top: 10px;
}

.group-space-top {
    margin-top: 10px;
}

.group.w100 {
    box-sizing: border-box;
}

.group-legend {
    display: inline-block;
    background: #fafafa;
    font-weight: bold;
    font-size: 13px;
    padding: 0 5px;
}

    .group-legend.in-block {
        margin-top: -11px;
    }

    .group-legend.out-block {
    }

.item-space {
    margin-right: 15px;
}

.r-space {
    margin-right: 20px;
}

.l-space {
    margin-left: 20px;
}

.minw150 {
    min-width: 150px;
}

.w100 {
    width: 100%;
}

.max-w100 {
    max-width: 100%;
}

.max-h100 {
    max-height: 100%;
}

.w100-textarea {
    resize: vertical;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
}

.ui-autocomplete {
    max-height: 300px;
    overflow: auto;
}

.checkbox-r-label input[type="checkbox"] {
    margin: 7px 5px 0 0px;
    padding: 0;
}
/*checkbox лейбл зправа*/
.checkbox-left-label input[type="checkbox"] {
    margin: 8px 3px 3px 5px;
    padding: 0;
}
/*checkbox лейбл зліва*/
.false-textbox {
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #adadad;
    padding: 1px 1px 1px 4px;
}

.custom-textarea {
    resize: vertical;
}

.radiobtn-big {
    position: relative;
    display: none;
}
    /*radiobutton в довіднику з вибором картинки*/
    .radiobtn-big + label {
        width: 22px;
        height: 22px;
        background: url(images/ico/icons.png) no-repeat;
        background-position: -295px -376px;
        display: block;
        cursor: pointer;
    }

    .radiobtn-big:checked + label {
        background-position: -260px -376px;
    }

.textarea-autocomplete {
    position: relative;
}

    .textarea-autocomplete .btn-autocomp {
        position: absolute;
        top: 0;
        right: -19px;
    }

    .textarea-autocomplete textarea {
        resize: vertical;
    }

.file-view-name {
    padding: 1px 3px;
    border: 1px solid #adadad;
    background: #e3e2e2;
}

.textarea-view {
    border: 1px solid #ADADAD;
    background-color: #e3e2e2;
    overflow-y: auto;
    padding: 5px;
}
/*заміняє textarea на перегляді*/

.fake-input {
    min-height: 24px;
    margin: 0;
    border: 1px solid #adadad;
    padding: 1px 1px 1px 4px;
    box-sizing: border-box;
    word-wrap: break-word;
    background: #ffffff;
}
/***************************************************Input************************************************/

/*******************************************Style***************************/
.bold {
    font-weight: bold;
}

.text-right {
    text-align: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.inline {
    display: inline-block;
}

.align-top {
    vertical-align: top;
}

.text-center {
    text-align: center;
}

.link {
    color: #80ab14 !important;
    text-decoration: none;
}

    .link:hover {
        text-decoration: underline !important;
    }

.pad-bottom-0 {
    padding-bottom: 0;
}

.block {
    display: block;
}

.doc-phase {
    position: absolute;
    top: -25px;
    left: 59px;
}

    .doc-phase .caption {
        padding-top: 2px;
        padding-right: 5px;
        font-size: 12px !important;
    }

    .doc-phase select {
        min-width: 100px;
        height: 20px;
        font-size: 13px;
        float: left;
    }

.doc-info {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
/*інформація під хедером документів*/
.doc-header {
    padding: 11px 0;
    font-size: 19px;
    font-weight: bold;
    line-height: 25px;
}
/*інф. про документ на вкладці */
.hide {
    display: none;
}

.break-word {
    word-wrap: break-word;
}

.overflow-auto {
    overflow: auto;
}

.inline-nospace {
    font-size: 0;
}
/*прибираються відступи між inline елементами*/
.mail-confirm-block {
    height: 245px;
    width: 353px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

    .mail-confirm-block.failed {
        width: 450px;
        height: 295px;
    }

    .mail-confirm-block .btn-d {
        text-decoration: none;
        padding: 0px 6px;
        line-height: 28px;
        margin-top: 50px;
    }

    .mail-confirm-block.failed .btn-d {
        height: auto;
        text-align: center;
        margin-top: 30px;
    }
/*******************************************Style*************************/

/*************************************** header *********************************************/
.header {
    min-width: 1280px;
}

.header-title {
    height: 65px;
    background: url(images/bg/header-t-bg.jpg) repeat-x;
}

    .header-title h1 {
        color: #18719e;
        font-family: "Open Sans";
        font-size: 22px;
        line-height: 60px;
        text-transform: uppercase;
        padding: 5px 0px 0px 0px;
        margin: 0px;
    }

        .header-title h1.small {
            font-size: 19px;
            line-height: 19px;
        }

        .header-title h1.medium {
            font-size: 23px;
            line-height: 30px;
        }

.header-link {
    float: left;
}

    .header-link a { /*background: url(images/bg/link-bg.jpg) no-repeat;*/
        display: block;
        width: 134px;
        height: 115px;
    }

        .header-link a img {
            margin: 0px;
        }

.header_login {
    display: none;
}
/*************************************** /header ********************************************/

/*************************************** login *********************************************/
.login-body {
    height: 100%;
    min-width: 1200px;
}

.content .login-content {
    position: relative;
    overflow: hidden;
}

.login-block {
    background: url(images/bg/login-form.png) no-repeat;
    width: 491px;
    height: 392px;
    margin: 10px auto 10px auto;
}

.login-block-padd {
    padding: 100px 0px 0px 85px;
    text-align: center;
}

.login-title h1 {
    color: #125d83;
    font-size: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.login-btn {
    text-align: right;
    margin-top: 8px;
    padding-right: 52px;
}

    .login-btn input {
        border: 0px solid;
        background: #6cadcd;
        cursor: pointer;
        color: #fff;
        text-shadow: 0px 0px 3px #1a85ba;
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'Open Sans';
        padding: 10px 40px;
        border-radius: 4px;
        box-shadow: inset 0 1px 3px 0px #1f77a4;
    }

.login-input {
    margin: auto;
    width: 300px;
    height: 40px;
    position: relative;
    border-radius: 5px;
    padding: 2px;
    background: #f6f6f6;
    background: linear-gradient(to top, #fff, #ECECEC);
}

    .login-input.username:after {
        content: '';
        position: absolute;
        color: #fff;
        font-size: 18px;
        width: 21px;
        height: 30px;
        background: url(images/ico/icons.png) no-repeat;
        background-position: -147px 0;
        top: 7px;
        right: 13px;
    }

    .login-input.password:after {
        content: '';
        position: absolute;
        top: 7px;
        right: 13px;
        color: #fff;
        font-size: 18px;
        width: 21px;
        height: 30px;
        background: url(images/ico/icons.png) no-repeat;
        background-position: -119px -280px;
    }

    .login-input input {
        background: #f6f6f6;
        background: linear-gradient(to top, #fff, #f6f6f6);
        border: 1px solid #D9D9D9;
        border-radius: 5px;
        box-sizing: border-box;
        width: 300px;
        height: 40px;
        color: #125d83;
        font-size: 20px;
        line-height: 35px;
        box-shadow: 0 -1px 3px 0px #DEE1E4;
        padding: 0 40px 0 10px;
        float: left;
    }

    .login-input label {
        position: relative;
    }

.login-block .validation-summary-errors span {
    color: #ff0000;
    font-size: 13px;
    line-height: 14px;
}

.login-block .validation-summary-errors ul {
    margin: 0px;
    padding: 0px 0px 0px 0;
    list-style: none;
}

.login-block .validation-summary-errors li {
    font-size: 13px;
    line-height: 15px;
}

.login_ValidationMessage {
    min-height: 20px;
}

    .login_ValidationMessage span {
        font-size: 13px;
    }

.login-block input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 50px 16px #f6f6f6 !important;
    -webkit-text-fill-color: #125d83 !important;
}

.lpUvaga {
    width: 70%;
    margin: 0px auto 0px auto;
    padding: 5px;
    color: red;
}

.login-caption {
    display: none;
}

.authorization-wrapper {
    width: 491px;
    margin: auto;
    text-align: center;
    padding-left: 85px;
    box-sizing: border-box;
}

    .authorization-wrapper .authorization-title {
        color: #afafaf;
        font-size: 16px;
        padding-bottom: 5px;
        border-bottom: 1px solid #afafaf;
        margin-bottom: 15px;
    }
/*************************************** /login ********************************************/

/*************************************** footer *********************************************/
.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #d1d1d1;
    margin-top: 0px;
    height: 35px;
}

.footer-text {
    font-size: 14px;
    color: #838383;
    text-align: center;
    padding: 8px 0px 7px 0px;
    font-family: 'Open Sans';
}

    .footer-text a {
        color: #555555;
    }

.bottom_login {
    display: none;
}
/*************************************** /footer ********************************************/

/*************************************** menu *********************************************/
.header-menu {
    background: #6cadcd;
    min-height: 50px;
}

.main-menu .menu-item {
    border-right: 1px solid #fff;
    position: relative;
}

    .main-menu .menu-item:hover, .main-menu .menu-item.active {
        background-color: #125d83;
    }

    .main-menu .menu-item:first-of-type {
        border-left: 1px solid #fff;
    }

    .main-menu .menu-item a, .main-menu .menu-item span {
        font-size: 0;
    }

    .main-menu .menu-item .menu-item-bg > a {
        width: 100%;
        display: block;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }

    .main-menu .menu-item .arrow {
        position: relative;
    }

        .main-menu .menu-item .arrow:after {
            content: '';
            position: absolute;
            top: 26px;
            right: -21px;
            width: 14px;
            height: 10px;
            background: url(images/ico/ico_menu_arrow.png) no-repeat;
        }

    .main-menu .menu-item .menu-item-bg {
        margin: 5px 15px;
        background: url(images/ico/menu-icons.png) no-repeat;
        height: 40px;
        width: 42px;
        background-position: -1277px 0;
    }

        .main-menu .menu-item .menu-item-bg.arrow {
            margin-right: 30px;
        }

    .main-menu .menu-item#Documents .menu-item-bg {
        background-position: 0px 0;
        width: 36px;
    }

.navigation-content .navigation-title#Documents .icon {
    background-position: 0px 0;
    width: 26px;
    left: calc(50% - 13px);
}



.main-menu .menu-item#CAS .menu-item-bg {
    background-position: -67px 0;
    width: 36px;
}

.navigation-content .navigation-title#CAS .icon {
    background-position: -47px 0;
    width: 26px;
    left: calc(50% - 13px);
}



.main-menu .menu-item#Objects .menu-item-bg {
    background-position: -133px 0;
    width: 40px;
}

.navigation-content .navigation-title#Objects .icon {
    background-position: -93px 0;
    width: 28px;
    left: calc(50% - 14px);
}



.main-menu .menu-item#Inventory .menu-item-bg {
    background-position: -204px 0;
    width: 43px;
}

.navigation-content .navigation-title#Inventory .icon {
    background-position: -143px 0;
    width: 30px;
    left: calc(50% - 15px);
}

.main-menu .menu-item#EnergyAudit .menu-item-bg {
    background-position: -277px 0;
    width: 38px;
}

.navigation-content .navigation-title#EnergyAudit .icon {
    background-position: -194px 0;
    width: 28px;
    left: calc(50% - 14px);
}



.main-menu .menu-item#PowerConsumption .menu-item-bg {
    background-position: -346px 0;
    width: 40px;
}



.main-menu .menu-item#NDI .menu-item-bg {
    background-position: -416px 0;
    width: 30px;
}

.navigation-content .navigation-title#NDI .icon {
    background-position: -291px 0;
    width: 22px;
    left: calc(50% - 11px);
}


.main-menu .menu-item#Admin .menu-item-bg {
    background-position: -476px 0;
    width: 40px;
}

.navigation-content .navigation-title#Admin .icon {
    background-position: -333px 0;
    width: 28px;
    left: calc(50% - 14px);
}

.main-menu .menu-item#OrgStaff .menu-item-bg {
    background-position: -546px 0;
    width: 40px;
}

.navigation-content .navigation-title#OrgStaff .icon {
    background-position: -381px 0;
    width: 30px;
    left: calc(50% - 15px);
}


.main-menu .menu-item#Reports .menu-item-bg {
    background-position: -616px 0;
    width: 30px;
}

.navigation-content .navigation-title#Reports .icon {
    background-position: -431px 0;
    width: 22px;
    left: calc(50% - 11px);
}


.main-menu .menu-item#Residents .menu-item-bg {
    background-position: -682px 0;
    width: 46px;
}

.navigation-content .navigation-title#Residents .icon {
    background-position: -477px 0;
    width: 34px;
    left: calc(50% - 17px);
}

.main-menu .menu-item#AddressRegister .menu-item-bg {
    background-position: -1484px 0;
    width: 46px;
}

.navigation-content .navigation-title#AddressRegister .icon {
    background-position: -1037px 0;
    width: 34px;
    left: calc(50% - 17px);
}


.main-menu .menu-item#PulseOfCity .menu-item-bg {
    background-position: -904px 0;
    width: 42px;
}




.main-menu .menu-item#Certificate .menu-item-bg {
    background-position: -682px 0;
    width: 46px;
}

.navigation-content .navigation-title#Certificate .icon {
    background-position: -477px 0;
    width: 34px;
    left: calc(50% - 17px);
}


.main-menu .menu-item#RegisterFO .menu-item-bg {
    background-position: -682px 0;
    width: 46px;
}

.main-menu .menu-item#ICID .menu-item-bg {
    background-position: -755px 0;
    width: 49px;
}

.main-menu .menu-item#TechState .menu-item-bg {
    background-position: -834px 0;
    width: 40px;
}

.navigation-content .navigation-title#TechState .icon {
    background-position: -584px 0;
    width: 28px;
    left: calc(50% - 14px);
}


.main-menu .menu-item#Classificator .menu-item-bg {
    background-position: -755px 0;
    width: 49px;
}



.main-menu .menu-item#Certificate .menu-item-bg {
    background-position: -682px 0;
    width: 46px;
}

.main-menu .menu-item#MapEcoObjects .menu-item-bg {
    background-position: -987px 0;
    width: 40px;
}



.main-menu .menu-item#MapGISSys .menu-item-bg {
    background-position: -1359px 0;
    width: 41px;
}



.main-menu .menu-item#PZF .menu-item-bg {
    background-position: -1058px 0;
    width: 40px;
}



.main-menu .menu-item#EcoObject .menu-item-bg {
    background-position: -1132px 0;
    width: 44px;
}



.main-menu .menu-item#GISSys .menu-item-bg {
    background-position: -1203px 0;
    width: 44px;
}

.main-menu .menu-item#GeneralSearch .menu-item-bg {
    background-position: -1427px 0;
    width: 40px;
}

.navigation-content .navigation-title#GeneralSearch .icon {
    background-position: -999px 0;
    width: 28px;
    left: calc(50% - 14px);
}

.main-menu .menu-item .sub-menu-item {
    background: #6CADCD;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    z-index: 1111;
    white-space: nowrap;
    min-width: 95px;
}

    .main-menu .menu-item .sub-menu-item li span, .main-menu .menu-item .sub-menu-item li a {
        border: 0;
        background: #6CADCD;
        padding: 4px 10px;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        display: block;
    }

        .main-menu .menu-item .sub-menu-item li a:hover, .main-menu .menu-item .sub-menu-item li span:hover {
            border: 0;
            background: #125d83;
            padding: 4px 10px;
        }

    .main-menu .menu-item .sub-menu-item li.sub-arrow {
        position: relative;
    }

        .main-menu .menu-item .sub-menu-item li.sub-arrow .sub-menu-item {
            top: 0;
            left: 100%;
            margin: 0;
            border-left: 1px solid #fff;
        }

.error-menu .menu-item a, .error-menu .menu-item span {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 20px;
    display: block;
}

    .error-menu .menu-item a:hover, .error-menu .menu-item span:hover {
        background: #125d83;
    }

.log {
    padding: 0px 7px 0px 0px;
    margin: 5px 0px;
}

    .log .login-txt, .log .login-txt a {
        font-size: 12px;
        color: #ffffff;
    }


.main-menu .menu-item .sub-menu-item {
    background: #6CADCD;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    z-index: 1111;
    white-space: nowrap;
    min-width: 95px;
}

    .main-menu .menu-item .sub-menu-item li span, .main-menu .menu-item .sub-menu-item li a {
        border: 0;
        background: #6CADCD;
        padding: 4px 10px;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        display: block;
    }

        .main-menu .menu-item .sub-menu-item li a:hover, .main-menu .menu-item .sub-menu-item li span:hover {
            border: 0;
            background: #125d83;
            padding: 4px 10px;
        }

    .main-menu .menu-item .sub-menu-item li.sub-arrow {
        position: relative;
    }

        .main-menu .menu-item .sub-menu-item li.sub-arrow .sub-menu-item {
            top: 0;
            left: 100%;
            margin: 0;
            border-left: 1px solid #fff;
        }

.log .login-txt a {
    text-decoration: underline;
}
/*************************************** menu *********************************************/

/*************************************jqGRID*************************************************/
.ui-jqgrid-view, .ui-jqgrid-view div, .ui-jqgrid-view td, .ui-jqgrid-view th, #grid_toppager .ui-pg-table {
    font-family: 'Trebuchet MS' !important;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    height: auto;
    overflow-x: hidden;
    padding-right: 4px;
    padding-top: 2px;
    position: relative;
    vertical-align: text-top;
    white-space: normal !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.ui-jqgrid tr.jqgrow td {
    overflow-x: hidden !important;
    padding: 4px;
    vertical-align: middle !important;
    font-size: 13px;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    opacity: .65;
}

.ui-paging-info, .ui-pg-table {
    color: #6CADCD;
}

.ui-jqgrid .loading {
    border: 1px solid #64ACCF;
    background: #64ACCF;
    color: #FFFFFF;
}

.ui-jqgrid .height-formatter {
    max-height: 30px;
}

    .ui-jqgrid .height-formatter p {
        margin: 0;
    }

.grid-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #adadad;
    box-sizing: border-box;
}

.ui-accordion .ui-accordion-content.grid-scroll > .ui-widget-content {
    border: 1px solid #adadad;
}

.grid-scroll > .ui-widget-content {
    border: 0px;
}

.highlighted-row {
    background: #9bd0ea;
}

#pager, #grid_toppager {
    background: #ffffff !important;
}

.ui-jqgrid .height-formatter .formatter-content {
    max-height: 82px;
    overflow: hidden;
}
/*************************************jqGRID*************************************************/

/************************************************PopUp****************************************************/
.ui-dialog .ui-dialog-content {
    padding: 0;
    overflow: hidden;
}

.custom-dialog.btn-on-form .ui-dialog-content {
    padding: 0;
}

.ui-dialog form {
    padding: 10px 10px 15px 10px;
}

.ui-dialog {
    background: #ebebeb;
    box-shadow: 0px 0px 15px 1px #666666;
}

    .ui-dialog .group {
        display: block;
        background: #fafafa;
        width: 100%;
        box-sizing: border-box;
    }

    .ui-dialog .ui-widget-header {
        background: #ebebeb;
        border: 1px solid #ebebeb;
        color: #4b4b4b;
        text-align: center;
        font-weight: normal;
        font-family: 'Open Sans';
        padding: 5px 0 10px 0;
        margin: 0px 10px;
    }

        .ui-dialog .ui-widget-header:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background: #629cb9;
            bottom: 0;
            visibility: visible;
            box-sizing: border-box;
            margin: 45px auto;
            top: 0;
            left: 0;
            right: 0;
        }

        .ui-dialog .ui-widget-header:before {
            content: '';
            position: absolute;
            width: 9px;
            height: 9px;
            background: #6cadcd;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: 41px auto;
            border-radius: 50%;
        }

    .ui-dialog .ui-dialog-title {
        font-size: 22px;
        float: inherit;
        margin: 0;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        display: none;
    }

.alert-dialog .ui-dialog-buttonpane button, .custom-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    width: 90px;
    height: 30px;
    box-shadow: inset 0px 0px 0px 1px #FFFFFF;
    border: 1px solid #6cadcd;
    background: #6cadcd;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans';
    margin: 10px;
}

    .alert-dialog .ui-dialog-buttonpane button[disabled], .custom-dialog .ui-dialog-buttonpane button[disabled] {
        color: #ffffff;
        background: #bbbbbb;
        border: 1px #bbbbbb solid;
    }

        .alert-dialog .ui-dialog-buttonpane button[disabled]:hover, .custom-dialog .ui-dialog-buttonpane button[disabled]:hover {
            background: #bbbbbb;
            border: 1px #bbbbbb solid;
            cursor: default;
        }

    .alert-dialog .ui-dialog-buttonpane button:hover, .custom-dialog .ui-dialog-buttonpane button:hover {
        background: #125d83;
        color: #fff;
        border: 1px solid #125d83;
    }

.custom-dialog .ui-dialog-buttonpane button {
    min-width: 140px;
}

.alert-dialog .ui-dialog-buttonset, .custom-dialog .ui-dialog-buttonset {
    text-align: center;
    margin: 0 !important;
    float: inherit !important;
}

.alert-dialog .ui-widget-header {
    display: none;
}

.alert-dialog .ui-dialog-content, .custom-dialog .ui-dialog-content {
    padding: 10px;
    font-family: "Open Sans",sans-serif;
    overflow: hidden;
}

.alert-dialog .ui-dialog-content {
    text-align: center;
    min-height: 50px !important;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0px;
    border: 0px;
}

.alert-dialog .ui-dialog-buttonpane button span.ui-button-text, .custom-dialog .ui-dialog-buttonpane button span.ui-button-text {
    padding: 0px 0px;
    margin-top: -2px;
}

.alert-dialog.notification .ui-dialog-content:before {
    content: '';
    width: 58px;
    height: 60px;
    background: url(images/ico/icons.png) no-repeat -318px 0;
    top: 0;
    left: 20px;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto 0;
}

.alert-dialog.warning .ui-dialog-content:before {
    content: '';
    width: 67px;
    height: 61px;
    background: url(images/ico/icons.png) no-repeat -235px -81px;
    top: 0;
    left: 20px;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto 0;
}

.alert-dialog.error .ui-dialog-content:before {
    content: '';
    width: 62px;
    height: 62px;
    background: url(images/ico/icons.png) no-repeat -235px 0;
    top: 0;
    left: 20px;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto 0;
}

.alert-dialog.error .ui-dialog-content, .alert-dialog.warning .ui-dialog-content, .alert-dialog.notification .ui-dialog-content {
    padding-left: 105px;
}

.alert-dialog.message {
}

.table-dialog {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0px;
}

.layot-clear {
    table-layout: auto;
}

.table-dialog .td-left {
    padding-right: 15px;
}

.table-dialog .td-right {
    padding-left: 15px;
}

.d-content {
    padding: 10px 10px 20px 10px;
    min-height: 20px;
}

.d-textarea {
    width: 100%;
    resize: vertical;
    height: 70px;
}

.custom-dialog.ui-dialog form {
    padding: 0;
}

.help-dialog form {
    padding: 0;
}
/************************************************PopUp****************************************************/

/*************************************** content *********************************************/
.content {
}

body.login-page .content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content .padding {
    padding: 0px 0 20px 20px;
}
/*************************************** /content ********************************************/

/***************************************ico*******************************************************/
.ico-login {
    background: url(images/ico/icons.png) no-repeat;
    background-position: -146px 0;
    width: 23px;
    height: 30px;
    cursor: default;
    margin: 11px 10px 5px 0px;
}

.ui-icon-person {
    background-image: url(images/ico/icons.png ) !important;
    background-repeat: no-repeat;
    background-position: -91px -68px !important;
}

.ico-add-client {
    background: url(images/ico/icons.png) no-repeat !important;
    background-position: -207px -209px !important;
}

.ico-add-department {
    background: url(images/ico/icons.png) no-repeat !important;
    background-position: -173px -241px !important;
}

.ico-add-employee {
    background: url(images/ico/icons.png) no-repeat !important;
    background-position: -81px -284px !important;
}

.ico-edit {
    background: url(images/ico/icons.png) no-repeat !important;
    background-position: -149px -272px !important;
}

.ico-delete {
    background: url(images/ico/icons.png) no-repeat !important;
    background-position: -176px -269px !important;
}

.ico-access {
    background: url(images/ico/icons.png) no-repeat !important;
    background-position: -281px -715px !important;
}
/***************************************ico*******************************************************/

/***************************************Buttons*******************************************************/
button {
    outline: none;
}

.l-space-btn {
    margin-left: 10px;
}

.btn-group .btn {
    margin-right: 10px;
}

    .btn-group .btn.right {
        margin-right: 0;
        margin-left: 10px;
    }

.btn {
    border: 0px;
    cursor: pointer;
    background: url(images/ico/icons.png) no-repeat;
    outline: none;
}

.top-space {
    margin-top: 15px;
}

.btn-group.top-space {
    margin-top: 10px;
}

.btn-group {
    margin-bottom: 5px;
}
/*група кнопок над грідом*/
.btn-center {
    display: inline-block;
}

.d-btn-group {
    background: #fff;
    padding: 11px 0;
    text-align: center;
}
/*група кнопок на попапі, кнопки в центрі*/
.p-btn-group {
    padding: 11px 0;
}
    /*група кнопок на формі, кнопки зліва*/
    .p-btn-group.top-space {
        margin-top: 15px;
    }

.search-btn-group {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*група кнопок пошуку на попапі*/
.btn-d {
    cursor: pointer;
    min-width: 140px;
    height: 30px;
    border: 1px solid #6cadcd;
    background: #6cadcd;
    color: #fff;
    box-shadow: inset 0px 0px 0px 1px #FFFFFF;
    font-size: 16px;
    font-family: 'Open Sans';
    outline: none;
}

    .btn-d:hover {
        background: #125d83;
        border: 1px solid #125d83;
    }

    .btn-d[disabled] {
        color: #ffffff;
        background: #bbbbbb;
        border: 1px #bbbbbb solid;
    }

        .btn-d[disabled]:hover {
            background: #bbbbbb;
            border: 1px #bbbbbb solid;
            cursor: default;
        }

.btn-d-right {
    margin-left: 30px;
}

.top-ribbon .box-btn {
    padding: 2px 10px 0 10px;
    border-left: 1px solid #a8a8a8;
    height: 29px;
    box-sizing: border-box;
}

.btn-add {
    background-position: 0px 0px;
    width: 30px;
    height: 32px;
}

    .btn-add[disabled] {
        background-position: 0px -240px;
        cursor: default;
    }

.btn-view {
    background-position: -78px 0;
    width: 15px;
    height: 16px;
}

.btn-edit {
    background-position: -34px 0px;
    width: 17px;
    height: 16px;
}

    .btn-edit[disabled] {
        background-position: -34px -17px;
        cursor: default;
    }

.btn-delete {
    background-position: -56px 0px;
    width: 17px;
    height: 16px;
}

    .btn-delete[disabled] {
        background-position: -56px -17px;
        cursor: default;
    }

.btn-dict {
    background-position: -1px -35px;
    width: 20px;
    height: 24px;
}

    .btn-dict[disabled] {
        background-position: -200px -526px;
        cursor: default;
    }

.btn-autocomp {
    background-position: -177px -304px;
    width: 18px;
    height: 22px;
    border: 1px solid #adadad;
    border-left: 0;
    background-color: #fff;
}

    .btn-autocomp[disabled] {
        background-position: -74px -39px;
        cursor: default;
    }

.btn-filedownload-s {
    background-position: -77px -69px;
    width: 16px;
    height: 16px;
}

.btn-refresh-tree {
    background-position: -1px -91px;
    width: 32px;
    height: 32px;
}

.btn-tree-info {
    background-position: -45px -91px;
    width: 32px;
    height: 32px;
}

.btn-load-file {
    background-position: -108px -33px;
    width: 26px;
    height: 22px;
    margin-left: 5px;
}

.load-file {
    width: 19px;
    height: 21px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0;
}

.btn-tree-collapse {
    background-position: 0px -169px;
    width: 32px;
    height: 32px;
}

.btn-tree-collapse-disabled {
    background-position: -42px -169px;
    width: 32px;
    height: 32px;
    cursor: default;
}

.btn-link-del {
    background-position: -40px -129px;
    width: 31px;
    height: 32px;
}

    .btn-link-del[disabled] {
        background-position: -96px -319px;
        cursor: default;
    }

.btn-link-add {
    background-position: 0px -129px;
    width: 31px;
    height: 32px;
}

    .btn-link-add[disabled] {
        background-position: -139px -319px;
        cursor: default;
    }

.btn-gnrt-num {
    background-position: -176px -35px;
    width: 24px;
    height: 24px;
    margin-left: 5px;
}

    .btn-gnrt-num[disabled] {
        background-position: -76px -208px;
        cursor: default;
    }

.btn-export-xml {
    background-position: -118px -126px;
    width: 31px;
    height: 32px;
}

    .btn-export-xml[disabled] {
        background-position: -118px -169px;
        cursor: default;
    }

.btn-import-xml {
    background-position: -118px -91px;
    width: 31px;
    height: 32px;
}

    .btn-import-xml[disabled] {
        background-position: -81px -169px;
        height: 32px;
        cursor: default;
    }

.btn-attachfile-s {
    background-position: -79px -18px;
    width: 11px;
    height: 17px;
    padding: 0;
}

.btn-add-b {
    background-position: -144px -37px;
    width: 25px;
    height: 24px;
}

    .btn-add-b[disabled] {
        background-position: 0px -208px;
        cursor: default;
    }

.btn-search {
    background-position: -175px 0;
    width: 25px;
    height: 24px;
}

    .btn-search[disabled] {
        background-position: -35px -208px;
        cursor: default;
    }

.btn-clsForm {
    background-position: -160px -167px;
    position: absolute;
    top: 40px;
    right: 20px;
    width: 32px;
    height: 32px;
    z-index: 1;
}

    .btn-clsForm:hover {
        background-position: -40px -239px;
    }

.btn-all-records {
    background-position: -115px -206px;
    width: 30px;
    height: 30px;
}

    .btn-all-records[disabled] {
        background-position: -160px -206px;
        cursor: default;
    }

.btn-add-department {
    background-position: -86px -240px;
    width: 30px;
    height: 32px;
}

    .btn-add-department[disabled] {
        background-position: -123px -240px;
    }

.btn-add-employee {
    background-position: 0px -283px;
    width: 30px;
    height: 32px;
}

    .btn-add-employee[disabled] {
        background-position: -40px -283px;
    }

.btn-add-client {
    background-position: -210px -169px;
    width: 30px;
    height: 32px;
}

    .btn-add-client[disabled] {
        background-position: -252px -169px;
        cursor: default;
    }

.btn-arrow-up {
    background-position: 0px -318px;
    height: 16px;
    width: 13px;
    padding: 0;
}

    .btn-arrow-up[disabled] {
        background-position: -50px -318px;
        cursor: default;
    }

.btn-arrow-down {
    background-position: -20px -318px;
    height: 16px;
    width: 13px;
    padding: 0;
}

    .btn-arrow-down[disabled] {
        background-position: -70px -318px;
        cursor: default;
    }

.btn-bind-doc {
    background-position: 0px -345px;
    width: 31px;
    height: 32px;
}

    .btn-bind-doc[disabled] {
        background-position: 0px -396px;
        cursor: default;
    }

.btn-add-doc {
    background-position: -50px -345px;
    width: 31px;
    height: 32px;
}

    .btn-add-doc[disabled] {
        background-position: -50px -396px;
        cursor: default;
    }

.btn-clean {
    background-position: -144px -365px;
    width: 19px;
    height: 25px;
}

.btn-add-small {
    background-position: -97px -404px;
    width: 17px;
    height: 18px;
}

    .btn-add-small[disabled] {
        background-position: -130px -404px;
    }

.btn-print {
    background-position: -161px -64px;
    width: 29px;
    height: 21px;
}

.btn-copy {
    background-position: -170px -361px;
    width: 30px;
    height: 31px;
}

    .btn-copy[disabled] {
        background-position: -207px -361px;
        width: 30px;
        height: 31px;
    }

.btn-filedownload {
    background-position: -340px -172px;
    width: 24px;
    height: 22px;
    position: relative;
    z-index: 1;
}

.btn-fileload {
    background-position: -299px -172px;
    width: 25px;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
}

    .btn-fileload input {
        max-width: 20px;
    }

.btn-leavePage {
    width: 16px;
    height: 16px;
    background-position: -214px -248px;
}

.btn-blockPlugin {
    background-position: -305px -213px;
    width: 31px;
    height: 30px;
}

    .btn-blockPlugin[disabled] {
        background-position: -305px -253px;
        cursor: default;
    }

.btn-PluginShowError {
    background-position: -343px -213px;
    width: 31px;
    height: 30px;
}

    .btn-PluginShowError[disabled] {
        background-position: -343px -253px;
        cursor: default;
    }

.btn-help {
    background-position: -215px -303px;
    width: 22px;
    height: 22px;
}

.btn-add-topribbon {
    background-position: -256px -304px;
    width: 23px;
    height: 24px;
    display: block;
}

    .btn-add-topribbon[disabled] {
        background-position: -257px -339px;
        cursor: default;
    }

.btn-copy-topribbon {
    background-position: -297px -304px;
    width: 21px;
    height: 24px;
    display: block;
}

    .btn-copy-topribbon[disabled] {
        background-position: -298px -339px;
        cursor: default;
    }

.btn-show-map {
    background-position: 0px -438px;
    width: 32px;
    height: 31px;
}

    .btn-show-map[disabled] {
        background-position: -51px -438px;
        cursor: default;
    }

.btn-renumber {
    background-position: -336px -305px;
    width: 28px;
    height: 32px;
    display: block;
}

    .btn-renumber[disabled] {
        background-position: -336px -348px;
        cursor: pointer;
    }

.btn-delete-file {
    background-position: -241px -242px;
    width: 18px;
    height: 22px;
}

    .btn-delete-file[disabled] {
        background-position: -277px -242px;
        cursor: default;
    }

.btn-print-big {
    background-position: -102px -437px;
    width: 32px;
    height: 31px;
}

    .btn-print-big[disabled] {
        background-position: -149px -437px;
        cursor: default;
    }

.btn-send-email {
    background-position: -188px -436px;
    width: 30px;
    height: 31px;
}

    .btn-send-email[disabled] {
        background-position: -238px -436px;
        cursor: default;
    }

.btn-for-link {
    text-decoration: none;
    padding: 0px 6px;
    line-height: 28px;
    margin-top: 50px;
}

.btn-filter {
    background-position: -288px -438px;
    width: 34px;
    height: 31px;
}

    .btn-filter[disabled] {
        background-position: -339px -438px;
        cursor: default;
    }

.btn-select {
    background-position: 0 -483px;
    width: 30px;
    height: 32px;
}

    .btn-select[disabled] {
        background-position: -100px -483px;
        cursor: default;
    }

.btn-class-find {
    background-position: -288px -483px;
    width: 32px;
    height: 31px;
}

    .btn-class-find[disabled] {
        background-position: -339px -483px;
        cursor: default;
    }

.btn-transfer {
    background-position: -289px -524px;
    width: 30px;
    height: 31px;
}

    .btn-transfer[disabled] {
        background-position: -340px -524px;
        cursor: default;
    }

.btn-redirect {
    background-position: -192px -486px;
    width: 26px;
    height: 24px;
}

    .btn-redirect[disabled] {
        background-position: -238px -486px;
        cursor: default;
    }

.btn-industrial-designs {
    background-position: 0px -522px;
    width: 30px;
    height: 32px;
}

    .btn-industrial-designs[disabled] {
        background-position: -49px -522px;
        cursor: default;
    }

.btn-complete-translate {
    background-position: -100px -522px;
    width: 30px;
    height: 32px;
}

    .btn-complete-translate[disabled] {
        background-position: -149px -522px;
        cursor: default;
    }

.btn-send-dweller {
    background-position: -115px -567px;
    width: 30px;
    height: 32px;
}

    .btn-send-dweller[disabled] {
        background-position: -167px -567px;
        cursor: default;
    }

.btn-update-dweller {
    background-position: -235px -567px;
    width: 30px;
    height: 32px;
}

    .btn-update-dweller[disabled] {
        background-position: -286px -567px;
        cursor: default;
    }

.btn-export-excel {
    background-position: -51px -668px;
    width: 32px;
    height: 32px;
}

    .btn-export-excel[disabled] {
        background-position: -51px -720px;
        cursor: default;
    }

.btn-import-excel {
    background-position: 0px -668px;
    width: 32px;
    height: 32px;
}

    .btn-import-excel[disabled] {
        background-position: 0px -720px;
        cursor: default;
    }

.btn-connect-to-oss {
    background-position: -111px -618px;
    width: 19px;
    height: 24px;
}

    .btn-connect-to-oss.disabled, .btn-connect-to-oss[disabled] {
        background-position: -146px -618px;
        cursor: default;
    }

.btn-near-input {
    cursor: pointer;
    height: 24px;
    border: 1px solid #6cadcd;
    background: #6cadcd;
    color: #fff;
    box-shadow: inset 0px 0px 0px 1px #FFFFFF;
    font-size: 13px;
    font-family: 'Open Sans';
    outline: none;
}

    .btn-near-input[disabled] {
        color: #ffffff;
        background: #bbbbbb;
        border: 1px #bbbbbb solid;
        cursor: default;
    }

.btn-cascade-delete {
    background-position: -51px -566px;
    width: 35px;
    height: 32px;
}

    .btn-cascade-delete[disabled] {
        background-position: -51px -617px;
        cursor: default;
    }

.btn-register-ao {
    background-position: -296px -610px;
    width: 32px;
    height: 32px;
}

    .btn-register-ao[disabled] {
        background-position: -338px -610px;
        cursor: default;
    }

.btn-toggle-filter {
    display: inline-block;
    width: 20px;
    height: 14px;
    margin: 11px 5px 0px 9px;
    background: repeating-linear-gradient(to bottom, #ffffff, #ffffff 2px, transparent 0px, transparent 6px);
    cursor: pointer;
}

.btn-get-user-location {
    width: 20px;
    height: 20px;
    margin: 4px;
    cursor: pointer;
    background-position: -86px -280px;
    background-size: 228px 323px;
}

    .btn-get-user-location:hover {
        background-position: -64px -280px;
    }

    .btn-get-user-location.active {
        background-position: -135px -280px;
    }

        .btn-get-user-location.active:hover {
            background-position: -113px -280px;
        }

.user-location-control-wrapper {
    background: #fff;
    margin-right: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    width: 29px;
    height: 29px;
    overflow: hidden;
}

.btn-centering-object {
    background-position: -277px -659px;
    width: 32px;
    height: 32px;
}

    .btn-centering-object[disabled] {
        background-position: -328px -659px;
        cursor: default;
    }

.btn-add-cascad {
    background-position: -106px -721px;
    width: 26px;
    height: 24px;
}

    .btn-add-cascad[disabled] {
        background-position: -143px -721px;
        cursor: default;
    }

.btn-add-link-small {
    background-position: -189px -721px;
    width: 16px;
    height: 16px;
}

    .btn-add-link-small[disabled] {
        background-position: -213px -721px;
        cursor: default;
    }

.btn-save-small {
    background-position: -240px -717px;
    width: 25px;
    height: 24px;
}

.btn-sysinfo {
    background-position: -316px -715px;
    width: 22px;
    height: 22px;
}

    .btn-sysinfo[disabled] {
        background-position: -350px -715px;
        cursor: default;
    }

.btn-eds-key {
    background-position: -256px -750px;
    width: 24px;
    height: 35px;
}

    .btn-eds-key.active {
        background-position: -298px -750px;
    }

.btn-add-eds {
    background-position: -96px -816px;
    width: 30px;
    height: 32px;
}

    .btn-add-eds[disabled] {
        background-position: -135px -816px;
        cursor: default;
    }

.btn-sign-file-eds {
    background-position: 0px -865px;
    width: 33px;
    height: 24px;
}

    .btn-sign-file-eds[disabled] {
        background-position: -52px -865px;
        cursor: default;
    }

.btn-sign-file-eds-small {
    background-position: -357px -762px;
    width: 16px;
    height: 16px;
}

    .btn-sign-file-eds-small[disabled] {
        background-position: -330px -762px;
        cursor: default;
    }

.btn-verify-file-eds {
    background-position: -288px -816px;
    width: 32px;
    height: 32px;
}

    .btn-verify-file-eds[disabled] {
        background-position: -339px -816px;
        cursor: default;
    }

.btn-download-file-eds {
    background-position: -187px -816px;
    width: 30px;
    height: 32px;
    overflow: hidden;
}

    .btn-download-file-eds[disabled] {
        background-position: -238px -816px;
        cursor: default;
    }

.btn-attach-eds {
    background-position: -174px -863px;
    width: 27px;
    height: 22px;
}

    .btn-attach-eds[disabled] {
        background-position: -211px -863px;
        cursor: default;
    }

.btn-copy-card-attr {
    background-position: 0px -896px;
    width: 28px;
    height: 24px;
}

    .btn-copy-card-attr[disabled] {
        background-position: -48px -896px;
        cursor: default;
    }

.btn-in-archive {
    background-position: 0px -925px;
    width: 30px;
    height: 32px;
}

    .btn-in-archive[disabled] {
        background-position: -47px -925px;
        cursor: default;
    }

.btn-out-archive {
    background-position: 0px -977px;
    width: 30px;
    height: 32px;
}

    .btn-out-archive[disabled] {
        background-position: -47px -977px;
        cursor: default;
    }

.btn-scan-file {
    background-position: -100px -896px;
    width: 30px;
    height: 24px;
    padding: 0;
}

    .btn-scan-file[disabled] {
        background-position: -140px -896px;
        cursor: default;
    }

.btn-send-resolution {
    background-position: -88px -926px;
    width: 31px;
    height: 32px;
}

    .btn-send-resolution[disabled] {
        background-position: -128px -926px;
        cursor: default;
    }
/***************************************Buttons*******************************************************/

/*************************************** validator *********************************************/
.field-validation-error, .error {
    color: #ff0000;
    font-size: 13px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error, input.error, select.error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    color: #ff0000;
    font-size: 8pt;
}

    .validation-summary-errors ul {
        margin: 0px;
        padding: 0px 0px 0px 14px;
    }

    .validation-summary-errors li {
        font-size: 14px;
    }

.validation-summary-valid {
    display: none;
}
/*************************************** /validator ********************************************/

/*************************************** error ********************************************/
.content-404 {
    position: absolute;
    width: 700px;
    height: 270px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(images/error/error404-bg.png) no-repeat top center;
    padding-top: 140px;
    box-sizing: border-box;
}

.footer-td {
    height: 35px;
}

.title-404 {
    text-align: center;
}

    .title-404 h1 {
        text-align: center;
        font-size: 25px;
        text-transform: uppercase;
        margin: 0;
        font-weight: bold;
        color: #64addb;
        line-height: 1;
    }

    .title-404 h2 {
        font-size: 29px;
        margin: 0;
        font-weight: 600;
        margin-bottom: 30px;
    }

.text-404 div {
    text-align: center;
    font-size: 17px;
    width: 595px;
    margin: auto;
}

.content-error {
    box-sizing: border-box;
    position: relative;
}

    .content-error .error {
        padding-top: 70px;
        padding-bottom: 20px;
    }

.error-title {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #5a9dc7;
    margin-bottom: 30px;
}

.error-text {
    width: 70%;
    margin: auto;
    font-size: 20px;
    color: #373838;
    padding-bottom: 10px;
    padding-left: 40px;
    border-bottom: 1px solid #008c8f;
    position: relative;
    box-sizing: border-box;
}

    .error-text:before {
        content: '';
        position: absolute;
        top: 13px;
        left: 0px;
        background: url(images/ico/icons.png) no-repeat -332px -97px;
        width: 32px;
        height: 32px;
    }

.full-error {
    width: 70%;
    margin: auto;
    overflow: auto;
}

.full-error-title {
    color: #64addb;
    font-size: 17px;
    padding-top: 5px;
}

.full-error ul {
    margin: 0;
}
/*************************************** /error *******************************************/

/****************************************Custom grid**************************************************************/
.custom-grid {
    border-collapse: collapse;
    border-spacing: 0px;
}

    .custom-grid th {
        background: #DDD;
        border-bottom: 2px solid #adadad !important;
        font-family: 'Trebuchet MS';
        font-size: 14px;
        font-weight: normal;
    }

    .custom-grid td, .custom-grid td div, .custom-grid td a {
        font-family: 'Trebuchet MS';
        font-size: 13px;
    }

    .custom-grid td, .custom-grid th {
        border: 1px solid #adadad;
        border-top: 0;
        border-left: 0;
        padding: 3px;
    }

.custom-grid-div { /*width: 97%;*/
    overflow-x: auto;
    border: 1px solid #adadad;
}

.grid-border {
    border: 1px solid #adadad;
}
/****************************************Custom grid**************************************************************/

.maxw415 {
    max-width: 415px;
    word-wrap: break-word;
}

/********************************************Form-tabs************************************************************/
.tabs-body {
    width: 100%;
}

.top-ribbon {
    height: 28px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #a8a8a8;
}

.menu-title {
    font-size: 16px;
    color: #6a6a6a;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    border-bottom: 1px solid #A8A8A8;
}

.menu-items {
    width: 15%;
    box-sizing: border-box;
}

    .menu-items .item {
        border-bottom: 1px solid #A8A8A8;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        color: #18719e;
        font-weight: 600;
    }

        .menu-items .item[disabled] .item-hover {
            color: #ADADAD;
            cursor: not-allowed;
            background-color: #fff !important;
        }

    .menu-items .item-hover {
        padding: 10px;
        margin: 1px 1px 1px 0;
        cursor: pointer;
    }

        .menu-items .item-hover:hover, .menu-items .active-item {
            background-color: #efefef;
        }

.btn-menu-bg {
    height: 100%;
    width: 50px;
    border-right: 1px solid #a8a8a8;
}

    .btn-menu-bg.open {
        background-color: #fff;
        border-bottom: 1px solid #fff;
    }

.btn-menu {
    background-position: 0px -64px;
    margin: 5px 0 0 15px;
    width: 24px;
    height: 21px;
}

.btn-menu-close {
    background-position: -29px -64px;
}

.tabs-content {
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
}

    .tabs-content.open {
        border-left: 1px solid #a8a8a8;
        width: 85%;
    }
/********************************************Form-tabs************************************************************/

/*************************************** hlibni krihti *********************************************/
.hk {
    color: #9d9d9d;
    height: 20px;
    padding-top: 4px;
}

    .hk, .hk span, .hk a {
        font-size: 9pt;
    }

        .hk span, .hk a {
            color: #636363;
        }

        .hk a {
            text-decoration: underline;
        }
/*************************************** /hlibni krihti ********************************************/

/********************************************DatePicker******************************************/
.ui-datepicker .ui-widget-header {
    background: #6CADCD;
    border: 1px solid #6CADCD;
}

.ui-datepicker .ui-state-highlight {
    border: 1px solid #145D7E;
    background: #fff !important;
    color: #145D7E;
}

.ui-datepicker .ui-state-active {
    border: 1px solid #145D7E;
    background: #6CADCD;
    color: #ffffff;
}

.ui-datepicker .ui-state-highlight.ui-state-active {
    background: #6CADCD !important;
}

.calendar {
    display: inline-block;
}

    .calendar input[type="text"] {
        float: left;
        width: 80px;
        padding-left: 2px;
    }

    .calendar img {
        float: left;
        cursor: pointer;
        margin-left: 5px;
    }

    .calendar.date-time input[type="text"] {
        width: 120px;
    }

        .calendar.date-time input[type="text"]::-ms-clear {
            display: none;
        }
/********************************************DatePicker******************************************/


/*************************************** TREE ********************************************************/
.tree {
    overflow: auto;
    border: 1px solid lightgray;
    box-sizing: border-box;
    background: #ffffff;
    outline: none;
}

.tree-preview {
    background-color: #F6F6F6;
    border: 1px solid #D3D3D3;
    float: left;
    border-left: 0;
    padding: 5px 10px;
    overflow-y: auto;
    box-sizing: border-box;
}

    .tree-preview > table {
        width: 100%;
    }

.tree-preview-hint {
    height: auto;
    width: auto;
    z-index: 1005;
    overflow-y: auto;
    box-sizing: border-box;
    background-color: #fefefe;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 2px 0px #d8d8d8;
    padding: 5px;
}

    .tree-preview-hint .break-word {
        max-width: 400px;
    }

    .tree-preview h2, .tree-preview-hint h2 {
        color: #0092cd;
        font-size: 15px;
        margin: 5px 0 15px 15px;
    }

    .tree-preview .caption, .tree-preview-hint .caption {
        padding-top: 4px;
        padding-right: 10px;
        white-space: nowrap;
        width: 1%;
    }

    .tree-preview-hint .caption {
        width: auto;
    }

    .tree-preview td, .tree-preview-hint td {
        font-size: 14px;
    }

    .tree-preview tr, .tree-preview-hint tr {
        vertical-align: top;
    }

    .tree-preview .tree-preview-header, .tree-preview-hint .tree-preview-header {
        color: #0092cd;
        font-size: 14px !important;
        font-weight: 600;
    }

.d-content .tree {
    background: #fff;
}

.ui-accordion .ui-accordion-content.tree {
    padding: 0;
}

.tree-folders-num1 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: 4px -24px !important;
}

.tree-folders-num2 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -21px -24px !important;
}

.tree-folders-num3 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -45px -24px !important;
}

.tree-folders-num4 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -69px -24px !important;
}

.tree-folders-num5 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -92px -24px !important;
}

.tree-folders-num6 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -117px -24px !important;
}

.tree-folders-num7 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -141px -24px !important;
}

.tree-folders-num8 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -165px -24px !important;
}

.tree-folders-num9 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -190px -24px !important;
}

.tree-folders-num10 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -215px -24px !important;
}

.tree-docs-num1 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: 5px 3px !important;
}

.tree-docs-num2 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -18px 3px !important;
}

.tree-docs-num3 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -41px 3px !important;
}

.tree-docs-num4 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -64px 3px !important;
}

.tree-docs-num5 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -87px 3px !important;
}

.tree-docs-num6 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -110px 3px !important;
}

.tree-docs-num7 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -133px 3px !important;
}

.tree-docs-num8 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -156px 3px !important;
}

.tree-docs-num9 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -179px 3px !important;
}

.tree-docs-num10 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -202px 3px !important;
}

.tree-docs-num11 {
    background-image: url(images/ico/tree_docs_num.png) !important;
    background-position: -226px 3px !important;
}

.org-structure-tree .jstree-node[data_recordtype="department"] > .jstree-anchor > .jstree-themeicon, .org-structure-tree .jstree-node[data_recordtype="department"].jstree-open > .jstree-anchor > .jstree-themeicon, .org-structure-tree.only-department .jstree-open > .jstree-anchor > .jstree-themeicon, .org-structure-tree.only-department .jstree-leaf > .jstree-anchor > .jstree-themeicon {
    background: url(images/ico/icons.png) no-repeat;
    background-position: -177px -244px;
}

.org-structure-tree .jstree-node[data_recordtype="client"] > .jstree-anchor > .jstree-themeicon, .org-structure-tree .jstree-node[data_recordtype="client"].jstree-open > .jstree-anchor > .jstree-themeicon, .org-structure-tree.only-department .jstree-open > .jstree-anchor > .jstree-themeicon, .org-structure-tree.only-department .jstree-leaf > .jstree-anchor > .jstree-themeicon {
    background: url(images/ico/icons.png) no-repeat;
    background-position: -212px -211px;
}

.org-structure-tree .jstree-node[data_recordtype="employee"].jstree-leaf > .jstree-anchor > .jstree-themeicon {
    background: url(images/ico/icons.png) no-repeat;
    background-position: -154px -244px;
}

.org-structure-tree.jstree-default .jstree-themeicon {
    background: url(images/ico/icons.png) no-repeat;
    background-position: -177px -244px;
}

.small.max-height .org-structure-tree.only-department {
    max-height: 300px;
}

.small.max-height .org-structure-tree {
    max-height: 145px;
}
/*************************************** TREE ********************************************************/

/*****************************************Admin forms*****************************************/
.roles-block {
    max-height: 85px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #adadad;
}
/*****************************************Admin forms*****************************************/

/************************************Кастомізація поля форматованого тексту***********************/
.custom-dev-textedit, .help-dev-textedit {
    position: relative;
}

    .custom-dev-textedit .dxtbControl, .help-dev-textedit .dxtbControl {
        background-color: #F0F0F0;
    }

    .custom-dev-textedit .dxheContentArea, .help-dev-textedit .dxheContentArea {
        padding: 0;
    }

    .custom-dev-textedit .dxheViewArea, .help-dev-textedit .dxheViewArea {
        border: 0;
        min-height: 200px;
    }

    .custom-dev-textedit .dxheControl, .help-dev-textedit .dxheControl {
        border: Solid 1px #ADADAD;
    }

    .custom-dev-textedit td.dx > table, .help-dev-textedit td.dx > table {
        width: 100% !important;
    }

body.dxheDesignViewArea {
    height: 100%;
}
/*фікс висоти області редагування для ІЕ*/
.custom-dev-textedit .dxmLite .dxmtb.dxm-horizontal .dxm-spacing, .help-dev-textedit .dxmLite .dxmtb.dxm-horizontal .dxm-spacing {
    width: 2px;
    min-width: 2px;
}

.custom-dev-textedit input[type="text"].dxeEditArea, .help-dev-textedit input[type="text"].dxeEditArea {
    height: 14px;
}

.custom-dev-textedit .font-size-dropdown .dxeListBoxItem span, .help-dev-textedit .font-size-dropdown .dxeListBoxItem span {
    font-size: 14px !important;
}

.custom-dev-textedit .font-size-dropdown .dxeListBoxItem, .help-dev-textedit .font-size-dropdown .dxeListBoxItem {
    padding: 5px !important;
}
/************************************Кастомізація поля форматованого тексту***********************/


/*****************************Розіделення документів кольором(різний фон карток)*********************************/
.output-docs .tabs-content {
    background-color: #ffffe1;
}

.output-docs .menu-items .active-item {
    background-color: #ffffe1;
}

.input-docs .tabs-content {
    background-color: #dcf4f4;
}

.input-docs .menu-items .active-item {
    background-color: #dcf4f4;
}

.treatment-to-CAS .tabs-content {
    background-color: #caeeff;
}

.treatment-to-CAS .menu-items .active-item {
    background-color: #caeeff;
}
/*****************************Розіделення документів кольором(різний фон карток)*********************************/

/*****************************************Універсальний фільтр************************************/
.general-filter {
}

    .general-filter table {
        border-spacing: 0;
        width: 100%;
    }

    .general-filter .r-space {
        margin-right: 10px;
    }

    .general-filter .calendar.w100 {
        width: auto;
    }

    .general-filter div.w100 {
        width: calc(100% - 30px);
    }

    .general-filter.ui-accordion .ui-accordion-content {
        padding-top: 0px;
    }

    .general-filter .operation-name select {
        width: 130px;
    }

    .general-filter .field-name select {
        width: 300px;
    }

    .general-filter .filter-value input[type="text"], .general-filter .filter-value select {
        width: 100%;
    }

    .general-filter .calendar input[type="text"] {
        width: 80px;
    }

    .general-filter .calendar.date-time input[type="text"] {
        width: 120px;
    }

    .general-filter .filter-btn-group {
        margin-top: 15px;
    }

    .general-filter .ui-accordion-header-description {
        font-weight: 700;
        text-transform: uppercase;
    }
/*****************************************Універсальний фільтр************************************/

/***********************************кастомний фільтр (використувоється в Residence)****************************************/
.custom-filter .group {
    width: 100%;
    box-sizing: border-box;
}

.custom-filter .d-btn-group {
    padding-bottom: 0px;
}

.custom-filter.ui-accordion form.ui-accordion-content {
    overflow: hidden;
}
/***********************************кастомний фільтр****************************************/

/**************************************************Папки на головній сторінці**************************/
.main-block {
    /*min-height: 370px;*/
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation {
    /*margin: auto;
    text-align: center;
    display: table;
    height: 100%;*/
}

.navigation-center {
    /*display: table-cell;
    vertical-align: middle;*/
    text-align: center;
}

.navigation-box {
    width: 230px;
    height: 250px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #6cadcd;
    margin: 25px;
    display: inline-block;
    vertical-align: top;
}

    .navigation-box .navigation-content {
        width: 100%;
        height: 100%;
        margin: 0;
        position: relative;
        box-sizing: border-box;
    }

.front {
    position: absolute;
    width: 230px;
    height: 250px;
    transition: all .4s ease;
    z-index: 1;
}

.back {
    padding: 5px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.navigation-box .navigation-content .icon {
    position: absolute;
    top: 75px;
    transition: all .3s linear;
    height: 28px;
    background: url(images/ico/menu-icons.png) no-repeat;
    background-size: cover;
    background-position: -894px 0;
    width: 32px;
    left: calc(50% - 16px);
}

.navigation-box:hover .navigation-content .icon {
    top: 15px;
    left: 15px !important;
    float: left;
}

.navigation-box .navigation-content .navigation-title {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

    .navigation-box .navigation-content .navigation-title h3 {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
        transition: all .3s linear;
        margin-top: 18px;
    }

.navigation-box:hover .navigation-content .navigation-title h3 {
    white-space: nowrap;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    left: 55px !important;
    width: 165px;
}

.navigation-box .navigation-content .navigation-list {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #6cadcd;
    padding-top: 48px;
}

    .navigation-box .navigation-content .navigation-list ul {
        margin: 0;
        list-style-type: none;
        padding: 0;
        max-height: 180px;
        overflow: hidden;
        position: relative;
        padding: 0 10px;
    }

        .navigation-box .navigation-content .navigation-list ul a {
            text-decoration: none;
            font-family: 'Trebuchet MS';
            font-size: 14px;
            color: #cacaca;
        }

.navigation-box:hover .navigation-list ul a {
    color: #1f6da2;
}

    .navigation-box:hover .navigation-list ul a:hover {
        text-decoration: underline;
        color: #3e8dc4;
    }

.navigation-box:hover .front {
    overflow: hidden;
    height: 54px;
}

.navigation-box svg {
    position: absolute;
    top: -1px;
    left: -1px;
}

    .navigation-box svg path#firstPath {
        fill: #6cadcd;
    }

    .navigation-box svg path#secondPath {
        fill: none;
        stroke: #fff;
        stroke-width: 1;
        shape-rendering: crispEdges;
    }

/**************************************************Папки на головній сторінці**************************/

/*******************************Календар робочих днів**************************************/
.btn-selectDay {
    border: 1px solid #b0bab1;
    background: #d6e9f3;
    margin-right: 10px;
    width: 95px;
    cursor: pointer;
}

.scheduler-calendar .ui-state-active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    color: #000000;
}

.scheduler-calendar .ui-state-highlight {
    border: 1px solid #eb6f67;
    background: #ffdcdc !important;
    color: #4a3f39;
}

    .scheduler-calendar .ui-state-highlight a.ui-state-default {
        background: #ffdcdc;
        color: #4a3f39;
        border: 0px;
    }

.scheduler-calendar .ui-datepicker-today .ui-state-highlight {
    border: 1px solid #145D7E;
    background: #ffffff !important;
    color: #145D7E;
}
/*******************************Календар робочих днів**************************************/

/**************************************** File Preview ****************************/
.file-name {
    border: 1px solid #ADADAD;
    background-color: #E3E2E2;
    padding: 2px;
    float: left;
}

.preview-image {
    overflow: hidden;
}

    .preview-image .preview-image-item {
        display: inline-block;
        margin-top: 20px;
        background-color: #fff;
        width: 160px;
        height: 160px;
        border-top: 2px solid #419fcd;
    }

        .preview-image .preview-image-item.view-image {
            height: auto;
        }

    .preview-image .preview-image-block {
        width: 100%;
        height: 120px;
        overflow: hidden;
        border-bottom: 1px solid #abcedf;
        position: relative;
    }

    .preview-image .preview-image-item.view-image .preview-image-block {
        height: auto;
    }

    .preview-image .preview-image-block img {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .preview-image .preview-image-item.view-image .preview-image-block img {
        max-width: 100%;
        position: relative;
    }

    .preview-image .preview-image-name {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        padding: 11px 10px 11px 33px;
        font-size: 12px;
    }

        .preview-image .preview-image-name:before {
            content: '';
            position: absolute;
            top: 9px;
            left: 6px;
            background: url(images/ico/icons.png) no-repeat;
            background-position: -342px -402px;
            width: 20px;
            height: 20px;
        }
/**************************************** File Preview ****************************/

/************************************** Dictionary ***************************/
.lang-tabs .lang-title:first-child {
}

.lang-tabs .lang-title.active {
    font-weight: bold;
    background: #ffffff;
}

    .lang-tabs .lang-title.active:before {
        content: '';
        position: absolute;
        background: #fff;
        width: 100%;
        height: 1px;
        bottom: -1px;
        left: 0;
    }

.lang-tabs .lang-title {
    position: relative;
    padding: 5px 10px;
    border: 1px solid #adadad;
    border-bottom: 0;
    cursor: pointer;
    margin-right: 10px;
}

.lang-content {
    border: 1px solid #adadad;
    border-right: 0;
    background: #fff;
    padding: 10px;
}

    .lang-content form {
        padding: 0;
    }

.dialog-oss-partial {
    margin-top: 28px;
}

    .dialog-oss-partial .tree-header {
        background: #ebebeb;
        border: 1px solid #adadad;
        padding: 5px 5px 1px 5px;
    }

.dialog-oss-partial-tree {
    background: #fff;
    border: 1px solid #adadad;
    border-top: 0;
}

    .dialog-oss-partial-tree .tree {
        border: 0;
        border-top: 1px solid #adadad;
        width: 400px;
        height: 127px;
    }

.dialog-oss-partial.directory .dialog-oss-partial-tree .tree {
    height: 247px;
    border-top: 0;
}
/************************************** Dictionary ***************************/

/******************************************** іконки в гріді Промислові зразки ***********************/
.ico-new-processing {
    font-size: 0;
    background: url(images/ico/status-icons.png) no-repeat;
    background-position: 0 0;
    width: 20px;
    height: 13px;
}

.ico-in-work-processing {
    font-size: 0;
    background: url(images/ico/status-icons.png) no-repeat;
    background-position: -40px 0;
    width: 20px;
    height: 13px;
}

.ico-completed-processing {
    font-size: 0;
    background: url(images/ico/status-icons.png) no-repeat;
    background-position: -80px 0;
    width: 20px;
    height: 13px;
}

.ico-finished-processing {
    font-size: 0;
    background: url(images/ico/status-icons.png) no-repeat;
    background-position: -120px 0;
    width: 20px;
    height: 13px;
}
/******************************************** іконки в гріді Промислові зразки ***********************/

/******************************************************* jstree ***************************************/
.jstree-break-row .jstree-default a {
    white-space: normal !important;
    height: auto;
    max-width: calc(100% - 30px);
}

.jstree-break-row .jstree-leaf a {
    height: auto !important;
}
/******************************************************* jstree ***************************************/

/************************************************ акордіон для чекбокса *******************************/
.checkbox-accordion-title {
    border: 1px solid #adadad;
    background: #d0e8f8;
}

    .checkbox-accordion-title .caption {
        cursor: pointer;
    }

    .checkbox-accordion-title input[type="checkbox"] {
        margin: 6px;
    }

.checkbox-accordion-content {
    border: 1px solid #adadad;
    border-top: 0;
    padding: 0 10px 10px 10px;
}
/************************************************ акордіон для чекбокса *******************************/

/******************************************Форма реєстрації користувача*********************************************/
.register-block, .edit-account-block, .edit-ds-block {
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}

.view-account-block {
    margin: auto;
    width: 455px;
    padding: 40px 0;
}

    .view-account-block .view-account-form {
        width: 450px;
        border: 1px solid #adadad;
    }

.register-block .register-form, .edit-account-block .edit-account-form, .edit-ds-block .edit-ds-form {
    border: 1px solid #adadad;
    display: inline-block;
    text-align: left;
}

.edit-ds-block .edit-ds-form-content, .register-block .register-form-content, .edit-account-block .edit-account-form-content, .view-account-block .view-account-form .view-account-form-content {
    padding: 0 25px 0 25px;
}

.register-block .register-form .register-title, .edit-account-block .edit-account-form .edit-account-title, .restore-password-form .restore-password-title, .view-account-block .view-account-form .view-account-title, .edit-ds-block .edit-ds-form .edit-ds-title {
    font-size: 19px;
    color: #fff;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
    background: #6cadcd;
}

.register-block .register-form .d-btn-group, .edit-account-block .edit-account-form .d-btn-group, .restore-password-form .d-btn-group, .view-account-block .view-account-form .d-btn-group {
    border-top: 1px solid #266ca0;
    margin-left: 25px;
    margin-right: 25px;
}

.register-block .about-register h1, .edit-account-block .about-account h1 {
    margin: 0;
    padding: 0;
    font-family: 'Myriad Pro';
    text-align: center;
    margin-bottom: 15px;
}

.register-block .about-register p, .edit-account-block .about-account p {
    margin: 0;
    font-size: 18px;
    color: #2f2f2f;
    margin-bottom: 15px;
}

.register-block .about-register ul, .edit-account-block .about-account ul {
    margin: 0;
    padding: 0;
}

    .register-block .about-register ul li, .edit-account-block .about-account ul li {
        list-style-position: inside;
        position: relative;
        color: transparent;
        margin-bottom: 10px;
    }

        .register-block .about-register ul li:before, .edit-account-block .about-account ul li:before {
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            background: #49aae5;
            border: 1px solid #1782b6;
            border-radius: 50%;
            top: 8px;
            left: 12px;
        }

        .register-block .about-register ul li span, .edit-account-block .about-account ul li span {
            font-size: 18px;
            color: #2f2f2f;
        }

.restore-password-block {
    overflow: auto;
}

    .restore-password-block .restore-password-form {
        width: 700px;
        border: 1px solid #adadad;
        margin: 30px auto 0 auto;
    }

    .restore-password-block .restore-password-text {
        padding: 10px 20px;
        font-size: 19px;
    }

    .restore-password-block .restore-password-textbox {
        width: 305px;
        margin: 0 auto 20px auto;
    }

.registration-form-title {
    padding: 15px 0px;
    text-transform: uppercase;
}

.edit-ds-wrapper {
    width: 360px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
}

.edit-ds-form {
    width: 400px;
    padding-bottom: 25px;
}
/******************************************Форма реєстрації користувача*********************************************/

/****************************************** Контекстний пошук *********************************************/
.context-filter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    align-items: flex-end;
}

    .context-filter-grid .grid-item input[type=text] {
        width: 100%;
    }
/****************************************** Контекстний пошук *********************************************/

.ds-control-links {
    padding: 0;
    list-style: none;
    width: 400px;
    margin: 20px auto;
}

.ds-result-view {
    color: green;
}

.ds-control-links .btn-d a {
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    display: block;
}

/******************************************** Connection to OSS **************************************/
.view-oos-connection-list {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #949494;
    white-space: nowrap;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.75);
}

    .view-oos-connection-list h4 {
        margin: 0;
        font-size: 13px;
        font-family: 'Trebuchet MS';
    }

    .view-oos-connection-list ul {
        margin: 0;
        padding-left: 25px;
    }

        .view-oos-connection-list ul li {
            font-size: 13px;
            font-family: 'Trebuchet MS';
        }

.tree-dialog .tree {
    max-height: 400px;
}
/******************************************** Connection to OSS **************************************/

/************************************** NDI filter tree ****************************/
.ndi-filter-tree-wrapper {
    border: 1px solid #adadad;
    background: #ffffff;
}

.ndi-filter-tree-show-all {
    background: #fafafa;
    border-bottom: 1px solid #adadad;
    padding: 0 3px;
    padding-top: 8px;
}

.ndi-filter-tree-wrapper .ndi-filter-tree {
    border: 1px solid #adadad;
    margin: 10px;
}

    .ndi-filter-tree-wrapper .ndi-filter-tree .tree {
        border: 0px;
        border-top: 1px solid #adadad;
        width: 400px;
        max-height: 244px;
    }

    .ndi-filter-tree-wrapper .ndi-filter-tree input[type=checkbox], .ndi-filter-tree-wrapper .ndi-filter-tree-show-all input[type=checkbox] {
        margin: 5px 10px 5px 5px;
    }

#filterbox .group-legend.out-block {
    margin: 17px 0 -10px 5px;
}
/************************************** NDI filter tree ****************************/

/**************************************** Друкована форма ******************************/
body.print-form input {
    height: auto;
}

body.print-form {
    padding: 10px;
}
/**************************************** Друкована форма ******************************/

/**********************************Карта***************************************************/
.map-filter {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0px #000000;
}

    .map-filter .p-btn-group {
        padding-bottom: 0;
        position: relative;
    }

        .map-filter .p-btn-group .btn-d {
            font-size: 14px;
            min-width: 100px;
            line-height: 1;
        }

            .map-filter .p-btn-group .btn-d.btn-d-right {
                margin-left: 10px;
            }

    /*.map-filter .p-btn-group:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            top: 0;
            left: 0;
            background: linear-gradient(27deg, #fff 4%, #6a973a 27%, #6a973a 71%, #fff 96%);
        }*/

    .map-filter .map-filter-header {
        height: 35px;
        color: #fff;
        background: #6cadcd;
    }

        .map-filter .map-filter-header .map-filter-header-text {
            font-size: 18px;
            text-transform: uppercase;
            display: inline-block;
            margin-top: 6px;
            vertical-align: top;
            margin-right: 8px;
        }

    .map-filter .map-filter-content {
        padding: 10px;
        box-sizing: border-box;
        background: #fff;
        padding-top: 0;
    }

        .map-filter .map-filter-content .filter-wrapper.ui-accordion .ui-accordion-content {
            max-height: 360px;
            padding-top: 0;
        }

        .map-filter .map-filter-content .filter-wrapper.ui-accordion .ui-accordion-header {
            height: 10px;
            margin-top: 10px;
            background: #628a1f !important;
            background: linear-gradient(to top, #628a1f, #7bb61a) !important;
        }

        .map-filter .map-filter-content .filter-wrapper.ui-accordion .ui-accordion-header-active .ui-icon-triangle-1-s {
            background-image: url(/Content/themes/EcomonKODA/jQueryUI/images/ui-icons_d8e7f3_256x240.png) !important;
        }

    .map-filter.close {
        width: 100px;
        overflow: hidden;
    }

.map {
    height: 600px;
}

.map-info-window {
    border-bottom: 1px solid #a2a2a2;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

    .map-info-window:last-child {
        border-bottom: 0;
    }

    .map-info-window .map-info-window-title {
        text-align: center;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .map-info-window .map-info-window-caption {
        font-weight: bold;
    }

    .map-info-window .map-info-window-text {
    }

        .map-info-window .map-info-window-text table {
            width: 100%;
            border-collapse: collapse;
        }

            .map-info-window .map-info-window-text table td, .map-info-window .map-info-window-text table th {
                border: 1px solid #000000;
            }

        .map-info-window .map-info-window-text a {
            cursor: pointer;
            text-decoration: underline;
            display: none;
        }

.map-filter-content .ms-drop.bottom {
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box;
}

.map-legend {
    position: absolute;
    top: 10px;
    left: 320px;
    background: #ffffff;
    width: 740px;
    padding: 5px 5px 0 5px;
    border-radius: 2px;
    box-shadow: 0px 2px 1px 0px #cccccc;
    display: none;
}

    .map-legend ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .map-legend ul li {
            float: left;
            margin-right: 20px;
        }

            .map-legend ul li:last-child {
                margin-right: 0;
            }

            .map-legend ul li span {
                font-size: 11px;
                font-family: 'Trebuchet MS';
                vertical-align: text-top;
                padding-left: 5px;
            }

            .map-legend ul li img {
                height: 18px;
            }

.marker-hint {
    background: #fff;
    border: 1px solid #cccccc;
    padding: 3px;
}

    .marker-hint .marker-hint-title {
        font-weight: 500;
        font-size: 13px;
    }

    .marker-hint .marker-hint-caption {
        font-weight: 500;
        font-size: 13px;
    }

    .marker-hint .marker-hint-text {
        font-size: 13px;
        padding-bottom: 0px;
    }
/**********************************Карта***************************************************/

/****************************************** Перегляд картки ***********************************************/
.grid-view {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 0px;
    grid-auto-columns: max-content;
}

.view {
    background: #efefef;
    border-radius: 4px;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.ui-dialog .view {
    background: #ffffff;
}

.view .caption {
    padding-top: 0;
}

.view .caption {
    padding-top: 0;
}

.view.clean-bg {
    background: #ffffff;
}

.view.clean-bg {
    background: #ffffff;
}

.group-view {
    background: transparent;
    padding-top: 10px;
    padding-bottom: 0;
}
/****************************************** Перегляд картки ***********************************************/


/************************* Блок додавання посилання **********************/
.hint-block {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    width: 405px;
    box-shadow: 0px 0px 5px 2px #cccccc;
}

    .hint-block:before {
        position: absolute;
        content: '';
        top: -8px;
        width: 15px;
        height: 15px;
        background: white;
        transform: rotate(45deg);
        border: 1px solid #cccccc;
        border-right: 0;
        border-bottom: 0;
        box-shadow: -2px -2px 2px 0px #cccccc;
    }

.url-hint {
    font-size: 12px;
    color: #949494;
}
/************************* Блок додавання посилання **********************/



/********************************************************* General search ***********************************************/
.general-search-wraper {
    width: 800px;
}

.general-search-title {
    background: #6cadcd;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: Arial;
    padding: 5px 10px;
    margin: 0;
}

.general-search-block {
    border: 1px solid #adadad;
    border-top: 0;
    padding: 10px;
}

    .general-search-block .tabs-wrapper .tabs {
        margin: auto;
        padding: 0;
        list-style: none;
        overflow: hidden;
        margin-bottom: -1px;
    }

        .general-search-block .tabs-wrapper .tabs li {
            box-sizing: border-box;
            float: left;
            padding: 5px 20px 5px 10px;
            position: relative;
            border: 1px solid #adadad;
            border-left: 0;
            min-width: 50px;
            font-weight: bold;
            height: 29px;
            background: #f5f5f5;
            cursor: pointer;
            overflow: hidden;
            max-width: 250px;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .general-search-block .tabs-wrapper .tabs li:first-child {
                border-left: 1px solid #adadad;
            }

            .general-search-block .tabs-wrapper .tabs li.active {
                border-bottom: 1px solid #ffffff;
                background: #ffffff;
            }
    /*.general-search-block .tabs-wrapper .tabs li:after{ position: absolute; content:''; width: 100%; height: 1px; background: #fff;bottom: -1px; left: 0; }*/
    .general-search-block .tabs-wrapper .tab-section {
        border: 1px solid #adadad;
        padding: 5px;
    }


.general-search-table table {
    border-spacing: 0;
    width: 100%;
}

.general-search-table .r-space {
    margin-right: 10px;
}

.general-search-table .calendar.w100 {
    width: auto;
}

.general-search-table div.w100 {
    width: calc(100% - 30px);
}

.general-search-table.ui-accordion .ui-accordion-content {
    padding-top: 0px;
}

.general-search-table .operation-name select {
    width: 130px;
}

.general-search-table .field-name select {
    width: 200px;
}

.general-search-table .filter-value input[type="text"], .general-search-table .filter-value select {
    width: 100%;
}

.general-search-table .calendar input[type="text"] {
    width: 80px;
}

.general-search-table .calendar.date-time input[type="text"] {
    width: 120px;
}

.general-search-table .filter-btn-group {
    margin-top: 15px;
}

.pad-top-0 {
    padding-top: 0;
}

/********************************************************* General search ***********************************************/


/***************************************************** Фільтр на списку карток ******************************************/
.filter-tabs-wrapper {
    margin-top: 10px;
}

.filter-tabs-nav {
    border: 1px solid #d7d7d7;
    border-bottom: 3px solid #6cadcd;
    background: #fbfbfb;
    cursor: pointer;
    position: relative;
}

    .filter-tabs-nav::before {
        position: absolute;
        content: "";
        border: 6px solid transparent;
        border-right: 6px solid #6cadcd;
        top: calc(50% - 6px);
        right: 10px;
    }

    .filter-tabs-nav.open::before {
        transform: rotate(-90deg);
    }

    .filter-tabs-nav::after {
        content: "";
        clear: both;
        display: table;
    }
    /*фікс проблеми float*/
    .filter-tabs-nav ul {
        margin: 0px;
        padding: 0;
        list-style: none;
    }

        .filter-tabs-nav ul li {
            position: relative;
            float: left;
            background: #6cadcd;
            padding: 5px 20px;
            margin: 5px 5px 0 5px;
            color: #ffffff;
            border: 1px solid #d8d8d8;
            border-bottom: 0;
            cursor: pointer;
        }

            .filter-tabs-nav ul li.edited {
                padding-right: 30px;
            }

                .filter-tabs-nav ul li.edited:before {
                    position: absolute;
                    content: "";
                    background: url(images/ico/icons.png) no-repeat;
                    background-position: -195px -770px;
                    width: 13px;
                    height: 18px;
                    top: 6px;
                    right: 10px;
                }

            .filter-tabs-nav ul li.active {
                background: #ffffff;
                color: #000000;
            }

                .filter-tabs-nav ul li.active:after {
                    position: absolute;
                    content: '';
                    bottom: -3px;
                    width: 100%;
                    height: 3px;
                    background: white;
                    left: 0;
                    z-index: 2;
                }

.filter-tabs-wrapper .filter-tabs-container {
    border: 1px solid #d7d7d7;
    border-top: 0px;
    padding: 10px;
}
/***************************************************** Фільтр на списку карток ******************************************/

/********************************************** EDS ************************************************************/
.eds-key-wrapper {
    margin: 5px;
}

.eds-add-key-wrapper .TextImageContainer, .eds-main-page .TextImageContainer {
    padding-bottom: 5px;
    overflow: hidden;
}

.eds-add-key-wrapper span.TextInTextImageContainer, .eds-main-page span.TextInTextImageContainer {
    display: block;
    padding-left: 25px;
    padding-top: 2px;
}

.eds-add-key-wrapper img.ImageInTextImageContainer, .eds-main-page img.ImageInTextImageContainer {
    float: left;
}

.eds-add-key-wrapper .SubMenuContent, .eds-main-page .SubMenuContent {
    padding-left: 24px;
}

.eds-add-key-wrapper .SeparatorLine {
    background: #376eb4;
    height: 1px;
    margin: 15px 0;
}

.eds-add-key-wrapper .btn-eds, .eds-main-page #buttonitem {
    vertical-align: top;
    text-align: center;
    width: 135px;
    height: 24px;
    border: 0px solid #FF0000;
    overflow: hidden;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    pointer-events: none;
}

    .eds-add-key-wrapper .btn-eds a, .eds-main-page #buttonitem a {
        display: block;
        background: #6cadcd;
        color: #ffffff;
        padding: 4px;
        text-decoration: none;
        cursor: pointer;
    }

.eds-add-key-wrapper .TextLabel {
    padding-top: 5px;
}

#hideBlock1 {
    display: none;
}

#iit.eds-main-page {
    width: 699px;
    margin: 0 auto 20px auto;
}

.eds-main-page .MainPageMenuPanelSelected {
    display: block;
}

.eds-main-page .MainPageMenuPanel {
    display: none;
}

.eds-main-page #iit_line1 {
    background: #4291c7;
    padding: 15px;
}

.eds-main-page .header35 b {
    color: #446fb3;
    font-size: 24px;
    line-height: 5;
}

.eds-main-page .headerwhite1 {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
}

.eds-main-page .MainPageMenuContent {
    background: #ffffff;
    width: 499px;
    padding: 15px 10px 10px 25px;
    box-sizing: border-box;
}

.eds-main-page .MainPageMenuTabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .eds-main-page .MainPageMenuTabs li.MainPageMenuSelectedTab {
        background: #ffffff;
    }

        .eds-main-page .MainPageMenuTabs li.MainPageMenuSelectedTab a {
            color: #4885cb;
            font-size: 16px;
            text-decoration: none;
            padding: 10px;
            display: block;
            font-weight: 500;
        }

    .eds-main-page .MainPageMenuTabs li.MainPageMenuTab a {
        color: #ffffff;
        font-size: 16px;
        text-decoration: none;
        padding: 10px;
        display: block;
        font-weight: 500;
    }

.eds-main-page .SeparatorLine {
    background: #376eb4;
    height: 1px;
    margin: 15px 0;
}

.eds-main-page .TextHeaderH3 {
    color: #4785cb;
    font-size: 18px;
    font-weight: bold;
}

.eds-main-page .SubMenuContent div {
    overflow: hidden;
}

.eds-main-page .SubMenuContent .TextLabel {
    padding-top: 3px;
}

.eds-main-page .SubMenuContent .eds-main-page #buttonitem {
    float: left;
}

.eds-main-page .TextEdit {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.eds-main-page .TextArea {
    min-height: 5em;
    width: 100%;
    resize: vertical;
    box-sizing: border-box;
}

.eds-main-page #iit_line1 .styled-select1 select {
    width: 300px;
}
/********************************************** EDS ************************************************************/

/********************************* Галерея ********************************************/
.gallery {
}

    .gallery .lSPager a {
        display: inline-block;
        max-height: 80px;
        overflow: hidden;
    }

    .gallery .lightSlider .lslide {
        background: #ffffff;
        text-align: center;
    }

        .gallery .lightSlider .lslide img { /*max-width: 100%; max-height: 100%;*/
            object-fit: cover;
            width: 100%;
            height: 100%;
        }


/********************************* Галерея ********************************************/


/*довжина контрола фoрматованого тексту*/
/*.custom-dev-textedit .dxheControl { width: 1000px !important; }*/
/*висота контрола фoрматованого тексту*/
/*.dxheControl td.dxheDesignViewArea{ height: 100px !important }*/
/*.custom-dev-textedit .dxheViewArea{ min-height: 100px }*/


/*приховування непотрібних блоків на карті gissys(блоки унікальні для Горішніх плавнів)*/
#section1, #section2 {
    display: none;
}

#hideAppeal {
    display: none;
}

/************************** Грід ОШС(доступ) *************************/
#gbox_UsersGrid .formatter-content {
    max-height: 150px;
    overflow-y: auto;
}

    #gbox_UsersGrid .formatter-content ul {
        padding: 0 0 0 20px;
        margin: 0;
    }
/************************** Грід ОШС(доступ) *************************/
