.cursor-pointer{
	cursor: pointer !important;
}

.activities{
	font-family: 'Lato', sans-serif !important;
}
.act-title{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
}
.act-register:hover{
	background-color: #0286c1 !important;
	border-color: #0286c1 !important;
}
.act-register-select{
	background-color: #fb9678 !important;
	border-color: #fb9678 !important;
}
.act-register-select:hover{
	background-color: #fa6f46 !important;
	border-color: #fa6f46 !important;
}
a.actMoreInfo{
	color: #000;
	text-decoration: underline;
}
a.actMoreInfo:hover{
	color: #565656;
	text-decoration: underline;
}
.lbl-totalValue{
	color:#0089c5 !important;
}
.vp-actTotal{
	font-family: 'Lato', sans-serif;
	font-size: 18px ;
}

.footerTotal-show{
	display: inline !important;
}
.footerTotal-hide{
	display: none !important;
	visibility: hidden;
}
.card-act{
	cursor: pointer !important;
}
.nameAct{
	font-family: 'Lat1o', sans-serif !important;
	font-weight: 400 !important;

}
#btn_pendingPay, #btn_pendingPay:active{
	color: #fff !important;
}
.label_infoAct{
	position: absolute;
	margin-top: -.7rem;
	margin-left: -.5rem;
}

.text-center-card {
    height: 120px;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-center-card b, strong{
	font-weight: 600 !important;
}

.notification-counter {
    position: absolute;
    right: 3px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 17.5px;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    padding: 0;
    color: #fff;
    background-color: #ff4757;
}

/* Estrelas da pesquisa de satisfação */
.star {
	font-size: 28px;
	color: #bdbdbd;
	padding: 5px 5px;
}
.classification .stars {
	font-size: 28px;
	cursor: pointer;
	color: #bdbdbd;
}

.classification .stars .fa-star {
	padding: 5px 5px;
}

.stars-active {
	color: #f8b805;
}

.definitive-active {
	color: #f8b805;
}
/* Fim estrelas da pesquisa de satisfação */