body.debug{
	/* visibility: visible; */
}

/* 
 * This CSS-file is for the Resurs Banken integration 
 * - Booking - Payment window (.atstep4-resursbanken) 
 * shared on tablet and desktop (no media queries here!)
 */

.bookingbox.rbsteps{
	float:left;
	clear:both;
}

.rbstep{
	float:left;
}

.rbstep-help,
.rbstep-option{
	width:96%;
	padding-left:2%;
	padding-right:2%;
}

.rbstep-method{
	width:40%;
	padding-left:2%;
	padding-right:2%;
}

.rbstep-details,
.rbstep-completion{
	width:24%;
	padding-left:2%;
	padding-right:2%;
}

/* STEP - OPTION (Desktop) */


/* STEP - METHOD (Desktop) */
.rbstep-method-list .rbstep-item-label,
.rbstep-method-list .rbstep-item-desc{
	/* box-sizing:border-box; */
	float:left;
	width:75%;
}

.fixedWidthSiteVersion .rbstep-method-list .rbstep-item-label{
	/* box-sizing:border-box; */
	width:70%;
}

.rbstep-method-list .rbstep-item-icon{
	float:right;
	width:25%;
}

.rbstep-method-creditcard .rbstep-item-label,
.rbstep-method-creditcard .rbstep-item-desc,

.rbstep-method-directpaybank .rbstep-item-label,
.rbstep-method-directpaybank .rbstep-item-desc{
	width:50%;
}

.rbstep-method-creditcard .rbstep-item-icon,
.rbstep-method-directpaybank .rbstep-item-icon{
	width:50%;
}

.rbstep-method-creditcard .rbstep-item-image{
	/* box-sizing:border-box; */
	max-width:33.333%;
	min-width:50px;
}

.rbstep-method-directpaybank .rbstep-item-image{
	/* box-sizing:border-box; */
	max-width:50%;
	min-width:80px;
}

.rbstep-method-list .rbcompanycardoption{
	width:auto;
	float:none;
	clear:both;
}

/* STEP - DETAILS (Desktop) */

/* STEP - COMPLETION (Desktop) */

.rbstep-completion-list .key,
.rbstep-completion-list .value{
	float:left;
	width:50%;
}

.rbstep-completion-total .key,
.rbstep-completion-total .value{
	float:none;
	display:block;
	display:inline-block;
	vertical-align:bottom;
}

