.codeshop-mainbox {
	font-family: arial;
	font-size: 15px;
	line-height: 1.475;
	max-width: 800px;
	min-width: 300px;
	background: #FFFFFF;
	border: none;
	box-shadow: 0px 0px 0 #ffffff;
	padding: 10px 0px;
	text-align: justify;
	color: #333333;
	position: relative;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-khtml-transition-duration: .3s;
}
.codeshop-row {
	margin: 0 10px 10px 10px;
}
.codeshop-table {
	display: table;
}
.codeshop-table-cell {
	display: table-cell;
	vertical-align: top;
}
.codeshop-table-cell-100 {
	width: 100%;
	padding-right: 10px;
}
.codeshop-blockchain-ok {
	text-align: center;
	padding: 10px 10px 15px 10px;
}

input.codeshop-input, input.codeshop-input:hover, input.codeshop-input:focus, input.codeshop-input:active {
	font-family: arial !important;
	font-size: 15px !important;
	font-weight: normal !important;
	color: #333333 !important;
	line-height: 48px !important;
	background: #FFFFFF !important;
	background-color: #FFFFFF !important;
	border: 1px solid #E8E8E8 !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0px !important;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	-khtml-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	padding: 0px 10px !important;
	height: 48px !important;
	max-height: 48px !important;
	min-height: 20px !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-spacing: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-khtml-box-shadow: none !important;
	-o-box-shadow: none !important;
	text-align: left;
}
input.codeshop-input-number, input.codeshop-input-number:hover, input.codeshop-input-number:active, input.codeshop-input-number:focus {
	text-align: right !important;
	width: 120px !important;
}
.codeshop-button, .codeshop-button:visited {
	font-family: arial !important;
	font-size: 17px !important;
	line-height: 48px !important;
	background: #0040C0;
	border: 1px solid #E8E8E8;
	min-width: 170px;
	white-space: nowrap;
	box-sizing: border-box !important;
	padding: 0px 20px !important;
	color: #FFFFFF !important;
	display: inline-block !important;
	text-decoration: none !important;
	text-align: center !important;
	text-shadow: 0 -1px 1px rgba(0,0,0,.25);
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-khtml-transition-duration: .5s;
	border-radius: 10px;
}
.codeshop-button:hover, .codeshop-button:active, .codeshop-button:focus {
	background: #003090;
	color: #FFFFFF !important;
}
.codeshop-button-small, .codeshop-button-small:visited, .codeshop-button-small:hover, .codeshop-button-small:active, .codeshop-button-small:focus {
	min-width: 0;
	line-height: 40px !important;
	padding: 0px 20px !important;
}
.codeshop-right {
	float: right !important;
}
.codeshop-left {
	float: left !important;
}
.codeshop-payment-selected br {
	display: none !important;
}
.codeshop-payment-seclector {
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	line-height: 48px !important;
	vertical-align: middle;
	position: relative;
	text-align: left;
	box-sizing: content-box;
}
/*.codeshop-payment-seclector img, .codeshop-confirmation-value img, .codeshop-payment-providers a img {
	vertical-align: middle;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border-width: 0px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-khtml-box-shadow: none !important;
	-o-box-shadow: none !important;
	width: auto !important;
}
.codeshop-payment-seclector img, .codeshop-payment-providers a img {
	margin: 0 0 0 20px !important;
}*/
.codeshop-payment-seclector span {
	float: right;
	color: #E8E8E8;
	font-family: arial !important;
	font-size: 17px !important;
	line-height: 48px !important;
	cursor: pointer;
	padding: 0 10px;
}
.codeshop-payment-providers {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	box-shadow: 2px 2px 0 #C0C0C0;
	max-width: 100%;
	position: absolute;
	left: -1px;
	display: none;
	overflow-y: hidden;
	overflow-x: hidden;
	max-height: 192px;
	z-index: 9999;
}
.codeshop-vertical-scroll {
	overflow-y: scroll !important;
}
.codeshop-payment-providers a, .codeshop-payment-providers a:visited {
	height: 48px;
	font-family: arial !important;
	font-size: 17px !important;
	line-height: 48px !important;
	display: block !important;
	text-decoration: none !important;
	text-align: left !important;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
.codeshop-payment-providers a:hover, .codeshop-payment-providers a:active {
	background-color: #F8F8F8 !important;
}
.codeshop-payment-selected {
	cursor: pointer;
	height: 48px;
	line-height: 48px;
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
div.codeshop-terms {
	height: 120px;
	overflow-y: scroll;
	border-radius: 3px;
	border: 1px solid #CCC;
	line-height: 1.5em;
	font-size: 0.8em !important;
	font-family: courier;
	padding: 0.2em 0.6em;
	margin-top: 5px;
	margin-bottom: 0px;
}
div.codeshop-terms::-webkit-scrollbar {
	width: 5px;
}
div.codeshop-terms::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
div.codeshop-terms::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.5);
}
.codeshop-description {
	font-family: arial;
	font-size: 15px;
	line-height: 1.475;
	text-align: justify;
}
.codeshop-description a, .codeshop-description a:visited {
	color: #21759b;
	text-decoration: underline !important;
}
.codeshop-description a:hover, .codeshop-description a:active, .codeshop-description a:focus {
	color: #21759b;
	text-decoration: none !important;
}
.codeshop-payment-selected {
	cursor: pointer;
}
.codeshop-payment-providers::-webkit-scrollbar {
	width: 5px;
}
.codeshop-payment-providers::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.codeshop-payment-providers::-webkit-scrollbar-thumb {
	background-color: darkgrey;
}
.codeshop-loading-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #FFFFFF;
	z-index: 10000;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity='50')";
	filter: alpha(opacity="50");
	display: none;
}
.codeshop-loading-spinner {
    background:#ffffff url(../images/spinner.gif) center center no-repeat;
	opacity: 0.5;
    height: 200px;
    z-index: 10000;
	position: absolute;
    width: 200px;
	bottom: 100px;
	left: 50%;
	margin: -100px 0 0 -100px;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-khtml-border-radius: 100px;
	-o-border-radius: 100px;
	display: none;
}
.codeshop-error {
	background: #E04000;
	padding: 10px 20px;
	color: #FFFFFF;
	margin: 0 10px;
	display: none;
}
.codeshop-confirmation {
	display: none;
}
.codeshop-confirmation-label {
	width: 200px;
}
.codeshop-confirmation-value {
	font-weight: 700 !important;
}
.codeshop-row-dashed {
	border-bottom: 1px dashed #E4E4E4;
}
.codeshop-narrow .codeshop-table, .codeshop-narrow .codeshop-table-cell {
	display: block !important;
}
.codeshop-narrow input.codeshop-input-number, .codeshop-narrow input.codeshop-input-number:hover, .codeshop-narrow input.codeshop-input-number:active, .codeshop-narrow input.codeshop-input-number:focus {
	margin-top: 10px !important;
	display: block !important;
	width: 100% !important;
}
.codeshop-narrow .codeshop-button {
	margin-top: 10px !important;
	display: block !important;
	width: auto !important;
}
.codeshop-narrow input.codeshop-input, .codeshop-narrow input.codeshop-input:hover, .codeshop-narrow input.codeshop-input:focus, .codeshop-narrow input.codeshop-input:active {
	line-height: 40px !important;
	height: 40px !important;
	max-height: 40px !important;
}
.codeshop-narrow .codeshop-payment-seclector {
	height: 40px !important;
	line-height: 40px !important;
}
.codeshop-narrow .codeshop-button, .codeshop-narrow .codeshop-button:visited, .codeshop-narrow .codeshop-payment-seclector span, .codeshop-narrow .codeshop-payment-providers a, .codeshop-narrow .codeshop-payment-providers a:visited {
	line-height: 40px !important;
}
.codeshop-center {
	text-align: center;
}
.codeshop-margin-top-10 {
	margin-top: 10px;
}
#codeshop-ready{width: 1px !important;}
.codeshop-checkbox {
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
	position: relative;
	border-radius: 0px;
	box-sizing: border-box;
	display: inline-block;
	background: #FFFFFF !important;
	background-color: #FFFFFF !important;
	border: 1px solid #E8E8E8 !important;
	vertical-align: bottom;
}
.codeshop-checkbox input[type=checkbox] {
	visibility: hidden !important;
	display: none !important;
	height: 0 !important;
}
.codeshop-checkbox label {
	cursor: pointer;
	position: absolute;
    left: 5%!important;
    top: 5%!important;
    bottom: 5%!important;
    right: 5%!important;
    width: 90%!important;
    height: 90%!important;
    margin: 0!important;
    padding: 0!important;
	font-size: 100% !important;
	font-family: arial !important;
}
.codeshop-checkbox label::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '\2713';
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 100px;
	font-weight: 900;
    font-size: 90% !important;
	line-height: inherit;
    text-align: center;
}
.codeshop-checkbox label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.codeshop-checkbox input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.codeshop-hide {
	display: none;
}
