.szobafoglalasContainer{
    width: 100%;
background-color: #fff;
    padding: 20px;    
}
.szobafoglalasContainer .calendar{
    display: flex;
    justify-content: space-between
}
.generatedCalendar{
    margin-bottom: 30px;
}
.generatedCalendar .prev, 
.generatedCalendar .next{
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.generatedCalendar .prev.disabled,
.generatedCalendar .next.disabled{
    cursor: default;
    color: #ccc;
}
.generatedCalendar .prev:not(.disabled), 
.generatedCalendar .next{
    cursor: pointer;
}
.generatedCalendar .month td{
    padding: 12px;
    text-align: center;
}
.generatedCalendar .month th{
    padding: 8px 0;
}
th.dateName {
    background-color: #f9f9f9;
}
.generatedCalendar .month td:not(:empty) {
    background: #c2e8cf;
    cursor: pointer;
}
.generatedCalendar.locked .month td:not(:empty){
    cursor: default;
}
.generatedCalendar{
    transition: opacity 300ms;
}
.generatedCalendar.locked{
    opacity: .8;
}
.generatedCalendar .month td.unavailable{
    background-color: #e8c2c2 !important;
    cursor: default;
}
.generatedCalendar .month td.disabled,
.generatedCalendar .month td.disabled.unavailable{
    background-color: #d6d7d6 !important;
    cursor: default;
}
.generatedCalendar .month td.justCheckin,
.generatedCalendar .month td.justCheckout{
    background-color: #e8e2c2;
}
.generatedCalendar .dateName{
    padding: 10px;
    padding-top: 0;
}
.generatedCalendar .monthName{
    font-size: 20px;
    font-weight: 300;
}
.generatedCalendar .yearName{
    font-size: 12px;
    font-weight: 300;
}
.generatedCalendar .month td.selected{
    background-color: #a7d4e2;
}
.generatedCalendar .month td.tol{
    background-color: #79bed2;
}
.generatedCalendar .month td.ig{
    background-color: #79bed2;
}
h2{
    text-align: center;
}
.szobafoglalasForm .people{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
}
.customInput{
    display: flex;
    border: 1px solid #ccc;
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none; 
}
.customInput input{
    padding-left: 10px;
    width: 60px;
    cursor: default;
}
.customInput .plus, .customInput .minusz{
    cursor: pointer;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customInput .disabled{
    color: #ccc;
    cursor: default;
}
.customInput:first-of-type{
    margin-right: 15px;
}
.nextStepContainer{
    text-align: center;
    padding: 30px 0;
}
.nextStep{
    display: inline-block;
    /*font-size: 16px;*/
    /*border: 1px solid #ccc;*/
    /*background-color: #fff;*/
    /*padding: 8px 16px;*/
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.nextStep.disabled{
    color: #b0b0b0;
    border-color: #ccc;
    background-color: #d6d7d6;
    cursor: not-allowed;
}
.szobakContainer{
    display: none;
}
.szobakContainer .error{
    color: red;
    text-align: center;
}
.availableRooms .roomType{
    display: flex;
    margin-bottom: 10px;
    padding: 15px;
    transition: background-color 300ms;
}
.availableRooms .roomType:hover{
    background-color: #f9f9f9;
}
.availableRooms .roomType .image{
    width: 300px;
    max-width: 100%;
    margin-right: 30px;
}
.availableRooms .roomType .image img{
    width: 100%;
}
.availableRooms .roomType .details{
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
}
.availableRooms .roomType h2{
    margin-top: 0;
    text-align: left;
}
.availableRooms .roomType .price{
    margin-top: 10px;
    font-size: 1.2em;
}
.availableRooms .roomType .chooseRoom{
    /*border: 1px solid #ccc;*/
    /*background-color: #fff;*/
    /*padding: 8px 16px;*/
    display: block;
    cursor: pointer;
    margin-right: 0;
}
.details input[type=radio]{
    display: none;
}
.details input[type=radio]:checked+label{
    background-color: #79bed2;
    border-color: #79bed2;
    color: #fff;
    cursor: default;
}
.formContainer{
    display: none;
}
.formContainerInner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    width: 60%;
    margin: 0 auto;
}
.formContainer .row{
    width: 32%;
}
.formContainer input[type=text], .formContainer select{
    position: relative;
    width: 100%;
    height: 35px;
    border: 1px solid #e1e6eb;
    color: #9b9fa6;
    font-size: 15px;
    margin: 0;
    max-width: 196px;
    padding: 10px 15px 10px 15px;
    transition: all 500ms ease;
    cursor: pointer;
    min-width: 200px;
    line-height: 24px;
    box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    font-weight: 400;
    font-family: var(--font2);
    box-sizing: border-box;
    margin-bottom: 14px;
    background-color: #eee;
    max-width: 100%;
    min-width: 100%;
}
.formContainer label{
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: var(--font2);
    margin-bottom: 3px;
    line-height: 26px;
    color: #666;
}
.foglalasSubmitContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formContainer input[type=submit]{
    /*
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 12px 32px;
    display: block;
    cursor: pointer;
    margin-right: 0;
    background-color: #fff;
    line-height: normal;
    font-size: 16px;
    font-family: var(--font2);*/
    width: auto;
    margin-bottom: 0;
    margin-top: 20px;
}
.details .desc{
    padding-right: 20px;
}
.details .desc p{
    padding: 0;
}
.childrenAge{
    display: none;
    padding-top: 10px;
    width: 100%;
}
.childrenAgeInner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.childrenAgeInner label{
    display: block;
    text-align: center;
}
.customInput select{
    padding-left: 10px;
    width: 60px;
    height: 34px;
    cursor: pointer;
    width: 100%;
}
.ageInputs{
    display: flex;
    justify-content: center;
}
.ageInputs .customInput{
    width: 70px;
    margin-left: 15px;
}
.ageInputs .customInput:first-of-type{
    margin-left: 0;
    margin-right: 0;
}
@media screen and (max-width:1450px){
    section {
        padding: 96px var(--gutter);
    }
    .generatedCalendar .month td{
        padding: 9px;
    }
}
@media screen and (max-width:800px){
    .customInput input{
        width: 30px;
    }
    .generatedCalendar .month td{
        padding: 10px;
    }
    .szobafoglalasContainer {
        width: 100%;
        box-sizing: border-box;
    }
    section {
        padding-left: 3vw;
        padding-right: 3vw;
        padding-top: 16px !important;
        padding-bottom: 10vw !important;
    }
    .szobafoglalasContainer .calendar {
        flex-direction: column;
        align-items: center;
    }
    .prev, .next{
        transform: rotateZ(90deg);
        padding: 15px;
    }
    .availableRooms .roomType, .availableRooms .roomType .details{
        flex-direction: column;
        align-items: center;
        padding: 0;
        text-align: center;
    }
    .availableRooms .roomType .details h2{
        text-align: center;
    }
    .formContainer .row {
        width: 100%;
    }
    table.month{
        margin-bottom: 10px;
    }
    .children .customInput{
        margin-right: 0;
    }
    .availableRooms .roomType .image{
        margin-right: 0;
    }
    .formContainerInner{
        width: 80%;
    }
}