.kassa_panel {
	display:inline-block; 
	width:32%;
	vertical-align: top;
	margin-left: 5px;
}

.kassa_panel_header {
	display:inline-block;
	font-size: 14pt;
	width:100%;
}

.kassa_panel_box {
	display:inline-block;
	width:100%;
	border-style: solid;
    border-width: thin;
    border-color: #cccccc5c;
}

.kassa_radio {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}

.kassabutton {
	display:inline-block;
	float:right;
	font-family: Verdana, Helvetica, Arial;
    background:#00a90c;
    text-decoration:none;
    color:#ffffff;
	line-height: 20px;
    font-size:15px;
    font-weight:bold;
    padding:3px 5px;
    border:1px solid #aaa;
    border-radius:3px;
    cursor:pointer;
    vertical-align:middle;
    text-align:center;
}

.kassaterug  {
	display:inline-block;
	float:left;
	font-family: Verdana, Helvetica, Arial;
    background:#8e8e8e;
    text-decoration:none;
    color:#ffffff;
	line-height: 20px;
    font-size:15px;
    font-weight:bold;
    padding:3px 5px;
    border:1px solid #aaa;
    border-radius:3px;
    cursor:pointer;
    vertical-align:middle;
    text-align:center;
}

.kassa_input {
	display:inline-block;
	font-size: 10pt;
	color: #c0bcbc;
	line-height: 25px;
	width: 100%;
	border-width: 1px;
}

.kassa_txt {
	height: 5em;
	resize: none;
}

.kassa_label {
	display: inline-block;
    width: 100%;
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    padding-top: 15px;
}

.kassa_input_obj {
	display: inline-flex;
    justify-content: space-between;	
	width:100%;
}

.kassa_txt_afleveradres {
	font-size: 12pt;
	font-weight: bold;
	color: #6dbee9;
}

.kassa_foutpostcode {
	display: none;
	float: left;
	width: 91%;
	margin-bottom:15px;
	font-size: 10pt;
	font-weight: bold;
}

.kassa_stap3_links {
	display:inline-block; 
	width:47%; 
	margin-right:20px; 
	float:left; 
	border-right: 2px dashed #6dbee9;
}

.kassa_stap3_rechts {
	display:inline-block;
	width:47%; 
	float:left;
}


@media screen and (max-width: 680px) {

	.kassa_foutpostcode {
		margin-left:0px;
		margin-top: 15px;
	}

	.kassa_label {
		height: 20px;
		padding-top: 0px;
		margin-bottom: 0px;
		margin-top: 10px;
		font-weight: bold;
		text-align: left;
	}
}

.ul_kassa_steps {
    float: center;
    padding: 0px;
    width: 100%;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
}

.ul_kassa_steps_item {
    display: inline;
	float: left;
    width: 18%;
    margin-left:0px;
    margin-right:0px;
    background-color: #d5d5d5;
    color: #ffffff;
}

.ul_kassa_steps_active {
    display: inline;
	float: left;
    width: 18%;
    margin-left:0px;
    margin-right:0px; 
    background-color: #6dbee9;
    color: #ffffff;
}

.ul_kassa_steps_spacer {
    display: inline;
	float: left;
    width: 2%;
    margin-left:0px;
    margin-right:0px; 
    background-color: #ffffff;
    color: #ffffff;
}

.payment_container {
	display: none;
	float: left;
	width: 100%;
	line-height: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	cursor: pointer;
}

.payment_logo {
	display: inline;
	float: left;
	width: 50px;
	/*zoom: .8;
	-moz-transform: scale(0.8);	*/
}

.payment_text, .payment_text_voorruit {
	display: inline;
	font-size: 12pt;
	float: left;
}

.payment_button {
	display: none;
	float: right;
	margin-right: 10px;
	margin-top: 25px;
}

.payment_input {
	display: none;
	float: left;
	clear: both;
	margin-left: 10px;
	margin-bottom: 20px;
	line-height: 20px;
}


.korting_container {
	display:inline-block;
}

.korting_link_on {
	display:inline-block;
}

.korting_bon_ingevoerd {
	display: none;
}

.korting_bon_form {
	display: inline-block;
}

@media screen and (max-width: 450px) {
	.kassa_stap3_links {
		width:95%;
		border-right: 0px;
		border-bottom: 2px dashed #6dbee9;
		margin-bottom: 20px;
	}
	
	#btn_bestel_doorgaan:link, #btn_bestel_winkelen:link {
		float: none;
		width: 95%;
		margin-bottom: 15px;
    }
}

@media screen and (max-width: 400px) {
	.payment_text_voorruit {
		font-size: 11pt;
	}
}

@media screen and (max-width: 670px) {
	.ul_kassa_steps {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.kassa_panel {
		width:90%;
		margin-left:5%;
		margin-bottom:20px;
	}
}
