/*Smart Colors
-------------------------
@smart-color-1:                 #EEECE1;
@smart-color-2:                 #DDD9C4;
@smart-color-3:                 #C4BD97;
@smart-color-4:                 #948A54;
@smart-color-5:                 #494529;*/


@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Poppins-Regular.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Poppins-Italic.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 250;
    src: url(../fonts/Poppins-Thin.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: italic;
    font-weight: 250;
    src: url(../fonts/Poppins-ThinItalic.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 275;
    src: url(../fonts/Poppins-ExtraLight.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: italic;
    font-weight: 275;
    src: url(../fonts/Poppins-ExtraLightItalic.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Poppins-Light.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/Poppins-LightItalic.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Poppins-Medium.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/Poppins-MediumItalic.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Poppins-SemiBold.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/Poppins-SemiBoldItalic.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Poppins-Bold.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/Poppins-BoldItalic.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Poppins-ExtraBold.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: italic;
    font-weight: 800;
    src: url(../fonts/Poppins-ExtraBoldItalic.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Poppins-Black.woff) format('woff')
}

@font-face {
    font-family: poppins;
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/Poppins-BlackItalic.woff) format('woff')
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: poppins, Tahoma;
    font-size: 14px;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}


.CP-map {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    float: right;
}


#BasemapToggle {
    position: absolute;
    /* top: 20px; */
    right: 10px;
    z-index: 50;
    margin-top: 10px;
}

.esri-basemap-toggle__container, .esri-basemap-toggle__image {
    width: 40px;
    height: 40px;
}

.esri-basemap-toggle {
    width: 45px;
    height: 45px;
}

.border-top-pink {
    border-top: 2px solid #197ec0;
}

.topbar {
    width: 32px;
    background: #fff;
    padding: 0px;
}

#search {
    display: block;
    position: absolute;
    z-index: 50;
    margin-top: 20px;
    margin-left: 20px;
}

.infoDiv {
    height: 100%;
    width: 400px;
    margin: 0;
    float: left;
    border-right: 1px solid lightgray;
    overflow-y: auto;
    /*position: absolute;*/
    top: 60px;
    bottom: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: white;
}

.infoDiv300 {
    height: 100%;
    width: 300px;
    margin: 0;
    float: left;
    border-right: 1px solid lightgray;
    overflow-y: auto;
    /*position: absolute;*/
    top: 60px;
    bottom: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: white;
}

.infoDiv500 {
    height: 100%;
    width: 500px;
    margin: 0;
    float: left;
    border-right: 1px solid lightgray;
    overflow-y: auto;
    bottom: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: white;
}


.section-header {
    color: #762531 !important;
    font-weight: 600;
    background-color: #F2EFEA;
    /*    border-top: 1px solid #762531 !important;*/
    border-bottom: 1px solid #762531 !important;
}

.dashboard-header {
    color: #762531;
    font-weight: 500;
    background-color: #F2EFEA;
    text-align: center;
    padding: 0.5rem;
}

.section-footer {
    padding: 0.25rem !important;
    border-top: 2px solid #17a2b8;
}


.light-icon {
    font-size: x-large;
    line-height: 1;
}

.btn-add-item {
    padding: 1px 5px;
    float: right;
}

.btn-grid {
    padding: 1px 3px;
}

.btn-right {
    padding: 1px 5px;
    float: right;
}

.btn-logout {
    padding: 1px 5px;
    float: right;
    position: absolute;
    right: 5px;
}

.qc-button {
    padding: 0.25rem !important;
    border: 0 !important;
    line-height: 1.5;
    vertical-align: middle !important;
    height: 36px !important;
    width: 36px !important;
}

.qc-upload {
    padding: 0.25rem 0 0 0.25rem !important;
    border: 0 !important;
    line-height: 1.5;
    vertical-align: middle !important;
}

.action-button {
    font-size: 16px;
    background-color: transparent;
    border: 0 solid #d3d3d3;
    color: #6e6e6e;
    height: 32px;
    width: 32px;
    text-align: center;
    border-bottom: 0.1px solid #d3d3d3;
}

    .action-button:hover,
    .action-button:focus {
        background: #0079c1;
        color: #e4e4e4;
    }

.active-btn {
    background: #0079c1;
    color: #e4e4e4;
}

    .active-btn:focus {
        background: #0079c1;
        color: #e4e4e4;
    }

.item-line-height {
    line-height: 1.8;
}

.user-name {
    font-size: 12px;
    font-weight: normal;
    color: #5f6061;
}

.img-loading {
    float: left;
    width: 20px;
    max-height: 100%;
    margin-right: 10px;
}

.map-img-loading {
    width: 40px;
    height: 40px;
    /*position: absolute;*/
    z-index: 1000;
    /*bottom: 5px;
    left: 5px;*/
}

.page-sub-header {
    background-color: #197ec0 !important;
    padding: 0.25rem !important;
    color: #fff !important;
    border-top: solid 1px white;
}

.map-tools-header {
    background-color: #0047BB;
    color: white;
    height: 30px;
    padding: 3px;
    font-size: 17px;
}

.map-tools-logo {
    max-height: 80%;
    z-index: 1;
    margin-left: 3px;
    margin-right: 3px;
}

.map-tools-minimize {
    height: 20px;
    z-index: 1;
    float: right;
    /*margin: 3px;*/
    cursor: pointer;
}

.Info-card {
    overflow-y: auto;
    height: calc(100% - 220px);
    height: -moz-calc(100% - 220px);
    height: -webkit-calc(100% - 220px);
    padding-top: 5px;
    /*padding-bottom: 5px;*/
}

.Search-card {
    overflow-y: auto;
    height: calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
}

.Inbox-card {
    overflow-y: auto;
    height: calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
}

.Setup-Plan-card {
    overflow-y: auto;
    height: calc(100% - 220px);
    height: -moz-calc(100% - 220px);
    height: -webkit-calc(100% - 220px);
}

.Map-Tools-card {
    overflow-y: auto;
    height: calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
}

.btn-close {
    font-size: 20px;
    margin: 2px;
    color: #ffffff;
    float: right;
    cursor: pointer;
}

.btn-action {
    cursor: pointer;
}



.GIS-Tools-Header {
    background-color: rgba(51,51,51,1);
    color: white;
    height: 30px;
    padding: 3px;
    font-size: 17px;
}

.report-img {
    width: 100%;
}

.about-us {
    overflow-y: auto;
    height: 100%;
}

.btn-expand {
    height: 20px;
    z-index: 1;
    margin-right: 5px;
}

.esriSimpleSliderTL {
    top: 60px;
    left: 20px;
}

.icon-item-image2 {
    width: 24px;
    margin: 4px;
}


.icon-item-rectangle {
    background-color: #fff;
    color: #6e6e6e;
    height: 32px;
    width: 32px;
    left: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

    .icon-item-rectangle:hover, .icon-item-rectangle:focus {
        border: 2px solid #197ec0;
    }

.GridviewScrollHeader TH, .GridviewScrollHeader TD {
    padding: 5px;
    font-weight: bold;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #3178b5;
    text-align: left;
    vertical-align: bottom;
    color: white;
}

.GridviewScrollItem TD {
    padding: 5px;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}

.GridviewScrollPager {
    border-top: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}

    .GridviewScrollPager TD {
        padding-top: 3px;
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .GridviewScrollPager A {
        color: #666666;
    }

    .GridviewScrollPager SPAN {
        font-size: 16px;
        font-weight: bold;
    }


body {
    background-color: #FFF;
    overflow: hidden;
}

.login-page {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1001;
}

.login-header {
    /*border-bottom: 3px solid #197ec0;*/
    height: 74px;
    z-index: 100;
    font-weight: 500;
}

.LoadQCFiles-header {
    border-bottom: 3px solid #197ec0;
    margin: 0px;
    padding: 5px;
    font-size: 24px;
    color: #0047BB;
}


.report-panel {
    border-top: 1px solid #d3d3d3;
    margin: 0px;
}


.login-header-text {
    font-family: Calibri;
    font-size: x-large;
    font-weight: 800;
}

.login-Content {
    width: 100%;
    height: calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    overflow: hidden;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 10%, #3a6eb7 64%, #0951b9 77%, #004bb7 89%, #197ec0 100%);
    background: -webkit-linear-gradient(top, #ffffff 10%,#3a6eb7 64%,#0951b9 77%,#004bb7 89%,#197ec0 100%);
    background: linear-gradient(to bottom, #ffffff 10%,#3a6eb7 64%,#0951b9 77%,#004bb7 89%,#197ec0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#197ec0',GradientType=0 );
}

.company-logo {
    float: right;
    height: 30px;
}

.app-logo {
    height: 50px;
}


.login-app-logo {
    height: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
}


.main-page-header {
    height: 60px;
    margin: 0px;
    color: white;
    padding: 5px;
    font-family: 'Comic Sans MS';
    font-size: small;
    text-shadow: black 0.03em 0.03em 0.5em;
    background: #197ec0;
    background: -moz-linear-gradient(left, #197ec0 0%, #004bb7 100%);
    background: -webkit-linear-gradient(left, #197ec0 0%,#004bb7 100%);
    background: linear-gradient(to right, #197ec0 0%,#004bb7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#197ec0', endColorstr='#004bb7',GradientType=1 );
}

#infoToggle {
    margin-left: 10px;
    height: 100%;
    float: right;
    font-size: 12px;
    padding: 5px;
    visibility: collapse;
    position: absolute;
}

.main-page-username {
    float: right;
    margin: 5px;
}

.main-page-app-title {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    line-height: 1;
    font-size: 20px;
}

.app-title-Initial {
    font-weight: bold;
    color: #197ec0;
}


.main-page-app-title-m {
    float: left;
    margin-left: 10px;
    visibility: collapse;
    position: absolute;
}

.main-page-btn-group {
    margin-left: 10px;
    margin-top: 25px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.main-page-Content {
    width: 100%;
    height: calc(100% - 300px);
    height: -moz-calc(100% - 300px);
    height: -webkit-calc(100% - 300px);
    overflow: auto;
}

.main-page-Content2 {
    width: 100%;
    height: calc(100% - 110px);
    height: -moz-calc(100% - 110px);
    height: -webkit-calc(100% - 110px);
    overflow: auto;
}

.main-page-footer {
    border-top: 1px solid #197ec0;
    height: 49px;
    margin: 0px;
    padding: 5px;
    color: #0047BB;
    text-align: center;
}

/*.esri-ui-manual-container > .esri-component {
    display: none;
}*/

.esri-attribution {
    display: none !important;
}

.unit-div {
    cursor: pointer;
}


.content-section {
    border: solid 2px brown;
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    float: right;
    height: calc(100% - 105px);
    height: -moz-calc(100% - 105px);
    height: -webkit-calc(100% - 105px);
    border-radius: 8px;
    padding: 5px;
}

.data-title {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    width: 100%;
    padding: 15px 10px 5px 0px;
    border-bottom: 1px solid #197ec0;
    color: #007bff !important;
}

.landuse-check-box {
    width: 100px;
    float: left;
}

.custom-file {
    position: sticky;
}

.GIS-nav-tabs {
    /*border-top: 1px solid #fff !important;*/
    border: 0;
}

    .GIS-nav-tabs .GIS-Tab:first-child {
        border-left: 0 !important;
    }

    .GIS-nav-tabs .GIS-Tab:last-child {
        margin-right: 0 !important;
    }

.GIS-Tab {
    text-align: center;
    background-color: #F8F8F8;
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 8px 8px 0px 0px;
    margin-right: 5px;
}

    .GIS-Tab .bi, .GIS-Tab button {
        display: none !important;
    }

    .GIS-Tab.active, .GIS-Tab.active:hover {
        background-color: #762531 !important;
        color: white !important;
        /* border-bottom: 2px solid #484456 !important; */
        border-radius: 10px 10px 0px 0px;
        font-weight: 600;
        cursor: default;
    }

        .GIS-Tab.active .bi, .GIS-Tab.active button {
            display: unset !important;
        }

    .GIS-Tab:hover {
        background-color: #ced1d6 !important;
        /*border-bottom: 2px solid #484456 !important; 
        font-weight: 600;*/
    }

.GIS-Tab2 {
    text-align: center;
    /*background-color: #c9eaff;*/
    padding: 4px;
    font-size: 14px;
    cursor: pointer;
    /*border-radius: 8px 8px 0px 0px;*/
    border-bottom: 1px solid #762531 !important;
    /*margin-right: 5px;*/
    color: #762531;
}

    .GIS-Tab2 .bi {
        display: none !important;
    }

    .GIS-Tab2.active, .GIS-Tab2.active:hover {
        /*background-color: #0d6efd !important;*/
        /*color: white !important;*/
        border-bottom: 3px solid #762531 !important;
        /*border-radius: 10px 10px 0px 0px;*/
        /*font-weight: 500;*/
        cursor: default;
        font-weight: 600;
        text-transform: uppercase;
    }

        .GIS-Tab2.active .bi {
            display: unset !important;
        }

    .GIS-Tab2:hover {
        font-weight: 600;
    }

.gis-tab-icons {
    text-align: center;
    /*background-color: #F8F8F8;*/
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 8px 8px 0px 0px;
    /*margin-right: 3px;*/
    width: 40px;
    height: 40px;
}

    .gis-tab-icons:hover {
        color: #007bff !important;
        border-bottom: 1px solid #762531 !important;
        /*border-bottom: 2px solid #484456 !important; 
        font-weight: 600;*/
    }

    .gis-tab-icons.active:hover {
        color: unset !important;
    }

    .gis-tab-icons.active, .gis-tab-icons.active:hover {
        /*background-color: #484456 !important;*/
        /*color: white !important;*/
        border-top: 1px solid #762531 !important;
        border-bottom: 1px solid #fff !important;
        border-left: 1px solid #762531 !important;
        border-right: 1px solid #762531 !important;
        border-radius: 10px 10px 0px 0px;
        font-weight: 600;
        cursor: default;
    }



.GIS-Tab-Search {
    width: 50%;
    padding: 5px;
    text-align: center;
}

.GIS-Tab-Inbox {
    width: 33%;
    padding: 5px;
    text-align: center;
}

.btn-New-Version {
    display: none !important;
}

.GIS-card {
    border: 1px solid #6cbee6 !important;
    background-color: #fff !important;
}

    .GIS-card .title {
        background-color: #6cbee6 !important;
        color: #fff !important;
    }


    .GIS-card.active {
        border: 1px solid #00a885 !important;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        bottom: 0;
        z-index: 5;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

        .GIS-card.active .title {
            background-color: #00a885 !important;
        }

        .GIS-card.active .btn-locate {
            display: none !important;
        }

        .GIS-card.active .btn-New-Version {
            display: unset !important;
        }



/*.nav-tabs {
    border-bottom: 1px solid #484456 !important;
    padding-left: 5px;
    padding-top: 5px;
}*/

.data-lable {
    line-height: 1;
    min-width: 130px;
    float: left;
    background-color: #f7f7f7;
    padding: 8px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px 0 0 3px;
    margin-left: 10px;
    color: #999999;
}

.data-value {
    display: block;
    text-align: center;
    line-height: 1;
    min-width: 140px;
    float: left;
    padding: 8px;
    border-top: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 0 3px 3px 0;
}

.smart-toggle-button {
    background-color: white;
    padding: 0;
    width: 25px;
    height: 25px;
    padding: 3px;
}

.smart-toggle-button-content {
    text-align: right;
    visibility: collapse;
}



.thead-custom {
    text-align: right;
    background-color: #C4BD97;
}


.modal-footer {
    border-top: 0px;
}

.selected-section {
    background-color: rgb(165, 42, 42);
    padding: 5px;
    text-align: center;
    font-family: 'GE SS Two';
    font-size: large;
    float: left;
    width: 100%;
    background-image: url(../images/bg.png);
    background-position: top left;
    background-repeat: repeat;
    background-size: 200px;
    color: white;
}


.Logo-mainpage {
    height: 85px;
    float: right;
    margin-left: 10px;
}

.margin-Zero {
    margin: 0px;
}

.padding-Zero {
    padding: 0px;
    padding-top: 20px;
}

.Login-background {
    background-position: top left;
    background-repeat: repeat;
    background-size: 400px;
}

.footer {
    position: fixed;
    height: 80px;
    bottom: 0;
    width: 100%;
    background-color: beige;
    background-image: url(../images/Municipality-Pattern.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 70px;
    box-shadow: black 0.03em 0.03em 0.1em;
}

.footer2 {
    position: fixed;
    height: 20px;
    bottom: 80px;
    width: 100%;
    background-color: brown;
    box-shadow: black 0.03em 0.03em 0.1em;
}

.ADM-Pattern {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.Login-Container {
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Safari */
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 1000;
}

.map-container {
    height: calc( 100% - 30px);
    height: -moz-calc( 100% - 30px);
    height: -webkit-calc( 100% - 30px);
    width: 60%;
    padding: 0;
    margin: 0;
    float: left;
    background-color: beige;
}

.map-info {
    height: 30px;
    width: 60%;
    padding: 0;
    margin: 0;
    float: left;
    background-color: green;
    background-image: url(../images/bg.png);
    background-position: top left;
    background-repeat: repeat;
    background-size: 200px;
    color: white;
}

#LocateButton {
    position: absolute;
    top: 95px;
    left: 20px;
    z-index: 50;
}

.buttons-container {
    height: 100%;
    width: 40%;
    margin: 0;
    float: right;
    border-left: solid 2px brown;
}

.section-button {
    width: 60px;
    padding: 0;
    margin: 0;
    float: right;
    box-shadow: black 0.03em 0.03em 0.1em;
}

.right-buttons {
    width: 40px;
    height: 100%;
    padding: 3px;
    margin: 0;
    float: right;
    border-left: solid 1px brown;
    font-family: 'GE SS Two';
}

.top-buttons {
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
    float: left;
    box-shadow: black 0.03em 0.03em 0.1em;
    background-image: url(../images/Municipality-Pattern.png);
    background-position: top left;
    background-repeat: repeat;
    background-size: 40px;
    border-bottom: solid 2px brown;
}

.top-buttons-content {
    float: right;
    font-family: 'GE SS Two';
    margin: 5px;
}


.letterP3 {
    transform: rotate(90deg);
    transform-origin: left top 0;
    float: left;
}

.vertical-btn-120 {
    transform: rotate(-90deg);
    transform-origin: right bottom;
    position: absolute;
    margin-top: -29px;
}

.vertical-nav-tabs {
    transform: rotate(-90deg);
    transform-origin: right bottom;
    position: absolute;
    margin-right: -17px;
    font-family: 'GE SS Two';
    font-weight: normal;
}

.verticaltext {
    transform: rotate(-90deg);
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: right, top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right, top;
    position: absolute;
    float: right;
    bottom: 50%;
    right: -153px;
    font-family: 'GE SS Two';
}

.section-Logo {
    width: 100%;
    padding: 5px;
    float: left;
    background-position: top left;
    background-repeat: repeat;
    background-size: 100px;
}

.title-arabic {
    float: right;
    font-family: 'GE SS Two';
    font-size: 20px;
    width: 50%;
    color: brown;
    height: 0;
    visibility: collapse;
}

.title-english {
    float: right;
    font-size: 22px;
    width: 50%;
    text-align: left;
    color: brown;
    height: 0;
    visibility: collapse;
    font-family: 'MYRIAD-PRO';
}

@font-face {
    font-family: 'MYRIAD-PRO';
    src: url(../fonts/MYRIADPRO-REGULAR.OTF);
}

.title-mainpage {
    float: right;
    display: inline-block;
    vertical-align: middle;
}



@media screen and (max-width:768px) {
    .login-dda-logo {
        float: right;
        max-height: 100%;
        width: 0;
    }

    .esri-search {
        width: 100%;
    }


    .esri-ui-top-left {
        width: 100%;
    }

    #infoToggle {
        visibility: visible;
        position: inherit;
    }

    .login-logo {
        display: none !important;
    }

    .login-form {
        width: 100% !important;
    }

    .main-content {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .filter-div {
        padding-right: 0 !important;
        height: 50% !important;
        -ms-flex-negative: unset !important;
        flex-shrink: unset !important;
        padding-top: 0.5rem !important;
    }

    .filters {
        width: 100% !important;
        /*border-radius: 0 0 10px 10px !important;*/
        /*border: 0 1px 1px 1px solid #dee2e6 !important;*/
    }

    .map-div {
        height: 50% !important;
    }

    .nav-content {
        /*border-radius: 0 !important;*/
    }

    .app-logo {
        height: 30px !important;
    }

    .login-header {
        height: 60px !important;
    }
}

.main-content {
    width: 100%;
    height: 100%;
    margin-top: auto;
    padding: 1.5rem;
    display: -ms-flexbox;
    display: flex;
}

.filter-div {
    padding-right: 1.5rem;
    height: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.filters {
    width: 400px;
    /*border-radius: 10px;*/
    height: 100% !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    display: -ms-flexbox !important;
    display: flex !important;
    /*border: 1px solid #dee2e6;*/
}

.map-div {
    height: 100%;
    overflow: auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.nav-content {
    border-radius: 0 0 10px 10px;
    margin-top: auto !important;
    height: 100% !important;
    width: 100% !important;
    overflow: auto !important;
    border: 1px solid #dee2e6 !important;
}

.field-Header {
    display: table-cell;
    width: 30%;
    height: 100%;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #184b7b;
    float: left;
    border-right: 1px solid #AAAAAA;
    margin: 0px 0px 0px 0px;
}

.field-Header2 {
    width: 100px;
    text-align: left;
}

.field-unit {
    width: 19px;
}

.w50px {
    width: 50px;
}

.w60px {
    width: 60px;
}


.w80px {
    width: 80px;
}

.w90px {
    width: 90px;
}

.w100px {
    width: 100px;
}

.w120px {
    width: 120px;
}

.w125px {
    width: 125px;
}


.w150px {
    width: 150px;
}

.w160px {
    width: 160px !important;
}

.w180px {
    width: 180px;
}


.w200px {
    width: 200px;
}

.w-33 {
    width: 33%;
}

.h40px {
    height: 40px;
}

.h30px {
    height: 30px;
}

.h600px {
    height: 600px;
}

.field-unit2 {
    border-left: 0px;
    border-right: 0px;
}

.field-Value2 {
    width: 70%;
}

.field-Value {
    display: table-cell;
    width: 70%;
    height: 100%;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    float: left;
    border-left: 1px solid #AAAAAA;
    margin: -1px 0px 0px 0px;
}

.field-Holder1 {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    background-color: #dddddd;
    overflow: hidden;
}

.field-Holder2 {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    background-color: white;
    overflow: hidden;
}

.esp-panel-heading {
    padding: 5px 10px;
    cursor: pointer;
}

.esp-list-group-item {
    padding: 4px 15px;
}

.setback-first-column {
    width: 130px;
    /* background-color: #ebf6ff; */
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height: 1.42857143;
}

.setback-first-column-Center {
    width: 117px;
    background-color: #cedfee;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.42857143;
    text-align: center;
}

.first-column-Search {
    width: 130px;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    color: #717171;
    line-height: 1.42857143;
    border: none;
}

.setback-title-cell {
    background-color: #c9deff;
}

.setback-other-cells {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
}

.Table-Header {
    line-height: 1.5;
    font-size: 16px;
    color: #ffffff;
    background-color: #17a2b8;
    font-weight: 400;
}

.CR-table-Header {
    padding: 4px 8px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.42857143;
    background-color: #676767;
    font-weight: 400;
}

.FrozenPlotNote {
    background-color: rgb(255, 0, 0);
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
}

.other-cells-left {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.42857143;
}


.bs-callout {
    padding: 5px;
    border: 1px solid #ccc;
    border-left-width: 3px;
    border-style: solid;
    border-radius: 3px;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 4px;
    margin-right: 5px;
}


    .bs-callout b {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout hr {
        display: block;
        margin-top: 2px;
        margin-bottom: 2px;
        border-style: inset;
    }

    .bs-callout table {
        margin-top: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-color: #777;
}

    .bs-callout-default b {
        color: #777;
    }

    .bs-callout-default hr {
        border-top: 1px solid #777;
    }

.bs-callout-primary {
    border-color: #428bca;
}

    .bs-callout-primary b {
        color: #428bca;
    }

    .bs-callout-primary hr {
        border-top: 1px solid #428bca;
    }

.bs-callout-success {
    border-color: #5cb85c;
}

    .bs-callout-success b {
        color: #5cb85c;
    }

    .bs-callout-success hr {
        border-top: 1px solid #5cb85c;
    }

.bs-callout-danger {
    border-color: #d9534f;
}

    .bs-callout-danger b {
        color: #d9534f;
    }

    .bs-callout-danger hr {
        border-top: 1px solid #d9534f;
    }

.bs-callout-warning {
    border-color: #f0ad4e;
}

    .bs-callout-warning b {
        color: #f0ad4e;
    }

    .bs-callout-warning hr {
        border-top: 1px solid #f0ad4e;
    }

.bs-callout-info {
    border-color: #5bc0de;
}

    .bs-callout-info b {
        color: #5bc0de;
    }

    .bs-callout-info hr {
        border-top: 1px solid #5bc0de;
    }


.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

#main-loading {
    background-color: #508dca;
    position: relative;
}

    #main-loading #app-loading {
        position: absolute;
        background-repeat: no-repeat;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #main-loading #loading-gif {
        position: absolute;
        background-image: url('images/predefined_loading_1.gif');
        background-repeat: no-repeat;
        width: 58px;
        height: 29px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }



/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

/*
 *  STYLE 3
 */

.Scroll-style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.Scroll-style-3::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

.Scroll-style-3::-webkit-scrollbar-thumb {
    background-color: #888787;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #888787;
}



/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}


/*
 *  STYLE 5
 */

#style-5::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb {
    background-color: #0ae;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}


/*
 *  STYLE 6
 */

#style-6::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}


/*
 *  STYLE 7
 */

#style-7::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-7::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
}

/*
 *  STYLE 8
 */

#style-8::-webkit-scrollbar-track {
    border: 1px solid black;
    background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar-thumb {
    background-color: #000000;
}


/*
 *  STYLE 9
 */

#style-9::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}


/*
 *  STYLE 10
 */

#style-10::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-10::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-10::-webkit-scrollbar-thumb {
    background-color: #AAA;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent);
}


/*
 *  STYLE 11
 */

#style-11::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-11::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-11::-webkit-scrollbar-thumb {
    background-color: #3366FF;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
}

/*
 *  STYLE 12
 */

#style-12::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #444444;
}

#style-12::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-12::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D62929;
    background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
}

/*
 *  STYLE 13
 */

#style-13::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #CCCCCC;
}

#style-13::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-13::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D62929;
    background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
}

/*
 *  STYLE 14
 */

#style-14::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
    background-color: #CCCCCC;
}

#style-14::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-14::-webkit-scrollbar-thumb {
    background-color: #FFF;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, transparent 100%, rgba(0, 0, 0, 1) 75%, transparent);
}

/*
 *  STYLE 15
 */

#style-15::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-15::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(.6,#54DE5D));
}

/*
 *  STYLE 16
 */

#style-16::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-16::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-16::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
}

.report-section {
    margin-top: 15px;
    margin-bottom: 10px;
}

.lh-1 {
    line-height: 1.0 !important;
}

.table-align-middle td, th {
    vertical-align: middle !important;
}


.tableFixHead {
    overflow-y: auto;
    max-height: 200px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

.tableFixHead-cell {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.CR-data-section {
    max-height: 200px;
    width: 50%;
    overflow: auto;
    float: left
}

.CR-map-section {
    height: 100%;
    width: 50%;
    float: left
}

.CR-section-border {
    border-left: 2px solid #197ec0;
}

.CR-section-header {
    width: 50%;
    float: left;
    padding: 3px;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.42857143;
    background-color: #676767;
    text-align: center;
}

.CR-section-footer {
    width: 50%;
    float: left;
    padding: 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.42857143;
    background-color: #17a2b8;
}

.QC-Table-tab {
    height: 200px;
    overflow: auto
}

.CR-Btn-Locate {
    cursor: pointer;
}

    .CR-Btn-Locate:hover {
        font-weight: bold;
    }

.S-Lable {
    width: 130px;
}

.btn-edit-user {
    padding: 0;
    height: 18px;
    cursor: pointer;
}

.img-btn-20px {
    padding: 0;
    height: 20px;
    cursor: pointer;
}

.img-btn-25px {
    padding: 0;
    height: 25px;
    cursor: pointer;
}

.btn-report-details {
    padding: 0;
    height: 24px;
    cursor: pointer;
}

.btn-add-user {
    padding: 0;
    height: 24px;
    cursor: pointer;
    float: right;
}

.software {
    cursor: pointer;
}

    .software:hover,
    .software:focus {
        border: 1px solid #197ec0;
        border-left: 3px solid #197ec0;
        background-color: rgba(24, 88, 193, 0.2);
        color: #197ec0;
    }


.selected-qc-error {
    color: blue !important;
    font-style: italic !important;
}

.cb-software {
    padding: 0px;
}

    .cb-software label {
        display: inline-block;
        margin-bottom: 0;
        margin-left: .5rem;
    }

.my-ifram {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1005;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    /*padding: 0 0 3px 0 !important;*/
    font-weight: 600;
    border-bottom: 3px solid #762531;
}


.nav-link {
    color: #762531 !important;
    margin-left: 24px !important;
    padding: 0 0 3px 0 !important;
    padding: 5px !important;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    align-content: center;
}

    .nav-link:focus, .nav-link:hover, .nav-link:active {
        /*font-weight: bold;*/
        background-color: #F8F8F8;
    }

.btn-nav-link .nav-link.active {
    /*color: #d2374f !important;*/
    border: 2px solid #762531;
}

.nav-button {
    margin-left: 8px !important;
    font-size: 20px;
    line-height: 1.4;
    border: 1px solid #130F26;
    width: 35px !important;
    height: 35px !important;
    padding: 0;
    border-radius: 4px;
    text-align: center;
}

/*.nav-button:active {
        border: 2px solid red !important;
    }

    .nav-button:focus, .nav-button:hover {
        border: 2px solid #130F26 !important;
    }*/

.nav-bi {
    padding: 2px;
    border: 1px solid #130F26;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1.8;
    width: 35px !important;
    height: 35px !important;
    text-align: center;
}

.vertical-input-group .input-group:first-child {
    padding-bottom: 0;
}

    .vertical-input-group .input-group:first-child * {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.vertical-input-group .input-group:last-child {
    padding-top: 0;
}

    .vertical-input-group .input-group:last-child * {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.vertical-input-group .input-group:not(:last-child):not(:first-child) {
    padding-top: 0;
    padding-bottom: 0;
}

    .vertical-input-group .input-group:not(:last-child):not(:first-child) * {
        border-radius: 0;
    }

.vertical-input-group .input-group:not(:first-child) * {
    border-top: 0;
}

.emap-tool-button {
    background-color: white;
    color: #197ec0;
    height: 28px;
    width: 28px;
    text-align: center;
    border: 1px solid #197ec0;
    border-radius: 30px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
    padding: 2px;
    float: right;
    margin-left: 4px;
}

    .emap-tool-button:hover {
        background-color: white;
        color: #0047BB;
        border: 1.5px solid #0047BB;
    }

.LayoutType {
    height: 50px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
}

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 5px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.bg-adres-blue {
    background-color: #004da8 !important;
    color: white !important;
}

.h-300px {
    height: 300px !important;
}

.h-200px {
    height: 200px !important;
}

.h-400px {
    height: 400px !important;
}

.mh-300px {
    max-height: 300px !important;
}

.mh-400px {
    max-height: 400px !important;
}

.mh-50 {
    max-height: 50% !important;
}

.bi-gis {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 24px;
    margin: 0;
    line-height: 1.2;
}

.bi-gis-20 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 20px;
    margin: 0;
    line-height: 1.5;
}

.bi-gis-sm {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
}

.bi-gis-btn {
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.2rem;
}

.spinner-border-md {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 0.3em;
    margin: 2px;
}


.table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    /*height: 350px;*/
}

    .table-scroll tbody tr:nth-of-type(odd) td {
        background-color: #F8F8F8;
    }

    .table-scroll tbody tr:nth-of-type(even) td {
        background-color: white;
    }

    .table-scroll table {
        width: 100%;
        margin: auto;
        /*border-collapse: separate;*/
        border-spacing: 0;
        /*border: 1px solid #dee2e6;*/
        border-collapse: separate; /* Don't collapse */
    }

        .table-scroll table th,
        .table-scroll table td {
            /* For cells, apply the border to one of each side only (right but not left, bottom but not top) */
            border-bottom: 1px solid #dee2e6;
            /*border-right: 1px solid #dee2e6;*/
        }

    .table-scroll th,
    .table-scroll td {
        padding: 3px 10px;
        /*background: #fff;*/
        vertical-align: central;
        line-height: 1.5;
        height: 42px;
    }

    .table-scroll .table-sm td {
        padding: 3px 10px;
        /*background: #fff;*/
        vertical-align: central;
        line-height: 1.8;
        height: unset;
    }

    .table-scroll thead th,
    .table-scroll .header th {
        background-color: #EBEEF3;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        font-weight: 500 !important;
    }


    .table-scroll thead,
    .table-scroll .header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 10;
        height: 42px;
    }

        .table-scroll .header th a {
            color: black !important;
        }

    /* safari and ios need the tfoot itself to be position:sticky also */
    .table-scroll tfoot,
    .table-scroll tfoot .lf th,
    .table-scroll tfoot .lf td,
    .table-scroll .ts-footer,
    .table-scroll .ts-footer .lf th,
    .table-scroll .ts-footer .lf td {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        background-color: #EBEEF3 !important;
        z-index: 6;
        font-weight: 600;
        border-top: 1px solid #dee2e6;
        min-height: 42px;
    }

        .table-scroll tfoot .lf th:first-child,
        .table-scroll tfoot .lf td:first-child,
        .table-scroll .ts-footer .lf th:first-child,
        .table-scroll .ts-footer .lf td:first-child {
            z-index: 10;
        }

    .table-scroll .lf th:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 6;
        border-right: 1px solid #dee2e6;
        background-color: #EBEEF3;
    }

    .table-scroll .lf td:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 6;
        border-right: 1px solid #dee2e6;
        /*background-color: #EBEEF3;*/
    }

    .table-scroll th:last-child,
    .table-scroll td:last-child {
        border-right: 0px solid #dee2e6;
    }

    .table-scroll thead th:first-child,
    .table-scroll .header th:first-child,
    .table-scroll tfoot th:first-child,
    .table-scroll .ts-footer th:first-child {
        z-index: 5;
    }

    .table-scroll .group-header,
    .table-scroll .group-header tr,
    .table-scroll .group-header td {
        color: #762531 !important;
        font-weight: 600;
        background-color: #F2EFEA;
    }

    .table-scroll .selected-cad-file,
    .table-scroll .selected-cad-file tr,
    .table-scroll .selected-cad-file td {
        color: #d2374f !important;
        font-weight: 500 !important;
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        top: 42px;
        z-index: 11;
        /* border-top: 1px solid #d2374f; */
        /* border-bottom: 1px solid #d2374f; */
    }

    .table-scroll .lf .selected-cad-file td:first-child {
        z-index: 12 !important;
    }

    .table-scroll .selected-track,
    .table-scroll .selected-track tr,
    .table-scroll .selected-track td {
        /*color: #d2374f !important;*/
        font-weight: 500 !important;
    }

    .table-scroll td .selected-item {
        display: none;
    }

    .table-scroll .selected-track td .selected-item {
        display: unset;
    }

.Loading-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    background-color: #004da836;
}

.btn-load-data {
    cursor: pointer !important;
}

.dari-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: #F8F8F8;
}

.dari-footer-logos {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.font-12 {
    font-size: 12px;
}

.font-12-600 {
    font-size: 12px;
    font-weight: 600;
}

.font-14-400 {
    font-size: 14px;
    font-weight: 400;
}

.font-14-500 {
    font-size: 14px;
    font-weight: 500;
}

.font-16-600 {
    font-size: 16px;
    font-weight: 600;
}

.font-16-500 {
    font-size: 16px;
    font-weight: 500;
}

.font-20 {
    font-size: 20px;
    line-height: 1.5;
}

.font-18 {
    font-size: 18px;
}

.dari-three-dots {
    padding: 0;
    margin: 0;
    line-height: 1;
    color: black;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.dari-input-label {
    font-size: 90%;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.dari-text-red {
    color: #d2374f;
}

.dari-rounded {
    border-radius: 10px;
}

.dari-rounded-bottom {
    border-radius: 0 0 10px 10px;
}

.dari-card {
    width: 192px;
    height: 240px;
    border: 1px solid #CED1D6;
    border-radius: 8px;
    padding: 1rem;
    gap: 24px;
    cursor: pointer;
    text-decoration: none !important;
    text-align: left;
}

    .dari-card:hover {
        box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
    }

    .dari-card .card-body {
        width: 100%;
        padding: 0;
    }

    .dari-card .card-title {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        line-height: 150%;
    }

    .dari-card .card-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #6C7281;
    }

    .dari-card .card-img-top {
        width: 48px;
        height: 48px;
    }

.dari-file-drop {
    border: 1px dashed #8C9099;
    border-radius: 10px;
    align-items: center;
    align-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #484456;
    width: 100%;
    height: 245px;
}

    .dari-file-drop.dragover {
        border-color: #dc3545;
        background-color: #ebeef3;
    }

.modal:nth-of-type(even) {
    z-index: 1052 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}

.dari-banner {
    background-image: url('../images/Banner.png');
    background-size: cover;
    background-position: center;
    height: 600px;
    font-size: 56px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: white;
    text-align: center;
}

.form-group {
    padding: 0 8px 0 8px;
    margin: 0;
}

.login-logo {
    width: 50%;
    height: 100%;
    padding: 1.5rem;
    display: flex;
    background: #F8F8F8;
}

.login-form {
    width: 50%;
    height: 100%;
    padding: 1rem;
    display: flex;
}

.ict-border {
    border: 1px solid #762531 !important;
}

.ict-border-top {
    border-top: 1px solid #762531 !important;
}

.bg-ict-blue {
    background-color: #762531;
}

.text-ict-blue {
    color: #762531;
}

.esri-view {
    --esri-view-outline-color: var(--calcite-color-brand);
    --esri-view-outline: 0px solid var(--esri-view-outline-color);
    --esri-view-outline-offset: 0px;
}

.form-info-ict {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important;
    width: 100%;
    border: var(--bs-border-width) solid var(--bs-border-color);
    line-height: 1.5;
    border-radius: var(--bs-border-radius);
    padding: 0.25rem 0.5rem;
}

.cursor-pointer {
    cursor: pointer !important;
}

.esri-ui-top-right {
    margin-top: 40px;
}

.lh1-7 {
    line-height: 1.7;
}

.row-item-analysis {
    cursor: pointer;
}

    .row-item-analysis:hover,
    .row-item-analysis:focus {
        border: 1px solid #C33394;
        border-left: 3px solid #C33394;
        background-color: rgba(24, 88, 193, 0.2);
        color: #c33394;
    }

.row-item-analysis-active {
    border: 1px solid #C33394;
    border-left: 3px solid #C33394;
    /*background-color: rgba(24, 88, 193, 0.2);*/
    color: #c33394;
    font-weight: bold;
}