/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15 Nov 2019, 14:21:59
    Author     : pz
*/

#helpGroupMessage{
	background-color: #f6f6f6;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#helpGroupMessage .step-box{
	color: #fff;
    font-size: 3rem;
    text-shadow: 0 0 2px #aaa;
    line-height: 3rem;
    margin-top: -10px;
    font-weight: bold;
}
@media (max-width: 768px) {
	#helpGroupMessage .step-box{
		float: none !important;
		padding-bottom: 15px;
		display: block;
	}
}
#helpGroupMessage h5,
#helpMessage h5{
	margin-bottom: 20px;
}

#helpMessage  .help-ico{
	
	color: #fff;
    font-size: 3rem;
    /* stroke: #000; */
    text-shadow: 0 0 2px #aaa;
    line-height: 3rem;
}

#helpMessage{
	padding-top: 15px;
}

@media (min-width: 768px) {
	button.colapse-help-message{
		margin-top: -40px;
		float: right;
	}
	#helpMessage{
		padding-top: 55px;
		padding-bottom: 10px;
	}

}


#helpMessage .alert-secondary{
	background-color: #f7f7f7;
}


.strep-already-done{
	margin-top: 1rem;
}
.help-white-text{
	font-size: 5rem;
	float: left;
	padding-right: 15px;
	
	color: #fff;
    font-size: 5rem;
	line-height: 5rem;
    text-shadow: 0 0 2px #aaa;
   
}
   

