.bnavblock {
  margin-top: 50px;
}
.bnavblock .lspace {
  /*padding-left: 15px;*/
}
#content {
  font-family: 'ProximaNova-Regular';
  font-size: 18px;
  min-height: 800px;
}
#content, #content input, #content select, #content button {
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
}
#content button {
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  color: #003eab;
}

form h3 {
  color: #003eab;
}

.form-control {
    border-radius: 0px;
}
.content{
	margin-top: 0px;
}
.red{
	color: #ff0000;
}
.form-control-feedback{
	right: 10px;
}
input.error {
	border: 1px solid #ff0000;
}
label.error {
	color: #ff0000;
	font-weight: normal;
}
.form-control-file {
	display: none !important;
}
.btn {
	outline: none !important;
	font-weight: bold;
    border-radius: 0px;
}

.loadfile {
	padding: 2px 10px 2px 10px;
}

.form-group label {
    text-align: left !important;
}

.form-group table {
	width: 100%;
}

.form-group table th {
	padding: 0px 15px 15px 0;
}

.form-group table td {
	padding: 0px 15px 15px 0;
}

.form-group table td:last-child {
	padding: 0px 0px 15px 0;
}

.glyphicon-remove {
	color: #003eab;
	cursor: pointer;
}

.form-horizontal .personal {
	padding: 0px;
}

.form-horizontal select {
	cursor: pointer;
}

#addline {
	margin-top: 15px;
	padding: 2px 10px 2px 10px;
}

.centercheck {
	display: flex;
	justify-content: center;
}

.centercheck .textconf {
    text-align: center;
}

.centercheck a {
	color: #333333;
	text-decoration: underline;
}

.centercheck input {
	cursor: pointer;
	margin-right: 5px;
}

.sendformbtn {
	padding: 10px 20px 10px 20px;
	margin-top: 15px
}

.removeright {
	text-align: right;
}




