﻿/*@import url('https://fonts.googleapis.com/css?family=Squada+One');*/

.room-availability-lable{
    font-size:12px;
}

.room-availability-lable .red {
    color: maroon;
}

    .room-availability-lable .green {
        color: darkgreen;
    }

    .room-availability-lable .yellow {
        color: #e9b200;
    }

p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.6px;
    color: #4D4D4d;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  /*  max-width: 280px;*/
}

/*.row{
    margin-right:0px;
    margin-left:0px;
}*/

/*

    font-family: 'Oleo Script', cursive;
font-family: 'Pacifico', cursive;
font-family: 'Sacramento', cursive;
*/

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #077a65;
    color: #ffb51c;
}

.no-list-style {
    list-style: none !important;
    padding-left: 0px;
}

    .no-list-style .glyphicon-hand-right {
        margin-left: 5px;
        margin-right: 10px;
    }

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10{
    margin-top:10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}


.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.no-margin-padding-bottom {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.no-margin-padding-top{
    margin-top:0px !important;
    padding-top: 0px !important;
}

.no-padding-margin-right {
    padding-right: 0px !important;
    margin-right: 0px !important;
}

.section{
    margin-top:50px;
    margin-bottom:50px;
    padding:50px;
}

.padding-3px{
    padding:3px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:2px;
}

.padding-50{
    padding:50px;
}

.font-size-10{
    font-size:10px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

hr{
    margin-top:15px !important;
    margin-bottom:15px !important;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.bold{
    font-weight:bold;
}

.theme-text-color-01{
    color:#262626;
}

.theme-text-color-02 {
    color: #077a65;
}

.theme-background-color-01 {
    background-color: #9e00bd;
}

.theme-background-color-02 {
    background-color: #cecece;
}

.theme-background-color-03 {
    background-color: #f2f2f2;
}

.theme-background-color-04 {
    background-color: #ff9800;
    padding:20px;
}

.background-white {
        padding: 15px;
        background-color: white;
        border-radius:3px;
    }

.theme-background-color-white {
    background-color: #ffffff !important;
}



.theme-bg-color-1 {
    background-color: #077a65;
    background: #077a65;   

}

.theme-bg-color-2 {
    background-color: #038959;
    background: #038959;
}


.theme-bg-color-3 {
    background-color: #ff9800 !important;
    background: #ff9800 !important;
}

.theme-bg-success {
    background-color: #077a65;
    background: #077a65;
}

.theme-bg-error {
    background-color: #8F0808;
    background: #8F0808;   
}


.theme-bg-warning {
    background-color: #dd7f3b;
    background: #dd7f3b;
}

.theme-background-color-05 {
    background-color: #f2f2f2;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
}

.modal-header 
{
    border-radius:0px !important;
}

.modal-body {
    border-radius: 0px !important;
}

.radio-btn-big {
    width: 20px !important;
    height: 20px !important;
    margin-top: 0px !important;
}

.display-inline{
    display:inline-block !important;
    margin-right:-5px !important;
}

.font-size-16{
    font-size:16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-24 {
    font-size:24px;
}

.margin-top-0px{
    margin-top:0px !important;
}

.margin-bottom-0px {
    margin-bottom: 0px !important;
}


.margin-left-dotted-2px{
    border-left:dotted 2px #cecece;
}

.margin-right-dotted-1px {
    border-right: dotted 1px #cecece;
}

.no-boder-radius{
    border-radius:3px;
}

.no-padding-left-on-desktop{

}



.no-btn-style{
    border:none;
    background-color:none;
    background:none;
}

.no-btn-style:hover {
    color:#c70000;
}

.container-fluid
{
    padding-left:0px;
    padding-right:0px;
}


.logo-container {
    padding: 0px;
    padding-left: 15px;
}

.logo {
    padding: 10px;
    /*border: 2px solid #077a65;*/
 
}

.title {
    font-size: 30px;
    /*font-family: 'Oleo Script', cursive;*/
    margin-top: 0px;
}

.title-block {   
    margin-left: 20px;
}
.slogan {
    font-size: 15px;
    display: block;
    /*font-family: 'Pacifico', cursive;*/
    margin-top: -10px;
}

.inline-block {
    display: inline-block;
}

.header-top-navigations-container {
    text-align: right;
    float: right;
    padding-top: 20px;
}

.header-top-navigations {
    font-size: 12px;
    margin-left: 20px;
}

.nav > li > a:hover, .nav > li > a:focus {
    /*background-color:#077a65;*/
    color:#fff;
}
    
    .slider-image {
    width: 100%;
    min-height: 450px;
    background-size: cover;
}

.top-line {
    width: 100%;
    height: 2px;    
    margin-top: 0px;
}

.carousel-caption 
{
    bottom:50px;
}

    .carousel-caption h3, .carousel-caption p {
        text-shadow: rgba(0, 0, 0, 0.69) 3px 3px 3px;
    }

    .carousel-caption h3 {
        /*font-family: 'Pacifico', cursive;*/
        font-size: 30px;
    }

    .carousel-caption h3 {        
        font-size: 30px;
    }

    .carousel-caption p {
      
        font-size: 18px;
    }

.font-family-01 {
   
    text-transform: uppercase; 
    font-size:28px;
}

.font-family-02 {
    font-family: 'Pacifico', cursive;
}

.font-family-03 {
    font-family: 'Sacramento', cursive;
}

.font-family-04 {
    font-family: Arial;
}

.font-family-05 {
    font-family: "Muli", sans-serif;
}

.well-transparent {
    /*background-color: rgba(0, 100, 0, 0.5);*/
    border-radius: 0px;
    border: 1px solid #077a65;
    /*-webkit-box-shadow: 0px 25px 57px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 25px 57px -16px rgba(0,0,0,0.75);
    box-shadow: 0px 25px 57px -16px rgba(0,0,0,0.75);*/
    padding-bottom: 10px;
    position: relative;   
    /*-webkit-box-shadow: 0 3px #d5e1e6;
    box-shadow: 0 3px #d5e1e6;*/
}

.well-vertical {
    border-radius: 0px;
}

.stay-landscape {
    margin-top: -50px;
    background-color:#077a65;
    color:white !important;
    font-weight:normal;
}



.form-control {
    border-radius:2px;
}

.btn{
    border-radius:2px;
}

.btn-success {
    background-color: #077a65;
    color: #e9b200;
}

.btn-warning{
    background-color:#ff9800;
}

/*.btn-primary {
    background-color: #077a65;
    color: #e9b200;
    position: relative;
    background: #128e73;
    background: -webkit-linear-gradient(#149777,#10846f);
    background: linear-gradient(#149777,#10846f);

}*/

.btn-primary:hover {
    background-color: #025e4d;
    color: #e9b200;
}

.font-color-green {
    color: #025e4d;
}

.well-transparent .form-control {
    color: #077a65;
}


@media only screen and (max-width: 500px) {
    .margin-left-dotted-2px, margin-right-dotted-1px {
        border-left: none;
    }

    .logo{
        width:60px;
        margin-left:15px;
    }

    .logo-container {
        padding-left: 0px;
    }

    .title{
        font-size:20px;
        margin-left:10px;      
    }

    .slogan {
        font-size: 12px;
        margin-left: 10px;
       line-height:20px;
    }

    .header-top-navigations{
        font-size:12px;
    }

    .top-line{
        margin-top:5px;
    }

    p{
        text-align:left;
    }
      
}

@media only screen and (min-width: 768px) {
    .no-padding-left-on-desktop {
        padding-left: 0px;
    }

    .carousel-caption {
        right:5%;
        left:5%;
    }

   
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    .slider-image {
        min-height: 300px;
    }

    .carousel-caption p{
        display:none;
    }

    .title {
        font-size:25px;
    }

    .slogan {
        font-size: 16px;
    }

    .section{
        padding:10px 5px 10px 5px;
        
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    .slider-image {
        min-height: 300px;
    }
    .carousel-caption p {
        display: none;
    }

    .title {
        font-size: 14px;
    }

    .slogan {
        font-size: 10.5px;
    }

    .section {
        padding: 10px 5px 10px 5px;
    }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    .slider-image {
        min-height: 425px;
    }

    .carousel-caption p {
        display: block;
    }

    .title {
        font-size: 26px;
    }

    .slogan {
        font-size: 18px;
    }

    .section {
        padding: 50px;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    .slider-image {
        min-height: 425px;
    }

    .carousel-caption p {
        display: block;
    }

    .title {
        font-size: 26px;
    }

    .slogan {
        font-size: 18px;
    }

    .section {
        padding: 50px;
    }
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    /* margin-top: 8px; */
    /* margin-right: 15px; */
    /* margin-bottom: 8px; */
    /* background-color: transparent; */
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #077a65;
    color:#ffffff;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #ffffff;
    }

.btn-primary {
    background-color: #077a65;
    color:#ffb51c;
}

/*robbin*/

.box {
   
    position: relative;
}

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
}

    .ribbon span {
        font-size: 11px;   
        color: #FFF;
        text-transform:none;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #F70505;
        /*background: linear-gradient(#F70505 0%, #8F0808 100%);*/
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        left: -21px;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #8F0808;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #8F0808;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }


.hr-dark {
    border-width: 1px;
    border-color: #808080;
}


.gradientBg, .theme-bg-color-1, .top-line {
    /*background: #305a5c !important;
    background: -webkit-linear-gradient(#149777,#305a5c) !important;
    background: linear-gradient(#149777,#305a5c) !important;
    transition: all .25s ease-in !important;
    transition: all .25s ease-out !important;*/
    background-color: #077a65;

}

/*.btn-primary {
    color: #ffb51c !important;
    background: #305a5c !important;
    background: -webkit-linear-gradient(#149777,#077a65) !important;
    background: linear-gradient(#149777,#077a65) !important;
    text-shadow: 0 1px 0 #03903a !important;
}*/

/*.gradientBg:hover, .btn-primary:hover {
    background: #305a5c !important;
    background: -webkit-linear-gradient(#305a5c,#149777) !important;
    background: linear-gradient(#305a5c,#149777) !important;
}*/

/*.btn-warning {
    color:#a86303 !important;
    text-shadow: 0 1px 0 #ffee96;
    background: -webkit-linear-gradient(#fae19d,#ffa91c);
    background: linear-gradient(#fae19d,#ffa91c);
    transition: all .25s ease-in;
}*/

.theme-text-color-02 {
    color: #305a5c !important;
}

h4{
    text-transform:uppercase;
}

.modal-header{
    padding:10px;
}



.model-popup-close-btn {
    float: right;
    margin-top: 0px;
    margin-left: 530px;
    background-color: #fff;
    border-radius: 50px;
    padding: 4px;
    cursor: pointer;
    z-index: 5;
    position: fixed;
    opacity: .5;
}

    .model-popup-close-btn img {
        width: 28px !important;
    }

.model-popup-title {
    /*padding-bottom:20px;*/
    font-weight: bold;
}

    .model-popup-title h4 {
        border-bottom: 1px solid #979797;
        padding-bottom: 10px;
        font-weight: bold;
    }

    .model-popup-title img {
        width: 40px !important;
    }

.modal-body .icon-holder {
    vertical-align: middle !important;
    margin-top: 10px;
    padding-left: 25px;
}

.modal-body .icon-holder img {
    width:60px;
}

.navbar{
    border:none !important;
}

/*h1, h2, h3, h4 {
    font-family: 'Squada One', cursive !important;
}*/


/*Radio Button Styles*/

.radio-btn-container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  
    font-weight:normal;
}

    /* Hide the browser's default radio button */
    .radio-btn-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .radio-btn-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border-radius: 50% !important;
        background-color: #eee;
        border-radius: 2px;
        border: 1px solid #e5e5e5 !important;
    }

    /* On mouse-over, add a grey background color */
    .radio-btn-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .radio-btn-container input:checked ~ .checkmark {
        background-color: #70a401;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .radio-btn-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

/* Show the indicator (dot/circle) when checked */
input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-btn-container .checkmark:after {
    top: 5px !important;
    left: 5px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: white;
}
/*End of radio button styles*/


.modal-content {
    border-radius:3px !important;
}

.inner-page-container{
    margin-bottom:50px;
    padding-top:10px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    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); */
}



.selectedStay .well {
    background-color: inherit;
    border: none;
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.selectedStay hr {
    border: none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] {
    background-color: #ffffff;
    outline: none;
}

.alwaysOnPageTop {
    position: fixed;
    margin-top: 20px;
    transform: translateY(30);
}

.well-transparent {
    box-shadow: none;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}