/*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;
}

body {
    background-color: #FFF;
    overflow: hidden;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

#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;
}


.app-title {
    border-left: 2px solid white;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !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;
    }

.active-btn {
    background: #0079c1;
    color: #e4e4e4;
}



.login-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;
}

.Login-background-image {
    display: flex !important;
}

.nav-link {
    color: white !important;
}

.LoadQCFiles-header {
    border-bottom: 3px solid #C33394;
    margin: 0px;
    padding: 5px;
    font-size: 24px;
    color: #0047BB;
}


.report-panel {
    border-top: 1px solid #C33394;
    margin: 0px;
    padding: 5px 0 0 0;
}


.login-header-text {
    font-family: Calibri;
    font-size: x-large;
    font-weight: 800;
}

.dda-logo {
    float: right;
    height: 40px;
}


.login-dda-logo {
    float: right;
    height: 40px;
}

.app-logo {
    float: left;
    height: 40px;
}

.hidden-element {
    float: left;
    position: absolute;
    visibility: collapse;
}

.login-dubai-gov-logo {
    float: left;
    height: 50px;
    margin: 4px;
}

.login-app-logo {
    height: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.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;*/
}


.esri-attribution {
    display: none;
}

.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;
    }


.GIS-Tab-Search {
    width: 50%;
    padding: 5px;
    text-align: center;
}

.GIS-Tab-Inbox {
    width: 33%;
    padding: 5px;
    text-align: center;
}


.gis-tab-white {
    text-align: center;
    padding: 10px 7px 7px 7px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 5px;
    color: white;
    border-bottom: 3px solid #10489b;
}

    .gis-tab-white .bi {
        display: none !important;
    }

    .gis-tab-white.active, .gis-tab-white.active:hover {
        border-bottom: 3px solid white !important;
        cursor: default;
        font-weight: 600;
        text-transform: uppercase;
    }

        .gis-tab-white.active .bi {
            display: unset !important;
        }

    .gis-tab-white:hover {
        border-bottom: 3px solid gray;
    }

.Login-background {
    background-position: top left;
    background-repeat: repeat;
    background-size: 400px;
}

.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;
}



@font-face {
    font-family: 'MYRIAD-PRO';
    src: url(../fonts/MYRIADPRO-REGULAR.OTF);
}

.title-mainpage {
    float: right;
    display: inline-block;
    vertical-align: middle;
}

#Dubai_Government_Logo {
    height: 50px;
    /*padding: 0.25rem;*/
}

@media screen and (max-width:1000px) {
    .Login-background-image {
        display: none !important;
    }
}

@media screen and (max-width:768px) {



    .login-dda-logo {
        float: right;
        max-height: 100%;
        width: 0;
    }

    .dda-logo {
        width: 0;
    }

    .esri-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;
        font-size: 14px;
        font-weight: 500;
    }

    .dda-rounded {
        border-radius: unset !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;
}

.w400px {
    width: 400px !important;
}

.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%);
    }


::-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;
}


.report-section {
    margin-top: 15px;
    margin-bottom: 10px;
}

.lh-1 {
    line-height: 1.0 !important;
}



.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: 8px 0 8px 0 !important;
    font-weight: 500;
    border-bottom: 2px solid white;
    border-top: 2px solid rgba(0, 0, 0, 0.125);
}


.nav-link {
    /* color: #484456 !important; */
    margin-left: 24px !important;
    /* padding: 0 0 8px 0 !important; */
    /* border: 2px solid #10489B; */
    height: 100%;
    align-content: center;
}

    .nav-link:hover {
        background-color: #dcdfe74a;
        /*font-weight: 500;
        
        color: #10489B !important;
        border-bottom: 2px dashed white;*/
    }

.btn-nav-link .nav-link.active {
    /*color: #d2374f !important;*/
    border: 2px solid white !important;
}



.active-tool {
    background: #0047BB;
    color: #e4e4e4;
    width: 43px;
    height: 43px;
    font-size: 24px;
    border: 0.1px solid white;
}

.title-header {
    font-size: 17px;
    color: #ffffff;
    background-color: #0047BB;
    border-top: 2px solid #C33394;
}

.LayoutType {
    height: 50px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
}



.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,
    .table-scroll td {
        padding: 3px 10px;
        vertical-align: central;
        line-height: 2;
        /*height: 42px;*/
    }

    .table-scroll tbody .active th,
    .table-scroll tbody .active td {
        color: #10489B !important;
        font-weight: 600 !important;
    }

        .table-scroll tbody .active th:first-child,
        .table-scroll tbody .active td:first-child {
            color: #10489B !important;
            font-weight: 600 !important;
            border-left: 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;
    font-weight: 600;
    background-color: #DCDFE7;
    /*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%;
    }
}

.sp-warning {
    color: #ff9449;
}

.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 {
    font-size: 24px;
    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;
}

.invalid-cell-value {
    /*border-bottom: 2px solid red !important;*/
    color: var(--bs-form-invalid-color) !important;
    font-weight: 600 !important;
}

:root {
    /* Generated from Material Theme Builder Figma plugin
     or `material-color-utilities`. */
    --md-sys-color-primary: #10489B;
    --md-sys-color-on-primary: #FFFFFF;
    --md-sys-color-primary-container: #6FF7F6;
    --md-sys-color-on-primary-container: #002020;
    --md-sys-shape-corner-small: 4px;
    --md-sys-shape-corner-medium: 6px;
    --md-sys-shape-corner-large: 8px;
    /* ... */
}



.esri-view {
    --esri-view-outline: unset;
}


.info-field {
    padding: .3rem !important;
    flex-direction: column !important;
    display: flex !important;
}

.info-field-lable {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
    font-size: .875em;
    padding-left: 0.2rem;
    padding-bottom: 0.1rem
}

.info-field-value {
    font-size: 14px;
    font-weight: 500;
    /*border-radius: var(--bs-border-radius) !important;*/
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    padding: .2rem .5rem !important;
    height: 100% !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    min-height: 28px !important;
}

.toast {
    --bs-toast-bg: #ffffff;
}

.siteplan-spinner {
    --bs-spinner-width: 1.7rem;
    --bs-spinner-height: 1.7rem;
    --bs-spinner-border-width: 0.24em;
}


.select2-container--outlined.select2-container--open .select2-selection {
    border-color: #10489B !important;
    box-shadow: unset !important;
}


.select2-container .select2-selection--single .select2-selection__arrow {
    background: url('../images/keyboard_arrow_down.svg') !important;
    height: 20px;
}

.select2-container.select2-container--open .select2-selection__arrow {
    background: url('../images/keyboard_arrow_down.svg') !important;
    -webkit-transform: rotate(180deg) translateY(0px) !important;
    transform: rotate(180deg) translateY(0px) !important;
    height: 20px;
}

.select2-results__options {
    max-height: 30vh;
}

.select2-container .select2-search--dropdown .select2-search__field {
    /*width: calc(100% - 20px);*/
    padding: 8px 10px;
}

.select2-container--outlined .select2-selection {
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: 4px;
    line-height: 1.5;
    min-height: unset !important;
    padding: .375rem .75rem !important;
}

.select2-container .select2-selection:before {
    color: #10489b;
}

/*input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    height: 2.5rem !important;
}*/

.select2-container {
    min-width: unset !important;
}

.select2-selection__rendered {
    width: calc(100% - 24px);
}

.select2-container .select2-selection {
    white-space: unset;
}

.select2-selection__rendered[title="Select Value..."] {
    color: #9e9e9e !important;
}

.form-control:focus {
    outline: 0;
    box-shadow: unset;
    border: solid 1px #10489B;
}

.border-dda {
    border-color: #10489B !important;
}
