﻿.float-right {
    float: right;
}

.body-room-1 {
    padding-bottom: 85px;
}

.header-details {
    /*background-color: #f4f4f4;*/
    /*padding: 10px 10px 0px 10px;*/
    border-bottom: double;
}

.guest-title {
    background-color: #f4f4f4;
    /*padding: 10px 10px 0px 10px;*/
    border: groove;
}

.header-label {
    margin-right: 35px;
}

.radio-style {
    padding-left: 0px;
    margin-top: 10px;
}

.dob-style {
    padding-left: 0px;
}

.buttonWrap {
    min-height: 20px;
}

.searchStyle {
    padding-top: 38px;
}

.deleteButton {
    min-height: 20px;
    margin-top: 10px;
    color: red;
    font-weight: bold;
}

.load-cities {
    min-height: 35px;
    margin-top: 10px;
    border-color: skyblue;
}

.submitButton[cntrl-type="btn-submit"] {
    font-size: 85%;
    font-size: 80%;
    text-transform: uppercase;
    display: inline-block;
    color: #282827;
    font-weight: 400;
    border: 1px solid #777778;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    cursor: pointer !important;
    transition: all .3s ease-out;
    box-sizing: border-box;
    letter-spacing: 1px;
    background-color: white;
}

    .submitButton[cntrl-type="btn-submit"]:hover {
        background-color: black;
        color: white;
    }

.td-style {
    width: 23%;
}

.thankyou-success {
    font-size: 25px;
    color: greenyellow;
}

.font-size {
    font-size: 15px;
}

.thankyou-box {
    background-color: #f4f4f4;
    padding: 10px;
}

.inner-thankyou-box {
    background-color: white;
    margin: 0px;
    padding: 20px;
}

.date-box {
    border: 3px solid #f4f4f4;
    display: grid;
}

.date-box-date {
    text-align-last: center;
}

.thankyou-label {
    font-size: 12px;
}

.line {
    background-color: lightgray;
    height: 1px;
    margin-bottom: 20px;
}

.carousel-caption-pad {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    padding-bottom: 30%;
}

.play-store-margin {
    margin-left: 10px !important;
}

.header-style {
    font-size: 220%;
    color: white;
}

.full-mobile {
    width: 100%;
}

.single-mobile {
    width: 75%;
}

.qr-width {
    width: 35%;
}

.centre-align {
    text-align: center;
}

.download-wrap {
    display: inline-flex;
}

.features-color {
    background-color: #f4f4f4;
    padding: 25px;
    text-align: center;
}

.features-color-1 {
    padding: 25px;
    text-align: center;
}

.underline {
    height: 1px;
    width: 20%;
    background-color: gray;
    display: inline-block;
}

.underline-1 {
    height: 1px;
    width: 10%;
    background-color: black;
    display: inline-block;
}

.ul-align {
    text-align: left;
}
