/*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;*/
}

#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;
}


#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: 350px;
    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;
}

.app-title {
    border-left: 2px solid white;
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    padding-right: 3rem !important;
    padding-left: 1rem !important;
    white-space: nowrap !important;
    font-size: 14px;
    font-weight: 500;
}


.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;
    }



body {
    background-color: #FFF;
    overflow: hidden;
}


.page-header {
    color: white;
    box-shadow: var(--bs-box-shadow-sm) !important;
    background-color: #10489B;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    height: 60px !important;
}

.info-container {
    width: 420px;
    height: 100%;
    padding-right: 1rem;
    overflow: auto;
}



.nav-link {
    color: white !important;
}


.dda-logo {
}


.app-logo {
    float: left;
    height: 40px;
}



.esri-component.esri-attribution.esri-widget {
    display: none !important;
}

.esri-attribution__sources {
    display: none !important;
}

.esri-attribution__powered-by {
    display: none !important;
}


.page-contents {
    margin-top: auto;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
}



.GIS-Tab {
    text-align: center;
    /*background-color: #c9eaff;*/
    padding: 4px;
    font-size: 14px;
    cursor: pointer;
    /*border-radius: 8px 8px 0px 0px;*/
    margin-right: 5px;
    color: #10489B;
}

    .GIS-Tab .bi {
        display: none !important;
    }

    .GIS-Tab.active, .GIS-Tab.active:hover {
        /*background-color: #0d6efd !important;*/
        /*color: white !important;*/
        border-bottom: 3px solid #10489B !important;
        /*border-radius: 10px 10px 0px 0px;*/
        /*font-weight: 500;*/
        cursor: default;
        font-weight: 600;
        text-transform: uppercase;
    }

        .GIS-Tab.active .bi {
            display: unset !important;
        }

    .GIS-Tab:hover {
        font-weight: 600;
    }


.map-container {
    flex: 1 1 auto;
    height: 100%;
}


@font-face {
    font-family: 'MYRIAD-PRO';
    src: url(../fonts/MYRIADPRO-REGULAR.OTF);
}

.plot-info-minimize {
    display: none !important;
}

#Dubai_Government_Logo {
    height: 50px;
    /*padding: 0.25rem;*/
}

@media screen and (max-width:850px) {

    .plot-info-minimize {
        display: unset !important;
    }

    .page-header {
        height: unset !important;
    }

    .page-contents {
        padding: 0;
        flex-direction: column-reverse !important;
    }

    .info-container {
        width: 100%;
        height: 100% !important;
        padding-right: 0;
    }

    .map-container {
        height: 100% !important;
    }

    .Login-background-image {
        display: none !important;
    }

    .dda-logo {
        display: none;
    }

    .arcgis-search {
        width: 100%;
    }

    .esri-ui-top-right {
        margin-top: 40px;
    }

    .esri-ui-top-left {
        width: 100%;
    }

    #infoToggle {
        visibility: visible;
        position: inherit;
    }

    #Dubai_Government_Logo {
        display: none !important;
    }

    #DDA_Logo {
        display: none !important;
    }

    .app-title {
        border-left: none;
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
        padding-left: unset !important;
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
        font-size: 12px;
        font-weight: 500;
    }



    .dda-rounded {
        border-radius: unset !important;
    }
}


.h40px {
    height: 40px !important;
}

.h50px {
    height: 50px !important;
}

.h32px {
    height: 32px !important;
}

.h24px {
    height: 24px !important;
}

.w50px {
    width: 50px !important;
}

.w55px {
    width: 55px !important;
}

.w60px {
    width: 60px !important;
}

.w80px {
    width: 80px !important;
}

.w100px {
    width: 100px !important;
}

.w120px {
    width: 120px !important;
}

.w150px {
    width: 150px !important;
}

.w180px {
    width: 180px !important;
}

.w200px {
    width: 200px !important;
}

.w250px {
    width: 250px !important;
}

.w32px {
    width: 32px !important;
}

.w24px {
    width: 24px !important;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #EBF1FB;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #EBF1FB;
}

::-webkit-scrollbar-thumb {
    background-color: #10489B;
}


.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-28 {
    font-size: 28px;
}

.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;
}

.w-33 {
    width: 33.333%
}

.table-scroll {
    position: relative;
    width: 100%;
    /*z-index: 1;*/
    margin: auto;
    overflow: auto;
    vertical-align: middle;
}

    .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 {
        padding: 3px 10px;
        vertical-align: central;
        line-height: 1.8;
        /*height: 42px;*/
    }

    .table-scroll td {
        padding: 3px 10px;
        vertical-align: central;
        line-height: 1.5;
        /*height: 42px;*/
    }

    .table-scroll tbody .active th,
    .table-scroll tbody .active td {
        color: #10489B !important;
        font-weight: 600 !important;
        border-bottom: 1.5px solid #10489B;
    }

    .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;
    }

        .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 .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;
    }

.text-dda {
    color: #10489B;
}

.section-header {
    color: #10489B !important;
    font-weight: 600;
    background-color: #DCDFE7;
    /*    border-top: 1px solid #10489B !important;
    border-bottom: 1px solid #10489B !important;*/
}

.pg-dda {
    background-color: #10489B;
}

.dda-rounded {
    border-radius: 10px;
}

.dda-rounded-top {
    border-radius: 10px 10px 0 0;
}

.dda-rounded-bottom {
    border-radius: 0 0 10px 10px;
}


.dda-lable {
    width: 100%;
    padding: .25rem 0.5rem;
    font-size: 1rem;
    font-weight: 500;
}

.progress-bar {
    position: relative;
    height: 5px;
    width: 100%;
    background-color: lightgray;
}

    .progress-bar::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 20%;
        bottom: 0;
        background-color: #10489B;
        animation: progress-animation 1s linear infinite;
    }

@keyframes progress-animation {
    0% {
        left: 0%;
    }

    100% {
        left: 80%;
    }
}


.dda-btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #10489B;
    --bs-btn-border-color: #10489B;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #153463;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #10489B;
    --bs-btn-disabled-border-color: #10489B
}

.btn-dda-outline {
    --bs-btn-color: #10489B;
    --bs-btn-border-color: #10489B;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #10489B;
    --bs-btn-hover-border-color: #10489B;
    --bs-btn-focus-shadow-rgb: 33,37,41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #10489B;
    --bs-btn-active-border-color: #10489B;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #10489B;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #10489B;
    --bs-gradient: none;
}

.dda-input-label {
    font-size: 90%;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.bi-gis {
    /*    padding-left: 2px;
    padding-right: 2px;*/
    font-size: 24px;
    margin: 0;
    line-height: 1.0;
    cursor: pointer;
    vertical-align: middle;
}

.bi-gis-20 {
    /*    padding-left: 2px;
    padding-right: 2px;*/
    font-size: 20px;
    margin: 0;
    line-height: 1.0;
    cursor: pointer;
    vertical-align: middle;
}

.table-align-middle td, th {
    vertical-align: middle !important;
}

.bg-dda {
    background-color: #10489B !important;
}

.border-dda {
    border-color: #10489B !important;
}

.border-left-white {
    border-left-color: white !important;
}


.clear-button {
    font-size: 16px;
    background-color: white;
    border: 0 solid #d3d3d3;
    color: #6e6e6e;
    height: 32px;
    width: 32px;
    text-align: center;
    border-bottom: 0.1px solid #d3d3d3;
}

    .clear-button:hover {
        background: #0079c1;
        color: #e4e4e4;
    }

.esri-view {
    --esri-view-outline-color: unset;
}

.form-info-dda {
    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;
}

.arabic-text {
    direction: rtl;
}


.shareArea-container {
    background: white;
    line-height: 1.5em;
    overflow: auto;
    padding: 0px;
    width: 180px !important;
}

.icon-cad {
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'><path d='M63.672 1.229 C 54.204 6.153,54.725 1.721,54.705 77.539 L 54.688 142.969 47.795 142.969 C 36.402 142.969,29.279 146.782,24.993 155.174 L 23.047 158.984 22.838 222.947 L 22.629 286.910 24.471 290.916 C 28.918 300.589,35.758 304.686,47.461 304.687 L 54.688 304.688 54.688 346.319 L 54.688 387.950 56.445 391.391 C 57.412 393.283,59.554 395.906,61.205 397.220 L 64.208 399.609 200.000 399.609 L 335.792 399.609 338.795 397.220 C 340.446 395.906,342.588 393.283,343.555 391.391 L 345.313 387.950 345.313 346.319 L 345.313 304.688 352.539 304.687 C 364.242 304.686,371.082 300.589,375.529 290.916 L 377.371 286.910 377.162 222.947 L 376.953 158.984 375.007 155.174 C 370.721 146.782,363.598 142.969,352.205 142.969 L 345.313 142.969 345.285 118.164 C 345.265 100.150,344.997 92.921,344.308 91.757 C 342.755 89.133,266.699 2.637,264.738 1.264 C 262.029 -0.634,67.318 -0.668,63.672 1.229 M251.723 61.002 L 251.953 99.348 254.505 101.627 L 257.056 103.906 289.856 103.906 L 322.656 103.906 322.656 123.438 L 322.656 142.969 L 200.000 142.969 L 77.344 142.969 L 77.344 82.813 L 77.344 22.656 L 164.418 22.656 L 251.493 22.656 L 251.723 61.002 M87.171 174.988 C 117.277 177.330,132.453 192.668,132.402 220.703 C 132.335 258.335,103.429 276.444,53.711 270.001 L 49.219 269.419 L 49.219 223.026 L 49.219 176.633 L 51.944 176.122 C 54.263 175.687,67.561 174.684,75.391 174.353 C 76.680 174.299,81.981 174.585,87.171 174.988 M335.504 175.405 C 339.245 176.057,343.484 177.083,344.923 177.684 L 347.539 178.778 345.477 186.714 C 343.627 193.836,343.252 194.611,341.825 194.273 C 323.652 189.970,313.036 190.384,303.114 195.784 C 283.280 206.579,285.204 241.773,306.156 251.420 C 310.814 253.565,321.865 254.668,327.707 253.572 L 330.469 253.054 330.469 242.543 L 330.469 232.031 323.047 232.031 315.625 232.031 315.625 223.828 L 315.625 215.625 333.203 215.625 350.781 215.625 350.781 240.595 L 350.781 265.564 346.721 266.770 C 306.645 278.671,273.921 264.787,268.250 233.476 C 261.335 195.293,292.960 167.986,335.504 175.405 M165.140 191.602 C 166.801 200.732,169.649 216.913,171.469 227.558 C 175.713 252.380,175.308 252.009,178.481 233.984 C 179.616 227.539,182.725 211.719,185.389 198.828 L 190.234 175.391 201.347 175.174 C 212.352 174.959,212.463 174.974,212.861 176.736 C 215.658 189.144,225.000 242.332,225.000 245.849 C 225.000 251.230,226.549 246.088,228.398 234.570 C 230.721 220.095,239.366 175.999,240.006 175.359 C 240.229 175.136,244.970 175.052,250.541 175.172 L 260.670 175.391 248.465 222.656 L 236.260 269.922 224.928 270.137 L 213.597 270.352 212.255 263.497 C 206.974 236.523,203.163 215.758,202.391 209.766 C 200.654 196.262,200.668 196.259,198.035 210.594 C 196.205 220.561,187.649 260.451,185.854 267.383 L 185.096 270.313 173.828 270.313 L 162.560 270.313 161.790 267.383 C 161.366 265.771,156.410 244.941,150.777 221.094 C 145.143 197.246,140.355 177.119,140.136 176.367 C 139.771 175.110,140.641 175.000,150.929 175.000 L 162.120 175.000 165.140 191.602 M70.833 191.146 C 70.547 191.432,70.313 205.846,70.313 223.177 L 70.313 254.688 77.539 254.678 C 97.057 254.653,107.914 245.593,110.192 227.430 C 113.151 203.833,102.119 190.625,79.452 190.625 C 74.998 190.625,71.120 190.859,70.833 191.146 M322.656 341.016 L 322.656 377.344 200.391 377.344 L 78.125 377.344 L 78.125 341.016 L 78.125 304.688 L 200.391 304.688 L 322.656 304.688 L 322.656 341.016' fill='%23fff'/></svg>") no-repeat center;
    background-size: contain;
}

.icon-mail-forward {
    width: 35px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path stroke='none' d='M0 0h24v24H0z' fill='none'/><path d='M12 18h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5' /><path d='M3 6l9 6l9 -6' /><path d='M15 18h6' /><path d='M18 15l3 3l-3 3' /></svg>") no-repeat center;
    background-size: contain;
}