﻿.cronArea .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { width: auto; }

.width100{
    width:100%;
}

body {
    font-family: "Bai Jamjuree", sans-serif;
}
/*kullanılabilir yüklü fontlar*/

/*font-family: 'Archivo Narrow', sans-serif;
font-family: 'Rajdhani', sans-serif;
font-family: 'Michroma', sans-serif;
font-family: 'Bai Jamjuree', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Exo 2', sans-serif;
font-family: 'Comfortaa', cursive;
font-family: 'Exo', sans-serif;*/


/* little ribbon begining */
.ribbonLittle {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

    .ribbonLittle::before,
    .ribbonLittle::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9;
    }

    .ribbonLittle span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 15px 0;
        background-color: #3498db;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 18px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }


/* top right*/
.ribbonLittle-top-right {
    top: -10px;
    right: -10px;
}

    .ribbonLittle-top-right::before,
    .ribbonLittle-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbonLittle-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbonLittle-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbonLittle-top-right span {
        left: -25px;
        top: 30px;
        transform: rotate(45deg);
    }

    /*little Ribbon End*/



.xLine {
    height: 110px;
    width: 2px;
    opacity: 0.6;
    position: absolute;
    transform: rotate(36.5deg);
    background: #267f97;
    transform: skew(20px,10px);
    margin-left: 33px;
    margin-top: -9px;
}
.description, .card-description, .footer-big p {
    color: black;
}
@media (min-width: 768px) {
    .caroInnerRadiusResponsiveGroup {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
}
@media (max-width: 768px) {
    .days {
       display:none;
    }
}
@media (max-width: 768px) {
    .offDays {
        display: none;
    }
 }
@media (min-width: 768px){
    .mobileMonthName{
        display:none;
    }
}
.mobileMonthName {
    width: 100%;
    background: #1e4c5c;
    color: white;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.disableClick {
    pointer-events: none;
}
.dayCounter {
    /*padding-right: 1px;*/
    /* padding-right: 1px; */
    /* padding-right: 1px; */
    /* padding-right: 1px; */
    padding-right: 1px;
    font-family: 'Exo', sans-serif;
    /* font-family: 'Comfortaa', cursive; */
    color: #267f97;
    text-align: center;
    font-size: 25px;
    margin-top: 18px;
}
.greenPrices {
    text-align: right;
    font-size: x-large;
    color: #24547e;
    font-family: 'Comfortaa', cursive;
    padding-right:0;
    padding-top:10px;
}

.redPrices {
    text-align: right;
    text-decoration: line-through;
    font-size: 15px;
    color: darkslategray;
    font-weight: 400;
    margin: 0 0 0px;
    padding-right:0;
}

.carousel .carousel-indicators li, .carousel .carousel-indicators .active {
    margin: 11px 5px;
}

.offDays {
    /*background: #8aadadeb;
    height: 69px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 #80a4a961;
    width: 69px;
    color: ghostwhite;
    margin-bottom: 10px;
    margin-right: 7px;
    text-align: right;*/
    /* background: #8aadadeb; */
    height: 69px;
    width: 69px;
    color: ghostwhite;
    margin-bottom: 10px;
    margin-right: 7px;
    text-align: right;
}
.carousel-indicators {
    position: absolute !important;
    bottom: 10px !important;
    left: 50% !important;
    z-index: 15 !important;
    width: 60% !important;
    padding-left: 0 !important;
    margin-left: -30% !important;
    text-align: center !important;
    list-style: none !important;
}
.oldPrice {
    font-size: 10px;
    text-align: center;
    /* color: chocolate; */
    /* color: teal; */
    color: lightslategray;
    font-family: 'Comfortaa', cursive;
    margin-top: 2px;
    text-decoration: line-through;
}
.notAvailableDate {
    font-size: 11px;
    text-align: center;
    line-height: initial;
    color: #778899;
    margin-top: 5px;
}
.newPrice {
    color: #267f97;
    text-align: center;
    /* font-weight: 400; */
    font-family: 'Comfortaa', cursive;
    /* font-family: 'Exo', sans-serif; */
    margin-top: -11px;
    font-size: 14px;
}
.newPriceTesetturSamePrice {
    color: #267f97;
    text-align: center;
    font-family: 'Comfortaa', cursive;
/*    margin-top: 20px;*/
    font-size: 14px;
}
.newPriceSamePrice{
    margin-top:0 !important; 
}
.card-avatar, .card-testimonial .card-avatar {
    max-width: 130px;
    max-height: 130px;
    margin: -50px auto 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

img.img.img-responsive {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.38);
}
div#md-date-pane-23 {
    z-index: 9999999999;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    
    background-color: white;
}
.pointyHotel {
    position: relative;
    box-shadow: 0 9px 7px rgba(0, 0, 0, 0.38);
    background-color: #24547e;
    margin: 0 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: white;
}
    /*.pointyHotel:hover {
        box-shadow: 0 1px 7px #24547e;
    }*/

    .pointyHotel:after {
        position: absolute;
        content: "";
        height: 0;
        width: 0;
        font-size: 0;
        line-height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #24547e;
    }

    .pointyHotel:before {
        position: absolute;
        content: "";
        left: -20px;
        height: 0;
        width: 0;
        font-size: 0;
        line-height: 0;
        border-top: 10px solid #24547e;
        border-bottom: 10px solid rgb(36, 84, 126);
        border-right: 10px solid #24547e;
        border-left: 10px solid transparent;
    }

.pointyMembership {
    box-shadow: 0 9px 7px rgba(0, 0, 0, 0.38);
    position: relative;
    background-color: goldenrod;
    margin: 0 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: white;
}
    /*.pointyMembership:hover {
        box-shadow: 0 2px 10px goldenrod;
    }*/

    .pointyMembership:after {
        position: absolute;
        content: "";
        height: 0;
        width: 0;
        font-size: 0;
        line-height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid goldenrod;
    }

    .pointyMembership:before {
        position: absolute;
        content: "";
        left: -20px;
        height: 0;
        width: 0;
        font-size: 0;
        line-height: 0;
        border-top: 10px solid goldenrod;
        border-bottom: 10px solid goldenrod;
        border-right: 10px solid goldenrod;
        border-left: 10px solid transparent;
    }


@media (min-width: 768px) {
    .justfycntntResp {
        justify-content: center;
    }
}
.text-danger {
    color: #c51414 !important;
}
.product-page .main-raised {
    margin: 0;
    padding: 40px;
}
@media (max-width: 768px){
    .respHavale {
        color: #24547e;
        border-bottom: thin solid #00000042;
        font-size:14px;
    }
}
@media (min-width: 768px) {
    .HavaleResp {
       display:none;
    }
    .navbar-collapse.collapse{
        height:100%!important;
    }
}
@media (max-width: 767px) {
    .Havale {
        display: none;
    }
}
@media (max-width: 768px) {
    .justfycntntRespMax {
        justify-content:center !important;
    }

}
@media (max-width: 768px) {
    .textaligncentertitlemobile {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .mobilecheckoutmenu {
        display:unset !important;
    }
    button.btn.btn-block.btn-info.float-right.ng-binding.ng-scope {
         padding: 4px; 
    }
}
@media (max-width: 768px) {
    .languageDesktopViewCheckout {
        display: none;
    }
}

@media (min-width: 768px){
    .languageMobileViewCheckout{
        display:none;
    }
}
.createButton {
    position: absolute !important;
    bottom: 15px !important;
    margin-left: 24px !important;
}


.mobileBoxCountDisplay {
    -webkit-text-fill-color: white;
    padding: 5px 7px;
    margin-top: -22px;
    position: absolute;
}
a.ReservationBoxA.ng-binding {
    padding-right: 10px;
}
.totalPriceMobileView {
    margin-bottom: 32px;
    border-bottom-style: solid;
    border-bottom-color: #0057a0;
    border-bottom-width: thin;
    padding-bottom: 5px;
    border-top-style: solid;
    border-top-color: #0057a0;
    border-top-width: thin;
    padding-top: 5px;
}
@media (min-width: 768px) {
    .creditCardMobileView {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .credit-card-img {
        width: 50% !important;
        display: unset !important;
    }
}

@media (max-width: 768px) {
    .creditCardDesktopView {
        display: none !important;
    }
}
p.collapseResponsiveTableTitles {
    display: flex;
}
@media (min-width: 991px) {
    .navbar .navbar-nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: unset;
    }
}
@media (max-width: 991px) {
    .container.footerContainer.ng-scope {
        margin-top:50px;
    } 
}
/*@media (min-width: 870px) {
    .mobileResp {
        align-items: center;
        display: flex;
    }
}*/
.card .card-header-success, .card.bg-success, .card.card-rotate.bg-success .front, .card.card-rotate.bg-success .back {
    background: linear-gradient(60deg, #24507e91, #24547e);
}
md-radio-button.md-default-theme .md-on, md-radio-button .md-on {
    background-color: rgb(36, 84, 126);
}
md-radio-button.md-default-theme.md-checked .md-off, md-radio-button.md-checked .md-off {
    border-color: rgb(36, 84, 126);
}


li.ng-scope {
    padding-right: 10px;
    padding-bottom: 10px;
}

@media (max-width: 870px) {
    .promosyonButtonResp {
        font-size: 0.7em;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 870px) {
    .justifyContentCenter {
        justify-content: center;
        padding-left:0 !important;
    }
}

@media (max-width: 870px) {
    .promotioncodeTitle {
        text-align: center;
    }
}
.alert-dismissible .close {
    padding-top: 0px;
    padding-right: 10px;
}
.md-dialog-container {
    z-index:999;
}
.cookieStyle {
    z-index:99;
    position: fixed;
    width: 100%;
    justify-content: center;
    align-items: center;
    bottom: 0;
    text-align: center;
    background-color: rgba(63, 81, 181, 0.7) !important;
}

.optionPriceFeaturesTitle {
    color: #001959;
    padding-left: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.alingLeft {
    text-align: left;
}
.hoverAkbank {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: thin solid #fdbf56;
}
    .hoverAkbank:hover {
        background: #fdbf56;
        -webkit-transition: background .4s;
        transition: background .4s;
    }

.hoverVakifbank {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: thin solid #781d7d;
}

    .hoverVakifbank:hover {
        background: #781d7d;
        color: white;
        -webkit-transition: background .4s;
        transition: background .4s;
    }
.hoverFinansbank {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: thin solid #17245a;
}

    .hoverFinansbank:hover {
        background: #17245a;
        color: white;
        -webkit-transition: background .4s;
        transition: background .4s;
    }

.hoverParaf {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: thin solid #00DCFF;
}

    .hoverParaf:hover {
        background: #00DCFF;
        color: white;
        -webkit-transition: background .4s;
        transition: background .4s;
    }

.hoverDenizbank {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: thin solid #004991;
}

    .hoverDenizbank:hover {
        background: #004991;
        color: white;
        -webkit-transition: background .4s;
        transition: background .4s;
    }

.hoverZiraat {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: thin solid #E4202A;
}

    .hoverZiraat:hover {
        background: #E4202A;
        color: white;
        -webkit-transition: background .4s;
        transition: background .4s;
    }

.hoverHalkbank {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: thin solid #015092;
}

    .hoverHalkbank:hover {
        background: #015092;
        color: white;
        -webkit-transition: background .4s;
        transition: background .4s;
    }

.hoverTEB {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: thin solid #E4202A;
}

    .hoverTEB:hover {
        background: #E4202A;
        color: white;
        -webkit-transition: background .4s;
        transition: background .4s;
    }

.hoverIsbank {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: thin solid #d83367;
}

    .hoverIsbank:hover {
        background: #d83367;
        color: white;
        -webkit-transition: background .4s;
        transition: background .4s;
    }

.hoverGaranti {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: thin solid #70bf44;
}

    .hoverGaranti:hover {
        background: #70bf44;
        color: white;
        -webkit-transition: background .4s;
        transition: background .4s;
    }

.hoverYapikredi {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: thin solid #003082;
}

    .hoverYapikredi:hover {
        background: #003082;
        color:white;
        -webkit-transition: background .4s;
        transition: background .4s;
    }



.alingEnd {
    text-align: end;
}
.BankaTitles {
    font-weight: 600;
}
@media (max-width: 768px) {
    .BankaTitles {
        font-weight: 600;
        font-size: 11px;
        padding: 0;
        display: flex;
        align-items: initial;
        justify-content: center;
        text-align: center;
    }
}
.material-icons {
    color: #24547e;
}

.materialiconButton{
    color:white !important;

}

.iadeliMoney {
    border-style: solid;
    border-width: thin;
    margin-right: 10px;
    border-radius: 17px;
}

@media (max-width: 768px) {
    .hotelFeaturesIframe {
        width: 100%;
        margin:0 !important;
        border-radius: 3px;
    }
}
@media (max-width: 991px){
    .navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        padding-bottom: 15px;
        -webkit-transition: none;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none !important;
        transform: none !important;
        width: auto;
        -webkit-animation: none;
        animation: none;
        opacity: 1;
        overflow-y: scroll;
        height: auto;
    }}

.navbar.bg-primary .dropdown-item:hover, .navbar.bg-primary .dropdown-item:focus {
    -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgb(36, 84, 126);
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgb(36, 84, 126);
    background-color: #24547e;
    color: #fff;
    margin: 0;
}
.navbar.bg-primary .dropdown-item, .navbar.bg-primary .dropdown-item:focus {
    margin:0;
}
li.hotelFeaturesLi.ng-binding.ng-scope {
    list-style: none;
    display: flex;
    width: calc(100% / 3);
    text-align: center;
    inline-size: max-content;
    padding-bottom: 15px;
    font-size:14px;
}
.hotelFeaturesIframe {
    width: 100%;
    margin-right: 15px;
    border-radius: 3px;
}
.hotelFeaturesUl {
    list-style: none;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.iconLeftPadding {
    padding-left: 10px;
}
.iconRightPadding {
    padding-right: 10px;
}
.btn.btn-info {
    background-color: #24547e;
}

.btn.btn-info:hover {
    color: #fff;
    background-color: #207c88;
    border-color: #701c7e;
    box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px #0f8594;
}


.btn-info2 {
    background-color: #f44336;
    border-color: #f44336;
}

.btn.btn-info2:hover {
    color: #fff;
    background-color: #d33327;
    border-color: #d33327;
    box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px #0f8594;
}

    @media (max-width: 768px) {
        .responsivePrices {
            text-align: center;
            margin-top: 0 !important;
        }
    }

@media (min-width: 768px) {
    .caroInnerRadiusResponsive {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
}

@media (min-width: 768px) {
    .mdCardRadiusResponsive {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
}

@media (max-width: 767px) {
    .caroInnerRadiusResponsive {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 10px;
    }
}

@media (max-width: 767px) {
    .mdCardRadiusResponsive {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 10px;
    }
}

.days {
    /*width: 76px;
    font-weight: 400;
    text-align: center;
    float: left;
    color: rgba(0,0,0,0.87);
    line-height: 0.8;
    padding: 10px 0;*/
    width: 76px;
    font-weight: 600;
    text-align: center;
    font-size: small;
    float: left;
    color: rgba(0,0,0,0.87);
    line-height: 0.8;
    padding: 10px 0;
}
.calenderTitle {
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    text-align: center;
    background: #27343c;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: inherit;
    font-weight: 400;
}
.calenderDaysItemsLeftActive {
    background: rgb(38, 127, 151) !important;
    -webkit-text-fill-color: white;
}
.calenderDaysItemsLeft {
    /*background: slategray;
    cursor:pointer;
    height: 69px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 #80a4a961;
    width: 69px;
    color: ghostwhite;
    margin-bottom: 10px;
    margin-right: 7px;
    text-align: right;*/
    border-color: #267f97;
    border-width: thin;
    border-style: solid;
    background: white;
    cursor: pointer;
    height: 92px;
    width: 69px;
    margin-bottom: 10px;
    margin-right: 7px;
}
    .calenderDaysItemsLeft:hover {

        background: rgb(38, 127, 151);
        -webkit-text-fill-color: white;
    }
.calenderDaysItemsRight {
    border-color: #267f97;
    border-width: thin;
    border-style: solid;
    background: white;
    cursor: pointer;
    height: 92px;
    width: 69px;
    margin-bottom: 10px;
    margin-right: 7px;
    /*background: linear-gradient(to bottom, #27393ebf 0%, #000c17 100%);*/
    margin-right: 7px;
    text-align: right;
}

    .calenderDaysItemsRight:hover {
        background: rgb(38, 127, 151);
        -webkit-text-fill-color: white;
    }
.calenderDays {
    display: flex;
    margin-left: 8px;
}

.ribbon {
    line-height: 1em;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    letter-spacing: -1px;
    display: block;
    width: 6rem;
    height: 3rem;
    background: linear-gradient(to bottom, #999999 0%, #cccccc 100%);
    color: white;
    margin: 1em 0.5em 0;
    float: left;
    padding-top: 0.7rem;
    position: relative;
    -webkit-filter: drop-shadow(0 0.5rem 0.3em rgba(0, 0, 0, 0.5));
    transform: translate3d(0, 0, 0);
}

    .ribbon:after {
        content: "";
        width: 0;
        height: 0;
        border-right: 3rem solid transparent;
        border-left: 3rem solid transparent;
        border-top: 1.5rem solid #CCCCCC;
        position: absolute;
        top: 3rem;
        left: 0;
    }

    .ribbon.ribbon--red {
        background: linear-gradient(to bottom, #d3362d 0%, #e57368 100%);
    }

        .ribbon.ribbon--red:after {
            border-top: 1.5rem solid #E57368;
        }

    .ribbon.ribbon--orange {
        background: linear-gradient(to bottom, #e7711b 0%, #f7981d 100%);
    }

        .ribbon.ribbon--orange:after {
            border-top: 1.5rem solid #F7981D;
        }

    .ribbon.ribbon--yellow {
        background: linear-gradient(to bottom, #f1ca3a 0%, #f6eb3b 100%);
    }

        .ribbon.ribbon--yellow:after {
            border-top: 1.5rem solid #F6EB3B;
        }

    .ribbon.ribbon--green {
        background: linear-gradient(to bottom, #5f9654 0%, #65b045 100%);
    }

        .ribbon.ribbon--green:after {
            border-top: 1.5rem solid #65B045;
        }

    .ribbon.ribbon--blue {
        background: linear-gradient(to bottom, #13a4c9 0%, #24547e 100%);
    }

        .ribbon.ribbon--blue:after {
            border-top: 1.5rem solid #24547e;
            z-index: -10;
        }

    .ribbon.ribbon--purple {
        background: linear-gradient(to bottom, #5c3292 0%, #7e3794 100%);
    }

        .ribbon.ribbon--purple:after {
            border-top: 1.5rem solid #7E3794;
        }

.moreDetail {
    color: #24547e !important;
    font-weight: 400;
    cursor:pointer;
}
.footerContainer {
    display: flex;
    padding: 30px 0 30px 0;
    height: 75px;
    background: #ffffff;
    /* position: sticky; */
        bottom: 0;
        width: 100%;
        margin: 0;
        max-width: inherit;
        justify-content: center;
        align-items: center;
        box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.72);
    }

@media (min-width: 768px) {
    .SearchMdList {
       display:flex;
    }
}
@media (max-width:992px) {
    .ResponsiveSerachButtonForDesktop {
        display: none !important;
    }
}
.ResponsiveSerachButtonForDesktop{
    display:flex;
    justify-content:center;padding:10px 0 10px 0;
}
@media (min-width: 1025px) {
    .ResponsiveSerachButtonForMobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .paddingSearchResponsive {
        /*padding-right:50px;*/
    }
}
@media (max-width: 768px) {
    .responsiveImgNavBar {
        width: 120px !important;
    }
}
small.ng-binding {
    color: #24547e;
    font-weight: 800;
}
li.ng-binding.ng-scope {
    margin-right: 20px;
}
li.ng-binding.ng-scope {
    list-style: none;
    display: inline-block;
    width: calc(100% / 3);
    text-align: center;
    inline-size: max-content;
    padding-bottom: 15px;
}
@media (max-width: 768px) {
    ul {
        padding: 25px 0 0 20px !important;
    }
}

md-input-container {
    margin: 0;
}

.md-select{
    margin:0;
}
.SearchAreaItems {
    display: flex;
    justify-content: center;
    align-items: center;
}
label {
    padding-right: 20px;
    font-weight: 800;
    color: #24547e;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
    }

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
.md-text {
    color:black;
}

@media (max-width: 768px) {
    .footerResponsive {
        display:grid;
        justify-content:center;
    }
}


.brand.ng-scope {
    margin-bottom: 20px;
}
.cardBodyCustom {
    padding: 0 0 20px 0 !important;
}

.ReservationBoxUl {
    list-style: none;
    padding: 0px 0 0 10px;
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: #24547e;
    margin-top: 20px;
    margin-left: -5px;
}

a.ReservationBoxA {
    font-weight: 400;
}

.ReservationBoxAmount {
    text-align: end;
    display: block;
    font-size: x-large;
    color: #24547e;
}

.CollapseMainTitle {
    margin-top:0;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: thin;
}
.card-collapse .card-header a:hover, .card-collapse .card-header a:active, .card-collapse .card-header a[aria-expanded="true"] {
    color: #24547e;
}

.CollapseResponsiveTableHeader {
    background: rgb(0, 153, 220);
    width: -webkit-fill-available;
    color: white;
    display: flex;
    justify-content: center;
    font-size: medium;
    padding-bottom: 5px;
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(145, 50, 161, 0.2), 0 1px 5px 0 rgb(0, 103, 179);
    padding-top: 5px;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .table-responsive {
        display: none;
        
    }
    
}

@media (min-width: 768px) {
    .tableCollapseResponsive {
        display: none;
    }
}
.table thead tr th {
    font-weight: 500;
}

a:hover, a:focus {
    color: #ffffff;
    text-decoration: none;
}

.title, .card-title, .info-title, .footer-brand, .footer-big h5, .footer-big h4, .media .media-heading {
    font-weight: 700;
    font-family: unset;
}

.btn.btn-primary {
    color: #fff;
    background-color: #24547e;
    border-color: #9c27b0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(36, 84, 126, 0.67), 0 3px 1px -2px rgba(36, 84, 126, 0.79), 0 1px 5px 0 rgba(36, 84, 126, 0.65);
    box-shadow: 0 2px 2px 0 rgba(36, 84, 126, 0.67), 0 3px 1px -2px rgba(36, 84, 126, 0.79), 0 1px 5px 0 rgba(36, 84, 126, 0.65);
}
    .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:hover {
        color: #fff;
        background-color: #207c88;
        border-color: #701c7e;
    }
    .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:hover {
        -webkit-box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
        box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px #0f8594;
    }


.langForMobileView {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

@media (min-width: 769px ) {
    .langForMobileView {
        display: none !important;
    }
}

.navbar {
    border-radius: unset !important;
}

    .navbar.bg-primary .navbar-toggler .navbar-toggler-icon {
        background-color: #347ab6;
    }

@media (min-width: 768px) .navbar {
     border-radius:0;
     
}
    .badge.badge-default {
        background-color: #00bcd4;
    }

    .md-select-menu-container.md-active {
        display: block;
        opacity: 1;
        z-index: 99999999999999999;
    }

    .card .card-body, .card .card-footer {
        padding: padding: 20px 5px 10px 20px;
    }

    .md-select-menu-container.md-active {
        display: block;
        opacity: 1;
        z-index: 99999999999999999;
    }

    .card .card-body, .card .card-footer {
        padding: 20px 5px 10px 20px;
    }

    .ps-container {
        overflow: auto;
    }

    .table-responsive .dropdown-menu {
        position: absolute;
    }

    /*room search gallery*/
    .ng-image-gallery.inline .ng-image-gallery-modal {
        height: 500px;
    }
    /*.sidebar .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper { height: calc(100vh - 20%); }*/
    /*Loader*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(150, 150, 150, 0.76);
}

    #loader-wrapper-light {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2000;
        background-color: rgba(0, 0, 0, 0);
    }

    #loader {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border: 3px solid transparent;
        border-top-color: #3498db;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        z-index: 1500;
        -moz-animation: spin 1s linear infinite;
        -o-animation: spin 1s linear infinite;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

        #loader:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            border: 3px solid transparent;
            border-top-color: #e74c3c;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            -moz-animation: spin 3s linear infinite;
            -o-animation: spin 3s linear infinite;
            -webkit-animation: spin 3s linear infinite;
            animation: spin 3s linear infinite;
        }

        #loader::after {
            content: "";
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border: 3px solid transparent;
            border-top-color: #f9c922;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

    @keyframes spin {
        0% {
            -webkit-transform: rotate(0); /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0); /* IE 9 */
            -moz-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0); /* Firefox 16+, IE 10+, Opera */
        }

        100% {
            -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg); /* IE 9 */
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
        }
    }

    @-moz-keyframes spin {
        0% {
            -webkit-transform: rotate(0); /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0); /* IE 9 */
            -moz-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0); /* Firefox 16+, IE 10+, Opera */
        }

        100% {
            -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg); /* IE 9 */
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
        }
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0); /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0); /* IE 9 */
            -moz-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0); /* Firefox 16+, IE 10+, Opera */
        }

        100% {
            -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg); /* IE 9 */
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
        }
    }
    /*Loader End*/



    /*Contract*/

    .modal-dialog-period {
        position: relative;
        width: auto;
        margin: 10px;
    }

    .modal-content-period {
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 6px;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    }

    .contractFilter_ContractAddList {
        width: 80%;
        float: left;
    }

    .contractFilter_ContractAdd {
        width: 20%;
        float: left;
    }

        .contractFilter_ContractAdd .btn.btn-fab.btn-fab-mini, .btn-group-sm .btn.btn-fab, .navbar .navbar-nav > li > a.btn.btn-fab.btn-fab-mini, .btn-group-sm .navbar .navbar-nav > li > a.btn.btn-fab {
            height: 20px;
            min-width: 20px;
            width: 20px;
            position: absolute;
            bottom: -50px;
        }


    @media (min-width: 768px) {
        .modal-dialog-period {
            width: 900px;
            margin: 30px auto;
        }

        .modal-content-period {
            -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        }

        .modal-sm {
            width: 300px;
        }
    }
    /*Contract End*/

    /*Region*/
    .treeview {
        width: 50%;
        position: relative;
    }

        .treeview ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .treeview li {
            padding-left: 16px;
        }

            .treeview li:before {
                padding-right: 8px;
            }

            .treeview li .treeName {
                float: left;
            }

            .treeview li .treeAction {
                float: left;
                right: 0px;
                position: absolute;
            }

            .treeview li .card-footer .btn {
                float: left;
                right: 0px;
            }
    /*Region End*/



    body.swal2-in {
        overflow-y: hidden;
    }

    body.swal2-iosfix {
        position: fixed;
        left: 0;
        right: 0;
    }

    .swal2-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 10px;
        background-color: transparent;
        z-index: 1060;
    }

        .swal2-container:not(.swal2-in) {
/*            pointer-events: none;*/
        }

        .swal2-container.swal2-fade {
            -webkit-transition: background-color .1s;
            transition: background-color .1s;
        }

        .swal2-container.swal2-in {
            background-color: rgba(0, 0, 0, 0.4);
        }

    .swal2-modal {
        background-color: #fff;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        border-radius: 5px;
        box-sizing: border-box;
        text-align: center;
        margin: auto;
        overflow-x: hidden;
        overflow-y: auto;
        display: none;
        position: relative;
    }

        .swal2-modal:focus {
            outline: none;
        }

        .swal2-modal.swal2-loading {
            overflow-y: hidden;
        }

        .swal2-modal h2 {
            color: #595959;
            font-size: 30px;
            text-align: center;
            font-weight: 600;
            text-transform: none;
            position: relative;
            margin: 0;
            padding: 0;
            line-height: 60px;
            display: block;
        }

        .swal2-modal .swal2-spacer {
            height: 10px;
            color: transparent;
            margin-bottom: 0px;
            border: 0;
        }

        .swal2-modal .swal2-styled {
            border: 0;
            border-radius: 3px;
            box-shadow: none;
            color: #fff;
            cursor: pointer;
            font-size: 17px;
            font-weight: 500;
            margin: 0 5px;
            padding: 10px 32px;
        }

            .swal2-modal .swal2-styled:not(.swal2-loading)[disabled] {
                opacity: .4;
                cursor: no-drop;
            }

            .swal2-modal .swal2-styled.swal2-loading {
                box-sizing: border-box;
                border: 4px solid transparent;
                border-color: transparent;
                width: 40px;
                height: 40px;
                padding: 0;
                margin: -2px 30px;
                vertical-align: top;
                background-color: transparent !important;
                color: transparent;
                cursor: default;
                border-radius: 100%;
                -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
                animation: rotate-loading 1.5s linear 0s infinite normal;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

        .swal2-modal :not(.swal2-styled).swal2-loading::after {
            display: inline-block;
            content: '';
            margin-left: 5px;
            vertical-align: -1px;
            height: 6px;
            width: 6px;
            border: 3px solid #999999;
            border-right-color: transparent;
            border-radius: 50%;
            -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
            animation: rotate-loading 1.5s linear 0s infinite normal;
        }

        .swal2-modal .swal2-image {
            margin: 20px auto;
            max-width: 100%;
        }

        .swal2-modal .swal2-close {
            font-size: 36px;
            line-height: 36px;
            font-family: serif;
            position: absolute;
            top: 5px;
            right: 13px;
            cursor: pointer;
            color: #cccccc;
            -webkit-transition: color .1s ease;
            transition: color .1s ease;
        }

            .swal2-modal .swal2-close:hover {
                color: #d55;
            }

        .swal2-modal > .swal2-input,
        .swal2-modal > .swal2-file,
        .swal2-modal > .swal2-textarea,
        .swal2-modal > .swal2-select,
        .swal2-modal > .swal2-radio,
        .swal2-modal > .swal2-checkbox {
            display: none;
        }

        .swal2-modal .swal2-content {
            font-size: 18px;
            text-align: center;
            font-weight: 300;
            position: relative;
            float: none;
            margin: 0;
            padding: 0;
            line-height: normal;
            color: #545454;
        }

        .swal2-modal .swal2-input,
        .swal2-modal .swal2-file,
        .swal2-modal .swal2-textarea,
        .swal2-modal .swal2-select,
        .swal2-modal .swal2-radio,
        .swal2-modal .swal2-checkbox {
            margin: 20px auto;
        }

        .swal2-modal .swal2-input,
        .swal2-modal .swal2-file,
        .swal2-modal .swal2-textarea {
            width: 100%;
            box-sizing: border-box;
            border-radius: 3px;
            border: 1px solid #d9d9d9;
            font-size: 18px;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
            -webkit-transition: border-color box-shadow .3s;
            transition: border-color box-shadow .3s;
        }

            .swal2-modal .swal2-input.swal2-inputerror,
            .swal2-modal .swal2-file.swal2-inputerror,
            .swal2-modal .swal2-textarea.swal2-inputerror {
                border-color: #f06e57;
            }

            .swal2-modal .swal2-input:focus,
            .swal2-modal .swal2-file:focus,
            .swal2-modal .swal2-textarea:focus {
                outline: none;
                box-shadow: 0 0 3px #c4e6f5;
                border: 1px solid #b4dbed;
            }

                .swal2-modal .swal2-input:focus::-webkit-input-placeholder,
                .swal2-modal .swal2-file:focus::-webkit-input-placeholder,
                .swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
                    -webkit-transition: opacity .3s .03s ease;
                    transition: opacity .3s .03s ease;
                    opacity: .8;
                }

                .swal2-modal .swal2-input:focus::-moz-placeholder,
                .swal2-modal .swal2-file:focus::-moz-placeholder,
                .swal2-modal .swal2-textarea:focus::-moz-placeholder {
                    -webkit-transition: opacity .3s .03s ease;
                    transition: opacity .3s .03s ease;
                    opacity: .8;
                }

                .swal2-modal .swal2-input:focus:-ms-input-placeholder,
                .swal2-modal .swal2-file:focus:-ms-input-placeholder,
                .swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
                    -webkit-transition: opacity .3s .03s ease;
                    transition: opacity .3s .03s ease;
                    opacity: .8;
                }

                .swal2-modal .swal2-input:focus::placeholder,
                .swal2-modal .swal2-file:focus::placeholder,
                .swal2-modal .swal2-textarea:focus::placeholder {
                    -webkit-transition: opacity .3s .03s ease;
                    transition: opacity .3s .03s ease;
                    opacity: .8;
                }

            .swal2-modal .swal2-input::-webkit-input-placeholder,
            .swal2-modal .swal2-file::-webkit-input-placeholder,
            .swal2-modal .swal2-textarea::-webkit-input-placeholder {
                color: #e6e6e6;
            }

            .swal2-modal .swal2-input::-moz-placeholder,
            .swal2-modal .swal2-file::-moz-placeholder,
            .swal2-modal .swal2-textarea::-moz-placeholder {
                color: #e6e6e6;
            }

            .swal2-modal .swal2-input:-ms-input-placeholder,
            .swal2-modal .swal2-file:-ms-input-placeholder,
            .swal2-modal .swal2-textarea:-ms-input-placeholder {
                color: #e6e6e6;
            }

            .swal2-modal .swal2-input::placeholder,
            .swal2-modal .swal2-file::placeholder,
            .swal2-modal .swal2-textarea::placeholder {
                color: #e6e6e6;
            }

        .swal2-modal .swal2-range input {
            float: left;
            width: 80%;
        }

        .swal2-modal .swal2-range output {
            float: right;
            width: 20%;
            font-size: 20px;
            font-weight: 600;
            text-align: center;
        }

        .swal2-modal .swal2-range input,
        .swal2-modal .swal2-range output {
            height: 43px;
            line-height: 43px;
            vertical-align: middle;
            margin: 20px auto;
            padding: 0;
        }

        .swal2-modal .swal2-input {
            height: 43px;
            padding: 0 12px;
        }

            .swal2-modal .swal2-input[type='number'] {
                max-width: 150px;
            }

        .swal2-modal .swal2-file {
            font-size: 20px;
        }

        .swal2-modal .swal2-textarea {
            height: 108px;
            padding: 12px;
        }

        .swal2-modal .swal2-select {
            color: #545454;
            font-size: inherit;
            padding: 5px 10px;
            min-width: 40%;
            max-width: 100%;
        }

        .swal2-modal .swal2-radio {
            border: 0;
        }

            .swal2-modal .swal2-radio label:not(:first-child) {
                margin-left: 20px;
            }

            .swal2-modal .swal2-radio input,
            .swal2-modal .swal2-radio span {
                vertical-align: middle;
            }

            .swal2-modal .swal2-radio input {
                margin: 0 3px 0 0;
            }

        .swal2-modal .swal2-checkbox {
            color: #545454;
        }

            .swal2-modal .swal2-checkbox input,
            .swal2-modal .swal2-checkbox span {
                vertical-align: middle;
            }

        .swal2-modal .swal2-validationerror {
            background-color: #f0f0f0;
            margin: 0 -20px;
            overflow: hidden;
            padding: 10px;
            color: gray;
            font-size: 16px;
            font-weight: 300;
            display: none;
        }

            .swal2-modal .swal2-validationerror::before {
                content: '!';
                display: inline-block;
                width: 24px;
                height: 24px;
                border-radius: 50%;
                background-color: #ea7d7d;
                color: #fff;
                line-height: 24px;
                text-align: center;
                margin-right: 10px;
            }

        .swal2-modal button {
            margin: 0 5px;
        }

    @supports (-ms-accelerator: true) {
        .swal2-range input {
            width: 100% !important;
        }

        .swal2-range output {
            display: none;
        }
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-range input {
            width: 100% !important;
        }

        .swal2-range output {
            display: none;
        }
    }

    .swal2-icon {
        width: 80px;
        height: 80px;
        border: 4px solid transparent;
        border-radius: 50%;
        margin: 20px auto 30px;
        padding: 0;
        position: relative;
        box-sizing: content-box;
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .swal2-icon.swal2-error {
            border-color: #f27474;
        }

            .swal2-icon.swal2-error .x-mark {
                position: relative;
                display: block;
            }

            .swal2-icon.swal2-error .line {
                position: absolute;
                height: 5px;
                width: 47px;
                background-color: #f27474;
                display: block;
                top: 37px;
                border-radius: 2px;
            }

                .swal2-icon.swal2-error .line.left {
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    left: 17px;
                }

                .swal2-icon.swal2-error .line.right {
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    right: 16px;
                }

        .swal2-icon.swal2-warning {
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            color: #f8bb86;
            border-color: #facea8;
            font-size: 60px;
            line-height: 80px;
            text-align: center;
        }

        .swal2-icon.swal2-info {
            font-family: 'Open Sans', sans-serif;
            color: #3fc3ee;
            border-color: #9de0f6;
            font-size: 60px;
            line-height: 80px;
            text-align: center;
        }

        .swal2-icon.swal2-question {
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            color: #87adbd;
            border-color: #c9dae1;
            font-size: 60px;
            line-height: 80px;
            text-align: center;
        }

        .swal2-icon.swal2-success {
            border-color: #a5dc86;
        }

            .swal2-icon.swal2-success::before, .swal2-icon.swal2-success::after {
                content: '';
                border-radius: 50%;
                position: absolute;
                width: 60px;
                height: 120px;
                background: #fff;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .swal2-icon.swal2-success::before {
                border-radius: 120px 0 0 120px;
                top: -7px;
                left: -33px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 60px 60px;
                transform-origin: 60px 60px;
            }

            .swal2-icon.swal2-success::after {
                border-radius: 0 120px 120px 0;
                top: -11px;
                left: 30px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 0 60px;
                transform-origin: 0 60px;
            }

            .swal2-icon.swal2-success .placeholder {
                width: 80px;
                height: 80px;
                border: 4px solid rgba(165, 220, 134, 0.2);
                border-radius: 50%;
                box-sizing: content-box;
                position: absolute;
                left: -4px;
                top: -4px;
                z-index: 2;
            }

            .swal2-icon.swal2-success .fix {
                width: 7px;
                height: 90px;
                background-color: #fff;
                position: absolute;
                left: 28px;
                top: 8px;
                z-index: 1;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .swal2-icon.swal2-success .line {
                height: 5px;
                background-color: #a5dc86;
                display: block;
                border-radius: 2px;
                position: absolute;
                z-index: 2;
            }

                .swal2-icon.swal2-success .line.tip {
                    width: 25px;
                    left: 14px;
                    top: 46px;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                .swal2-icon.swal2-success .line.long {
                    width: 47px;
                    right: 8px;
                    top: 38px;
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

    .swal2-progresssteps {
        font-weight: 600;
        margin: 0 0 20px;
        padding: 0;
    }

        .swal2-progresssteps li {
            display: inline-block;
            position: relative;
        }

        .swal2-progresssteps .swal2-progresscircle {
            background: #3085d6;
            border-radius: 2em;
            color: #fff;
            height: 2em;
            line-height: 2em;
            text-align: center;
            width: 2em;
            z-index: 20;
        }

            .swal2-progresssteps .swal2-progresscircle:first-child {
                margin-left: 0;
            }

            .swal2-progresssteps .swal2-progresscircle:last-child {
                margin-right: 0;
            }

            .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
                background: #3085d6;
            }

                .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
                    background: #add8e6;
                }

                .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
                    background: #add8e6;
                }

        .swal2-progresssteps .swal2-progressline {
            background: #3085d6;
            height: .4em;
            margin: 0 -1px;
            z-index: 10;
        }

    [class^='swal2'] {
        -webkit-tap-highlight-color: transparent;
    }

    @-webkit-keyframes showSweetAlert {
        0% {
            -webkit-transform: scale(0.7);
            transform: scale(0.7);
        }

        45% {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }

        80% {
            -webkit-transform: scale(0.95);
            transform: scale(0.95);
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes showSweetAlert {
        0% {
            -webkit-transform: scale(0.7);
            transform: scale(0.7);
        }

        45% {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }

        80% {
            -webkit-transform: scale(0.95);
            transform: scale(0.95);
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @-webkit-keyframes hideSweetAlert {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
            opacity: 0;
        }
    }

    @keyframes hideSweetAlert {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
            opacity: 0;
        }
    }

    .swal2-show {
        -webkit-animation: showSweetAlert 0.3s;
        animation: showSweetAlert 0.3s;
    }

        .swal2-show.swal2-noanimation {
            -webkit-animation: none;
            animation: none;
        }

    .swal2-hide {
        -webkit-animation: hideSweetAlert 0.15s forwards;
        animation: hideSweetAlert 0.15s forwards;
    }

        .swal2-hide.swal2-noanimation {
            -webkit-animation: none;
            animation: none;
        }

    @-webkit-keyframes animate-success-tip {
        0% {
            width: 0;
            left: 1px;
            top: 19px;
        }

        54% {
            width: 0;
            left: 1px;
            top: 19px;
        }

        70% {
            width: 50px;
            left: -8px;
            top: 37px;
        }

        84% {
            width: 17px;
            left: 21px;
            top: 48px;
        }

        100% {
            width: 25px;
            left: 14px;
            top: 45px;
        }
    }

    @keyframes animate-success-tip {
        0% {
            width: 0;
            left: 1px;
            top: 19px;
        }

        54% {
            width: 0;
            left: 1px;
            top: 19px;
        }

        70% {
            width: 50px;
            left: -8px;
            top: 37px;
        }

        84% {
            width: 17px;
            left: 21px;
            top: 48px;
        }

        100% {
            width: 25px;
            left: 14px;
            top: 45px;
        }
    }

    @-webkit-keyframes animate-success-long {
        0% {
            width: 0;
            right: 46px;
            top: 54px;
        }

        65% {
            width: 0;
            right: 46px;
            top: 54px;
        }

        84% {
            width: 55px;
            right: 0;
            top: 35px;
        }

        100% {
            width: 47px;
            right: 8px;
            top: 38px;
        }
    }

    @keyframes animate-success-long {
        0% {
            width: 0;
            right: 46px;
            top: 54px;
        }

        65% {
            width: 0;
            right: 46px;
            top: 54px;
        }

        84% {
            width: 55px;
            right: 0;
            top: 35px;
        }

        100% {
            width: 47px;
            right: 8px;
            top: 38px;
        }
    }

    @-webkit-keyframes rotatePlaceholder {
        0% {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        5% {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        12% {
            -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
        }

        100% {
            -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
        }
    }

    @keyframes rotatePlaceholder {
        0% {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        5% {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        12% {
            -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
        }

        100% {
            -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
        }
    }

    .animate-success-tip {
        -webkit-animation: animate-success-tip 0.75s;
        animation: animate-success-tip 0.75s;
    }

    .animate-success-long {
        -webkit-animation: animate-success-long 0.75s;
        animation: animate-success-long 0.75s;
    }

    .swal2-success.animate::after {
        -webkit-animation: rotatePlaceholder 4.25s ease-in;
        animation: rotatePlaceholder 4.25s ease-in;
    }

    @-webkit-keyframes animate-error-icon {
        0% {
            -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
            opacity: 0;
        }

        100% {
            -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
            opacity: 1;
        }
    }

    @keyframes animate-error-icon {
        0% {
            -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
            opacity: 0;
        }

        100% {
            -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
            opacity: 1;
        }
    }

    .animate-error-icon {
        -webkit-animation: animate-error-icon 0.5s;
        animation: animate-error-icon 0.5s;
    }

    @-webkit-keyframes animate-x-mark {
        0% {
            -webkit-transform: scale(0.4);
            transform: scale(0.4);
            margin-top: 26px;
            opacity: 0;
        }

        50% {
            -webkit-transform: scale(0.4);
            transform: scale(0.4);
            margin-top: 26px;
            opacity: 0;
        }

        80% {
            -webkit-transform: scale(1.15);
            transform: scale(1.15);
            margin-top: -6px;
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            margin-top: 0;
            opacity: 1;
        }
    }

    @keyframes animate-x-mark {
        0% {
            -webkit-transform: scale(0.4);
            transform: scale(0.4);
            margin-top: 26px;
            opacity: 0;
        }

        50% {
            -webkit-transform: scale(0.4);
            transform: scale(0.4);
            margin-top: 26px;
            opacity: 0;
        }

        80% {
            -webkit-transform: scale(1.15);
            transform: scale(1.15);
            margin-top: -6px;
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            margin-top: 0;
            opacity: 1;
        }
    }

    .animate-x-mark {
        -webkit-animation: animate-x-mark 0.5s;
        animation: animate-x-mark 0.5s;
    }

    @-webkit-keyframes pulse-warning {
        0% {
            border-color: #f8d486;
        }

        100% {
            border-color: #f8bb86;
        }
    }

    @keyframes pulse-warning {
        0% {
            border-color: #f8d486;
        }

        100% {
            border-color: #f8bb86;
        }
    }

    .pulse-warning {
        -webkit-animation: pulse-warning 0.75s infinite alternate;
        animation: pulse-warning 0.75s infinite alternate;
    }

    @-webkit-keyframes rotate-loading {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes rotate-loading {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .selectdemoSelectHeader {
        /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */
    }

        .selectdemoSelectHeader .demo-header-searchbox {
            border: none;
            outline: none;
            height: 100%;
            width: 100%;
            padding: 0;
        }

        .selectdemoSelectHeader .demo-select-header {
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
            padding-left: 10.667px;
            height: 48px;
            cursor: pointer;
            position: relative;
            display: flex;
            align-items: center;
            width: auto;
        }

        .selectdemoSelectHeader md-content._md {
            max-height: 240px;
        }

    md-input-container.col-md-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    md-input-container.col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .paddingLeft15 {
        padding-left: 15px;
    }

    .displayFlex {
        display: flex;
        align-items: center;
    }

    md-content {
        overflow: unset;
    }

    .footerTopMiddle {
        display: flex;
        align-items: center;
        justify-content: left;
        font-size: xx-large;
        font-weight: 400;
    }

    .bg_section {
        width: 100%;
        height: 400px;
        align-items: center;
        display: flex;
        justify-content: center;
        background-image: url(../themes/Kit/assets/img/movingbg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-color: #464646;
    }

    .shadow {
        margin-top: 88px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footerTopRight {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footerTopLogo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .TopFooter {
        background: white;
        position: fixed;
        z-index: 20;
        border-top-style: solid;
        border-top-color: #347ab6;
        width: 100%;
    }

    .hrefItems {
        font-size: 16px !important;
        line-height: 23px;
        display: block;
        transition-duration: .5s;
        white-space: nowrap;
        background: #24547e;
        padding: 7px;
        border-radius: 5px;
        color: white;
    }

    .btn.btn-fab.btn-fab-xtramini, .btn-group-sm .btn.btn-fab,
    .navbar .navbar-nav > li > a.btn.btn-fab.btn-fab-xtramini, .btn-group-sm .navbar .navbar-nav > li > a.btn.btn-fab {
        height: 35px;
        min-width: 35px;
        width: 35px;
    }

    @media only screen and (min-width : 648px) {
        .bi-report {
            width: 100%;
            height: 108px;
            position: absolute;
            z-index: 99999;
            background: white;
            bottom: 0px;
        }
    }

    @media only screen and (max-width : 800px) {
        .CardRoomNameTitle {
            display: flex;
            justify-content: center;
            margin-top: 5px;
        }
    }

    .ngrateit-star {
        background-size: cover;
    }

    md-input-container.no-errors-spacer .md-errors-spacer {
        display: none;
    }

    ._md-datepicker-floating-label > md-datepicker {
        overflow: visible;
        display: grid;
    }

    .laptop-container {
        margin: 60px auto 0;
    }

        .laptop-container img {
            width: 100%;
        }

    .scheduler_default_rowheader {
        background: #ffffff;
    }

        .scheduler_default_rowheader .scheduler_default_rowheader_inner {
            top: 2px;
            bottom: 2px;
            left: 2px;
            background-color: transparent;
            border-left: 5px solid #1a9d13; /* status: "free" (default), green color */
            border-right: 0px none;
        }

    .status_dirty.scheduler_default_rowheader .scheduler_default_rowheader_inner {
        border-left: 5px solid #ea3624; /* status: "dirty", red color */
    }

    .status_cleanup.scheduler_default_rowheader .scheduler_default_rowheader_inner {
        border-left: 5px solid #f9ba25; /* status: "cleanup", orange color */
    }

    .navtwochar {
        width: 34px;
        height: 34px;
        float: left;
        margin-right: 11px;
        margin-left: 23px;
        font-size: large;
        text-align: center;
        padding-top: 5px;
        font-weight: bold;
        color: #f44336;
        font-variant-caps: all-petite-caps;
    }

    .navicon {
        width: 34px;
        height: 34px;
        float: left;
        margin-right: 11px;
        margin-left: 23px;
        font-size: large;
        text-align: center;
        padding-top: 5px;
        font-weight: bold;
        color: #eee;
    }

    .navcaret {
        position: absolute;
        right: 27px;
    }

    .md-datepicker-input-container {
        position: relative;
        padding-bottom: 5px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        width: auto;
    }

    .credit-card {
        background: #87e0fd; /* Old browsers */
        background: -moz-linear-gradient(left, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=1 ); /* IE6-9 */
        text-align: left;
    }

    .credit-card-img {
        width: 140% ;
        max-width: 140%;
    }

    .dailyprice {
        border: 1px #d6cdd1 solid;
        padding: 2px;
        border-radius: 7px;
    }

    .price-material-green {
        border: 1px #4caf50 solid;
        padding: 2px;
        border-radius: 7px;
        width: 10rem;
        height: 4rem;
    }

    .price-material-red {
        border: 1px #f44336 solid;
        padding: 2px;
        border-radius: 7px;
        width: 10rem;
        height: 4rem;
    }

    .price-material-gray {
        border: 1px #d6cdd1 solid;
        padding: 2px;
        border-radius: 7px;
        width: 10rem;
        height: 6rem;
    }

    .night-material-gray {
        border: 1px #d6cdd1 solid;
        padding: 2px;
        border-radius: 7px;
        width: 8rem;
        height: 5rem;
    }

    .swal-zindex {
        z-index: 12;
    }

    .icon-default-color {
        color: #999999;
    }

    .icon-orange-color {
        color: #ff9800;
    }
    /*.stuck-basket {
    position: fixed;
    width:170px;
    right: 15%;
    top: 50%;
    bottom: 20%;
    z-index:11;
}*/




/**
    HRS Preloader

*/

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    z-index:999999999999999999999999999999999999;
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #08f;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}


.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

    .sk-chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #fff;
        border-radius: 100%;
        animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
    }

    .sk-chase-dot:nth-child(1) {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2) {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3) {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4) {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5) {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6) {
        animation-delay: -0.6s;
    }

    .sk-chase-dot:nth-child(1):before {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2):before {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3):before {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4):before {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5):before {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6):before {
        animation-delay: -0.6s;
    }

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1.0);
    }
}
.md-datepicker-calendar-pane.md-pane-open {

    z-index:9999999999;
}

.membership{
    max-height:70%!important;
}
.membership md-tabs-canvas{
    width:96%!important;
    margin-left:2%!important;
}

.membership md-pagination-wrapper{
    width:100%!important;
}

.membership .md-tab {
    text-transform: inherit !important;
    width: 50% !important;
    max-width: inherit !important;
}

.membership .md-tab.md-active {
        background-color: #24547e;
        color:white;
 }
.membership md-tabs md-ink-bar {
    background-color: #4183bd;
    display:none!important;
}

.membership md-checkbox.md-checked .md-icon {
    background-color: #24547e !important;
}

.membership .md-datepicker-input{
    max-width:inherit!important;
}

.membership .btn-cancel, .membership .btn-login{
    width:50%!important;
}

.membership ::-webkit-scrollbar {
    width: 10px;
}

.membership  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #efefef;
    border-radius: 10px;
}

.membership ::-webkit-scrollbar-thumb {
    background: #24547e;
}

.membership md-dialog-actions{
    padding-left:0!important;
}

.ecommerce-page md-input-container{
    width:100%;
}

@media (min-width:992px) {
    .ecommerce-page .login-buttons {
        padding-top: 25px !important;
    }

    .search-btn {
       display:none;
    }

  
}


@media (max-width:992px){
    .search-btn{
      width:100%;
    }
    .ecommerce-page .aa {
        display: block !important;
    }

    .ecommerce-page .btn-cart {
        align-items: center;
        display: flex;
        justify-content: space-between;
        width:100%;
    }
    .ecommerce-page .btn-login, .ecommerce-page .btn-login-test {
        margin-bottom: 10px !important;
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }

    .ecommerce-page md-list-item.md-no-proxy {
        width: 100% !important;
        padding: 0 10px !important;
    }
    .ecommerce-page .w100{
        width:100%!important;
    }
    .ecommerce-page .navbar-nav {
        margin: 0 !important;
        padding: 25px 0 0 0 !important;
    }
    .ecommerce-page md-input-container{
        width:100%!important;
    }
}

@media (min-width:768px){
    .ecommerce-page .navbar-nav{
        float:none!important;
    }

    .ecommerce-page .nav-item{
        padding-right:0!important;
        padding-bottom:0!important;
    }
}

