@CHARSET "UTF-8";

html.with-bottom-navbar {
	position: relative;
	min-height: 100%;
}

body.with-top-navbar {
  padding-top: 75px;
}

body.with-bottom-navbar {
	margin-bottom: 85px;
}
.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(17, 101, 156);
    border-color: rgb(42, 136, 189);
}
.btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(37, 121, 169);
    border-color: rgb(31, 100, 139);
}
.btn-primary:disabled {
    background-color: rgb(17, 101, 156);
    border-color: rgb(42, 136, 189);
    pointer-events: none;
}
a:link, a:visited {
	text-decoration: none;
}
p{
	color: #000;
	margin-bottom: 0;
}
input.inputError {
	background-position: 99%;
}
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}
.indentityDetailsId .form-field{
	display: flex;
}
.indentityDetailsId .label-wrapper{
	width: 35%;
	text-align: right;
	padding-right: 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.indentityDetailsId .input-wrapper{
	width: 60%;
}
.guest-wrapper{
	padding-top: 20px;
}
.registration input[type=checkbox] {
    transform: scale(1.5);
}
#displayEmail{
	width: 70%;
	height: 2rem;
	background: #dde6f1;
	border-radius: 5px;
	margin-bottom: 20px;
}
.clear-fix{
	clear: both;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 20px;
}
.panel-primary {
  border-color: #11659C;
}
.account-fee{
	border: 1px solid rgb(37, 121, 169);
	background: #dde6f1;
	height: 2.5rem;
	border-radius: 5px;
}
.registration li a{
    color: #11659C;
    text-decoration: none;
}
.registration .nav-pills .nav-link.active,.registration .nav-pills .show>.nav-link, .registration a.active{
	 color:#fff !important;
	 background-color:#11659C !important;
}
.registration li.nav-link.active a{
	 color:#fff !important;
}
.registration li.nav-link.disabled a{
	 color:rgba(0,0,0,.3) !important;
}
.info-container {
	border: 1px solid rgb(37, 121, 169);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

/* START : Accordion */
.accordion{
	width: 100%;
	min-width: 340px;
    margin:0 auto; 
}
.accordion h3{
    width:100%;
    height:auto;
    color:white;
    background:rgb(31,104,150);
    padding:10px;
    border:1px solid rgb(31,104,150);
    margin-top:10px;
    margin-bottom: 0;
    font-size:15px;
    text-align:left;
}
.accordion h3 + div{
    border:1px solid rgb(31,104,150);
    height:auto !important;
}
/* END : Accordion */

@media screen and (max-width: 768px){
	.registration-page-wrapper .content-wrapper{
		width: 95%;
		min-width: 320px;
	}
	.nav{
		flex-direction: column;
	}
	.indentityDetailsId .form-field{
		flex-direction: column;
	}
	.indentityDetailsId .form-field .label-wrapper{
		width: 100%;
		text-align: left;
	}
	.indentityDetailsId .form-field .input-wrapper{
		width: 100%;
		padding-bottom: 10px;
	}
	#accordionStep1 #accountTypeId{
		width: 80%;
	}
}
 #accountTypeId{
 	width: 60%;
 }

.content-wrapper{
	width: 40%;
	margin: 0 auto;
	max-width: 620px;
	min-width: 620px;
}
.panel-body{
	background: #fff;
}
.accordion-button-wrapper{
	margin-top: 20px;
}
