.monthlytable {
    font-family: arial;
}
.montlycell {
    text-align: center;
    width:50px;
    height:50px;
    vertical-align: middle;
}
.mthead {
    font-size:16px;
    padding:5px;
    background:#607d8b;
    color:white;
}
.mtweekday {
    color:#607d8b;
    text-transform: capitalize;
}

.calday {
    cursor: pointer;
    box-sizing: border-box;
    padding: 5px 2px 2px 2px;
    display:inline-block;
    width:32px;
    height:32px;
    border-radius: 50%;
    background-size:50%;
    color:#666;
}

.caltoday {
    outline:2px solid #000;
    /*padding: 4px 2px 2px 2px;*/
}

.calpast {
    opacity: .5;
}

.ccnothing {
    color:#000;
}

.ccrendelesfull {
    background:red;
    color:#fff;
}

.ccrendelesfree {
    background:green;
    color:#fff;
}

.warnfooldal {
    color:#fff;
    padding:20px;
    margin:0px auto;
    background-color:#f00;
    max-width: 500px;
}

.warnfooldal2 {
    color:#fff;
    margin:0px auto;
    background-color:#f00;
    max-width: 370px;
}

.warncontainer {
    width:100%;
    position: absolute;
    top: 20px;
}

.warnbackoverlay {
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(255,255,255,.7);
}

.foglaltbtn {
    margin-top:3px;
    display:inline-block;
    padding:2px 10px;
    border-radius:4px;
    background:#ddd;
    color:#bbb;
    text-decoration:none;
}
.foglaltbtn:hover {
    text-decoration:none;
}

.foglalhatobtn {
    margin-top:3px;
    display:inline-block;
    padding:2px 10px;
    border-radius:4px;
    background:#95c55b;
    color:#fff;
    text-decoration:none;
}

.foglalhatobtn:hover {
    text-decoration:none;
    background:#81bc57;
}

.form-group {
    position:relative;
    width:100%;

    & + .form-group {
        margin-top: 20px;
    }
}

.form-label {
    position: absolute;
    top: 6px;
    left: 10px;
    color: #999;
    background-color: #fff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .form-label {
    transform: translateY(-90%);
    font-size: .75em;
}

.form-input {
    position: relative;
    padding: 8px 10px 8px 10px;
    width: 100%;
    outline: 0;
    border: 1px solid #e5e5e5;
    transition: box-shadow 150ms ease-out;
}

.form-select {
    width: auto;
    color:#999;
    border: 1px solid #e5e5e5;
    background:#fff;
    font-size: 15px;
}

.reservationloadinganimation {
    display:none;
}

.reservationdayloadinganimation {
    display:none;
}

.reservationbuttonloadinganimation {
    display:none;
}