:root {

	/* Font Family */
	/*--global--font-primary: "Comic Sans MS",arial,sans-serif;*/
	--global--font-primary: arial,sans-serif;
	--global--font-secondary: arial,sans-serif;

	/* Font Size */
	--global--font-size-base: 11px;
	--global--font-size-xs: 1rem;
	--global--font-size-sm: 1.125rem;
	--global--font-size-md: 1.25rem;
	--global--font-size-lg: 1.5rem;
	--global--font-size-xl: 20px;
	--global--font-size-xxl: 4rem;
	--global--font-size-xxxl: 5rem;
	--global--font-size-page-title: var(--global--font-size-xl);
	--global--letter-spacing: normal;

	/* Line Height */
	--global--line-height-body: 1.7;
	--global--line-height-heading: 1.3;
	--global--line-height-page-title: 1.1;
	
	--global--border-radius:5px;

	/* Headings */
	--heading--font-family: var(--global--font-primary);
	--heading--font-size-h6: var(--global--font-size-xs);
	--heading--font-size-h5: var(--global--font-size-sm);
	--heading--font-size-h4: var(--global--font-size-lg);
	--heading--font-size-h3: calc(1.25 * var(--global--font-size-lg));
	--heading--font-size-h2: var(--global--font-size-xl);
	--heading--font-size-h1: var(--global--font-size-page-title);
	--heading--letter-spacing-h6: 0.05em;
	--heading--letter-spacing-h5: 0.05em;
	--heading--letter-spacing-h4: var(--global--letter-spacing);
	--heading--letter-spacing-h3: var(--global--letter-spacing);
	--heading--letter-spacing-h2: var(--global--letter-spacing);
	--heading--letter-spacing-h1: var(--global--letter-spacing);
	--heading--line-height-h6: var(--global--line-height-heading);
	--heading--line-height-h5: var(--global--line-height-heading);
	--heading--line-height-h4: var(--global--line-height-heading);
	--heading--line-height-h3: var(--global--line-height-heading);
	--heading--line-height-h2: var(--global--line-height-heading);
	--heading--line-height-h1: var(--global--line-height-page-title);
	--heading--font-weight: normal;
	--heading--font-weight-page-title: 300;
	--heading--font-weight-strong: 600;

	/* Colors */
	--global--color-black: #000;
	--global--color-dark-gray: #333;
	--global--color-gray: #39414d;
	--global--color-light-gray: #DDD;
	--global--color-green: #c0ce7e;
	--global--color-blue: #d1dfe4;
	--global--color-purple: #d1d1e4;
	--global--color-red: #e4d1d1;
	--global--color-orange: #e4dad1;
	--global--color-yellow: #eeeadd;
	--global--color-white: #fff;
	--global--color-white-50: rgba(255, 255, 255, 0.5);
	--global--color-white-90: rgba(255, 255, 255, 0.9);
	
	/*Mostly used for backgrounds*/
	--global--color-primary: var(--global--color-green);
	/* Body text color, site title*/
	--global--color-secondary: var(--global--color-dark-gray);

	/* Headings */
	--global--color-primary-hover: var(--global--color-primary);
	--global--color-background: var(--global--color-white);
	--global--color-text: var(--global--color-black);
	--global--color-text-light: var(--global--color-white);
	--global--color-border: var(--global--color-secondary);
	
	/* Main styles for the main blocks*/
	--main--border-color:var(--global--color-border);
	--main--border-width:2px;
	--main--border-radius:var(--global--border-radius);
	
	/* Forms */
	--form--font-family: var(--global--font-secondary);
	--form--font-size: var(--global--font-size-sm);
	--form--line-height: var(--global--line-height-body);
	--form--color-text: var(--global--color-dark-gray);
	--form--color-ranged: var(--global--color-secondary);
	--form--color-background: var(--global--color-background);
	--form--label-weight: 500;
	--form--border-color: var(--global--color-secondary);
	--form--border-width: 1px;
	--form--border-radius: 0;
	--form--spacing-unit: calc(0.5 * var(--global--spacing-unit));

	/* Buttons */
	--button--color-text: var(--global--color-secondary);
	--button--color-text-hover: var(--global--color-background);
	--button--color-background: var(--global--color-background);
	--button--color-background-hover: var(--global--color-primary);
	--button--color-border: var(--global--color-secondary);
	--button--color-border-hover: var(--global--color-primary);
	--button--font-family: var(--global--font-primary);
	--button--font-size: var(--global--font-size-base);
	--button--font-weight: 500;
	--button--line-height: 1.5;
	--button--border-style: solid;
	--button--border-width: 3px;
	--button--border-radius: 0;
	--button--padding: 5px;
	--button--margin: auto;
	--button--padding-horizontal: calc(2 * var(--button--padding-vertical));
	
	/*--main--button--color-background:var(--button--color-background);*/

	/* Block: Table */
	--table--stripes-border-color: var(--global--color-border);
	--table--stripes-background-color: var(--global--color-light-gray);
	--table--stripes-border-width: 1px;
	--table--has-background-text-color: var(--global--color-text);
	
	/* Pop-up */
	--popup--border-color: var(--global--color-secondary);
	--popup--background-color: var(--global--color-primary);
	--popup--text-color: var(--global--color-white);

	/* Widgets */
	--widget--line-height-list: 1.9;
	--widget--line-height-title: 1.4;
	--widget--font-weight-title: 700;
	--widget--spacing-menu: calc(0.66 * var(--global--spacing-unit));

	/* Icons */
	--icon--arrow-right: url('../images/xplanbookext/Pijltje_zwart.png');
	--icon--arrow-down: url('../images/xplanbookext/Pijltje_down_zwart.png');
	--icon--search: url('../images/xplanbookext/search_glass.png');
	--icon--searching: url('../images/xplanbookext/search.gif');
	--icon--info: url('../images/xplanbookext/info.png');
	
	--icon--calendar: none;
	--icon--calendar-org:inline;
	
	
	
	/*Thumbnail images*/
	--header--circle-1:url('../images/xplanbookext/CirkelGrijs1.png');
	--header--circle-1-active:url('../images/xplanbookext/CirkelGroen1.png');
	--header--circle-2:url('../images/xplanbookext/CirkelGrijs2.png');
	--header--circle-2-active:url('../images/xplanbookext/CirkelGroen2.png');
	--header--circle-3:url('../images/xplanbookext/CirkelGrijs3.png');
	--header--circle-3-active:url('../images/xplanbookext/CirkelGroen3.png');
	--header--text-color:var(--global--color-white);
	--header--circle-text-color:var(--global--color-text);
}


body{
	background-size: 100% 100%;
}
body, .ui-mobile, .ui-mobile body {
    background-position: top center;
}
.ui-header, .ui-footer {
    border-width: 0px 0 !important;
}
/*To Disable mobile menu
.ui-btn:link{
	display:none!important;
}*/

html.ui-mobile body #footer{
	display:none!important;
}
.overlayPanelSmallSub {
    left: 40vw!important;
}

/*Progress buttons mobile, moet ergens bovenaan blijven staan*/

.ui-mobile .new_flow_mobile span.flow_thumb.active{
    background-color: var(--global--color-primary)!important;
    border-color: transparent!important;
    color: var(--header--text-color)!important;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 22px;
	padding-left: 0px;
}
.ui-mobile .new_flow_mobile span.flow_thumb {
    background-color: var(--global--color-secondary)!important;
    border-color: transparent!important;
    color: var(--header--text-color)!important;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 22px;
}
.ui-mobile span.step-1{
	padding-left: 0px;
}
.ui-mobile span.step-2{
	padding-left: 0px;
}
.ui-mobile span.step-3{
	padding-left: 0px;
}

/*Opmaak Mobile deel 1*/

.ui-mobile .portrait .flow_product_list {
	background-color:var(--global--color-white);
	border: 1px solid var(--global--color-border);
}
.ui-mobile p.flow_extra_prod_text{
	background-color: var(--global--color-primary);
	color: var(--global--color-text-light);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ui-mobile .flow_leftView .new_flow_logindiv table{
	background-color: var(--global--color-background);
	padding: 20px;
}
.ui-mobile .new_flow_logindiv p{
	background-color: var(--global--color-primary);
	color: var(--global--color-text-light);
	text-transform: uppercase;
	height: 30px;
	display:none;
}
.ui-mobile .forgottenLink{
	width: 320px;
}
.ui-mobile .xplanbookext.forms table{
	margin: 0px;
	padding: 0px;
}
.ui-mobile .flow_leftView .new_flow_logindiv hr{
	border: var(--table--stripes-border-width) solid var(--global--color-border);
}
.ui-mobile .xplanbookext.forms tr{
	width: 240px!important;
}
.ui-mobile .ui-popup{
	background-color: var(--popup--background-color)!important;
	text-shadow: none;
	color: var(--popup--text-color);
}
.ui-mobile .mobile_poppup a.mobile_all_buttons.ui-btn{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: var(--button--color-text)!important;
	font-size: 11px!important;
    font-weight: 500!important;
    letter-spacing: 1px;
	margin-bottom: 8px;
	/*min-height: 20px;*/
	text-align: center;
	background-color: var(--button--color-background);
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--button--color-border);
	font-weight: normal;
	width: 40vw;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 0px;
	text-transform: uppercase;
}
.ui-mobile .mobile_poppup a.mobile_all_buttons.ui-btn:hover{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: var(--button--color-text-hover);
	font-size: 11px!important;
	font-weight: 500!important;
	margin-bottom: 8px;
	/*min-height: 20px;*/
	text-align: center;
	background-color: var(--button--color-background-hover);
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--button--color-border-hover);
	font-weight: normal;
	width: 180px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 0px;
}
.ui-mobile button.new_flow_buttons_popup.ui-btn.ui-shadow.ui-corner-all{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #585858;
	font-size: 11px!important;
    font-weight: 500!important;
    letter-spacing: 1px;
	margin-bottom: 8px;
	/*min-height: 20px;*/
	text-align: center;
	background-color: var(--global--color-background);
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--global--color-border);
	font-weight: normal;
	width: 50vw;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 0px;
	text-transform: uppercase;
}
.ui-mobile button.new_flow_buttons_popup.ui-btn.ui-shadow.ui-corner-all:hover{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: var(--button--color-text-hover);
	font-size: 11px!important;
	font-weight: 500!important;
	margin-bottom: 8px;
	/*min-height: 20px;*/
	text-align: center;
	background-color: var(--button--color-background-hover);
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--button--color-border-hover);
	font-weight: normal;
	width: 180px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 0px
}

.ui-block-b{
	float:none!important;
}
.ui-input-text input, .ui-input-search input{
	background-color:var(--form--color-background)!important;
}
.ui-mobile .new_flow_mobile.portrait .flow_leftView .new_flow_logindiv td{
	width: 80vw!important;
}
.ui-mobile .flow_leftView form input#loginname, .ui-mobile .flow_leftView form input#loginpass{
	width: 80vw!important;
}
/* Headers */
h1.xplanbookext, h2.xplanbookext {
	color: var(--global--color-text);
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

h1.xplanbookext {
	font-size: 20px;
}

h2.xplanbookext {
	font-size: 15px;
}

.flow_h1{
	color:var(--global--color-text);
	font-size: 16px;
	font-weight: bold;
	font-family:var(--global--font-primary);
}

.flow_h2{
	color: var(--global--color-text);
	font-size: 16px;
	font-weight: bold;
	font-family:var(--global--font-primary);
}
h2.flow_main_header {
	text-align: left;
}
.flow_leftView table h2 {
	height: 20px;
	width: 590px;
}
.flow_leftView h2 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
	color: #000000;
    font-weight: bold;
    padding-top: 10px;
    font-family:var(--global--font-primary);
    font-size: var(--global--font-size-page-title);
}

/*Used for mobile, wrong place*/
/* .ui-header{
	background-image: url('../images/images/window/8_wd_135.png');
	background-repeat: no-repeat;
	height: 75px!important;
	background-position: center;
} */
/*.new_flow_mobile h2.flow_main_header{
	color: #fff!important;
}*/
.flow_leftView .xplanbookext.admin h2.xplanbookext{
    font-size: 12px;
    font-family:var(--global--font-primary);
    line-height: 16px;
    font-weight: bold;
    color: var(--global--color-text);
}
div#cancel_reservation h3{
	color: #000;
    font-family:var(--global--font-primary);
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
	
}
.flow_leftView .new_flow_logindiv h3{
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.flow_rightView .overlayPanelSmallSub h3{
	color: ##467BA9;
    font-family:var(--global--font-primary);
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
}
.new_flow_product_name h3{
	font-weight:bold;
	font-family:var(--global--font-primary);
	font-style:normal;
	font-size:13px;
	margin:0px;
	padding:0px;
}
.flow_leftView .new_flow_person  h3 {
	font-size: 12px;
	font-family:var(--global--font-primary);
	font-weight: bold;
	color: var(--global--color-text);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* p elementen */
.flow_fullView  .xplanbookext.redeem_section .flow_prodgroup div h3,
.flow_fullView  .xplanbookext.redeem_section .flow_prodgroup div p{
    width: auto;
    margin: 0px!important;
    float: left;
    padding: 0px 5px!important;
	color:var(--global--color-text);
	font:bold 14px arial;
}
.flow_singlebook_prod_description p {
    margin: 0px;
}
p.flow_memo {
    padding: 10px;
    color: #467BA9;
}
p.flow_warntext {
    color: var(--global--color-text);
    width: 500px;
}
p.newflow_description {
    float: left;
	display:none;
    margin: 2px 0px;
    width: 70%;
    font-size: 12px;
    color: #666;
}
p.xplanbookext.searchmore {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	background-color: #CFCFCF;
	font-style: italic;
	color: #565656;
}
.new_flow_mobile.portrait .redeem_form_date.date_section p#newflow_dateselect {
    padding: 3%!important;
    float: left;
    width: 92%;
	background:var(--global--color-white);
    margin: 0%;
}
.new_flow_mobile.landscape .redeem_form_date.date_section p#newflow_dateselect span div{
	width:88%!important;
}
.redeem_form_date.date_section #flow_memo_output p#flow_memo {
    margin: 0px!important;
	padding: 0px!important;
    float: left;
}
.redeem_form_date.date_section p#newflow_dateselect {
    background: #dedede;
    padding: 10px;
    color: var(--global--color-text);
    font: bold 14px arial;
}
.flow_leftView p#book_buttons {
    width: 680px;
    float: left;
}
.flow_leftView #prodtime p{
	width:525px;
	height:50px;
}
.flow_fullView .categoryDiv p{
	width:495px;
}
.flow_leftView .flow_prodgroup b, .flow_leftView b {
	display: block;
}

/* Links */
.flow_leftView  a.xplanbookext.admin span{
	display:inline;
	color:var(--global--color-text);
	width:175px;
	text-decoration:underline;
	border-width:0px;
	border-style:none;
	border-color:var(--global--color-border);
}

.flow_leftView a.xplanbookext.admin  span:hover{
	color:var(--global--color-text);
	width:175px;
	display:inline;
	text-decoration:underline;
	border-width:0px;
	border-style:none;
	border-color:var(--global--color-border);
}
p.xplanbookext.searchmore a {
	font-size: 9px;
}
h1.xplanbookext a {
	font-size: 20px;
	font-weight: bold;
	color: #565656;
	text-decoration: underline;
}
div.xplanbookext.maincat a {
	color: #7B7B7B;
	font-weight: normal;
}
div:hover.xplanbookext.maincat a {
	color: #467BA9;
	font-weight: normal;
}
/* Forms */
.redeem_form_date.date_section p#newflow_dateselect input{
	background: var(--form--color-background);
    padding: 4px;
    margin: 10px 0px;
    color: #666;
}
.xplanbookext.redeem_section div#redeem_form input {
    width: 97%;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: var(--form--color-background);
    border: var(--form--border-width) solid var(--form--border-color);
    padding: 1%;
}
.ui-mobile #signup_form input{
	width:100%!important;
}
.flow_leftView  tr td input[type="text"] {
}

.flow_leftView  tr td input[type="radio"] {
	width: 20px;
	margin-left: 10px;
}
div.new_flow_logindiv input,div.new_flow_logindiv select{
	border:solid var(--form--border-width) var(--form--border-color);
	padding:5px;
	background-color:var(--form--color-background);
	margin-bottom: 5px;
}
.flow_leftView form input#loginname, .flow_leftView form input#loginpass{
    width: 580px;
	background-color: var(--form--color-background)!important;
}
input.xplanbookext.person {
	width: 98%;
}
table.xplanbookext.forms, table.xplanbookext.forms input, table.xplanbookext.forms textarea {
	width: 100%;
}
input.xplanbookext, textarea.xplanbookext {
	border-width: var(--form--border-width);
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--form--border-color);
}

input.xplanbookext.search.startsearch, input.xplanbookext.person {
	color: #C0C0C0;
	font-style: italic;
}

input.xplanbookext.search {
	width: 99%;
	color: #000000;
	margin-bottom: 5px;
	font-style: normal;
	height: 20px;
	padding-left: 5px;
	background-image: var(--icon--search);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center right;
}

input.xplanbookext.search.searched {
	background-image: var(--icon--search);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center right;
}

input.xplanbookext.search.searching {
	background-image: var(--icon--searching);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center right;
}
table.xplanbookext.forms textarea {
	height: 70px;
}
.redeem_form_date.date_section div#prodtime  label,
.redeem_form_date.date_section div#prodtime  select,
.redeem_form_date.date_section div#prodtime  label,
.redeem_form_date.date_section div#prodtime  select{
	float: left;
    margin-right: 10px;
    width: 40%;
    margin-bottom: 5px;
}
.flow_leftView .new_flow_logindiv #signup_form select{
	width:264px;
}
.new_flow_logindiv table.new_flow.info select {
    margin-left: 14px;
}
.flow_leftView  #calendar_form select{
 border-style:solid;
 border-width:var(--form--border-width);
 border-color:var(--form--border-color);
}
.flow_leftView  #calendar_form select#starttime, .flow_leftView  #calendar_form select#endtime{
	float:left;
	width:65px;
	display:inline;	
}
.flow_leftView table.xplanbookext.forms select {
    width: 94%;
}
.new_flow_mobile  .xplanbookext.redeem_section form#selected_vouchers { 
	margin-bottom: 15px; 
}
.new_flow_mobile.portrait .flow_leftView #calendar_form #prodtime,
.new_flow_mobile.portrait .flow_leftView #calendar_form #flow_memo_output,
.new_flow_mobile.portrait .flow_leftView #calendar_form  #flow_person_select {
    width: 92%;
    clear: left;
}
.xplanbookext.redeem_section form#selected_vouchers {
    float: left;
    width: 95%;
    margin-top: 10px;
    border: 2px solid var(--global--color-border);
    padding: 2%;
}
.xplanbookext.redeem_section div#redeem_form {
    float: left;
    width: 96%;
    padding: 2%;
    background: #dedede;
}
.flow_leftView .new_flow_logindiv #signup_form td{
	background-color:transparent;
	width:225px;
}
.flow_leftView  #calendar_form #persons{
    width: 40px;
    margin-left: 35px;
	margin-bottom:10px;
}
.flow_leftView  #calendar_form #prodtime {
    width: 525px;
    clear: left;
}
.flow_leftView  #calendar_form label{
	float:left;
	width:141px;
	display:inline;
	margin-right:10px;
	margin-bottom:10px;
	clear:left;
}
.flow_leftView form{
	width: 540px;
}	

.flow_leftView form .new_flow_mainDiv{
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
}
.redeem_form_date.date_section #flow_memo_output,
.redeem_form_date.date_section #flow_person_select,
.redeem_form_date.date_section div#prodtime {
    background: #dedede;
    padding: 0px 10px 10px 10px;
	width: 90%;
    float: left;
}	
.redeem_form_date.date_section #flow_memo_output{
    margin-top: 15px;
}
.redeem_form_date.date_section div#prodtime {
    margin-bottom: 15px;
}

/* Buttons */

.new_flow_buttons_flowSelection {
	padding: var(--button--padding);
	color: var(--button--color-text);
	font-size: var(--button--font-size)!important;
	font-weight: 500!important;
	letter-spacing: 1px;
	margin-bottom: 8px;
	/*min-height: 20px;*/
	text-align: center;
	background-color: var(--button--color-background);
	background-image: none;
	cursor: pointer;
	border-width: var(--button--border-width);
	border-style: var(--button--border-style);
	border-color: var(--button--color-border);
	font-weight: normal;
	width: 30%;
	margin: var(--button--margin);
	text-transform: uppercase;
}

:hover.new_flow_buttons_flowSelection {
	padding:var(--button--padding);
	color: var(--button--color-text-hover);
	font-size: var(--button--font-size)!important;
	font-weight: 500!important;
	letter-spacing: 1px;
	margin-bottom: 8px;
	/*min-height: 20px;*/
	text-align: center;
	background-color: var(--button--color-background-hover);
	background-image: none;
	cursor: pointer;
	border-width: var(--button--border-width);
	border-style: var(--button--border-style);
	border-color: var(--button--color-border-hover);
	font-weight: normal;
	width: 30%;
	margin: var(--button--margin);

}
.new_flow_buttons_popup {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #585858;
	font-size: 11px!important;
	font-weight: 500!important;
	letter-spacing: 1px;
	margin-bottom: 8px;
	/*min-height: 20px;*/
	text-align: center;
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--button--color-border);
	background-color: var(--button--color-background);
	font-weight: normal;
	width: 35%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;

	text-transform: uppercase;
}

:hover.new_flow_buttons_popup {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: var(--button--color-text-hover);
	font-size: 11px!important;
	font-weight: 500!important;
	letter-spacing: 1px;
	margin-bottom: 8px;
	/*min-height: 20px;*/
	text-align: center;
	background-color: var(--button--color-background-hover);
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--global--color-border);
	font-weight: normal;
	width: 35%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.ui-body-b .ui-btn{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #585858;
	font-size: 11px!important;
    font-weight: 500!important;
    letter-spacing: 1px;
	margin-bottom: 8px;
	/*min-height: 20px;*/
	text-align: center;
	background-color: var(--global--color-background);
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #585858;
	font-weight: normal;
	width: 180px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 0px;
	text-transform: uppercase;
}
.ui-body-b .ui-btn:hover{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: var(--button--color-text-hover);
	font-size: 11px!important;
	font-weight: 500!important;
	margin-bottom: 8px;
	/*min-height: 20px;*/
	text-align: center;
	background-color: var(--global--color-primary)!important;
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--global--color-border);
	font-weight: normal;
	width: 180px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 0px;

}
.new_flow_buttons {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #585858;
	font-size: 11px!important;
    font-weight: 500!important;
    letter-spacing: 1px;
	margin-bottom: 8px;
	/*min-height: 20px;*/
	text-align: center;
	background-color: var(--button--color-background);
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--button--color-border);
	font-weight: normal;
	width: 180px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 0px;
	text-transform: uppercase;
}

:hover.new_flow_buttons {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: var(--button--color-text-hover);
	font-size: 11px!important;
	font-weight: 500!important;
	margin-bottom: 8px;
	/*min-height: 20px;*/
	text-align: center;
	background-color: var(--button--color-background-hover);
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--button--color-border-hover);
	font-weight: normal;
	width: 180px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 0px;

}
.xplanbookext.buttons {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #585858;
	font-size: 11px!important;
    font-weight: 500!important;
    letter-spacing: 1px;
	margin-bottom: 8px;
	/*min-height: 20px;*/
	text-align: center;
	background-color: var(--button--color-background)!important;
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--button--color-border);
	font-weight: normal;
	width: 180px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 0px;
	text-transform: uppercase;
}

:hover.xplanbookext.buttons {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: var(--button--color-text-hover);
	font-size: 11px!important;
	font-weight: 500!important;
	margin-bottom: 8px;
	/*min-height: 20px;*/
	text-align: center;
	background-color: var(--button--color-background)!important;
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--button--color-border)!important;
	font-weight: normal;
	width: 180px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 0px;
}
/* Portal */
.portal{
	font-family: arial!important;
}
.portal_tab.current, .portal_tab:hover{
	background-color: var(--global--color-primary)!important;
	border-color: var(--global--color-border)!important;
}
.portal.collapse{
	background-color: var(--global--color-background)!important;
	border: 1px solid var(--global--color-border)!important;
}
.portal.uneven {
    background-color: var(--global--color-primary)!important;
}
.portal.even {
    background-color: #d0e8b4!important;
}
.portal.column_medium{
	width: 12.5%!important;
}
.portal.column_title{
	width: 95%!important;
}
.xplanbookext.buttons.left {
	float: left;
}

.xplanbookext.buttons.right {
	float: right;
}

.xplanbookext.buttons.w150 {
	width: 150px;
}
.buttonFooter.float {
    margin-left: 0px;
    background: var(--global--color-background);
    height: 59px;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #467BA9;
}
.new_flow_buttons_flowSelection{
float:left;
}
.flow_leftView  .flow_singlebook_prod_description button#nextflow {
    margin-right: 0px;
}

.flow_leftView .xplanbookext.buttons{
	background-color: var(--button--color-background);
}
.flow_leftView .xplanbookext.buttons:hover{
	background-color: var(--button--color-background-hover);
}

/* Divs */
div#cancel_reservation button.new_flow_buttons_popup {
    width: 172px;
    margin: 0px;
}

div.new_flow_buttons_upsell.xplanbookext.buttons {
	height: 20px;
	width:120px;
	float:right;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: var(--button--color-background);
	border-color: var(--button--color-border);
}

 div.new_flow_buttons_upsell:hover {
	height: 20px;
	width:120px;
	float:right;
	background-color: var(--button--color-background-hover);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--button--color-border-hover);
}
div.xplanbookext.buttons.allow {
	background-color: var(--button--color-background);
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--button--color-border);
}

div.xplanbookext.buttons.denied {
	background-color: var(--button--color-background);
	color: #888888;
	cursor: default;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--button--color-border);
}
div.xplanbookext.maincat, div.xplanbookext.admin {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
	margin-bottom: 5px;
	cursor: pointer;
	width: 98%;
}

div.xplanbookext.maincat {
	height: 20px;
	background-color: transparent;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

div:hover.xplanbookext.maincat {
	height: 20px;
	background-color: transparent;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

div.xplanbookext.admin {
	background-color: transparent;
}
.flow_fullView  .xplanbookext.redeem_section .flow_prodgroup div{
	    width: auto;
    margin: 0px!important;
    float: left;
    padding: 0px 5px!important;
	color:var(--global--color-text);
	font:bold 14px arial;
}
div.xplanbookext.filters {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 100%;
	text-align: right;
}

div.xplanbookext.cart {
	text-align: center;
}
/*div.xplanbookext.hr {
	height: 2px;
	background-image: url('../images/xplanbookext/spacer.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
}*/

div.xplanbookext.hr hr {
	display: none;
}
div.xplanbookext.slide {
	z-index: 9;
	display: none;
	background-color: #F3F3F3;
	position: absolute;
	width: 100%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

div.xplanbookext.slidecont {
	position: relative;
	width: 100%;
}
div.xplanbookext.error {
	background-color: var(--global--color-background);
	color: #FF0000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	display: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--global--color-border);
}

div.xplanbookext.loading {
	background-color: var(--global--color-gray);
	color: var(--global--color-text-light);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	display: none;
	text-align: center;
}

div.xplanbookext.agreement {
	overflow: auto;
	height: 200px;
	display: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--global--color-border);
}

div.xplanbookext.login {
	width: 150px;
}

div.overlayPanel {
	background-color: var(--global--color-primary);
}

div.products {
	background-color: var(--global--color-primary);
	color: var(--global--color-text-light);
}

div.flow_thumb {
	color: var(--header--circle-text-color);
	text-align: center;
	border-radius: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
	width:520px;
}
div.products {
	background-color: var(--global--color-primary);
	color: var(--global--color-text-light);
	width: 100%;
}

.flow_leftView div.xplanbookext.admin {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	width:570px;
	color:var(--global--color-background);
	border-width:1px;
	border-style:solid;
	border-color:var(--global--color-border);
}
div#cancel_reservation {
    padding: 30px;
    width: 350px;
    height: 140px;
}

div#cancel_reservation hr {
    border-width: var(--table--stripes-border-width);
    border-style: solid;
    border-color: var(--global--color-border);
}

/* Tables ea*/

.portrait table.mob_singleProd_detail tr {
    float: left;
    width: 90vw;
}
.portrait table.mob_singleProd_detail tr td {
    max-width: 87vw;
    float: left;
}
.new_flow_logindiv table.new_flow.info tr td {
	padding:0px;
	padding-right: 10px;
	padding-bottom: 5px;
    vertical-align: middle;
	float:left;
}
table.xplanbookext.prodlist {
	width: 100%;
	border-collapse: collapse;
}

table.xplanbookext.prodlist tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CFCFCF;
}

table.xplanbookext.prodlist td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

table.xplanbookext.prodlist img {
	height: 80px;
	width: 106px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--global--color-border);
}

table.xplanbookext.prodlist img.large {
	height: 70px;
	width: 70px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--global--color-border);
}

table.xplanbookext.forms  td {
	width: 50%;
}
table.xplanbookext.persons {
	width: 100%;
}

table.xplanbookext.entrys {
	width: 100%;
}

table.xplanbookext.entrys tr.image {
	height: 70px;
	text-align: center;
}

table.xplanbookext.bookdata {
	width: 100%;
}

table.xplanbookext.bookdata td {
	width: 33%;
}
.flow_leftView table hr {
    display: none;
}

.flow_leftView table .mobile-image-gallery {
	display: inline;
	float: left;
	width: 570px;
	height: 200px;
	overflow: hidden;
	text-align: left;
}

.flow_leftView table .mobile-image-gallery img {
	max-height: 200px;
	max-width: 200px;
}

.flow_leftView table  #singlebook_prod {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-color: var(--global--color-border);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#newflow_cart #cart_div td{
	font-family:var(--global--font-primary);
	font-size:13px;
	font-weight:normal;
	padding-left:10px;
}


#newflow_cart #cart_div tr.flow_card_coll_item td{
	font-family:var(--global--font-primary);
	font-size:13px;
	padding-left:0px;
	font-weight:bold;
}
.flow_rightView .flow_widget td{
	border-spacing:0px;
	float:left;
}
.flow_rightView #newflow_cart td{
    vertical-align: top;
}
.flow_leftView .new_flow_logindiv table{
	width:580px;
}
.flow_leftView .new_flow_logindiv #signup_form tr{
	width:580px;
	float:left;
}
td.xplanbookext.choice {
	background-color: var(--global--color-primary);
	font-style: italic;
	font-weight: bold;
}

td.xplanbookext.noitems {
	font-style: italic;
}

td.xplanbookext.center {
	text-align: center;
}
.flow_leftView .flow_product_list table{
    width: 600px;
    background-color: var(--global--color-background);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--global--color-border);
    border-radius: var(--global--border-radius);
    margin-bottom: 2px;
}

/* Span */
span.xplanbookext.carttoggle {
	cursor: pointer;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
td.xplanbookext.removeitem, span.xplanbookext.agreement {
	cursor: pointer;
}
.flow_leftView .xplanbookext.choice,
.flow_leftView .xplanbookext.choice span{
	color: var(--global--color-text);
    font-family:var(--global--font-primary);
    font-size: 13px;
	font-style:normal;
    font-weight: bold;
	background-color:transparent;
}

span.step-1 {
	background-color: transparent;
	background-image: var(--header--circle-1);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 42px 42px;
	border-radius: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	width: 150px;
	height: 42px;
	display: inline;
	float: left;
}

span.active.step-1 {
	background-color: transparent;
	background-image: var(--header--circle-1-active);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 42px 42px;
	border-radius: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-left: 0px;
	margin-top: 0px;
	width: 150px;
	height: 42px;
	display: inline;
	float: left;
}

span.step-2 {
	background-color: transparent;
	background-image: var(--header--circle-2);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 42px 42px;
	border-radius: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-left: 0px;
	margin-top: 0px;
	width: 150px;
	height: 42px;
	display: inline;
	float: left;
}

span.active.step-2 {
	background-color: transparent;
	background-image: var(--header--circle-2-active);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 42px 42px;
	border-radius: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-left: 0px;
	margin-top: 0px;
	height: 42px;
	width: 150px;
	display: inline;
	float: left;
}

span.step-3 {
	background-color: transparent;
	background-image: var(--header--circle-3);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 42px 42px;
	border-radius: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-left: 0px;
	margin-top: 0px;
	height: 42px;
	width: 150px;
	display: inline;
	float: left;
}

span.active.step-3 {
	background-color: transparent;
	background-image: var(--header--circle-3-active);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 42px 42px;
	border-radius: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-left: 0px;
	margin-top: 0px;
	height: 42px;
	width: 150px;
	display: inline;
	float: left;
}
span.neflow_name {
    float: left;
    width: 70%;
}

/* ID's */
#xplanbookext_popup_cont {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#datefields {
	background-color: var(--global--color-background);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--global--color-border);
	border-radius: 0px;
}
#cart_div {
	background-color: var(--global--color-background);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--global--color-border);
	border-radius: var(--global--border-radius);
} 
[id^=catOpen] {
	background-image: var(--icon--arrow-down);
	background-size: 15px 10px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 30px;
	height: 30px;
}


[id^=catClosed] {
	background-image: var(--icon--arrow-right);
	background-size: 10px 15px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 30px;
	height: 30px;
}

[id^=prodOpen] {
	background-image: var(--icon--info);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: top left;
	width: 15px;
	height: 15px;
	top:6px;
	left:0;
}

[id^=prodClosed] {
	background-image: var(--icon--info);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: top left;
	width: 15px;
	height: 15px;
	top: 2px;
    left: 0;
}

#cancelResPanel {
	padding-top: 100px;
	}

[id^=flowClosed] {
	background-image: var(--icon--info);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 16px;
	height: 16px;
	float:left;
}
#newflow_dateselect, #datepicker_mob, #prodtime, #datefields {
	color: var(--global--color-text);
	font-family:var(--global--font-primary);
	font-size: 14px;
}

#newflow_cart #cart_div {
	background-color: var(--global--color-background);
	border-width: var(--main--border-width);
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--main--border-color);
	border-radius: var(--main--border-radius);
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.flow_leftView #datepicker_mob{
    display: none;
    width: 535px;
    float: left;
    border: 1px solid var(--global--color-border);
    margin-bottom: 20px;
    padding: 10px;
    margin-right: 10px;
}

.flow_leftView  #calendar_form #date_mob_alternate {
    border: 1px solid var(--global--color-border);
    margin-left: 40px;
}

/* List style */
ul.xplanbookext.subcats {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.new_flow_product_row ul li {
	display: inline;
	position: relative;
	padding-top: 6px;
	font-size: 16px;
	font-family:var(--global--font-primary);
	font-weight: bold;
}

.flow_product_list ul.result li {
	display: inline;
	position: relative;
	padding-top: 6px;
	font-size: 16px;
	font-family:var(--global--font-primary);
	font-weight: bold;
	color:var(--global--color-text);
	margin-bottom: 10px;
}
.flow_leftView .new_flow_person ul {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.flow_leftView .new_flow_person ul li {
	font-size: 12px;
	font-family:var(--global--font-primary);
	color: #666666;
}
.flow_leftView ul.result.product_row_even,.flow_leftView ul.result.product_row_uneven{
	margin-top: 10px;
}

/* img */
.flow_leftView .new_flow_person img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.flow_prod_detail_img.single img {
    float: left;
    width: 290px;
    border-width: 1px;
	border-style:solid;
	border-color:var(--global--color-border);
}
.flow_fullView .categoryDiv img, .flow_leftView  .categoryDiv img{
    float: left;
    width: 160px;
    height: auto;
    border-style:solid;
	border-width: 1px;
	border-color:var(--global--color-border);
    margin-right: 15px;
}

.flow_leftView .flow_singlebook_prod_description  img.bbcode_img,.flow_leftView .prodAdvancedInfo img.bbcode_img, .flow_fullView .prodAdvancedInfo img.bbcode_img {
    display: none;
}

/* hr */
hr.flow_line {
	display: block;
}
.flow_leftView  hr.flow_seperator {
	border-width: 0px;
    border-color: var(--global--color-border);
    border-style: solid;
	width:100%;
}
.flow_rightView .overlayPanelSmallSub hr{
	border-style:solid;
	border-width:var(--table--stripes-border-width);
	border-color:var(--global--color-border);
}
.flow_leftView .new_flow_logindiv hr{
    border: var(--table--stripes-border-width) solid var(--global--color-border);
    width: 100%;
    float: left;
}
/* rest */
.ui-widget-header {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--global--color-border);
	background-color: #CCCCCC;
	color: #222222;
}

.ui-widget-content {
	background-color: var(--global--color-background);
	color: #222222;
}
#subflow_popup.overlayPanelSmallSub{
	width: 500px!important;
}

.ui-widget-overlay {
	background-color: var(--global--color-background);
}
.new_flow_product_category {
	color: var(--global--color-text);
	font-size: 16px;
	font-weight: normal;
	font-family:var(--global--font-primary);
}

.new_flow_product_price {
	color: var(--global--color-text);
	font-size: 13px;
	font-weight: normal;
	font-family:var(--global--font-primary);
}
.new_flow_flowname {
	color: var(--global--color-text);
	font-size: 16px;
	font-weight: normal;
	font-family:var(--global--font-primary);
	text-align: left;
}

.product_row_even {
	color: var(--global--color-text);
}

.product_row_uneven {
	color: var(--global--color-text);
}
.flow_leftView pre {
	display: none;
}

.flow_leftView .mobile-product-title {
    float: left;
    width: 430px;
    font-family:var(--global--font-primary);
    font-weight: bold;
    font-size: 16px;
    display: inline;
    line-height: 18px;
}

.flow_leftView .new_flow_main_prod_result{
    margin-bottom: 20px;
    padding: 10px;
    background-color: #EDEDED;
}

.flow_leftView  .mobile-product-category {
    display: none;
}

.flow_leftView .mobile-product-price {
    font-size: 16px;
    width: 160px;
    font-family:var(--global--font-primary);
    float: left;
    text-align: right;
    display: inline;
    line-height: 18px;
}

.flow_leftView  .flow_singlebook_prod_description{
    line-height: 16px;
    font-size: 13px;
    font-family:var(--global--font-primary);
	float:left;
	font-weight:normal;
	padding-bottom:20px;
	width:580px;
}

.flow_leftView .products {
	float: left;
	line-height: 22px;
}
.new_flow_flowname{
    width: 100%;
	float:left;
    margin-top: 10px;
	padding-bottom:10px;
}
.flow_card_coll_item{
	font-weight:bold;
	color:var(--global--color-text);
}
.new_flow_mainDiv {
	background-color: var(--global--color-background);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--global--color-border);
	border-radius: var(--global--border-radius);
}

.new_flow_mainDiv {
	margin-left:20px;
	width:910px;
}
.flow_leftView .new_flow_mainDiv {
 margin-left:0px;
 width:100%;
}
.new_flow_choice_option {
	width: 100%;
}
.new_flow_product_row {
    width: 600px;
}
.new_flow_product_row {
	background-color: var(--global--color-background);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--global--color-border);
	border-radius: var(--global--border-radius);
}

.new_flow_input_flowSelection {
	/*text-align: center;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 10px;
}

.new_flow_giftcards .new_flow_buttons_flowSelection{
	position:relative;
	bottom:40px;
	left:90px;
}

.moreInfo {
	background-image: var(--icon--info);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 15px; 
	height: 15px;
	}	
.new_flow_person {
	width: 45%;
	font-size: 12px;
	font-family:var(--global--font-primary);
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: var(--global--color-border);
	border-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.flow_leftView .new_flow_person .products {
	background-color: #EDEDED;
	color: #666666;
	font-size: 12px;
	font-family:var(--global--font-primary);
	line-height: 16px;
}

.new_flow_choice_option{
	width: 100%
}	

.overlayPanelSmallSub {
	background-color: var(--global--color-primary);
	color: #000000;
	padding:10px;
	width: auto!important;
}



.new_flow_logindiv {
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-left: 0px;
	width: 100%;
}

.flow_product_list {
	background-color: var(--global--color-background);
}

.new_flow_product_category {
	color: var(--global--color-text);
	font-size: 16px;
	font-weight: normal;
	font-family:var(--global--font-primary);
}

.new_flow_product_name {
	color: var(--global--color-text);
	font-family:var(--global--font-primary);
	font-size: 13px;
	font-weight: bold;
	vertical-align:bottom;
	font-style: normal;
	position:relative;
}

/*.new_flow_product_name::first-letter {
	color: #706B62;
	font-family:var(--global--font-primary);
	font-size: 13px;
	font-weight: bold;
}*/

.new_flow_product_price {
	color: var(--global--color-text);
	font-family:var(--global--font-primary);
	font-size: 16px;
	font-weight: bold;
}
.flow_extra_prod_text {
	color: #000000;
	font-family:var(--global--font-primary);
	font-size: 14px;
	font-weight: normal;
}
.flow_checkboxStyle{
	width: 14px;
	height: 14px;
	margin-bottom:4px;
}

.flow_guest_text {
	color: #000000;
	font-family:var(--global--font-primary);
	font-size: 12px;
	font-weight: normal;
}

.new_flow_prodimage{
	width: 25%;
}
.new_flow_prodtext{
	width: 65%;
	padding-left: 15px;
}
.flow_leftView {
    width: 600px;
    padding-top: 0%;
    background-color: var(--global--color-background);
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
	border: var(--main--border-width) solid var(--main--border-color);
	border-radius: var(--main--border-radius);
    margin-top: 16px;
    margin-left: 20px;
    /*margin-bottom: 30px;*/
    float: left;
	
}
.flow_leftView .flow_prod_detail_img.single {
    float: left;
    width: 300px;
}

.flow_rightView {
	width: 250px;
	margin-top:75px;
	margin-right:20px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	float:left;
}

.flow_rightView .flow_widget{
	margin-top:5px;
	float:left;
	width:250px;
}
.flow_rightView .youtube_chrome{
	width:250px;
}



.flow_rightView .flow_widget object{
	float:left;	
	width:250px;
}





.flow_rightView .overlayPanelSmallSub{
	float: left;
    height: 135px;
}


.flow_fullView {
    width: 865px;
    padding-top: 0%;
    background-color: var(--global--color-background);
    padding-bottom: 75px;
    padding-left: 20px;
    padding-right: 20px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: var(--global--color-border);
    border-radius: var(--global--border-radius);
    margin-top: 15px;
    margin-left: 20px;
    float: left;
}

.flow_fullView .flow_prodgroup {
    width: 870px;
    float: left;
    padding-bottom: 10px;
    border-bottom: var(--table--stripes-border-width) solid var(--table--stripes-border-color);
    padding-top: 20px;
}

.flow_leftView .flow_prodgroup {
    width: 600px;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-top: 20px
}
.flow_leftView  .prodAdvancedInfo .prod_image {
    float: left;
    width: 273px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--global--color-border);
}

.flow_leftView  .prodAdvancedInfo{
	float:left;
	width:580px;
}
.newflow_confirmView {
    float: left;
    background: var(--global--color-background);
    padding: 20px;
    margin: 10px;
    width: 100%;
    border-radius: var(--global--border-radius);
    border: 1px solid var(--global--color-border);
}

/* Portal */

/* Login */
form[id^="xplanbookext_loginform_69"]{
    margin: auto;
    width: 800px;
    margin: 20px auto;
    border: 1px solid var(--global--color-text);
    padding: 20px;
    background-color: var(--global--color-background);
}

/* Portal to book*/
div#login_popup {
    padding: 25px;
    text-align: left;
}
div#login_popup [id^=xplanbookext_pass_] {
	text-decoration:underline;
	color:#6B97BC;
	padding:5px 0px;
}
div#login_popup [id^=xplanbookext_pass_]:hover{
	color:#565656;
}

/* voucher flow desktop */
.flow_leftView .main_flow .new_flow_giftcards div#giftcard {
    padding: 10px;
    border-radius: var(--global--border-radius);
}
.redeem_form_date.date_section{
	float:right;
	width: 35%;
	margin: 15px 0px;
}
.xplanbookext.redeem_section{
	float: left;
    width: 60%;
    border: 1px solid;
    padding: 10px;
	margin: 15px 0px;
}


.flow_fullView  .xplanbookext.redeem_section .flow_prodgroup{
	float: left;
    width: 90%;
    margin: 10px 5%;
    overflow: hidden;
    padding: 0px;
}
.xplanbookext.redeem_section  .xplanbookext.redeem_picture img {
    height: 30px!important;
	padding: 0px 5px 10px 0px;
}

/* voucherflow mobile */

#container_103 .new_flow_mobile .flow_leftView .main_flow {
    float: left;
    width: 96vw;
}
#container_103 .new_flow_mobile.landscape .flow_leftView{
	margin:0px;
	padding:0px;
	background:transparent;
	border:none;
}

.new_flow_mobile.portrait #datefields.redeem_form_date.date_section{
	float:left;
	width:92%;
	background:var(--global--color-background);
}

.new_flow_mobile.landscape .xplanbookext.redeem_section{
	width:58%;
	background:var(--global--color-background);
}
.new_flow_mobile.landscape .flow_leftView #calendar_form #prodtime {
    width: 90%;
    clear: left;
}

.new_flow_mobile.landscape #datefields.redeem_form_date.date_section{
	float:right;
	width:36%;
	margin-left:1%;
	background:var(--global--color-background);
}

.new_flow_mobile .flow_leftView  .date_section  .ui-select{ 
	background:var(--global--color-background); 
}

.new_flow_mobile.portrait  .xplanbookext.redeem_section {
    float: left;
    width: 88%;
    background: var(--global--color-background);
}

.new_flow_mobile .new_flow_giftcards .new_flow_input_flowSelection{
	color: #000!important;
	background-color:var(--global--color-white);
	text-align: center;
}
input#input_giftcard{
	background-color:transparent!important;
}

.new_flow_mobile .xplanbookext.redeem_section  .flow_prodgroup{ 
	width:100%; 
}


/* grouplessons desktop main*/
.grouplessons_cart {
    width: 611px;
}
.grouplessons_main {
    position: relative;
    width: 826px;
}
.grouplessons_overview{
border:1px solid var(--global--color-border);
border-radius:var(--global--border-radius);
float:left;
padding:20px;
background-color:var(--global--color-white);
}
#grouplesson_flow_check  .newflow_confirmView{
background:none;
border:none;
width:95%;
}
.grouplessons_overview h2,
.grouplessons_overview h3{
    font: bold 16px arial;
    color: #666;
    padding: 0px 5px 15px 0px;
    border-bottom: 1px solid #dedede;
}
.grouplessons_overview #grouplesson_date_filter {
    font: italic 14px arial;
    padding: 3px;
    margin: 0px 2px;
    color: #666;
	width: 176px;
}
.grouplessons_overview tr {
    padding: 3px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.grouplessons_overview tr td,
.grouplessons_overview tr th{
	font:14px arial;
	color:var(--global--color-text);
	padding:4px;
	float:left;
}
.grouplessons_overview tr th{
font-weight:bold;
}
.grouplessons_overview tr .name { width: 115px;}
.grouplessons_overview tr .date { width: 75px;}
.grouplessons_overview tr .time { width: 35px;}
.grouplessons_overview tr .location { width: 112px;}
.grouplessons_overview tr .subscribe { padding: 4px 0px}

.grouplessons_overview  .xplanbookext.buttons,
.grouplessons_main .grouplessons_cart .xplanbookext.buttons,
.grouplessons_overview tr .subscribe button,
.grouplessons_book_popup button,
div#login_popup .xplanbookext.buttons{
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: var(--global--color-background);
    /*min-height: 20px;*/
    text-align: center;
    cursor: pointer;
    background-color: var(--button--color-background);
	border:1px solid var(--button--color-border);
    border-radius: var(--button--border-radius);
    font-weight: normal;
    min-width: 90px;
}

.grouplessons_overview  .xplanbookext.buttons:hover,
.grouplessons_main .grouplessons_cart .xplanbookext.buttons:hover,
.grouplessons_book_popup button:hover,
.grouplessons_overview tr .subscribe button:hover,
div#login_popup .xplanbookext.buttons:hover{
	background-color: var(--button--color-background-hover)!important;
}

/* grouplessons desktop rightmenu */
.grouplesson_rightmenu {
background-color:var(--global--color-white);
}
.grouplesson_rightmenu  .xplanbookext.cart.carttoggle{
	padding:10px;
	margin:0px;
	background-color: var(--global--color-primary);
	border:1px solid var(--global--color-border);
    border-radius:4px 4px 0px 0px;
	width: 160px;
} 
.grouplesson_rightmenu  .xplanbookext.cart.carttoggle:hover{
	background-color: #808080;
}
	
/* grouplessons desktop leftmenu */
.grouplessons_leftmenu {
    background: var(--global--color-background);
    border: 1px solid var(--global--color-primary);
    padding: 10px 10px 2px;
}
.grouplessons_leftmenu a{
    font: bold 14px arial!important;
    text-decoration: underline;
	color:var(--global--color-primary)!important;
}

/* grouplesspms desktop cart */
.grouplesson_rightmenu{
    margin-top: 30px;
    float: left;
    width: 172px;
}
.grouplessons_main .grouplessons_cart {
    position: absolute;
    top: 73px;
    width: 573px;
}
.grouplessons_main .grouplessons_cart .xplanbookext.slide {
    right:1px;
    width:600px;
    background-color: var(--global--color-background);
	padding:20px;
	border:1px solid var(--global--color-border);
	border-right:none;
}
.grouplessons_book_popup {
    float: left;
    font: 12px arial;
    color: #565656;
    padding: 20px;
	background-color:var(--global--color-white);
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
	border:1px solid var(--button--color-border);
}
.grouplessons_book_popup button {
    margin-right: 20px;
}

/* login steps */
.grouplessons_overview h1 {
    font: bold 16px arial;
    color: #666;
    padding: 13px 5px 15px 0px;
    border-bottom: 1px solid #dedede;
}
.grouplessons_overview .xplanbookext.hr {
	display:none;
}
.grouplessons_overview p{
    padding: 10px;
}
.grouplessons_overview [id^=xplanbookext_pass] {
	float:left!important;
	width:100%;
	margin:10px 0;
}
.grouplessons_overview [id^=xplanbookext_pass] a{
text-decoration:underline;
color:var(--global--color-primary);
}
.grouplessons_overview [id^=xplanbookext_pass] a:hover{
color:#565656;
}
.grouplessons_overview [id^=xplanbookext_login] div{
	float:left!important;
	width:100%;
	padding:30px 0px;
}
.grouplessons_overview .xplanbookext.choice {
    background: none;
    font: bold 16px arial;
    color: #565656;
}
.grouplessons_overview form{
    margin: 10px;
    border: 1px solid var(--global--color-border);
    padding: 20px;
    width: 720px;
	float:left;
}
.grouplessons_overview form .xplanbookext.forms td {
    width: 45%;
    float: left;
}
.grouplessons_overview form .xplanbookext.forms td  input{
	border: var(--form--border-width) solid var(--global--color-border);
}
.grouplessons_overview  form tr {
    padding: 3px 0;
    float: left;
    width: 100%;
    border-bottom: none;
}
/* payment overview*/
.grouplessons_overview .xplanbookext.prodlist{
	border:1px solid var(--global--color-border);
	padding:20px;
	margin:10px;
	width:720px;
}
.grouplessons_overview .xplanbookext.prodlist tr {
    margin: 0 20px 5px;
    width: 710px;
    border: none;
}
.grouplessons_overview .xplanbookext.prodlist tr  td{
	min-width:130px;
	padding:2px;
	color:#565656;
}
.grouplessons_overview .newflow_confirmView {
    float: left;
    padding: 15px;
    margin: 3px 0px;
    border-radius: var(--global--border-radius);
    border: none;
}
ui-input-text ui-body-inherit ui-corner-all ui-shadow-inset{
	height: 25px;
}

#newflow_dateselect {
    background-image: var(--icon--calendar);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 350px;
}
form#calendar_form img{
	display:var(--icon--calendar-org);
}

/* #flow_mainView.flow_mainView .flow_leftView.overview{
    background-color: pink!important;
} */

#subflow_popup div.new_flow_flowname span.neflow_name{
	color:#F00!important;
}