/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

td.day {
    color: #000;
    font-weight: bold;
}
td.disabled.day {
    font-weight: initial;
}
.datepicker table tr td.old {
    color: inherit !important;
}
.datepicker table tr td.new{
    color: inherit;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
    color: #999 !important;
}
.datepicker table tr td.new.disabled.day{
    color: inherit;
}
.datepicker table tr td.disabled.day:hover, .datepicker table tr td.day.focused{
    background-color: #FFF;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused{
    background-color: rgb(0,255,255);
}
.mt10{ margin-top: 10px}
.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.modal-header{
    border-bottom: none;
}
.input-group-addon{
    background-color: inherit;
    border: 1px solid rgba(0,0,0,0.8);
}
.fa-check{
    color: rgba(0,0,0,0.8);
}
.form-control{
    border-radius: 0px;
}
#from, #to{
    color: #86754D !important;
    background-color: #F8F8F8;
    border: none;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th{
    padding:15px;
}
/*modal fullscreen */
.modal.modal-fullscreen {
    /* Maximize the main wrappers on the screen */
    /* Make the parent wrapper of the modal box a full-width block */
    /* Remove borders and effects on the content */
    /**
    * /!\ By using this feature, you force the header and footer to be placed
    * in an absolute position. You must handle by yourself the margin of the
    * content.
    */
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.modal.modal-fullscreen .modal-dialog {
    margin: 0;
    width: 100%;
    animation-duration:0.6s;
}
.modal.modal-fullscreen .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
    /* change bg color below */
    /* background:#1abc9c; */
}
.modal.modal-fullscreen.force-fullscreen {
    /* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
    padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
    left: 0;
    position: absolute;
    right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
    top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
    bottom: 0;
}
#quickbook .modal-content{
    background-color: #F8F8F8;
}


  .ll-skin-melon {
      font-size: 90%;
  }
.ll-skin-melon .ui-widget {
    font-family: 'Montserrat', sans-serif;
    background: #F8F8F8;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-top: 25px !important;
    /*padding-bottom: 25px !important;*/
    /*padding-left: 7px !important;*/
}
.ll-skin-melon .ui-datepicker {
    padding: 0;
}
.ll-skin-melon .ui-datepicker-header {
    border: none;
    background: transparent;
    font-weight: normal;
    font-size: 15px;
}
.ll-skin-melon .ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-title {
    font-size: 19px;
    font-weight: bold;
    /*margin: 25px 0 0 0;*/
    width: 100%;
    height: auto;
    color: #86754D;
    text-align: center;
    text-transform: uppercase;
    /*padding: 0px 0px 15px 0px;*/
}
.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
    top: .9em;
    border:none;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
    background-position: -32px 0;
    margin-top: 0;
    top: 0;
    font-weight: normal;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
    background-position: -96px 0;
}
.ll-skin-melon .ui-datepicker table {
    margin: 0;
}
.ll-skin-melon .ui-datepicker th {
    font-weight: normal;
    background: transparent;
    border: none;
    color: #86754D;
    cursor: text;
    height: 25px;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 10px;
}
.ll-skin-melon .ui-datepicker td {
    background: rgba(255,255,255,0.05);
    border: 1px solid #CCC;
    padding: 0;
}
.ll-skin-melon td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    margin: 0;
    color: #86754D;
    font-size: 17px;
}
.ll-skin-melon .ui-state-disabled  {
    opacity: 1;
}
.ll-skin-melon .ui-state-disabled .ui-state-default {
    color: rgba(255, 255, 255, 0.1);
}
/*.ll-skin-melon td .ui-state-active,*/
.ll-skin-melon td.dp-highlight:hover {
    opacity: 0.8;
    text-decoration: none;
}
.ll-skin-melon td a:hover{
    text-decoration: none;
}

.ll-skin-melon td.dp-highlight .ui-state-default{
    color: #FFF;
}



.ll-skin-melon td.dp-highlight {
    background: #86754D;
    color: #FFF;
}
.ll-skin-melon .ui-datepicker td.dateFrom,.ll-skin-melon .ui-datepicker td.dateTo{
    background: #86754D;
    color: #FFF !important;
}
.ui-datepicker td.dp-highlight:first a , .ui-datepicker td.dp-highlight:last a{
    background: blue;
    color: #FFF !important;
}
.ui-datepicker.ui-datepicker-multi  {
    width: 100% !important;
}
.ui-datepicker-multi .ui-datepicker-group {
    display: inline-block;
}
.ui-datepicker-multi .ui-datepicker-group:first-child {
    /*margin-right: 12px;*/
    margin-bottom: 25px;
}
.ui-widget { font-size: 100% }
.ll-skin-melon .ui-datepicker td.dateFrom {
    position: relative;
    background: #86754D;
}

/* Flecha
.dateFrom:after, .dateFrom:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.dateFrom:after {
    border-color: rgba(213, 0, 0, 0);
    border-left-color: #FFF;
    border-width: 21px;
    margin-top: -21px;
    border-left: 15px solid #FFF;
}
.dateFrom:before {
    border-color: rgba(0, 8, 245, 0);
    border-width: 21px;
    margin-top: -21px;
    border-left: 15px solid #FFF;
}

*/
.dp-highlight{
    background: #CCA151;
}
.ui-datepicker-row-break{
    display: none;
}
.datepicker-container {
    width: 100%;
    text-align: center;
    height: 100%;
    overflow: hidden;
}
.datepicker-container-inner{
    width: 100%;
    height: 100%;
}
.ll-skin-melon td a{
    float: left;
    width: 100%;
}
.datepicker.ll-skin-melon{
    vertical-align: top;
    display: inline-block;
    margin: 0 auto;
    top: 35%;
    position: relative;
    border-radius: 0px;
    padding: 30px 30px;
}
.datepicker.ll-skin-melon .ui-datepicker-prev{
    float: left;
    color: #FF9800;
    /*position: relative;*/
    margin-left: 5%;
    top: 29px;
    height: 20px;
    background: transparent url("https://1.images.mnstatic.com/visualhome/sp_vhome3.png") no-repeat 5px -230px;
    width: 20px;
}
.datepicker.ll-skin-melon .ui-datepicker-prev span{
    display: none;
}
.datepicker.ll-skin-melon .ui-datepicker-next{
    float: right;
    color: #FF9800;
    /*position: relative;*/
    margin-right: 5%;
    top: 29px;
    height: 20px;
    background: transparent url("https://1.images.mnstatic.com/visualhome/sp_vhome3.png") no-repeat 0px -160px;
    width: 20px;
}
.datepicker.ll-skin-melon .ui-datepicker-next span{
    display: none;
}
.btnvalidationDates span{
    background: rgba(255, 255, 255, 0.05);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0CFFFFFF', EndColorStr='#0CFFFFFF')";
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#0CFFFFFF', EndColorStr='#0CFFFFFF');
    zoom: 1 !important;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 60px;
    height: 60px;
    margin-top: 10px;
    padding: 0;
    text-align: center;
    width: 100%;
    float: left;
    text-transform: uppercase;
}
.datepicker-title{
    background-color: #2E3033;
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    height: 60px;
    padding: 23px 30px;
    margin-bottom: 2px;
}
.datepicker-close{
    max-width: 660px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    background-color: transparent;
    height: 40px;
}

.datepicker-close .close_btn{
    float: right;
    font-size: 13px;
    line-height: 143%;
    color: rgb(238,238,238);
    text-align: left;
    padding: 10px 0 10px 10px;
    cursor: pointer;
}
.date-contain{
    float: right;
}
.date-contain-text{
    float: left;
    font-size: 15px;
}
.date-contain-title{
    color: #AAAAAA;
    font-size: 13px;
}
.date-contain-from{
    margin-right: 20px;
}
.date-contain-icon{
}
.date-contain-date {
    color: #EDEDED;
    font-size: 15px;
    min-width: 82px;
    display: inline-block;
}
.ll-skin-melon .ui-datepicker td{
    padding: 25px;
}
.ui-datepicker-calendar>tbody>tr>td.ui-datepicker-unselectable>span.ui-state-default {
    text-decoration: line-through;
}
td.ui-datepicker-unselectable.ui-state-disabled{
    max-height: 25px !important;
}
.ll-skin-melon .ui-datepicker th{
    text-align: center;
}
.datepicker.ll-skin-melon .ui-datepicker-next{
    color: #cc9933;
}
.datepicker.ll-skin-melon {
    padding: 0px;
    width: 100%;
}

.btn-quickbook{
    background-color: #86754D;
    padding: 20px !important;
}
.btn-quickbook:hover{
    opacity: 0.8;
    color: #FFF !important;
}


td.dateFrom > a,
td.dateTo > a{
    color: #FFF !important;
    font-weight: bold;
}



#quickbook  h1{
    font-size: 55px;
    color:#86754D;
}
#quickbook .modal-header{
    padding: 0;
}

#quickbook .form-control{
    height: 32px;
    font-size: 14px;
    color: #86754D;
}
#quickbook .ll-skin-melon .ui-datepicker td {
    padding: 2px;
    width: 1%;
}

#quickbook label{
    color: #86754D;
    font-size: 20px;
    font-family: 'Cardo', serif !important;

}


#quickbook .alert-white{
    background-color: white;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quickbook .modal-header{
        padding: 15px;
    }
    #quickbook .ui-datepicker-group{
        width: 49%;
    }

    .datepicker.ll-skin-melon .ui-datepicker-prev{
        position: absolute;
        left: 20px;
    }


    .datepicker.ll-skin-melon .ui-datepicker-next{
        position: absolute;
        right: 20px;
    }

    .ll-skin-melon .ui-datepicker table{
        margin-right: 15px;
    }


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #quickbook .ll-skin-melon .ui-datepicker td {
        padding: 2px;
        width: 1%;
        height: 50px !important;
    }
    #quickbook .form-control{
        height: 40px;
        font-size:  18px;
    }
    #quickbook #resumen-booking{
        margin-top: 10px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}