@media only screen and (max-width: 576px) {
	.cp-hideonmobile {
		display:none;
	}
	.cp-register-heading {
		font-size: 16px;
		vertical-align: bottom;
		padding-top:15px;
		padding-bottom: 15px;
	}
}
@media (min-width: 576px){
	.cp-col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.cp-login{
	text-decoration: none !important;
	cursor:pointer !important;
}
.cp-header-text{
	color: #333;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	display: block;
}
.cp-img-style{
	border: none !important; 
	background: none !important; 
	padding: 0px !important; 
	max-width: 100% !important;
    vertical-align: middle !important;
}
.cp-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	box-sizing: border-box;
}
.cp-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	box-sizing: border-box;
}
.cp-container {
	position:relative;
	background-color: #fff;
	margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333 !important;
    text-align: left;
	width: 100%;
    margin-right: auto;
    margin-left: auto;
	box-sizing: border-box;
}
.cp-form-control {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: #fff !important;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    max-width: 100%;
    padding: 10px 15px !important;
    width: 90%;
    font-size: 14px !important;
	
}
.cp-reg-img {
	margin-top: -5px;
	width:35px;
	height:35px;
	display: inline;
}
.cp-register-heading {
	font-size: 24px;
	text-align: center;
	background-color: #1A365B;
	color: white;
	font-weight: 500;
	vertical-align: middle;
	padding:8px;
}
.cp-reg-form {
	background-color: #e7eaeb;
	padding-top: 5px;
	width: 100%;
}
.cp-cursor{
	cursor:pointer;
}
.cp-text {
	font-size: 12px;
	line-height:25px;
}
.cp-checkbox {
    margin-right: 5px;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #AAA;
}
.cp-green-text {
	color: #090 !important;
}
.cp-red-text {
	color: #900 !important;
}
.cp-blue-text {
	color: #49819a !important;
}
.cp-whatsapp {
	display:inline-block;
	width:20px;
	height:20px;
	background-image: url("../img/cp-whatsapp.png");
	background-size: 100% 100%;
	vertical-align: middle;
}
.cp-signup-button {
	color: #ffffff;
	border: none;
	padding: 15px 25px;
	font-size: 20px;
	cursor: pointer;
	border-radius: 5px;
	text-decoration: none !important ;
}
.cp-signup-button-green{
	background-color: #4CAF50 !important;
}
.cp-signup-button-green:hover{
	opacity: 0.8;
	background-color: #4CAF50 !important;
}
.cp-signup-button-orange{
	background-color: #e76435 !important;
}
.cp-signup-button-orange:hover{
	opacity: 0.8;
	background-color: #e76435 !important;
}

.cp-service-block {
	font-size:14px;
	margin-bottom:10px !important;
}
.cp-service-row {
	cursor: pointer;
	vertical-align: middle;
}
.cp-service-row a {
	text-decoration: none;
	margin-left:4px;
	font-size:16px;
}

.cp-textbox{
	font-size:14px !important;
	height:auto !important;
}
.cp-ts-sel{
	background-color: #229d4a !important;
}
.cp-form-group {
	margin-bottom: 5px !important;
}

input {
	padding: 10px;
	font-size: 17px;
	border: 1px solid #aaaaaa;
}
input.invalid {
	background-color: #ffdddd;
}
.tab {
	display: none;
}



#prevBtn {
	background-color: #e76435;
}

.cp-step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}

.cp-step.active {
	opacity: 1;
}
.cp-step.finish {
	background-color: #4CAF50;
}

.cp-mask{
	position: absolute;
	top:0px;
	bottom:0px;
	left:15px;
	right:15px;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index:5;
}
.cp-mask-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
}
.cp-mask-box > div {
	position:relative;
	width:70%;
	background-color:#FFF;
	box-shadow: 5px 10px #888888;
	border-radius: 8px;
	-webkit-box-shadow: 10px 11px 21px -6px rgba(0,0,0,0.71);
	-moz-box-shadow: 10px 11px 21px -6px rgba(0,0,0,0.71);
	box-shadow: 10px 11px 21px -6px rgba(0,0,0,0.71);
	text-align:center;
	padding:15px;
	font-size:18px;
}
.cp-mask-box-loader {
	height:200px;
}
.cp-mask-box-reader {
	text-align:left !important;
}
.cp-mask-box-reader > span {
	font-size:14px;
}
.cp-mask-box-reader > hr {
	margin: 15px auto;
}

.cp-mask-box span {
	font-size:14px;
}
.cp-mask-content{
	text-align:left;
	font-size:12px;
}
.cp-bold{
	font-weight:bold;
}
.cp-center {
	text-align: -webkit-center;
}

#cp-plugin-container {
	/*letter-spacing: 0.5px;*/
	border: solid 1px #192846;
	background-color: #fff;
}

.cp-time-cell {
	position: relative;
	display: block;
	padding: 15px;
	margin-bottom: 5px;
	color: #fff;
	background-color: #4a8098;
	text-decoration: none;
	font-size: 14px;
	border-radius: 6px;
	cursor: pointer;
	text-align: center;
}

.cp-time-cell:hover {
	background-color: #1A365B;
}
.cp-time-cell:focus {
	background-color: #229d4a !important;
}

.cp-logo {
	padding-top:20px;
	width:250px;
	height:75px;
	background-image: url("../img/cplogo.png");
	background-size: 100%;
}
.cp-field-text {
	margin-top:-4px;
	display: inline;
    padding: 5px 5px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}


/*
DONKER BLOU: #1a365b
LIGTER BLOU: #4a8098
GROEN: #229d4a
*/
.cp-small{
	font-size:14px !important;
}
.cp-bg-dark-blue{
	background-color: #1a365b !important;	
}
.cp-bg-light-blue{
	background-color: #4a8098 !important;
}
.cp-bg-green{
	background-color: #229d4a !important;
}
.cp-bg-danger {
    background-color: #FB6B5B !important;
    color: #FFFFFF;
}
.cp-bg-warning {
    background-color: #f0ad4e !important;
	color: #FFFFFF;
}
.clear5 {
    clear: both;
    height: 5px;
}
.clear10 {
    clear: both;
    height: 10px;
}
.clearfix {
    clear: both;
}
.cp-hidden {
	display:none;
}
.cp-green-text {
	color: #090 !important;
}
.cp-red-text {
	color: #900 !important;
}
.cp-blue-text {
	color: #49819a !important;
}
.cp-field-error {
	color: #CC0000 !important;
	border: 2px #CC0000 solid !important;
}
.cp-field-passed {
	border: 2px #00CC00 solid !important;
}
.cp-field-success {
    color: #00B13C !important;
	border: 2px #00B13C solid !important;
}
.cp-time-cell {
    position: relative;
    display: block;
    padding: 15px 15px;
	margin-bottom: 5px;
	color: #FFF;
	background-color: #4a8098;
    text-decoration: none;
	font-size:16px;
	border-radius: 6px;
	cursor:pointer;
	text-align:center;
}
.cp-time-cell:hover, .cp-time-cell:focus {
	background-color:#1a365b;
	color: #FFF;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.cp-loader::after {
  content: "";
  position: absolute;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #4a8098 #4a8098;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  animation: 2s linear 0s normal none infinite running spin;
  filter: drop-shadow(0 0 2 rgba(0, 0, 0, 0.33));
}