#divPaypal {
	display: none;
}

.nordiccard .csc-default {
	background-color: #FFF;
	border: 0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
	color: rgb(51, 51, 51);
}

.nordiccard .star {
	color: red !important;
	font-size: 1.1em;
	vertical-align: top;
}

.nordiccard .center {
	text-align: center;
}

#pay1, #pay2, #pay3, #pay4 {
	display: none;
}

#showResult {
	display: none;
}

#smart-button-container11 {
	display: none;
}

#smart-button-container21 {
	display: none;
}

#smart-button-container31 {
	display: none;
}

.nordiccard .radios .radio {
	padding: 10px 0 0 10px;
	background-color: #bababa;
	display: inline-block;
	width: 100%;
	height: 100px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
}

.nordiccard .radios input[type=radio] {
	display: none !important;
}

.nordiccard .radios input[type=radio]:checked+.radio {
	background-color: #0057A2;
	color: #FFF;
}

.nordiccard .radios input[type=radio]:checked+.o1 {
	background-color: #7A7A7A;
	color: #FFF;
}

.nordiccard .radios input[type=radio]:checked+.o2 {
	background-color: #C51718;
	color: #FFF;
}

.nordiccard .radios input[type=radio]:checked+.o3 {
	background-color: #9AC978;
	color: #FFF;
}

.nordiccard .radios input[type=radio]:checked+.o4 {
	background-color: #428bca;
	color: #FFF;
}

#dlpdf {
	border-radius: 4px;
	background-color: #f44336;
	color: white;
	padding: 8px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

#dlpdf:hover, #dlpdf:active {
	background-color: red;
}

#nordiccard-pg, #nordiccard-firma {
	display: none;
}

.nordiccard input:invalid, .nordiccard select:invalid {
	background-color: #ffeeee;
	border: 1px dotted #ffaaaa;
}
.nordiccard select:invalid > option:not(:first-child) {
	background-color: white;
}
