﻿: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);
}

.dtap-map {
    /*    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;*/
    font-family: "Avenir Next Regular", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.dtap-js-overlay{
    z-index:1001;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;*/
    font-family: "Avenir Next Regular", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.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: 0;/*50px;*/
    color: #fff;
    background-color: var(--ddot-blue);
    font-size: 0.9rem;
    height: 50px;
    position: relative;
    width:100%;
    margin:0;
}

.dtap-map-legend-container {
    /* display: flex;
    flex-wrap: wrap;
       margin: 0;
    align-items: center !important;
    justify-content: flex-end !important;
    */
    display: block;
    float:right;
    padding: 0 15px;
    margin-top: -28px; /*-40px;*/
}

.dtap-map-legend-container .btn {
    color: #ffffff !important;
    border: 0;
    margin-top:-28px;
}

/*START DTAP Panels*/
.left-panel-container {
    height: 100% !important;
    font-family: "Avenir Next Regular", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
/*    background-color: rgb(179, 179, 179);
*/}

.left-panel {
    overflow-y: auto;
    height: 100%;
    /*    margin: 0 10px 10px 10px;
    padding-bottom:20px;*/
    padding: 0 0 30px 10px;
    margin-right: 5px;
    background-color: #ffffff;
    scrollbar-width: thin;/*firefox support*/
}

.left-panel-buttons {
    margin: 10px 0;
    padding-top:10px;
    border-top :0px solid #cccccc;
}

.right-panel-container {
    height: 100% !important;
/*     float: left;
    min-height: 100px;*/
}

.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;
}*/
.container {
    outline: 0 !important;
    border-radius: 0;
    border: 0;
}

/*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;
}

/*LRS Segment and Route Containers */
.lrs-segment-area-container {
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
    line-height: 1.5em;
    overflow: auto;
    padding: 0;
    width: 30em;
    position: absolute;
    top: 100px;
    right: 70px;
}

.lrs-route-area-container {
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
    line-height: 1.5em;
    overflow: auto;
    padding: 0;
    width: 20em;
    position: absolute;
    top: 100px;
    right: 70px;
}

.inner-container {
    background-color: #ffffff;
    padding: 5px;
}

.lrs-measures-container label {
    padding: 0;
    font-size: 0.8em;
    font-weight: normal;
}

.lrs-measures-container .tooltip {
    opacity: 1 !important;
    font-size: 1em !important;
}

.lrs-segment-area-container h3,
.lrs-route-area-container h3 {
    font-size: 0.96em;
    font-weight: bolder;
    line-height: 1.1em;
    margin: 0;
}

.lrs-segment-area-container input,
.lrs-route-area-container input {
    height: 2.0rem;
    font-size: 1em;
    margin: 0;
}

.lrs-form-horizontal label {
    font-weight: normal;
    font-size: 0.8em;
    margin-bottom: 0;
}

.lrs-form-horizontal {
    margin-bottom: 10px;
}

.lrs-form-horizontal input,
.lrs-form-horizontal textarea,
.lrs-form-horizontal select {
    height: 2.0rem;
    font-size: 1em;
    min-width: 120px;
    margin: 0;
}

.lrs-form-horizontal input:disabled,
.lrs-form-horizontal textarea:disabled,
.lrs-form-horizontal select:disabled {
    opacity: 0.7;
}

.lrs-measures-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.lrs-selected-segments-container {
    max-height: 27em;
    overflow: auto;
    margin-bottom: 10px;
}

.lrs-segments-container {
    margin-top: 5px;
    overflow: auto;
}

.lrs-segment-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px;
    background-color: #fafafa;
    margin-bottom: 3px;
}

.lrs-segment-att-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.lrs-segment-att-container label {
    font-weight: normal;
    font-size: 0.8em !important;
    padding: 0;
    padding-left: 3px;
    margin-bottom: 0;
}

.lrs-segment-att-container .right-side {
    text-align: right;
}

/*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*/
.sec-wt-container,
.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: 15rem;
    max-height: 25rem;
    padding: 10px;
    cursor: default;
}

.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*/
.uwns-data-upload {

/*    padding: 10px;
    padding-bottom: 0;
    margin: 0;
    width: 45vw;
    min-width: 20vw;
    height: auto;
    background-color: #ffffff;
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
*/

}

.uwns-data-upload-form {
    padding: 5px 5px 0 5px;
}

.uwns-data-upload .modal-footer {
    padding: 5px;
    padding-bottom: 10px;
    border-top: 0;/*1px solid #cccccc;*/
}

#uwnsUploadForm .col-sm-12 {
    padding: 0;
}

#uwnsUploadForm .col-sm-6 {
    padding-left: 0;
}

#uwnsUploadFeatures {
    margin-top: 10px;
}

#uwnsUploadForm p {
    margin-bottom: 0;
}

#uwnsUploadForm table {
    margin-bottom: 0 !important;
}

#uwnsUploadForm .uwns-upload-notice {
    color: red;
    font-size: 1em;
    padding-bottom: 6px;
}

#uwnsUploadForm .custom-form-horizontal .panel {
    margin: 0;
    margin-bottom: 10px;
}

#uwnsUploadForm .uwns-upload-input {
    height: 100% !important;
}

#uwnsUploadForm .alert {
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 0.75em 0.75em;
    color: rgba(0, 0, 0, 0.85);
    max-width: inherit;
    margin-bottom: 5px;
    border-radius: 0;
}

#uwnsUploadForm .alertmessage {
    float: left;
    width: 90%;
}

#uwnsUploadForm .alertclose {
    top: 10px;
    float: right;
    width: 10%;
}

#uwnsUploadForm .alertclose a {
    float: right;
}

#uwnsUploadForm label {
    font-weight: normal;
/*    font-size: 1em;
*/}

#uwnsUploadErrorDialog {
    z-index: 1000;
}

#uwnsUploadErrorDialog .data-form-container {
    width: 50vw;
}

.uwns-error-form-container {
    width: 50vw;
}

.upload-info-panel {
    max-height: 25vh;
    padding: 0;
    margin-bottom: 0;
    overflow-y: auto;
    border: 0;
}

.uwns-upload-info {
    font-size: 0.95em;
}

.upload-col-list {
}

.upload-default-values {
    margin: 2px 0 !important;
}

.uwns-upload-input-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.uwns-upload-input-wrap {
    position: relative;
    width: 100%;
    background: #ffffff;
}

.uwns-upload-input-wrap input:disabled {
    opacity: 0 !important;
}

.uwns-upload-input-wrap .k-state-disabled .k-button {
    background-color: #005293;
    border-color: #005293;
    color: #ffffff;
}

.uwns-upload-input-wrap .k-file {
    padding: 2px !important;
    margin: 0;
    border-radius: 0;
    font-size: 0.8rem;
}

.uwns-upload-input-wrap input:disabled {
    opacity: 0 !important;
}

.uwns-upload-input-wrap .k-i-x:before {
    content: "\e11b";
}

.uwns-data-upload .k-grid-header th.k-header,
.ptp-kendo-grid .k-filter-row th {
    font-weight: bold;
    font-size: 1.1em;
}

/* Upload Error Dialog*/

/*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;
}

.add-layer-container {
    padding: 10px;
    margin: 0;
    width: 15vw;
    min-width: 320px;
    height: auto;
    background-color: #ffffff;
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue" !important;
}

.add-layer-container legend {
    font-size: 0.9rem;
    font-weight:bold;
    margin-bottom: 10px;
    border:0;
}

.add-layer-container .add-layers-fieldset-container {
    margin: 0 0 5px 0;
    max-height: 325px;
    min-height: 60px;
    overflow-y: auto;
    border-bottom: 1px solid #d7d7d7;
}

.add-layer-container .fieldset-checkbox label {
    margin-bottom: 10px !important;
    color:#000000;
}

.add-layer-container .button-container {
    margin: auto;
}

/*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: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index:1000000;
    overflow: auto;
}

.screenshot-img-container {
    display: inline-flex;
}

#screenshotDiv img {
    border: 10px solid white;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);

}

#screenshotDiv > * {
    margin: 0.5em;
}

#screenshotDiv label,
#screenshotDiv input {
    display: inline-flex;
    margin: 0;
}

#screenshotDiv label {
    padding-top: 4px;
}

#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: 1px solid #cccccc;
}

.attribute-editor-instruction {
    justify-content: center;
    align-items: center;
}

.attribute-editor-instruction h3 {
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
}

/*.attribute-editor-container .dtap-project-attribute-editor {
    padding: 6px;
    overflow: auto;
}*/

.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: 1px solid rgba(0, 0, 0, 0.08);
    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;
}

.attribute-editor-container .error-message-area {
    padding-left: 0;
    margin: 0;
    color: red;
    border: 1px solid;
    padding: 5px;
    margin-bottom: 15px;
}

.attribute-editor-container .validation-area-title {
    font-weight: bolder;
    margin-left: 5px;
}

.attribute-editor-container .validation-area-title {
    font-weight: bolder;
    margin-left: 5px;
}

.attribute-editor-container .validation-error-list {
    color: red;
    padding-left: 20px;
}

.attribute-editor-container .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;
}

.attribute-editor-container input:invalid {
/*    border: 1px solid red;
*/}

.attribute-editor-container input:valid {
/*    border: 1px solid green;
*/}

.esri-feature-form__form-header {
/*    border-bottom: 1px solid #0079c1;
*/}

.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*/
/*Js Slider override*/
.slider-container {
    width: 100%;
    height: 65px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}

.slider {
    width: 100%;
    font-size: 0.9em;
}

.edit-slider-container {
    width: 100%;
    height: 65px;
    padding-right: 10px;
    margin-top: -14px;
}

.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-att-container label {
    font-weight: normal;
}

.batch-att-container .modal-footer {
    padding: 10px;
    padding-bottom: 0;
    border-top: 1px solid #cccccc;
}

.batch-att-container h5 {
    font-size: 1.1em;
    font-weight: 400;
    text-align: left;
}

.block-attributes {
    flex-basis: calc(40% - 1.5rem) !important;
    width: calc(40% - 1.5rem) !important;
    padding-top: 10px;
}

.attribute-col-block {
    padding-bottom: 10px;
}

.block-attributes-detail {
    flex-basis: calc(60% - 1.5rem) !important;
    width: calc(60% - 1.5rem) !important;
    border-left: 1px solid #cccccc;
    padding-top: 10px;
}

.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;
}

.caution-label-msg {
    font-size: 0.95rem;
    margin: 0 0 0.5rem 0 !important;
}

.batch-att-input {
    padding-top: 0.5em;
    font-size: 0.95em;
}

.batch-applied-filter {
    font-weight: bold !important;
    font-size: 0.95rem !important;
    margin-bottom: 0.1em;
}

.batch-selected-features {
    font-weight: bold !important;
    font-size: 0.95rem !important;
    margin-bottom: 0.5em;
}

.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;
}

/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
    html {
        font-size: 12px; /*root font size*/
    }
    .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);
    }
    .screenshot-img-container {
        height: calc(100vh - var(--dtap-main-map-container-offset) + 21px - 100px);
    }
    .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;
    }
}
/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
    html {
        font-size: 12px; /*root font size*/
    }
    .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);
    }

    .screenshot-img-container {
        height: calc(100vh - var(--dtap-main-map-container-offset) + 46px - 100px);
    }

    .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
    }

}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    html {
        font-size: 14px; /*root font size*/
    }
    .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);
    }
    .screenshot-img-container {
        height: calc(100vh - var(--dtap-main-map-container-offset) + 31px - 100px);
    }
    .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;
    }

}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .footer-text {
        font-size: 0.9rem
    }

/*    .dtap-main-map-container {
        height: calc(100vh - var(--dtap-main-map-container-offset) + 36px);
    }*/
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 /*   .dtap-main-map-container {
        height: calc(100vh - var(--dtap-main-map-container-offset) + 36px);
    }*/

}
/* Extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
   /* .dtap-main-map-container {
        height: calc(100vh - var(--dtap-main-map-container-offset) + 36px);
    }*/
}
/* Extra large devices (large laptops and desktops, 1500px and up) */
@media only screen and (min-width: 1500px) {
   /* .dtap-main-map-container {
        height: calc(100vh - var(--dtap-main-map-container-offset) + 36px);
    }*/
}
/* Extra large devices (large laptops and desktops, 1600px and up) */
@media only screen and (min-width: 1600px) {
   /* .dtap-main-map-container {
        height: calc(100vh - var(--dtap-main-map-container-offset) + 36px);
    }*/
}
/* Extra large devices (large laptops and desktops, 1700px and up) */
@media only screen and (min-width: 1700px) {
    /*.dtap-main-map-container {
        height: calc(100vh - var(--dtap-main-map-container-offset) + 36px);
    }*/
}
/* Extra large devices (large laptops and desktops, 1800px and up) */
@media only screen and (min-width: 1800px) {
   /* .dtap-main-map-container {
        height: calc(100vh - var(--dtap-main-map-container-offset) + 36px);
    }*/
}
/* Extra large devices (large laptops and desktops, 1900px and up) */
@media only screen and (min-width: 1900px) {
    /*.dtap-main-map-container {
        height: calc(100vh - var(--dtap-main-map-container-offset) + 36px);
    }*/
}
/* Extra large devices (large laptops and desktops, 2000px and up) */
@media only screen and (min-width: 2000px) {
   /* .dtap-main-map-container {
        height: calc(100vh - var(--dtap-main-map-container-offset) + 36px);
    }*/
}

@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-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;
}