/**
 * Author: Jan Sedláček
 */


.room-plan-legend .button-toggle:checked {
    color: #fff
}

.button-toggle-group {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    white-space: nowrap;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    border-radius: 4px;
    border: 1px solid #0000001f
}

.button-toggle>button {
    border: 0;
    background: none;
    color: inherit;
    padding: 0;
    margin: 0;
    font: inherit;
    outline: none;
    width: 100%;
    cursor: pointer
}

.button-toggle.disabled>button {
    cursor: default
}

.button-toggle>button::-moz-focus-inner {
    border: 0
}

.button-toggle-group {
    box-shadow: none;
}

.button-toggle.standard {
    color: #000000de;
    background: #fff
}

.standard .button-toggle+.button-toggle {
    border-left: 1px solid #0000001f
}

.button-toggle:checked {
    background-color: #e0e0e0;
    color: #0000008a
}

.button-toggle:checked.standard {
    color: #000000de
}



.aisle {
    background-color: #f5f5f5 !important
}

.seat {
    background-color: orange !important
}

.desk {
    background-color: sienna !important
}

.broken {
    background-color: crimson !important
}

.blocked {
    background-color: burlywood !important
}

.selected {
    background-color: #32cd32 !important
}






.button-toggle-label-content {
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    position: relative;
    padding: 0 12px;
    line-height: 48px
}

.button-toggle-label-content>* {
    vertical-align: middle
}

.focus-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    background-color: black;
}

.button-toggle {
    white-space: nowrap;
    position: relative;
    color: rgba(0, 0, 0, 0.87);
    font-family: Poppins, sans-serif;
}









.button-toggle:checked {
    color: rgb(0, 0, 0);
}





.button-toggle.cdk-keyboard-focused .focus-overlay {
    opacity: 1;
}

.button-toggle-group.standard .button-toggle.standard+.button-toggle.standard {
    border-left: solid 1px #e0e0e0
}



.button-toggle.standard:not(.button-toggle.disabled):hover .focus-overlay {
    opacity: 0.04;
}

.button-toggle.standard.cdk-keyboard-focused:not(.button-toggle.disabled) .focus-overlay {
    opacity: 0.12;
}

@media(hover: none) {
    .button-toggle.standard:not(.button-toggle.disabled):hover .focus-overlay {
        display: none
    }
}