html, head, body {
    height: 100%;
}

#container {
    height: 100%;
}

.room-choose {
    margin: 15px;
}

.room-choose .labelRoom {
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

.legend {
    margin: 10px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 30%;
}

.legend ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.legend ul li {
    padding: 5px 5px 5px 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.legend ul li.orange {
    border-left: 10px solid #ffa902;
}

.legend ul li.dark_orange {
    border-left: 10px solid #8d570c;
}

.legend ul li.white {
    border-left: 10px solid #eee;
}

.inactive {
    font-size: 12px !important;
}

#action-container {
    display: none;
    position: absolute;
    z-index: 8;
    top: 20%;
    left: 20%;
    right: 20%;
    background: #fff;
    border: 3px solid #ccc;
    padding: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.btn-reserved, .btn-orange {
    background: #EEA236;
    border: 1px solid #ee7523;
    color: #fff;
    border: 0;
}

.btn-locked {
    background: #8d570c;
}

.btn-locked:hover, .btn-locked:visited {
    background: #8d570c;
    color: #ffffff;
}

.btn-reserved:hover, .btn-orange:hover {
    color: #fff;
    background: #eec44e;
}

.table-calendar {
    height: 100%;
}

.table-calendar thead {
    height: 5%;
}

.table-calendar td {
    vertical-align: middle;
    font-size: 30px;
    color: #999;
}

.table-calendar tr td {
    width: 14.2%;
}

.row-actions {
    margin: 0;
    padding: 0;
    height: 20%;
    display: block;
}

.calendar-current-month {
    text-transform: uppercase;
}

.inactive-field {
    background: #eee;
}

#loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: .8;
    z-index: 16;
}

#loader i {
    margin-top: 10%;
}

.payment--title {
    margin: 0;
}

.payment {
    position: relative !important;
    right: -20px !important;
}

.payment.disabled {
    text-decoration: line-through !important;
    color: #808080;
    opacity: 0.6;
}

.column-price {
    font-size: 18px;
    padding-top: 8px;
    font-weight: 700;
    color: #ff0000;
}

.payment--info {
    margin-bottom: 10px;
}

@media screen and (min-width: 1236px) {
    .form-group.half--width {
        width: calc(50% - 7px) !important;
        display: inline-block !important;
        vertical-align: top;
    }

    .form-group.half--width:nth-child(2n) {
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 1200px) {
    .table-calendar td {
        font-size: 16px !important;
        text-align: center;
    }

    .table-calendar td a {
        margin: 5px 0;
    }

    #action-container {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 0;
    }
}

.payment--info {
    margin-bottom: 10px;
}

@media screen and (min-width: 1236px) {
    .form-group.half--width {
        width: calc(50% - 7px) !important;
        display: inline-block !important;
        vertical-align: top;
    }

    .form-group.half--width:nth-child(2n) {
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 700px) {
    .legend {
        width:100%;
        margin: 10px 0;
    }
    .room-choose .labelRoom {
        text-align: center;
    }
    .room-choose a {
        width: 100%;
        margin: 0 0 10px;
    }
    .calendar-current-month {
        display: block;
        width:100%;
    }
    .calendar-current-month h2 {
        font-size: 18px;
    }

    @media screen and (max-width: 400px) {
        .date, table td .btn-reserve {
            margin: 1px;
            padding: 1px;
        }

        table.table-calendar, table td .date, table td .btn-reserve {
            font-size: 8px !important;
        }
    }

    .row-actions .nav-buttons a {
        width: 100%;
    }
}

.reservationForm {
    padding-bottom: 20px;
}