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

.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;
}

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

.user.admin span {
    font-weight: 600;
}

.menu {
    font-size: 8px;
    font-weight: 300;
    width: 80px;
	vertical-align: top;
	text-transform: uppercase;
}

.menu:hover {
    cursor: pointer;
}

.menu img {
    width: 25px;
}

.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;
}

.menu_container_table_2 {
    display: none;
}

.container {
	background-color:#FFF;
	font-size:12px;
	color:#000;
	text-align: center;
    width: 100%;
	height: 100%;
	padding: 0px;
}

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

/*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_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*/

/*PROFILE*/
.profile {
	display: flex;
	width: 100%;
	padding-left: 20px;
	vertical-align: middle;
	align-items: center;
}

.profile .user {
	float: left;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	border-radius: 50%;
	background-color: #63C29D;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 5px;
}

.profile .user:hover {
	cursor: pointer;
}

.profile .agency {
	float: left;
	width: 100px;
	vertical-align: middle;
	color: #000;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	padding: 2px;
	margin-left: 10px;
	margin-top: 3px;
	line-height: 13px;
}

.profile .agency .agency_name {
	color: #000;
	font-weight: 400;
}

.profile .agency .agency_id {
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #000;
	color: #000;
	font-size: 10px;
	font-weight: 300;
	padding: 2px;
	text-align: center;
	height: 10px;
	line-height: 10px;
	vertical-align: middle;
	margin: 4px 0px 0px 0px;
}

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

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

.balance_due_agencies span {
    font-weight: 600;
}

/*CONTENTS-TABLE*/
.mainContent .productRow {
    margin: 20px 0px 30px 0px;
}

.mainContent .productRow .categories {
	margin-bottom: 20px;
}

.mainContent .productRow .categories .title {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
}

.div_radiobox input[type='radio'] {
	position: absolute;
    opacity: 0;
}

.option_category {
    display: inline-block;
    margin: 0 auto;
    width: 8%;
	margin: 5px;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #868686;
    border-radius: 2px;
    padding: 3px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    color: #2A2A2A;
}

.div_radiobox:hover input[type='radio'] ~ .option_category {
    background-color: #E3E3E3;
}

.div_radiobox input[type='radio']:checked ~ .option_category {
    background-color: #63C29D;
    color: #FFF;
}

.div_radiobox input[type='radio']:checked ~ .option_category .category_selected::after {
    content: 'FILTERED';
	padding-top: 30px;
	font-size: 7px;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.option_category:after {
    content: "";
    position: absolute;
    display: none;
}

.mainContent .productRow .productInfo {
    display: inline-block;
    margin: 0 auto;
	padding-left: 0.3%;
	padding-right: 0.3%;
	width: 35%;
    margin: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #F7F7F7;
}

.productRow .search_container {
	position: relative;
    width: 30%;
	margin: 0 auto;
	padding: 0px;
}

.productRow .search_bar {
	font-size:14px;
	font-weight: 300;
	color:#000;
    border: 1.5px solid #000;
    border-radius: 2px;
	text-align: left;
    width: 85%;
    margin: 0 auto;
    background-color: transparent;
    background-image: url('../images/search_icon.png'); 
    background-position: 10px 14px;
    background-repeat: no-repeat;
	background-size: 12px 12px;
    padding: 12px 12px 12px 40px;
}

.productRow .submit_button {
    font-family: 'Open+Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 15px;
	width:100px;
	height: 12px;
	line-height: 12px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	letter-spacing: 2px;
	background-color: #63C29D;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 600;
}

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

.productRow .reset_button {
    position: absolute;
    top: 11px;
    right: 20px;
    cursor: pointer;
    width: 20px;
}

.productRow .reset_button img {
    width: 20px;
}

.productRow .results {
	font-family: 'Open+Sans', sans-serif;
    font-size: 14px;
    font-weight: 100;
}

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

.mainContent .productRow .productInfo:hover {
    background-color: #E8E8E8;
}

.mainContent .productRow .productInfo.past {
    background-color: #FFE1E5;
}

.mainContent .productRow .productInfo.past:hover {
    background-color: #FFD7DF;
}

.productRow .productInfo .type_label {
    position: relative; 
    top: 10px;
}

.productRow .productInfo .type_label td {
    width: 50%;
}

.productRow .productInfo .type_label .payment_status {
	font-family: 'Open+Sans', sans-serif;
    text-transform: uppercase;
	font-size:10px;
	font-weight: 300;
    width: 100px;
    text-align: left;
    border-radius: 5px;
}

.productRow .productInfo .type_label .view {
	font-family: 'Open+Sans', sans-serif;
    text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
    cursor: pointer;
}

.productRow .productInfo .type_label .view img {
	width: 20px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.productRow .productInfo .title {
    font-family: 'Open+Sans', sans-serif; 
	font-weight: 600;
	color:#000;
	font-size:16px;
}

.productRow .productInfo .subtitle {
    font-family: 'Open+Sans', sans-serif; 
	font-weight: 300;
	color:#000;
	font-size:12px;
	margin-top: 10px;
}

.productRow .productInfo .subtitle span {
	font-weight: 600;
}

.productRow .productInfo .subtitle img {
    width: 25px;
	position: relative;
	top: -1px;
}

.productRow .productInfo .features {
    font-family: 'Open+Sans', sans-serif;
    font-size:10px;
}

.productRow .productInfo .features span {
    font-weight: 600;
    font-size:9px;
}

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

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

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

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

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

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

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

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


.productRow .productInfo .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;
	margin-top: -10px;
}

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

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

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

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

.productRow .productInfo .package_status.Confirmed {
    background-color: #509200;
}

.productRow .productInfo .package_status.Pre-Confirmed {
    background-color: #D88100;
}

.productRow .productInfo .package_status.Cancelled {
    background-color: #C74141;
}

.productRow .productInfo .package_status.Working {
    background-color: #838383;
}

.button_page {
    display: inline-block;
    border: 1px solid #63C29D;
    background-color: #FFF;
    color: #63C29D;
    width: 25px;
    height: 25px;
	line-height: 25px;
	vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
}

.button_page.current {
    background-color: #63C29D;
    color: #FFF;
}
/*END-CONTENTS-TABLE*/

/*PROFILE*/
.mainContent .productRow .productInfo.profile {
    display: inline-block;
    margin: 0 auto;
	padding: 10px;
	width: 30%;
    margin: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #F7F7F7;
}

.mainContent .productRow .productInfo.profile:hover {
    background-color: #F7F7F7;
	cursor: default;
}

.mainContent .productRow .productInfo.profile td {
    width: 50%;
}

.productRow .productInfo.profile .title {
    font-family: 'Open+Sans', sans-serif; 
	font-weight: 600;
	color:#000;
	font-size:16px;
}

.productRow .productInfo.profile .subtitle {
    font-family: 'Open+Sans', sans-serif; 
	font-weight: 600;
	color:#000;
	font-size:12px;
}

.productRow .productInfo.profile .subtitle.information {
	color:#969696;
	font-size:10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 20px;
}

.productRow .productInfo.profile .content {
    font-family: 'Open+Sans', sans-serif; 
	color:#000;
	font-size:12px;
}

.productRow .productInfo.profile .content .users {
    font-family: 'Open+Sans', sans-serif; 
	color:#000;
	font-size:12px;
	text-align: center;
}

.productRow .productInfo.profile .content .users td {
    align-items: center;
	vertical-align: middle;
	border-bottom: 1px solid #969696;
	padding: 10px;
}

.productRow .productInfo.profile .content .users .last {
	border-bottom: none;
}

.productRow .productInfo.profile .content .users label {
	font-weight: 400;
    color: #63C29D;
}

.productRow .productInfo.profile .content .users img {
    width: 20px;
	position: relative;
	top:-2px;
}
/*END-PROFILE*/

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

.package_info_agencies table {
	height: 70px;
}

.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;
	color:#000;
	text-align: center;
	width: 10%;
}

.package_info_agencies .data img {
	width: 28px;
}

.package_info_agencies .payment_status {
    margin: 0 auto;
	font-family: 'Open+Sans', sans-serif;
	font-size:10px;
    width: 115px;
    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 .payment_status.Paid {
    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.Processing {
    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.Partial {
    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.Outstanding {
    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.Standby {
    background-color: #EDE46E;
}

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

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

.package_info_agencies .package_status.Standby {
    background-color: #EDE46E;
}

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

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

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

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

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

.mainContent .productRow .productInfo5.left .timeline_header {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
	background-color: #F4F4F4;
	width: 100%;
	height: 100%;
	border-radius: 3px 3px 0px 0px;
	font-family: 'Open+Sans', sans-serif;
}

.mainContent .productRow .productInfo5.left .timeline_header.mobile {
	display: none;
}

.mainContent .productRow .productInfo5.left .timeline_header table {
	height: 80px;
	padding-left: 20px;
	padding-right: 20px;
}

.mainContent .productRow .productInfo5.left .timeline_header .package_code {
    font-size: 12px; 
    color: #000;
}

.mainContent .productRow .productInfo5.left .timeline_header .package_duration {
	font-weight: 600; 
	font-size: 14px;
	letter-spacing: 0px;
}
	
.timeline {
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.timeline .service_status {
	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_status.None {
    display: none;
}

.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 .service_type img {
	width: 10px;
	position: relative;
	top: -1px;
}

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

.box.no_display {
    display: none;
}

.box {
    position: relative;
    background-color: inherit;
    width: 96%;
	margin-left: 10px;
    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;
	color: #000;
	text-align: left;
}

.box_content .label_container {
	width: 100%; 
	position: relative; 
	display: flex; 
	align-items: center;
    font-size: 14px;
    font-weight: 600;
	color: #63C29D;
}

.box_content .label_container .dash {
    font-size: 13px;
	color: #757575;
}

.box_content .label_container .date {
    font-size: 13px;
	color: #757575;
    font-weight: 300;
}

.box_content .overline {
    flex: 1; 
    border-top: 1px solid #757575;
	margin-left: 10px;
}

.box_content_img {
    width: 180px;
}

.box_content .meal_accommodation {
	margin-top: 10px;
	font-size: 10px;
	width: 80%;
}

.box_content .meal_accommodation img {
	width: 20px;
}

.box_content .meal_accommodation .B::after {
	content: 'Breakfast';
}

.box_content .meal_accommodation .L::after {
	content: 'Lunch';
}

.box_content .meal_accommodation .D::after {
	content: 'Dinner';
}

.box_content .meal_accommodation .S::after {
	content: 'Snack';
}

.box_content .meal_accommodation .foot {
	font-size: 7px;
	text-transform: uppercase;
}

.box_content .meal_accommodation .foot.rooms {
	font-size: 8px;
}

.box_content .meal_accommodation .space {
	height: 10px;
}

.box_content .item_table {
    margin-top: 10px;
	width: 100%;
}

.box_content .left_item {
    vertical-align: top;
	width: 30%;
}

.box_content .right_item {
    vertical-align: top;
	width: 70%;
}

.box_content .item {
	margin-top: -7px;
	border-bottom: 0.5px solid #F8F8F8;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #000;
	padding: 5px;
	padding-left: 10px;
}

.box_content .item .free {
	position: absolute;
	right: 25px;
	margin-top: -45px;
}

.box_content .item .free.yes {
	display: block;
}

.box_content .item .free.no {
	display: none;
}

.box_content .item .free img {
	width: 30px;
}

.box_content .item.last {
	border-bottom: none;
}

.box_content .item .open_link {
	width: 20px;
}

.box_content .notes {
    font-size: 11px;
    color: #757575;
}

.box_content .notes img {
    width: 18px;
}

.box_content .notes span {
	color: #63C29D;
    font-size: 10px;
	letter-spacing: 0.2px;
    font-weight: 600;
}

.box_content .underline {
	margin-top: 10px;
	margin-bottom: 10px;
    border-bottom: 1px solid #757575; 
	height: 1px; 
	display: flex; 
	vertical-align: middle;
	opacity: 0.2;
}


.mainContent .productRow .productInfo5.left .timeline_footer {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
	background-color: #F4F4F4;
	width: 100%;
	height: 100%;
	border-radius: 0px 0px 3px 3px;
	position: relative;
	bottom: -5px;
	font-family: 'Open+Sans', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600; 
	font-size: 12px;
	text-align: center;
}

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

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

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

.productRow .productInfo6 .summary_title {
	font-size: 16px;
    text-align: left;
	font-weight: 600;
	padding-bottom: 20px;
}

.productRow .productInfo6 .complete.yes {
	float: right;
	display: inline-block;
	font-size: 9px;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid #509200;
	border-radius: 3px;
	color: #509200;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	margin-top: -20px;
}

.productRow .productInfo6 .complete.no {
	display: none;
}

.productRow .productInfo6 .summary_line {
    border-bottom: 1px solid #757575; 
	height: 1px; 
	display: flex; 
	vertical-align: middle;
}

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

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

.productRow .productInfo6 .payment_button_box {
	padding-bottom: 0px;
	padding-top: 20px;
	text-align: center;
}

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

.productRow .productInfo6 .payment_button {
	text-transform: uppercase;
    margin: 0 auto;
	width:120px;
	padding: 10px;
	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.Outstanding {
	background-color: #63C29D;
    cursor: pointer;
}

.productRow .productInfo6 .payment_button.Outstanding:hover {
	background-color:#215A47;
	color: #63C29D;
    cursor: pointer;
}

.productRow .productInfo6 .payment_button.Processing {
	background-color: #7F7F7F;
}

.productRow .productInfo6 .payment_button.Processing:hover {
	background-color:#000;
    color: #FFF;
    cursor: not-allowed;
}

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

.productRow .productInfo6 .payment_button.Paid {
	background-color: #C74141;
}

.productRow .productInfo6 .payment_button.Paid:hover {
	background-color:#000;
    color: #FFF;
    cursor: not-allowed;
}

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

.productRow .productInfo6 .payment_button.Partial {
	background-color: #63C29D;
}

.productRow .productInfo6 .payment_button.Partial:hover {
	background-color:#215A47;
	color: #63C29D;
    cursor: pointer;
}

.productRow .productInfo6 .payment_button.Partial:active {
	background-color: #7F7F7F;
}

.productRow .productInfo6 .payment_button.Outstanding.Working {
	background-color: #C74141;
	content: '';
}

.productRow .productInfo6 .payment_button.Outstanding.Working::after {
	content: ' Disabled';
}

.productRow .productInfo6 .payment_button.Outstanding.Working:hover {
	background-color:#000;
    color: #FFF;
    cursor: not-allowed;
}

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

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

.productRow .productInfo6 .summary_footer {
    display: inline-block;
    margin: 0 auto;
	margin-top: 0px;
    padding: 0;
	background-color: #F4F4F4;
	width: 100%;
	height: 100%;
	border-radius: 1px;
	position: relative;
	bottom: -5px;
	font-family: 'Open+Sans', sans-serif;
    border-top: 1px solid #757575;
	padding-top: 10px;
	padding-bottom: 10px;
}

.productRow .productInfo6 .summary_footer table {
	height: 80px;
	padding-left: 20px;
	padding-right: 20px;
}

.productRow .productInfo6 .summary_footer {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 300;
    font-size: 10px;
    color: #757575;
}

.productRow .productInfo6 .summary_footer .title {
    font-size: 11px;
	font-weight: 600;
	color: #000;
}

.productRow .productInfo6 .summary_footer img {
    width: 16px;
	position: relative;
	top: -1px;
}

.productRow .productInfo6 .summary_footer .inclusions_note {
    font-size: 8px;
	font-weight: 300;
}

.productRow .productInfo6 .summary_footer .vertical {
    font-size: 12px;
	font-weight: 600;
}

.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 {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.lightbox .close {
	width: 20px;
}

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

#payment_method_PayPal, #payment_method_Wire_Transfer {
    display: none;
}

#payment_method_PayPal {
    margin-top: 20px;
	padding: 5px;
}

#payment_method_Wire_Transfer {
    margin-top: 0px;
}

.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 .productInfo5.left .voucher_button {
  	display: inline-block;
    align-items: center;
	margin: 0 auto;
	width: 85%;
	vertical-align: middle;
	line-height: 20px;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	padding: 5px;
    color: #62C19B;
	border: 1px solid #62C19B;
	border-radius: 3px;
}

.voucher_button:hover {
    color: #FFF;
	background-color: #215A47;
	border: 1px solid #215A47;
	cursor: pointer;
}

.voucher_button:hover #voucher_button_img {
    filter: grayscale(100%) brightness(200%) contrast(120%);
}

#voucher_button_img {
	float: right;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.voucher_button #voucher_button_img {
    background-image: url("../images/print_unlock.png");
}

.tooltip {
  	position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    font-size: 9px;
    width: 75px;
    background-color: #838383;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 110%;
    left: 20%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #838383 transparent;
}

.sub_footer {
	color: #C4C4C4;
	font-size: 22px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 25px;
}

.sub_footer span {
	font-size: 12px;
	font-weight: 300;
}
/*END-VIEWBOOKING*/

.footer {
	background-color:#215A47;
	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: 30px;
    filter: invert(28%) sepia(100%) hue-rotate(1deg) saturate(3) brightness(1000%);
}

.footer_menu td {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer_menu td:hover {
    text-decoration: underline;
    cursor: pointer;
}

.footer_menu_border {
    border-right: 1px solid #FFF;
}

/*BUTTONS*/
.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*/

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

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

.menu_container_table_2 {
    display: inline-table;
}

.dropdown {
	position: relative;
	vertical-align: middle;
	align-items: center;
	margin: 0px 5px 0px 5px;
	padding-right: 10px;
}

.dropdown:hover {
	cursor: pointer;
}

.dropdown img {
	width: 22px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.dropdown_menu {
	display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    border-radius: 5px;
    min-width: 150px;
	max-height: 300px;
    z-index: 10;
	padding: 0px;
	margin-top: 5px;
	margin: 0 auto;
	text-align: left;
}

.dropdown_menu img {
	position: relative;
	left: -5px;
}

.dropdown_menu a {
	display: block;
    text-decoration: none;
    padding: 8px 5px 8px 15px;
    font-size: 16px;
	font-weight: 300;
	color: #000;
}

.dropdown .dropdown_menu a:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dropdown .dropdown_menu a:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dropdown .dropdown_menu a:hover {
	background-color: #E1E1E1;
}

.mainContent .productRow {
    padding: 0px;
    width: 100%;
    padding-top: 30px;
}

.option_category {
    width: 15%;
	margin: 10px;
}

.mainContent .productRow .productInfo {
	width: 45%;
    margin: 15px;
}

.productRow .search_container {
    width: 60%;
}
    
.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: 90%;
    margin: 15px;
    padding: 0px;
}
    
.mainContent .productRow .productInfo6 {
	width: 100%;
    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*/

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

/*media query for small screen devices */
@media screen and (max-width:480px) {
.container {
    width: 100%;
}
    
.user {
    font-size: 10px;
    padding: 7px;
}
    
.balance_due_agencies {
    margin-top: 5px;
    border: none;
    font-size: 10px;
    font-weight: 100;
}
    
.balance_due_agencies span {
    font-weight: 600;
}

.menu_container .agency {
	display: none;
}
    
.menu_container_table {
    display: none;
}

.menu_container_table_2 {
    display: inline-table;
}

.dropdown_menu {
    left: 30%;
    transform: translateX(-70%);
}

.mainContent .productRow {
    padding: 0px;
    width: 100%;
    padding-top: 10px;
}

.mainContent .productRow .categories {
    display: none;
}

.mainContent .productRow .productInfo {
	width: 90%;
    margin: 15px;
	padding: 5px;
}

.productRow .search_container {
    width: 100%;
}

.productRow .search_bar {
	font-size: 13px;
    padding: 12px 12px 12px 30px;
}

.productRow .productInfo .type_label {
    top: 0px;
}

.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: 95px;
}

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

.package_info_agencies .data {
	font-size:9px;
}
	
.package_info_agencies .data img {
	width: 20px;
}
    
.box_content_img {
    width: 100px;
}
    
.mainContent .productRow .productInfo5.left {
	width: 98%;
    margin: -10px;
    margin-top: 20px;
    padding: 0px;
    padding-top: 0px;
}
	
.mainContent .productRow .productInfo5.left .timeline_header {
	display: none;
}
	
.mainContent .productRow .productInfo5.left .timeline_header.mobile {
	display: inline-block;
}
	
.mainContent .productRow .productInfo5.left .timeline_header table {
	padding-left: 5px;
	padding-right: 5px;
}

.mainContent .productRow .productInfo5.left .timeline_header .package_duration {
    font-size: 14px; 
}
	
.productRow .productInfo5.left .voucher_button {
	width: 90%;
	font-size: 10px;
}
	
.timeline::after {
    border-right: 4px dotted black;    
    left: 17px;
}
	
.box::after {
    width: 20px;
    height: 20px;
}

.box.first::after {
    width: 20px;
    height: 20px;
}
	
.box {
	width: 85%;
	margin-left: 5px;
    padding-left: 0px;
    padding-right: 0px;
}
	
.box_content {
    padding: 10px;
    top: -4px;
    left: -10px;
	width: 99%;
}
	
.box_content .label_container {
	width: 100%; 
    font-size: 12px;
}

.box_content .label_container .dash {
    font-size: 12px;
}

.box_content .label_container .date {
    font-size: 12px;
}

.box_content_img {
    width: 90px;
}

.box_content .meal_accommodation {
	font-size: 9px;
	width: 100%;
}

.box_content .meal_accommodation img {
	width: 15px;
}
	
.box_content .meal_accommodation .foot {
	font-size: 6px;
}
	
.box_content .meal_accommodation .foot.rooms {
	font-size: 6px;
}
	
.box_content .item_table {
    margin-top: 10px;
	width: 95%;
}
	
.box_content .left_item {
	width: 25%;
}

.box_content .right_item {
	width: 75%;
}
	
.box_content .item {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 12px;
}
	
.box_content .item .free {
	right: 10px;
	margin-top: -40px;
}
	
.box_content .item .free img {
	width: 22px;
}

.box_content .item .open_link {
	width: 15px;
}
	
.box_content .notes {
    font-size: 9px;
}
	
.box_content .underline {
	width: 100%;
}
    
.productRow .productInfo5.left .package_code {
    padding-top: 3px;
    padding-right: 5px;
}
    
.mainContent .productRow .productInfo5.right {
	width: 98%;
    margin: -10px;
    margin-top: 40px;
    padding: 0px;
}
    
.mainContent .productRow .productInfo6 {
	width: 100%;
    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: 70px;
}
}

