/*
File Description: Place here your custom CSS styles
*/
/* ----- Cursos em destaque (accoes) / Accoes agendadas ----- */
.badge-data {
	font-size:20px;
	color:#ffffff;
	line-height: 1.2;
	padding:0px 10px 10px 10px;
}

.badge-data span.day {
	font-size:36px;
	font-weight:bold;
}
.altura-fixa {
	height:80px;
}
.image-box-accoes {
	height: 260px;
	overflow:hidden;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 769px) and (max-width: 1024px) {
.image-box-accoes {
	height: 210px;
}
}
/* Medium desktop devices and tablets */
@media (min-width:768px) and (max-width:1199px) {
	.altura-fixa {
		height:100px;
	}
}
@media (max-width:767px){
	.altura-fixa {
		height:100%;
	}
}
	
/* ----- Noticias (noticias.asp) ----- */
.image-box-noticias {
	height: 200px;
	overflow:hidden;
	}
.altura-fixa-noticias {
	height:200px;
}

/* ----- Parcerias ----- */
.parcerias {
	text-align:center;
	display:inline;
}

.parcerias img {
    border: 0px solid #eaeaea;
	padding:20px 20px 20px 0;
	display:inline;
}

.parcerias a:hover {
    opacity: 0.7;
}

/* ----- social-links (small)----- */
.social-links.small li a {
	width: 30px;
	height: 30px;
	font-size: 15px;
}
.social-links.small li a i {
	line-height: 28px;
}

/* ----- Parcerias página (parcerias.asp) ----- */
.image-box-parcerias {
	height: 180px;
	overflow:hidden;
	}
.altura-fixa-parcerias {
	height:80px;
}

/* ----- Cursos (curso.asp) ----- */
.cursosdestaque {
  border-top: 1px solid #96c93d;
  border-bottom: 1px solid #96c93d;
}
.subtitle {
 color: #36373C;
}
.cursosdestaque h3 {
  color:#36373C;
  margin-top:10px;
}


/* ----- Botões ----------------------------------------------------- */
/* ----- Loading button----- */
.btn-loading {
	color: #fff;
	background-color: #666666;
	border-color: #666666;
}
.btn-loading:hover,
.btn-loading:focus,
.btn-loading:active,
.btn-loading.active,
.open .dropdown-toggle.btn-loading {
	color: #fff;
	background-color: #666666;
	border-color: #666666;
}

/* ----- delete Button ----- */
.btndelete {
	padding: 3px 3px 3px 3px;
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
	font-size: 18px;
	background: #e84c3d;
	border: 0px solid #e84c3d;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* ----- Icone mudar língua ----- */
.language img  {
	display:inline-block;
	width:30px;
	padding-right:5px;
}

/* ----- Icone mudar língua ----- */
.language li {
	padding: 10px 0px 10px 0px;
	color:#FFFFFF;
	border-bottom: 1px solid #8C8C8C;
}

.language li a {
	color:#FFFFFF;
}

.language li a:hover {
	color:#96c93d;
}

/* ----- Só para impressão ----- */
#toprint {
	display: none;
}

/*-- Headings ---------------------------------- */
h3.title a {
	color:#96c93d;
}
h3.title a:hover {
	color:#666666;
}
.title {
	color:#96c93d;
}

/* ----- 9.10 data Agenda ----- */
.list-with-image .post-info {
	float: left;
	top: 0;
	left: 25px;
	width: 80px;
	height: 90px;
	padding: 10px 15px;
	background-color: #96c93d;
	color: #fff;
	text-align: center;
	z-index: 3;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.list-with-image .side .post-info {
	float: none;
}
.list-with-image .post-info .day {
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.list-with-image .post-info .month {
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 769px) and (max-width: 1024px) {
	.box-style-1 img {
		height: 140px;
		}
	.team-member.box-style-1 {
		height:250px;
	}
}
@media (min-width: 641px) and (max-width: 768px) {
	.box-style-1 img {
		height: 300px;
		}
	.team-member.box-style-1 {
		height:370px;
	}
}
@media (max-width: 640px) {
	.box-style-1 img {
		height: 100%;
		}
	.team-member.box-style-1 {
		height: 100%;
		}
}

/* ----- 1.3 table login ----- */
.amount a {
	color:#ffffff;
	font-size: 13px;
	font-weight:normal;
}
.amount a:hover {
	color:#96c93d;
}


/* ----- perfil_accao.asp ----- */
.well {
  background-color: #ffffff;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  color: #fff;
  background-color: #96c93d;
  border-color: #96c93d;
}

<!----- 11. calendario cronograma -->
		.cal a {
		  text-decoration: none;
		}
		.cal tr:first-child td {
		  border-top: 0;
		}
		.cal td:first-child {
		  border-left: 0;
		}
		.cal tr:first-child a {
		  border-top: 0;
		  margin-top: 0;
		}
		.cal tr:last-child a {
		  border-bottom: 0;
		  margin-bottom: 0;
		}
		.cal td:first-child a {
		  border-left: 0;
		  margin-left: 0;
		}
		.cal td:last-child a {
		  border-right: 0;
		  margin-right: 0;
		}
		.cal tr:last-child td:first-child a {
		  border-radius: 0 0 0 3px;
		}
		.cal tr:last-child td:last-child a {
		  border-radius: 0 0 3px 0;
		}
		
		.cal-table {
		  position: relative;
		  margin: 0 0 1px;
		  border-collapse: separate;
		  border-left: 1px solid #979797;
		  border-right: 1px solid #979797;
		  border-bottom: 1px solid #bbb;
		  border-radius: 0 0 3px 3px;
		}
		
		.cal-caption {
		  width: 100%;
		  padding-bottom: 8px;
		  line-height: 32px;
		  color: white;
		  font-size:18px;
		  font-weight:bold;
		  text-align: center;
		  background: #96c93d;
		  border-radius: 3px 3px 0 0;
		}
		
		.cal-body td {
		  width: 30px;
		  font-size: 14px;
		  border-top: 1px solid #eaeaea;
		  border-left: 1px solid #eaeaea;
		  border-right: 1px solid #eaeaea;
		  border-bottom: 1px solid #eaeaea;
		}
		.cal-body a {
		  display: block;
		  position: relative;
		  line-height: 28px;
		  color: #555;
		  text-align: center;
		}
		.cal-body a:hover {
		  background: #fafafa;
		}
		
		td.cal-off {
		  color: #555;
		  font-weight: normal;
		  line-height: 28px;
		}
		
		td.cal-dias {
		  color: #000;
		  font-weight: bold;
		  text-align:center;
		  width:70px;
		  line-height: 28px;
		  background-color:#efefef;
		}
		
		td.cal-check {
		 background-color: #dfeec4;
		}
		
		.cal-check a {
		  color: #666;
		  overflow: hidden;
		  font-weight:bold;
		}
		
		.cal-check a:before {
		  content: '';
		  position: absolute;
		  top: -6px;
		  right: -6px;
		  width: 12px;
		  height: 12px;
		  background: #698c2a;
		  -webkit-transform: rotate(-45deg);
		  -moz-transform: rotate(-45deg);
		  -ms-transform: rotate(-45deg);
		  -o-transform: rotate(-45deg);
		  transform: rotate(-45deg);
		}
		
		.cal-check a:hover {
		  margin: -1px;
		  color: #fff;
		  background: #698c2a;
		  text-decoration:none;
		}
		
		.lt-ie8 .cal-table {
		  *border-collapse: collapse;
		}
		.lt-ie8 .cal-body a {
		  zoom: 1;
		}
		
/* ----- 11. calendario tooltip --- */
	.tooltip-inner {
	  max-width:350px;
	  padding: 3px 8px;
	  color: #fff;
	  text-align:left;
	  text-decoration: none;
	  background-color: #282828;
	  border-radius: 4px;
	}
