body {
    background: gray !important;
}
#myBookinCss .container {
    background: white;
    margin-top:10px;
}
#myBookinCss .container .row {
    padding-top: 20px;
}
#myBookinCss .booked-image {
    padding-bottom: 18px;
}
#myBookinCss img {
    border-radius: 3px;
}
#myBookinCss .hotel-name {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #999;
}
#myBookinCss .rooms {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #999;
}
#myBookinCss .booked-date {
    margin-top:-10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #999;
}
#myBookinCss .dotted-border {
    border-top: 1px dashed #999; 
    margin-top: -12px;
    margin-bottom: 23px;
}
#myBookinCss a {
    color: #999 !important;
    text-decoration: underline !important;
}

#myBookinCss @media screen and (max-width: 767px){
    .status {
        text-align: left;
    }
}
#myBookinCss @media screen and (min-width: 1200px){
    .status {
        text-align: right;
    }
}

#hotelRulesAndCancellationPolicy{
    padding: 15px;
}

.propertyVideoInBooking{
    padding-top: 2em;
}

#reviewTextEnter{
    height: 100px;
}

.reviewTextBtn{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
}

.checked{
    color: #4e8c08;
}

.unchecked{
    color: lightgrey;
}
