.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }


.container.map {
    padding: 5px;
    width:96% !important;
}
#voucher-label {
background-color:#666;
color:#fff;
}
h2 {margin-bottom:30px;
}
.voucher_code_input_style {
    background-color:#fff;
}
/*   Search table extra styles*/

.search_container_left{
    background-color: #666;
    color: #fff;
}
.lead {
color:#fff !important;}
 .k-input {
    padding:  0;
}
#search_form #checkin-label, #search_form #checkout-label{
    min-width: 100px;
    background-color: #666;
    color: #fff;
}
span.k-select {
    background-color: #666;
}
span.k-icon.k-i-calendar {
    background-color: #fff;
}
/*   Search table extra styles*/
.table > tbody > tr > td{
border: 1px solid #ccc !important;
    height: 80px;
    background-color: #fff;
    vertical-align: middle;
}
td.grid_room_name {
   font-weight: 700;
    text-align: center;
    background-color: #fff !important;
}
#av_grid thead th {
    font-size: 11px;
    text-transform: none !important;
    width: 60px;
    vertical-align: middle;
    padding:2px 0;

}
td.text-warning {
    background-color: #F5E5E5 !important;
    color: #DA9C9C;
    font-weight:700;
    text-align: center;
    font-size: 14px;
}
td.grid_available{
    background-color: #D4ECBF !important;
    color: #0C712C;
    font-weight:700;
    text-align: center;
    font-size: 12px;
    cursor:pointer;
}
td.grid_min_stay{
    background-color: #F3F2B5 !important;
    color: #0C712C;
    font-weight:700;
    text-align: center;
    font-size: 12px;
}
table#av_grid {
    font-size: 12px;
}
.table-container {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;}
@media screen and (min-width: 900px){
    .table-container {
        overflow: visible;
    }
}
 
th.grid_weekend {
    background-color: #D6D4CE !important;
}
 
/*   grid date style start*/
.grid_date_container {
    position: relative;
    height: 45px;
    width: 60px;
}
 
.grid_date, .grid_day_name, .grid_month, .grid_year {
  position: absolute;
  padding-left:16px;
}
.grid_day_name {
    top:0;
    letter-spacing:0.1em;
}
.grid_month{
    top:28px;
    letter-spacing:0.1em;
}

.grid_date {
    top:18px;
    font-size: 16px;
    line-height: 10px;
    padding-left: 20px;
}
  
.grid_year { 
  top: 19px;
  left: 30px;
  color: #999;
  rotation: -90deg !important;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);  
  }

.grid_min_stay_message
{
    color: red;
}

/*   grid date style end*/
.notifyjs-cmscount-base {
              background-color:#fc6;
              background-image:url(../images/people_icon.png);
              background-repeat:no-repeat;
              background-position:5px 5px;
              background-size:30px;
              color:#000;
              font-size:12px;
              padding:10px 10px  10px 40px;
              border-radius:6px;
              border:2px solid #f60;
              max-width:250px;
              box-shadow: 1px 1px 10px #000;
              margin-top:15px;
}
.notifyjs-cmsbooking-base {
              background-color:#9cf;
              background-image:url(../images/clock_icon.png);
              background-repeat:no-repeat;
              background-position:5px 10px;
              background-size:30px;
              color:#000;
              font-size:12px;
              padding:10px 10px  10px 40px;
              border-radius:6px;
              border:2px solid #069;
              max-width:250px;
              box-shadow: 1px 1px 10px #000;
}

.notifyjs-cmsnotify-base {
              background-color:#ccc;
              background-repeat:no-repeat;
              background-position:5px 5px;
              background-size:32px;
              color:#000;
              font-size:14px;
              padding:10px 10px  10px 40px;
              border-radius:6px;
              border:2px solid #333;
              max-width:600px;
              box-shadow: 1px 1px 10px #000;
              margin-top:15px;
}
hr.top {
margin:0;
border-top: none;
}
.avai_total {
    text-align: right;
    float: right;
    /* margin-right: 15px; */
    position: fixed;
    bottom: 0;
    background-color: #C2E0B1;
    border-top: 5px solid #689670;
    border-bottom: none;
    padding: 15px 0 15px 0;
    z-index: 9;
    right: 0;
    width: 100%;
    background-image: url(../images/price-guarantee-icon-1.png);
    background-repeat: no-repeat;
    background-size: 70px;
}

div#book_room {
    text-align: left;
}
thead, .table > thead:first-child > tr:first-child > th {
    border: 1px solid #ccc;
    background-color:#e5e3db;
    color:#4e4e4e;
    text-transform: lowercase;
}
.table > tbody + tbody {
    border-top: 5px solid #ddd;
}
input.classTotalRate.form-control {
    box-shadow: none;
    text-align:left;
}
.form-inline .form-control {
    vertical-align: auto;
}
.btn-danger {
    background-color: #093;
    border-color: #060;
    padding-left:25px;
    padding-right:25px;
    font-weight:700;
    font-size:16px;
    width:auto !important;
    height:55px;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger{
    background-color: #060;
    border-color: #060;
}
.popular_room {
    font-size:11px;
    font-weight:700;
color:#c00;}

.thumbnail_pic {
    width: 60px;
    height: 35px;
    border-radius: 6px;
  }
.lowest-price-icon {
    background-image: url(../images/price-guarantee-icon.png);
    display: block;
    position: relative;
    background-repeat: no-repeat;
    bottom: 320px;
    left: 750px;
    background-position: 10px;
    z-index: 9;
    height: 160px;
    width: 180px;
    padding-left: 50px;
    padding-top: 40px;
    margin-top: -160px;
}
.lowest-price-icon-1 {
    background-image: url(../images/price-guarantee-icon.png);
    display: block;
    position: relative;
    /* bottom: 450px; */
    background-repeat: no-repeat;
    /* right: 300px; */
    /* background-position: -10px; */
    z-index: 9;
    height: 160px;
    width: 180px;
    padding-left: 50px;
    padding-top: 40px;
  margin-top: -280px;
    margin-left: 530px;
}
.lowest-price-text {
    display: block;
    height: 100px;
    width: 160px;
    visibility: hidden;
    margin-left: -80px;
}
@media (max-width:768px) {
    .lowest-price-icon, .lowest-price-icon-1 {
    display:none;}
}

.lang-sel {margin-left:10px;
}
.cd-top {
 
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.6) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #333;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width:1000px) {
 
 .lowest-price-icon {bottom: 220px;
    left: 550px;}
}


@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 45px;
    width: 45px;
    right: 20px;
    bottom: 20px;
  }
  .call_fr_mobile{display:none;}
}
.room-rate-text {
    font-size: 16px;
    font-weight: 700;
 
}
.room-rate-body {
    display:none;
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 12px;
    color: #360;
}
div.thumbnail-room-pic{
    position: relative;
} 

div.thumbnail-book{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.room-thumb-book {    
    position: relative;
    top: -70px;
    left: 20px;
    width:auto !important;
}
a.room-thumb-book:hover {
  color: #000;
}
/* calender Styles */
a.thumbnail {
    width: 200px !important;
}
.hotel_text_style3 {
font-size:16px;
font-weight:700;
text-transform:uppercase;
color:#c00;
}
.hotel_text_style4 {
font-size:16px;
}
.ava_advert {
    border: 1px solid #F90;
    padding: 10px;
    background-color: #eee;
}
.ava_advert_title {
    font-size:16px;
    font-weight:700;}
.avai_night {
    background-color: #f90;
    padding:4px;
    border-radius:5px;
    color:#333;
    font-size:12px;
    font-weight:700;
    margin-left: 5px;
}
.fc-ltr .fc-basic-view .fc-day-number {
font-size:11px;
font-weight:700;
}
.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td{  border-color: none !important;}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {  border-color: #BDBDBD !important;}

 
.cal-msg-inactive{
    display: none;
}
.cal-sel-checkout.cal-msg-active {
    background-color: #FFCC33;
    color:#000 !important;
}
.cal-checkin{
    background-color:#3399FF !important;
     color:#fff !important;
}

.cal-checkout {
    background-color:#FFCC33 !important;

}

.cal-midstay{
    background-color: aliceblue !important;
}

.cal-no-avail {
  background-color:#FACAC4;
  color:#CF6666;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle !important;
 
 
}

.cal-avail {
  background-color: #C1E1A6;
  color:#0A984C;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  vertical-align: middle !important;
  
 
}

.fc-toolbar h2 {
  font-size:16px;
  font-weight: 700;
  text-transform:uppercase;
}
#calendar1, #calendar2 {
  margin-bottom:20px;
  cursor:pointer;
}
.cal-msg-active {
    margin-top: 15px;
    background-color: #3399FF;
    /* width: 50%; */
    padding: 10px;
    border-bottom:2px solid #f90;
    color:#fff !important;
}
/* Global Styles */

html,
body {
    height: 100%;
}
 
footer{
    padding:15px 15px 85px 15px;
}

thead{font-size:11px;
}
a.tooltip_room_name {
    font-size: 14px;
}
.modal-dialog-lg {margin:20px;
}
.extranet_login input  { 
    display:block;
    width:100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom:10px;
}
.extranet_login_1 input, .card_resubmit select, .card_resubmit input { 
 
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom:10px;
}
 
.classTotalRateText{font-size: 24px; font-weight: 700;border:0;color:#060;padding:0;
                    background-color:transparent !important;
}
.classTotalRate{font-size: 24px; font-weight: 700;
                background-color:transparent !important;border:0 !important;color:#060 !important; 
                padding:0;margin-top:0 !important;margin-bottom:12px !important;-webkit-box-shadow:none !important;}
.total_payable {color:#060 !important;
}
#BF_ConfirmReservation {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  padding: 15px !important;
  font-family: 'Roboto';
}
.cal-2night-min-stay, .cal-3night-min-stay {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #EAE9CF;
  font-weight: 700;
  font-size: 12px;
}
.fc-toolbar {  
  margin-bottom: 0 !important;
}
.fc-scroller {
  overflow-y: hidden !important;
 
}
.fc-day-grid-container {
  min-height: 336px;
}
.tooltip_room_pic {  padding:0;
       margin: 0 5px 0 0;
}
.popover-title {display:none;
}
.popover {font-size:12px;background-color:#333; 
    min-width: 100px;
    max-width: 500px;
    padding:0;
    margin:0;
}
 .popover-content {padding:10px 10px 0 10px !important; 
                   color:#fff;
                    
    }
 .popover.right .arrow:after {
  border-right-color: #333;
}
 .popover.top .arrow:after {
  border-top-color: #333;
}

.tooltip_pic {width: 100%;padding:0;
    margin:0;
}
 
.daily_rate_style td{font-size:11px;text-align:center; padding:0 8px 0 8px;}
.daily_rate_style tr { 
    border-bottom: 1px solid #ccc;
}

 
.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 60%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Banner Styles */
.banner {
  color:#fff;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #333;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.banner blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.banner-lg {
  padding: 24px;
  border-radius: 6px;
}
.banner-sm {
  padding: 9px;
  border-radius: 3px;
}
 
@media (min-width: 768px) and (max-width: 991px) {
   
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-brand {
    height:auto;}
}

/* Responsive Styles */
@media(max-width:1024px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
         
}
@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
  .input-group-addon {display:none;}
 
}

@media(max-width:767px) {
    .btn {
    padding: 5px !important;
    width: 100%;
    font-size: 12px;
}
    .img-portfolio {
        margin-bottom: 15px;
    }
    
    input.classTotalRate.form-control {
text-align:right;}
    header.carousel .carousel {
        height: 70%;
    }
    .hidden-sm {display:none;
    }
    .tooltip_pic {max-width: 150px;height:auto;
}
    .logo {width: 180px;
    }
    .avai_total {
        position: fixed;
        bottom: 0;
        background-color: #E5E3DB;
        border-top: 1px solid #666;
        border-left:none;
        border-right:none;
        border-bottom:none;
        width: 100%;
        z-index: 9;
        margin:0;
        padding:0;
    }
    div#book_room {
    margin-top: 15px;
}
    .btn-danger {
    padding-left:0;
    padding-right:0;
    font-weight:700;
    font-size:12px;
    height:35px;
}
    button.btn.btn-danger {
    padding: 5px;
}
    .classTotalRateText {
        font-size: 11px;
    }
    
    h1 {font-size:16px;
    }
    .alert.alert-success.fade.in {
    display:none;}
    button.btn.btn-success {
    margin-top:15px;}
}
 

@media (max-width: 480px) {
    .home_features_text {
    font-size:14px !important;
    font-weight:400 !important;
    }
    .cal-avail {
    font-size:11px;
 }
    .hidden-sm {
        display: none;
    }
    
    body {
        padding-top: 110px;
    }
}
     

} 
/*Added by A.G.*/
.sidebar-outer {
    margin-top: 10px;
    position: relative;
}
.small_margin{
    margin: 10px;
}
.hotel-header-title{
    color:#603;
}
.max-width{
    margin: 0 auto;
    width: 100%;
}

.map_container{
    position: relative;
    width: 100%;
    padding-bottom: 35%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.map_container .map_canvas{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
 


/* Added by NT for use with input boxes / dropdown list */
.input-mini { width: 60px; } 
.input-small { width: 90px; } 
.input-medium { width: 150px; }
#room_availability_form .input-medium { width: 150px; }
.input-large { width: 210px; }
.input-xlarge { width: 270px; }
.input-xxlarge { width: 530px; }

 /* Added by NT, styling for rate and availability page */
.room_type_style {font-size:14px;font-weight:700;color:#333;background-color:#f5f5f5 !important;}
.policy_style{font-size:14px;font-weight:700;color:#20801A;background-color:#f5f5f5 !important;}
.rate_style {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #20801A;
    background-color:#f5f5f5 !important;
}
.table-hover thead tr:hover th, 
 .table-hover tbody tr:hover td {
        background-color: #f5f5f5;
}
.policy_1{font-size:11px;font-weight:200;color:#060;}
.ava_title{ font-size:14px;
            background-color:#666;margin-top:10px;
            margin-bottom:10px;padding:10px;
            border-bottom:1px solid #f60;
            color:#fff;
}

.hidden-xs {
    font-size: 11px;
    font-weight: 200;
}
 
.searchLabel{
    color:white;
    font-weight:bold;
}

#search_form .input-group{
    margin: 5px;
}

.button-link {
background-color: transparent;
border: none;
}

.button-link:hover {
color: blue;
text-decoration: underline;
}

.large-double-bed {
	width: 40px;
	padding: 2px;
}
.double-bed {
	width: 35px;
	padding: 2px;
}
.single-bed {
	width: 24px;
	padding: 2px;
}

.occ-count {
	height: 22px;
}

hr.drop { height: 12px; border: 0; box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5); }

.aol-rm-feature {
	font-size: 11px;
	color: green;
}
.aol-ftr-show-btn, .aol-ftr-hide-btn{
    cursor: hand;
    cursor: pointer;
    text-decoration:underline;
}