
/* Any styling common to all Confirm applications should be added to this file */

@font-face {
    font-family: 'confirmfont';
    src: url(./confirmfont.a1a7b7c76ff4f6550726.ttf) format("truetype");
}

/*login page*/
.signin label, .signin .read-only-data label, .text-error, .signin .signin-footer small {
    font-family: yellix, "century gothic", roboto, arial, sans-serif;
    color: #FFF;
    font-weight: normal;
}

.password-expired-modal label {
    color: #017D80;
}

.signin .central-container {
    margin-top: 0;
}

.welcome {
    background-color: #002743;
}

.whiteBgColour {
    background-color: white;
}

[theme="sunset"] .welcome {
    background-image: linear-gradient(90deg, #002743 0%, #002743 50%, #017d80 100%);
}

[theme="ocean"] .welcome {
    background-image: linear-gradient(90deg, #002743 0%, #002743 50%, #6200ee 100%);
}

.main-container-top-dimensions {
    overflow-y: auto;
    height: -moz-calc(100vh - 873px);
    height: -webkit-calc(100vh - 873px);
    height: calc(100vh - 873px);
}

.main-container-bottom-dimensions {
    overflow-y: auto;
    height: -moz-calc(100vh - 117px);
    height: -webkit-calc(100vh - 117px);
    height: calc(100vh - 117px);
}

.thick-border-bottom {
    border-bottom: 2px solid #e1e1e1;
}

.no-border {
    border: 0;
}

.right {
    text-align: right;
}

/*Search bar*/

.icon-search {
    color: #017d80;
    margin-top: 6px;
}

.search-bar input {
    height: 45px;
    width: 100%;
    border: none;
    padding-left: 10px;
    padding-right: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #002743;
}


.border-right-thin {
    border-right: 2px solid #eee;
}

.search-bar input:hover {
    outline: none;
    box-shadow: inset 0px 0px 5px 0px rgba(62, 83, 164, 0.6);
}

.search-bar input:focus {
    outline: none;
    box-shadow: inset 0px 0px 3px 0px rgba(62, 83, 164, 1);
}

.search-bar span {
    padding-left: 10px;
    padding-right: 10px;
}

.search-bar select {
    border: none;
    background-image: none;
    width: 135px;
    color: #002743;
    padding: 5px;
    margin-right: 10px;
    float: right;
}

.search-bar label {
    margin: 7px 0;
}

.search-bar select:hover {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0px 0px 5px 0px #e2eeef;
}

.search-bar select:focus {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0px 0px 3px 0px #e2eeef;
}

.search-bar .searchDuration select {
    border: 1px solid #ccc;
    border-radius: 5px;
    border-style: dotted;
}

.search-bar .searchDuration label {
    padding-top: 7px;
    min-width: 80px;
}

.search-bar .search-clear-button {
    padding: 0;
    z-index: 9;
}

/*div.search-bar button.btn {
    min-width: 0;
}*/

.search-bar .search-icon {
    width: 50px;
    padding: 0 10px;
}

.search-bar .updated-in {
    width: 240px;
}


.searched-record-info span {
    font-size: 13px;
    display: block;
    padding: 10px 5px 5px 5px;
}

/*Customized scrollbars*/
::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

::-webkit-scrollbar-button {
    background-color: #999;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: #999;
}

::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 0px;
    height: 20px;
}

::-webkit-scrollbar-corner {
    background-color: #fff;
}

::-webkit-resizer {
    background-color: #fff;
}

.toolbar select {
    font-size: 12px;
    height: 30px;
    padding: 5px 0px 5px 3px;
}

.main-header-panel {
    padding: 10px 0;
}

    .main-header-panel h3 {
        font-size: 15px;
        line-height: 2em;
        margin: 0;
        color: #002743;
        display: inline-block;
    }

.button-panel {
    padding: 5px 15px;
}

/* about page */
.about-box {
    display: inline-block;
    font-family: yellix, "century gothic", roboto, arial, sans-serif;
    color: #717171;
    font-size: 14px;
}

    .about-box p {
        font-family: yellix, "century gothic", roboto, arial, sans-serif;
        color: #717171;
        font-size: 14px;
    }

.landing .about-box p {
    font-family: yellix, "century gothic", roboto, arial, sans-serif;
    color: #717171;
    font-size: 14px;
}

.about-box .about-points {
    padding-bottom: 10px;
}

p.break-long-word {
    word-break: break-word;
}

.open-source-heading {
    font-size: 14px;
}

.open-source-scrollbar {
    height: 225px;
    overflow-y: auto;
    overflow-x: hidden;
    word-break: break-word;
    margin-top: 10px;
    padding: 0;
}

.central-container {
    top: 75px;
    bottom: 35px;
    position: absolute;
    width: 100%;
}

footer .container-fluid .contents,
footer .container .contents {
    padding-top: 2px;
    padding-bottom: 2px;
}

/*help page*/
#main-help {
    margin-left: 20px;
    position: relative;
    top: 10px;
}

    #main-help p {
        color: #59595b;
        font-size: 14px;
        padding: 0 10px;
    }

    #main-help h1 {
        color: #0070c4;
        float: left;
        font-size: 24px;
        font-weight: bold;
    }

    #main-help h3 {
        color: #0070c4;
        font-size: 17px;
        font-weight: bold;
        padding: 0 10px;
    }

    #main-help h4 {
        font-size: 15px;
        font-weight: bold;
        padding: 0 10px;
    }

/*Contextual help CSS*/
.iconContextualHelp {
    height: 16px;
    width: 16px;
    cursor: pointer;
    color: #017d80;
    font-size: 16px;
}

.justifyContextualHelp {
    text-align: justify;
    -ms-text-justify: inter-word;
    text-justify: inter-word;
}

.contextualHelp {
    cursor: pointer;
    margin: 0 !important;
    padding: 0 !important;
}
/*END Contextual help CSS*/

.ng-hide {
    display: none !important;
}

.popover {
    max-width: 500px !important;
    border-radius: 6px;
    z-index: 11;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: 0px;
    }

.popover-title, .popover-header {
    white-space: nowrap;
    font-size: 14px;
}
h3.popover-header {
    margin-top: 0;
}

.openlayers-map .popover.info-popup {
    background: white;
    border: solid 1px #666;
    border-radius: 6px;
    padding: 2px 5px 2px 5px;
    margin: 0px;
    overflow-x: visible;
    overflow-y: visible;
}

.openlayers-map .popover .popover-content.info-popup-content {
    overflow: auto;
    min-width: 280px;
    padding: 0;
    height: auto !important;
}

.popover.top > .arrow {
    border-top-color: #666;
}

.popover.right > .arrow {
    border-right-color: #666;
}

.popover.left > .arrow {
    border-left-color: #666;
}

.popover.bottom > .arrow {
    border-bottom-color: #666;
}

.padding-left-xxs {
    padding-left: 10px !important;
}

.padding-right-xxs {
    padding-right: 10px !important;
}

.spacer-top-xxs {
    padding-top: 10px;
}

.spacer-bottom-xxs {
    padding-bottom: 10px;
}

.common-warning {
    color: #8a6d3b !important;
    font-size: 125%;
    display: inline-block;
    cursor: pointer;
}

.common-warning-yellow {
    font-size: 14px;
    color: #f3d14f !important;
    display: inline-block;
    cursor: pointer;
}

    .common-warning-yellow:hover {
        -webkit-box-shadow: 2px 2px 3px rgba(155, 155, 155, 0.15);
        box-shadow: 2px 2px 3px rgba(155, 155, 155, 0.15);
    }

.common-info {
    color: #002743 !important;
    display: inline-block;
}

.common-error {
    color: #dc0000 !important;
    font-size: 125%;
    display: inline-block;
    cursor: pointer;
    padding: 0 2px 0 2px;
}

/*Using color of DS 3.0 to eliminate WCAG error*/
.footer-wrapper {
    background-color: #E2EEEF;
    color: #4e4e4e;
}

.audible {
    left: -999em;
    position: absolute;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 10px;
        padding-left: 0;
    }
@media screen and (max-width: 768px) {
    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
    }
}

        .row.no-gutters > [class^="col-"]:last-child,
        .row.no-gutters > [class*=" col-"]:last-child {
            padding-right: 0;
            padding-left: 0;
        }

.row-fluid {
    display: flex;
}

.row-fluid.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row-fluid.no-gutters > [class^="col-"],
    .row-fluid.no-gutters > [class*=" col-"] {
        padding-right: 10px;
        padding-left: 0;
    }

@media screen and (max-width: 768px) {
    .row-fluid.no-gutters > [class^="col-"],
    .row-fluid.no-gutters > [class*=" col-"] {
        padding-right: 0;
    }
}

.row-fluid.no-gutters > [class^="col-"]:last-child,
.row-fluid.no-gutters > [class*=" col-"]:last-child {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.margin-right-md {
    margin-right: 10px !important;
}

.margin-right-lg {
    margin-right: 15px !important;
}

.margin-left-md {
    margin-left: 10px !important;
}

.margin-left-lg {
    margin-left: 15px !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.margin-bottom-sm {
    margin-bottom: 5px !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}


.margin-top-sm {
    margin-top: 5px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.margin-top-md {
    margin-top: 10px !important;
}


.padding-all-sm {
    padding: 5px !important;
}

.padding-all-zero {
    padding: 0 !important;
}

.padding-all-md {
    padding: 10px !important;
}

.padding-all-lg {
    padding: 15px !important;
}

.shadow-left-sm {
    -webkit-box-shadow: -3px 0px 5px -1px rgba(62, 83, 164, .4);
    -moz-box-shadow: -3px 0px 5px -1px rgba(62, 83, 164, .4);
    box-shadow: -3px 0px 5px -1px rgba(62, 83, 164, .4);
}

.borderBottom {
    border-bottom: 1px solid #ccc;
}

.borderLeft {
    border-left: 1px solid #ccc;
}

.borderAll {
    border: 1px solid #ccc;
}

.borderLeft.iconSpaced {
    padding-left: 10px;
    padding-right: 10px;
    width: 40px !important;
}

.align-right {
    align-self: flex-end;
}

.align-center {
    text-align: center;
}

:-ms-input-placeholder {
    color: #c1c1c1 !important;
}

.nc-icon-mini.files_single-folded:before {
    content: "\ed48";
}

.nc-icon-outline.files_single-folded:before {
    content: "\e93d";
}

.nc-icon-outline.files_zip-55:before {
    content: "\e946";
}

.nc-icon-mini.files_single-paragraph:before {
    content: "\ed49";
}

.nc-icon-outline.files_single-paragraph:before {
    content: "\e93e";
}

.nc-icon-outline.files_image:before {
    content: "\e924";
}

.nc-icon-outline.files_play:before {
    content: "\e92d";
}

.nc-icon-outline.files_audio:before {
    content: "\e8eb";
}

.nc-icon-mini.ui-1_simple-add:before {
    content: "\ea5a";
}

.nc-icon-outline.ui-1_simple-add:before {
    content: "\ed29";
}

.nc-icon-mini.ui-1_trash:before {
    content: "\ea5e";
}

.nc-icon-outline.ui-1_trash:before {
    content: "\ed2e";
}

.nc-icon-mini.ui-3_alert:before {
    content: "\eab2";
}

.nc-icon-outline.ui-3_alert:before {
    content: "\ed95";
}

.nc-icon-mini.arrows-2_square-download:before {
    content: "\e992";
}

.nc-icon-outline.arrows-2_square-download:before {
    content: "\e993";
}

.nc-icon-outline.ui-1_simple-add:before {
    content: "\ed29";
}

/*Editable Field CSS Start*/
.edit-in-place p {
    cursor: pointer;
    font-weight: bold;
    word-wrap: break-word;
}

.edit-in-place input, .edit-in-place textarea {
    display: none;
}

.edit-in-place.active p {
    display: none;
}

.edit-in-place.active input, .edit-in-place.active textarea {
    display: block;
}

.edit-in-place label p {
    display: block;
}

/*DateTimePicker*/
/*p.fa-calendar {
    vertical-align: text-top;
    -webkit-user-select: none;
    color: black;
}*/

.edit-in-place label p {
    display: initial !important;
    padding: 0px;
    color: white;
}

.edit-in-place.active span {
    display: inline-flex;
    width: 100%;
}

.edit-in-place .input-group {
    display: none;
}

/*END*/

/*
Put all Angular-xeditable CSS overrides here
*/
.editable-wrap {
    width: 100%;
    white-space: nowrap;
}

    .editable-wrap.editable-error {
        display: table;
        font-size: 12px;
        color: #dc0000;
    }
/*End*/


.pop-out-link {
    font-size: 10px;
    text-decoration: none;
    display: inline-block;
    padding: 1px 2px;
    width: auto !important;
    float: none !important;
}

.pop-out-text p {
    height: 400px;
    overflow-y: auto;
    font-size: 14px;
}

.nc-icon-outline.arrows-2_square-download:before {
    content: "\eafc"
}

.nc-icon-mini.arrows-2_square-upload:before {
    content: "\e993"
}

.nc-icon-outline.arrows-2_square-upload:before {
    content: "\eafd"
}

.nc-icon-mini.files_add:before {
    content: "\ed2d"
}

.nc-icon-outline.files_add:before {
    content: "\e8e3"
}

/* End of bootstrap overrides */

.not-compatible {
    padding-top: calc(50vh - 100px);
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

.NoHeaderFooter .scrolldb {
    margin-bottom: 0px;
    height: -moz-calc(100vh - (30px + 7px));
    height: -webkit-calc(100vh - (30px + 7px));
    height: calc(100vh - (30px + 7px));
}

.NoHeaderFooter #indexHeader {
    margin-top: 5px;
    height: 30px;
}

.NoHeaderFooter #index {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    height: -moz-calc(100vh - (35px));
    height: -webkit-calc(100vh - (35px));
    height: calc(100vh - (35px));
}

    .NoHeaderFooter #index h4,
    .NoHeaderFooter #index .h4 {
        margin-top: 10px;
        margin-bottom: 5px;
        margin-left: 5px;
    }

.NoHeaderFooter header,
.NoHeaderFooter #dummyhead,
.NoHeaderFooter footer {
    display: none;
}

body.NoHeaderFooter > div.ng-scope > div.ng-scope {
    padding: 0;
}

.NoHeaderFooter .central-container {
    margin-top: 0px;
    height: calc(100vh);
}

.nc-icon-mini.arrows-e_share-26:before {
    content: "\e9be";
}


.notes-with-scroll-3line {
    max-height: 4em;
    overflow-y: auto;
    margin-bottom: 7px !important;
    line-height: 1.3em;
}

.apply-ellipses {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.checklist {
    padding-left: 5px;
    padding-right: 5px;
}

.z_index_999 {
    z-index: 999 !important;
}

.ui-select-placeholder, .ui-select-match-text, .ui-select-match-item {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}



.searchable-drop-down-async i.caret {
    display: none;
}

.searchable-drop-down-async i.glyphicon-remove {
    background-color: #c0c0c0;
    color: white;
    border-radius: 10px;
    font-size: 7px;
    height: 13px;
    width: 14px;
    vertical-align: top;
    padding: 2px;
}

.searchable-drop-down-async a {
    margin-right: -10px !important;
}

.searchable-drop-down-async > span select.input-sm {
    padding-right: 5px !important;
}

.subscript-text {
    font-size: small;
    font-style: italic;
}

.subscript-text-10 {
    font-size: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.subscript-text-error {
    font-size: 12px;
    color: #dc0000
}

.display-none {
    display: none;
}

.ol-locate {
    right: 0.3em;
    top: .7em;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    color: white;
    background-color: white;
    border: 1px solid red;
    padding: 3px;
    position: absolute;
}

.ui-select-bootstrap .ui-select-choices-row.active > a,
.ui-select-bootstrap .ui-select-choices-row.active > span {
    background-color: #e2eeef !important;
    color: #717171 !important;
}

.ui-select-bootstrap .ui-select-choices-row > a:hover {
    background-color: #e2eeef !important;
    color: #002743 !important;
}

.ui-select-bootstrap .ui-select-choices-row > a {
    color: #002743 !important;
}

.ui-select-toggle {
    display: flex;
    justify-content: space-between;
}

.ui-select-match-text {
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.ol-info {
    left: 3.0em;
    top: .8em;
    width: auto;
    height: 1.7em;
    border-radius: 2px;
    color: #4e4e4e;
    border: 1px solid rgba(1, 125, 128, 0.5);
    position: absolute;
    background-color: rgba(226, 238, 239, .7);
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 0 0 12px #999;
    text-align: left;
    font-size: 13px;
    cursor: default;
}

    .ol-info i {
        float: left;
        padding-top: 3px;
        padding-right: 5px;
        font-size: 14px;
        color: #017D80;
    }

.text-muted {
    color: #9b9b9b !important;
}

.spinner:before {
    background-color: rgba(49, 37, 37, 0.2);
    border-radius: 6px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    content: "";
}

.context-help-searchable-dd i {
    z-index: 999;
    background-color: white;
    position: relative;
    padding: 8px;
    font-size: 14px;
    color: #c0c0c0;
    height: 30px;
    width: 30px;
    border-right: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
    border-top: 1px solid #9b9b9b;
}

    .context-help-searchable-dd i:hover {
        color: #3e53a4 !important;
    }

.search-with-help i {
    position: absolute;
    margin: -3px;
}

    .search-with-help i:hover {
        color: #3e53a4 !important;
    }

.popout-z-index-modal {
    z-index: 20000000 !important;
}

.unsaved-change-modal {
    z-index: 2000000000 !important;
}

.red-dashed-border {
    border: 1px dashed red !important;
}

.verticle-align-middle {
    vertical-align: middle;
}

.searchable-drop-down {
    z-index: 999;
    background-color: white;
    position: relative;
    padding: 13px;
    color: #555;
    height: 40px;
    width: 40px;
    border-left: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-select-bootstrap .ui-select-choices {
    z-index: 1000;
}

div.searchable-drop-down-async a.btn {
    min-width: unset;
}

td:nth-child(2) div.searchable-drop-down-async span.btn {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

div.searchable-drop-down-async input.form-control:focus {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

button.pop-out-link {
    min-width: unset;
}

.fade-in {
    opacity: .5;
    content: "Deleted";
}

.table-container table {
    margin-bottom: 0;
}

.card-body.table-card-body {
    overflow: hidden;
}

    .card-body.table-card-body > .row {
        margin: -11px -16px;
    }

.card-body.map-card-body > .row {
    margin: -15px -15px;
}

.card-body.map-card-body .openlayers-map {
    border: none;
}


.card-body .card.margin-right-lg {
    margin-right: 25px !important;
}

.card-body .card.margin-left-lg {
    margin-left: 25px !important;
}

.table-clickable-rows > tbody > tr {
    cursor: pointer;
}

/* Confirm OL controls */
.openlayers-map .ol-control button, .openlayers-map .ol-control button:focus {
    background-color: #FFFFFF;
}

.openlayers-map .ol-control.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

    .openlayers-map .ol-control.disabled button {
        color: #c0c0c0;
        border-color: #c0c0c0;
    }

.openlayers-map .address-search-control {
    position: absolute;
    left: 0.5em;
    top: 0.5em;
}

.openlayers-map .feature-filter-control {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
}

    .openlayers-map .feature-filter-control.panel-open {
        left: 3.2em;
    }

.openlayers-map .address-search-control.panel-open {
    right: 3.2em;
}

.openlayers-map .address-search-control button,
.openlayers-map .feature-filter-control button {
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
}

.openlayers-map .feature-filter-control .filter-button {
    position: absolute;
    top: 0;
    right: 0;
}

.openlayers-map .address-search-control .panel,
.openlayers-map .feature-filter-control .panel {
    position: absolute;
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    z-index: 999;
}

.openlayers-map .address-search-control .panel {
    left: 0px;
    transition: width 0.25s ease-out;
    cursor: pointer;
}

.openlayers-map .feature-filter-control .panel {
    right: 0px;
    transition: width 0.25s ease-out;
    cursor: pointer;
}

.openlayers-map .address-search-control.panel-open .panel {
    padding-left: 29px;
    width: 100%;
}

.openlayers-map .feature-filter-control.panel-open .panel {
    padding-right: 29px;
    width: 100%;
}

.openlayers-map .address-search-control .panel input,
.openlayers-map .feature-filter-control .panel input {
    display: none;
}

.openlayers-map .address-search-control button {
    float: left !important;
}

.openlayers-map .address-search-control:hover button,
.openlayers-map .address-search-control.panel-open button {
    transition: background-color 0.5s ease;
    background-color: #E2EEEF;
}

.openlayers-map .address-search-control.panel-open button {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.openlayers-map .feature-filter-control:hover button,
.openlayers-map .feature-filter-control.panel-open button {
    transition: background-color 0.5s ease;
    background-color: #E2EEEF;
}

.openlayers-map .feature-filter-control.panel-open button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.openlayers-map .address-search-control.panel-open .panel input {
    display: block;
    padding: 4px;
    margin: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #017d80;
    width: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    outline: none;
    height: 30px;
    padding-right: 28px;
}

.openlayers-map .feature-filter-control.panel-open .panel input {
    display: block;
    padding: 4px;
    margin: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 1px;
    border-color: #017d80;
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: none;
    height: 30px;
    padding-right: 28px;
}

.openlayers-map .address-search-control button::after,
.openlayers-map .feature-filter-control button::after {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    display: block;
    margin: auto;
}

.openlayers-map .address-search-control button::after {
    font-family: 'FontAwesome';
    content: '\f002';
    font-size: 20px;
}

.openlayers-map .feature-filter-control button::after {
    font-family: 'Nucleo Mini';
    content: '\ea86';
    font-size: 16px;
}

.openlayers-map .feature-filter-control button i,
.openlayers-map .layer-switcher button i {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    font-family: 'Nucleo Mini';
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #ffffff;
    padding: 0px;
    border-radius: 50%;
    height: 12px;
    display: none;
}

.openlayers-map .feature-filter-control button i {
    color: #00b140;
}

.openlayers-map .layer-switcher button i {
    color: #f3d14f;
}

.openlayers-map .feature-filter-control button i::after {
    content: '\ea1f';
}

.openlayers-map .layer-switcher button i::after {
    content: '\ea6a';
}

.openlayers-map .feature-filter-control.filter-on button i,
.openlayers-map .layer-switcher.filter-on button i {
    display: block;
}

.openlayers-map .address-search-control .panel ul {
    display: none;
}

.openlayers-map .address-search-control.panel-open .panel ul {
    display: block;
    margin: 0px;
    margin-top: -1px;
    padding: 0px;
    list-style-type: none;
    border-style: solid;
    border-width: 1px;
    border-color: #017d80;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.openlayers-map .address-search-control .panel ul:empty {
    border: none;
}

.openlayers-map .address-search-control.panel-open .panel ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .openlayers-map .address-search-control.panel-open .panel ul li.message {
        padding: 4px;
    }

    .openlayers-map .address-search-control.panel-open .panel ul li button:focus {
        background: #d8dbf1;
        outline: none;
    }

    .openlayers-map .address-search-control.panel-open .panel ul li button {
        position: relative;
        text-align: left;
        float: none !important;
        width: 100% !important;
        font-size: 14px;
        background: none;
        border: none;
        padding-left: 4px;
        padding-right: 4px;
    }

.openlayers-map .address-search-control .panel ul li button::after {
    content: none;
}

.openlayers-map .ol-control.address-search-control.panel-open button,
.openlayers-map .ol-control.feature-filter-control.panel-open button {
    border-color: #017d80;
}

.openlayers-map .ol-control.address-search-control button.clear-search,
.openlayers-map .ol-control.feature-filter-control button.clear-filter {
    position: absolute;
    top: 5px;
    width: 20px !important;
    min-width: 20px;
    height: 20px !important;
    color: #c0c0c0;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    display: none;
    outline: none;
}

    .openlayers-map .ol-control.address-search-control button.clear-search.show,
    .openlayers-map .ol-control.feature-filter-control button.clear-filter.show {
        display: block;
    }

.openlayers-map .ol-control.address-search-control button.clear-search {
    right: 5px;
}

.openlayers-map .ol-control.feature-filter-control button.clear-filter {
    right: 35px;
}

    .openlayers-map .ol-control.address-search-control button.clear-search:hover,
    .openlayers-map .ol-control.feature-filter-control button.clear-filter:hover {
        color: #017d80;
    }

    .openlayers-map .ol-control.address-search-control button.clear-search::after,
    .openlayers-map .ol-control.feature-filter-control button.clear-filter::after {
        font-family: 'Nucleo Mini';
        font-size: 12px;
        content: '\ea2a';
    }

.openlayers-map .address-search-control.panel-open .panel ul li button:hover {
    transition: background-color 0.5s ease;
    background-color: #E2EEEF;
    color: #025153;
}

.openlayers-map .layer-switcher {
    top: 3.25em;
    right: .5em;
}

    .openlayers-map .layer-switcher ul label {
        margin: 5px 10px;
    }

.openlayers-map .ol-zoom {
    top: 3.25em;
    font-family: 'Nucleo Outline';
}

    .openlayers-map .ol-zoom button {
        width: 30px;
        float: none;
        white-space: unset;
        overflow: unset;
        text-overflow: unset;
    }

.openlayers-map .ol-control.zoom-to-entity,
.openlayers-map .ol-control.toggle-aerial {
    position: absolute;
    bottom: 30px;
    text-align: center;
    background-color: #FFFFFF;
    color: #017d80;
    border: 1px solid silver;
    margin: 0;
    line-height: 30px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    font-weight: normal;
    transition: background-color 0.5s ease;
    cursor: pointer;
}

.openlayers-map .ol-control.toggle-aerial {
    right: 0.35em;
    font-size: 20px;
    font-family: "FontAwesome";
}

.openlayers-map .ol-control.zoom-to-entity {
    left: .5em;
    font-size: 21px;
    font-family: "Nucleo Mini";
}

    .openlayers-map .ol-control.zoom-to-entity:hover,
    .openlayers-map .ol-control.toggle-aerial:hover {
        transition: background-color 0.5s ease;
        background-color: #E2EEEF;
    }

.openlayers-map .zoom-to-entity:before {
    content: "\EC5F";
}

.openlayers-map .toggle-aerial:before {
    content: "\F0AC";
}

.openlayers-map .toggle-aerial.aerial:before {
    content: "\F018";
}

.layer-switcher.shown.ol-control {
    background-color: transparent;
}

    .layer-switcher.shown.ol-control:hover {
        background-color: transparent;
    }

.layer-switcher {
    position: absolute;
    top: 3.5em;
    right: 0.5em;
    text-align: left;
}

    .layer-switcher .panel {
        padding: 0 1em 0 0;
        margin: 0;
        border-color: #017d80 !important;
        border-radius: 4px;
        background-color: white;
        display: none;
        max-height: 100%;
        overflow-y: auto;
    }

    .layer-switcher.shown .panel {
        display: block;
    }

    .layer-switcher button {
        float: right;
        background-repeat: no-repeat;
        background-position: 2px;
    }

    .layer-switcher.shown button {
        display: none;
    }

    .layer-switcher button:focus, .layer-switcher button:hover {
        background-color: white;
    }

    .layer-switcher ul {
        padding-left: 1em;
        list-style: none;
    }

    .layer-switcher li.group {
        padding-top: 5px;
    }

        .layer-switcher li.group > label {
            font-weight: bold;
        }

    .layer-switcher li.layer {
        display: table;
    }

        .layer-switcher li.layer label, .layer-switcher li.layer input {
            display: table-cell;
            vertical-align: sub;
        }

    .layer-switcher label.disabled {
        opacity: 0.4;
    }

    .layer-switcher input {
        margin: 4px;
    }

    .layer-switcher.touch ::-webkit-scrollbar {
        width: 4px;
    }

    .layer-switcher.touch ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    .layer-switcher.touch ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

    .layer-switcher ul:focus {
        outline: none;
    }

.openlayers-map .layer-toggle-control {
    bottom: 2.1em;
    top: auto;
}

a[ng-click] {
    cursor: pointer;
}

.editModal .modal-dialog.modal-lg,
.modal-extra-large .modal-dialog.modal-lg {
    max-width: none;
}

@media only screen and (min-width: 851px) {
    .editModal .modal-dialog.modal-lg { max-width: 720px; }
    .modal-extra-large .modal-dialog.modal-lg { max-width: calc(90vw); }
    }

.modal-preview-large {
    max-width: none;
}

@media only screen and (min-width: 851px) {
    .modal-preview-large .modal-dialog.modal-lg {
        max-width: calc(70vw);
    }
}


@media only screen and (max-width: 850px) {
    .editModal .modal-dialog.modal-lg {
        width: 100% !important;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 0.0rem;
        pointer-events: none;
    }
}

.editModal .modal-lg .modal-content {
    padding: 40px;
}

@media (max-width: 768px) {
    .editModal .modal-lg .modal-content {
        padding: 20px;
    }

    .modal .modal-header .close {
        top: 20px;
        right: 20px;
    }
}

.editModal .modal-lg .modal-content .row {
    margin-bottom: 20px;
}

.openlayers-map .ol-control.tool-pallet,
.openlayers-map .ol-control.tool-pallet:hover {
    position: absolute;
    bottom: 4.75em;
    right: 0.55em;
    text-align: center;
    background-color: transparent;
}

    .openlayers-map .ol-control.tool-pallet.panel-open {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
    }

    .openlayers-map .ol-control.tool-pallet button {
        background-color: #FFFFFF;
        color: #017d80;
        border: 1px solid silver;
        margin: 0;
        line-height: 30px;
        border-radius: 4px;
        width: 30px;
        height: 30px;
        font-weight: normal;
        transition: background-color 0.5s ease;
        cursor: pointer;
        font-size: 18px;
        font-family: "Nucleo Mini";
    }

    .openlayers-map .ol-control.tool-pallet.panel-open > button {
        position: absolute;
        bottom: 3.65em;
        right: 0.45em;
    }

    .openlayers-map .ol-control.tool-pallet button:hover {
        transition: background-color 0.5s ease;
        background-color: #E2EEEF;
        color: #025153;
    }

.openlayers-map .tool-pallet > button i {
    font-style: normal;
}

.openlayers-map .tool-pallet > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    display: none;
    transition: background-color ease-out 0.25s;
}

.openlayers-map .tool-pallet.panel-open.animate > div {
    background-color: rgba(255, 255, 255, 0.5);
}

.openlayers-map .tool-pallet.panel-open > div {
    display: block;
}

.openlayers-map .tool-pallet > div div ul {
    display: block;
    list-style-type: none;
    width: auto;
}

.openlayers-map .tool-pallet > div div {
    position: absolute;
    bottom: 4.4em;
    right: 2.7em;
    overflow: hidden;
    width: 0px;
    transition: width ease-out 0.25s;
}

.openlayers-map .tool-pallet.animate > div div {
    width: auto;
}

.openlayers-map .tool-pallet.panel-open > div div ul li {
    float: right;
}

div.editor-map div.ol-viewport.editing,
geometry-viewer div.ol-viewport.editing {
    cursor: crosshair;
}

    div.editor-map div.ol-viewport.editing.polygon-tool,
    geometry-viewer div.ol-viewport.editing.polygon-tool {
        cursor: url(./polygon-cursor.eb3be819c93d12c39040.gif) 33 33, crosshair;
    }

    div.editor-map div.ol-viewport.editing.line-tool,
    geometry-viewer div.ol-viewport.editing.line-tool {
        cursor: url(./line-cursor.b2f4debd8f4614c04695.gif) 33 33, crosshair;
    }

.openlayers-map .custom-mouse-position {
    position: absolute;
    bottom: 0em;
    left: 0em;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px;
}

.no-header-footer {
    margin-bottom: 0px;
    padding-left: 10px !important;
}

#map .ol-viewport {
    position: unset !important;
}


.info-popup-text-ellipse.drilldown-button {
    width: 100% !important;
    text-align: left;
}

.dropdown-menu .warning a.announcement::after {
    /*background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAzKSI+CiAgICAgICAgPHBhdGggc3Ryb2tlPSIjRUU2QjBCIiBzdHJva2Utd2lkdGg9IjIiIGQ9Im0xMi44OTgyNDU4LS42OTAwMDAzMyAxMC4zOTc0Mzk1IDIxLjI1MDUwNjkzYy4yNDI3MjU1LjQ5NjA4NzUuMDM3MzM1IDEuMDk1MDEzOC0uNDU4NzUyNSAxLjMzNzczOTItLjEzNjgzNTEuMDY2OTUwNi0uMjg3MTU3NS4xMDE3NTQyLS40Mzk0OTM0LjEwMTc1NDJoLTIwLjc5NDg3ODgzYy0uNTUyMjg0NzUgMC0xLS40NDc3MTUzLTEtMSAwLS4xNTIzMzU5LjAzNDgwMzU1LS4zMDI2NTgzLjEwMTc1NDE2LS40Mzk0OTM0bDEwLjM5NzQzOTQ3LTIxLjI1MDUwNjkzYy4yNDI3MjU0LS40OTYwODc0OC44NDE2NTE3LS43MDE0Nzc5NiAxLjMzNzczOTItLjQ1ODc1MjQ4LjE5OTY1MDkuMDk3Njg1MTQuMzYxMDY3My4yNTkxMDE1Mi40NTg3NTI0LjQ1ODc1MjQ4eiIvPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExIDcpIj4KICAgICAgICAgICAgPHBhdGggc3Ryb2tlPSIjRUU2QjBCIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTEgLjE0ODkzNjE3djYiLz4KICAgICAgICAgICAgPGNpcmNsZSBjeD0iMSIgY3k9IjEwIiByPSIxIiBmaWxsPSIjRUU2QjBCIi8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K');*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='9 9 17 17'%3E%3Cg stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3Cpath d='M18 10 L 12 24 L 24 24Z' fill='%23FFFF00' stroke='%23000' style='stroke-width:0.3px'%3E%3C/path%3E%3Cpath d='M17.5 15 L 18 19 L 18.5 15Z' fill='%23000' stroke='%23000' style='stroke-width:0.5px'%3E%3C/path%3E%3Ccircle cx='18' cy='21.5' r='0.30' fill='%23000' stroke='%23000'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1.8rem 1.8rem;
    position: absolute;
    width: 25px;
    height: 20px;
    content: "";
    bottom: 10px;
}

#warning-circle {
    stroke: #000;
    fill: #000;
}

#warning-triangle {
    fill: #FFFF00;
    stroke: #000;
    stroke-width: 0.2px;
}

#warning-line {
    stroke-width: 0.5px;
    fill: #000;
    stroke: #000;
}

.dropdown-menu li.disabled:hover {
    cursor: not-allowed;
}

.dropdown-menu li.disabled a {
    pointer-events: none;
}

.dropdown-menu.right-align {
    right: 0;
    left: auto;
    min-width: 0;
}

.container-fluid > .signin-box {
    max-width: 908px;
}

footer {
    top: auto;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    bottom: 0;
    margin-bottom: 0;
}

.row > search {
    padding-right: 0;
    padding-left: 0;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: #e2eeef;
    color: #2e2e2e;
}
textarea.form-control {
    height: auto;
}
select.form-control {
    appearance: auto;
}
.modal .modal-header .close,
.fake-modal .modal-header .close {
    padding: 0;
    border: 0;
    background: 0;
    cursor: pointer;
}

/* -- bootstrap overrides to ensure that popovers, modals, etc. appear -- */
.fade:not(.show) {
    opacity: unset;
}
.fade:not(.in,.show) {
    opacity: 0;
}
.modal.in .modal-dialog {
    transform: none;
}
.modal-backdrop.in {
    opacity: 0.5;
}
/* -- end bootstrap override -- */

.date-time-picker table {
    border-spacing: 0;
}
.date-time-picker table tr {
    border-width: 0;
}
.open > .dropdown-menu {
    display: block;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}


element.style {
    width: 117px;
    height: 55px;
    cursor: pointer;
}

.shadow-on-hover:hover {
    background-color: #f7f4fa;
    -webkit-box-shadow: 0 0 5px 2px rgb(62 83 164 / 40%);
    box-shadow: 0 0 5px 2px rgb(62 83 164 / 40%);
}

.slick-initialized .slick-slide {
    display: block;
}

.thumbnail-active {
    border-color: #017d80;
    -webkit-box-shadow: 0 3px 7px 0 rgb(62 83 164 / 40%);
    box-shadow: 0 3px 7px 0 rgb(62 83 164 / 40%);
    border-radius: 2px;
}

.slick-slide {
    margin: 0 10px;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.thumbnail {
    padding: 4px;
    border: 1px solid #ddd;
}

.doc-links-container .card-body > .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.map-info-pop-entity-card {
    padding: 0;
}
.address-search-control .panel input,
.feature-filter-control .panel input {
    font-size: 14px;
}

.input-group-append,
.input-group-prepend {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border: 1px solid #ccc;
}

.modal-body span.help-block.alert.alert-danger {
    display: inline-block;
    width: 100%;
}

ul.ui-select-choices.ui-select-choices-content {
    font-size: 14px;
}
not-found {
    top: 32px;
    position: relative;
}
/* Bootstrap override to ensure that toasters are displayed */
.toast:not(.show) {
    display: block;
}

editable-container .highlight-element input,
editable-container .highlight-element input.form-control {
    box-shadow: 0 0 5px 2px #017d80;
}

editable-container input,
editable-container input.form-control {
    transition: box-shadow 250ms ease-in-out;
}
.cursor {
    cursor: pointer;
}
.clearLinksEnabled {
    cursor: pointer;
}
.openwith{
    margin-left : 10px;
}

table thead tr th.number-column {
    width: 1%;
    white-space: nowrap;
}
