#calendarViewContainer table {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
    margin-bottom: 50px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    border: solid #75c5cf 2px;
}

    #calendarViewContainer table thead tr th {
        background: #75c5cf;
        color: white; /*#d1d5db;*/
        padding: 0.5em;
        overflow: hidden;
        text-align: center;
    }

    #calendarViewContainer table tbody tr td:first-child {
        background: #75c5cf;
        font-weight: bold;
        color: white; /*#d1d5db;*/
        padding: 0.5em;
        overflow: hidden;
        text-align: center;
    }

    #calendarViewContainer table tbody tr td.price {
        font-weight: bold;
        color: darkslategray;
    }

    #calendarViewContainer table tbody tr td.price.disabled {
        color: darkslategray;
    }

    #calendarViewContainer table thead tr th:first-child {
        border-radius: 3px 0 0 0;
    }

    #calendarViewContainer table thead tr th:last-child {
        border-radius: 0 3px 0 0;
    }

    #calendarViewContainer table tbody tr:last-child td:first-child {
        border-radius: 0 0 0 3px;
        border-width: 2px;
    }

    #calendarViewContainer table tbody tr:last-child td:last-child {
        border-radius: 0 0 3px 0;
        border-width: 2px;
    }

    #calendarViewContainer table thead tr th .day {
        display: block;
        font-size: 1.2em;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin: 0 auto 5px;
        padding: 5px;
        line-height: 1.8;
    }

    #calendarViewContainer table thead tr th .short {
        display: none;
    }

    #calendarViewContainer table thead tr th i {
        vertical-align: middle;
        font-size: 2em;
    }

    #calendarViewContainer table tbody tr {
        background: #d1d5db;
    }

        #calendarViewContainer table tbody tr:nth-child(odd) {
            background: #eeeeee; /*#c8cdd4;*/
        }

        #calendarViewContainer table tbody tr:nth-child(4n+0) td {
            border-bottom: 1px solid #75c5cf;
        }

        #calendarViewContainer table tbody tr td {
            text-align: center;
            vertical-align: middle;
            border-left: 1px solid #75c5cf;
            position: relative;
            height: 60px;
            cursor: pointer;
        }

            #calendarViewContainer table tbody tr td:last-child {
                border-right: 1px solid #75c5cf;
            }

@media (max-width: 60em) {
    #calendarViewContainer table thead tr th .long {
        display: none;
    }

    #calendarViewContainer table thead tr th .short {
        display: block;
    }
}

@media (max-width: 27em) {
    #calendarViewContainer table thead tr th {
        font-size: 65%;
    }

        #calendarViewContainer table thead tr th .day {
            display: block;
            font-size: 1.2em;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            margin: 0 auto 5px;
            padding: 5px;
        }
    /*#calendarViewContainer table tbody tr td.hour {
    font-size: 1.7em;
  }
  #calendarViewContainer table tbody tr td.hour span {
    transform: translateY(16px) rotate(270deg);
    -webkit-transform: translateY(16px) rotate(270deg);
    -moz-transform: translateY(16px) rotate(270deg);
  }*/
}

table[multi-day-select] td:hover {
    background: #8deaed;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8deaed), to(#9fedf0));
    background: -moz-linear-gradient(#8deaed, #9fedf0);
    background: linear-gradient(#8deaed, #9fedf0);
    box-shadow: inset 0 0 0 1px #b9f2f5;
}

[multi-day-select] {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    [multi-day-select] .hover-area {
        background: #8deaed;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8deaed), to(#9fedf0));
        background: -moz-linear-gradient(#8deaed, #9fedf0);
        background: linear-gradient(#8deaed, #9fedf0);
        box-shadow: inset 0 0 0 1px #b9f2f5;
    }

    [multi-day-select] .selected-item {
        transition: all 0.2s ease-in-out;
        background: #007AFF !important;
        color: white !important;
        border-bottom-color: #007AFF !important;
        border: #007AFF !important;
    }

    [multi-day-select] .disabled{
        cursor:not-allowed !important;
        color:#c0c0c0;
        background-color:#ffffff;
    }

.ui-state-default {
    border: 0px solid rgba(211, 211, 211, 0.54);
    background: #C0C0C0;
    -moz-box-shadow: inset 0 0 0 1px #63ad0d;
    -webkit-box-shadow: inset 0 0 0 1px #63ad0d;
    -moz-border-radius: 0px;
    background: #eee;
    background: -moz-linear-gradient(#eee, #e2e2e2);
    box-shadow: inset 0 0 0 1px #aaa;
    color: #5A5757;
    font: bold 10px Arial, Helvetica, Clean, sans-serif;
    text-align: center;
}

.btnBookNow {
    /*background-color: #428bca;*/
    border-color: #35929e;
    text-shadow: 0 -1px 0 #50878e;
}

.darkenText {
    color: #808080
}

.placeHolderColor::-webkit-input-placeholder {
    color: #808080
}
