body {
    background-color: #fff;
}
.timetable {
    box-sizing: border-box
}
.timetable::after {
    clear: both;
    content: "";
    display: table
}
.timetable *,
.timetable *:before,
.timetable *:after {
    box-sizing: inherit
}
.timetable ul,
.timetable li {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.timetable aside,
.timetable section {
    float: left
}
.timetable aside {
    width: 25%;
    padding: 0!important;
    margin-top: 46px;
    border-right: 5px solid transparent
}
.timetable aside li {
    padding: 0 15px;
    background-color: #EFEFEF;
    line-height: 46px
}
.timetable aside li:not(:last-of-type) {
    border-bottom: 1px solid #fff
}
.timetable aside .row-heading {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}
.timetable ul {
    list-style-type: none;
    margin: 0
}
.timetable aside li,
.timetable time li {
    height: 45px
}
.timetable section {
    width: 75%;
    padding: 0!important;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}
.timetable section time {
    white-space: nowrap;
    display: inline-block
}
.timetable section header {
    height: 46px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-size: 0
}
.timetable section header::after {
    clear: both;
    content: "";
    display: table
}
.timetable section header li {
    display: inline-block;
    font-size: 1rem;
    overflow: visible;
    width: 0;
    line-height: 46px;
    display: inline-block;
    position: relative
}
.timetable section header li:not(:last-of-type) {
    width: 96px
}
.timetable section header li .time-label {
    display: block;
    position: absolute;
    left: 0
}
.timetable section header li:not(:first-of-type) .time-label {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.timetable section header li:last-of-type .time-label {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
.timetable ul.room-timeline {
    border-left: none;
    position: relative;
    overflow: hidden
}
.timetable ul.room-timeline li {
    position: relative;
    background-color: #F4F4F4
}
.timetable ul.room-timeline li:nth-of-type(odd) {
    background-color: #FDFDFD
}
/*.timetable ul.room-timeline li:first-of-type {
    border-top: 1px solid #E5E5E5
}
.timetable ul.room-timeline li:last-of-type {
    border-bottom: 1px solid #E5E5E5
}*/
.timetable ul.room-timeline li:not(:last-of-type) {
    border-bottom: none
}
.timetable ul.room-timeline li:first-child .time-entry {
    height: 45px
}
.timetable ul.room-timeline li:after,
.timetable ul.room-timeline li:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}
.timetable ul.room-timeline li:before {
    background-image: linear-gradient(to right, #E5E5E5 1px, transparent 1px);
    background-size: 24px auto
}
.timetable ul.room-timeline li:after {
    background-image: linear-gradient(to right, #E5E5E5, #E5E5E5 1px, #F4F4F4 1px, #F4F4F4 2px, #E5E5E5 2px, #E5E5E5 3px, transparent 3px, transparent);
    background-size: 96px auto;
    background-position: -2px 0
}
.timetable .time-entry {
    background-color: #EC6A5E;
    transition: 200ms background-color;
    height: 45px;
    display: block;
    position: absolute;
    z-index: 2;
    padding: 0 10px;
    white-space: normal;
    overflow: hidden;
    color: #fff;
    border: 1px solid #e32c1b;
}
.timetable .time-entry small {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block
}
.timetable .time-entry:hover {
    background-color: #e74030
}
.form-group > input::-webkit-input-placeholder {
    color: #d6d6d6;
    text-transform: lowercase;
    font-size: 13px;
    font-weight: 300;
}
.form-group > textarea::-webkit-input-placeholder {
    color: #d6d6d6;
    text-transform: lowercase;
    font-size: 13px;
    font-weight: 300;
}
.input-title {
    font-weight: 400;
    font-size: 18px;
    color: #292929;
    letter-spacing: 0.05em;
}
#nice-button {
    height: 42px;
    line-height: 40px;
    background: #ec1c24;
    border: 1px solid #ec1c24;
    border-radius: 5px !important;
    font-size: 15px;
    width: 100%;
    color: #fff;
}
input[type="submit"], button[type="submit"] {
    background: #ec1c24;
    border: 1px solid #ec1c24;
    border-radius: 5px !important;
    font-size: 15px;
    /* margin-bottom: 0; */
    height: 42px;
    line-height: 40px;
}
.bt {
    border-top: 1px solid #cacaca;
}
.bb-cp {
    border-bottom: 1px solid #dc143c;
}
.step2, .step3, .step4, .step5 {
    display: none;
}
.form-control {
    height: 42px;
}
.mt28 {
    margin-top: 28px;
}
.room-price {
    text-align: right;
    font-weight: bold;
    float: right;
    padding: 15px;
    background: #ec1c24;
    color: #fff;
    font-size: 18px;
    float: left;
}
.room-price > p {
    margin: 0;
}
.free-room {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
    background-color: #fff;
    margin-bottom: 24px;
}
.free-room:hover {
    cursor: pointer;
}
.free-room-title {
    font-size: 21px;
}
.selected-room {
    border: 3px solid #000;
}
.room-name {
    display: inline-block;
}
.room-check {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.room-check:last-of-type { margin-right: 1rem; }

.room-check i {
  display: inline-block;
  height: 25px;
  position: relative;
  top: 6px;
  font-style: normal;
  color: #ccc;
}

.room-check span {
  display: inline-block;
  margin-left: 5px;
  line-height: 25px;
  color: gray;
}

input[type="radio"],
input[type="checkbox"] { display: none; }

input[type="radio"] + i:before,
input[type="checkbox"] + i:before {
  font-family: 'FontAwesome';
  font-size: 28px;
  height: 25px;
  width: 25px;
  display: inline-block;
}

input[type="radio"]:checked + i,
input[type="checkbox"]:checked + i {
  position: relative;
  -webkit-animation: icon-beat 0.1s ease;
  animation: icon-beat 0.1s ease;
}

input[type="radio"]:checked + i + span,
input[type="checkbox"]:checked + i + span {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

input[type="radio"] + i:before { content: "\f10c"; }

input[type="radio"]:checked + i:before { content: "\f111"; }

input[type="radio"]:checked + i + span,
input[type="radio"]:checked + i:before { color: rgba(236, 28, 36, 0.80); }

input[type="checkbox"] + i:before { content: "\f096"; }

input[type="checkbox"]:checked + i:before { content: "\f046"; }

input[type="checkbox"]:checked + i + span,
input[type="checkbox"]:checked + i:before { color: rgba(236, 28, 36, 0.80); }


.room-title {
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
    float: left;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 10px 10px 0 0;
    background: #fff;
}
.tr-color-main {
    background: #7d7d7d;
    color: #fff;
}
.summary-body td {
    background: #fff;
}
.fs-16 {
    font-size: 16px;
}
.total {
    padding: 15px 15px;
    border: 2px solid #ec1c24;
    border-radius: 10px;
    margin: 15px 15px 40px;
    float: right;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 10px 10px 10px 0px rgba(50, 50, 50, 0.5);
    background: #fff;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.pricing-head {
    background: #ec1c24;
    color: #fff;
    font-size: 16px;
}
.form-control:focus {
    border-color: #ec1c24;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #ec1c24;
    border-color: #ec1c24;
}
#comments {
    margin-bottom: 0;
}
.error {
    margin-bottom: 0;
}
input[type="text"]:focus, input[type="password"]:focus {
    outline: none;
}
#timetable {
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 6px 7px 20px 0px #cacaca;
    margin-bottom: 32px;
}
.timetable .time-entry {
    border: none;
    z-index: 99;
}
.time-entry {
    width: 48px;
    font-size: 13px;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    transform: skew(-45deg);
}
#current-month {
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
    color: #ec6a5e;
    font-weight: bold;
    text-align: left;
}
#additional-info {
    display: none;
    font-size: 13px;
    padding: 10px 0;
    color: #4e4e4e;
    font-weight: bold;
    border: 1px solid #cacaca;
    box-shadow: 0px 0px 17px 0px #ccc;
}
.time-label {
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}
.row-heading {
    font-size: 14px;
    font-weight: bold;
}
.controls {
    text-align: right;
}
.controls > input {
    color: #fff;
    background: #ec6a5e;
    border: 1px solid #fff;
    font-weight: normal;
    padding: 7px 14px;
    font-size: 18px;
}
#month-prev {
    border-radius: 6px 0 0 6px;
}
#month-prev:disabled {
    background: #ccc;
    opacity: 0.4;
    cursor: no-drop;
}
#month-next {
    border-radius: 0 6px 6px 0;
}
.click-day {
    width: 48px;
    height: 45px;
    position: relative;
    float: left;
    z-index: 99;
}
.available:hover {
    opacity: 0.9;
    background-color: #cacaca;
}
.timetable ul.room-timeline li:before {
    background-size: 48px auto;
}
.hovered {
    background: #DCEF77 !important;
}
.timetable ul.room-timeline li:after {
    background-size: 48px auto;
}
.timetable section header li:not(:last-of-type) {
    width: 48px;
}
.timetable section header li:last-of-type {
    width: 48px;
}
.timetable .time-entry small {
    position: relative;
    top: 25%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    transform: skew(45deg);
}
.not-available {
    background: #A72E23;
    opacity: 0.5;
    cursor: no-drop;
    z-index: 999;
}
.ui-datepicker {
    width: 20em;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: none;
    text-align: center;
    border: 1px solid #676767;
/*    box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);*/
}
.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #ec1c24;
    background: #ec1c24 !important;
    color: #fff;
    box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, .5);
}
.ui-datepicker-year {
    color: #fff;
    font-size: 16px;
    text-shadow: -1px -1px 0 #717171, 1px -1px 0 #717171, -1px 1px 0 #717171, 1px 1px 0 #717171;
    position: relative;
    top: 1px;
    left: 2px;
}
.ui-widget-header {
    background: #ec1c24;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    opacity: .25;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    box-shadow: 5px 10px 10px 0px rgba(50, 50, 50, 0.5);
}
.ui-datepicker-month {
    border-radius: 5px;
    padding-left: 30px;
    border: 1px solid #717171;
}
.ui-icon-circle-triangle-e {
    background-position: -31px 0px;
}
.ui-icon-circle-triangle-w {
    background-position: -97px 0px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    top: 4px;
    right: 5px;
    border: 1px solid #717171;
    background-color: #fff;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}
.ui-state-default:hover {
    border: 1px solid #ec1c24;
    background: #efefef;
}
.selected {
    background: #3773B9 !important;
    border: none;
}
.last  {
    border-style: solid;
    border-width: 45px 45px 0 0;
    border-color: #3773b9 transparent transparent transparent;
    background: transparent !important;
}
.last-ls {
    border-style: solid;
    border-width: 45px 45px 0 0;
    border-color: #3773b9 transparent transparent transparent;
    background: transparent !important;
}
.first {
    border-style: solid;
    border-width: 0px 0 45px 45px;
    border-color: transparent transparent #3773b9 transparent;
    background: transparent !important;
}
.modal.in .modal-dialog {
    top: 30%;
}
.ui-widget.ui-widget-content {
    z-index: 999 !important;
}

/* .table.pricing{table-layout: fixed; margin:40px auto 0px auto; } */
.table.pricing, .table.pricing td, .table.pricing th {
    border-collapse:collapse; 
    border:1px solid #777;
}
.table-wrapper { 
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
}
.table.pricing th, .table.pricing td { 
    min-width: 200px; 
    line-height: 21px !important;
    font-size: 14px;
}
.summary-body tr td:not(:first-child) {
    text-align: center;
    vertical-align: middle
}
.pricing-head tr th {
    text-align: center;
}
.summary-body tr:nth-child(even) td {
    background-color: #f9f9f9;
}

.table-only-prices {
    width: 100%;
}

.diffrent-season-price {
    overflow: auto;
}

.table-only-prices td {
    border: 1px solid #777;
    text-align: center;
    font-size: 15px;
}

.diffrent-season-price .room-name {
    display: block;
    background: #0069b4;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
}

.table-only-prices tbody tr:nth-child(odd) td {
    background-color: #f9f9f9;
}

.table-only-prices thead td {
    font-weight: 600;
}

.table-only-prices tr td {
    min-width: 200px;
}

.arrow-wrapper {
    display: none;
}
.arrow-wrapper img {
    width: 35px;
    padding-bottom: 5px;
}
.summary-row td {
    background: #adadad !important;
    color: #fff;
    font-size: 17px !important;
    font-weight: bold;
}
.weekend-6 {
    background: rgba(193, 193, 193, 0.2);
}
.weekend-7 {
    background: #f5dede;
}
.absolute-next {
    width: 150px;
    height: 54px;
    text-align: center;
    cursor: pointer;
    float: right;
    display: block;
}

.absolute-next span {
    text-align: center;
    font-size: 19px;
    color: #fff;
    line-height: 54px;
}

/* #step3-result {
    overflow-x: auto;
} */


@media(max-width: 991px) {
    .arrow-wrapper {
        display: block;
    }
}
@media (max-width: 960px) {
    .timetable aside {
        width: 40%
    }
    .timetable section {
        width: 60%
    }
    .pricing-head, .fs-16 {
        font-size: 12px;
    }
}
@media(max-width: 776px) {
    .diffrent-season-price .room-name {
        font-size: 12px;
    }
    .room-price {
        float: right;
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .pricing-head, .fs-16 {
        font-size: 10px;
    }
    .table.pricing th, .table.pricing td { min-width: 110px; }
}