﻿.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.w3-card, .w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.w3-sidebar {
    height: auto;
    width: 200px !important;
    background-color: #fff !important;
    position: absolute !important;
    z-index: 1;
    overflow: auto;
}

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important;
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}

.w3-red, .w3-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important;
}

.w3-btn, .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

button, html [type=button], [type=reset], [type=submit] {
    /* -webkit-appearance: button; */
}

#Hotels ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
    border: 1px solid #555;
}

#Hotels li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

#Hotels li {
    text-align: center;
    border-bottom: 1px solid #555;
}

    #Hotels li:last-child {
        border-bottom: none;
    }

    #Hotels li a.active {
        background-color: #4CAF50;
        color: white;
    }

    #Hotels li a:hover:not(.active) {
        background-color: #555;
        color: white;
    }
    
 input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 100%;
    height: auto;
    display: inline-flex;
	overflow-x: auto;
}

    /* Style the buttons inside the tab */
    .tab button {
        display: block;
        background-color: #fff;
        color: black;
        padding: 22px 16px;
		width: 100%;
        border: 1px solid #f1f1f1;
        outline: none;
        text-align: center;
        cursor: pointer;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
#Suites .tabcontent {
    float: left;
    padding: 0px 12px;
    border: 0px solid #ccc;
    width: 70%;
    border-right: none;
    height: auto /*300px*/;
    /*display: none;*/
}

.clear {
    clear: both;
}

.dvcontSuite{
    height:150px;
}

.txtDateTitle {
    text-align: center;
    color: white;
    background-color: #33B5E5;
    font-weight: bold;
    font-size: 9pt;
}

.txtInput {
    width: 100px;
    /*border-bottom-color: #33B5E5;*/
    border-bottom-right-radius: 3px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.txtroom {
    width: 40px;
    height: 20px;
    border-color: #33B5E5;
    border: 1px solid #33B5E5;
    text-align:center;
}

.spanTitle {
    background-color: #33B5E5;
    color: white;
    width: 50px;
    height: 20px;
    font-weight: bold;
    font-size: 9pt;
    margin: 0px 5px 0px 0px;
    text-align: center;
}

.total {
    background-color: #33B5E5;
    color: white;
    width: 90px;
    height: 35px;
    font-weight: bold;
    font-size: 16pt;
    margin: 0px 5px 0px 0px;
    text-align: center;
    display:inline-block;
}
.container-control {
    border-bottom-color: #33B5E5;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    overflow: hidden;
    display: inline-block;  
    margin: 0px 0px -12px 0px;
}
.txtTotal {
    width: 130px;
    height: 35px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom:none;
    /*border-bottom-color: #33B5E5;*/
    border-radius: 3px;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
}
.cont-search{
    width:100%;
    padding: 0 0px 25px 8px;
}

.btnSearch{
    background-color: #337ab7; 
    color: #fff;
}

.cont-search-btn{
    float: right;
    padding: 0px 7px 0px 0px;
}

.btnReserve {
    background-color: #0000CC;
    margin: 0px 0px 0px 30px;
    width: 140px;
    color: white;
    font-size: 14pt;
    font-weight: bold;
}

#cont1 {
    width: 67%;
    float: left;
    margin: 0px 0px 0px 10px;
}

#cont2 {
    width: 30%;
    float: right;
    height: 150px;
    border: 5px solid #ccc;
    text-align: center;
    box-shadow: 0px 4px 9px #ccc;
}

.details {
    font-size: 10pt;
    background-color: forestgreen;
    color: white;
    margin: -10px 0px 10px 50px;
    width: 65px;
    height: 30px;
    padding: 0px;
}

.select {
    font-size: 10pt;
    background-color: blue;
    color: white;
    margin: -10px 0px 0px 50px;
    width: 65px;
    height: 30px;
    padding: 0px;
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-body {
    position: relative;
    padding: 0px 20px 20px 3px;
}
#rsvDetail .modal-body{
    position: relative;
    padding: 0px 20px 20px 20px;
}

.dspan {
    font-size: 16pt;
    font-weight: bold;
}

.dspan2 {
    font-size: 14pt;
    font-weight: bold;
}

.Ispan, .rsvPolicySpan {
    font-size: 12pt;
    font-weight: bold;
}

.line1 {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 5px;
    border: 0;
    border-top: 2px solid #555;
    margin: 15px 0px 0px 25px;
}

.line2 {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 5px;
    border: 0;
    border-top: 2px solid #555;
}

.cont-label {
    margin: 0px;
    font-weight: normal;
    font-size: 10pt;
}

.form-group {
    margin-bottom: 10px;
    display: block;
}

.etiqueta {
    width: 125px;
    text-align: right;
    margin-right: 5px;
    font-size: 9pt;
    display:inline-block;
}

.etiqueta2 {
    width: 50%;
    text-align: right;
    margin-right: 5px;
    font-size: 9pt;
    margin-top: 5px;
    display:inline-block;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff!important;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-textarea {
    width: 100%;
    max-width: 400px;
    border-radius: 4px;
}

.available {
    margin: 0px 0px 0px 80px;
}

.availableQuantity {
    margin: 0px 0px 0px 10px;
}

.btnSave {
    background-color: #33B5E5;
    color: white;
}

.btnBack {
    background-color: #E6E6E6;
    color: black;
}

#myModal .close {
    opacity: 1.2;
}

.form-label {
    display: block;
    height: 27px;
    padding: 6px 12px;
    font-size: 10pt;
    line-height: 1.428571;
    background-color: #ffffff;
    border: 0px solid #ffffff;
    text-align: right;
}

.control-label {
    display: block;
    height: 31px;
    padding: 6px 12px;
    font-size: 10pt;
    line-height: 1.428571;
    background-color: #ffffff!important;
    border: 0px solid #ffffff;
}

.imgcont {
    width: 80px;
    height: 25px;
    margin: 0px 0px 0px 7px;
    display: inline-block;
}

#myModal img {
    width: 20px;
}

#dvContentPaypal{
    padding: 0px 0px 0px 90px;
}

#dvContentPaypal img {
    width: 100px;
}

.conten2 {
    float: left;
    width: 100%;
    top: 20px;
    position: relative;
}

.conten3 {
    float: right;
    width: 50%;
    margin-top: 20px;
}

.conten1 {
    width: 100%;
}

.cont-dates-div {
    padding: 0 35px 0 35px;
}

.cont-calendar {
    padding: 0 0px 30px 5px;
}

.cont-ram {
    display: flex;
    padding: 0 0px 45px 8px;
    width: 400px;
    margin: 0px auto;
}

.cont-adult {
    display: inline-flex;
    margin: 0px 40px 0px 0px;
}

.cont-minor {
    display: inline-flex;
    margin: 0px 40px 0px 0px;
}

.cont-total {
    padding: 0 0px 10px 8px;
    display: block;
}

.cont-total-content {
    margin: 0;
    display: inline-block;
}

.cont-term-notify{
    width:100%;
}

.cont-checked {
    display: inline-block;
    margin-right: 4px;
}

.cont-details {
    padding: 0px 0px 0px 130px;
}

.cont-details a{
    cursor:pointer;
}

.suites {
    width: 100%;
}

.hotels {
    margin-top: 0px;
}

.cont-title {
    margin: 0px 0px 5px 45px;
}

.cont-title-rsv-policy {
    margin: 0px 0px 5px 26px;
}

.cont-title2 {
    margin: 0px 0px 0px 45px;
}

.content1 {
    width: 45%;
    float: left;
}

.content2 {
    width: 54%;
    float: right;
}

.Country {
    width: 100%;
    font-size: 9pt;
}

.CreditCardType {
    width: 100%;
    font-size: 9pt;
}

.CardNumber {
    width: 100%;
}

.CardExpiration {
    width: 100%;
}

.CardHolder {
    width: 100%;
}

.CardCode {
    width: 100%;
    display: inline-block;
}

.colortext{
    color:#00CC00;
    margin: 0px 0px 0px 5px;
}
.colortotal{
    color:#00CC00;
    margin: 0px 30px 0px 0px;
    float: right;
}

.fontext {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
}

.interrogation {
    width: 18px;
    display: inline-block;
}

.infoIcon {
    cursor: pointer;
}

.details-cont1 {
    width: 50%;
    float: left;
}

.details-cont2 {
    width: 50%;
    float: right;
}

.details-cont3 {
    width: 100%;
}

.reservation-control {
    width: 50%;
}

.cont-rat {
    margin: 0px 0px 5px 0px;
}

.roomtype {
    display: inline-block;
}

.cont-empty1 {
    display: inline-block;
    width: 21%;
}

.cont-control {
    display: inline-block;
    width: 55%;
}

.averagenight {
    display: inline-block;
}

.cont-empty2 {
    display: inline-block;
    width: 42%;
}

.cont-control2 {
    display: inline-block;
    width: 25%;
}

.totalstay {
    display: inline-block;
}

.cont-control3 {
    display: inline-block;
    width: 25%;
}

.totalprice {
    display: inline-block;
}

.cont-control4 {
    display: inline-block;
    width: 25%;
}

.cont-notify {
    float: left;
    width: 50%;
    display: -webkit-inline-box;
}

.cont-text {
    font-size: 10pt;
}
.cont-note{

}
.cont-label-note{

}
.cont-control-note{

}

.cont-terms {
    float: right;
    width: 50%;
    display: -webkit-inline-box;
}

    .cont-terms > label, .cont-notify > label {
        font-weight: inherit;
        display: flex;
        cursor: pointer;
    }

.cont-btn {
    float: right;
}

.title-header{
    text-align:center;
}

.cont1 {
    width: 67%;
    float: left;
    margin: 0px 0px 0px 10px;
}

.cont2 {
    width: 30%;
    float: right;
    height: 150px;
    border: 5px solid #ccc;
    text-align: center;
    box-shadow: 0px 4px 9px #ccc;
}

#rsvDetail .close {
    opacity: 1.2;
}

.txtdata{
    text-align:center;
}

.cvv {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #f5f5f5;
}

.cvv .cvvtext {
    visibility: hidden;
    width: 120px;
    background-color: #f5f5f5;
    color: #555;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 140%;
    box-shadow: 15px 0px 5px #ccc;
    font-size: 9pt;
}

.cvv .cvvtext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
}

.cvv:hover .cvvtext {
    visibility: visible;
}

#rsvRoomDetails .modal-body{
    padding: 0px 20px 20px 20px;
}

#tSuite {
    margin-bottom: 10px;
    text-align: center;
}

.desctext {
    display: block;
    margin-bottom: 15px;
    text-align: justify;
}

#search .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0px solid #fff; 
}

.content-form{
    width:100%;
}
.content-header{
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}
.content-title{
    margin: 0;
    line-height: 1.42857143;
}

.content-body{
    position: relative;
    padding: 0px 20px 20px 3px;
}

#creditIcon img{
    width:20px;
}

#rsvRoomDetails .close{
    opacity:1.2!important;
}

.tooltipermission {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltipermission .tooltipermissiontext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
}

.tooltipermission .tooltipermissiontext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltipermission:hover .tooltipermissiontext {
    visibility: visible;
}

.infoPayPal{
    width: 60%;
    /* margin: 0px 0px 0px 100px; */
    margin-left: 90px;
    /*margin-top: 100px;*/
    text-align: justify;
}

.imgCont1 {
    margin: 0px;
    height: auto;
    max-height: 400px;
}

.slide_full {
    width: 100%;
}

.imgCont2 {
    margin-top: 10px;
    text-align: center;
}

.imgCont2 img {
    cursor: pointer;
}

.cycle-overlay {
    transform: translateY(-100%);
    position: absolute;
    width: 100%;
    z-index: 200;
    background-color: rgba(0, 0, 0, .5);
    color: #ffffff;
    padding: 10px;
    font-size: 12px;
    opacity: .75;
}

.cycle-overlay :first-child {
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}

.cycle-overlay :last-child {
    font-weight: normal;
}

.cycle-pager {
    margin-bottom: 8px;
    display: flex;
    overflow: auto;
}

.cycle-pager-active {
    opacity: 0.4;
}

.slide_thumb {
    margin-right: -2.9px;
    cursor: pointer;
}

img.slide_thumb {
    width: 109px;
    height: 65px;
    padding-right: 5px;
    padding-top: 5px;
}

.clycle-img-container .left, .clycle-img-container .right {
    z-index: 1000;
}

div.left > span.glyphicon-chevron-left, div.right > span.glyphicon-chevron-right {
    background-color: #31728e;
    border-radius: 35px;
    opacity: 0.8;
    height: 34px;
    width: 34px;
    line-height: 1.4;
    font-size: 23px;
    cursor: pointer;
}

    div.left > span.glyphicon-chevron-left {
        left: 26px;
    }

    div.right > span.glyphicon-chevron-right {
        right: 26px;
    }

    @media (max-width: 500px) {
        .cycle-overlay {
        font-size: 10px;
    }
}

#terms_contact {
    width: 100%;
}

.small_info {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

#contact_header {
    margin-top: 0px;
}

#smallleters {
    font-size: 9px !important;
    line-height: 11px !important;
    float: left;
}

#to_right {
    float: right;
    text-align: right;
}

#terms_contact::after {
    content: "";
    clear: both;
    display: table;
}

#contact_info {
    font-size: 12px !important;
    text-align: left;
    width: 300px;
    margin-left: auto;
}

#contact_phones_info {
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.contact_title, #contact_header {
    font-weight: bold;
}

/*.modal-dialog-scrollable .modal-body {
    max-height: 90vh;
    width: 100%;
    overflow-y: auto;
}*/


.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer,
    .modal-dialog-scrollable .modal-header {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
        max-height: 90vh;
    }


@media (min-width:576px) {
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }
}

@media (max-width: 600px) {

    .small_info {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    #to_right {
        text-align: left;
    }

    #contact_info {
        text-align: left;
        width: 300px;
        margin-left: 0px;
        margin-top: 25px;
    }
}
