@charset "UTF-8";
/* CSS Document */




/******* MENU LATERAL ********/

.list-group-item{
	border-color:#e0dfd9;
}

a.list-group-item:hover, a.list-group-item:focus{
	color:#712040;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
	background-color:#712040;
	border-color:#712040;
}

a.list-group-item:hover, a.list-group-item:focus{
	background-color:#ebeae6;
}


.panel-group{
	margin-bottom:5px;
}

.panel{
	margin-bottom:5px;
}

.panel-heading.active{
	background-color:#712040;
	border-color:#712040;
	color:#fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.panel-heading.active a{
	color:#fff;
}

/******* CONTEÚDO ********/

.well-curso{
	background-color:#fff;
	position:relative;
}

.well-detalhes h5{
	color:#712040;
}
