/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 20.09.2018, 13:54:48
    Author     : info
*/

@media print {
    @page {
        size: landscape;
    }
    #header-nav {
        display: none;
    }
    .switchView,
    #reservation-filter,
    #reservationList-footer,
    #reservationSlider,
    .header-segment.colh-1,
    .search-filter {
        display: none;
    }
    #statistics {
        position: fixed;
        top: 3%;
        left: 28%;
    }
}

.config-rooms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px;
}

.config-room-button {
    width: 0 !important;
    flex: max-content;
    min-width: 7rem;
    margin: 0;
}
