@charset "UTF-8";
/* CSS Document */

body{
	background:#f1f5f9;
	}

h1{
	margin-bottom:30px;
	font-weight:700;
	font-size:22px;
	letter-spacing:-1px;
	color:#6b7984;
	}
	
#logo{
	width:169px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:30px;
	}
	
#timeline{
	margin-left: auto;
    margin-right: auto;
	display:block;
	margin-bottom:50px;
    max-width: 709px;
	}

#accountInfo{
	margin-left:auto;
	margin-right:auto;
}
	
#accountInfo .form-group.full{
	/* -- Help fight spam -- */
	display:none;
	}
	
#accountInfo #mobilewhy{
	margin-left:10px;
	font-size:17px;
	opacity:.7;
	}
	
#accountInfo .agree{
	font-size:12px;
	}
	
#accountInfo .btn-medium{
	float:right;
	margin-top:20px;
	min-width:150px;
	}
	
.tooltipbox_green{
	z-index:9999999999;
	color:#FFF;
	letter-spacing:0px;
	border:none;
	background-color:#27ae60;
	background:#27ae60;
	}

.tooltipbox_green .arrow, .arrow_green {
	border-top:20px solid #27ae60;
	}
	
.tooltip_green {
	height:18px;
	width:18px;
	background:none;
	overflow:hidden;
	cursor:pointer;
}
.register-container{
	min-height: 730px;
}

@media all and (max-width: 768px) {
	#logo{
		margin-top:10px;
		margin-bottom:20px;
		width:120px;	
	}
	
	#timeline{
    display:none;
	}
	
	#accountInfo{
	text-align:center;
	}
	
	#accountInfo #mobilewhy{
	display:none;
	}
	
	#accountInfo .agreeCheck{
	margin-bottom:20px;	
	}
	
	#accountInfo .agree{
	text-align:left !important;
	}
	
	#accountInfo .btn-medium{
	float:none;
	margin-top:40px;
	min-width:250px;
	}
}

@media all and (max-width: 992px) {

}

@media all and (max-width: 1200px) {


}

.uploadImage .form-group{
    border-image: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c8cdd1;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 10px;
    min-width: 100px;
    width: 100%;
    height: 34px;
    color: #6B7984;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: #fbfbfb;
}
.uploadImage .form-group #uploadImageBox input[type=file] {
    /*position: absolute;*/
    margin-top: -5px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

/*------------- footer ---------------------------*/

#footer {
	clear: both;
	padding: 10px 0;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#footer.goNative {
	display: none;
}

#footer #footerContent {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	opacity: .7;
}

#footer #footerContent #copyright {
	font-size: 12px;
	float: left;
}

#footer #footerContent #footerShortcode {
	font-size: 12px;
	float: right;
}

#footer #footerContent #toggleDesktopDashboard {
	margin-top: 40px;
	display: block;
	text-align: right;
}

.panel {
	position: inherit;
	width:75%; 
	min-height:500px;
    left: 50%;
    transform: translateX(-50%);
}

/* Hide all steps by default: */
.tab {
	animation: fadeIn ease 0.5s;
	min-height: 500px;
	display: none;
  }
  
  /* Make circles that indicate the steps of the form: */
  .step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	margin-top: 8px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
  }
  
  /* Mark the active step: */
  .step.active {
	opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  .step.finish {
	background-color: #6bc9e8;
  }

  .switch {
	top: 5px;
	margin-left: 10px;
	position: relative;
	display: inline-block;
	width: 30px;
	height: 17px
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch input:checked+.slider {
	background-color: #2196F3;
}

.switch input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}

/* Rounded sliders */
.switch .slider.round {
	border-radius: 34px;
}

.switch .slider.round:before {
	border-radius: 50%;
}

.tab .licenseNote{
	color:#C4332D;
	font-weight:700; 
	font-size:12px;
	font-style: italic;
}