.error-help-block {
    margin-top: 3px;
    color: red
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    min-width: 315px
}

.datepicker-days table {
    width: 100%
}

em {
    color: red
}

input.custom-control-input {
    display: none
}

.custom-checkbox {
    min-height: 1rem;
    padding-left: 0;
    margin-right: 0;
    cursor: pointer
}

.custom-checkbox .custom-control-indicator {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #818181;
    border-radius: 15px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px;
    box-shadow: none
}

.custom-checkbox .custom-control-indicator:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #f1f1f1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
    left: -2px;
    top: -4px;
    -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #874487;
    background-image: none;
    box-shadow: none !important
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
    background-color: #631b63;
    left: 15px
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none !important
}

.ExtraAdds {
    float: right;
    color: #b59c50 !important;
    font-weight: 500;
    cursor: pointer
}

.ExtraAdds:hover {
    color: #8a6d16 !important
}

.Expandnote {
    float: right;
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
    margin-top: 3px;
    cursor: pointer
}

span.fas {
    color: #fff !important
}

span.fa {
    color: #fff !important
}

.card-header {
    padding: .4rem 1.15rem !important
}

.card-title {
    font-size: 1rem !important;
    font-weight: 600;
    margin-top: 4px !important
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px
}

.kt-user-card-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0
}

.kt-user-card-v2 .kt-user-card-v2__pic {
    padding-right: .5rem
}

.kt-user-card-v2 .kt-user-card-v2__details {
    line-height: 0
}

.kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__name {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #6c7293
}

.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell > span {
    color: #6c7293
}

.kt-user-card-v2 .kt-user-card-v2__pic img {
    border: 1px solid #909090;
    max-width: 60px;
    max-height: 60px
}

.is-invalid {
    border-color: #dc3545 !important;
    padding-right: 2.25rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' width= '12' height= '12' fill= 'none' stroke= '%23dc3545' viewBox= '0 0 12 12' %3e%3ccircle cx= '6' cy= '6' r= '4.5' /%3e%3cpath stroke-linejoin= 'round' d= 'M5.8 3.6h.4L6 6.5z' /%3e%3ccircle cx= '6' cy= '8.2' r= '.6' fill= '%23dc3545' stroke= 'none' /%3e%3c/svg%3e");
    background-repeat: no-repeat !important;
    background-position: right calc(.375em + .1875rem) center !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important
}

.is-valid {
    border-color: #28a745 !important;
    padding-right: 2.25rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' width= '8' height= '8' viewBox= '0 0 8 8' %3e%3cpath fill= '%2328a745' d= 'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z' /%3e%3c/svg%3e");
    background-repeat: no-repeat !important;
    background-position: right calc(.375em + .1875rem) center !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important
}

table.table.table-condensed.table-striped td {
    vertical-align: middle !important
}

h2 {
    margin: 30px 0 0 0
}

fieldset {
    border: 0
}

label {
    display: block
}


/*
.rate {
    position: relative;
    display: inline-block;
    border: none;
    font-size: 12px;
    left: 31%;
    transform: translateX(-50%);
}

.rate input {
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
}

.rate label {
    position: relative;
    float: right;
    color: #C8C8C8;
}

.rate label:before {
    margin: 5px;
    content: "\f005";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 1em;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.rate input:checked ~ label:before {
    color: #FFC107;
}

.rate label:hover ~ label:before {
    color: #ffdb70;
}

.rate label:hover:before {
    color: #FFC107;
}
*/


.rating-group {
    display: inline-flex;
}

/* make hover effect work properly in IE */
.rating__icon {
    pointer-events: none;
}

/* hide radio inputs */
.rating__input {
    position: absolute !important;
    left: -9999px !important;
}

/* set icon padding and size */
.rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 1.3rem;
}

/* add padding and positioning to half star labels */
.rating__label--half {
    padding-right: 0;
    margin-right: -1.12em;
    z-index: 2;
}

/* set default star color */
.rating__icon--star {
    color: orange;
}

/* set color of none icon when unchecked */
.rating__icon--none {
    color: #eee;
}

/* if none icon is checked, make it red */
.rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
}

/* if any input is checked, make its following siblings grey */
.rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

/* make all stars orange on rating group hover */
.rating-group:hover .rating__label .rating__icon--star,
.rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
}

/* make hovered input's following siblings grey on hover */
.rating__input:hover ~ .rating__label .rating__icon--star,
.rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd;
}

/* make none icon grey on rating group hover */
.rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
    color: #eee;
}

/* make none icon red on hover */
.rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
}
#hotel-extra-image {
    display: block;
    margin-top: 10px;
    width: 100%
}

.imagecover {
    min-height: 183px;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.coverthumb {
    width: 100%
}

.custom-checkbox {
    margin-top: 17px
}

.control-label:hover {
    color: #000 !important
}

ul.typeahead {
    width: 91%;
    float: left
}

.col-md-3 {
    float: left
}

input[type=file] {
    height: calc(1.8125rem + 2px);
    padding: 4px;
    font-size: .815rem;
    line-height: 1.3;
    border-radius: .2rem
}

.custom-file-label {
    height: calc(1.8125rem + 2px);
    padding: 4px;
    font-size: .815rem;
    line-height: 1.7;
    border-radius: .2rem
}

.custom-file-label::after {
    height: calc(1.8125rem + 0px);
    padding: 4px;
    font-size: .815rem;
    line-height: 1.7;
    border-radius: .2rem
}

.chosen-container {
    width: 100% !important
}

.nav-treeview > .nav-item > .nav-link {
    padding-left: 34px !important
}

em {
    color: red
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .chosen-container {
    border: 1px solid #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important
}

.has-error .cke {
    border: 1px solid #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.transferChildConfig {
    width: 100%
}

#addHTRChildConfig {
    float: right;
    padding: 4px 25px;
    margin-top: 3px;
    border-radius: 2px
}

#addMPChildConfig {
    float: right;
    padding: 4px 25px;
    margin-top: 3px;
    border-radius: 2px;
}

#addHTRChildConfig span.fa {
    color: #000 !important
}

#addMPChildConfig span.fa {
    color: #000 !important
}

.htrc_price {
    width: 80%;
    float: left;
}

.mpcp_price {
    width: 80%;
    float: left;
}

.removeTransferChildConfig {
    float: right;
}

.removeMealPlanChildConfig {
    float: right;
}

.ajLoader {
    display: none;
    z-index: 10000;
    background: #0a0a0a4d;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.ajLoader img {
    width: 81px;
    margin-top: 26%;
}

.roomPriceFrom {
    margin-bottom: 5px;
}

.roomPricingLabel {
    vertical-align: middle !important;
    font-weight: 600;
    color: #908d8d !important;
}

.childConfigurationLabel {
    vertical-align: middle !important;
    font-weight: 600;
    color: #000 !important;
}

.addMChildConfig {
    margin-left: 10px;
}

.ageFrom {
    width: 39%;
    margin-left: 3%;
    float: left;
}

.ageTo {
    width: 39%;
    margin-left: 3%;
    float: left;
}

.btn-pink {
    background: #ec4d96;
    border-color: #e83e8c;
    padding: 5px 9px !important;
}

.btn-pink:hover {
    background: #e6277f;
}

.removeBlockbtn {
    margin-bottom: 6px;
    text-align: center;
}

.removeChildBlockbtn {
    float: left;
    margin-top: 3px;
}

#roomConfigurationCard {
    display: none;
}

input.has-error, select.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.resetpassword-msg {
    margin-bottom: 3px;
}

.resetpassword-note {
    font-style: italic;
    margin-left: 10px;
    color: #666;
}

.accessErrorDesc {
    width: 100%;
    text-align: center;
    margin-top: 10%;
    font-size: 35px;
}

.accessErrorDesctwo {
    width: 100%;
    text-align: center;
    margin-top: 1%;
    font-size: 22px;
}

.clock {
    width: 100%;
    height: 9vh;
    color: white;
    font-size: 44px;
    font-family: sans-serif;
    line-height: 9.4vh;
    display: flex;
    position: relative;
    /* background: green; */
    overflow: hidden;
    justify-content: center;
}

/*
.clock::before, .clock::after {
    content: '';
    width: 7ch;
    height: 3vh;
    background: linear-gradient(to top, transparent, black);
    position: absolute;
    z-index: 2;
}*/

.clock::after {
    bottom: 0;
    background: linear-gradient(to bottom, transparent, black);
}

.clock > div {
    display: flex;
}

.tick {
    line-height: 8vh;
}

.tick-hidden {
    opacity: 0;
}

.move {
    animation: move linear 1s infinite;
}

@keyframes move {
    from {
        transform: translateY(0vh);
    }
    to {
        transform: translateY(-20vh);
    }
}

.dateContainer {
    text-align: center;
    color: #FFF;
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0px;
}
#screenBlocker {
    display: none;
    background-color: #00000040 !important;
    width: 100% !important;
    height: 100vh !important;
    position: fixed;
    top: 0;
    z-index: 99999;
    text-align: center;
}
#screenBlocker img{
    margin-top: 17%;
    width: 5%;
}