.scala-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
}

    .scala-wrapper > div {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: bold;
        text-shadow: 1px 1px 0px black;
    }


/** Map Overview Page **/
.map-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .map-toolbar > .form-group {
        min-width: 150px;
        margin-right: 10px;
    }

.map-overview-wrapper .mow-map > h3, .map-overview-wrapper .mow-map > p {
    display: none;
}

.map-overview-wrapper:fullscreen {
    background-color: #eee;
}

    .map-overview-wrapper:fullscreen .map-toolbar {
        padding: 15px;
        background-color: #fff;
    }

        .map-overview-wrapper:fullscreen .map-toolbar > .form-group {
            margin-bottom: 0
        }

    .map-overview-wrapper:fullscreen .mow-map > .leaflet-container {
        height: calc(100vh - 125px) !important;
    }

.meta-table td:nth-child(2) {
    word-break: break-word;
    width: 70%;
}

.meta-table td:nth-child(1) {
    width: 30%;
}

.invalid {
    border-color: red;
}

.validation-message {
    color: red;
}

.carousel:hover .slider-button {
    display: block !important;
}

.carousel:hover .carousel-indicators {
    display: flex !important;
}

.sort-th {
    cursor: pointer;
}

    .sort-th:hover {
        background-color: #EBEDF3;
    }

.fa {
    float: right;
}

.invalid {
    border-color: #E4E6EF !important;
}

.bigtext-wrap {
    word-wrap: break-word;
}

.fixed-table {
    table-layout: fixed;
    width: 100%;
}

.avatar-list .blazored-typeahead__results {
    max-height: 150px;
    overflow-y: auto;
}