@charset "utf-8";
/* CSS Document */
body {
    text-align: center;
    margin: 10px 0px;
    padding: 0px;
    color: #000;
    background: #f1f1f1;
    font-family: Helevetica,Verdana,Arial,sans-serif,Geneva;
    font-size: 14px;
    line-height: 1.5em; 
}
a {
    text-decoration: none;
    color : #ffffff;
}
a:hover {
    text-decoration: underline;
    font-size: 2m;
}
/* FULL WEBSITE */
input[type=text], input[type=password], select {
    font-size: 16px;
    text-align: center;
    padding: 5px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=text]:hover, input[type=password]:hover, select:hover {
    box-shadow:0px 0px 10px #006699;
}
select:checked {
    color: #ffffff;
    background: #006699;
}
input[type=checkbox] {
    border: double 2px #006699;
    background-color:#ffffff;
    color:#FFF;
    white-space: nowrap;
    overflow:hidden;
    width:20px;
    height:20px;
}
input[type=checkbox]:hover {
    box-shadow:0px 0px 10px #006699;
}
input[type=submit] {
    font-size: 16px;
    text-align: center;
    background-color: #006699;
    color: white;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    box-shadow:0px 0px 10px #006699;
}
label:hover {
    cursor: pointer;
    text-shadow:0px 0px 10px #006699;
}
/* -------------------------- */
#tForm {
    width: 1050px;
    text-align: left;
    margin: auto;
}
#tHeader {
    clear: both;
    width: 100%;
    height: 60px;
}
/* USER MENU */
.userbtn {
    background-color: #C7C7C7;
    color: black;
    margin-top: 25px;
    padding: 6px 10px;
    font-size: 16px;
    cursor: pointer;
    min-width: 150px;
    border: none;
    border-radius: 5px;
}
.usermenu {
    float: right;
    position: relative;
    display: inline-block;
}
.usermenu-content {
    float: right;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    text-align: right;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.usermenu-content a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}
.usermenu-content a:hover {
    background-color: #CCC;
}
.usermenu:hover .usermenu-content {
    display: block;
}
.usermenu:hover .userbtn {
    color: white;
    background-color: #006699;
}
/* PRINCIPAL MENU */
.topnav {
    clear: both;
    overflow: hidden;
    width: 100%;	
    background-color: #404040;
}
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 5px;
    text-decoration: none;
    font-size: 13px;
    min-width: 130px;
}
.topnav a:hover {
    background-color: #CCC;
    color: black;
}
.topnav a.active {
    background-color: #006699;
    color: white;
    font-weight: bold;
}
/* TABLE */
.tabla tr:hover {
    background-color: #EAEAEA;
}
.tabla a {
    text-decoration: none;
    color : #000;
}
.tabla a:hover {
    text-decoration: underline;
    font-size: 2m;
}
/* LOGIN */
.login input[type=text], input[type=password] {
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.login input[type=submit] {
    width: 100%;
    font-size: 16px;
    background-color: #006699;
    color: white;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
/* SLIDE CARUSEL */
.slider {
    width: 100%;
}
.slider-wrapper {
    width: 100%;
    height: 460px;
    position: relative;
}
.slide {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 3s linear;
}
.slider-wrapper > .slide:first-child {
    opacity: 1;
}
/* FOOTER */
.footer {
    clear: both;
    width: 1050px;
    padding: 3px 0;
    margin: auto;
    margin-top: 15px;
    color: #f1f1f1;
    background: #404040;
    font-size: 11px;
    text-align: center;
    font-weight: normal;
}
/* REQUEST PAGE*/
.request input[type=text], select {
    width: 100%;
    margin: 0 10px auto;
    text-align: left;
}
.request fieldset {
    border: medium none !important;
    margin: 10px 0 10px;
}
/* REQUEST - ADD PAXS */
.addpaxs {
    clear: both;
}
.addpaxs table{
    font-size: 12px;
} 
.addpaxs input[type=text] {
    font-size: 15px;
    text-align: center;
    margin: 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.reqsuccess {
    clear: both;
    width: 90%;
    margin: 20px auto;
    padding : 10px;	
    color : #007C25;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #007C25;
    border-radius: 20px;
    text-align: center;
}
.reqerror {
    clear: both;
    width: 90%;
    margin: 20px auto;
    padding : 10px;	
    color : #ff0000;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #FF0000;
    border-radius: 20px;
    text-align: center;
}
/* CHARTER */
#chartertbl a {
    color: #000;
    text-decoration: none;
}
#chartertbl a:hover {
    color: #000;
    text-decoration: underline;
}
/* LOADER SCREEN */
div#load_screen{
    background: #f1f1f1;
    opacity: 1;
    position: fixed;
    z-index: 1000;
    top: 0px;
    width: 100%;
    height: 100%;
}
div#load_screen > div#loading{
    color:#FFF;
    margin: 300px auto;			
}
.spin-frame {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}
.spin1, .spin2, .spin3 {
    position: absolute;
    border: 5px solid transparent;
    border-radius: 50%;
}
.spin1 {
    width: 50px;
    height: 50px;
    border-top: 5px solid #006699;
    border-bottom: 5px solid #006699;
    animation: clockwisespin 4s linear 100;
}
.spin2 {
    width: 40px;
    height: 40px;
    border-left: 5px solid darkturquoise;
    border-right: 5px solid darkturquoise;
    top: 5px; left: 5px;	
    animation: anticlockwisespin 3s linear 100;
}
@keyframes clockwisespin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
@keyframes anticlockwisespin {
    from {transform: rotate(0deg);}
    to {transform: rotate(-360deg);}
}
/* SUBMENU */
.subMenu {
    clear: both;
    overflow: hidden;
    width: 95%;	
    margin: 10px auto;
    background-color: #f1f1f1;
}
.subMenu a {
    float: left;
    display: block;
    color: #333;
    text-align: center;
    padding: 3px 0px;
    text-decoration: none;
    font-size: 12px;
    min-width: 120px;
}
.subMenu a:hover {
    background-color: #006699;
    color: #FFF;
}

.subMenu a.active {
    background-color: #006699;
    color: #FFF;
    font-weight: bold;
}
/* RESERVATIONS */
.reserv a {
    text-decoration: none;
    color : #000;
    font-weight: bold;
}
.reserv a:hover {
    text-decoration: underline;
    font-size: 2m;
}
/* MENU HOTEL REPORT*/
.inMenu {
    clear: both;
    width: 350px;
    overflow: hidden;
    margin: 5px auto;
    background-color: #D1D1D1;
    text-align: center;
}
.inMenu a {
    float: left;
    display: block;
    color: #333;
    text-align: center;
    padding: 3px 5px;
    text-decoration: none;
    font-size: 13px;
    min-width: 60px;
}
.inMenu a:hover {
    background-color: #006699;
    color: #FFF;
}
.inMenu a.active {
    background-color: #006699;
    color: #FFF;
    font-weight: bold;
}
//
.linkred {
}
.linkred a {
    text-decoration: none;
    color : #006699;
}
.linkred a:hover {
    text-decoration: underline;
    font-size: 2m;
}
/* MODAL */
.tz-modal, .tz-modal-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;    
}
.tz-modal {    
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40;
}
.tz-modal.is-active {
    display: flex;
}
.tz-modal-background {
    background-color: rgba(10, 10, 10, 0.86);
}
.tz-modal-content {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%;
}
.tz-modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.tz-modal-close::before, .tz-modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.tz-modal-close::before {
  height: 2px;
  width: 50%;
}
.tz-modal-close::after {
  height: 50%;
  width: 2px;
}
.tz-modal-close:hover, .tz-modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.tz-modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}