@charset "UTF-8";
/* CSS Document */

.view_cart > h1 {
    margin-left: 15px;
    margin-top: 0;
}
.cart_items_holder .category_name, .total_title, .cart_items_holder .attendee > .name, .suggested, .suggested a {
    color: #1E75BB;
    font-size: 1.2em;
    font-weight: bold;
}

.cart_category {
    margin: 0 0 15px;
}
.cart_category > .cart_category {
    padding: 5px 15px 0;
	margin-top: 5px;
}

.cart_items_holder .attendee {
    border: 2px solid #1E75BB;
  	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    margin: 5px 0;
    padding: 5px;
}
.cart_items_holder .attendee > .name {
    font-size: 1.5em;
}
.cart_items_holder .attendee .cart_category {
    padding-left: 20px;
}

.cart_item_table {
    width: 100%;
}
.cart_item_table th, td.cat_sub_total_label, .total_item_label {
    background-color: #1E75BC !important;
    color: white;
}
.cart_item_table th {
    font-size: 1.2em;
    padding: 3px 3px 3px 10px;
    text-align: left;
}
.cart_item td{
	padding: 3px 3px 3px 15px;
	border-bottom: 4px solid #D1EEFC;
	border-left: 2px solid #1E75BB;
	vertical-align: top;
}
.cart_item_table.review td{
	border-bottom: none;
}
.cart_item td, .total_item_value{
	background: #ECF4F7;
}
.cart_item_alt td, .total_item_value_alt{
	background: #D4DFE3;
}
.cart_item > td:first-child{
	border-left: none;
}
.cat_sub_total td{
	border: none;
}
td.cart_item_actions{
	width: 10%;
}
td.cart_item_info{
	width: 65%;
}
.cart_item .guest_item, .cart_item .pass_user_item{
	padding: 2px 0 0 15px;
}
.cart_item .item_answer {
    margin: 3px 10px;
}
.cart_item .item_question {
    float: left;
    font-weight: bold;
    margin: 0 5px 7px;
    max-width: 50%;
    text-align: left;
}
.cart_item .item_answer_value {
    float: left;
}
.cart_item .questions{
	text-align: right;
}
td.cart_item_quantity, td.cart_item_obs_qty {
    padding-left: 0 !important;
    text-align: center;
	vertical-align: top;
	width: 14%;
}
td.cart_item_info .reschedule_dates{
	padding: 2px 0 2px 15px;
}
td.cart_item_info > .reschedule {
    padding: 1em 0 0 1.25em;
}
td.cart_item_info .reschedule .times{
	display: none;
	padding: 0.5em;
    width: 100%;
}
td.cart_item_info .reschedule .cart_button {
    font-size: 0.9em;
    padding: 2px 10px;
	margin-left: 1em;
}
td.cart_item_info .reschedule .message{
	font-size: 0.8em;
}
td.cart_item_info .other_reservations {
    float: right;
}
td.cart_item_info .other_reservations .top {
    font-weight: bold;
}
td.cart_item_info .other_reservations .reschedule_res {
    padding: 0 0 0.35em 1em;
}
td.cart_item_info .other_reservations .reschedule_res a {
    text-decoration: underline;
}
td.cart_item_quantity_review{
	vertical-align: top;
}
.cart_item .insurance, .cart_item .addl_children, .cart_item .addl_guests{
    font-size: 0.9em;
    margin: 5px 0 0;
}
.edit_participant_link {
    float: right;
}
.cart_item a {
    color: #1E75BB !important;
    font-weight: bold;
    text-decoration: none;
}
.quantity_selector {
    border: 2px solid #83B5D8;
    margin: 0 0 0 5px;
    padding: 4px;
    text-align: center;
    width: 2em;
}
.observer_qty_label {
    display: inline-block;
    margin-right: 2px;
    text-align: right;
    vertical-align: middle;
}
td.cat_sub_total_label, .total_item_label {
    padding-right: 10px;
    text-align: right;
	font-weight: bold;
}
.cart_item .item_image{
	vertical-align: top;
}
.cart_item .item_image_img{
	border: 2px solid #83B5D8;
}
.cart_item .item_attributes {
    margin: 0 0 0 15px;
}
.cart_item .item_attributes > .stock_cart_item + .stock_cart_item {
    padding-top: 0.5em;
}
.cart_item .item_attributes > .stock_cart_item > h4 {
    margin: 0;
}
.cart_item .item_attributes > .stock_cart_item > .cat {
    padding-left: 1.15em;
}
.cart_item .item_attributes .cat {
    padding: 0 0 4px;
}
.cart_item .item_attributes .cat_name {
    clear: left;
    float: left;
    font-weight: bold;
    padding-right: 5px;
}
.cart_item .item_attributes .attr_name {
	float: left;
}
.cart_item .item_attributes .attr_name + .attr_name {
    border-left: 1px solid;
    margin-left: 5px;
    padding-left: 5px;
}
.cart_item .bp_guest{
	padding: 3px 5px;	
}
.cart_item .bp_guest .guest_name {
    font-weight: bold;
}
.cart_item .bp_guest .meal_options {
    padding: 0 5px;
}
.cart_item .bp_guest .option {
    padding: 0 10px;
}
.cart_item .bp_guest_edit_link {
    float: right;
}
.cart_item .gift_cert {
    padding: 3px 7px;
}
.cart_item_table.review .gift_cert {
	text-align: center;
}
.cart_item_table.review .gift_cert > a {
    margin: 0 5px;
}
.cart_item_info .season_pass > p {
    margin: 0;
    text-align: center;
	font-size: 0.9em;
}
.cart_item_info .expiration, .cart_item_info .addl_guest_info{
	clear: both;
	float: right;
}
.totals {
	padding: 5px 10px 0;
}
.total_item_label, .total_item_value{
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 3px 0;
}
.total_item_label{
	width: 78%;
	padding-right: 2%;
}
.total_item_value{
	width: 18%;
	padding-left: 10px;
}
#update_totals_button{
	float: right;
	margin-right: 20px;
}
.view_cart .bottom_links {
    padding: 10px 10px 0;
}
#continue_shopping_button{
	margin-left: 10px;
}
.bottom_links #continue_shopping_button, #checkout_button {
    display: block;
    float: right;
	margin-left: 10px;
}
.order_receipt .print_button_holder {
    float: right;
}
.order_receipt a.print_button_link {
    text-decoration: none;
}
.order_receipt .print_button {
    vertical-align: middle;
}
.order_information {
    text-align: left;
}
.order_information .ticket_link {
    text-align: right;
}
.order_information .ticket_link > a{
	display: inline-block;
}
.order_information .resend_receipt .response {
    background: #00D500;
    border-radius: 12px;
    color: white;
    font-weight: bold;
    margin-bottom: 0.5em;
    padding: 1em;
}
.order_information .info_item {
    font-size: 1.25em;
	text-align: center;
}
.order_receipt_messages {
    margin: 10px 5%;
    padding: 5px 2%;
}
.order_information .terms .text{
	height: 6em;
	overflow-y: scroll;
	margin: 0 50px;
	border: 1px solid #1E75BB;
	padding: 5px 10px;
}
.order_information .terms .text > p {
    margin-top: 0;
}
.order_information .terms .answer {
    font-weight: bold;
    margin: 5px;
    text-align: center;
}
.billing_info, .shipping_info{
	width: 100%;
}
.billing_info_header, .shipping_info_header{
	margin-bottom: 0;
	text-align: center;
}
.terms_holder > hr .billing_info_header > hr, .shipping_info_header> hr{
    border: 1px solid #83B5D8;
}
.billing_info_label, .shipping_info_label{
	font-weight: bold;
	text-align: right;
    padding-right: 5px;
    width: 50%;
	vertical-align: top;
}
.ticket {
    border: 4px solid #0085CC;
    clear: both;
    float: left;
    margin: 4px;
    max-width: 567px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
.ticket p{
	margin: 0;
	padding: 0;
}
.ticket_data{
	font-size: 1.15em;
	font-weight: bold;
}
.ticket_data label{
	color: #4795d1;
}
.ticket_data.type{
    float: left;
    margin: 0 0 5px;
}
.ticket_data.ticket_id{
    float: right;
}
.ticket_logo {
    float: right;
    margin: 5px;
}
.sub_holder {
	padding: 7px 10px;
}
.sub_holder .purchased_name{
	float: right;
	margin: 0 0 0.5em;
}
.sub_holder .purchased_date{
	float: left;
}
.sub_holder.ticket_legal{
	font-size: 0.75em;
}
.redeemed{
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.8);
	color: #CC0000;
    font-size: 1.5em;
    font-weight: bold;
	height: 84%;
    left: 0;
    padding: 5% 0 0;
    position: absolute;
    top: 0;
    width: 100%;
	text-align: center;
}
.tracking_info {
    margin: 7px 0 0;
}
.bp_addl_info{
	padding: 5px 20px;
	border: 1px solid;
}
.cart_items_holder .animal{
	margin: 5px;
}
.cart_items_holder .animal label{
	font-weight: bold
}
.gift_info legend, .gift_info label{
	font-weight: bold;	
}
.tributee {
    padding: 5px;
}
.tributee > label{
	font-size: 1.1em;
}
.tributee .gift_item{
    padding-left: 15px;
}
/* Confirmation Page */
.conf_page_holder{
    padding: 4px;
    max-width: 640px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 12px;
}
.conf_page_holder th.quantity,
.conf_page_holder td.cart_item_quantity,
.conf_page_holder .cart_item_info .reschedule {
    display: none;
}

.drc_paver_line{
	padding: 0 0 0 15px;
}

.view_cart.admin_reservation .price,
.view_cart.admin_reservation .cart_item.cat_sub_total,
.view_cart.admin_reservation .totals{
	display: none;
}
.cart_items_holder .conference_item {
    display: inline-block;	
    *display: inline;
	zoom: 1;
}
.cart_items_holder .cart_item_name + .conference_item {
    padding: 0 0 0 10px;
}
.cart_items_holder .conference_item .day {	
    padding: 0 0 0 15px;
}
.attendee > .name > .info {
    float: right;
    padding: 0 30px;
    text-align: left;
}
.attendee > .name > .info > .item {
    float: left;
    padding: 0 5px;
	font-size: 0.6em;
}
.attendee > .name > .info > .item + .item {
    border-left: 1px solid;
}

/* Program Lunches */
.view_cart .lunch_options{
	padding: 0 1em;
}
.view_cart .lunch_options .day {
    padding: 0 0 0.5em;
}
.view_cart .lunch_options .day .course{
	padding: 0 1em;
}
.view_cart .lunch_options .day .course.will_pack{
	font-style: italic;
}
.view_cart .lunch_edit {
    float: right;
}
.view_cart .lunch_add_link {
    padding: 1em 0 0 1.25em;
}

/* Program Extended Care */
.view_cart .extended_care_options{
	padding: 0 1em;
}
.view_cart .extended_care_options .day {
    padding: 0 0 0.5em;
}
.view_cart .extended_care_options .day .time{
	padding: 0 1em;
	font-style: italic;
}
.view_cart .extended_care_edit {
    float: right;
}
.view_cart .extended_care_add_link {
    padding: 1em 0 0 1.25em;
}


/* Suggested Items */
.view_cart .suggested {
    border: 2px solid;
    margin: 7px;
    padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.view_cart .suggested > h2 {
    margin: 5px 0;
}
.view_cart .suggested .item {
	display: inline-block;
	*display: inline;
	zoom: 1;
    margin: 10px 1%;
    text-align: center;
    vertical-align: top;
    width: 30%;
	font-size: 0.9em;
}
.view_cart .suggested .item a {
    display: block;
}
.view_cart .suggested .item a:hover {
	text-decoration: none;
}
.view_cart .suggested .item .name {
    font-size: 1.2em;
}
.view_cart .suggested .item .thumb + .name,
.view_cart .suggested .item .poi_gallery + .name {
    font-size: 1em;
}
.view_cart .suggested .item .thumb > img,
.view_cart .suggested .item .nivoSlider {
    border: 3px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*	Related Records	*/
fieldset.assc_records{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.assc_legend{
	font-size: 1.5em;
	margin: 0 15px;
}
.assc_rec{
	margin: 8px 0 0;
}
.assc_rec_view_button{
	float: right;
	cursor: pointer;
}
.assc_rec_content{
	display: none;
	border: 1px solid;
	margin: 0 15px 15px;
	padding: 0 15px;
}
.assc_loading{
	text-align: center;
}
.assc_rec_title{
	font-size: 1.25em;
	font-weight: bold;
	padding: 0 10px;
} 

/*	Form Fillouts */
.view_cart fieldset.fillouts {
   margin: 1em 0 0;
}
.view_cart .fillouts .fillout {
    padding: 0.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.view_cart .fillouts .fillout.alt {
	background-color: #FFFFFF;
}
/*.view_cart .fillouts .fillout + .fillout {
    border-top: 1px solid;
    margin-top: 0.2em;
    padding-top: 0.2em;
}*/
.view_cart .fillouts .status {
	font-weight: bold;
}
.view_cart .fillouts .flag {
    background-image: url("../../../images/icons/flag_red.png");
    display: inline-block;
	*display: inline;
	zoom: 1;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}
.view_cart .fillouts .flag.complete {
    background-image: url("../../../images/icons/flag_green.png");
}

/*	PNC EDIT 12/13/2016	*/
.shipping-header {
    background-color: #ffe900;
    border-radius: 6px;
    float: right;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 3%;
    padding: 1%;
}