.breadcrumb {
    float: right;
}
.view_details_page .form-control[readonly] {
	background:white !important;
}
.file-input{
    padding:3px;
}

.tab-pane{
    padding:0px;
}

.required_label:after {
    color: #e32;
    content: ' *';
}

.image{
    max-width: 100%;
}

.inline{
	display:inline
}
.member-registration-form h2{
	text-align:center;
}
.member-form{
	box-shadow: 0px 0px 5px #bdbdbd;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
	margin-top:30px;
}
label{
	font-weight:bold;
}
#other_race{
	display:none;
}
.register_success_page .align-center{
	text-align:center;
}
.register_success_page .align-center img{
	width:25%;
	height:auto;
}
.alert-danger p{
	margin-bottom:0px !important;
}
.member-registration-form .alert-danger{
	margin-top:15px;
}
.member-form{
	margin-bottom:25px;
}
.tnc{
	height: 150px;
    overflow: auto;
}
.gp_children_view_sc{
	min-height:100px;
	height:auto;
	
    width: 100%;
   
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.text-align-center{
	text-align:center !important;
}

.member-form .form-control:disabled{
	background-color:white !important;
}
.red-text{
	color:red;
}

.fit {
    white-space: nowrap;
    width: 1%;
}