/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
	line-height: 1.0;
}

.form-wrapper {
	padding: 20px;
	max-width: 660px;
}

.step-header {
	margin-top:40px;
	
	margin-bottom: 40px;
}
.step-header h2 {
	font-size: 26px;
	color: #219df0;
}
.step-header h3 {
	font-size: 24px;
}

.step-form {
	line-height: 1.4em;
}

.step-form p.form-desc {
	
}

.input-group {
	padding-bottom: 30px;
}

.input-toggle {
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 25px;
}
.input-toggle .input-group {
	padding-bottom: 5px;
}

.input-group label {
	color:#656565;
	
	text-transform: uppercase;
	font-size:14px;
}

#step3 .input-group label {
	padding-bottom: 1px;
	display: block;
	color:#666;
	
}

.input-group input:active,
.input-group input:focus,
.input-group select:focus,
.input-group select:active,
.next_bttn,
.prev_bttn {
	outline: none;
}

.input-group input[type="text"],
.input-group input[type="number"] {
	border:none;
	border-bottom: 1px solid #444;
	text-align: center;
	font-size: 28px;
	color: #219df0;
	
	padding: 0;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
}
.input-group input[type="text"] {
	text-align: left;
	color:#000;
	width: 100%;
	line-height: 28px;
	font-size:16px;
}
#step3 .input-group input[type="text"] {
	width: 100%;
}
.input-group input[type="text"]:focus,
.input-group input[type="text"]:active,
.input-group input[type="number"]:focus,
.input-group input[type="number"]:active {
	border-color: #219df0;
}

select {
	-webkit-appearance: button;
	-moz-appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-padding-end: 20px;
	-moz-padding-end: 20px;
	-webkit-padding-start: 2px;
	-moz-padding-start: 2px;
	background-color: #fff;
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #444;
	border-radius: 6px;
	box-shadow: none;
	color: #555;
	font-size: inherit;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 50px 10px 20px;
	margin-top: 10px;
	/*background: url('../img/arrow-bottom.png') no-repeat right center;*/
}



.checkbox input[type="checkbox"] {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.checkbox label {
	position: relative;
	cursor: pointer;
	
}

.checkbox label:before {
	content:'';
	-webkit-appearance: none;
	background-color: transparent;
	border: 3px solid #219df0;
	width: 14px;
	height: 14px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 12px;
	border-radius: 4px;
	top:-4px;
	font-size:18px;
}

.checkbox input[type="checkbox"]:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: -4px;
	left: 9px;
	width: 6px;
	height: 14px;
	border: solid #000000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	
}


#step3 .checkbox label.small {
	font-weight: normal;
	font-size: 12px;
}

.next_bttn,
#add_discount_bttn {
	background: #219df0;
	border:none;
	padding: 20px 40px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}


#add_discount_bttn {
	padding: 10px 40px;
	border-radius: 6px;
}

.next_bttn:hover,
#add_discount_bttn:hover {
	background: #219df0;
}
.next_bttn:active,
#add_discount_bttn:active {
	background: #219df0;
}

.prev_bttn {
	background: #656565;
	border:none;
	padding: 20px 40px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	
	cursor: pointer;
}
.prev_bttn:hover {
	background: #c1c1c1;
}
.prev_bttn:active {
	background: #d1d1d1;
}

.mb-2 {
	margin-bottom: 1em;
}

div#error_msg,
#invalid_discount_box,
#invalid_params_box {
	border-radius: 6px;
	padding: 6px 20px;
	margin: 10px 0 20px;
	box-sizing: border-box;
	box-shadow: inset 0 0 2px #219df0;
	border-style: solid;
	border-color: #f00;
	border-width: 2px;
	font-size: 14pt;
	background-color: #c10000;
	color: #ffffff;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left:-15px;
	margin-right:-15px;
	box-sizing: border-box;
}
.row:before,
.row:after {
	display: table;
    content: " ";
}
.row:after {
	clear: both;
}
.col {
	position: relative;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
	float: left;
}

#discount_box.row {
	align-items: flex-end;
}

#privacy_box .checkbox label:before {
	position: absolute;
	left:0;
	top:1px;
}
#privacy_box .checkbox input[type="checkbox"]:checked + label:after {
	top:1px;
}
#privacy_box .checkbox label {
	font-weight: normal;
	padding-left:30px;
	position: relative;
	display: block;
}


@media only screen and (max-width: 600px) {
	.form-wrapper {
		max-width: 100%;
	}
	.col {
		width: 100%;
		float: none;
	}
	.col.input-group label {
		width: 100%;
		display: block;
	}
}

@media only screen and (max-width: 600px) {
	.prev_bttn,
	.next_bttn {
		display: block;
		width: 100%;
		margin: 10px 0;
	}
}