.pace-running .roomContent{
    zoom:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; /*for IE8 or IE9 only should come BEFORE filter*/
    filter:alpha(opacity=10);
    opacity:0.1;
}
.pace-done .roomContent{
    zoom:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /*for IE8 or IE9 only should come BEFORE filter*/
    filter:alpha(opacity=100);
    opacity:1;
    -webkit-transition:opacity 1s linear;
    -moz-transition:opacity 1s linear;
    -o-transition:opacity 1s linear;
    transition:opacity 1s linear;
}
.btn-book {
    color: #fff;
    background-color: #333;
    border-width: 0;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 80px;
}
.btn-booked {
    color: #fff;
    background-color: #6da92f;
    border-width: 0;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 80px;
}
.btn-load {
    color: #fff;
    background-color: #6da92f;
    border-width: 0;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 80px;
}
.btn-unavailable {
    color: #fff;
    background-color: #f06060;
    border-width: 0;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 80px;
}
.btn-book:focus, .btn-book.focus, .btn-book:hover,
.btn-booked:focus, .btn-booked.focus, .btn-booked:hover,
.btn-load:focus, .btn-load.focus, .btn-load:hover,
.btn-unavailable:focus, .btn-unavailable.focus, .btn-unavailable:hover
 {
    color: #fff;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
            box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
}

.headTitleAlert {
    display:none;
}
.headTitleAlert h1{
    color: #f00;
}
.roomAlert {
    display:none;
    font-size: 1.2rem;
}
.roomAlert strong {
    font-size: 1.4rem;
}
.wrap-reservation-title {
    font-size: 1.4rem;
    padding: 15px 0;
    text-align: center;
    z-index: 99;
}
.wrap-reservation-title h1 {
    font-family: 'Oswald', sans-serif;
    margin: 0;
    text-transform: uppercase;
}
.wrap-reservation-title h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 1.7rem;
	color: #3f51b5;
	font-style: normal;
	font-weight: 300;
    margin: 0 0 10px;
}
@media (min-width: 1200px) {
    .wrap-reservation-title h1 {
        font-size: 3.6rem !important;
    }
}
@media (min-width: 768px) {
	.wrap-reservation-title {
        font-size: 1.4rem;
        padding: 30px;
    }
    .wrap-reservation-title h1 {
        font-size: 4.8rem;
        font-weight: 700;
    }
    .wrap-reservation-title h2 {
        font-size: 3rem;
    }
}
.roomtype-container {
    border-bottom: 1px dotted #d5d5d5;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
    transition: all 0.2s ease 0s;
    z-index: 1;
}
.roomtype-container:last-child {
    border-bottom: 0 dotted #d5d5d5;
}
.roomtype-container.active {
    background-color: #e3f2fd;
}
.roomtype-container h1.roomtype-title {
    font-size: 2.4rem;
    margin-top: 0px;
}
@media (max-width: 480px) {
    .roomtype-container .roomtype-desc {
        padding: 15px;
    }
}
@media (min-width: 768px) {
    .roomtype-container .roomtype-desc + .row div:first-child {
        padding-left: 15px;
    }
}
.roomtype-container .roomtype-desc ul {
    margin-bottom: 10px;
}
.roomtype-container .roomtype-desc .roomDesc {
    font-size: 1.2rem;
}
.roomtype-container .roomtype-desc .price h3 {
    font-size: 2.1rem;
    color: #f06060;
	margin-top: 0;
}
.roomtype-container .roomtype-desc .price h3 span {
    color: #5c4b51;
}
.roomtype-container .roomtype-desc .price h3 span small {
    font-size: 1.4rem;
}
@media (max-width: 480px) {
    .roomtype-container .roomtype-right {
    }
}
@media (min-width: 768px) {
    .roomtype-container .roomtype-right {
        margin-top: 15px;
        margin-left: -15px;
    }
}
.roomtype-container .roomtype-right .spinner .input-group-btn-vertical {
    top: auto;
    bottom: 0;
    right: 5px;
}
.roomtype-container .roomtype-right .spinner .btn {
    margin-bottom: 0;
    padding: 8px 10px;
}
.roomtype-container .roomtype-right .spinner .form-group {
    position: relative;
}
.roomtype-container .roomtype-right .btn {
    max-width: 100%;
    min-width: 100%;
}
.roomtype-container .sold {
    display: none;
}
.room-unavailable {
    position: relative;
}
.room-unavailable .sold {
    display: block;
    position: absolute;
    top:0;
    right:0;
    background-image: url(../../img/sold.png);
    background-position: right top;
    background-repeat: no-repeat;
    width: 120px;
    height: 100px;
}
.room-unavailable .error {
    display: block;
    position: absolute;
    top:0;
    right:0;
    background-image: url(../../img/error.png);
    background-position: right top;
    background-repeat: no-repeat;
    width: 120px;
    height: 100px;
}
.summary {
    background-color: #f9f9f9;
    border-radius: 0;
    position: relative;
}
.summary .shadow {
    background-color: #e3e3e3;
    height: 100%;
    left: 5px;
    position: absolute;
    top: 7px;
    -webkit-transform: skewY(-2deg); /* Safari */
        -ms-transform: skewY(-2deg); /* IE 9 */
            transform: skewY(-2deg); /* Standard syntax */
    width: 96%;
    z-index: -1;
}
.summary .panel-heading {
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
    text-transform: uppercase;
}
.summary .subTotal {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    color: #f06060;
    border-top: 2px solid #e3e3e3;
    border-bottom: 2px solid #e3e3e3;
    padding-top: 10px;
    padding-bottom: 10px;
}
.summary dl dt,
.roomContent dl dt {
    font-weight: 400;
    text-align: left;
}
.summary dl dd,
.roomContent dl dd {
    font-weight: 600;
}
#summaryRoomSelected.table-condensed {
    margin-bottom: 0px;
}
#summaryRoomSelected.table-condensed > thead > tr > th:first-child,
#summaryRoomSelected.table-condensed > tbody > tr > td:first-child {
    padding-left: 0;
}
#summaryRoomSelected.table-condensed > thead > tr > th:last-child,
#summaryRoomSelected.table-condensed > tbody > tr > td:last-child {
    padding-right: 0;
}
#bkgDtls .btn {
    background-color: #f06060;
    border-radius: 50%;
    border-width: 0;
    color: #ffffff;
    height: 16px;
    line-height: 1;
    padding: 0;
    width: 16px;
}
.personalDetail .select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.personalDetail .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
}
.personalDetail .form-group label {
    font-size: 1.2rem;
    font-weight: 300;
}
.personalDetail .form-control {
    border: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: 0 0 0;
    transition: width 0.5s ease 0s, border-color 0.5s ease 0s;
}
.personalDetail .form-control:focus {
    border: 1px solid #f06060;
    box-shadow: 0 0 0;
}
.personalDetail .form-group-sm .form-control {
    border-radius: 0;
}
.personalDetail .form-group.required .control-label::after {
    color: #ff0000;
    content: " *";
}
.resv-confirmation dl dt {
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    width: 140px;
}
.resv-confirmation dl dd {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ddd;
    margin-left: 150px;
}


.bs-wizard {margin-top: 0px; margin-bottom: 20px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
