body, .wrapper {
    height: 100%;
}

body {
    font-size: 17px;
    line-height: 1.6;
    /* Tomas chtel zmenu: 20200921
    color: rgb(236, 195, 178);
    */
    color: rgb(229, 229, 229);
    
    background-color: #1e262e;
    height: 100%;
}

.header {
    background: black;
    margin-bottom: 20px;
    height: 135px;
    text-align: center;
}

.header img {
    margin-top: 32px;
}

.login-panel {
    margin-top: 10px;
}

#page-wrapper {
    padding-top: 0px;
    margin-bottom: 5px;
    border: none;
    height: 100%;
    background-color: #1e262e;
}

.datepicker-reservation .datepicker {
    width: 70%;
}

.open-times {
    margin-bottom: 0px;
}

.white {
    color: white;
}

.panel-add-reservation {
    margin-bottom: 20px;
}

@media screen and (min-width: 800px) {
    .login-panel {
	    margin-top: 100px;
    }
}

