/* Control Panels */

.rm-dialog {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0.25em;
}

.rm-dialog > * {
    margin: 0.25em;
    height: 30px;
}

.rm-dialog > .rm-button {
    width: 3rem;
    background-color: transparent;
}

.row > .rm-text-button {
    flex-grow: 1;
}

.rm-grade-slider-container {
    font-size: 1rem;
    height: 30px;
    min-width: 99%;
    padding-top: 5.5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0.5rem;
}

.rm-grade-slider-container .noUi-target {
    height: 18px;
}

.noUi-connect {
    background: gold !important;
}

/* Overlays */

.rm-invite-list {
    height: 32vh;
    overflow-y: scroll;
}

.rm-invite-list .row {
    border-top: 0.125rem #666 solid;
}

.rm-invite-list .row .left {
    flex-grow: 1;
    text-align: left;
    line-height: 1.8;
}

.rm-invite-list .row .right {
    text-align: left;
}

.hide-modals .child-modal {
    display: none;
}

.rm-overlay {
    position: absolute;
    z-index: 10000;
    cursor: default;
}

.rm-overlay-top {
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    width: auto;
}

#rm-overlay-bottom-left {
    bottom: 10px;
    right: 12px;
    left: 54px;
    max-width: 32rem;
}

#rm-overlay-bottom-left > div {
    border-radius: 2px;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.leaflet-control-attribution {
    line-height: 1 !important;
}
