@font-face {
    font-family: "Glyphicons Halflings";
    src: url("fonts/glyphicons-halflings-regular.eot");
    src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("fonts/glyphicons-halflings-regular.woff2") format("woff2"),url("fonts/glyphicons-halflings-regular.woff") format("woff"),url("fonts/glyphicons-halflings-regular.ttf") format("truetype"),url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-refresh:before {
    content: "\e031"
}

body {
    background: #f7f7f7 !important;
}

.panel-default > .panel-heading {
    color: #30363c !important;
    background-color: #fec934 !important;
    border-color: #ddd !important;
}

.panel-item > .panel-heading {
    color: #30363c;
    background-color: #fec934;
    border-color: #ddd;
}

label {
    display: inline-block !important;
    margin-bottom: 0.5rem !important;
    color: #848484 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.input-group div{
    border: none !important;
}

.input-group div, .input-group span {
    height: calc(2.25rem + 2px);
    width: fit-content;
}

.form-control, .input-group .input-group-text {
    border: 1px solid #a2a2a2 !important;
}

#mainNav {
    background-color: #212529 !important;
}

/*#formio button:not(.ck-button) {
    color: #fff;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}*/

.print-btn {
    color: #286090 !important;
}

    .print-btn:hover {
        color: #204d74 !important;
    }

button:disabled {
    cursor: no-drop;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-attach-heading {
    padding: 0px 15px;
    border-radius: 3px;
    color: #fff;
    background-color: #512f87;
    border-color: #ddd;
    max-width: 300px;
    margin-top: 1rem;
}
.panel-attach-body a{
    word-break: break-all;
    align-items: baseline;
    display: flex;
    gap: 0.5rem;
}
.pull-right{
    float: right;
}

.pull-left{
    float: left;
}

.panel-attach-body {
    padding: 15px;
    max-width: 300px;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.38);
}

.panel-body {
    padding: 15px;
}

.panel-title {
    font-size: 18px;
}

h4 {
    font-size: 18px;
}

fieldset {
    border: 1px solid #ddd !important;
    /*padding: 0 1.4em 1.4em 1.4em !important;
        margin: 0 0 1.5em 0 !important;*/
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}
.errorMessagePublic {
    color: red;
    font-size: 12px;
    display: none;
}

#fileuploadPublic {
    display: none !important;
}

#publicAttachmentRemove {
    color: red;
    display: none;
    cursor: pointer;
}

.errorMessageAdmin {
    color: red;
    font-size: 12px;
    display: none;
}

#fileuploadAdmin {
    display: none !important;
}

#adminAttachmentRemove {
    color: red;
    display: none;
    cursor: pointer;
}
.panel-heading a, .panel-heading a:hover {
    color: #fff;
}
.trumbowyg-box, .trumbowyg-editor{
    margin:0px !important;
}
/* Absolute Center Spinner */
.loading, .formloading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before, .formloading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required), .formloading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after, .formloading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

.btn-info {
    color: #fff !important;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#mainNav {
    background-color: #212529 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#main {
    padding-top: 10px;
}

label {
    color: #000 !important;
}

.panel-heading h4 {
    font-size: 18px;
}

a, a:hover {
    color: #000;
}

legend {
    display: block;
    width: auto !important;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

fieldset {
    min-width: 0;
    padding: 15px !important;
    margin: 0px;
    border: 0;
}

.card-header {
    color: #fff !important;
    background-color: #fec934 !important;
    font-weight:700;
}

.fa {
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
}
.polygon-modal .modal-header {
    gap: 0.8em;
    padding-right: 2em !important;
}

.polygon-modal .modal-header .modal-flexwrap {
    gap: 0.8em;
}

.polygon-modal .modal-header button.close {
    position: absolute;
    right: 1.5em;
    top: 1.5em;
    border: 0;
    background: transparent;
    font-size: 1.5em;
    padding: 0;
    line-height: 1;
}

/* Hide the Sketch Settings Tool */
.esri-widget .esri-sketch__section:nth-child(4) {
    display: none;
}

.formio-component-editgrid .btn.btn-primary {
    margin-top: 10px;
}

.card-img {
    position: relative;
    z-index: 0;
    border-top-left-radius: 13px !important;
    border-bottom-left-radius: 13px !important;
    height: 100% !important;
    object-fit: cover;
}

.carousel,
.carousel-inner,
.carousel-item,
.profile-picture {
    height: 250px;
}

.carousel-item {
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out !important;
}

/* ..see more text */
.table-form-link {
    text-decoration: underline;
    font-weight: bold;
    padding-left: 5px;
}

.btn-esri-button .esri-popup__inline-actions-container .esri-popup__button.esri-popup__action:first-child,
#pinOnMapDiv .esri-popup__inline-actions-container .esri-popup__button.esri-popup__action:last-child {
    background: #28a745;
    padding: 0.7em 1em;
    border-radius: 0.3em;
}

    .btn-esri-button .esri-popup__inline-actions-container .esri-popup__button.esri-popup__action:first-child span,
    #pinOnMapDiv .esri-popup__inline-actions-container .esri-popup__button.esri-popup__action:last-child span {
        color: #fff;
    }
