﻿body {
}




.text-light{
    font-size:13px;
    color:#878787;
}

.box-border-shadow{
    padding:15px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14);
    border-top: 1px solid #eee
}

.form-control-sm{
    padding: 2px 6px!important;
    height:30px!important;
}

.td-right{
    text-align:right;
    
}


.booking-footer{
    margin-top:30px;
    border:1px solid rgba(112,27,27,0.99);
    padding:15px;
    margin-bottom:30px;
}

.booking-footer h4{
    color:rgba(112,27,27,0.99);
    text-align:center;
    margin-bottom:20px;
}



.cart-item-box{
    background-color:#FFF;
    padding:10px;
    border:1px solid #eee;
    margin-bottom:10px;
}

.cart-item-box-header{
    border-bottom:1px solid #eee;
    padding:5px;

}


.cart-item-box-body{
    padding:15px;
}


.star-filter{

}

.star-filter ul{
    list-style:none;
     margin: 0;
    padding: 0;
}


.star-filter li{
    border-top:1px solid #eee;
    padding:8px;
}


.star-filter  input[type="checkbox"]{
    margin-top:4px!important;
    width:18px;
    height:18px;
}


.star-filter  li i{
    margin-bottom:-20px!important;
    margin-left:4px;
}
.star-filter li span{
    margin-bottom:4px;
}



.loading {
  position: fixed;
  z-index: 1100;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color:#FFF!important;
}


.loading i{
    color:#FFF!important;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  color:#FFF!important;
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  
  text-shadow: none;
  background-color: transparent;
  border: 0;
  color:#FFF!important;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 12px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  color:#FFF!important;
  transition: 0.3s;
  
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.spin-big {
    font-size: 50px;
    height: 50px;
    width: 50px;
 z-index:999999999999;
}


.stay {
  
}

.ux-common-grid-row {
  width: 100%;
}

.ux-common-grid-row:after, .ux-common-grid-row:before {
  content: "";
  display: table;
}

.ux-common-grid-row [class^=ux-common-grid-col]:first-child {
  margin-left: 0;
}
.ux-common-grid-row .ux-common-grid-col6 {
  width: 48.91304%;
  margin-left: 2.17391%;
}
.ux-common-grid-row [class^=ux-common-grid-col] {
  width: 100%;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.stay .ux-common-grid-row h6 {
  margin-bottom: 5px;
  font-size: 11px;
  font-size: .6875rem;
  color: #AAA;
  letter-spacing: 0;
}

.stay .ux-common-grid-row .day {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #AAA;
  letter-spacing: -1px;
  font-weight: 700;
}

.stay .ux-common-grid-row .day em {
  margin-left: 5px;
  color: #666;
}

.stay .ux-common-grid-row .hour {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #666;
  letter-spacing: 0;
  font-weight: 700;
}

.cart-pax{
    margin-bottom:25px;
}


.selected-room{

}

.box-border{
    background-color:#FFF;
    border:1px solid #eee;
        padding:15px;
}


.nv-online{
    color:#101010!important;
    border-bottom:1px solid #aeaeae;
    margin-bottom:10px;
}




.nv-online .nav-link{
    color:#666!important;
        user-select: none;
    line-height: 1.2;
    font-size: 14px;
    margin-top: 2px;
}

.nv-online .nav-link i{
    color:#666!important;
    
}


    .nv-online .nav-link :hover {
        color: #00354c !important;
    }


.label-pax-form label{
    margin-bottom:2px!important;
    margin-top:10px!important;    
    font-size:14px;
}



.quantity {
    float: left;
    margin-right: 15px;
    background-color: #eee;
    position: relative;
    width: 80px;
    overflow: hidden
}

    .quantity input {
        margin: 0;
        text-align: center;
        width: 15px;
        height: 15px;
        padding: 0;
        float: right;
        color: #000;
        font-size: 20px;
        border: 0;
        outline: 0;
        background-color: #F6F6F6
    }

        .quantity input.qty {
            position: relative;
            border: 0;
            width: 100%;
            height: 40px;
            padding: 10px 25px 10px 10px;
            text-align: center;
            font-weight: 400;
            font-size: 15px;
            border-radius: 0;
            background-clip: padding-box
        }

    .quantity .minus, .quantity .plus {
        line-height: 0;
        background-clip: padding-box;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-background-size: 6px 30px;
        -moz-background-size: 6px 30px;
        color: #bbb;
        font-size: 20px;
        position: absolute;
        height: 50%;
        border: 0;
        right: 0;
        padding: 0;
        width: 25px;
        z-index: 3
    }

        .quantity .minus:hover, .quantity .plus:hover {
            background-color: #dad8da
        }

    .quantity .minus {
        bottom: 0
    }



.button-logout {
    background-color: #fcfcfc;
    border:1px solid #FFF;
    text-decoration: none;
}

.button-logout:hover {
    color: #681313!important;
    cursor:pointer;
}

.header .navbar-nav li li form .button-logout {
    padding: 10px 20px;
    display: block;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #f7f7f7;
    border-bottom-color: rgb(247, 247, 247);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    text-align: left;
}