/* CSS specific to this application only */

.esri-popup__header {
    background-color: #018753;
}

.esri-icon-close,
.esri-icon-dock-right,
.esri-widget__heading {
    color: black;
}

.esri-view-width-xlarge .esri-popup__main-container {
    width: 250px;
}

.esri-popup__collapse-icon {
    display: none;
}

.open-data {
    cursor: pointer;
    padding-left: 1rem;
    width: 250px;
}

.open-data a {
    color: black;
}

.open-data a:visited {
    color: black;
}

.open-data-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.open-data-img {
    width: 20px;
    height: 18px
}

.open-data-text {
    margin-left: 5px;
}

.rms-navbar {
    height: 75px;
}

#welcomeButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.question-icon {
    width: 16px;
    height: 16px;
}

#welcomeButton > .info-text {
    margin-left: 5px;
}

.legend-info-icon {
    width: 14px;
    height: 14px;
}

@media only screen and (max-width: 600px) {
    .open-data {
        cursor: pointer;
        padding-left: 8px;
        width: 250px;
    }

    .open-data-img {
        /* margin-left: 20%; */
        width: 50%;
        height: 20px;
    }

    .open-data-text {
        margin-top: 0px;
        font-size: 11px;
        display: flex;
    }

    #pageTitle {
        width: 70%;
    }

    .logo-img {
        width: 75px;
        height: 2rem;
    }

    .search-mar {
        margin-right: 1%
    }

    #pageTitle {
        color: #3063a5 !important;
        padding-left: 2%;
        padding-top: 1%;
        height: 3.7rem;
        display: flex;
        font-size: 14px;
        align-items: center;
        white-space: normal;
        ;
    }

    .info-text {
        margin-top: 15px;
        font-size: 12px;
    }

    .fa-circle-question {
        margin-left: 10%;
        font-size: 80%;
    }

}

#modalBody {
    max-height: 80%;
    overflow-y:auto;
}