.medma-sidebar .col-sm-12{
	margin: 10px 0;
}
.medma-toast{
	background: rgba(0,0,0,0.85);
	padding: 33px 21px 13px;
	color: #fff;
	width: 300px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 5px;
	position: relative;
	font-size: 14px;

}
.divider{
	border-bottom: 1px solid #efefef;
	margin-bottom: 50px;
}
.turn-off{
	font-size: 12px;
	position: absolute;
	top: 3px;
	font-weight: bold;
	left: 5px;
	padding: 5px;
	color: #fff;
}
.toast-close{
	font-size: 12px;
	position: absolute;
	top: 3px;
	right: 5px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
}
.medma-hidden{
	display: none;
}
.medma-steps{
width: 100%;
height: 100%;
background: rgba(50,50,50,0.8);
position: fixed;
top: 0px;
left: 0px;
z-index: 2000;
padding: 30px;
overflow: auto;

}
.steps-wrapper{
background: #fff;
padding: 20px;
width: 600px;
margin: 0 auto;
margin-bottom: 30px;
position: relative;
}
.steps-wrapper p {
margin-bottom: 10px;
}
.steps-wrapper img{
margin-bottom: 20px;
width: 550px;
}
.close-steps{
position: absolute;
right: 7px;
top: 5px;
cursor: pointer;
}
