body {
    font-family: 'Montserrat', sans-serif;
    /*background-color: #f0f0f7;*/
    background-color: #FFFFFF;
}

.btn {
    border: 2px solid transparent;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(36, 36, 36, 0.18);
}

.no-valid {
    border-color: #ffb2b2 !important;
}

    .no-valid:focus {
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 178, 178, 1) !important;
    }

.form-control:disabled, .form-control[readonly] {
    border: solid 1px #e8e9ec;
    background-color: #ffffff;
    opacity: 1;
}

.inline-flex {
    display: inline-flex;
}

.overflowYauto {
    overflow-y: auto;
}

.heading-font-size {
    font-size: 17px;
}

.large-font {
    font-size: 25px;
}


.title-font-size {
    font-size: 15px;
}

.font-size-small {
    font-size: 13px !important;
}

.standard-font-size {
    font-size: 12px;
}

.medium-font {
    font-size: 18px;
}

.small-font {
    font-size: 11px;
}

.ultra-small-font {
    font-size: 9px;
}

.gray-color {
    color: #808495;
}

.margin-left-small {
    margin-left: 5px;
}

.margin-right-small {
    margin-right: 5px;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.margin-small {
    margin: 5px;
}

.no-padding-left {
    padding-left: 0;
}

.content-background {
    background-color: white;
    min-height: calc(100vh - 120px);
    /* margin-top: 70px; */
    min-width: 100%;
    padding-top: 60px;
}

    .content-background > .inline-flex {
        /*min-height: 79vh;*/
        min-height: 81vh;
        background-color: white;
    }

.division-title {
    font-size: 25px;
    color: #6dbdb4;
}

.margin-content {
    margin-left: 10px;
}

.background-white {
    background-color: white;
}

.primary-action-button {
    width: 175px;
    max-height: 38px;
    background-color: #E5AE1E;
    color: white;
}

    .primary-action-button:hover {
        color: #E5AE1E;
        border: 2px solid #E5AE1E;
        background-color: white;
        font-weight: bold;
    }

    .primary-action-button:active {
        outline: none !important;
        box-shadow: none !important;
    }

    .primary-action-button:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.primary-create-button {
    width: 175px;
    max-height: 38px;
    background-color: #6dbdb4;
    color: white;
}

    .primary-create-button:hover {
        color: #6dbdb4;
        border: 2px solid #6dbdb4;
        background-color: white;
        font-weight: bold;
    }

    .primary-create-button:active {
        outline: none !important;
        box-shadow: none !important;
    }

    .primary-create-button:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.log-out-button {
    background-color: #ff6565;
    color: white;
    width: 175px;
    max-height: 38px;
}

    .log-out-button:hover {
        color: white;
    }

    .log-out-button:active {
        outline: none !important;
        box-shadow: none !important;
    }

    .log-out-button:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.danger-button {
    background-color: #ff6565;
    color: white;
    width: 175px;
    max-height: 38px;
}

    .danger-button:hover {
        color: #ff6565;
        border: 2px solid #ff6565;
        background-color: white;
        font-weight: bold;
    }

    .danger-button:active {
        outline: none !important;
        box-shadow: none !important;
    }

    .danger-button:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.primary-save-button {
    width: 175px;
    max-height: 38px;
    background-color: #43425d;
    color: white;
}

    .primary-save-button:hover {
        color: #43425d;
        border: 2px solid #43425d;
        background-color: white;
        font-weight: bold;
    }

    .primary-save-button:active {
        outline: none !important;
        box-shadow: none !important;
    }

    .primary-save-button:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.primary-cancel-button {
    width: 175px;
    max-height: 38px;
    background-color: white;
    color: #43425d;
    border: 2px solid #43425d;
    font-weight: bold;
}

    .primary-cancel-button:hover {
        color: white;
        border: 2px solid #43425d;
        background-color: #43425d;
    }

    .primary-cancel-button:active {
        outline: none !important;
        box-shadow: none !important;
    }

    .primary-cancel-button:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.show {
    z-index: 101;
    background-color: white;
    padding-left: 60px;
}

.mg-top-smal {
    margin-top: 7px;
}

.mg-top-smal1 {
    margin-top: 10px;
}

.distance-top-middle {
    margin-top: 20px;
}

.distance-bottom-middle {
    margin-bottom: 20px;
}

.side-nav {
    width: 66px;
    overflow: hidden;
    background-color: #43425d;
    min-height: calc(100vh - 65px);
    position: fixed;
    z-index: 108;
    top: 65px;
}

.navbar {
    padding: 0 5px 0 0;
    height: 65px;
    background-color: white;
    box-shadow: 0px -1px 13px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    /*z-index: 105;*/
    z-index: 107;
}

.content {
    margin-left: 70px;
    width: calc(100% - 70px);
    margin-top: 65px;
    /*white-backround made 21.1.2022*/
    /*margin-left: 83px;
    width: calc(100% - 100px);
    margin-top: 65px;*/
}

.navbar-brand {
    height: 100%;
    width: 66px;
    overflow: hidden;
    background-color: #43425D;
    margin-right: 0;
}

.logo {
    width: 25px;
}

.navbar-brand > .logo {
    margin: 15px 0 5px 19px;
}

.nav-item > a {
    display: inline-block;
    margin: 10px;
    color: #8497b0;
    font-weight: 200;
    padding: 2px 5px;
    border-bottom: 0px;
    transition: .2s all ease-in-out;
}

.nav-item {
    height: 53px;
}

.nav-item-left {
    width: 100%;
    text-align: center;
    transition: .2s all ease-in-out;
    border-left: 3px solid #43425D;
    transition: border-width 0.4s linear;
}

    .nav-item-left > a {
        padding: 2px 0 2px 0;
        margin: 8px 0 0 0;
    }

    .nav-item-left.active {
        border-left: 3px solid #e2a301;
        background-color: #504956;
    }

    .nav-item-left:hover {
        transition: .2s all ease-in-out;
        border-left: 3px solid #e2a301;
        background-color: #504956;
    }

        .nav-item-left:hover .nav-item-left-title-home {
            display: block;
            font-size: 7.8px;
            color: #8497B0;
            position: relative;
            left: 0;
            top: -20px;
        }

.nav-item-left-title-home.active {
    display: block;
    font-size: 7.8px;
    color: #8497B0;
    position: relative;
    left: 0;
    top: -20px;
}

.nav-item-left-title-home {
    display: none;
}

.nav-item-top > a {
    border: none;
    transition: border-width 0.4s linear;
    color: #4d4f5c;
    font-size: 15px;
    cursor: pointer;
}

.navbar-ml {
    margin-left: 20px;
}

.nav-item-top.active > .under-line {
    background-color: #e2a301;
    width: 80%;
}

.nav-item-top.active .under-line {
    background-color: #e2a301;
    width: 100%;
}

.nav-item-top.active > a {
    font-weight: bold;
}

/*.nav-item-top:hover .under-line {
    background-color: #e2a301;
    width: 80%;
}*/
.nav-item-top:hover .under-line {
    background-color: #e2a301;
    width: 100%;
}

.under-line {
    display: block;
    /* margin: -3px auto 0 12px;*/
    margin-top: 9px;
    height: 3px;
    text-align: center;
    float: left;
    /*background-color: #e2a301;*/
    width: 0;
    transition: width 0.5s ease;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active .nav-link.active:hover .nav-link:hover {
    color: #8497b0;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #8497b0;
}

.user-img {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 30px;
    color: #9898A9;
    object-fit: cover;
}

.user-name {
    margin-top: 15px;
    margin-left: 0.8rem;
    font-size: 12px;
    color: #4d4f5c;
    margin-right: 0.8rem;
    min-width: 160px;
}

.user-name-tooltip {
    position: absolute;
    top: 52px;
    right: 69px;
    border: 1px solid lightgray;
    padding: 3px 10px;
    border-radius: 0 5px 5px 5px;
    background-color: #43425D;
    color: whitesmoke;
    font-size: 13px;
    width: 160px;
    display: none;
    z-index: 101;
}

.project-company-title {
    font-size: 14px;
    color: #3b3b53;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 13px;
    min-width: 170px;
}

.project-company-title-tooltip {
    position: absolute;
    top: 52px;
    right: 363px;
    border: 1px solid lightgray;
    padding: 3px 10px;
    border-radius: 0 5px 5px 5px;
    background-color: #43425D;
    color: whitesmoke;
    font-size: 13px;
    width: 160px;
    display: none;
    z-index: 101;
}

.user-name:hover + .user-name-tooltip {
    display: block !important;
}

.project-company-title:hover + .project-company-title-tooltip {
    display: block !important;
}

.vertical-separate {
    border-right: 1px solid gray;
    opacity: 0.3;
    height: 28px;
}

.settings-icon {
    transition: .2s all ease-in-out;
    cursor: pointer;
    opacity: 0.5;
    margin-top: 5px;
}

    .settings-icon:hover {
        opacity: 0.7;
    }

.settings-icon-active {
    opacity: 0.7;
}

.settings-language {
    transition: .2s all ease-in-out;
    cursor: pointer;
    opacity: 0.7;
}

    .settings-language:hover {
        opacity: 1;
    }

.settings-area {
    min-width: 40px;
    text-align: center;
}

.notification-bell {
    transition: .2s all ease-in-out;
    cursor: pointer;
    opacity: 0.4;
}

    .notification-bell:hover {
        opacity: 0.7;
    }

.active-bell {
    opacity: 0.7;
}

.active-flag-icon {
    opacity: 1;
}

.left-menu-item {
    font-size: 18px;
    transition: .2s all ease-in-out;
}

    .left-menu-item.active {
        font-size: 21px;
    }

.notifications-area {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    max-width: 460px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    top: 91px;
    right: 23px;
    z-index: 100;
    background-color: white;
}

.notifications-area-flags {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    max-width: 185px;
    overflow: hidden;
    padding: 10px;
    position: fixed;
    top: 75px;
    right: 120px;
    z-index: 107;
    background-color: white;
    min-height: 120px;
}

.settings-wrapper {
    max-width: 260px;
    padding: 5px;
    position: fixed;
    top: 63px;
    right: 15px;
    z-index: 108;
}

.settings-list > li {
    list-style-type: none;
    height: 60px;
    width: 240px;
    padding: 15px 10px 10px 35px;
    background-color: #fafafa;
    box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.1);
}

.settings-list > form > li {
    list-style-type: none;
    height: 60px;
    width: 240px;
    padding: 15px 10px 10px 35px;
    background-color: #fafafa;
    box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.1);
}

.settings-list > li:hover {
    background-color: white;
}

.settings-list > li:first-child {
    background-color: white;
}

.settings-list > li:last-child {
    padding: 15px 10px 10px 27px;
    background-color: white;
}

.notification-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.distance-row {
    margin: 7px 10px;
    padding-top: 8px;
    border-top: 1px solid #f0f0f7;
}

.notification-title-position {
    margin: 6px 0 7px 24px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid white;
    border-right: 10px solid white;
    border-bottom: 10px solid white;
    z-index: 101;
}

.position-arrow-notification {
    position: relative;
    top: -45px;
    right: 300px;
    float: right;
}

.home-row-distance {
    /*padding: 0 50px 0 50px;*/
}

    .home-row-distance:last-child {
        margin-bottom: 50px;
    }

.card {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.boxSh {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.card:hover {
    text-decoration: none;
}

.project-card {
    margin-right: 30px;
    margin-top: 20px;
}

.card-title {
    color: #4d4f5c;
}

.card-img-top {
    max-height: 120px;
    object-fit: contain;
}

.card-company-logo {
    margin: 20px 0;
    cursor: pointer;
    opacity: 0.8;
    height: 25px;
    max-width: 120px;
    object-fit: cover;
}

    .card-company-logo:hover {
        opacity: 1;
    }

.button-division {
    min-height: 80px;
    padding: 20px 0 20px 0;
    position: fixed;
    top: 65px;
    /*background-color: #F0F0F7;*/
    width: 100%;
    z-index: 104;
}

    .button-division.specific-row {
        padding-bottom: 15px;
        z-index: 106;
        min-height: 58px;
    }

.button-division-with-search {
    min-height: 80px;
    padding: 5px 0 5px 0;
    position: fixed;
    /*top: 70px;*/
    top: 65px;
    background-color: #F0F0F7;
    width: 100%;
    z-index: 104;
}

.margin-right-middle {
    margin-right: 20px;
}

.padding-left-none {
    padding-left: 0;
}

.print-export-icon {
    font-size: 30px;
    color: #9898a9;
    margin: 5px;
    cursor: pointer;
}

    .print-export-icon:hover {
        color: #818190;
        cursor: pointer;
    }

.language-list {
    list-style-type: none;
}

    .language-list > li {
        cursor: pointer;
        transition: .2s all ease-in-out;
    }

        .language-list > li:hover {
            padding-top: 6px;
            padding-bottom: 12px;
        }

    .language-list:first-child > li:hover {
        padding-top: 0;
        padding-bottom: 12px;
    }

.float-left {
    float: left;
}

.padding-left-small {
    padding-left: 5px;
}

.clear-both {
    clear: both;
}

.no-padding-right {
    padding-right: 0 !important;
}

.padding-top-bottom-small {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-top-bottom-midle {
    padding-top: 20px;
    padding-bottom: 20px;
}

.margin-bottom-small {
    margin-bottom: 5px;
}

.distance-right-middle {
    margin-right: 20px;
}

.company-navigation > li {
    list-style-type: none;
    min-height: 50px;
    padding: 15px 20px;
    font-size: 14px;
    color: #a5a4bf;
    cursor: pointer;
}

    .company-navigation > li.active {
        background-color: #EFEAE4;
        font-weight: bold;
    }

    .company-navigation > li > a {
        color: #a5a4bf;
        text-decoration: none;
    }

        .company-navigation > li > a:hover {
            color: #72727f;
        }

.company-navigation {
    padding-left: 0;
    margin-bottom: 0rem;
    width: 100%;
}

.set-left-margin {
    margin-left: -33px;
}

.margin-left-middle {
    margin-left: 10px;
}

.company-logo-division {
    height: 90px;
    padding: 5px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: pointer;
    background-color: #F0F0F7;
    overflow: hidden;
}

.company-logo-division-profile {
    height: 100px;
    padding: 5px;
    text-align: center;
    overflow: hidden;
}

.company-logo-upload-item {
    font-size: 55px;
    color: #9898a9;
    vertical-align: middle;
    padding: 10px;
}

.drag-drop-p {
    margin-left: 50px;
    color: #9898a9;
    margin-top: 14px;
    padding-top: 10px;
}

.drag-drop-user-p {
    color: #9898a9;
    margin-top: 14px;
    display: none;
}

.company-title-input {
    width: 100%;
    height: 90px;
    border-radius: 4px;
    font-size: 28px !important;
    color: #4d4f5c;
}

#company-title-input {
    font-size: 28px !important;
}

.search-company-input {
    width: 100%;
    height: 88px;
    border-radius: 4px;
    font-size: 28px !important;
    padding-left: 70px;
    color: #4d4f5c;
}

.search-organization-input {
    width: 100%;
    height: 50px;
    border-radius: 0;
    padding-left: 70px;
    color: #4d4f5c;
}

.search-wrapper {
    width: 100%;
    height: 100px;
    padding: 5px;
    border: 1px solid #f0f0f7;
}

.search-wrapper-organization {
    width: 100%;
    height: 72px;
    border-radius: 4px;
    padding: 10px;
    background-color: white;
    border: 1px solid #f0f0f7;
}

.company-description-input {
    height: 318px !important;
    /*box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);*/
    resize: none;
    padding: 18px 20px;
}

.company-img-upload-item {
    color: #9898a9;
    font-size: 230px;
    background: white;
    /*object-fit: cover;*/
}

.box-shadow {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.distance-top-bottom-middle {
    margin: 40px 0 20px 0;
}

.distance-top-bottom-middle1 {
    margin: 20px 0 20px 0;
}

.contact-data-division {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 15px 10px 15px 10px;
}

    .contact-data-division > input {
        font-size: 13px;
    }

.shadow-box {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 15px 10px 15px 10px;
}

    .shadow-box > input {
        font-size: 13px;
    }

.form-control {
    font-size: 0.74rem !important;
}

.distance-top-small {
    margin-top: 5px;
}

.primary-dark-gray {
    color: #4d4f5c;
}

.hovered-div {
    height: 318px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 45px;
    text-align: center;
    background-color: #F0F0F7;
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
}

.company-image-division {
    height: 318px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 10px;
    text-align: center;
    position: absolute;
    width: calc(100% - 32px);
    z-index: 1;
    background: white;
}

.max-width-height {
    max-width: 100%;
    max-height: 100%;
    /*min-width: 100%;*/
}

#drag-drop-comp-image:hover .company-image-division {
    z-index: -1;
    height: 0;
}

/*.company-image-division:hover {
    display: none !important;
}

    .company-image-division:hover + .hovered-div {
        display: block !important;
    }

    .company-image-division:hover + .company-img-upload-item {
        display: none;
    }*/
.company-imgage-upload-item {
    font-size: 95px;
    color: #9898a9;
    vertical-align: middle;
}

.drag-drop-img-p {
    color: #9898a9;
    margin-top: 14px;
}

.margin-top-middle {
    margin-top: 27px;
}

.margin-top-small {
    margin-top: 5px;
}

.margin-top-small1 {
    margin-top: 15px;
}

.user-image-division {
    height: 318px;
    text-align: center;
}

.user-icon {
    padding: 45px;
    font-size: 190px;
    color: #9898A9;
}

.background-white {
    background-color: white !important;
}

.background-gray {
    background-color: #F0F0F7 !important;
}

.user-icon-wraper {
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    width: 318px;
    height: 318px;
    margin: auto;
    z-index: 40;
}

    .user-icon-wraper:hover {
        background-color: #F0F0F7;
    }

        .user-icon-wraper:hover .user-icon {
            display: none;
        }

        .user-icon-wraper:hover .upload-user-cloud {
            display: block;
        }

        .user-icon-wraper:hover .drag-drop-user-p {
            display: block;
        }

        .user-icon-wraper:hover .profile-picture {
            display: none !important;
        }

.profile-picture {
    display: none;
    width: 318px;
    height: 318px;
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.upload-user-cloud {
    display: none;
    font-size: 95px;
    color: #9898a9;
    padding-top: 70px;
}

.logo-auto-margin {
    margin: auto;
    max-height: 80px;
}

.width90 {
    width: 90px;
}

.department-name {
    font-size: 18px;
}

.search-company-fa {
    font-size: 32px;
    position: relative;
    top: -58px;
    left: 20px;
    color: #bcbccb;
}

.search-organization-fa {
    font-size: 32px;
    position: relative;
    top: -40px;
    left: 20px;
    color: #bcbccb;
}

.dropdown-wrapper {
    position: absolute;
    top: 100px;
    padding: 0 5px 5px 5px;
    margin: 0 20px 6px 6px;
    z-index: 105;
    min-width: 93.6%;
}

.dropdown-wrapper-search {
    position: absolute;
    top: 61px;
    padding: 0 5px 5px 5px;
    margin: 0 20px 6px 6px;
    z-index: 105;
    min-width: 93.6%;
}

.dropdown-item-custom {
    width: 100%;
    padding: 10px;
    border: 1px solid #f0f0f7;
    color: #4d4f5c;
    background-color: white;
    cursor: pointer;
    overflow: hidden;
}

.dropdown-item-spec {
    width: 100%;
    padding: 10px;
    border: 1px solid #f0f0f7;
    color: #4d4f5c;
    background-color: white;
    cursor: pointer;
    overflow: hidden;
}

.logo-dropdown {
    max-width: 100px;
    max-height: 21px;
}

.img-dropdown {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}

.not-round {
    border-radius: 0;
}

.date-input {
    font-family: 'Montserrat', sans-serif;
}

.phone-input {
    padding-left: 60px;
}

.country-flag {
    position: relative;
    top: -29px;
    left: 7px;
    height: 18px;
}

.country-flag-2 {
    position: relative;
    top: -24px;
    left: 7px;
    height: 16px;
}

.country-flag-3 {
    position: absolute;
    top: 4px;
    left: 7px;
    height: 16px;
}

.phone-flag {
    position: relative;
    top: -29px;
    left: 10px;
    height: 18px;
}

.phone-flag-2 {
    position: relative;
    top: -24px;
    left: 10px;
    height: 16px;
}

.phone-flag-3 {
    position: relative;
    top: -1px;
    left: 5px;
    height: 16px;
}

.country-carret-down {
    position: absolute;
    top: 11px;
    right: 22px;
    font-size: 11px;
    color: #495057;
    cursor: pointer;
}

.country-carret-down-2 {
    position: absolute;
    top: 6px;
    right: 22px;
    font-size: 11px;
    color: #495057;
    cursor: pointer;
}

.phone-carret-down-3 {
    position: relative;
    top: -2px;
    left: 12px;
    font-size: 10px;
    color: #495057;
}

.country-p {
    position: relative;
    top: -52px;
    left: 40px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    max-width: 274px;
    overflow: hidden;
    font-family: inherit;
    font-size: 0.9rem;
    height: 20px;
}

.phone-carret-down {
    position: relative;
    top: -29px;
    left: 12px;
    font-size: 10px;
    color: #495057;
}

.phone-carret-down-2 {
    position: relative;
    top: -25px;
    left: 12px;
    font-size: 10px;
    color: #495057;
}

.phone-carret-down-3 {
    position: absolute;
    left: 35px;
    font-size: 10px;
    top: 6px;
    color: #495057;
}

.phone-carret-down:hover {
    color: black;
}

.dropdown-telephone {
    position: absolute;
    padding: 0 5px 5px 5px;
    margin: -3px 20px 6px 6px;
    z-index: 105;
    top: 36.4px;
    background-color: white;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0 0 4px 4px;
    font-size: 12px;
    min-width: 210px;
    max-width: 338px;
    margin-left: 5px;
    margin-right: 0;
    border: 0 1px 1px 1px solid #c9cace;
    border: 1px solid #c9cace;
    border-top: none;
}

.dropdown-telephone-2 {
    position: absolute;
    padding: 0 5px 5px 5px;
    margin: -3px 20px 6px 6px;
    z-index: 105;
    top: 28.4px;
    background-color: white;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0 0 4px 4px;
    font-size: 12px;
    min-width: 210px;
    max-width: 338px;
    margin-left: 5px;
    margin-right: 0;
    border: 0 1px 1px 1px solid #c9cace;
    border: 1px solid #c9cace;
    border-top: none;
}

.dropdown-telephone-item {
    padding-bottom: 5px;
    cursor: pointer;
}

    .dropdown-telephone-item:hover {
        background-color: #F2F2F2;
    }

.padding-left-none-right-small {
    padding-left: 0;
    padding-right: 3px;
}

#font-size-medium {
    font-size: 18px !important;
}

.custom-select-country.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.display-block {
    display: block !important;
}

/*terms modal*/
.modal-body-header {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    min-height: 60px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: left;
    font-size: 13px;
}

.modal-body-body {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    min-height: 75vh;
    padding: 20px;
    margin-bottom: 75px;
    text-align: left;
    font-size: 13px;
}

.padding-modal-header {
    padding: 15px 30px 10px 30px;
}

.modal-content {
    box-shadow: 10px 10px 5px 0 rgba(164, 175, 183, 0.5);
    filter: blur(0) !important;
}

.modal-terms-title {
    font-size: 35px;
    margin-left: 40px;
}

.modal {
    z-index: 1050 !important;
}

.modal-backdrop {
    z-index: 1040 !important;
}
/*terms modal end*/

.modal-header .close {
    padding: 1rem 0.1rem;
    margin: -1rem -1rem -1rem 0;
}

.fixed-settings-nav {
    height: calc(100% - 60px);
    position: fixed;
    padding-right: 30px;
    top: 60px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 60px;
}

    .fixed-settings-nav::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }

.modal-title {
    margin: auto;
}

.modal-open > nav {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > .blur-div {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > div .fixed-header-button-section {
    filter: blur(10px) !important;
}

    .modal-open > .container-fluid > div > div .fixed-header-button-section > .col-12 > invoice-list > .payment-overview {
        filter: blur(10px) !important;
    }

.modal-open > div > div > div > div > invoice-list > div {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > .blur-div {
    filter: blur(10px) !important;
}
/*.modal-open > .container-fluid > .for-blure {
    filter: blur(10px) !important;
}*/
.modal-open > .container-fluid > div > .margin-content {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > change-order > .change-order-button-section {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > change-order > .change-order {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > organization > .blur-div {
    filter: blur(10px) !important;
}


.modal-open > .container-fluid > div > change-order > .change-order-button-section {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > change-order > .change-order {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > change-order > .fixed-header-button-section {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > payment-overview > .payment-overview {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > payment-overview > .fixed-header-button-section {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > documents > .container-fluid {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > documents > .container-fluid {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > .row > .col-lg-2 {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > .row > .col-lg-10 > #page {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > .row > .col-lg-10 {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > div > .col-lg-2 {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > div > .col-lg-10 {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > evaluation > .bid-button-section {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > evaluation > .bid {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > bid-list > div {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > bid-list-new > div {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > bid-list-test > div {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > bid-list-test > div {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > contracts > div {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > contracts > div {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > payment div {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > payment-contract div {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > payment div {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > payment-contract div {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > overview div {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > overview div {
    filter: blur(10px) !important;
}

.modal-open > footer {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > .row > .col-lg-10 > .button-division {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > div > .button-division {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > div > .row > .col-lg-12 > .home-row-distance {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > footer {
    filter: blur(10px) !important;
}

.modal-open > .container-fluid > div > budget div {
    filter: blur(10px) !important;
}

.show {
    background-color: transparent;
}

.padding-left-right-middle {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-left-right-middle1 {
    padding-left: 15px;
    padding-right: 15px;
}

.modal-p-body {
    color: #4d4f5c;
    font-size: 23px;
}

.modal-p-body-small {
    color: #4d4f5c;
    font-size: 20px;
}

.center {
    justify-content: center;
}

.bolder {
    font-weight: bolder;
}

.mail-logo {
    height: 80px;
    margin: 15px 0 25px 0;
}

.mail-company-name {
    color: #43425d;
    letter-spacing: 5px;
}

.mail-title {
    color: #43425d;
    margin: 5px 0 25px 0;
}

.mail-company-logo {
    height: 62px;
    margin: 0 0 35px 0;
}

.mail-body {
    margin-left: 16px;
}

.margin-top-bottom-small {
    margin: 20px 0 10px 0;
}

.mail-buttons {
    padding-bottom: 20px;
}

.mail-company-image {
    margin: 0 0 35px 0;
    max-width: 356px;
    max-height: 200px;
    object-fit: cover;
}

.mail-rejected {
    color: #ff6565;
    margin-top: 40px;
}

.mail-backgroud {
    background-color: #F1F0F7;
}

.open-country-div {
    z-index: 1000;
    width: 100%;
    height: 36px;
}

.fake-button {
    position: absolute;
    top: 0;
    width: 87%;
    height: 36px;
    background: transparent;
    border: none;
    z-index: 100;
}

    .fake-button:focus {
        border: none;
        outline: none;
    }

    .fake-button:active {
        border: none;
    }

.close > span {
    font-size: 40px;
}

.close:focus {
    border: none;
    outline: none;
}

#country-dropdown {
    padding-left: 35px;
    padding-right: 27px;
}

.mg-bottom-small-rem {
    margin-bottom: 0.7rem;
}

.max-width-six {
    max-width: 49%;
    margin-right: 10px;
}

.no-max-width {
    width: 90%;
    float: left;
}

.right-to-left-padding {
    text-align: right;
    padding-right: 50px;
}

.placeholder-out-of-input {
    position: absolute;
    top: 7px;
    right: 57px;
    color: #495057;
    font-size: 0.9rem;
}

.division-hr {
    border: 1px solid #B3B3B3;
}

.x-button {
    height: 36px;
    color: #b3b3c1;
}

.close-x {
    font-size: 19px;
    margin: auto;
}

.text-align-right {
    text-align: right;
}

.padding-area-division {
    padding: 5px 5px 10px 15px;
}

.left-date-input {
    border-right: none !important;
    border-radius: 0.25rem 0 0 0.25rem;
    padding: 0 2px;
}

.right-date-input {
    border-left: none !important;
    border-radius: 0 0.25rem 0.25rem 0;
    padding: 0 5px;
}

.transparent-button {
    position: absolute;
    top: 3px;
    right: 16px;
    border: none;
    background-color: white;
    color: #a5a4bf;
    width: 19px;
    padding-left: 2px;
}

    .transparent-button:focus {
        border: none;
        outline: none !important;
        box-shadow: none !important;
    }

    .transparent-button:active {
        border: none;
        outline: none !important;
        box-shadow: none !important;
    }

.picker-spliter {
    position: absolute;
    top: 4px;
    color: #a5a4bf;
    left: -13px;
}

.max-height-middle {
    max-height: 35px;
}

.distance-button-division {
    padding: 20px 0;
}

footer {
    width: 100%;
    height: 40px;
    background: #EFF0F7;
    z-index: 100;
    position: relative;
    bottom: 0;
    padding-left: 75px;
    font-size: 0.9rem;
}

    footer p {
        margin-bottom: 0;
    }

.active-light-yellow {
    background: #f9edcc;
}

/*loader*/
.loader {
    height: calc(100vh - 45px);
    width: calc(100% - 66px);
    position: fixed;
    top: 70px;
    left: 71px;
    right: 0;
    bottom: 0;
    z-index: 50000;
    background-color: white;
    opacity: 1;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    /*height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50000;
    background-color: white;
    opacity: 1;
    overflow-y: hidden !important;
    overflow-x: hidden !important;*/
}

.lds-roller {
    display: inline-block !important;
    /*position: absolute;*/
    width: 80px !important;
    height: 80px !important;
    z-index: 100004;
    /*top: 40vh;
    left: 47vw;*/
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #6dbdb4;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.mini-loader {
    width: 40px;
    height: 36px;
}

    .mini-loader .lds-roller {
        display: inline-block !important;
        /*position: absolute;*/
        width: 40px !important;
        height: 36px !important;
        z-index: 100004;
        /*top: 40vh;
    left: 47vw;*/
    }

        .mini-loader .lds-roller div {
            animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            transform-origin: 15px 15px;
        }

            .mini-loader .lds-roller div:after {
                content: " ";
                display: block;
                position: absolute;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background: #6dbdb4;
                margin: -4px 0 0 -4px;
            }

            .mini-loader .lds-roller div:nth-child(1) {
                animation-delay: -0.036s;
            }

                .mini-loader .lds-roller div:nth-child(1):after {
                    top: 25px;
                    left: 20px;
                }

            .mini-loader .lds-roller div:nth-child(2) {
                animation-delay: -0.072s;
            }

                .mini-loader .lds-roller div:nth-child(2):after {
                    top: 25px;
                    left: 20px;
                }

            .mini-loader .lds-roller div:nth-child(3) {
                animation-delay: -0.108s;
            }

                .mini-loader .lds-roller div:nth-child(3):after {
                    top: 25px;
                    left: 20px;
                }

            .mini-loader .lds-roller div:nth-child(4) {
                animation-delay: -0.144s;
            }

                .mini-loader .lds-roller div:nth-child(4):after {
                    top: 25px;
                    left: 20px;
                }

            .mini-loader .lds-roller div:nth-child(5) {
                animation-delay: -0.18s;
            }

                .mini-loader .lds-roller div:nth-child(5):after {
                    top: 25px;
                    left: 20px;
                }

            .mini-loader .lds-roller div:nth-child(6) {
                animation-delay: -0.216s;
            }

                .mini-loader .lds-roller div:nth-child(6):after {
                    top: 25px;
                    left: 20px;
                }

            .mini-loader .lds-roller div:nth-child(7) {
                animation-delay: -0.252s;
            }

                .mini-loader .lds-roller div:nth-child(7):after {
                    top: 25px;
                    left: 20px;
                }

            .mini-loader .lds-roller div:nth-child(8) {
                animation-delay: -0.288s;
            }

                .mini-loader .lds-roller div:nth-child(8):after {
                    top: 25px;
                    left: 20px;
                }


/*.loader-text {
    position: absolute;
    top: 51vh;
    left: 46.3vw;
}*/

/*end loader*/

.font-size20 {
    font-size: 20px;
}

.text-align-center {
    text-align: center;
}

@media (min-width: 1320px) {
    .modal-xl {
        max-width: 1300px;
    }
}

.dialog-check-box-item {
    display: inline-flex;
    width: 20%;
    margin-bottom: 10px;
}

    .dialog-check-box-item .dialog-chek-box {
        width: 40px;
        padding: 5px;
    }

    .dialog-check-box-item .dialog-item-description {
        width: calc(100% - 40px);
        margin-top: 10px;
    }

.primary-check-box-button {
    width: 25px;
    height: 25px;
}

    .primary-check-box-button i {
        position: relative;
        left: -2px;
        top: -2px;
        font-size: 13px;
    }

.primary-check-box-button {
    background-color: white;
    color: #6dbdb4;
    border-radius: 6px;
    border: solid 2px #6dbdb4;
    cursor: pointer;
}

    .primary-check-box-button:focus {
        outline: none;
    }

.center-position {
    text-align: center;
    padding: 20px;
}

.zoom-select {
    width: 90px;
    margin-top: 19px;
}

.radius50 {
    border-radius: 50%;
}

.small-margin-dialog {
    margin: 9px;
}

.dialog-file-holder {
    display: block;
    width: 100%;
    padding: 0 80px;
    height: auto;
}

    .dialog-file-holder .dialog-file-row {
        display: flex;
        width: 100%;
        height: 32px;
        font-size: 0.75rem;
        color: #4d4f5c;
        margin-bottom: 3px;
    }

        .dialog-file-holder .dialog-file-row .dialog-file-icon {
            width: 5%;
            height: 32px;
        }

            .dialog-file-holder .dialog-file-row .dialog-file-icon img {
                height: 30px;
            }

        .dialog-file-holder .dialog-file-row .dialog-file-name {
            width: 21%;
            height: 32px;
            padding-top: 7px;
            border: 1px solid #e8e9ec;
            padding-left: 5px;
            text-align: left;
        }

        .dialog-file-holder .dialog-file-row .dialog-file-description {
            width: 25%;
            height: 32px;
            border: 1px solid #6dbdb4;
            border-radius: 4px;
            padding-left: 5px;
            text-align: left;
        }

            .dialog-file-holder .dialog-file-row .dialog-file-description input {
                width: 99%;
                height: 30px;
                border: none;
            }

                .dialog-file-holder .dialog-file-row .dialog-file-description input:focus {
                    outline: none;
                }

        .dialog-file-holder .dialog-file-row .dialog-file-revision {
            width: 7%;
            height: 32px;
            border: 1px solid #6dbdb4;
            border-radius: 4px;
            padding-left: 5px;
            text-align: left;
        }

            .dialog-file-holder .dialog-file-row .dialog-file-revision input {
                width: 99%;
                height: 30px;
                border: none;
            }

                .dialog-file-holder .dialog-file-row .dialog-file-revision input:focus {
                    outline: none;
                }

        .dialog-file-holder .dialog-file-row .dialog-file-date {
            width: 13%;
            height: 32px;
            border: 1px solid #6dbdb4;
            border-radius: 4px;
            text-align: left;
        }

            .dialog-file-holder .dialog-file-row .dialog-file-date datepicker input {
                width: 99%;
                height: 30px;
                border: none;
            }

                .dialog-file-holder .dialog-file-row .dialog-file-date datepicker input:focus {
                    outline: none;
                }

        .dialog-file-holder .dialog-file-row .dialog-file-created-by {
            width: 20%;
            height: 32px;
            padding-top: 7px;
            border: 1px solid #e8e9ec;
            padding-right: 5px;
            text-align: right;
        }

        .dialog-file-holder .dialog-file-row .dialog-file-created-by-img {
            width: 6%;
            height: 32px;
        }

            .dialog-file-holder .dialog-file-row .dialog-file-created-by-img img {
                width: 31px;
                height: 31px;
                border-radius: 50%;
            }

.remove-border {
    border: none !important;
    padding: 0 !important;
    font-size: 1rem;
}

.project-participant {
    margin-right: 30px;
    margin-top: 10px;
}

.contract-nested-category-title {
    color: #6dbdb4;
    font-size: 1.3rem;
    margin: 10px 0 0 42px;
}

.contract-card-holder {
    padding: 7px;
    border: 1px solid white;
    border-radius: 5px;
}

    .contract-card-holder.active {
        background: #b5ded9;
    }

.unactive-contract-item {
    filter: brightness(0.8);
}

.dialog-user-rights-division {
    display: block;
    width: 53%;
    margin: auto;
    padding: 5px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.no-shadow {
    box-shadow: none;
}

.dialog-large-title {
    font-size: 1.3rem;
    color: #6dbdb4;
}

.user-settings-title-row {
    text-align: center;
    border-bottom: 1px solid #4d4f5c;
    font-size: 0.99rem;
    color: #4d4f5c;
}

    .user-settings-title-row > p {
        color: #4d4f5c;
        margin-bottom: 5px;
    }

.dialog-user-holder {
    display: flex;
    cursor: pointer;
}

    .dialog-user-holder .dialog-img-holder {
        width: 10%;
        height: 32px;
        text-align: center;
        padding-top: 4px;
    }

        .dialog-user-holder .dialog-img-holder img {
            width: 25px;
            height: 25px;
            border-radius: 50%;
        }

    .dialog-user-holder .dialog-title-holder {
        width: 50%;
        height: 32px;
        color: #4d4f5c;
        font-size: 0.8rem;
        padding: 6px 3px 0 5px;
    }

    .dialog-user-holder .dialog-delete-holder {
        width: 5%;
        height: 32px;
        text-align: center;
        color: #ffb1b1;
        padding-top: 5px;
    }

    .dialog-user-holder .dialog-check-box-holder {
        width: 35%;
        height: 32px;
        text-align: center;
    }

.dialog-check-box-small {
    width: 33px;
    padding: 3px;
}

.primary-check-box-button-small {
    background-color: white;
    color: #6dbdb4;
    border-radius: 6px;
    border: solid 2px #6dbdb4;
    cursor: pointer;
    width: 26px;
    height: 26px;
}

    .primary-check-box-button-small i {
        position: relative;
        left: -3px;
    }

    .primary-check-box-button-small:focus {
        outline: none;
    }

.dialog-active-user {
    background: #fcf6e6;
}

.dialog-small-user-p {
    font-size: 0.5rem;
}

.contract-checkbox-list {
    display: inline-flex;
    width: 14%;
    margin-bottom: 10px;
}

.contract-checkbox-holder {
    padding: 20px 20px 5px 54px;
}

.constract-checkbox-description {
    padding: 3px 5px;
    font-weight: bold;
}

.new-item-yellow {
    background: #fdf8eb;
}

.spec-input-unit {
    width: 100px;
    height: 36px;
    /* background: white; */
    border: none;
    font-size: 12px;
    color: #4d4f5c;
    text-align: right;
    padding-right: 10px;
}

.modal-p-body-very-small {
    color: #4d4f5c;
    font-size: 0.9rem;
}

.fake-button-holder {
    width: 25px;
    height: 40px;
    background: white;
    float: left;
}

.smaller-description {
    width: 260px !important;
}

.smaller-unit {
    width: 60px !important;
}

.total-row-holder {
    width: 50%;
    height: 60px;
    display: block;
    float: right;
    padding-right: 10px;
}

.smaller-padding-bottom {
    padding-bottom: 20px !important;
}

.spec-total-row {
    overflow: auto;
    text-align: right;
    padding-bottom: 60px;
}

.total-hr {
    border-top: 2px solid #caced5;
    margin-bottom: 3px;
}

.total-line-holder {
    display: flex;
    font-size: 1.7rem;
    color: #4d4f5c;
}

    .total-line-holder .total-title {
        width: 20%;
        text-align: left;
    }

    .total-line-holder .total-number {
        width: 60%;
    }

.diplay-none {
    display: none;
}

.reject-collor {
    color: #ff6565 !important;
}

.approve-collor {
    color: #6dbdb4 !important;
}

.draft-collor {
    color: #43425d;
}

.progress-period-span {
    font-size: 1.1rem;
    color: #6dbdb4;
}

.mg-l-10 {
    margin-left: 10px;
}

.mg-l-20 {
    margin-left: 20px;
}

.company-children-info {
    position: relative;
    top: -14px;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.margin-auto {
    margin: auto;
}

.pading-children-without-status {
    padding-top: 9px;
}

.relativ-advisor {
    position: absolute;
    left: 60px;
}

.inline-flex {
    display: inline-flex;
}

.specific-row-min-height {
    min-height: 45px !important;
}

.valid {
    border-color: #ced4da;
}

.payment-contract-status-middle {
    position: relative;
    overflow: visible;
    z-index: 99;
    top: -2px;
    left: 394px;
}

.width99 {
    width: 99%;
}

.dot2 {
    width: 22px;
    height: 22px;
    background-color: #6dbdb4;
    border-radius: 50%;
}

.dot1 {
    width: 22px;
    height: 22px;
    background-color: #e2a301;
    border-radius: 50%;
}

.dot0 {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    background: #ffffff;
    border: 1px solid #e8e9ec;
}

.permission-rotate-title {
    transform: rotate(-70deg);
    left: -6px;
}

.printFlex {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.printP {
    font-size: 20px !important;
}

.printSmall {
    font-size: 11px !important;
}

.min-height-auto {
    min-height: auto !important;
}

.height-auto {
    height: auto !important;
}

.contract-payment-status-line {
    position: relative;
    overflow: visible;
    top: -18px;
    left: -9px;
}

.project-card-img-holder {
    height: 120px;
    overflow: hidden;
}

.status-line-ETC {
    left: 13px !important;
    top: -19px !important;
    position: absolute;
}

.unvisible {
    filter: blur(2px);
}

.opacity-person-div {
    opacity: 0.6;
}

.transparent-button-profile {
    position: absolute;
    top: 3px;
    right: 20px;
    border: none;
    background-color: white;
    color: #a5a4bf;
    width: 19px;
    padding-left: 2px;
}

    .transparent-button-profile:focus {
        outline: none;
        border: none;
    }

    .transparent-button-profile:active {
        outline: none;
        border: none;
    }

.no-disabled-border {
    border: 1px solid #ced4da !important;
}

.invalid-message-under {
    font-size: 0.65rem;
    position: absolute;
    color: #ff6565;
}

.center-img-flex {
    display: flex;
    justify-content: center;
}

.permission-row-flex {
    display: flex;
    min-width: 1000px;
}

.margin-left-fix-nav-from-top {
    margin-top: 43px;
}

.basic-info-div {
    margin-top: 35px;
}

.pointer {
    cursor: pointer !important;
}

.etc-red {
    border: 2px solid #ff6565 !important;
    border-style: dashed !important;
    border-radius: 4px;
}

    .etc-red:hover {
        border: 2px solid #ff4c4c;
        border-style: dashed;
        cursor: pointer;
    }

.margin-40 {
    margin-top: 40px !important;
}

.area-type-placeholder {
    position: absolute;
    top: 8px;
    margin-left: 16px;
    font-size: 0.74rem;
    color: #495057;
}

.project-user-column {
    width: 25%;
}

    .project-user-column .user-title {
        font-size: 25px;
        color: #6dbdb4;
    }

    .project-user-column .img-division {
        width: 20%;
        float: left;
        text-align: center;
    }

    .project-user-column .person-division {
        width: 60%;
        float: left
    }

        .project-user-column .person-division .user-full-name {
            font-size: 0.9rem;
            font-weight: 600;
            color: #4d4f5c;
        }

        .project-user-column .person-division .user-role {
            font-size: 0.65rem;
            color: #6dbdb4;
            position: relative;
            top: -5px;
        }

    .project-user-column .checkbox-division {
        width: 20%;
        float: left;
        text-align: center;
    }

.project-procurement-column {
    width: 33%;
    padding-left: 3px;
    padding-right: 3px;
}

    .project-procurement-column .sub-part-title {
        border-bottom: 1px solid;
        margin-top: 5px;
        color: #4d4f5c;
    }

.project-construction-column {
    width: 30%;
    padding-left: 3px;
    padding-right: 3px;
}

    .project-construction-column .sub-part-title {
        border-bottom: 1px solid;
        margin-top: 5px;
        color: #4d4f5c;
    }

.project-accounts-column {
    width: 12%;
    padding-left: 3px;
    padding-right: 3px;
}

    .project-accounts-column .sub-part-title {
        border-bottom: 1px solid;
        margin-top: 5px;
        color: #4d4f5c;
    }

.small-sub-title {
    font-size: 0.5rem;
    color: #4d4f5c;
}

.project-sub-column-title {
    width: 16.66%;
    float: left;
    text-align: center;
    padding: 0 4px;
}

.project-sub-column-title1 {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 15px;
}

.project-sub-column-title2 {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 4px;
}

.border-of-row {
    padding-top: 5px;
    border: 1px solid #e0e1e3;
}

.access-status-line {
    font-size: 0.6rem;
    position: relative;
    top: -2px;
}

.info-span-data {
    font-size: 0.7rem !important;
}

.height-23 {
    height: 23px !important;
}

.budget-amount-details-row-item {
    margin: 5px 7px;
}

.chart-row1 {
    padding-right: 180px;
}

.chart-row2 {
    padding-right: 130px;
}

.chart-row3 {
    padding-right: 45px;
}

.m-w-100 {
    /*min-width:100%;*/
    min-width: 70%;
}

.fake-sum-input {
    width: 155px;
    height: 32px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #4d4f5c;
    text-align: right;
    padding: 5px;
}

.width-bid-description-dialog {
    width: 466px !important;
}

.dashed-green-border {
    border: 2px dashed #6dbdb4;
    border-radius: 4px;
}

.dashed-red-border {
    border: 2px dashed #ff6565;
}

.dashed-dark-border {
    border: 2px dashed #43425d;
}

.z107-tr {
    z-index: 106;
    background: transparent !important;
}

.card-body {
    height: 140px;
}

span.payment-math-sign {
    color: #e2a301;
    position: absolute;
    margin-left: -9px;
    margin-top: 20px;
}

.padding-6-3 {
    padding: 6px 3px;
}

.percentage-of-total {
    text-align: right;
    position: absolute;
    top: -25px;
    right: 60px;
    font-size: 2.2rem;
    color: #6dbdb4;
}

.percentage-of-total-green {
    text-align: right;
    position: absolute;
    top: -25px;
    right: 60px;
    font-size: 2.2rem;
    color: #6dbdb4;
}

.percentage-of-total-red {
    text-align: right;
    position: absolute;
    top: -25px;
    right: 60px;
    font-size: 2.2rem;
    color: #ff6565;
}

.chart-holder {
    overflow-x: auto;
}

.small-padding-left-right {
    padding-left: 2px;
    padding-right: 2px;
}

.fix-axes-etc {
    position: absolute;
    top: 120px;
}

.fix-axes-budget {
    position: absolute;
    top: 108px;
}

.fix-axes-payment {
    position: absolute;
    top: 110px;
}

.not-cursor {
    cursor: not-allowed;
}

.transparent-button-file-date {
    position: absolute;
    border: none;
    background-color: white;
    color: #a5a4bf;
    width: 19px;
    padding-left: 2px;
    margin: -26px 114px;
}

    .transparent-button-file-date:focus {
        outline: none;
        border: none;
    }

    .transparent-button-file-date:active {
        outline: none;
        border: none;
    }

.user-profile-status {
    position: absolute;
    overflow: visible;
    z-index: 106;
    top: 60px;
    left: -10px;
}

.cursor {
    cursor: pointer !important;
}

.display-none {
    display: none;
}

ul > li {
    list-style-type: none !important;
}

li {
    list-style-type: none !important;
}

ul.company-permissions-list > li {
    display: inline;
}

.company-permissions-list {
    padding-left: 0;
}

.user-rights-border {
    margin: 0 10px;
    border: 1px solid lightgray;
    padding: 10px 0;
    min-width: 98%;
}

.comment-icon {
    font-size: 2.9rem;
    color: lightgray;
    cursor: pointer;
}

.change-order-comment-icon {
    position: relative;
    float: right;
    top: -5px;
    font-size: 1.7rem;
    color: lightgray;
    cursor: pointer;
}

.change-order-badge {
    position: absolute;
    top: 5px;
    right: 14px;
    font-size: 0.8rem;
}

.comment-area {
    height: 0;
    transition: height 0.2s ease-out;
}

    .comment-area.active {
        height: 440px;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
        margin-top: 15px;
        transition: height 0.2s ease-in;
    }

.comment-scrollable-area {
    height: 310px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
}

.right-comment {
    float: right;
    background: #6dbdb4;
    color: white;
    padding: 5px;
    border-radius: 16px 16px 0 16px;
}

.left-comment {
    background: #edf0f5;
    border-radius: 16px 16px 16px 0;
}

.comment {
    min-width: 20%;
    max-width: 70%;
    margin: 5px;
    padding: 5px 10px;
    display: inline-block;
}

    .comment > small {
        font-size: 0.57rem;
    }

    .comment > p {
        font-size: 0.83rem;
        margin-bottom: 0 !important;
    }

    .comment > span {
        font-size: 0.83rem;
        margin-bottom: 0 !important;
    }

.new-comment-textarea {
    border: none;
    box-shadow: none;
}

    .new-comment-textarea:focus {
        border: none;
        box-shadow: none;
    }

    .new-comment-textarea:active {
        border: none;
        box-shadow: none;
    }

.comment-user-img {
    height: 40px;
    max-width: 45px;
    border-radius: 50%;
}

.comment-user-img-right {
    float: right;
    margin-top: 20px;
}

.comment-attachment-icon {
    position: absolute;
    left: 30px;
    margin-top: 5px;
    color: #a5a4bf;
    cursor: pointer;
}

.permissions-item {
    height: 42px;
    width: 25%;
    float: left;
    min-width: 300px;
}

.permissions-item-department {
    height: 42px;
    width: 25%;
    float: left;
    min-width: 360px;
}

.order-approver-item {
    height: 42px;
    width: 20%;
    float: left;
    min-width: 290px;
}

.pt0 {
    padding-top: 0 !important;
}

.sort-dropdown-holder {
    min-width: 900px;
    /*padding: 6px 0 0 10px;*/
}

.selectize-control.multi .selectize-input [data-value] {
    /*text-shadow: 0 1px 0 rgb(0 51 83 / 30%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    background-color: #6DBDB4;
    background-image: -moz-linear-gradient(top, #6DBDB4, #89BEB8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6DBDB4), to(#89BEB8));
    background-image: -webkit-linear-gradient(top, #6DBDB4, #89BEB8);
    background-image: -o-linear-gradient(top, #6DBDB4, #89BEB8);
    background-image: linear-gradient(to bottom, #6DBDB4, #89BEB8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
    /*-webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 20%), inset 0 1px rgb(255 255 255 / 3%);*/
    /*box-shadow: 0 1px 0 rgb(0 0 0 / 20%), inset 0 1px rgb(255 255 255 / 3%);*/
}


.selectize-control.multi .selectize-input [data-value] {
    background-color: #6DBDB4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6DBDB4', endColorstr='#89BEB8', GradientType=0);
}

.selectize-control.multi .selectize-input > div {
    /*background: #1da7ee;
    color: #ffffff;*/
    border: 1px solid #6DBDB4;
}

.link-color {
    color: #007bff !important;
}

.selectize-input {
    min-height: 34px;
    max-height: 34px;
    overflow: auto;
}

.red-notifi {
    color: #ff6565;
}

.yellow-notifi {
    color: #e2a301;
}

.chat-title {
    color: #495057;
    padding: 2px 0 0 10px;
}

.resort-p {
    font-size: 0.8rem;
}

.header-buttons-section {
    padding-top: 12px;
    background-color: white;
    z-index: 100;
}

.fixed-header-button-section {
    position: fixed;
    top: 65px;
    max-height: 65px;
    width: 96%;
    z-index: 100;
}

.sticky-div {
    position: -webkit-sticky;
    position: sticky !important;
    top: 130px;
}

.z99 {
    z-index: 99;
    background: transparent !important;
}

.export-pdf-button {
    font-size: 45px;
    color: #D3D3D3;
    cursor: pointer;
}

    .export-pdf-button:hover {
        color: #C8C8C8;
    }

.export-excel-button {
    color: #9898a9;
    font-size: 33px;
    margin: 0 25px;
}

.red-legend {
    background: #ffb1b1;
    height: 10px;
    width: 18px;
    border-radius: 5px;
    margin: 3px;
}

.gray-legend {
    background: #deded9;
    height: 10px;
    width: 18px;
    border-radius: 5px;
    margin: 3px;
}

.light-gray-legend {
    background: #F0F0F0;
    border: 1px solid #deded9;
    height: 10px;
    width: 18px;
    border-radius: 5px;
    margin: 3px;
}

.border-legend {
    background: white;
    height: 10px;
    width: 18px;
    border-radius: 5px;
    border: 1px solid gray;
    margin: 3px;
}

.white-legend {
    background: white;
    height: 10px;
    width: 18px;
    border-radius: 5px;
    border: 2px solid #E5E5E5;
    margin: 3px;
}

.yellow-legend {
    background: #e2a301;
    height: 10px;
    width: 18px;
    border-radius: 5px;
    border: 1px solid #e2a301;
    margin: 3px;
}

.info-span {
    font-size: 0.7rem;
}

.payment-bid {
    padding-top: 65px;
}
/*.selectize-dropdown-content > div {
    z-index:110;
}
.selectize-dropdown-content {
    z-index: 110;
}
.selectize-dropdown.multi {
    z-index:110;
}*/
.mini-loader-c-order-payment {
    position: relative;
    float: left;
}

.sticky-initial {
    min-height: 0px;
    max-height: 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    overflow: hidden;
    display: none;
}

.sticky-active {
    min-height: 40px !important;
    max-height: 40px !important;
    position: -webkit-sticky;
    position: sticky;
    top: 58px;
    overflow: unset;
    z-index: 1;
    display: block;
}

.sticky-c-order-header {
    position: sticky;
    top: 122px;
    background: white;
    z-index: 1;
}

.sticky-bidList-header {
    position: sticky;
    top: 62px;
    background: white;
    z-index: 1;
}

.sticky-org-component-header {
    position: sticky;
    top: 65px;
    background: white;
    z-index: 1;
}

.fix-header {
    position: sticky;
    top: 65px;
    max-height: 65px;
    width: 100%;
    z-index: 100;
}

.payment-overview {
    display: inline-flex;
    margin-top: 60px;
}

.dark-gray {
    color: #4d4f5c;
}

.cons-red {
    color: #ff6565;
}

.cons-green {
    color: #6dbdb4;
}

.row.button-division-with-search::after {
    content: '';
    display: block;
    width: 42px;
    height: 104px;
    background: #F0F0F7;
    position: absolute;
    margin-left: -42px;
    margin-top: -19px;
}

.vr {
    height: 15px;
    border-left: 1px solid;
    position: absolute;
    top: 2px;
}

.hr {
    position: absolute;
    border-bottom: 1px solid;
    height: 18px;
    width: 10px;
    top: -3px;
}

.not-last-vr {
    height: 40px;
}

.not-last-vr-account {
    height: 34px;
}

.heading-p {
    font-size: 30px;
    color: #43425d;
    margin-bottom: 0;
}

.heading-span {
    font-size: 15px;
    color: #43425d;
}

.user-role-2 {
    font-size: 0.65rem;
    color: #6dbdb4;
    position: relative;
    top: -10px;
    left: 42px;
}

.access-status-line-2 {
    font-size: 0.6rem;
    position: relative;
    top: -11px;
}

.graph-list > li {
    display: inline-block;
}

.placeholder-percentage {
    position: absolute;
    right: 212px;
    top: 14px;
    font-size: 0.8rem;
}

.year-label {
    margin: 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #4d4f5c;
}

.account-table {
    width: 70%;
}

.flex-chart {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-width: 100vw;
}

.lockedLabel {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 10px;
    color: #FFB1B1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 5px;
}

    .lockedLabel input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkboxForExpenses {
    position: absolute;
    top: 0px;
    left: 3px;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid #FFB1B1;
    font-size: 10px;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.lockedLabel:hover input ~ .checkboxForExpenses {
    background-color: white;
}

/* When the checkbox is checked, add a blue background */
.lockedLabel input:checked ~ .checkboxForExpenses {
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkboxForExpenses:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.lockedLabel input:checked ~ .checkboxForExpenses:after {
    display: block;
}

/* Style the checkmark/indicator */
.lockedLabel .checkboxForExpenses:after {
    /*left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);*/
    content: "X";
    color: #FFB1B1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.add-budget {
    flex: 1;
    text-align: center;
    border: 2px dashed lightgray;
    height: 34vh;
    margin-top: 0.5vh;
    padding-top: 16vh;
}

.budget-label-info {
    height: 10px;
    width: 18px;
    border-radius: 5px;
    margin: 3px;
}

    .budget-label-info.color0 {
        background: rgba(112, 112, 112, 1);
    }

    .budget-label-info.color1 {
        background: rgba(67, 66, 93, 1);
    }

    .budget-label-info.color2 {
        background: rgba(0, 103, 172, 1);
    }

    .budget-label-info.color3 {
        background: rgba(0, 169, 223, 1);
    }

    .budget-label-info.color4 {
        background: rgba(109, 189, 180, 1);
    }

    .budget-label-info.color5 {
        background: rgba(181, 222, 217, 1);
    }

    .budget-label-info.color6 {
        background: rgba(163, 159, 150, 1);
    }

    .budget-label-info.color7 {
        background: rgba(220, 196, 92, 1);
    }

    .budget-label-info.color8 {
        background: rgba(243, 218, 153, 1);
    }

.gray {
    background: rgba(163,159,150,255);
}

.budget-dark-blue {
    background: rgba(0,103,172,255);
}

.budget-dark-light-blue {
    background: rgb(215, 233, 244);
}

.budget-blue {
    background: rgba(0,169,223,255);
}

.budget-green {
    background: rgba(109,189,180,255);
}

.red {
    background: rgba(255, 101, 101, 1);
}

.yellow {
    background: rgba(226, 163, 1, 1);
}

.budget-orange {
    background: rgb(255, 173, 51);
}

.select-approvers > .selectize-control > .selectize-input {
    max-height: max-content;
}

#medium-left-budget-status-line {
    transform: translate(0px, 0px) matrix(1,0,0,1,25.6178,47.1201) rotate( -45deg);
    transform-origin: center;
    position: absolute;
    left: -33px;
    top: -18px;
    overflow: visible;
    width: 78px;
    white-space: nowrap;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    color: rgba(255,255,255,1);
    z-index: 10;
}

.user-table {
    width: 100%;
}

    .user-table > tbody > tr {
        height: 55px;
        border: 1px solid #f0f0f1;
        font-size: 0.9rem;
    }

.active-user-row {
    height: 300px !important;
}

.person-img-edit {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.user-table > tbody > tr span {
    font-size: 0.7rem;
}

.check-user-table {
    width: 15px;
    height: 15px;
}

    .check-user-table i {
        position: relative;
        left: -4px;
        top: -7px;
        font-size: 9px;
    }

.organization-label {
    color: #bcbccb;
    font-size: 0.7rem;
}

.diplay-flex {
    display: flex;
}

.light-border {
    border: 1px solid #f0f0f1;
}

.flex-f-1 {
    display: flex;
    flex: 1;
}

.edit-org-border {
    border: 1px solid #6dbdb4 !important;
    /* box-shadow: 0 2px 10px 0 #6dbdb4;*/
}

.primaryFont {
    font-size: 0.9rem;
}

.all-access-legend {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    background: #6dbdb4;
    border: 1px solid #e8e9ec;
}

.read-only-legend {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    background: #e2a301;
    border: 1px solid #e8e9ec;
}

.no-access-legend {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    background: #ffffff;
    border: 1px solid #e8e9ec;
}

.company-permission-table {
    width: 100%;
}

    .company-permission-table > tbody > tr {
        /*height: 55px;*/
        border: 1px solid #f0f0f1;
        font-size: 0.8rem;
    }

        .company-permission-table > tbody > tr > td {
            text-align: left;
        }

.vertical-binder-organization {
    height: 44px;
    position: absolute;
    border-left: 1px solid;
    top: -9px;
}

    .vertical-binder-organization.last {
        height: 21px;
        position: absolute;
        border-left: 1px solid;
        top: -9px;
    }

.horizontal-binder-organization {
    position: absolute;
    top: 20px;
    width: 10px;
    border-top: 1px solid;
}

.options-dialog-treegrid {
    position: absolute;
    width: 110px;
    height: 30px;
    z-index: 1;
    background-color: white;
    border: 1px solid gray;
    padding-left: 5px;
    display: none;
}

.smallFont {
    font-size: 0.8rem;
}

.smallInput {
    height: 23px;
}

.extend-row-arrow {
    background-color: white;
    color: #a6a6a6;
    border-radius: 6px;
    border: solid 2px transparent;
    cursor: pointer;
    margin: 2px 10px;
    width: 23px;
    height: 23px;
}

    .extend-row-arrow i {
        width: 19px;
        height: 19px;
        position: relative;
        top: -2px;
        font-size: 0.9rem;
    }

    .extend-row-arrow:focus {
        outline: none;
    }

.status-inline-Pending {
    background: #e5ad1e;
    color: white;
    border-radius: 10px;
    padding: 1px 6px;
    width: fit-content;
}

.status-inline-Procurement {
    background: #e2a301;
    color: white;
    border-radius: 10px;
    padding: 1px 6px;
    width: fit-content;
}

.status-inline-Contract {
    background: #6dbdb4;
    color: white;
    border-radius: 10px;
    padding: 1px 6px;
    width: fit-content;
}

.status-inline-Approved {
    background: #6dbdb4;
    color: white;
    border-radius: 10px;
    padding: 1px 6px;
    width: fit-content;
}

.status-inline-Rejected {
    background: #ff6565;
    color: white;
    border-radius: 10px;
    padding: 1px 6px;
    width: fit-content;
}

.light-border-bottom {
    border-bottom: 1px solid #f0f0f1;
}

.head-title {
    font-size: 0.9rem;
    font-weight: bold;
    /* border: 1px solid #f0f0f1;*/
}

.yellow-border-box {
    border: 1px solid #efd28b;
    box-shadow: 0 2px 10px 0 #efd28b;
}

.btn-add-row {
    border: dashed 2px #e8e9ec;
    width: 100%;
    font-size: 1.5rem;
    padding: 0;
    height: 34px;
    font-weight: bold;
    position: relative;
}

    .btn-add-row:focus {
        /*outline: none !important;*/
        box-shadow: none !important;
    }

.treegrid-background {
    height: 92vh;
    background: orange;
    overflow-y: auto;
    overflow-x: hidden;
}

.light-gray-background {
    background-color: #f7f7f7;
}

.hower-gray:hover {
    background-color: #f7f7f7;
}

.btn-add-row:disabled {
    cursor: not-allowed;
}

.noSelect {
    user-select: none;
}

.customScropllBar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5 !important;
}

.customScropllBar::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background-color: #F5F5F5 !important;
}

.customScropllBar::-webkit-scrollbar-thumb {
    background-color: #666666;
}

.smaller-sel > selectize-component > .selectize-control > .selectize-dropdown > .selectize-dropdown-content {
    /* overflow-y: auto;
    overflow-x: hidden;*/
    max-height: 65px;
}

.custom-per-position {
    left: 0;
    bottom: -16px;
}

.user-rights-sel > .selectize-input > input {
    padding-top: 2px !important;
}

.is-active {
    background-color: #FDF8EB;
}

.custom-active-icon {
    color: #6dbdb4;
    /*font-size:1.2rem;*/
}

.filter-holder {
    display: inline;
    position: relative;
}

    .filter-holder.active {
        color: #6dbdb4;
    }

.table-header {
    font-size: 0.9rem;
    font-weight: bold;
    border: 1px solid #f0f0f1;
}

.red-disable option:disabled {
    color: #ff6565;
    font-weight: bold;
}

.page-link {
    color: #6dbdb4;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        color: #6dbdb4;
    }

.page-item.active > .page-link {
    background-color: #6dbdb4;
    border-color: #6dbdb4;
}

    .page-item.active > .page-link:focus {
        outline: none;
        box-shadow: none;
    }

    .page-item.active > .page-link:active {
        outline: none;
        box-shadow: none;
    }

.invoice-data-column {
    margin-right: 3px;
    background: white;
    height: auto;
}

    .invoice-data-column > table > tbody > tr > td {
        border: 1px solid #e8e9ec;
    }

/*.user-list {
    padding: 0;
}

    .user-list > li {
        display: inline-block;
    }

.ball-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #6DBDB4;
    color: white;
    padding-top: 2px;
    float:left;
    user-select:none;
}
.step {
    display:inline-block;
}

.step-hr {
    float: left;
    width: 120px;
}
.approval-user-img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}*/


.approval-user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/*vertical stepper*/

.step {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: cream;
}

.v-stepper {
    position: relative;
    /*   visibility: visible; */
}


/* regular step */
.step .circle {
    background-color: white;
    border: 3px solid gray;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    color:white;
}

.step .line {
    top: 23px;
    left: 15px;
    /*   height: 120px; */
    height: 100%;
    position: absolute;
    border-left: 3px solid gray;
}

.step.completed .circle {
    visibility: visible;
    background-color: #6DBDB4;
    border-color: #6DBDB4;
}

.step.completed .line {
    border-left: 3px solid #6DBDB4;
}

.step.active .circle {
    visibility: visible;
    border-color: rgb(6,150,215);
}

.step.empty .circle {
    visibility: hidden;
}

.step.empty .line {
    /*     visibility: hidden; */
    /*   height: 150%; */
    top: 0;
    height: 150%;
}


.step:last-child .line {
    border-left: 3px solid white;
    z-index: -1; /* behind the circle to completely hide */
}

.content {
    /*margin-left: 20px;*/
    display: inline-block;
}


/* codepen override */
/*html * {
    font-size: 15px !important;
    color: #000 !important;
    font-family: Arial !important;
}*/

/*vertical stepper end*/


.order-holder {
    float: right;
    color: #4d4f5c;
    position:relative;
    width:15px;
}
    .order-holder > .fa-angle-up {
        position: absolute;
    }
    .order-holder > .fa-angle-down {
        position: absolute;
        top:15px;
    }

.info-tooltip {
    float: right;
    height: 10px;
    color: #495057;
    font-size: 0.8rem;
}

.approve-ball {
    float: left;
    text-align: center;
    color: white;
    border-radius: 50%;
    background-color: #6DBDB4;
    border-color: #6DBDB4;
    width: 25px;
    height: 25px;
}
.rejected-ball {
    float: left;
    text-align: center;
    color: white;
    border-radius: 50%;
    background-color: #ffb1b1;
    border-color: #ffb1b1;
    width: 25px;
    height: 25px;
}
.not-action-ball {
    float: left;
    text-align: center;
    color: white;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #E5E5E5;
    width: 25px;
    height: 25px;
}
.my-tooltip {
    position: absolute;
    border: 1px solid lightgray;
    top: 47px;
    background: white;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 0.7rem;
    font-weight: 100;
    display: none;
    max-width: 200px;
}
.target-tooltip-1:hover .my-tooltip-1 {
    display:block;
}
.target-tooltip-2:hover .my-tooltip-2 {
    display: block;
}
.target-tooltip-3:hover .my-tooltip-3 {
    display: block;
}
.target-tooltip-4:hover .my-tooltip-4 {
    display: block;
}
.target-tooltip-5:hover .my-tooltip-5 {
    display: block;
}
.target-tooltip-6:hover .my-tooltip-6 {
    display: block;
}
.target-tooltip-7:hover .my-tooltip-7 {
    display: block;
}