﻿:root {
    --header-height: 150px; /*a*/
    --footer-height: 50px; /*b*/
    --dtap-appbar-height: 50px; /*c*/
    --dtap-map-content-header: 38px; /*d*/
    --dtap-map-content-space: 15px; /*e*/
    --dtap-main-map-container-offset: 303px; /* a+b+c+d+e */
    --drawer-footer-height: 70px; /*f*/
    --ddot-red: rgb(243,40, 55);
    --ddot-blue: rgb(41,62, 107);
    --ddot-light-blue: rgb(0,121, 193);
    --ddot-gray: rgb(179, 179, 179);
}
html,
body {
    margin: 0;
    height: 100%;
    width: 100%;
    font-weight: normal;
    overflow: hidden;
    font-size: 15px;
    outline: none;
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
}
:root {
    --calcite-font-size--1: 1rem;
}
calcite-loader {
    align-self: center;
    justify-self: center;
    --calcite-font-size--2: 14px;
    --calcite-color-text-1: #ffffff;
    --calcite-color-brand: #ffffff;
}
calcite-tab-title {
    --calcite-icon-color: var(--calcite-ui-brand);
}
.dtap-map {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
arcgis-map {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.esri-view {
    --esri-view-outline: 0px solid var(--esri-view-outline-color);
}
.esri-ui-top-right .esri-component,
.esri-ui-top-left .esri-component {
    margin-bottom: 5px !important;
}

.esri-features__content-feature calcite-action {
    --calcite-font-size--2: 1rem
}

.esri-features__container:not(:empty) {
    overflow-x: hidden;
}

calcite-button calcite-icon.icon.icon--start,
calcite-icon.esri-collapse__icon {
    width: 20px !important;
    height: 20px !important;
}

.esri-search {
    width: 345px;
    max-width: 345px;
    min-width: 240px;
    background-color: #005293;
}

.esri-search__input {
    font-size: 0.95em !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: auto !important;
}

.esri-widget--button:hover {
    color: #fff;
    background-color: #00619b;
}

.esri-widget .esri-widget--button,
.esri-widget.esri-widget--button {
    width: 36px !important;
    height: 36px !important;
    color: #fff;
    background-color: #005293;
}

.esri-widget--button:is(calcite-button):not(:hover) {
    --calcite-color-text-3: #ffffff;
    background-color: #005293;
}

.esri-widget--button:is(calcite-button):is(:hover) {
    --calcite-color-text-3: #ffffff;
    background-color: #005293;
}

.dtap-map {
    font-family: "Avenir Next Regular", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.dtap-js-overlay {
    z-index: 1001;
}

.dtap-root {
    height: 100%;
}

.dtap-map-fixed-top,
.dtap-full-map-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
}

.dtap-map-fixed-top {
    z-index: 10001;
}

.dtap-maplayout-content {
    width: 100%;
    height: 100%;
    padding: 164px 0 0 0;
}

.dtap-map-content-header {
    padding: 0 15px;
    height: var(--dtap-map-content-header);
}

.dtap-maplayout-content .k-appbar {
    padding: 0.5rem;
}

.dtap-appbar label {
    margin-bottom: 0;
}

.dtap-map-content {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.dtap-map-content-space {
    height: var(--dtap-map-content-space);
}

.dtap-map-content-header h4 {
    margin-bottom: 0.1rem;
    font-weight: normal;
    font-size: 1.422rem;
}

.dtap-map-content-header img {
    width: 100%;
    height: 2px;
    vertical-align: top;
}

.dtap-main-map-container {
    width: 100%;
    border: solid 0px #cccccc;
    height: calc(100vh - var(--dtap-main-map-container-offset) + 29px);
    position: relative;
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
}

.dtap-mappage-footer {
    bottom: 0px; 
    color: #fff;
    background-color: var(--ddot-blue);
    font-size: 0.9rem;
    height: 50px;
    position: relative;
    width: 100%;
    margin: 0;
}
.calcite-progress-message-bottom {
    width: calc(100%) !important;
    bottom: 0;
    height: 50px;
    position: absolute;
    --calcite-font-size--2:1rem;
}
.dtap-map-legend-container {
    display: block;
    float: right;
    padding: 0 15px;
    margin-top: -28px; /*-40px;*/
}

    .dtap-map-legend-container .btn {
        color: #ffffff !important;
        border: 0;
        margin-top: -28px;
    }

.left-panel-container {
    height: 100% !important;
    font-family: "Avenir Next Regular", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.left-panel {
    overflow-y: auto;
    height: 100%;
     padding: 0 0 30px 10px;
    margin-right: 5px;
    background-color: #ffffff;
    scrollbar-width: thin; 
}

.left-panel-buttons {
    margin: 10px 0;
    padding-top: 10px;
    border-top: 0px solid #cccccc;
}

.right-panel-container {
    height: 100% !important;
 }

.right-panel {
    overflow-y: auto;
    height: 100%;
}

.left-panel-desc {
    min-height: 30px;
    padding: 10px;
}

.left-panel-charts {
    padding: 5px 10px 5px 5px;
    border-bottom: 1px solid #cccccc;
}

.left-panel-grid-title,
.left-panel-charts-title {
    margin-top: 15px;
}

    .left-panel-grid-title h5,
    .left-panel-charts-title h5 {
        margin-bottom: 0.1rem;
        font-size: 1.1305rem;
    }

    .left-panel-grid-title img,
    .left-panel-charts-title img {
        width: 100%;
        height: 1px;
        vertical-align: top;
    }

.left-panel-chart {
    border: 1px solid #dee2e6;
    margin-bottom: 15px;
}

.left-panel-chart-title {
    margin: 0 0 15px 0;
}

.left-panel-footer {
    padding: 15px;
}

.dtap-panel-row {
    margin: 0;
}

/*END DTAP Panels*/

.dtap-details {
    font-size: 0.9rem;
}

#viewDiv {
    flex: 1;
    width: 100%;
    height: 100% !important;
    max-height: 100%;
    flex-direction: column;
}

/*START Override bootstrap and calcite */
.modal-content {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1em;
}

.btn {
    color: #ffffff;
    background-color: #005293;
    border: 1px solid #005293;
    margin: 6px 0;
    padding: 6px 7px;
}

    .btn:hover, .btn:focus {
        color: #ffffff;
        background-color: #0079c1;
        border: 1px solid #0079c1;
    }

    .btn:disabled, .btn-disabled,
    .btn-primary[disabled], button[disabled] {
        background-color: #0079c1;
        border: 1px solid #0079c1;
        opacity: .5;
        color: #ffffff;
    }

        .btn:disabled:focus, .btn-disabled:focus,
        .btn-primary[disabled]:focus, button[disabled]:focus,
        .btn:disabled:hover, .btn-disabled:hover,
        .btn-primary[disabled]:hover, button[disabled]:hover {
            opacity: .5;
            color: #ccc !important;
            background-color: #005293 !important;
            border: 1px solid #005293 !important;
            cursor: default;
        }

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

/*END Override bootstrap and calcite */

.settings-form {
    font-size: 1em;
    max-height: 400px;
    overflow: auto;
}

    .settings-form .panel {
        padding: 0;
        padding-top: 0.5em;
        padding-bottom: 0.2em;
        margin-bottom: 0;
        border-radius: 0;
    }

        .settings-form .panel.panel-odd {
            background-color: transparent;
        }

    .settings-form label,
    .settings-form input,
    .settings-form select,
    .settings-form textarea,
    .settings-form .esri-widget {
        color: #000 !important;
        font-weight: normal;
        width: 100%;
    }

        .settings-form input[type="range"] {
            border: 0;
            outline: none;
        }

.editingTool {
    padding: 0;
    margin: 0;
    height: 32px;
    width: 32px;
}

#editing-tools-container-2d {
    padding: 5px;
    margin: 0;
    height: 100%;
    width: 100%;
}

.editingTool {
    padding: 0;
    margin: 0;
    height: 32px;
    width: 32px;
}

#module-map-container {
    padding: 0;
    margin: 0;
    height: 90vh;
    width: 80vw;
    background-color: #ffffff;
    border-bottom: solid 3px #0079c1;
    border-left: solid 3px #0079c1;
    border-right: solid 3px #0079c1;
}

#module-view {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

/* Style for Loading Indicator*/
.app-loading {
    overflow: hidden;
}

    .app-loading .loading-indicator {
        display: block;
    }

.loading-indicator {
    display: none;
    height: 100%;
    width: 100%;
    z-index: 10010;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    /*    background: rgba(0, 0, 0, 0.6);
*/ color: #ffffff;
}

.loader-bars {
    top: 50%;
    z-index: 10011;
}

.loading-message {
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    /*    width: 30%;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-weight: normal;
    margin: -10px 0 0 -15%;
    line-height: normal;*/
}

.loader-bars-container {
    text-align: center;
    left: calc(50% - 116px);
    top: 50%;
    position: fixed;
    z-index: 10011;
    width: 116px;
}

.loader-text {
    text-align: center;
    padding-top: 0;
    font-size: 0.95rem;
    /* padding-top: 4rem;
        font-size: 1rem;
    font-weight: normal;
    font-style: normal;
*/
}

    .loader-text:after {
        content: "";
    }

.bottom-alert {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    margin-bottom: 0;
    margin: auto;
    text-align: center;
    /*    border-color: #0376c3;
*/ border: 0;
    border-top: 1px solid #0376c3;
}

#switchViewsDiv {
    position: fixed;
    top: 122px;
    left: 60px;
}

    #switchViewsDiv input {
        border: none;
        font-size: 15px;
    }

/*graphic popup*/
.uwnsGraphicPopup {
    font-size: 1.2em !important;
}

    .uwnsGraphicPopup table tr {
        height: 25px;
    }

/** video palyer */
.player-container {
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: move;
}

/*Conflicts and open issues*/
.conflicts-list-container,
.openissues-list-container,
.openissues-grid-container,
.removeissues-grid-container {
    background: #fff;
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
    line-height: 1.5em;
    overflow: auto;
    padding: 12px 15px;
    padding-bottom: 0;
    width: 20em;
    position: absolute;
    z-index: 100000;
}

.conflicts-list-container {
    bottom: 0;
    left: 0;
}

.openissues-list-container {
    top: 0;
    left: 0;
}

.openissues-grid-container,
.removeissues-grid-container {
    bottom: 0;
    left: 0;
    width: 30em;
}

    .conflicts-list-container .list-heading,
    .openissues-list-container .list-heading,
    .openissues-grid-container .list-heading,
    .removeissues-grid-container .list-heading {
        font-weight: normal;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #323232;
        text-align: center;
    }

    .conflicts-list-container h3,
    .openissues-list-container h3,
    .openissues-grid-container h3,
    .removeissues-grid-container h3 {
        font-size: 0.96em;
        font-weight: bolder;
        line-height: 1.1em;
        margin: 0;
    }

.conflicts-list-horizontal,
.openissues-list-horizontal,
.openissues-grid-horizontal,
.removeissues-grid-horizontal {
    padding: 0;
}

.openissues-grid-container table,
.removeissues-grid-container table {
    line-height: 1.1em;
}

.openissues-container {
    margin: 0;
    height: 16em;
    overflow: auto;
}

.opengrid-container,
.removegrid-container {
    margin: 0;
    height: 16em;
    overflow: auto;
}

.conflict-container {
    margin: 0;
    height: 24em;
    overflow: auto;
}

.delete-attachments-horizontal .tooltip,
.conflicts-list-horizontal .tooltip,
.openissues-list-horizontal .tooltip,
.openissues-grid-horizontal .tooltip,
.removeissues-grid-horizontal .tooltip {
    font-size: 1em;
    opacity: 1;
    line-height: 2;
    display: inline-flex;
}

.conflicts-list-container .accordion-title,
.openissues-list-container .accordion-title,
.openissues-grid-container .accordion-title,
.removeissues-grid-container .accordion-title {
    margin: 0;
    font-style: normal;
    font-size: 0.85em;
    font-weight: normal;
    padding: 0.3em;
}

#openIssuesGrid .dgrid,
#removeIssuesGrid .dgrid {
    font-size: 0.8em;
    width: 100%;
    overflow: auto;
    min-height: 150px;
}

    #openIssuesGrid .dgrid .dgrid-scroller,
    #removeIssuesGrid .dgrid .dgrid-scroller {
        position: relative;
        max-height: 200px;
        overflow: auto;
        min-height: 100px;
    }

#openIssuesGrid .dgrid-header,
#openIssuesGrid .dgrid-header-row,
#openIssuesGrid .dgrid-footer,
#openIssuesGrid .dgrid-header table,
#removeIssuesGrid .dgrid-header,
#removeIssuesGrid .dgrid-header-row,
#removeIssuesGrid .dgrid-footer,
#removeIssuesGrid .dgrid-header table {
    overflow: hidden;
    background-color: #f8f8f8;
    width: 100%;
}

#openIssuesGrid .dgrid-header,
#openIssuesGrid .dgrid-cell,
#removeIssuesGrid .dgrid-header,
#removeIssuesGrid .dgrid-cell {
    overflow: hidden;
    width: 100%;
}

#openIssuesGrid .dgrid-navigation .dgrid-page-link,
#removeIssuesGrid .dgrid-navigation .dgrid-page-link {
    font-weight: normal;
}

#openIssuesGrid .dgrid-row-table,
#removeIssuesGrid .dgrid-row-table {
    font-size: 0.8em !important;
    margin-bottom: 0;
}

#openIssuesGrid .dgrid-pagination .dgrid-status,
#removeIssuesGrid .dgrid-pagination .dgrid-status {
    font-size: 0.8em;
}

#openIssuesGrid .dgrid-pagination .dgrid-navigation,
#openIssuesGrid .dgrid-pagination .dgrid-page-size,
#removeIssuesGrid .dgrid-pagination .dgrid-navigation,
#removeIssuesGrid .dgrid-pagination .dgrid-page-size {
    font-size: 0.8em;
}

.accordion-content-header {
    padding-left: 15px;
}

    .accordion-content-header p {
        font-size: 0.85em;
    }

    .accordion-content-header ol {
        margin: 0;
        font-size: 0.85em;
        margin-bottom: 2px;
        line-height: 1.65em;
    }

/*Secendary work types*/
.popup-list-container {
    font-size: 1em;
    background: #fff;
    padding-bottom: 0;
    position: absolute;
    z-index: 1999;
    cursor: move;
}

.popup-list-container {
    top: 65px;
    left: 5px;
    max-height: 35em;
    width: 30vw;
}

/*.sec-wt-container {
    top: 2px;
    left: 50px;
    max-width: 40vw;
    min-width: 26vw;
    border-top: 0;
    font-size: 1em;
}
*/
.work-type-container {
    margin: 0;
    overflow: auto;
    height: 20rem;
    max-height: 25rem;
    padding: 10px;
}

.list-heading-container {
    font-family: inherit;
    font-size: 1.1em;
    color: #ffffff;
    text-align: center;
    margin: 0;
    background-color: #005293;
    padding: 0.3em;
    margin-left: -1px;
    margin-right: -1px;
}
/*
.sec-wt-container .tooltip {
    font-size: 0.9em;
    opacity: 1;
    display: inline-flex;
    font-family: inherit;
}

*//* Conflicts, permits, alert, work type and open issues */
.delete-attachments-container {
    font-size: 1em;
    background: #fff;
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
    padding-bottom: 0;
    max-width: 40vw;
    position: absolute;
    z-index: 1999;
    cursor: move;
    border-top: 0;
    top: 2px;
    left: 50px;
    max-height: 32em;
    min-width: 420px;
}

    .delete-attachments-container .attachment-row {
        width: 100%;
        padding: 5px;
        min-height: 110px;
        margin: 5px 0;
        align-items: center;
        border: 1px solid #cccccc;
    }

    .delete-attachments-container .delete-image {
        height: 100px;
        max-width: 100px;
    }

    .delete-attachments-container .attachment-name {
        padding-left: 10px;
        width: 260px;
        font-size: 1.1rem
    }

    .delete-attachments-container .attachment-icon {
        width: 30px;
        color: #0079c1;
        font-size: 24px;
        cursor: pointer;
        text-align: right;
    }

.delete-attachments-horizontal {
    padding-top: 0px;
    padding-bottom: 10px;
}

.delete-query-attachment-container {
    margin: 0;
    overflow: auto;
    height: auto;
    max-height: 260px;
    padding: 10px;
    cursor: default;
}

.popup-list-container .accordion-section .is-active {
    height: 15em;
}

    .popup-list-container .accordion-section.is-active h4 {
        background-color: #005E95;
        color: #fff;
    }

.popup-list-container .list-heading {
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
    margin-top: -5px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
    text-align: center;
    background: #005293;
}

.popup-list-container h3 {
    font-size: 1em;
    font-weight: bolder;
    line-height: 1.1em;
    margin: 0;
}

.popup-list-horizontal {
    padding: 15px;
    padding-top: 5px;
}

    .sec-wt-horizontal .modal-footer,
    .delete-attachments-horizontal .modal-footer,
    .popup-list-horizontal .modal-footer {
        padding: 5px 15px 0 15px;
        border-top: 1px solid #cccccc;
        cursor: default;
    }

    .popup-list-horizontal .tooltip {
        font-size: 1em;
        opacity: 1;
        line-height: 2;
        display: inline-flex;
    }

.popup-list-container .accordion-title {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    padding: 0.3em;
    line-height: 2.5;
    font-size: 1em;
    background-color: #e8e8e8;
}

    .popup-list-container .accordion-title:focus,
    .popup-list-container .accordion-title:hover {
        background-color: #005E95;
        color: #fff;
    }

.accordion-list-container {
    margin: 0;
    overflow: auto;
    max-height: 25em;
}

@media (max-width: 460px) {
    .sec-wt-container,
    .popup-list-container {
        width: 85vw;
    }
}
/*dialogs*/
.dialog-form-container {
    max-height: 90vh;
    padding: 1em;
    padding-left: 1.1em;
    padding-right: 1.1em;
}

.alert-subscription-edit-container {
    max-height: 50vh;
}

.dialog-form-container label {
    font-size: 0.9em;
    font-weight: normal;
}

.dialog-form-container .form-group {
    margin-bottom: 15px;
}

.dialog-form-container .modal-footer {
    padding: 5px;
    border-top: 1px solid #cccccc;
    padding-bottom: 0px;
}

.hr-for-dialog-confirm {
    border-top: 1px solid #0079c1;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.hr-for-dialog-alert {
    border-top: 1px solid #FAD817;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.hr-for-dialog-error {
    border-top: 1px solid #DE2900;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.dtap-message {
    line-height: 1.5em;
    overflow-wrap: break-word;
    padding: 5px;
    font-size: 1em;
}

/*data entry form*/
.data-form-container.grid-container {
    width: 40vw;
}

.data-form-container .uwns-error-block {
    padding: 10px;
    color: #f50000;
    border: 1px solid;
}

.data-form-container .uwns-form-validation {
    padding-bottom: 15px;
}

.hr-for-data-form {
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.trailer-half {
    margin-bottom: 5px;
}

.data-form-container .accordion-container {
    overflow: auto;
    max-height: 64vh;
}

.data-form-container {
    font-size: 1em;
    margin-left: 0;
    margin-right: 0;
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
}

    .data-form-container h5 {
        font-size: 1.1em;
        font-weight: 400;
        font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
    }

    .data-form-container .accordion-title {
        font-size: 1em;
        background-color: #e8e8e8;
    }

        .data-form-container .accordion-title:focus,
        .data-form-container .accordion-title:hover,
        .data-form-container .accordion-section.is-active h4 {
            background-color: #005E95;
            color: #fff;
        }

    .data-form-container .accordion-content {
        padding: 10px;
    }

    .data-form-container .modal-footer {
        padding: 5px;
        padding-bottom: 0px;
        border-top: 1px solid #cccccc;
    }

    .delete-attachments-container label,
    .sec-wt-container label,
    .data-form-container label {
        font-weight: normal;
        margin-bottom: 10px;
    }

.sec-wt-horizontal label {
    font-size: 1em;
    margin-bottom: 10px;
}

.custom-form-horizontal {
    margin-bottom: 10px;
}

.sec-wt-container .k-multiselect-wrap .k-input,
.data-form-container .k-multiselect-wrap .k-input {
    margin-top: 0;
}

.data-form-container textarea {
    height: 3.0rem;
    /*width: 96%;*/
}

    .data-form-container input:disabled,
    .data-form-container textarea:disabled,
    .data-form-container select:disabled,
    .sec-wt-container select:disabled {
        opacity: 0.7;
    }

.k-multiselect {
    border-radius: 0;
    font-size: 0.95em;
    line-height: 1.3;
}

.btn-clear {
    border-color: #0079c1;
}

/*upload Form*/
/*Upload file*/

expanded-tools-container,
.misc-tools-container,
.editing-tools-container {
/*    min-width: 300px;
    background: #cccccc;
    border: 1px solid #d7d7d7;
*/}

.batch-data-upload {
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
}

.misc-tools-container,
.editing-tools-container {
/*    font-size: 0.9em;
    position: absolute;
    left: calc(100vw - 500px);
    top: 70px;
    z-index: 100;
*/}

.batch-data-upload-header,
.misc-tools-header,
.editing-tool-header {
/*    background: #005293;
    cursor: move;
    width: 100%;
    height: 40px;
    padding: 0.3em;
    padding-top: 0;
*/}

/*.draggable-window-header {
    padding-left: 15px;
    padding-top: 10px;
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
    color: #ffffff;
    cursor: move;
}*/
.batch-data-upload-form {
    padding: 5px;
}

    .batch-data-upload-form calcite-accordion {
        max-height: 58.3vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

.batch-data-upload-form {
    padding: 5px;
}

    .batch-data-upload-form calcite-accordion-item {
        font-size: 16px;
    }

    .batch-data-upload-form calcite-accordion {
        max-height: 58.3vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

.accordion {
    border: 0;
}

.batch-data-upload-form .calcite-accordion-content {
    padding: 10px;
    font-size: 14px;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.data-upload-content {
    background-color: #ffffff;
    padding: 0.5em;
}

.data-upload-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}

.data-upload-input-container {
    width: 100%;
}

.data-upload-control-item-left {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
}

.calcite-upload-combo {
    margin: 0 !important;
}

.data-upload-control-item-right {
    display: flex;
    width: 50%;
    padding-left: 5px;
    align-items: center;
    justify-content: center;
}

.data-upload-input-wrap .k-dropzone {
    background-color: #ffffff;
}

.data-upload-input-wrap .k-upload-files {
    overflow: hidden;
    border: 0;
}

.data-upload-input-wrap .k-upload {
    display: flex;
    position: relative;
}

.data-upload-input-wrap .k-file {
    border-radius: 0;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 36px;
}

.k-upload .k-upload-files .k-file {
    padding: 0;
    border: 0;
    border-style: solid;
    outline: 0;
    display: flex;
    align-items:center;
    position: relative;
}
.data-upload-input-wrap .k-button {
    border-color: transparent;
    background-color: #0079c1;
    height: 30px;
    margin: 0;
    color: #ffffff;
}

    .data-upload-input-wrap .k-button:hover {
        background-color: #005293;
        color: #ffffff;
    }

.k-state-disabled .k-upload-button input {
    opacity: 0;
}

.data-upload-input-wrap .k-state-disabled .k-button {
    color: #ffffff;
}

.data-upload-input {
    border: 0 !important;
    width: 100%;
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
}

.data-upload-grid-container {
    width: 100%;
    min-height: 150px;
}

    .data-upload-grid-container .k-grid-content.k-auto-scrollable {
        min-height: 195px;
    }

.data-upload-submit-container {
    display: block;
    margin-top: 5px;
}

.data-upload-button-container {
    border-top: 1px solid #eaeaea;
    justify-content: right;
    padding-top: 5px;
    display: flex;
}

.data-upload-info,
.data-upload-notice {
    margin-top: 0;
}

.data-upload-notice {
    color: red;
}

.calcite-alert-red {
    border: 2px solid #d83020;
}

.calcite-alert-yellow {
    border: 2px solid #edd317;
}

.calcite-alert-green {
    border: 2px solid #35ac46;
}


/*Nearmap */
/*.nearmap-dates-container {
    display: block;
    width: 20vh;
    min-width: 20vh;
    position: absolute;
    top: 110px;
    left: 60px;
    background-color: #fafafa;
    padding: 10px;
    padding-top: 5px;
}

    .nearmap-dates-container label {
        font-size: 0.9em;
        font-weight: normal;
        margin: 0;
    }

    .nearmap-dates-container select {
        height: 2.0rem;
        font-size: 0.9em;
        margin: 0;
    }
*/
/*PI Review Popup*/
#piReviewTable input,
#piReviewTable select,
#piReviewTable textarea {
    height: 2.5em;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    padding-left: 0.31rem;
}

#piReviewTable label {
    margin-bottom: 0 !important;
    font-weight: normal;
    width: 100%;
}


/* Pictometry container*/
.ipa-container {
    padding: 0;
    margin: 0;
    height: 65vh;
    width: 60vw;
}

/*Dashboard container*/
.dashboard-container {
    padding: 0;
    margin: 0;
    height: 60vh;
    width: 50vw;
}

/*tooltiip tooltipster*/
.tooltipster-sidetip .tooltipster-box {
    background: #0079c1;
    border: 2px solid #005293;
    border-radius: 2px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    color: #0079c1;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #0079c1;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #0079c1;
}

.tooltipster-sidetip .tooltipster-content {
    line-height: normal;
    padding: 10px;
}

.tooltipster-content table {
    background: #0079c1;
    border: 0;
    line-height: inherit;
    font-size: 0.8em;
    margin-bottom: 0;
}

    .tooltipster-content table tr {
        border: 0;
    }

    .tooltipster-content table td {
        padding: 5px;
    }

.tooltipstered {
    cursor: pointer;
}

/*Project Info*/
.project-info {
    max-width: 450px !important;
    font-family: 'PT Sans Narrow';
    border-radius: 0 !important;
    border: 0;
    border-color: #2179C0
}

    .project-info .popover {
        width: 100%;
    }

    .project-info .popover-title {
        text-align: center;
        font-size: 1.1em;
        border-radius: 0;
        border-bottom: none;
    }

    .project-info .popover-content {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 100%;
        padding: 0px !important;
        border: 0;
    }

    .project-info table {
        font-size: 1em;
        margin-bottom: 0;
    }

    .project-info .popupLabel {
        width: 40%;
    }

    .project-info .popupValue {
        width: 60%;
    }

    .project-info .project-info-header {
        text-align: center;
        font-size: 1.1em;
        background-color: #2179C0;
        border: solid 0px #3498db;
        color: #ffffff;
    }

.lat-lon-preview {
    display: none;
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: #fff;
    background-color: #9d9a9a;
    padding: 5px;
    min-width: 100px;
    border-width: 1px;
    border-radius: 5px;
}

    .lat-lon-preview table {
        border: 0;
        background-color: transparent;
        line-height: 1;
        margin-bottom: 0;
        font-size: 0.65em;
    }

        .lat-lon-preview table tr {
            border: 0;
        }

        .lat-lon-preview table td {
            border: 0;
            padding: 0.5em;
        }

/*Kendo Ui overides*/
.k-dateinput-wrap,
.k-dropdown-wrap,
.k-multiselect-wrap,
.k-numeric-wrap,
.k-picker-wrap {
    border-radius: 0;
}

.k-splitter .k-scrollable {
    overflow: hidden;
}

.k-tick > .k-label {
    display: none;
}

.k-input.k-textbox,
.k-textarea, .k-textbox,
.k-multiselect-wrap,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default {
    color: #212529;
    background-color: #fff;
    border-color: rgba(51, 122, 183, 0.5);
}

    .k-dropdown-wrap.k-state-default input {
        margin-top: 0;
    }

.k-input.k-textbox,
.k-textarea, .k-textbox,
.k-dateinput-wrap,
.k-dropdown-wrap,
.k-multiselect-wrap,
.k-numeric-wrap,
.k-picker-wrap {
    border-radius: 0;
}

.editable-section .k-textarea {
    min-height: 3.9rem;
}

.k-numeric-wrap .k-select,
.k-datepicker .k-select,
.k-combobox .k-select {
    color: #fff;
    background-color: #0376c3;
    border-color: rgba(51, 122, 183, 0.5);
    border-radius: 0;
}

.k-numeric-wrap .k-state-hover .k-select,
.k-numeric-wrap > :hover .k-select,
.k-datepicker .k-state-hover .k-select,
.k-datepicker > :hover .k-select,
.k-combobox .k-state-hover .k-select,
.k-combobox > :hover .k-select {
    color: #fff;
    background-color: #0376c3;
    border-color: rgba(51, 122, 183, 0.5);
    border-radius: 0;
}

.k-textbox > input,
.k-autocomplete .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input,
.k-dropdown-wrap .k-input,
.k-selectbox .k-input {
    text-indent: 0px !important;
    margin-top: 0;
    padding-left: 5px;
}

.modal-content {
    border-radius: 0;
}

.dtap-form-title {
    font-size: 1.1em;
}

/* override default style for feature form*/
.esri-feature-form input:disabled,
.esri-feature-form select:disabled,
.esri-feature-form textarea:disabled {
    opacity: .7;
}

/*Tools container*/
.copy-to-clipboard-input {
    user-select: all;
    background-color: #fff !important;
    color: rgb(76,76,76);
    font-size: 0.85em;
}

.ptp-custom-tool-panel {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
}

.ptp-custom-tool-section {
    border-right: 1px solid rgba(50,50,50,0.25);
}

    .ptp-custom-tool-section:last-child {
        border: none;
    }

.ptp-custom-section {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    padding: 0 7px;
    margin: 6px 0;
}

.ptp-custom-tool-info-panel:empty {
    opacity: 0;
    padding: 0;
    visibility: hidden;
}

.ptp-custom-tool-info-panel {
    background-color: #f7f7f7;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

.ptp-custom-tool-info-section {
    min-width: 400px;
    margin: 5px auto;
    border-top: 1px solid rgb(239,239,239);
    padding: 5px;
}

    .ptp-custom-tool-info-section.esri-print.esri-widget.esri-widget--panel {
        min-width: 300px;
    }

    .ptp-custom-tool-info-section.esri-coordinate-conversion.esri-widget {
        min-width: 400px;
    }

    .ptp-custom-tool-info-section.input-group.esri-widget {
        padding: 5px;
    }

.ptp-custom-tab-section {
    min-width: 400px;
}

    .ptp-custom-tab-section h5 {
        font-weight: bold;
        font-size: 1em;
        padding-left: 10px;
    }

    .ptp-custom-tab-section h4 {
        font-size: 1.05em;
        font-weight: 600;
        margin-bottom: 0.75em;
        margin-left: 0.75rem;
    }

.panel-btn-container {
    text-align: center;
    padding: 5px 10px 10px 10px;
    border-top: 1px solid #efefef;
    margin: 0 10px;
}

    .panel-btn-container .esri-button {
        max-width: 120px;
        padding: 3px;
    }

#misc-tools-2d-nav .tab-title,
#editing-tools-nav .tab-title,
#misc-tools-3d-nav .tab-title {
    font-size: 1.2em;
}

.tabs-transparent .tab-section {
    padding: 0;
    padding-top: 0.75rem;
    height: 100%;
    width: 100%;
}

.sketch-tool {
    background-color: #f4f4f4;
}

.custom-editor-tool-container {
    padding: 6px 7px;
    background-color: #f4f4f4;
}

.attribute-editor {
    max-height: none !important;
}
/*Small screen - ipad*/
.esri-view-width-small .esri-ui-corner .esri-component .esri-expand__content .uwns-data-upload {
    width: 90vw;
}

/*dialogs*/
.dialog-form-container {
    min-width: 20vw;
    max-width: 25vw;
    padding: 1em;
    padding-left: 1.1em;
    padding-right: 1.1em;
}

.dialog-confirm-container {
    width: 400px;
    font-size: 1em;
}

.dialog-form-container label {
    font-size: 0.95em;
    font-weight: normal;
    margin: 0;
    display: table-cell;
    padding-top: 5px;
}

.dialog-confirm-container label {
    display: block;
}

.dialog-form-container h5 {
    font-size: 1.3em;
    font-weight: 400;
    margin: 5px;
}

.dialog-confirm-horizontal {
    border-top: 1px solid #cccccc;
}

.dialog-form-container .form-group {
    margin-bottom: 15px;
}

.dialog-form-container .modal-footer {
    padding: 5px;
    border-top: 1px solid #cccccc;
    padding-bottom: 0px;
    margin-top: 10px;
}

.dialog-form-container hr {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.dialog-form-container {
    /*font-size: 0.8em;*/
    padding: 1em !important;
    padding-left: 1.1em !important;
    padding-right: 1.1em !important;
    border-radius: 0;
}

    .dialog-form-container label {
        font-size: 0.9em;
        font-weight: normal;
    }

    .dialog-form-container .form-group {
        margin: 0;
        margin-bottom: 15px;
    }

    .dialog-form-container .modal-footer {
        padding: 5px;
        border-top: 1px solid #cccccc;
        padding-bottom: 0px;
    }

@media (max-width: 768px) {
    .data-form-container.grid-container {
        width: 90vw;
        max-height: 70vh;
    }

    .alerts-subscribe-container,
    .openissues-grid-container,
    .conflicts-list-container,
    .sec-wt-container {
        top: 100px;
        width: 90vw;
        max-height: 70vh;
    }
}

.k-grid {
    font-family: inherit;
    width: 100%;
    font-size: 0.8em;
}

.k-grid-header {
    font-weight: bold;
}

.left-panel-grid .k-grid {
    font-size: 0.9rem;
}

.left-panel-grid .k-grid-header {
    font-weight: normal;
}

.k-grid-pager {
    border-radius: 0;
    border: 0;
    font-size: inherit;
    padding: 4px;
    border-top: 1px solid #cccccc;
}

.k-grid-content.k-auto-scrollable {
    min-height: 205px;
    scrollbar-width: thin; /*firefox support*/
}

.k-grid-norecords-template {
    text-align: center;
    margin-top: 100px;
    font-size: 1.1em;
}

.k-pager-wrap .k-link,
.k-pager-wrap .k-pager-nav {
    color: #005293;
}

.k-pager-numbers .k-state-selected,
.k-pager-numbers .k-state-selected:hover {
    background-color: #005293;
    border: 1px solid #005293;
}

.dtap-popup-container {
    font-size: 1em;
    background: #fff;
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
    padding-bottom: 0;
    max-width: 40vw;
    min-width: 30vw;
    position: absolute;
    z-index: 1999;
    cursor: move;
    top: 172px;
    left: 5px;
    max-height: 40em;
    border: 1px solid #ccc;
    border-top: 0;
}

.dtap-accordion-container {
    margin: 0;
    overflow: auto;
    max-height: 30em;
    padding: 10px 10px 0 10px;
    background-color: #fafafa;
}

.dtap-popup-container .list-heading {
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    margin-right: 5px;
}

.dtap-popup-horizontal .tooltip {
    font-size: 1em;
    opacity: 1;
    line-height: 2;
    display: inline-flex;
}

.list-heading-container {
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
    font-size: 1.1em;
    color: #ffffff;
    text-align: center;
    margin: 0;
    background-color: #005293;
    padding: 0.3em;
}

.tooltip {
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
}

.tooltip-container {
    width: 100%;
    text-align: center;
    border-top: 1px solid #cccccc;
    height: 30px;
    vertical-align: middle;
}

.tooltip-link {
    color: #ffffff;
}

    .tooltip-link:hover {
        color: #cccccc;
    }

.tooltip:after {
    border-radius: 0px;
    background: #ffffff;
    color: #000000;
    border: 1.2px solid #0079c1;
}

.tooltip:before {
    border-bottom-color: #0079c1;
}


.tooltip .icon-ui-notice-round:before {
    padding-right: 0;
}

.dtap-popup-container .list-heading {
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    margin-right: 5px;
}

.dtap-popup-horizontal .tooltip {
    font-size: 1em;
    opacity: 1;
    line-height: 2;
    display: inline-flex;
}

.dtap-accordion-container .accordion-title:focus,
.dtap-accordion-container .accordion-section.is-active .accordion-title,
.dtap-accordion-container .accordion-title:hover {
    background-color: #0079c1;
    color: #fff;
}

.dtap-accordion-container .accordion-title {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    padding: 0.3em;
    line-height: 2.5;
    font-size: 1em;
    background-color: #e7e7e7;
    border-top: 1px solid #fff;
}

.accordion-content-header p {
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 0.9em;
    cursor: default;
    font-weight: bold;
}

.open-issues-grid {
    max-height: 300px;
}

.ptp-kendo-grid .k-grid-header th.k-header {
    font-weight: bold;
    font-size: 1.1em;
}

    .ptp-kendo-grid .k-grid-header th.k-header label {
        display: none;
    }

.ptp-kendo-grid.k-grid td {
    white-space: nowrap;
    padding: 0.5em;
}

.ptp-kendo-grid.k-grid .k-checkbox-label.k-no-text {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ptp-kendo-grid.k-grid tr td,
.ptp-kendo-grid.k-grid tr th {
    border-left-color: #d7d7d7;
}

.ptp-kendo-grid .k-grid-header-wrap {
    border-right-width: 0;
}

.ptp-kendo-grid .k-pager-wrap {
    padding: 1px;
    min-height: 32px;
    border-top: 1px solid rgba(50,50,50,0.25) !important;
}

.ptp-kendo-listview {
    width: 100%;
    padding: 0.5em;
    font-size: 0.8em;
    border-color: #edebeb;
    cursor: default;
}

.conflict-list-table,
.oi-list-table {
    width: 100%;
    margin: 0;
    margin-bottom: .8em;
    background-color: #f3f3f3;
}

.conflict-list-row,
.oi-list-row {
    width: 100%;
    height: 25px;
}

.conflict-list-cell-label,
.oi-list-cell-label {
    width: 20%;
}

.conflict-list-cell-value,
.oi-list-cell-value {
    width: 30%;
}

/*screen shot*/
.screenshotCursor {
    cursor: crosshair;
}

#screenshotDiv {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    overflow: auto;
}

.screenshot-img-container {
    display: flex;
    height: calc(100vh - 80px);
    justify-content: center;
    align-items: center;
}

#screenshotDiv img {
    border: 10px solid white;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.8);
    width: 100vh;
    height: auto;
}

#screenshotDiv > * {
    margin: 0;
}

#screenshotDiv label,
#screenshotDiv input {
    display: inline-flex;
    margin: 0;
    font-weight: 500;
}

.screenshot-label-container {
    background-color: #003b75;
    border-top: 1px solid #007ac2;
    width: 100%;
    padding: 5px 0;
}

.screenshot-label {
    height: 36px;
}

#screenshotDiv label {
    padding-top: 4px;
    color: #ffffff;
}

#screenshotDiv input {
    margin-left: 10px;
    width: 200px;
    max-width: none;
}

#maskDiv {
    position: absolute;
    background: rgba(255, 51, 0, 0.1);
    border: 2px dashed rgb(255, 51, 0);
}

/*SVG icons*/
.tab-action-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    fill: #0079c1;
    background-color: #FFFFFF;
}

    .tab-action-icon:hover {
        fill: #ffffff;
        background-color: #0079c1;
    }

.tool-container button:hover {
    background-color: #0079c1;
}

.tab-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    fill: #0079c1;
}

    .tab-icon:hover {
        fill: #005293;
    }

    .tab-icon > svg {
        position: relative;
    }

.tool-container {
    min-height: 44px;
    display: flex;
    padding: 0.2em 0.2em 0 0.8em;
    margin-bottom: 0.2em;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    /*flex-flow: column wrap;*/
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.08);*/
}

    .tool-container button {
        line-height: normal;
        border: 0;
        background-color: transparent;
        padding: 6px;
    }

.tool-container-button {
    margin-right: 10px;
    height: 32px;
    width: 32px;
    border: 0;
    padding: 4px;
    background-color: #ffffff;
}

    .tool-container-button:focus {
        border: 0 !important;
        border-radius: 0 !important;
        outline: none;
        fill: #005293;
    }

.tool-container .active-button-action {
    border: 1px solid #0079c1 !important;
    border-radius: 0 !important;
    outline: none;
    background-color: #0079c1;
}

    .tool-container .active-button-action span {
        fill: #ffffff;
        background-color: #0079c1;
    }

.edit-tool-container {
    line-height: 1.3em;
    display: flex;
    flex-flow: column wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.esri-tool-panel {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
}

.edit-tool-section {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    padding: 0 7px;
    margin: 6px 0;
}

    .edit-tool-section button {
        margin-right: 10px;
        height: 32px;
        width: 32px;
        font-size: 20px;
        color: #0079c1;
        background-color: #ffffff;
    }

.ptp-custom-button {
    border: 0;
}

.esri-widget .esri-sketch__button {
    width: 32px;
    height: 32px;
    font-size: 20px;
    background-color: #ffffff !important;
    color: #0079c1 !important;
}

.esri-sketch__button:disabled {
    opacity: 0.4 !important;
}

.ptp-custom-button:hover,
.ptp-custom-button--selected,
.esri-sketch__button:hover,
.esri-sketch__button.esri-sketch__button--selected,
.esri-sketch__button.esri-sketch__button--selected:hover {
    background-color: #0079c1 !important;
    color: #fff !important;
}

#sketch-tool button {
    margin-right: 5px;
}

#editing-tools-nav .tab-title,
#misc-tools-nav .tab-title {
    font-size: 1em;
    padding-bottom: 0;
}

    #editing-tools-nav .tab-title.is-active .tab-icon,
    #misc-tools-nav .tab-title.is-active .tab-icon {
        fill: #005293;
    }



/*Edit attributes feature form*/
.attribute-editor.esri-feature-form.esri-widget.esri-widget--panel {
    width: inherit;
    border-top: 1px solid #ccc;
    max-height: 309px;
    overflow-y: auto;
    padding: 10px 0;
    width: 100% !important;
}

h2.esri-widget__heading {
    font-size: 14px;
}

.esri-feature-form.esri-widget.esri-widget--panel {
    width: 100% !important;
    border-bottom: 0px solid #cccccc;
}

.attribute-editor-instruction {
    padding: 14px;
    border-radius: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

    .attribute-editor-instruction h3 {
        margin: 0;
        font-size: 1.1em;
        font-weight: normal;
    }

.attribute-editor-container {
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
    overflow: auto;
    padding: 0 6px 6px 6px;
    width: 400px;
    border-top: 0;
}

    .attribute-editor-container .btn {
        color: #ffffff;
        font-size: 1rem;
        height: 35px;
    }

        .attribute-editor-container .btn:disabled {
            background-color: #005293;
            color: #ffffff;
            opacity: 0.7;
        }

    .error-message-area {
        padding-left: 0;
        margin: 0;
        color: red;
        border: 1px solid;
        padding: 5px;
        margin-bottom: 15px;
    }

    .validation-area-title {
        font-weight: bolder;
        margin-left: 5px;
    }

    .validation-error-list {
        color: red;
        padding-left: 20px;
    }

    .updated-fields-message-area {
        color: green;
        padding-left: 0;
        margin: 0;
        padding: 5px;
        border: 1px solid;
        margin-bottom: 15px;
    }

    .attribute-editor-container .modal-footer {
        padding: 5px 0;
    }

.esri-feature-form__form h1.esri-widget__heading {
    font-size: 1.05em;
}

/* Upload Error Dialog*/
.feature-export-container {
    padding: 10px;
    margin: 0;
    width: 20vw;
    min-width: 300px;
    height: auto;
    background-color: #ffffff;
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
}

    .feature-export-container legend {
        font-size: 1.1em;
        margin-bottom: 10px;
        border: 0;
    }

    .feature-export-container label {
        font-weight: normal;
    }

    .feature-export-container .format-group label {
        width: 50%;
    }

    .feature-export-container .feature-group label {
        width: 33%;
    }

    .feature-export-container .fieldset-container {
        padding: 0;
        /*border: 1px solid #eee;
margin-bottom: 5px;
padding-bottom:0;*/
    }


/*Fearure tables*/
.feature-tables-container {
    width: 96vw;
    min-height: 40vh;
    background-color: #ffffff;
    border-top: 2px solid #0079c1;
}

.ptp-table-js-tab-group {
    width: 100%;
    height: 100%;
}

#feature-tables-nav {
    border-bottom: 0px solid #ccc;
}

.tab-contents.ptp-tab-contents {
    padding: 0 5px;
}

.feature-table-tab-icon {
    float: left;
}

.feature-table-tab-title {
    float: right;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 32px;
}

.table-tab-button-container {
    width: 100%;
    text-align: right;
    padding: 0 0.75em;
}

.esri-feature-table, .ptp-feature-table {
    border: 1px solid rgb(204, 204, 204);
    max-height: 310px;
    min-height: 250px;
    height: 310px;
}

    .esri-feature-table .esri-grid__grid {
        height: 100%;
    }

.applied-filter-feature-table {
    width: 100%;
}

.ptp-feature-table-msg {
    height: 100%;
    text-align: center;
    padding-top: 10em;
}

.applied-filter-label {
    text-align: left;
    font-weight: bold !important;
    font-size: 0.9em;
}

.applied-filter-text {
    font-weight: normal !important;
    /*font-size: 0.8em;*/
}

.esri-print__container {
    background-color: #ffffff;
}

/*override user agent*/
:focus {
    outline: none !important;
}

.esri-view .esri-view-surface--inset-outline--focus {
    outline: none;
    border: 1px solid #86A8DF !important;
}

    .esri-view .esri-view-surface--inset-outline--focus::before {
        position: absolute;
        margin-top: -2px;
        margin-bottom: -2px;
        margin-left: -1px;
        margin-right: -1px;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        content: ' ';
        border-left: none;
        border-right: none;
        border-top: 1px solid #A6C8FF;
        border-bottom: 1px solid #A6C8FF;
    }

    .esri-view .esri-view-surface--inset-outline--focus::after {
        position: absolute;
        margin-top: -1px;
        margin-bottom: -1px;
        margin-left: -2px;
        margin-right: -2px;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        content: ' ';
        border-left: 1px solid #A6C8FF;
        border-right: 1px solid #A6C8FF;
        border-top: none;
        border-bottom: none;
    }

/*feature editor*/
.esri-editor__header {
    font-size: 14px;
}

    .esri-editor__header h4 {
        font-size: 1em;
    }

.esri-input, esri.select {
    font-size: 1em;
}

/*End*/

.ptp-edit-calcite-tabs-container,
.ptp-misc-calcite-tabs-container {
/*    position: absolute;
    max-width: 500px;
    background-color: #fff;
    padding: 0;
    border: 0px solid #6e6e6e;
    left: calc(100vw - 560px);
    top: 70px;
    z-index: 100;
*/}

.ptp-edit-calcite-tabs-container {
    max-height: none;
}
ptp-tab-header {
    font-weight: 500;
    font-size: 1rem;
    padding: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ptp-edit-calcite-tabs,
.ptp-misc-calcite-tabs {
    border: 0 solid rgba(0, 0, 0, 0.08);
    min-height: 140px;
    min-width: 390px;
}
.ptp-tab-section {
    margin-bottom: -0.625rem;
}
.esri-editor, .esri-feature-form {
    background-color: #ffffff;
    max-height: 485px;
}
.geometry-editor-container, .attribute-editor-container {
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 0px;
    border-top: 0;
    padding: 0px;
}
#sketch-tool calcite-action {
    height: 40px;
    width: 40px;
    --calcite-color-foreground-1: #ffffff;
    --calcite-color-foreground-2: #005293;
    --calcite-color-foreground-3: #0079c1; /* #005293;*/

    --calcite-color-text-1: #ffffff;
    --calcite-color-text-2: #0079c1;
    --calcite-color-text-3: #005293;
}

#sketch-tool calcite-icon {
    height: 24px;
    width: 24px;
}

#custom-editing-tools calcite-icon {
    height: 24px;
    width: 24px;
}

.esri-sketch__panel {
    justify-content: space-between;
}

.tool-tip-heading {
    --calcite-color-text-1: #ffffff;
}

.piIntake-modal-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.ptp-misc-calcite-tabs {
/*    min-width: 450px;
*/    margin-top: 2px;
}

.ptp-edit-calcite-tabs {
    min-height: 140px;
    min-width: 390px;
    /*margin-top: 2px;
        margin:10px;
*/
}

.edit-slider-container {
    width: 100%;
    height: 65px;
    padding-right: 10px;
    margin-top: 0px;
}

.edit-slider {
    width: 100%;
    font-size: 0.9em !important;
    background-color: #efefef;
}

.esri-view .esri-view-surface--inset-outline:focus::after {
    outline: none;
}

.esri-view .esri-view-surface {
    outline: none;
}

/*feature editor*/
.esri-editor__header {
    font-size: 14px;
}

    .esri-editor__header h4 {
        font-size: 1em;
    }

.esri-input, esri.select {
    font-size: 1em !important;
}

/*passive alert*/
.passive-alert {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0 !important;
    margin: 0;
    padding: 0;
    border: 0;
}

.alert-progress {
    width: 100%;
    background-color: #9bc19c;
    opacity: 0.42;
}

.alert-progress-bar {
    height: 4px;
    background-color: #009203;
}

.passive-msg {
    width: 100%;
    text-align: center;
    height: 28px;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.esri-scale-bar.esri-widget {
    opacity: 0.5;
}

/*misc widgets*/
.misc-widget {
    border-radius: 0;
    border: 0;
}


.overlay-dialog {
    z-index: 100000 !important;
}

/*batch attribute update */
.batch-att-container {
    padding: 10px;
    margin: 0;
    width: 35vw;
    min-width: 25vw;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    font-size: 0.9em;
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
}

/*batch attribute update*/
.calcite-batch-attribute-content {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
}

.calcite-batch-attributes {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.calcite-attribute-block-left {
    width: 50%;
    padding-right: 5px;
}

.calcite-attribute-block-right {
    width: 50%;
    padding-left: 5px;
}

.calcite-batch-combo {
    font-size: 0.95rem;
}

.calcite-batch-messages {
    margin-top: 10px;
    border-top: 2px solid rgb(255 0 0);
}

.calcite-batch-caution-label {
    padding-top: 0 !important;
    font-size: 1.1rem !important;
    font-weight: bold !important;
    color: #ff0000;
    font-variant: small-caps;
    margin-bottom: 0.5em;
    width: 100%;
}

.calcite-batch-caution-label-msg {
    font-size: 0.95rem;
    margin: 0 0 0.5rem 0 !important;
}

.calcite-batch-caution-label-msg-warning {
    font-size: 0.9em;
    font-weight: bold !important;
    color: #ff0000;
    margin: 0 0 0.5rem 0 !important;
}
.batch-applied-filter,
.batch-selected-features {
    font-weight: 400;
    font-size: 0.95rem !important;
    margin-bottom: 0.5em;
    margin-bottom: 0.1em;
    display: block;
}
.more-info-container {
    margin-bottom: 5px;
}

.more-info-sr {
    margin-left: 40px;
    margin-bottom: 5px;
}

/* override for 4.17*/

.esri-button-menu__item {
    padding: 0 6px;
}

    .esri-button-menu__item .esri-button-menu__item-label {
        padding: 2px 0;
    }

.esri-button-menu .esri-button-menu__button.esri-button-menu__button--selected,
.esri-button-menu .esri-button-menu__button.esri-button-menu__button--selected:hover {
    background: #0376c3;
}

/*swich view*/
#switchViewContainer {
    position: absolute;
    top: 15px;
    left: 60px;
}

    #switchViewContainer input {
        border: none;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
        font-size: 1.1rem;
    }

.los-container {
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 0.9em;
}

.los-header {
    padding: 10px 10px 5px 10px;
    font-weight: bold !important;
    font-size: 1em;
}

*:focus {
    outline: none;
}

.footer-text {
    font-family: "Avenir Next Regular", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 15px;
}

@media only screen and (max-width: 576px) {
    html {
        font-size: 12px; 
    }
    .dtap-map-content-header h4 {
        font-size: 1.1rem;
    }
    .dtap-map-content-header h5 {
        font-size: 1.1305rem;
    }
    .dtap-maplayout-content {
        padding: 194px 0 0 0;
    }
    .dtap-map-content-space {
        height: 0;
    }
    .dtap-map-content-header {
        padding: 0 5px;
    }
    .dtap-main-map-container {
        height: calc(100vh - var(--dtap-main-map-container-offset) + 21px);
    }
    .dtap-mappage-footer {
        height: 50px;
    }
    .dtap-page-footer {
        padding: 0;
    }
    .footer-images img {
        width: 150px;
    }
    .footer-text {
        font-size: 0.75rem
    }
    .left-panel-grid .k-grid-toolbar {
        display: none;
    }
    .dtap-section {
        padding: 5px;
    }
    .dtap-popup-container {
        max-width: 98vw;
    }
    .add-layer-container .add-layers-fieldset-container {
        max-height: 253px;
    }
}
@media only screen and (min-width: 576px) {
    html {
        font-size: 12px; 
    }
    .dtap-maplayout-content {
        padding: 194px 0 0 0;
    }
    .dtap-map-content-space {
        height: 0;
    }
    .dtap-main-map-container {
        height: calc(100vh - var(--dtap-main-map-container-offset) + 46px);
    }
    .dtap-appbar {
        margin-top: -10px;
    }
    .dtap-mappage-footer {
        height: 50px;
    }
    .dtap-page-footer {
        padding: 0;
    }
    .footer-images img {
        width: 180px;
    }
    .footer-text {
        font-size: 0.75rem
    }
}
@media only screen and (min-width: 768px) {
    html {
        font-size: 14px;
    }
    .dtap-maplayout-content {
        padding: 174px 0 0 0;
    }
    .dtap-map-content-space {
        height: 10px;
    }
    .dtap-map-content-header {
        padding: 0 15px;
    }
    .dtap-main-map-container {
        height: calc(100vh - var(--dtap-main-map-container-offset) + 31px);
    }
    .dtap-appbar {
        margin-top: -29px;
    }
    .dtap-page-footer {
        padding: 10px;
    }
    .footer-images img {
        width: 200px;
    }
    .footer-text {
        font-size: 0.8rem
    }
    .left-panel-grid .k-grid-toolbar {
        display: flex;
    }
}
@media only screen and (min-width: 992px) {
    .footer-text {
        font-size: 0.9rem
    }
}
@media only screen and (max-width : 544px) {
    .add-layer-container {
        border-top: 1px;
    }
}
@media only screen and (min-width : 545px) {
    .add-layer-container {
        border-top: 3px solid #0079c1;
    }
}
@media only screen and (max-height: 700px) {
    .add-layer-container {
        max-height: 255px;
    }
}
@media only screen and (max-height: 669px) {
    .add-layer-container {
        max-height: 200px;
    }
}
@media only screen and (max-height: 500px) {
    .add-layer-container {
        max-height: 200px;
    }
}
/*kendo bootstrap overide*/
.k-dropzone, .k-input, .k-dialog, .k-window, input, button, select, optgroup, textarea,
.k-window-titlebar, .k-dialog-buttongroup, .k-grid,
.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap, .k-pager-wrap,
.k-pager-wrap .k-pager-first, .k-pager-wrap .k-pager-last,
.k-calendar-container, .k-colorpicker, .k-combobox, .k-popup, .k-card, .k-checkbox,
.k-datepicker, .k-datetimepicker, .k-drag-clue, .k-dropdown, .k-stepper, .k-wizard,
.k-dropdown-wrap, .k-grid .k-filter-options,
.k-grouping-header .k-group-indicator, .k-inline-block, .k-list-container,
.k-multiselect, .k-numeric-wrap, .k-numerictextbox,
.k-picker-wrap, .k-slider-selection, .k-slider-track,
.k-textbox, .k-timepicker, .k-upload, .k-tooltip, .k-reset, .k-tabstrip,
.k-notification, .k-animation-container {
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
}

    .k-pager-wrap .k-link {
        text-decoration: none;
        outline: 0;
        font: inherit;
        background-color: inherit;
    }

.card {
    border-radius: 0;
}

calcite-loader {
    align-self: center;
    justify-self: center;
    --calcite-font-size--2: 14px;
}

calcite-action {
    --calcite-ui-text-1: #151515;
    --calcite-ui-text-2: #4a4a4a;
    --calcite-ui-text-3: #6a6a6a;
    --calcite-ui-foreground-2: #f3f3f3;
    --calcite-ui-foreground-3: #eaeaea;
}

/*calcite-shell,
calcite-shell-panel,
calcite-action-bar,
calcite-action,
calcite-label,
calcite-input {
    --calcite-font-size--0: 0.9rem;
    --calcite-font-size--1: 1.05rem;
}*/

calcite-modal {
    --calcite-modal-content-text: 0.9rem;
}

    calcite-modal .modal {
        max-width: 60rem;
    }

calcite-accordion-item,
calcite-accordion {
    --calcite-ui-border-2: #cccccc;
}

calcite-accordion-item {
    --calcite-accordion-item-border: #eaeaea;
/*    --calcite-accordion-item-background: #cccccc;
*/}
canvas:focus {
    outline: none;
}


.toggle-button-container {
    float: right;
    padding: 5px;
}

.toggle-button {
    float: right;
}

.tabs-transparent .tab-title {
    border: 1px solid transparent;
}

#left-panel-toggle.esri-widget--button {
    background-color: #005293;
    z-index: 1;
    margin-bottom: 25px;
}

    #left-panel-toggle.esri-widget--button:hover,
    #left-panel-toggle.esri-widget--button:focus {
        background-color: #0079c1;
    }
/*Upload file*/

expanded-tools-container,
.misc-tools-container,
.editing-tools-container {
/*    min-width: 300px;
    background: #cccccc;
    border: 1px solid #d7d7d7;
*/}

.misc-tools-container,
.editing-tools-container {
/*    font-size: 0.9em;
    position: absolute;
    left: calc(100vw - 500px);
    top: 70px;
    z-index: 100;
*/}

calcite-dialog {
    --calcite-color-background: #ffffff;
    --calcite-font-size--1: 1rem;
    z-index: 20000;
}

calcite-dialog calcite-panel {
/*    --calcite-color-foreground-1: #005293;
    --calcite-color-text-1: #ffffff;
*/}

calcite-dialog.confirm-dialog,
calcite-dialog.alert-dialog,
calcite-dialog.error-dialog {
    --calcite-internal-dialog-content-padding: 20px;
}
calcite-dialog.feature-tables-dialog {
    --calcite-dialog-size-x: 95vw;
    --calcite-dialog-offset-x: -20px;
    --calcite-dialog-offset-y: 20px;
    --calcite-internal-dialog-content-padding: 0px 10px 20px 10px;
}

calcite-dialog.filter-tool-dialog {
    --calcite-dialog-size-x: 50vw;
    --calcite-dialog-offset-x: -50px;
    --calcite-dialog-offset-y: 150px;
    --calcite-internal-dialog-content-padding: 0px 10px;
}

calcite-dialog.misc-tools-dialog,
calcite-dialog.batch-upload-dialog,
calcite-dialog.editing-tools-dialog {
    --calcite-dialog-offset-x: -50px;
    --calcite-dialog-offset-y: 200px;
}

calcite-dialog.batch-upload-dialog {
    --calcite-internal-dialog-content-padding: 0px 0px;
}

calcite-dialog.conflict-list-dialog,
calcite-dialog.open-issues-add-dialog,
calcite-dialog.open-issues-remove-dialog,
calcite-dialog.feature-attachment-dialog,
calcite-dialog.secondary-work-dialog {
    --calcite-dialog-offset-x: 40px;
    --calcite-dialog-offset-y: 50px;
}
calcite-dialog.secondary-work-dialog {
    --calcite-dialog-size-x: 30vw;
}

calcite-dialog.open-issues-list-dialog {
    --calcite-dialog-offset-x: 40px;
    --calcite-dialog-offset-y: -50px;
}

/*conflicts list*/
.calcite-permits-grid,
.calcite-open-issues-grid,
.calcite-remove-issues-grid,
.calcite-open-issues-list,
.calcite-conflicts-list {
    border: 1px solid #ccc;
    font-size: 1em;
    background: #fff;
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
    padding-bottom: 0;
    max-height: 50vh;
    max-width: 40vw;
    min-width: 30vw;
    position: absolute;
    z-index: 1999;
    cursor: move;
    border-top: 0;
}
.calcite-permits-grid,
.calcite-open-issues-grid,
.calcite-remove-issues-grid,
.calcite-open-issues-list {
    top: 75px;
    left: 50px;
}

.calcite-conflicts-list {
    top: calc(46vh + 50px);
    left: 50px;
}

.open-grid-container,
.remove-grid-container,
.open-issues-container,
.conflict-container {
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
    max-height: 38.5vh;
    padding: 0;
    background-color: #f7f7f7;
    cursor: default;
}

.open-issue-detail-header,
.calcite-list-detail-header {
    display: flex;
    width: 100%;
    padding: 0.5em;
}

.open-issue-grid-content,
.calcite-list-content {
    display: flex;
}

.open-issue-msg-container,
.calcite-msg-container {
    width: 50%;
    font-style: italic;
}

.calcite-exp-btn-container {
    width: 50%;
    font-size: 0.9em;
    font-style: italic;
    color: #005293;
}

.calcite-notice-container {
    color: #ff0000;
    font-style: italic;
    font-weight: bolder;
}

.calcite-listview {
    width: 100%;
    padding: 0.5em;
    font-size: 0.8em;
    border-color: #edebeb;
    cursor: default;
}

.tool-tip-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 10%;
    cursor: pointer;
}

.tool-tip-header {
    align-items: center;
    display: flex;
    justify-content: start;
    width: 90%;
}

.tool-tip-heading {
    --calcite-label-margin-bottom: 0;
    --calcite-font-size-0: 1.2rem;
    --calcite-ui-text-1: #ffffff;
    margin-top: 5px;
}
.conflict-list-table,
.oi-list-table {
    width: 100%;
    margin: 0;
    margin-bottom: .8em;
    background-color: #f3f3f3;
}

.conflict-list-row,
.oi-list-row {
    width: 100%;
    height: 25px;
}

.conflict-list-cell-label,
.oi-list-cell-label {
    width: 20%;
    padding-left: 6px;
}

.conflict-list-cell-value,
.oi-list-cell-value {
    width: 30%;
}

.calcite-button-container {
    display: flex;
    height: 40px;
    border-top: 1px solid #cccccc;
    align-items: center;
    width: 100%;
    justify-items: center;
    cursor: default;
}

.calcite-dialog-tooltip-container {
    width: 10%;
    display: flex;
    justify-content: start;
    padding-left: 10px;
}

.calcite-dialog-button-container {
    width: 90%;
    display: flex;
    justify-content: end;
    padding-right: 10px;
}

.conflict-exp-btn:hover {
    color: #0079c1;
}

.conflict-exp-btn {
    border: 0;
    background-color: transparent;
    font-style: italic;
    float: right;
}

.k-grid-content.k-auto-scrollable {
    min-height: 200px;
}
.k-grid-footer {
    display: none;
}
.delete-query-attachment-container {
    margin: 0;
    overflow: auto;
    height: auto;
    max-height: 260px;
    padding: 10px;
    cursor: default;
}

.query-delete-attachments {
    width: 100%;
}

.esri-attachments .esri-attachments__item {
    display: flex;
    align-items: center;
    border: 1px #cccccc solid;
    margin-bottom: 5px;
    padding: 5px;
}

.esri-attachments__item-img-button:focus,
.esri-attachments__item-img-button:hover {
    border-color: #ccc;
    color: #23527c;
    text-decoration: none;
}

.esri-attachments__container--list .attachment-name {
    cursor: default;
}

.esri-attachments__container--list .delete-image {
    cursor: pointer;
}

.esri-attachments__item-img-button {
    outline-offset: -4px;
    cursor: pointer;
    text-align: unset;
    color: #6e6e6e;
    background-color: #fff;
    border: 1px solid #0000;
    border-radius: 2px;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 6px 7px;
    text-decoration: none;
    transition: border-color .125s ease-in-out;
    display: flex;
    box-shadow: 0 1px #6e6e6e4d;
}

.calcite-button-container {
    display: flex;
    height: 40px;
    border-top: 1px solid #cccccc;
    align-items: center;
    width: 100%;
    justify-items: center;
    cursor: default;
}
calcite-dialog  {
    --calcite-font-size--1: 1rem;
}
/*Data Entry*/
.group-2-content, .group-3-content {
    display: flex;
    justify-content: space-between;
}

.group-1-content {
    display: flex;
    width: 100%;
}

.block-1-content {
    width: 100%;
}

.block-2-content {
    width: 49%;
}

.block-3-content {
    width: 33%;
}

.non-editable-section,
.editable-section {
    margin: 0 -14px;
    padding: 10px;
    border: 0px solid rgba(1,1,1,0.2);
}

.usnsDataEntry-modal-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.req-text-red {
    color: red;
}
.editable-section {
    border-bottom: 1px solid rgba(1,1,1,0.2);
    padding-bottom: 0;
    max-height: 64vh;
    overflow-y: auto;
}

.uwnsDataEntry-modal-footer {
    text-align: right;
    padding-top: 10px;
}

.uwns-form-validation {
    padding: 5px;
    border: 2px solid red;
    margin-bottom: 10px;
}

.uwns-error-block {
    color: red;
}
@media (min-width : 375px) {
    .my-nh-center-panel .esri-ui-inner-container.esri-ui-corner-container {
        left: 5px;
        right: 5px;
    }

    .esri-expand__panel {
        background-color: #ffffff;
    }

    .dialog-form-container {
        max-width: 90vw;
    }
}

@media (min-width : 768px) {
    .my-nh-center-panel .esri-ui-inner-container.esri-ui-corner-container {
        left: 15px;
        right: 15px;
    }

    .esri-expand__panel {
        background-color: #ffffff;
    }

    .dialog-form-container {
        max-width: 25vw;
    }
}

@media (min-width : 1024px) {
    .my-nh-center-panel .esri-ui-inner-container.esri-ui-corner-container {
        left: 15px;
        right: 15px;
    }
}

@media (min-width : 1025px) {
    .my-nh-center-panel .esri-ui-inner-container.esri-ui-corner-container {
        left: 15px;
        right: 15px;
    }
}

.esri-widget__table tr th {
    width: 30%;
}

.esri-view-width-xsmall .esri-ui-top-right .esri-expand--auto .esri-expand__container--expanded,
.esri-view-width-xsmall .esri-ui-bottom-right .esri-expand--auto .esri-expand__container--expanded {
    max-width: 325px;
    max-height: 100%;
}

.esri-view-width-xsmall .esri-expand--auto .esri-expand__container--expanded {
    position: fixed;
    top: 120px;
}

    .esri-view-width-xsmall .esri-expand--auto .esri-expand__container--expanded .alert-instruction-container {
        width: 325px;
        padding: 15px;
    }

.esri-view-width-xsmall .esri-expand--auto .esri-expand__container--expanded {
    background: none;
}

.esri-view-width-xsmall .esri-expand--auto .esri-expand__container--expanded {
    height: 100%;
}

.esri-view-height-small .esri-expand .esri-widget--panel,
.esri-view-height-small .esri-expand .esri-widget--panel-height-only,
.esri-view-height-small .esri-ui-corner .esri-component.esri-widget--panel,
.esri-view-height-small .esri-ui-corner .esri-component.esri-widget--panel-height-only {
    max-height: 450px;
}

.ipad-tooltip {
    position: absolute;
    top: 20px;
    background: silver;
    padding: 4px;
    left: 0;
    white-space: nowrap;
}
.dialog-form-container {
    font-size: 1em;
}
.esri-layer-list.esri-widget.esri-widget--panel{
    width:350px;
}
.esri-layer-list__item-content {
    --calcite-font-size--1: 14px;
}
/*added new*/
.modal-overlay {
    z-index: 100;
}
.dtap-loader-container {
    width: 100vw;
    height: 100vh;
    z-index: 200;
    display: flex;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
}

.dtap-loader-panel-container {
    width: 100%;
    height: 100%;
    z-index: 200;
    display: flex;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
}


.button .icon-container {
    height: 20px;
    width: 20px;
}

.esri-layer-list-panel {
    margin: 2px 15px;
}

.esri-view-width-xlarge .esri-popup__main-container {
    width: 520px;
}

.fab-container {
    display: flex;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.calcite-top-alert-container {
    width: calc(34%) !important;
    text-align: center;
    margin-left: 33%;
    top: 5px;
    position: absolute;
    border-radius: 0;
    background-color: #f3edc7;
    border: 1px solid #d1c681;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.calcite-bottom-alert-container {
    width: calc(100%) !important;
    text-align: center;
    bottom: 0px;
    position: absolute;
    border-radius: 0;
    background-color: #d2e9f9; /* #0079c1;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #80c3f2;
    height: 50px;
}

.esri-popup__content {
    margin: 0 5px 5px 5px;
    padding: 10px 5px 5px 5px;
    border: 1px solid #ececec;
    overflow: initial;
}

calcite-modal {
    --calcite-modal-title-text-internal: 16px;
}
.ptp-feature-tables-container {
    display: flex;
    width: 96vw;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top: 2px solid #0079c1;
    padding: 0 0.75em;
}
.ptp-feature-tables-content {
    width: 100%;
}
.add-layer-container {
    padding: 5px;
    margin: 0;
    width: 350px;
    height: 100%;
    background-color: #ffffff;
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
    min-width: 310px;
    border-top: 3px solid #0079c1;
}
.add-layers-selector {
    height: 337px;
    background-color: #fff;
    overflow: auto;
    border-bottom: 1px #ccc solid;
}
.add-layers-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    background-color: #fff;
    border: 0px solid #d6d6d6;
    height: 40px;
}

calcite-list-item {
    --calcite-font-size--2: 1rem;
}
.ptp-edit-calcite-tabs-container, 
.ptp-misc-calcite-tabs-container {
/*    position: absolute;
    max-width: 500px;
    background-color: #fff;
    padding: 0;
    border: 0px solid #6e6e6e;
    left: calc(100vw - 560px);
    top: 70px;
    z-index: 100;
*/}
/*.ptp-draggable-header {
    background: #005293;
    cursor: move;
    width: 100%;
    height: 40px;
    padding-top: 0;
    display: flex;
}
.ptp-draggable-window-header {
    padding-left: 15px;
    padding-top: 10px;
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
    color: #ffffff;
    cursor: move;
}
.ptp-misc-calcite-tabs {
    min-width: 430px;
    margin-top: 2px;
}*/

.ptp-tab-section {
    margin-bottom: -0.625rem;
}
.ptp-tab-header {
    font-weight: 500;
    font-size: 1rem;
    padding: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ptp-tools-panel {
    margin-top: 10px;
}
.cc-panel{
    display: flex;
    justify-content: center;
}
.ptp-tools-container{
    margin:5px;
}
.misc-button-container {
    padding: 10px;
}


/*Filter Tool */
.filter-tool-container {
    width: 45vw;
    margin: 0;
    background-color: #ffffff;
    overflow: hidden;
    font-size: 1em;
    border-top: 3px solid #0079c1;
}

.filter-tool-container-drag {
    position: absolute;
    right: 55px; /*calc(5vw);*/
    top: 70px;
    z-index: 100;
    min-width: 750px;
    max-width: 60vw;
    width: 45vw;
    background: #f0f0f0;
    border: 0px solid #d7d7d7;
    overflow: hidden;
    margin: 0;
    font-size: 1em;
}

.filter-tool-container-header {
    color: #ffffff;
    background: #005293;
    cursor: move;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.1em;
    font-weight: normal;
    display: flex;
    align-items: center;
}

    .filter-tool-container-header label {
        padding-left: 15px;
        margin-bottom: 0;
        margin-right: 15px;
    }

.filter-loader-container {
    width: 100%;
    height: 100%;
    min-width: 750px;
    max-width: 60vw;
    z-index: 200;
    display: flex;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
}

.module-filter-loader-container {
    width: 100%;
    height: 100%;
    z-index: 200;
    display: flex;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
}

.custom-filter-tool-container {
    margin: 1px;
    margin-top: 0;
    width: 100%;
}

.esri-view-width-small
.esri-ui-corner
.esri-component
.esri-expand__content
.filter-tool-container {
    width: 90vw;
}

.esri-view-width-small
.esri-ui-corner
.esri-component
.esri-expand__content
.filter-list {
    font-size: 0.75em;
}

.esri-view-width-small
.esri-ui-corner
.esri-component
.esri-expand__content
.filter-list-label-container,
.esri-view-width-small
.esri-ui-corner
.esri-component
.esri-expand__content
.filter-list-remove-container {
    padding-top: 0.8em;
}

.esri-view-height-xsmall
.esri-ui-top-right
.esri-expand--auto
.esri-expand__container--expanded
.filter-tool-container,
.esri-view-height-xsmall
.esri-ui-bottom-right
.esri-expand--auto
.esri-expand__container--expanded
.filter-tool-container {
    height: 90vh;
}

.esri-view-width-xsmall
.esri-ui-corner
.esri-component
.esri-expand__content
.filter-tool-container {
    width: 95vw;
}

.filter-form {
    background-color: #ffffff;
    color: #000;
    padding: 5px;
    border: 0px solid #d7d7d7;
}

    .filter-form .no-margin-block {
        margin: 0;
        flex-basis: calc(100% - 0rem);
        width: calc(100% - 0rem);
    }

    .filter-form .no-margin-block-group {
        margin: 0;
        flex-basis: calc(100% - 0rem);
        width: calc(100% - 0rem);
    }

    .filter-form h5 {
        font-size: 1.1em;
        font-weight: 400;
        margin: 0 5px;
    }

    .filter-form hr {
        margin: 0;
        margin-bottom: 5px;
    }

.top-filter-container hr {
    margin: 0;
    display: none;
}

.filter-form .new-filter-btn-container {
    margin-bottom: 15px;
    width: 100%;
}

.filter-form .control-label {
    padding-top: 7px;
}

.filter-form label {
    font-weight: normal;
    margin-bottom: 0;
    display: block;
    font-size: 1em;
}

.filter-form .form-group {
    margin-bottom: 10px;
}

.filter-form input,
.filter-form select {
    font-size: 0.9em;
    margin-top: 0;
}

.filter-form .btn-small {
    font-size: 0.875em;
    line-height: 1.8em;
    margin-top: 5px;
}

.filter-form .grid-container {
    width: 45vw;
}

.filter-desc {
    padding: 5px 10px;
    font-size: 1em;
}

.filter-list-container {
    position: relative;
    width: 100%;
    min-height: 40px;
    max-height: 80px;
    cursor: pointer;
    overflow: hidden;
    color: #000000;
    background-color: #ffffff;
 margin-bottom: 5px;
    border: 1px solid #bebebe;
}

.filter-list {
    width: 100%;
    font-style: normal;
    font-size: 0.9em;
    font-weight: normal;
    text-overflow: ellipsis;
    margin: 0;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.filter-list-item {
    width: 100%;
}

.filter-list-label-container {
    flex-basis: calc(86% - 0em) !important;
    width: calc(86% - 0em) !important;
    margin: 0;
    padding-left: 5px;
    /*    overflow: hidden;align-self: center;
*/
    text-overflow: ellipsis;
}

.filter-list-remove-container {
    flex-basis: calc(14% - 0px) !important;
    width: calc(14% - 0px) !important;
    margin: 0;
    min-height: 16px;
    min-width: 16px;
}

.filter-exp-values-container {
    width: 100%;
    height: 100%;
}

.filter-list-label {
    font-weight: normal;
    margin: 0;
}

.any-or-all {
    padding: 5px;
    padding-right: 0;
    border: 1px solid #cccccc;
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: 5px;
}

    .any-or-all span {
        font-size: 0.85em;
        font-style: italic;
    }

.caseSensitiveContainer {
    float: left;
}

    .caseSensitiveContainer label {
        font-size: 0.9em;
        position: relative;
        display: block;
        margin: 0;
    }

    .caseSensitiveContainer input[type="checkbox"] {
        margin-top: 0.05em;
    }

.option-list label {
    display: inline-block;
    font-size: 0.9em;
    width: auto;
}

.filter-form input[type="radio"],
.filter-form input[type="checkbox"] {
    float: left;
    width: 1rem;
    height: 1rem;
    margin-top: 0.12rem;
    margin-right: 0.5rem;
    margin-left: 0.125rem;
    line-height: 1.25rem;
    box-shadow: none;
    box-sizing: content-box;
}

.filter {
    width: 100%;
}

.filters-container {
    min-height: 140px;
    display: flex;
    width: 100%;
}

.top-filter-container label {
    width: 100%;
    margin-bottom: 0 !important;
}

.filter-exp-container {
    display: block;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.filterAddExp,
.add-filter-exp {
    font-style: normal;
    font-weight: bold;
    font-size: 0.9em;
    color: #005293 !important;
    text-decoration: none !important;
}

    .add-filter-exp:hover {
        text-decoration: none !important;
        color: #005293 !important;
        font-weight: bold;
    }

.filter-exp-label {
    font-size: 0.85rem !important;
}

.filter-exp-remove-container .esri-icon-close-circled {
    font-size: 1.2em;
    width: 18px;
    height: 18px;
}

.filter-list-remove-container .esri-icon-close-circled {
    font-size: 1.2em;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    padding-top: 3px;
    padding-left: 3px;
}

.remove-item:hover {
    color: #f00000;
}

.filter-form .alert {
    font-size: 0.9em;
    line-height: 1em;
    padding: 0.75em 0.75em;
    color: rgba(0, 0, 0, 0.85);
    margin: 5px 0 0 5px;
    border-radius: 0;
    max-width: calc(100% - 0rem) !important;
    flex-basis: calc(100% - 0rem) !important;
}

.filter-form .alert-close {
    display: block;
    top: 5px;
    font-size: 0.9rem;
}

.filter-form.esri-widget button,
.filter-form.esri-widget [role="button"] {
    font-family: inherit;
    font-size: 14px;
}

.filter-form .filter-footer {
    padding: 5px;
    margin-top: 5px;
    border-top: 1px solid #cccccc;
    display: flex;
    justify-content: space-around;
}

.filter-form .filter-btn-container {
    width: 22%;
    display: flex;
}

.filter-form .filters-btn-container {
    width: 100%;
    margin: auto;
}

.filter-tool-container .filter-footer button {
    font-size: 1em !important;
    min-width: 110px;
    max-width: 210px;
}

.filter-form input,
.filter-form select,
.filter-form textarea,
.filter-form .esri-widget {
    color: #000 !important;
    height: 2.2rem;
    width: 100%;
}

    .filter-form input:disabled,
    .filter-form select:disabled,
    .filter-form textarea:disabled {
        opacity: 1;
    }

.filter-form .has-error {
    border: 1px solid #f94343;
}

.filter-main-block {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2px;
    padding-top: 5px;
    border-top: 1px solid #cccccc;
    display: flex;
    width: 100%;
}

.filter-left-side-block {
    flex-basis: calc(25% - 0rem) !important;
    width: calc(25% - 0rem) !important;
    margin: 0;
    padding-right: 5px;
    max-width: 216px;
}

.filter-right-side-block {
    flex-basis: calc(75% - 0rem) !important;
    width: calc(75% - 0rem) !important;
    margin: 0;
    padding-left: 5px;
    border-left: 1px solid #cccccc;
}

.left-filter-container,
.right-filter-container {
    flex-basis: calc(100% - 0rem) !important;
    width: calc(100% - 0rem) !important;
    margin-left: 0rem;
    margin-right: 0.2rem;
}

.filter-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-height: 259px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 65px;
    border-top: 1px solid #bebebe;
    width: 100%;
}

.filter-layer-container {
    display: flex;
    align-items: center;
}

.filter-add-exp-container {
    display: flex;
}

.even-filter,
.odd-filter {
    margin: 0 !important;
    width: 100%;
    display: flex;
    border: 1px solid #bebebe;
    border-top: 0 !important;
    align-items: center;
    overflow: hidden;
}

.even-filter {
    background-color: #e4e4e4;
}

.odd-filter {
    background-color: #f3f3f3;
}

.container-block-group {
    margin: 0;
    width: 99%;
    display: flex;
    justify-content: space-around;
}

.options-selector {
    /*    padding-top: 5px;
    margin: 0;
*/ width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    height: 20px;
}

.options-container {
    margin: 0;
    flex-basis: calc(50% - 0px) !important;
    width: calc(50% - 0px) !important;
    padding-right: 5px;
    float: left;
    height: 20px;
}

.option-list {
    flex-basis: calc(50% - 0px) !important;
    width: calc(50% - 0px) !important;
    display: flex;
    justify-content: center;
    height: 20px;

}

.field-col,
.operator-col,
.value-col {
    margin: 0;
    padding-right: 5px;
}

.field-col {
    flex-basis: calc(31% - 5px) !important;
    width: calc(31% - 5px) !important;
    float: left;
}

.operator-col {
    flex-basis: calc(22% - 5px) !important;
    width: calc(22% - 5px) !important;
    float: left;
}

.value-col {
    flex-basis: calc(47% - 0px) !important;
    width: calc(47% - 0px) !important;
    float: left;
}

.value-col {
    padding-right: 0;
}

.one-select {
    font-size: 0.9em;
}

.filter-form .and-span {
    float: left;
    font-weight: bold;
    padding-top: 0.5em;
    text-align: center;
    min-height: 31px;
    font-size: 0.9em;
    width: 40px;
}

.single-value-container {
    /*width: 300px !important;*/
}

.dual-value-container {
    /*width:300px !important;*/
}

.dual-container {
    float: left;
    width: 130px;
}

.filter-form .exp-label {
    flex-basis: calc(60% - 1.5rem) !important;
    width: calc(60% - 1.5rem) !important;
    padding-top: 10px;
}

.col-exp {
    padding: 5px;
}

.exp-label hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1.45px solid #cccccc;
}

.filter-loading-indicator {
    display: none;
    height: 110%;
    width: 100%;
    z-index: 2000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background: #000000;
    color: #fff;
    opacity: 0.5;
}

.filter-inner-container {
    flex-basis: calc(96% - 5px) !important;
    width: calc(96% - 5px) !important;
    margin: 0;
    display: block;
    padding: 5px 0 0 5px;
}

.filter-outer-container {
    flex-basis: calc(4% - 0px) !important;
    width: calc(4% - 0px) !important;
    margin: 0;
    display: block;
}

/*after adding save and upload*/
.filter-form .k-upload .k-upload-button {
    margin: 0;
    width: 100%;
    border-radius: 0 !important;
    padding: 0.375rem 0rem;
    background-color: #007ac2;
    color: #ffffff;
    border-color: #007ac2;
}

.filter-form .btn:disabled {
    opacity: 0.65;
    color: #ccc !important;
    background-color: #005293 !important;
    border-color: #0376c3;
    cursor: default;
}

.btn:focus {
    outline: none;
}

.layer-container {
    margin: 0 5px 0 0;
    width: 50%;
}

    .layer-container select {
        width: inherit;
        height: 2.25rem;
    }

.title-container {
    margin: 0;
    width: 50%;
}

    .title-container input {
        width: 100%;
        height: 2.25rem;
        outline-width: 1px;
        outline-color: #ccc;
    }

.connector-label {
    align-self: center;
    text-align: center;
    padding-right: 10px;
    font-size: 0.9em;
    flex-basis: calc(17% - 0rem) !important;
}

.connector-select {
    flex-basis: calc(83% - 0rem) !important;
}


.new-filter-btn {
    width: 100%;
}

input,
select,
textarea {
    max-width: 100%;
    border: 1px solid #cccccc;
}

.alert-red {
    background-color: #f3ded7;
    border-color: #d83020;
}

.alert-yellow {
    background-color: #f3edc7;
    border-color: #edd317;
}

.alert-green {
    background-color: #ddeedb;
    border-color: #35ac46;
}
/*Analysis widget*/
calcite-dialog.conflict-opportunity-dialog {
    --calcite-dialog-size-x: 50vw;
}

#uwns-conf-form-title {
    --calcite-modal-title-text-internal: 1.3rem;
}

.conflict-accordion-container calcite-accordion-item {
    font-size: 1.15rem;
    outline: none;
    outline-offset: 0;
    outline-color: transparent;
}

.accordion-content {
    background-color: #fff;
    border-top: 0px solid #cccccc;
}

.content--no-footer {
    border-end-end-radius: 0;
    border-end-start-radius: 0;
}

.k-wizard-step {
    padding: 15px 15px 5px 15px;
}

.conflict-opportunity-dialog .accordion-section {
    border: 0;
}

.k-switch {
    margin-top: 10px;
}

.conflict-accordion-container .modal-footer {
    padding-bottom: 0;
}

.conflict-accordion-container .k-wizard-horizontal .k-wizard-steps {
    margin-top: 5px;
}

.conflict-accordion-container {
    max-height: 45em;
    padding: 0;
    background-color: #ffffff;
    overflow-x: hidden;
}

.conflict-info-panel {
    max-height: 37vh;
    overflow-x: auto;
    overflow-y: auto;
    margin-bottom: 0;
    padding: 10px 0 0 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 0;
    font-size: 0.9em;
}

.conf-opp-info {
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 1em;
}

.conf-opp-welcome {
    font-size: 0.95em;
}

.conf-opp-welcome-title {
    margin-bottom: 5px;
    padding-left: 10px;
    font-weight: 700;
    font-size: 1.2em;
}

.conf-opp-steps {
    margin-bottom: 5px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 1em;
}

.conflict-detail-panel {
    max-height: 44vh;
    overflow-x: auto;
    overflow-y: auto;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 0;
    font-size: 0.9em;
}

    .conflict-detail-panel .block-group {
        margin: 5px;
        padding-top: 0px;
        border: 1px solid #efefef;
    }

    .conflict-detail-panel label {
        font-weight: normal;
    }

    .conflict-detail-panel .k-widget {
        font-size: 1em;
    }

.conflict-date-label {
    text-align: center;
    margin: 0;
    padding: 0 15px 0 15px;
}

.conflict-accordion-container fieldset {
    margin: 0;
}

.conflict-accordion-container .k-form .k-form-fieldset {
    margin: 0;
}

.conflict-accordion-container .k-form .k-form-legend {
    text-transform: capitalize !important;
    margin: 0 0 1.5rem !important;
    font-weight: 700;
}

.conflict-accordion-container label {
    font-size: 1em;
    font-weight: normal;
}

.conflict-alert-container {
    font-size: 0.9rem;
    line-height: 1em;
    padding: 0.75em 0.75em;
    color: rgba(0, 0, 0, 0.85);
    max-width: inherit;
    margin-bottom: 5px;
    border-radius: 0;
}

    .conflict-alert-container .block-group {
        margin: 0px;
        padding-top: 0px;
        border: 0px;
    }

    .conflict-alert-container .block {
        margin: 0px;
    }

    .conflict-alert-container .alert-close {
        display: block;
        top: 5px;
        font-size: 0.9rem;
    }

    .conflict-alert-container .conflict-message {
        text-align: center;
    }

.conflict-group {
    height: 100%;
    margin: 0;
}

    .conflict-group h5 {
        width: 100%;
        margin-bottom: 1rem;
        border-bottom: 1px solid #cccccc;
    }

.conflict-panel-left,
.conflict-panel-right {
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.conflict-panel-left {
    flex-basis: calc(40% - 1.5rem) !important;
    width: calc(40% - 1.5rem) !important;
}

.conflict-panel-right {
    flex-basis: calc(60% - 1.5rem) !important;
    width: calc(60% - 1.5rem) !important;
}

.wizard-container {
    padding: 10px 0 0 0;
}

.k-wizard-content {
    min-height: 230px;
    max-height: 262px;
}

.sum-label {
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}

.sum-label-container hr {
    margin: 0 0 1.5rem !important;
    border-top: 2px solid #cccccc;
}

.summary-left {
    width: 70%;
    display: block;
    float: left;
    font-size: 0.9rem;
}

.summary-right {
    width: 30%;
    display: block;
    float: right;
    font-size: 0.9rem;
}

.sum-o-list {
    font-size: 0.9em;
    font-weight: 700;
    list-style: none;
    padding-left: 0;
}

.sum-list {
    font-weight: normal;
    padding-left: 10px;
}

.k-wizard-buttons {
    margin-top: 24px;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}

.range-container {
    padding-bottom: 10px;
}

.date-range-container {
    position: relative;
    margin-bottom: 1.45rem;
    margin-left: 0;
}

    .date-range-container i {
        position: absolute;
        bottom: 5px;
        right: 10px;
        top: auto;
        cursor: pointer;
        font-size: 1.4em;
    }

        .date-range-container i:before {
            padding: 0;
        }

.date-range {
    z-index: 100;
    background-color: transparent;
}

.date-range-icon {
    z-index: 99;
}

.footer-divider {
    border: 1px solid #eee;
    padding-bottom: 0;
}

.step-header {
    border-bottom: 1px solid #eee;
    text-align: center;
}

.sub-block-group {
    margin: 0;
}

.sub-block label {
    font-weight: normal;
}

.sub-block-label-single {
    margin-top: 1rem;
}

.sub-block-label-three {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.att-date-switch {
    margin-bottom: 1.5rem !important;
    font-weight: normal;
    margin-left: -0.75rem;
}

.output-switch {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem !important;
}

.conflict-date-range-container {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.daterangepicker {
    border-radius: 0;
}

.conflict-input {
    padding-top: 5px;
}
/*End*/


/*lrs*/

.ptp-tab-section {
    margin-bottom: -0.625rem;
}

.calcite-modal-footer {
    padding-top: 10px;
}

.ptp-tools-panel {
    margin-top: 10px;
}

.ptp-tools-panel-odd {
    padding: 5px;
    margin-top: 10px;
    background-color: #6e6e6e;
}

.ptp-tools-container {
    display: flex;
    margin: 10px;
}

.ptp-tool-info-section {
    width: 100%;
    margin-top: 10px;
    border-top: 0px solid rgba(0,0,0,0);
}

.ptp-tool-lrs-section {
    width: 100%;
    margin-top: 2px;
    padding-top: 2px;
    border-top: 1px solid #ccc;
    min-width: 390px;
}

.ptp-custom-tool-info-section .esri-widget--panel {
    width: 100%;
}

.ptp-custom-edit-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
}

.ptp-tab-header {
    font-weight: 500;
    font-size: 1rem;
    padding: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.ptp-settings-panel-even {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.lrs-segments-measure {
    width: 100%;
}

.lrs-measures {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 5px;
}

    .lrs-measures calcite-label {
        --calcite-label-margin-bottom: 0.2rem;
    }

.lrs-segments-header {
    display: flex;
    align-content: center;
    justify-content: center;
    font-weight: bold;
    font-style: italic;
    margin-top: 2px;
}

    .lrs-segments-header calcite-label {
        --calcite-label-margin-bottom: 0.2rem;
    }

.lrs-segments,
.lrs-route {
    padding-top: 0px;
    padding-bottom: 5px;
    width: 100%;
    display: block;
    border-top: 0px solid rgba(0,0,0,0);
}

.lrs-route {
    max-height: 40vh;
    overflow-y: auto;
}

    .lrs-route .rt-detail-table-row {
        width: 100%;
        height: 26px;
    }

    .lrs-route .rt-detail-table-even {
        width: 100%;
        height: 50px;
        background-color: #e8e8e8;
        margin: 0;
    }

    .lrs-route .rt-detail-table-odd {
        width: 100%;
        height: 50px;
        border: 1px solid #e8e8e8;
        margin: 0;
    }

    .lrs-route .rt-invalid {
        border: 2px solid #ff0000;
    }

    .lrs-route .rt-detail-table-td-left {
        font-size: 0.85em;
        width: 5%;
        text-align: left;
        padding-left: 5px;
        font-weight: bold;
    }

    .lrs-route .rt-detail-table-td-right {
        font-size: 0.8em;
        width: 45%;
        text-align: right;
        padding-right: 5px;
    }



/*4.31*/
.esri-feature-form__label-text-content > span {
    color: #ff0000;
}
.esri-widget .esri-widget--button,
.esri-widget.esri-widget--button {
    width: 32px !important;
    height: 32px !important;
    color: #ffffff;
    background-color: #005293;
    --calcite-color-text-1: #ffffff;
    --calcite-color-foreground-1: #005293;
    --calcite-color-foreground-2: #00619b;
    --calcite-action-background-color-hover: #00619b;
}
calcite-button calcite-icon.icon.icon--start,
calcite-icon.esri-collapse__icon {
    width: 16px !important;
    height: 16px !important;
    color: #ffffff;
}
.esri-feature-form__label {
     margin-bottom: 0px; 
}
.esri-feature-form__form-header {
    margin-bottom: 0px;
}
calcite-block .header-container{
    background-color:#eeeeee;
}
.shapefile-upload-container {
    margin: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    border: 1px solid #cccccc;
}
#dtap-upload-form {
    display:block;
    padding:.1rem;
}
.attachmentLoader {
    display: block;
    padding: 1rem;
    top: 300px;
    left: 75px;
    background-color:#ffffff;
    position:fixed;
}