@media (max-width: @screen-xs) {
	body{font-size: 10px;}
}

@media (max-width: @screen-sm) {
	body{font-size: 14px;}
}

.cp_placeholder  {
	font-size: 0.9rem!important;
}

.cp_placeholder_active  {
	font-size: 65%!important;
	padding-left: 22px!important;
	margin-top: -0.25rem!important;
}

.select_span {
    font-size: 0.7rem!important;
    top: 4px;
    text-transform: uppercase;
    letter-spacing: .8px;
    line-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 65% !important;
}

.licence-label {
	max-width: 60%;
}

#wizard {
	top: 0;
	position: relative;
	border: 1px solid #ccc;
	padding: 0px 2rem 2rem 2rem;
	background:#f0f0f0!important;
}

.card-header {
	background:#f0f0f0!important;
	font-size: 1.4em;
}

.card {
	border: none;
}
  
#wzd-content {
	background:#f0f0f0!important;
}

.btn-wzd {
	font-size: 2em;
	color: #000;
}

#wzd-nav {
	position:absolute;
	top:0;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

#nav-controls {
	position:absolute;
	max-width: 100%;
	height: 100%;
}


.progress-steps {
	height: 3px;
	margin: auto .25rem 1rem .25rem;
	padding: 0;
	text-align: center!important;
	background-color: #999;
	color: #999;
}

.progress-steps div {
	margin-top: -1.5rem;
}

.current-step {
	background-color: #000!important;
	color: #000!important;
}

.form-text {
	position: relative;
	margin-top:-0.2rem!important;
}

.input-group-prepend {
	width: 30%;
}

.input-group-text {
	width: 100%;
}

.onoffswitch {
	width: 80%;
	min-width: 76px;
	height: 2rem;
}

.onoffswitch-inner:before {
	content: "YES"!important;
}

.onoffswitch-inner:after {
	content: "NO"!important;
}
