@import '/css/cohColorsAndFonts.css';

button:disabled {
    cursor: not-allowed !important;
    opacity: 0.5;
}
/* Remove Up And Down Arrows From Number Input Element */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input {
    border-radius: 0 !important;
}
input:disabled {
    cursor: not-allowed !important;
}
select:disabled {
    cursor: not-allowed !important;
}
.basic-btn {
    background-color: var(--coh-turquoise) !important;
    border: 1px solid lightgray;
    color: white;
    text-align: center;
}
.card {
    border-radius: 0;
    cursor: pointer;
    height: 310px;
    margin-bottom: 2rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    min-width: 310px;
    max-width: 310px;
    text-decoration: none !important;
}
.card:hover {
    transition: 0.5s;
    transform: scale(1.1);
}
.card-header {
    background-color: var(--coh-turquoise);
    border-radius: 0 !important;
    color: white;
    font-size: 1.2rem;
    font-weight: 650;
    padding: 0.25rem 0.5rem;
    text-align: center;
}
.card-img-top {
    height: 272.2px;
}
#closeFormBtn {
    position: relative;
}
.coh-close {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    right: 3px;
    top: 6px;
    z-index: 10;
}
.coh-close:hover {
    transform:scale(1.1);
}
.coh-close-form {
    cursor: pointer;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    position: absolute;
    right: 0px;
    top: 4px;
    z-index:10;
}
.coh-close-form:hover {
    transform: scale(1.1);
}
.was-validated .coh-close {
    right: 30px;
}
.conjuction-container {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 600;
    justify-content: center;
}
.deck-container {
    align-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}
.div-message {
    font-style: italic;
    font-weight: 550;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.div-btn {
    font-size: 1rem;
    font-weight: 500;
}
.dt-paging {
    z-index: 2;
}
.dt-paging-button.active button {
    background-color: var(--coh-navy);
}
.esri-widget--button {
    color: unset !important;
    background-color: white !important;
    border: unset !important;
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%) !important;
}
.esri-widget--button:hover {
    background-color: unset !important;
    border: unset !important;
}
.esri-view {
    background-color: white;
}
.form-check-input:checked {
    background-color: var(--coh-turquoise);
    border-color: var(--coh-turquoise);
}
.form-group {
    margin-bottom: 0.75rem;
    width: 100%;
}
.form-instructions-text {
    font-size: 0.95rem;
    font-style: italic;
    line-height: 1.2rem;
}
.form-title {
    font-size: 1.8rem;
    font-weight: 550;
    text-align: center;
    margin-bottom: 0.5rem;
}
.half-width {
    width: 50%;
}
.input-loading-icon {
    background-color: white;
    position: absolute;
    right: 0px;
}
.map-btn {
    width: 32px;
    height: 32px;
    padding: 0px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    border: none;
}
.map-btn:focus-visible {
    outline: none !important;
}
.map-btn-primary {
    background-color: var(--coh-turquoise);
    color: white;
    font-weight: bold;
}
.map-btn-primary:hover {
    background-color: var(--coh-dark-highlight)
}
.map-btn-primary .active {
    border: 1px solid var(--coh-darker-highlight)
}
.map-btn-secondary {
    background-color: white;
    color: var(--coh-dark-font-color);
}
.map-btn-secondary:hover {
    background-color:#DEDEDE
}
.map-loading-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: ffffff;
    opacity: 0.5;
}
.map-loading-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
}
.map-message {
    font-weight: 500;
    margin-bottom: 0.1rem;
    text-align: center;
}
.modal-btn {
    width: 50px;
}
.modal-header {
    color: white;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.nomination-headers {
    font-weight:600;
    border-bottom:2px solid var(--coh-dark-font-color);
    font-size:1.35rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.nomination-list-action {
    font-weight:500;
    cursor: pointer;
}
.nomination-list-action:hover {
    transition: 0.5s;
    transform: scale(1.1);
}
.nomination-row {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.nomination-sum-container {
    display: flex;
    justify-content: right;
    font-size: 1.35rem;
    font-weight: 500;
    border-top: 2px solid var(--coh-dark-font-color);
}
.not-found-message {
    font-size: 1.5rem;
    padding-top: 3rem;
    text-align: center;
}
.page-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: unset !important;
}
.predictive-input-btn {
    width: 2.5rem !important;
}
.property-col {
    min-width: 300 !important;
}
.section-heading {
    font-size: 1.2rem;
    font-weight: 550
}
.select-label {
    font-size: 0.95rem;
    margin-bottom: 0.1rem;
}
.simple-logo {
    height: 100px;
    margin-left: 0.5rem;
    margin-right: 1rem;
}
.simple-page-title {
    line-height: 100px;
}
.single-line {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1rem;
}
.third-width {
    width: calc(100% / 3);
}
.total-cell {
    margin-top: 0.5rem;
}
.tt-dataset {
    margin: 5px !important;
}
.tt-list {
    margin-top: 31px !important;
}
.tt-menu {
    background-color: white;
    border-color: darkgray;
    border-style: solid;
    border-width: 1px;
    margin-top: -1px;
    width: 100%;
}
.tt-suggestion {
    cursor: pointer;
    background-color: white !important;
}
.tt-suggestion:hover {
    background-color: #F2F2F2 !important;
}
.typeahead-standalone {
    width: 100%;
}
.wrapper {
    width: 100%;
    height: 100%;
    max-width: 750px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
#centerContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
#confirmLocMessage2 {
    display: none;
}
#mapLoadingScreen {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#mapView {
    height: 450px;
    margin-top: 1rem;
    border: 2px solid lightgray;
    overflow-y: hidden;
    position: relative;
}
#tableContainer th {
    background-color: var(--coh-navy) !important;
    color: white !important;
}
#tableContainer .table-row {
    cursor: pointer;
}
table.table.dataTable.table-hover>tbody>tr:hover>* {
    background-color: rgba(0,0,0,0.15) !important;
}
.dt-buttons button {
    border-radius:0;
    background-color: var(--coh-turquoise);
    border: 1px solid var(--coh-dark-highlight);
}
.dt-buttons button:hover {
    background-color: var(--coh-dark-highlight);
}
.dt-button-collection ul {
    overflow-y: scroll;
    max-height: 400px;
}
.dt-button-collection a:active {
    color: white !important;
    background-color: var(--coh-turquoise) !important;
}
#resultCountMessage {
    text-align: center;
    font-style: italic;
    font-size: 0.85rem;
    padding-bottom: 0.5rem;
}
#simpleMobilePageTitle {
    display: none;
}
#simplePageTitle {
    font-size: 2.75rem;
    font-weight: 750;
    color: white;
}
#subtitle {
    font-size: 1.3rem;
    font-weight: 550;
    padding-bottom: 0.5rem;
    text-align: center;
}
@media only screen and (max-width: 860px) {
    .simple-logo {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    .page-header {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
}
@media only screen and (max-width: 830px) {
    #simplePageTitle {
        font-size: 2.5rem;
    }
}
@media only screen and (max-width: 770px) {
    .simple-logo {
        height: 80px;
    }
    .simple-page-title {
        line-height: 80px;
    }
    #simplePageTitle {
        font-size: 2rem !important;
    }
}
@media only screen and (max-width: 618px) {
    .simple-page-title {
        line-height: 40px;
    }
}
@media only screen and (max-width: 600px) {
    .conjuction-container {
        flex-direction: row;
    }
    .single-line {
        flex-direction: column;
        gap:0rem;
    }
    .half-width {
        width: 100%;
    }
    .third-width {
        width: 100%;
    }
    #confirmLocMessage1 {
        display: none;
    }
    #confirmLocMessage2 {
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    #section2 {
        font-size: 1rem !important;
    }
    .nomination-headers {
        font-size: 1.1rem;
    }
    .nomination-row {
        gap: 0.5rem;
    }
    .property-col {
        min-width: 275px !important;
    }
}
@media only screen and (max-width: 425px) {
    .count-col {
        display:none;
    }
}
@media only screen and (max-width: 400px) {
    .nomination-list-action .esri-icon-edit {
        font-size: 1.15rem;
    }
    .nomination-list-action .esri-icon-close {
        font-size: 1.3rem;
        margin-left: 0.15rem;
    }
    .simple-logo {
        height: 70px !important;
    }
    .simple-page-title {
        line-height: 35px !important;
    }
    #simplePageTitle {
        font-size: 1.6rem !important;
    }
}