.backlink {
	cursor: pointer;
	font-size: 19px;
	font-weight: 600;
}

.backlink .glyphicon, .backlink > a > span{
	color: #333333;
}

.canditaduras-field{
	background:#b3d99e;
}

/*Graficos home*/
.verde {
	background-color: #32721d;
}

.laranja {
	background-color: #db812e;
}

.cinza {
	background-color: #555555;
}

.statusitem {
	margin: 3vh 0 3vh 1vw;
}

.number {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 16px!important;
	display: inline-block;
	margin-bottom: 0 !important;
	vertical-align: top;
}

.statusitem-text {
	display: inline-block;
	width: 80%;
	line-height: 1;
}

@media (max-width: 767px) {
	width: unset;
}

.statusitem {
	margin: 3vh 0 3vh 1vw;
	display: flex;
	flex-direction: column;
}

.statusitem-text {
	display: inline-block;
	width: 100%;
	line-height: 1;
	margin-top: 7px !important;
}

/*Graficos home*/
.verde {
	background-color: #8bc298;
}

.laranja {
	background-color: #fcbf70;
}

.cinza {
	background-color: #555555;
}
.azul {
	background-color: #93c8ef;
}

/*** Canditaduras ***/
.candidatura-template-default > .container {
	padding-top: 160px;
}

.avisos {
  font-size: 13px;
  font-weight: 600;
  width: 70px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 20px 0;
	text-align: center;
}

.caberto {
  background-color: #8ec399;
	color: #fff;
	padding: 3px 12px;
	width: 100%
}

.cfechado {
  color: #fff;
  background-color: #5d5d5d;
	padding: 3px 0px;
	width: 100%
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 14px 10px;
}