.nav-wrapper {
	margin: 0 10px;
}
i.material-icons.left {
	margin-right: 0px;
}
.logo {
	margin: 15px 0;
}
.hero {
	background: #003b85;
}
.hero-img {
	width: 100%;
}
.title-page {
	color: #fff;
	background: #003b85;
}
.title-page .row {
	margin-bottom: 0;
}
.title-bold {
	font-size: 1.1em;
	font-weight: 400;
}
.title-page h2 {
	font-size: 1.8em;
	margin-top: -0.5em;
	margin-bottom: 1em;
	margin-left: 2px;
}
.title-section {
	color: #fff;
	background: #0090d8;
}
.title-section h2 {
	line-height: 1.4em;
}
.title-section h3 {
	line-height: 1.4em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
.data-entry h3 {
	color: #0090d8;
	padding: 0 10px 8px 10px;
	margin-top: 50px;
	background: rgb(0, 144, 216, 0.1);
	background: linear-gradient(90deg, rgba(0, 144, 216, 0.1) 0%, rgba(0, 144, 216, 0) 100%);
	border-bottom: #0090d8 2px solid;
}
.data-entry h3 i {
	position: relative;
	top: 8px;
	font-size: 1.4em;
}
h4.medication-title {
	color: #2e323c;
	padding: 0 10px 8px 10px;
	background: rgb(46, 50, 60, 0.1);
	background: linear-gradient(90deg, rgba(46, 50, 60, 0.1) 0%, rgba(46, 50, 60, 0) 100%);
	border-bottom: #2e323c 1px solid;
}
h4.medication-title i {
	position: relative;
	top: 6px;
	font-size: 1.4em;
}
.dropdown-content {
	max-height: 265px;
}
ul.dropdown-content li.disabled {
	display: none !important;
}
.add-medication {
	font-size: 1.2em;
	font-weight: 300;
	color: #0090d8;
}
.controls {
	color: #fff;
	letter-spacing: 0.5px;
	background: #2e323c;
}
@media only screen and (max-width: 600px) {
	.controls .btn {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
}
.mandatory {
	color: #FF0000;
	font-weight: bold;
}
.page-footer {
	border-top: #0090d8 20px solid;
}
.footer-links {
	margin-top: 40px;
}
.footer-links a {
	color: #fff;
}
.logo-footer {
	margin-right: 20px;
}
.width-100-percent {
	width: 100%;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.ml10 {
	margin-left: 10px;
}
.ml14 {
	margin-left: 14px;
}
.mr14 {
	margin-right: 14px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mr10 {
	margin-right: 10px;
}
.mt--15 {
	margin-top: -15px;
}
.cancel {
	float: right;
}
.save-floating {
	width: 80px;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.fixed-action-btn {
	display: none;
}

.medWrapper:after,
.medWrapper .Medication:after {
	content: "";
	display: block;
	clear: both;
}

.medWrapper .Medication:nth-child(even) {
	background-color: #eee;
}


.medWrapper .Medication:nth-child(1) .remove-medication {
	display: none;
}

.progress {
	background-color: #fff;
}

.progress .determinate {
	background-color: #003b85;
}

ul.cases-progress-tracker {
	list-style-type: none;
	margin: auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	display: flex;
	padding: 0;
	flex-wrap: wrap;

	position: relative;
	z-index: 10;
}

.page-progress-step {
	background-color: #7f7f7f;
	text-transform: uppercase;
	color: #fff;
	text-align: center;

	padding: 5px 15px;
	padding-right: 30px;
	flex: 1 1 auto;
	/*border-radius: 0 20px 20px 0;*/
	border-radius: 20px;
	margin-left: -50px;
	border: 3px solid #2e323c;
}

.page-progress-step:nth-child(1) {
	margin-left: 0;
	border-left: 0;
}

.page-progress-step.step-active {
	background-color: #ade7ff;  
	color: #000;
}
.page-progress-step.last-step {
	/*border-radius:0;*/
	border-right: 0;
}

.page-progress-text {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}

.page-progress-title {
	width: 75%;
	flex: 1 1 auto;
	margin-left: 35px;
}