#formBlock {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.form-subheader
{
	background-color: transparent !important;
	color: #2e76a2;
    margin: 0 0 .5em;
    text-transform: uppercase;
    color: #2e76a2;
    padding: 0px;
}

.formLine
{
	padding-left: 0px;
	margin-top: 5px;
}

.formLabelAlign
{
	width: 20%;
}

.col-sm-9
{
	width: 100%;
	max-width: 100%;
	flex: 100%;
}
.col-sm-3
{
	width: 100%;
	max-width: 100%;
	flex: 100%;
}
.form-control
{
	border-radius: 5px !important;
}
#documentpath1_labelcontainer,#documentpath1_elementcontainer,#documentpath2_labelcontainer,#documentpath2_elementcontainer,#documentpath3_labelcontainer,#documentpath3_elementcontainer
{
	width: 100%;
}
#documentpath1_labelcontainer,#documentpath2_labelcontainer,#documentpath3_labelcontainer
{
	margin-top: 15px;
}
#documentpath3_elementcontainer
{
	margin-bottom: 15px;
}
.captchaContain
{
	margin-bottom: 15px;
}
.form-control {
    border: 1px solid #ddd !important;
}
#documentpath1_display,#documentpath2_display,#documentpath3_display
{
	width:69.5% !important;
	border-top-left-radius: 0px  !important;
	border-bottom-left-radius: 0px  !important;
}
.formUploadButton
{
	width:29.5% !important;
    height: auto;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.elementBox
{
	padding: 0px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
#agree_labelcontainer>label
{
	font-weight: 500 !important;
}
#agree_labelcontainer>label:before
{
	content:" Disclaimer and Limitation of Liability: ";
	font-weight: bold;
}
.alert
{
	float: left;
	position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: 100% !important;
}	

.alert-success
{
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger
{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.content
{
    float: left;
}
