html,  body {
	margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

@page { size: auto;  margin: 0mm; }

#printable {
    display: none;
    font-weight: 300px;
	font-family: 'Open+Sans', sans-serif;
    font-size: 12px;
    color: #000;
}
    
@media print {
#non-printable { 
    display: none; 
}
    
#printable { 
    display: block; 
    }
}

.body_table {
	font-family: 'Open Sans', sans-serif;
	background-color:#DFDFDF;
    background-position: center; 
    background-size: cover; 
    background-repeat: no-repeat;
	border-collapse: collapse;
	height:100%;
	width:100%;
	color:#FFF;
}

.menu_hover {
    width: 45px;
}

.menu_hover:hover {
    background-color: #F7F7F7;
    cursor: pointer;
    font-size: 8px;
    font-weight: 300;
    width: 45px;
}

.menu_hover img:hover::after {
    display: none;
}

.menu_hover.home:hover::before {
    content: "INICIO";
}

.menu_hover.login:hover::before {
    content: "LOG IN";
}

.menu_hover.bookings:hover::before {
    content: "RESERVAS";
}

.menu_hover.password:hover::before {
    content: "CAMBIO";
}

.menu_hover.password:hover::after {
    content: "CONTRASEÑA";
}

.menu_hover.logout:hover::before {
    content: "LOG OUT";
}

.dropbtn {
    padding: 0px;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown_content {
    display: none;
    position: absolute;
    top:25px;
    right:-2px;
    background-color: #FFF;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: +1000;
    text-align: left;
    min-width: 180px;
}

.dropbtn_2 {
    padding: 0px;
    cursor: pointer;
}

.dropdown_2 {
    position: relative;
    display: inline-block;
}

.dropdown_2 .dropbtn_2 img {
    padding-right: 5px;
}

.dropdown_content_2 {
    display: none;
    position: absolute;
    top:25px;
    right:-2px;
    background-color: #FFF;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: +1000;
    text-align: left;
    min-width: 30px;
}

.dropdown_content_2 a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown_content_2 a:hover {
    background-color: #F1F1F1;
}

.dropdown_2:hover .dropdown_content_2 {
    display: block;
}

.menu_container_table_2 {
    display: none;
}

/*LOGIN*/
.login_form {
    font-size: 14px;
    font-family:'Open Sans', sans-serif;
    color: #000;
    border-radius: 5px;
    text-align: center;
    width: 250px;
    background-color: rgba(255,255,255,0.90);
    padding: 10px;
}

.login_form img {
    width: 120px;
    padding-bottom: 20px;
}

.login_form .input {
    border-radius: 5px;
    height: 30px;
    width: 80%;
    background-color: #DFDFDF; 
    border: 1px solid #808080;
    text-align: center;
}

.login_form span {
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	font-weight: 300;
    color: #C74141;
    padding-left: 3px;
}

.login_form .menu {
	font-family: 'Open Sans', sans-serif;
	font-size:8px;
    color: #63C29D;
    vertical-align: middle;
    margin-top: 10px;
}

.login_form .menu td {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.login_form .menu_border {
	border-right: 1px solid #63C29D;
}

.login_small {
    font-size: 14px;
    font-family:'Open Sans', sans-serif;
    color: #000;
    border-radius: 5px;
    text-align: center;
    width: 250px;
}

.login_small img {
    width: 15px;
}

.login_small .title {
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.login_small .input {
    border-radius: 5px;
    border: none;
    height: 30px;
    width: 200px;
    background-color: #EFEFEF; 
}

.login_small span {
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	font-weight: 300;
    color: #C74141;
    padding-left: 3px;
}

.login_small .menu {
	font-family: 'Open Sans', sans-serif;
	font-size:8px;
    color: #63C29D;
    vertical-align: middle;
    margin-top: 10px;
}

.login_small .menu td {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.login_small .menu_border {
	border-right: 1px solid #63C29D;
}

.login_button {
	text-transform: uppercase;
	margin-top: 8px;
	width:80%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	background-color: #63C29D;
	border:1px solid #63C29D;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 10px;
	font-weight: 600;
}

.login_button:hover {
	background-color: #215A47;
    border:1px solid #215A47;
	cursor: pointer;
}
/*END-LOGIN*/

.user {
    text-transform: uppercase;
    font-size: 12px;
    border: 1.5px solid #63C29D;
    padding: 10px;
    font-weight: 100;
}

.user span {
    font-weight: 600;
}

.user_reset_password {
    text-transform: uppercase;
    font-size: 12px;
    border: 1.5px solid #FFF;
    padding: 10px;
    font-weight: 600;
    position: relative;
    top: -20px;
}

.balance_due {
    text-transform: uppercase;
    font-size: 12px;
    border: 1.5px solid #63C29D;
    padding: 10px;
    font-weight: 100;
}

.balance_due span {
    font-weight: 600;
}

.menu_container {
	background-color:#FFF;
	font-size:16px;
	font-weight: 600;
	color:#63C29D;
	padding-top:0.5%;
	padding-bottom:0.5%;
	text-align: center;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #838383;
}

.container {
	background-color:#FFF;
	font-size:12px;
	font-weight: 300;
	color:#000;
	text-align: center;
    width: 99%;
    height: 600px;
    margin: 10px;
}

.content {
    width: 100%;
    text-align: center;
	color:#000;
    margin-top: 10px;
    padding: 0px;
}

.content .title {
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight: 600;
	color:#000;
}

.update_message {
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 300;
    width: 200px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    background-color: #FBE0E4;
    color: #C74141;
    border: 1px solid #C74141;
    border-radius: 3px;
    margin: 0 auto;
}

.mainContent .productRow {
	color:#000;
	padding-left: 40px;
	padding-right: 40px;
}

.mainContent .productRow .productInfo {
	font-family: 'Open+Sans', sans-serif;
    display: inline-block;
    margin: 0 auto;
	padding-left: 3.5%;
	padding-right: 3.5%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
	width: 230px;
    margin: 20px;
	background-color: #F3F3F3;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 3px;
}

.mainContent .productRow .productInfo:hover {
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2), 0 2px 25px 0 rgba(0, 0, 0, 0.19);
	background-color: #DEDEDE;
    width: 231px;
    cursor: pointer;
}

.productRow .productInfo .productImg {
    width: 70px;
}

.productRow .productInfo .productImg img {
    width: 70px;
}

.productRow .productInfo .title {
    font-size: 16px;
    font-weight: 600;
}

.productRow .productInfo .subtitle {
    font-size: 12px;
    font-weight: 300;
    color: #000;
    height: 40px;
}

.productRow .productInfo .arrow {
    width: 20px;
}

.productRow .productInfo .arrow img {
    width: 20px;
}

.categories {
	font-family: 'Open+Sans', sans-serif;
	padding-left: 0.5%;
	padding-right: 0.5%;
    padding-bottom: 20px;
	width: 90%;
    margin-top: 20px;
    margin-bottom: 15px;
    letter-spacing: 0px;
	background-color:#FFF;
    border-radius: 2px;
    border: 1px solid #EEEEEE;
    display: none;
}

.categories table {
	width: 100%;
}

.categories .title {
    font-family: 'Open+Sans', sans-serif; 
    font-size: 16px;
    font-weight: 600;
    color: #63C29D;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
}

.categories .title img {
    width: 40px;
    vertical-align: middle;
}

.categories .subtitle {
    font-weight: 300px;
	font-family: 'Open+Sans', sans-serif;
    font-size: 12px;
    color: #979797;
    text-align: left;
}

.categories img {
    width: 100px;
}

.categories .name {
    font-weight: 300px;
	font-family: 'Open+Sans', sans-serif;
    font-size: 12px;
    color: #63C29D;
    margin-top: -15px;
}

.categories .category {
	font-family: 'Open+Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #63C29D;
}

.categories .team_2 {
    display: none;
}

.mainContent .productRow .productInfo3 {
	font-family: 'Open+Sans', sans-serif;
    display: inline-block;
    margin: 0 auto;
	padding-left: 3%;
	padding-right: 3%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
	width: 220px;
    height: 150px;
    margin: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
}

.productRow .productInfo3 .productImg {
	width:175px;
    padding-top:10px;
    display: inline-block;
    margin: 0 auto;
}
	
.productRow .productInfo3 .productImg img {
	width:175px;
    display: inline-block;
    margin: 0 auto;
    touch-action: manipulation;
}

.productRow .productInfo3 .title {
    font-size: 14px;
    font-weight: 600;
    color: #63C29D;
    text-align: center;
    height: 20px;
    padding: 0px;
}

.productRow .productInfo3 .subtitle {
    font-size: 7px;
    font-weight: 300;
    color: #63C29D;
    text-align: center;
}

.productRow .productInfo3 .content {
    font-size: 10px;
    font-weight: 300;
    color: #000;
    text-align: center;
}

.productRow .productInfo3 .content img {
	width:20px;
    vertical-align: middle;
}

.productRow .productInfo3 .features {
    font-family: 'Open+Sans', sans-serif;
    font-size:8px; 
    width: 100%;
    text-align: center;
}

.productRow .productInfo3 .features img {
	width:20px;
    vertical-align: middle;
}

.productRow .productInfo3 .download_button img {
	width:15px;
    vertical-align: middle;
}

.productRow .productInfo3 .download_button a:link {
	text-decoration: none;
    color: #FFF;
}

.productRow .productInfo3 .download_button a:visited {
	text-decoration: none;
    color: #FFF;
}

.productRow .productInfo3 .download_button a:hover {
	text-decoration: none;
    color: #FFF;
}

.productRow .productInfo3 .download_button {
	text-transform: uppercase;
	margin-top: 5px;
	width:55%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: center;
	letter-spacing: 1px;
    background-color: #63C29D;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 10px;
	font-weight: 300;
    margin: 0 auto;
}

.productRow .productInfo3 .download_button:hover {
	background-color: #235A47;
    color: #FFF;
	cursor: pointer;
}

.mainContent .productRow .productInfo4 {
	font-family: 'Open+Sans', sans-serif;
    display: inline-block;
    margin: 0 auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
	width: 95%;
    height: 210px;
    margin: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
}

.productRow .productInfo4 .title {
    font-size: 14px;
    font-weight: 600;
    color: #63C29D;
    text-align: left;
    padding-left: 0px;
}

.productRow .productInfo4 textarea {
	width: 99%;
    height: 100px;
    font-size: 12px;
	font-family: 'Open-Sans', sans-serif;
    font-weight: 300;
    resize: none;
    border: 1px solid #000;
    border-radius: 3px;
    text-align: justify;
    padding: 5px;
}

.productRow .productInfo4 .button img {
	width:15px;
    vertical-align: middle;
}

.productRow .productInfo4 .button {
	text-transform: uppercase;
	width:80px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
	letter-spacing: 1px;
	color:#63C29D;
	font-size: 10px;
	font-weight: 600;
    float: left;
    margin: 5px;
    margin-left: 0px;
}

.productRow .productInfo4 .button:hover {
    color: #235A47;
	cursor: pointer;
}

/*VIEWBOOKING*/
.package_info_agencies {
	font-family: 'Open Sans', sans-serif;
	float: left;
	width: 50%;
    text-align: center;
}

.package_info_agencies table {
	height: 55px;
}

.package_info_agencies td {
	width: 20%;
}

.package_info_agencies .label {
	font-size:12px;
	font-weight: 600;
	color:#000;
	text-align: center;
}

.package_info_agencies .data {
	font-size:12px;
	font-weight: 300;
	color:#000;
	text-align: center;
	width: 10%;
}

.package_info_agencies .payment_status {
    margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	font-weight: 300;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
}

.package_info_agencies .payment_status.Pagado {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #509200;
    float: left;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: 1px;
    left: 22px;
}

.package_info_agencies .payment_status.Procesando {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #838383;
    float: left;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: 1px;
    left: 10px;
}

.package_info_agencies .payment_status.Abonado {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #D88100;
    float: left;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: 1px;
    left: 17px;
}

.package_info_agencies .payment_status.Pendiente {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #C74141;
    float: left;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: 1px;
    left: 15px;
}

.package_info_agencies .package_status {
    margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	font-weight: 600;
	color:#FFF;
    width: 120px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
}

.package_info_agencies .package_status.Confirmado {
    background-color: #509200;
}

.package_info_agencies .package_status.Pre-Confirmado {
    background-color: #D88100;
}

.package_info_agencies .package_status.Cancelado {
    background-color: #C74141;
}

.package_info_agencies .package_status.Trabajando {
    background-color: #838383;
}

/* Each product Information in the catalog */
.mainContent .productRow .productInfo5.left {
    display: inline-block;
	padding: 15px;
	width: 40%;
    height: 100%;
    margin: 20px;
    border-radius: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    vertical-align: top;
}

.productRow .productInfo5.left .package_duration {
	font-family: 'Open Sans', sans-serif;
    float: left; 
    font-size: 12px; 
    font-weight: 600; 
    color: #000;
    padding-left: 4px;
}

.productRow .productInfo5.left .package_code {
	font-family: 'Open Sans', sans-serif;
    float: right; 
    font-size: 12px; 
    font-weight: 600; 
    color: #63C29D;
}

.mainContent .productRow .productInfo5.print {
    display: inline-block;
	padding: 15px;
	width: 93%;
    height: 100%;
    margin: 10px;
    border-radius: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    vertical-align: top;
}

.productRow .productInfo5.print .package_duration {
	font-family: 'Open Sans', sans-serif;
    float: left; 
    font-size: 12px; 
    font-weight: 600; 
    color: #000;
    padding-left: 4px;
}

.productRow .productInfo5.left .print_itinerary {
	font-family: 'Open Sans', sans-serif; 
    font-size: 10px; 
    font-weight: 300; 
    color: #63C29D;
    cursor: pointer;
}

.timeline {
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;;
}

.timeline .service_status {
    margin-top: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size:7px;
	font-weight: 600;
    width: 80px;
    height: 10px;
    line-height: 10px;
    vertical-align: middle;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
}

.timeline .service_status.Confirmado {
    color:#509200;
    border:1.5px solid #509200;
}

.timeline .service_status.Pre-Confirmado {
    color: #D88100;
    border:1.5px solid #D88100;
}

.timeline .service_status.Cancelado {
    color: #C74141;
    border:1.5px solid #C74141;
}

.timeline .service_status.Trabajando {
    color:#838383;
    border:1.5px solid #838383;
}

.timeline .service_status.Ninguno {
    display: none;
}

.timeline .service_status.Confirmed {
    color:#509200;
    border:1.5px solid #509200;
}

.timeline .service_status.Pre-Confirmed {
    color: #D88100;
    border:1.5px solid #D88100;
}

.timeline .service_status.Cancelled {
    color: #C74141;
    border:1.5px solid #C74141;
}

.timeline .service_status.Working {
    color:#838383;
    border:1.5px solid #838383;
}

.timeline .service_type {
    margin-top: 2px;
	font-family: 'Open Sans', sans-serif;
	font-size:7px;
	font-weight: 600;
    width: 80px;
    height: 10px;
    line-height: 10px;
    vertical-align: middle;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
}

.timeline::after {
    content: '';
    position: absolute;
    background-color: transparent;
    border-right: 5px dotted black;    
    top: 0;
    bottom: 0;
    left: 15px;
}

.box.no_display {
    display: none;
}

.box {
    position: relative;
    background-color: inherit;
    width: 90%;
    margin-bottom: -10px;
    padding-left: 10px;
    padding-right: 0px;
}

.box::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    bottom: 20px;
    background-color: #FFF;
    border: 4px solid #63C29D;
    top: 0px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box.first::after {
    background-image: url("https://www.galapagosalacarte.com/bookings/images/location.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    bottom: 20px;
    background-color: #63C29D;
    border: 4px solid #63C29D;
    top: 0px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    align-items: center;
}

.box::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    bottom: 20px;
    background-color: #FFF;
    border: 4px solid #63C29D;
    top: 0px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box::before {
    left: -5px;
    border: medium solid #63C29D;
    border-width: 10px 10px 10px 0;
    border-color: transparent #63C29D transparent transparent;
}

.left {
    left: 42px;
}

.left::after {
    left: -42px;
}

.box_content {
    padding: 20px;
    position: relative;
    top: -11px;
    left: -20px;
	font-family: 'Open+Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	text-align: left;
}

.box_content table {
    margin-top: 10px;
}

.box_content td {
    vertical-align: top;
}

.box_content label {
    font-size: 14px;
    font-weight: 600;
}

.box_content span {
    font-size: 11px;
    font-weight: 300;
    color: #757575;
}

.box_content_img {
    width: 150px;
}

.mainContent .productRow .productInfo5.right {
    display: inline-block;
	padding: 15px;
    padding-top: 0px;
	width: 40%;
    height: 100%;
    margin: 20px;
    vertical-align: top;
}

.mainContent .productRow .productInfo6 {
    display: inline-block;
	padding: 15px;
	width: 90%;
    height: 220px;
    margin-top: 0px;
    margin-bottom: 40px;
    border-radius: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    vertical-align: top;
}

.productRow .productInfo6 .summary {
    text-align: left;
}

.productRow .productInfo6 .summary_title {
    text-align: center;
	font-weight: 600;
}

.productRow .productInfo6 .summary hr {
	width: 100%;
  	border: 0;
	background-color: #C8C8C8;
	height: 1.5px;
}

.productRow .productInfo6 .summary_total {
	font-weight: 600;
	font-size: 14px;
	color: #63C29D;
}

.productRow .productInfo6 .summary_balance {
    font-weight: 600; 
    font-size: 14px; 
    color: #C74141;
}

.productRow .productInfo6 .payment_agreement {
    font-weight: 300; 
    color: #C74141; 
    font-size: 12px; 
    border: 1px solid #C74141; 
    border-radius: 2px;
    padding: 1px;
}

.productRow .productInfo6 .payment_button {
	text-transform: uppercase;
    margin: 0 auto;
	margin-top: 8px;
	width:150px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 600;
}

.productRow .productInfo6 .payment_button.Pendiente {
	background-color: #63C29D;
	border:1px solid #63C29D;
}

.productRow .productInfo6 .payment_button.Pendiente:hover {
	background-color:#215A47;
	border:1px solid #215A47;
	color: #63C29D;
    cursor: pointer;
}

.productRow .productInfo6 .payment_button.Procesando {
	background-color: #7F7F7F;
	border:1px solid #7F7F7F;
}

.productRow .productInfo6 .payment_button.Procesando:hover {
	background-color:#000;
	border:1px solid #000;
    color: #FFF;
    cursor: not-allowed;
}

.productRow .productInfo6 .payment_button.Procesando:active {
    pointer-events: none;
}

.productRow .productInfo6 .payment_button.Abonado {
	background-color: #63C29D;
	border:1px solid #63C29D;
}

.productRow .productInfo6 .payment_button.Abonado:hover {
	background-color:#215A47;
	border:1px solid #215A47;
	color: #63C29D;
    cursor: pointer;
}

.productRow .productInfo6 .payment_button.Pagado {
	background-color: #C74141;
	border:1px solid #C74141;
}

.productRow .productInfo6 .payment_button.Pagado:hover {
	background-color:#000;
	border:1px solid #000;
    color: #FFF;
    cursor: not-allowed;
}

.productRow .productInfo6 .payment_button.Pagado:active {
    pointer-events: none;
}

.productRow .productInfo6 .disclosure {
	font-weight: 300; 
	font-size: 10px; 
	color:#000;
	text-align: center;
    padding-top: 10px;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
}

.lightbox:target {
    display: block;
}

.lightbox .close {
    padding: 10px;
    float: right;
    cursor: pointer;
}

.lightbox div {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    width: 500px;
    padding: 20px;
    border-radius: 3px;
}

.bank_title {
    text-align: center;
	font-weight: 600;
    margin-bottom: 50px;
}

.bank_label {
    width: 33%;
    text-align: center;
	font-weight: 600;
    font-size: 10px;
}

.bank_content {
    font-weight: 300;
    font-size: 10px;
    text-align: center;
}

.lightbox hr {
	width: 100%;
  	border: 0;
	background-color: #C8C8C8;
	height: 1.5px;
}

.productRow .productInfo6 .inclusions_exclusions {
	font-weight: 300;
    font-size: 10px;
    color: #757575;
    text-transform: uppercase;
}

.productRow .productInfo6 .inclusions_exclusions span {
    font-size: 12px;
	font-weight: 600;
    color: #63C29D;
}

.productRow .productInfo6 .inclusions_exclusions label {
    font-size: 8px;
	font-weight: 300;
    color: #000;
}
/*END-VIEWBOOKING*/

.footer {
	background-color:#63C29D;
	font-weight: 300;
	color:#FFF;
	padding:1%;
	width: 100%;
    height: 150px;
	font-size: 12px; 
	font-family: sans-serif; 
    text-align: center;
}

.social img {
	cursor: pointer;
	width: 40px;
}

/*BUTTONS*/
.submit_button {
    border-radius: 5px;
    border: none;
    height: 30px;
    width: 100px;
    background-color: #63C29D;
    color: #FFF;
}

.submit_button:hover {
	background-color: #215A47;
	cursor: pointer;
}

.reset_button {
    border-radius: 5px;
    border: none;
    height: 30px;
    width: 100px;
    background-color: #C74141;
    color: #FFF;
}

.reset_button:hover {
	background-color: #000;
	cursor: pointer;
}

.generate_button {
    font-size: 10px;
    font-weight: 600;
    height: 20px;
    width: 70px;
    border:1px solid #63C29D;
    color: #63C29D;
    cursor: pointer;
}

.not_found_button {
    display: inline-block;
	font-family: 'Open+Sans', sans-serif;
	text-transform: uppercase;
	margin-top: 5px;
	width:10%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    margin: 5px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	border: 1px solid #FFF;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 3px;
	font-size: 10px;
	font-weight: 300;
}

.not_found_button:hover {
	background-color:#FFF;
	color: #000;
    cursor: pointer;
}
/*END-BUTTONS*/

/*CONTENTS-TABLE*/
.contents_table {
	font-family: 'Open Sans', sans-serif;
}

.contents_table tr:hover {
    cursor: pointer;
    background-color: #F7F7F7;
}

.contents_table .label {
	background-color:#DFDFDF;
	font-size:14px;
	font-weight: 600;
	color:#000;
	text-align: center;
}

.contents_table .data {
	font-size:12px;
	font-weight: 300;
	color:#000;
	text-align: center;
    border-bottom: 1px solid #DFDFDF;
}

.contents_table .payment_status {
    margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
	font-size:10px;
	font-weight: 300;
    width: 100px;
    text-align: left;
    border-radius: 5px;
}

.contents_table .payment_status.Pagado {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #509200;
    float: left;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.contents_table .payment_status.Procesando {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #838383;
    float: left;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.contents_table .payment_status.Abonado {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #D88100;
    float: left;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.contents_table .payment_status.Pendiente {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #C74141;
    float: left;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.contents_table .package_status {
    margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
	font-size:10px;
	font-weight: 600;
	color:#FFF;
    width: 120px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
}

.contents_table .package_status.Confirmado {
    background-color: #509200;
}

.contents_table .package_status.Pre-Confirmado {
    background-color: #D88100;
}

.contents_table .package_status.Cancelado {
    background-color: #C74141;
}

.contents_table .package_status.Trabajando {
    background-color: #838383;
}
/*END-CONTENTS-TABLE*/

/* Media query for tablets */
@media screen and (max-device-width : 1024px) { 
.container {
    width: 97%;
	padding: 0px;
}

.content {
    margin-top: 5px;
}
    
.user {
    font-size: 10px;
    padding: 7px;
}
    
.balance_due {
    margin-top: 5px;
    border: none;
    font-size: 10px;
    font-weight: 100;
}
    
.menu_container_table {
    display: none;
}

.menu_container_table_2 {
    display: inline-table;
    padding-left: 20px;
    padding-right: 20px;
    padding: 10px;
    margin-bottom: 0px;
}

.mainContent .productRow {
    padding: 0px;
    width: 100%;
    padding-top: 30px;
}
    
.mainContent .productRow .productInfo {
	width: 230px;
    margin: 20px;
}
    
.productRow .productInfo .productImg {
	display: none;
}
    
.categories {
	width: 95%;
    padding: 0px;
}
    
.categories table {
	width: 100%;
}

.mainContent .productRow .productInfo4 {
    width: 99%;
	padding-left: 1%;
	padding-right: 1%;
    margin: 15px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    margin-left: -2px;
}
    
.productRow .productInfo4 textarea {
    width: 98%;
}
    
/*BUTTONS*/
.not_found_button {
	width:20%;
}
/*END-BUTTONS*/
    
/*CONTENTS-TABLE*/
.contents_table {
    width: 100%;
}

.contents_table .label {
	font-size:10px;
}

.contents_table .data {
	font-size:9px;
}
    
.contents_table .payment_status {
	font-size:8px;
    width: 80px;
}
    
.contents_table .package_status {
	font-size:8px;
    width: 100px;
    height: 15px;
    line-height: 15px;
}
/*END-CONTENTS-TABLE*/
    
.package_info_agencies {
    width: 100%;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
}

.package_info_agencies table {
	height: 35px;
}
    
.package_info_agencies td {
	width: 20%;
}
    
.mainContent .productRow .productInfo5.left {
	width: 90%;
    margin: 15px;
    margin-top: -10px;
}
    
.mainContent .productRow .productInfo5.right {
	width: 95%;
    margin: 15px;
    padding: 0px;
}
    
.mainContent .productRow .productInfo6 {
	width: 95%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 auto;
    margin-bottom: 20px;
}
    
/*LOGIN*/
.login_form {
    font-size: 18px;
    width: 50%;
    height: 80%;
}

.login_form img {
    width: 250px;
}
    
.login_form .input {
    height: 40px;
}

.login_form span {
	font-size:14px;
}
/*END-LOGIN*/
}

/*media query for small screen devices */
@media screen and (max-width:480px) {
.container {
    margin-top: 10px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.menu_container {
    padding-bottom: 0px;
    padding: 5px;
}
    
.user {
    font-size: 10px;
    padding: 7px;
}
    
.balance_due {
    margin-top: 5px;
    border: none;
    font-size: 10px;
    font-weight: 100;
}
    
.balance_due span {
    font-weight: 600;
}
    
.menu_container_table {
    display: none;
}

.menu_container_table_2 {
    display: inline-table;
}
    
.mainContent .productRow {
    padding: 0px;
    width: 100%;
    margin: 0px;
}
    
.productRow .productInfo2 .name {
    margin-top: 0px;
}
    
.productRow .productInfo2 .team {
    display: none;
}
    
.productRow .productInfo2 .team_2 {
    display: inline-block;
}
    
.categories {
	width: 95%;
    padding: 0px;
}
    
.categories table {
	width: 95%;
}
    
.mainContent .productRow .productInfo3 {
    padding-top: 10px;
	width: 80%;
}
    
.productRow .productInfo3 .productImg {
	width:255px;
    padding-top:10px;
    display: inline-block;
    margin: 0 auto;
}
	
.productRow .productInfo3 .productImg img {
	width:255px;
    display: inline-block;
    margin: 0 auto;
    touch-action: manipulation;
}
    
.productRow .productInfo3 .features {
    font-family: 'Open+Sans', sans-serif;
    font-size:10px; 
    width: 80%;
    padding-left: 25px;
}
    
.mainContent .productRow .productInfo4 {
    padding: 10px;
    width: 95%;
    height: 270px;
}
    
.productRow .productInfo4 .title {
    text-align: center;
}
    
.productRow .productInfo4 textarea {
	width: 96%;
    height: 120px;
}
    
.productRow .productInfo4 .button {
	width:90%;
	font-size: 10px;
    margin-top: 10px;
    margin-left: 8px;
}
    
/*BUTTONS*/
.not_found_button {
    display: block;
	width:40%;
    font-size: 8px;
}
/*END-BUTTONS*/
    
/*CONTENTS-TABLE*/
.contents_table {
    width: 100%;
}

.contents_table .label {
	font-size:10px;
}

.contents_table .data {
	font-size:9px;
}
    
.contents_table .label.mobile {
	display: none;
}

.contents_table .data.mobile {
	display: none;
}
/*END-CONTENTS-TABLE*/
    
.package_info_agencies {
    margin: 0 auto;
    float: none;
	width: 99%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0px;
}
    
.package_info_agencies table {
	height: 35px;
}
    
.package_info_agencies .label.mobile {
	display: none;
}
    
.package_info_agencies .data.mobile {
	display: none;
}
    
.package_info_agencies .payment_status {
	font-size:8px;
    width: 85px;
}

.package_info_agencies .package_status {
	font-size:8px;
    width: 100px;
    height: 15px;
    line-height: 15px;
}
    
.package_info_agencies .label {
	font-size:8px;
}

.package_info_agencies .data {
	font-size:10px;
}
    
.box_content_img {
    width: 100px;
}
    
.mainContent .productRow .productInfo5.left {
	width: 95%;
    margin: -10px;
    margin-top: 20px;
    padding: 5px;
    padding-top: 10px;
}
    
.productRow .productInfo5.left .package_code {
    padding-top: 3px;
    padding-right: 5px;
}
    
.mainContent .productRow .productInfo5.right {
	width: 98%;
    margin: -15px;
    margin-top: 40px;
    padding: 0px;
}
    
.mainContent .productRow .productInfo6 {
	width: 90%;
    height: 300px;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 auto;
    margin-bottom: 30px;
}
    
.productRow .productInfo6 .inclusions_exclusions {
    font-size: 8px;
}

.productRow .productInfo6 .inclusions_exclusions span {
    font-size: 10px;
}

.lightbox div {
    width: 340px;
    padding: 10px;
}
    
/*LOGIN*/
.login_form {
    font-size: 18px;
    width: 90%;
    height: 500px;
}

.login_form img {
    width: 200px;
}
    
.login_form .input {
    height: 40px;
}

.login_form span {
	font-size:14px;
}
/*END-LOGIN*/

.footer {
    font-size: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
}

