/*
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 : 08-mar-2017, 16:38:52
    Author     : innova
*/



.step_content{
	border-radius:5px;
	overflow:hidden;
}
.component_step .card{
    border-radius:5px;
    overflow:hidden;
}

.step_content .card-header{
	color: #ffffff;
}

.step_content .card-footer a{
	border-radius:5px;
	color: #ffffff;
}

.card-block .option_div span{
    display:block;
    font-size: 12px;
    font-style: italic;
    color: #bababa;
}

#component_step_last .card-header{
    color: #ffffff;
}

.option_div{
    padding: 0px !important;
}

.idx-full-description p{
    color: #ffffff;
    margin: 0;
}