﻿body {
    font-size: 14px;
    background-color: #eaeaea;
    font-family: Arial;
    padding-bottom: 15px;
}

.btn-primary {
    color: #fff;
}

/*.brand-color {
    color: #1E3C77;
}

.brand-bg-color {
    background: #1E3C77;
}*/

.filter-wrapper {
    position: relative;
}

.filter {
    padding-bottom: 15px;
    color: #fff;
    width: 100%;
    position: relative;
}

/*@media (min-width: 768px) {
    .filter {
        position: absolute;
        bottom: 0;
        background: rgba(0,0,0,.6);
    }
}*/

@media (min-width: 768px) {
    .min-rate {
        margin-top: 15px;
    }
}

/*.field-required:after {
    content: ' *';
    font-size: 1.3em;
    font-weight: bold;
    display: inline;
    color: #dc3545;
}

.field-required-2:after {
    content: ' **';
    font-size: 1.3em;
    font-weight: bold;
    display: inline;
    color: #dc3545;
}*/

.inline {
    display: inline-block;
}

.btn {
    border-radius: 0;
}

.form-control,
.input-group-text,
.btn {
    border-radius: 0;
}

input[type='checkbox'] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
}

.layout-table td {
    vertical-align: top;
    padding-top: 5px;
}

.layout-table-2 td {
    vertical-align: top;
}

.layout-table-3 {
    width: 100%;
}

.layout-table-3 td {
    vertical-align: middle;
}

.margin-right-5 {
    margin-right: 5px;
}

.break-all {
    word-break: break-all;
}

.min-rate {
    margin-bottom: 15px;
}

.min-rate-amout {
    font-size: 18px;
}

@media (min-width: 768px) {
    .min-rate {
        margin-top: 15px;
    }
}



.pad-15 {
    padding: 15px;
}

.pad-0 {
    padding: 0;
}

.margin-15 {
    margin: 15px;
}

.margin-top-bottom-15 {
    margin: 15px 0;
}

.margin-top-bottom-10 {
    margin: 10px 0;
}

.margin-top-bottom-5 {
    margin: 5px 0;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.no-margin {
    margin: 0 !important;
}

.row-separator {
    margin: 15px -15px;
    border-top: 1px solid #ddd;
}

.simple-separator {
    border-top: 1px solid #ddd;
}

.bold {
    font-weight: bold;
}

.property {
    font-size: 22px;
    font-weight: bold;
    padding: 15px 0;
    color: #fff;
}

.star-rating {
    color: #fdb916;
}

.property-name { }

.room-type {
        
}

.white-panel,
.package-panel {
    margin-top: 15px;
    border: 1px solid #ddd;
    background: #fff;
}

.booking .white-panel {
    /*margin-top: 0;*/
}

.package-panel {
    border-top: none;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.property-details {
}

.room-type-name {
    font-size: 20px;
}

.room-type-details {
    margin: 15px 0;
}

    

.contact-info {

}

.white-panel-header {
    padding: 15px;
    color: #fff;
    font-size: 20px;
}

.white-panel-content { }

.facilities { }

.rate-buttons .btn {
    min-width: 115px;
}

.no-room-type-available {
    padding: 30px;
    font-size: 20px;
    color: #dc3545;
}


/*label {
    margin-top: .5rem;
    margin-bottom: 0;
    font-weight: bold;
}*/


.filter label {
    margin-top: .5rem;
    margin-bottom: 0;
}

.cell-label {
    font-weight: bold;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.cell-label-2 {
    font-weight: bold;
    margin-top: .5rem;
    margin-bottom: 0;
}

/*.money-total {
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    font-size: 20px;
}*/

.money-total {
    display: inline-block;
    padding: 5px 10px;
    font-size: 20px;
    background: #FDB813;
    color: #333;
    font-weight: bold;
}

.money-total.in-header {
    padding: 0;
}

.italic {
    font-style: italic;
}

.addon,
.room {
    font-size: 20px;
}

.short-input {
    width: 30px;
    text-align: right;
}

.addon-checkbox-cell {
    width: 30px;
    padding-top: 5px;
}

.field-validation-error {
    /*color: #dc3545;
    font-size: 12px;
    margin-top: -25px;
    display: block;
    height: 25px;
    margin-left: 12px;*/
    display: none;
}

.validation-summary {
    background: #dc3545;
    padding: 15px;
    padding-left: 0;
    color: #fff;
}

    .validation-summary ul {
        margin-bottom: 0;
    }


.copyright {
    font-size: 9px;
    text-align: center;
    margin: 10px 0;
    color: #999;
}

.copyright a {
    color: #999;
}

.sub-heading {
    font-size: 20px;
}

.modal-content {
    border-radius: 0;
    display: block;
}

.book-now-button {
    background: #007a19;
    border-color: #007a19;
    font-size: 22px;
    font-weight: bold;
}

    .book-now-button:focus,
    .book-now-button:active,
    .book-now-button:hover {
        background-color: #007a19 !important;
        border-color: #007a19 !important;
        box-shadow: none !important;
    }

.num-select {
    width: 100px;
}

input, select, textarea {
    outline: none;
    box-shadow:none !important;
}

.add-on-nums {
    margin-top: 10px;
    margin-bottom: 5px;
}



.fl-form input.fl-input, 
.fl-form select.fl-select, 
.fl-form textarea.fl-textarea {
    margin-bottom: 20px;
    font-size: 14px;
}

    /*.fl-form input.fl-input.is-invalid,
    .fl-form select.fl-select.is-invalid,
    .fl-form textarea.fl-textarea.is-invalid {
       
        border-color: #dc3545;
    }*/

.is-invalid {
}

::-webkit-input-placeholder {
    color: #a4a4a4 !important;
}
::-moz-placeholder {
    color: #a4a4a4 !important;
}
:-ms-input-placeholder {
    color: #a4a4a4 !important;
}
:-moz-placeholder {
    color: #a4a4a4 !important;
}

.fl-form label.fl-label {
    /*color: #acacac;*/
    color: #a4a4a4;
}

.fl-form select.fl-select {
    color: #a4a4a4;
}

.input-validation-error::-webkit-input-placeholder {
    color: #dc3545 !important;
    font-size: 12px;
}
.input-validation-error::-moz-placeholder {
    color: #dc3545 !important;
    font-size: 12px;
}
.input-validation-error:-ms-input-placeholder {
    color: #dc3545 !important;
    font-size: 12px;
}
.input-validation-error:-moz-placeholder {
    color: #dc3545 !important;
    font-size: 12px;
}

.close {
    margin-top: -10px;
    margin-right: -15px;
    float: right;
    width: 30px;
}

@media (min-width: 992px) {
    #RoomTypeInformationModal .modal-dialog {
        max-width: 900px;
    }
}

.clickable {
    cursor: pointer;
}



/*.input-validation-error {
    border-color: #dc3545 !important;
}*/
.mask {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ececec 50% 50% no-repeat;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
    filter: alpha(opacity = 50)
}

.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(30, 60, 119,.5);
    border-right: 6px solid rgba(30, 60, 119,.5);
    border-bottom: 6px solid rgba(30, 60, 119,.5);
    border-top: 6px solid rgb(30, 60, 119);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.carousel-control-photoswipe {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-left: 15%;
    color: #fff;
    text-align: center;
    opacity: 1;
    cursor: pointer;
}

.pswp__caption__center {
    text-align: center;
}

.readmore {
    overflow: hidden;
}

.info-table-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.info-table {
    margin: 10px;
}

.info-table td {
    border-bottom: 1px solid #ddd;
    padding-left: 5px;
    padding-right: 5px;
}

.fl-form .fl-wrap-select:after {
    pointer-events: none;
}