html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* margin-bottom: 60px;
    object-fit: cover;*/
    background-image: url(/images/background.png);
    background-repeat: repeat-x repeat-y;
    background-attachment: fixed;
    background-size: 125%;
    padding-bottom: 30px;
}

@font-face {
    font-family: 'gothic';
    src: url('fonts/gothic.eot');
    src: url('fonts/gothic.eot'), url('fonts/gothic.woff') format('woff'), url('fonts/gothic.ttf') format('truetype');
}

body, button, input, select, textarea {
    font-family: 'gothic';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #383838;
    line-height: 24px;
}

body, html {
    /*position: relative;*/
    overflow-x: hidden;
}

.room-item {
  position: relative;
  margin-top: 5px;
}

.room-item .align-items {
  margin-bottom: 50px;
  clear: both;
  float: none;
}

.text-roomnum-item {
    position: absolute;
    top: 10%;
    left: 10%;
}

.text-roomcheckintime-item {
    position: absolute;
    font-size: 15px;
    top: 25%;
    left: 10%;
}
.text-roomcheckouttime-item {
    position: absolute;
    font-size: 15px;
    top: 35%;
    left: 10%;
}

.text-roomextrabed-item {
    position: absolute;
    font-size: 15px;
    top: 45%;
    left: 10%;
}

.text-roomextracot-item {
    position: absolute;
    font-size: 15px;
    top: 55%;
    left: 10%;
}

.text-roomnumbeds-item {
    position: absolute;
    top: 75%;
    left: 10%;
}

.text-roomnumpeople-item {
    position: absolute;
    top: 75%;
    right: 10%;
}

.text-roomtypename-item {
    position: absolute;
    top: 30%;
    left: 10%;
}

.room-img-container {
    position: relative;
    width: 100% !important;
    text-align: center;
}

    .room-img-container:after {
        content: "";
        display: block;
        padding-bottom: 100%;
        /*margin: 30px;*/
    }

    .room-img-container img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%; /* This if for the object-fit */
        height: 100%; /* This if for the object-fit */
        object-fit: cover; /* Equivalent of the background-size: cover; of a background-image */
        object-position: center;
    }

.grid-container {
    position: relative;
    width: 100% !important;
    height: 50% !important;
}

    .grid-container:before {
        content: "";
        display: block;
        padding-bottom: 100%;
        margin: 30px;
    }

    .grid-container div {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%; 
        height: 100%;   
        object-fit: cover; 
        object-position: center;
    }

#statusRoom {
    opacity: 0;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    #statusRoom.active {
        opacity: 1;
        z-index: 100;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
    }

        #statusRoom.active::after {
            content: "";
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -99;
        }

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

    .modal.active {
        display: block;
    }

/*----------- Design ------------*/

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.moving-border {
    width: auto;
    height: auto;
    position: relative;
    /*background: #111;*/
    padding: 4px;
}

    .moving-border::before,
    .moving-border::after {
        content: "";
        position: absolute;
        inset: -0.2rem;
        z-index: -1;
        background: linear-gradient(var(--angle), #F7E9C6, #E9EBF7, #B6A3D9);
        animation: rotate 5s linear infinite;
        border-radius: 10px;
    }

    .moving-border::after {
        filter: blur(10px);
    }

@keyframes rotate {
    0% {
        --angle: 0deg;
    }

    100% {
        --angle: 360deg;
    }
}

/* _content/Housekeeping/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.navbar {
    background: hsla(231, 47%, 94%, 1);
    background: linear-gradient(90deg, hsla(231, 47%, 94%, 1) 0%, hsla(231, 47%, 94%, 1) 51%, hsla(231, 47%, 94%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(231, 47%, 94%, 1) 0%, hsla(231, 47%, 94%, 1) 51%, hsla(231, 47%, 94%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(231, 47%, 94%, 1) 0%, hsla(231, 47%, 94%, 1) 51%, hsla(231, 47%, 94%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E9EBF7", endColorstr="#E9EBF7", GradientType=1 );
}

a.navbar-brand[b-54to9n9bk2] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-54to9n9bk2] {
    color: #0077cc;
}

.btn-primary[b-54to9n9bk2] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-54to9n9bk2], .nav-pills .show > .nav-link[b-54to9n9bk2] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-54to9n9bk2] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-54to9n9bk2] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-54to9n9bk2] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-54to9n9bk2] {
    font-size: 1rem;
    line-height: inherit;
}

.no-footer {
    background: hsla(231, 47%, 94%, 1);
    background: linear-gradient(90deg, hsla(231, 47%, 94%, 1) 0%, hsla(231, 47%, 94%, 1) 51%, hsla(231, 47%, 94%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(231, 47%, 94%, 1) 0%, hsla(231, 47%, 94%, 1) 51%, hsla(231, 47%, 94%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(231, 47%, 94%, 1) 0%, hsla(231, 47%, 94%, 1) 51%, hsla(231, 47%, 94%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E9EBF7", endColorstr="#E9EBF7", GradientType=1 );
}

.footer[b-54to9n9bk2] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.footer {
    background: hsla(231, 47%, 94%, 1);
    background: linear-gradient(90deg, hsla(231, 47%, 94%, 1) 0%, hsla(231, 47%, 94%, 1) 51%, hsla(231, 47%, 94%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(231, 47%, 94%, 1) 0%, hsla(231, 47%, 94%, 1) 51%, hsla(231, 47%, 94%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(231, 47%, 94%, 1) 0%, hsla(231, 47%, 94%, 1) 51%, hsla(231, 47%, 94%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E9EBF7", endColorstr="#E9EBF7", GradientType=1 );
}

#Services {
    z-index: 100;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
    color: #000;
}

#selMinibar, #selQtyMinibar, #selDamage, #selQtyDamage, #inNote {
    margin-bottom: 7px;
}

.css-status-room-exit, .css-room-clean, .css-room-minibar, .css-room-damage, .css-room-note {
    background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
    border: none;
    border-radius: 5px;
    /*box-shadow: 0 0 70px 10px #fff, 0 0 100px 50px;*/
}

/*-----------------------*/





