.ohi-wrap .table > tbody > tr > td, 
.ohi-wrap .table > tbody > tr > th, 
.ohi-wrap .table > tfoot > tr > td, 
.ohi-wrap .table > tfoot > tr > th, 
.ohi-wrap .table > thead > tr > td, 
.ohi-wrap .table > thead > tr > th {
	text-align: left;
}

.ohi-help-tooltip {
	display: inline-block;
	cursor: pointer;
	position: relative;
	width: 20px;
	height: 20px;
}

.ohi-help-tooltip-icon {
	background-color: #afbcc2;
	border-radius: 20px;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.ohi-help-tooltip-content {
	background-color: #88ccd7;
	border: 1px solid #5095a0;
	color: #ffffff;
	font-size: 13px;
	line-height: 130%;
	padding: 10px;
	display: none;

	position: absolute;
	top: 0;
	left: 25px;
	width: 260px;

	z-index: 1000;
}
.ohi-help-tooltip:hover .ohi-help-tooltip-content {
	display: block;
}


.ohi-steps {
	text-align: center;
	margin-bottom: 40px;
}
.ohi-steps > .ohi-step {
	background-color: #88ccd7;
	border-radius: 55px;
	color: #ffffff;
	display: inline-block;
	font-family: "alternategotno1dregular",sans-serif;
	font-size: 36px;
	text-align: center;
	line-height: 55px;
	height: 55px;
	width: 55px;

	margin-left: 36px;
	position: relative;
}
.ohi-steps > .ohi-step:first-child {
	margin-left: 0;
}
.ohi-steps > .ohi-step.active {
	background-color: #35a7ba;
}
.ohi-steps > .ohi-step:hover {
	background-color: #88ccd7;
}
.ohi-steps > .ohi-step:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #88ccd7;

	position: absolute;
	top: 27px;
	left: -40px;
}
.ohi-steps > .ohi-step:first-child:before,
.ohi-steps > .ohi-step > .ohi-step-label {
	display: none;
}


.ohi-step-container {
	border: 3px solid #88ccd7;
	padding: 30px 15px;
}

.ohi-step-container .row {
	margin-right: -15px;
	margin-left: -15px;
}

.ohi-step-content-footer {
	overflow: hidden;
	margin-top: 15px;
}

.ohi-step-content-heading {
	color: #5095a0;
	font-family: "alternategotno1dregular",sans-serif;
	font-size: 36px;
	text-transform: uppercase;
}
.ohi-step-content-heading:after {
	content: "";
	display: block;
	border-bottom: 3px solid #5095a0;
	width: 100%;
	margin-top: 15px;
}

.ohi-step-content {
	display: none;
}
.ohi-step-content.active {
	display: block;
}

.ohi-step-content .form-group > label {
	color: #35a7ba;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 3px;
}

.ohi-step-content .form-group .required-label {
	color: #b1283a;
}

.ohi-step-content-body {
	position: relative;
}

#step-loading .ohi-step-content-body {
	min-height: 120px;
}
#step-loading .ohi-step-content-body .filter_loading {
	display: block;
}


@media (min-width: 767px) {

	.ohi-step-container {
		padding: 50px 60px;
	}
}

@media (max-width: 768px) {

	.ohi-steps {
		display: none;
	}
}

.ohi-delete-volunteer-ffn-item > span {
	font-size: 18px;
	position: relative;
	top: -7px;
}

.ahpra-status {
	margin: 0;
}

@media(min-width: 768px) {
	.ahpra-status {
		margin: 35px 0 0 0;
	}
}
