﻿.modify-hotel-mrgn{
    margin-top:110px !important;
    position: fixed;
    width: 100%;
    z-index: 2;
}







/* Prevent menu from breaking into 2 lines */
.slimmenu-wrapper {
    display: flex !important;
    flex-wrap: nowrap;              /* 👈 line break band */
    align-items: center;
}

.slimmenu-wrapper li {
    white-space: nowrap;            /* 👈 text wrap band */
}

/* Proper spacing */
.slimmenu-wrapper li a {
    padding: 0 0px;
    font-size: 14px;
}




/* Toggle alignment */
.menu-toggle {
    margin-left: 15px;
}

/* Mobile Fix */
@media (max-width:768px) {

    .header-top .col-md-10 {
        justify-content: flex-end;
    }

    .inline_menu_bar {
        flex-direction: column;
        align-items: flex-end;
        display:none;
    }

    .slimmenu-wrapper {
        flex-direction: column;
        align-items: flex-end;

    }
    .result-background {
    margin-top: 126px;
}
}

@media(max-width:768px){
    .wrapperloggendinofo {
     margin-left: 0px;
}
.modify-hotel-mrgn{
    margin-top:100px !important
}
}
.bookinglisting-mrgn{
    margin-top:94px !important
}
@media(max-width:767px){
.bookinglisting-mrgn{
    margin-top:100px !important
}
}
.signUp-mrgn{
    margin-top:125px !important
}
@media(max-width:767px){
.signUp-mrgn{
    margin-top:125px !important
}
}
.booking-review-mrgn{
    margin-top:120px !important
}
@media(max-width:767px){
.booking-review-mrgn{
    margin-top:149px !important
}
}

body, html {   
    overflow: auto;
}

.box-icon, [class^="box-icon-"], [class*=" box-icon-"] {
    z-index: 2;
    position: relative;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center !important;
    display: block;
    background: #978667 !important;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.form-group .input-icon {
    position: inherit !important;
    width: 100% !important;
    height: auto !important;
    line-height: 32px;
    display: block;
    top: 0px !important;
    left: 0px  !important;
    text-align: center;
    color: #b3b3b3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}
.search-button {
        background: #978667!important;
    border-radius: 5px;
    padding: 6px 10px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: solid 1px #978667!important;
}
.irs-bar {
    height: 4px;
    top: 25px;
    background: #978667 !important;
}
.irs-slider {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    top: 22px;
    background: #FFF;
    border: 1px solid #978667 !important;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
}
.text-orange {
    color: #978667 !important;
}
.product-grid-view .room-book-box .book a {
    background: #978667 !important;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #000000;
    font-size: 16px;
    cursor: pointer;
}
.room-complete-detail .room-info-wrapper .book a {
    border: 1px solid #000000;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
    padding: 5px 30px;
    background-color:#978667 !important;
    border-radius: 5px;
} 

    .room-complete-detail .room-info-wrapper .book a:hover {
        background: #d67319 !important;
        color: #fff;
    }
    .btn-primary {
    background: #978667!important;
    border-color: #978667!important;
}
     .btn-warning{color:#fff;background-color:#978667!important;border-color:#978667!important}
 .btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#b96010!important;border-color:#b96010!important}
 .btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}

 .hotel-list-view .room-book-box a {
    background: #978667 !important;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 80px;
    border-radius: 5px;
    border: 1px solid #000000;
    font-size: 16px;
}
 .hotel-list-view:hover .room-book-box a {
        background: #b96010 !important;
        color: #fff;
    }
 .panel-title > a:before {
    font-family: 'FontAwesome';
    content: '' !important;
    position: absolute;
    font-size: 16px;
    top: 10px;
    right: 15px;
}
 .user-profile-tabs .nav-tabs > li.active > a, .user-profile-tabs .nav-tabs > li.active > a:focus {
    background: #978667!important;
    color: #fff;
    border: none;
}
 .booking-sidebar .sidebar-item h4 i {
    color: #978667!important;
    margin-right: 10px;
}
 
 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #978667 !important;
    background: #978667 !important;
    font-weight: bold;
    color: #000 !important;
}