div.retorno {
	margin: 20px 0 0 0;
	padding: 20px;
}
div.retorno.erro {
	background-color: #ffffff;
	color: #ff0000;
}
div.retorno.sucesso {
	background-color: #222222;
	color: #ffffff;
}

.acervo-item {
	margin-bottom: 30px;
	padding: 17px 30px;
}
.acervo-item small strong {
	margin-right: 10px;
}
.acervo-item small i {
	margin-right: 5px;
}
.acervo-item small span {
	margin-left: 10px;
	margin-right: 10px;
}
[class*='fa-']:before {
	font-weight: 300;
	font-family: 'FontAwesome';
}
.fa-file-o:before {
	content: "\f016";
}
.fa-file-text-o:before {
	content: "\f0f6";
}
.fa-file-text:before {
	content: "\f15c";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}


/* Ajuste de espaçamento entre a data e a TAG em listagem sem imagem */
div.post-box-img-wrap.post-noimg + div.post-box-caption.bg-selago > span.icon.mdi-calendar.d-inline-block, 
div.post-box-img-wrap.post-noimg + div.post-box-caption.bg-selago > span.icon.mdi-calendar.d-inline-block + div.d-inline-block {
	margin-top: 10px;
}


/* Estilo para o datepicker formato calendar na página Agenda */
#datepicker-calendar {
	display: block;
	/*height: 400px;*/
	margin: 0 auto;
	max-width: 450px; /*400px;*/
	width: 100%;
}
#datepicker-calendar div.ui-datepicker-header {
	position: relative;
}
#datepicker-calendar div.ui-datepicker-header a.ui-datepicker-prev, 
#datepicker-calendar div.ui-datepicker-header a.ui-datepicker-next {
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	position: absolute;
	text-indent: 1000px;
	top: 17px;
	width: 20px;
}
#datepicker-calendar div.ui-datepicker-header a.ui-datepicker-prev::after, 
#datepicker-calendar div.ui-datepicker-header a.ui-datepicker-next::after {
	color: #3c3c3e;
	font: 14px/24px "Material Design Icons";
	font-size: 20px;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 0;
	width: 100%;
}
#datepicker-calendar div.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
}
#datepicker-calendar div.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
}
#datepicker-calendar div.ui-datepicker-header a.ui-datepicker-prev::after {
	content: '\f14a';
}
#datepicker-calendar div.ui-datepicker-header a.ui-datepicker-next::after {
	content: '\f14f';
}
#datepicker-calendar div.ui-datepicker-header div.ui-datepicker-title {
	color: #3c3c3e;
	font-family: "Montserrat", Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#datepicker-calendar table {
	border-collapse: separate;
	border-spacing: 26px 16px;
	text-align: center;
	width: 100%;
}
#datepicker-calendar table thead th span {
	display: none;
	/*opacity: 0;*/
}
#datepicker-calendar table td {
	color: #7d7d7d;
	/*height: 36px;*/
	line-height: 36px;
	font-size: 16px;
	font-weight: 400;
	/*width: 36px;*/
}
#datepicker-calendar table td a {
	color: #7d7d7d;
	cursor: default;
	display: block;
	height: 100%; /* 36px; */
	pointer-events: none;
	width: 100%; /* 36px; */
}
#datepicker-calendar table td.event {
	color: #474749;
	font-weight: 700;
}
#datepicker-calendar table td.event a {
	color: #474749;
	cursor: pointer;
	pointer-events: all;
}
form.add_email div.alerta.sucesso {
	background-color: #2e6c68;
	border-radius: 5px;
	color: #ffffff;
	margin: 10px 0;
	padding: 5px 15px;
	text-align: center;
	width: 400px;
}
form.add_email div.alerta.erro {
	background-color: #f1e465;
	border-radius: 5px;
	color: #ffffff;
	margin: 10px 0;
	padding: 5px 15px;
	text-align: center;
	width: 400px;
}
form.add_email label {
	color: rgb(139, 138, 138);
	display: block;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding-left: 0; /*15px;*/
	padding-top: 15px;
	text-align: left;
}
form.add_email input[type=text] {
	background: #dddddd;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
	height: 35px;
	padding: 10px 15px;
	width: 400px;
}
form.add_email button {
	background: #2e6c68;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: 0;
	border-radius: 5px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 600;
	height: 35px;
	/*margin-left: 300px;*/
	margin-top: 10px;
	padding: 8px 15px 9px 10px;
	text-indent: 0;
	text-transform: uppercase;
	width: 100px;
}
.pop-up-container {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  transition: .2s;
  z-index: 2000;
}
.pop-up-container .pop-up {
  background-color: rgba(255, 255, 255, 0.9);
  border: 4px solid #fff;
  width: 40%;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}
@media only screen and (max-width: 768px) {
  .pop-up-container .pop-up {
    width: 90%;
  }
}
.pop-up-container .pop-up:hover {
  background-color: #fff;
}
.pop-up-container .pop-up p {
  text-align: center;
  font-size:16px;
  color: #666;
}
.pop-up-container .pop-up strong {
  color: #2e6c68;
}
.pop-up-container .pop-up button#fechar-peq {
  position: absolute;
  right: 16px;
  top: 16px;
  transform: rotate(45deg);
  background-color: transparent;
  font-size: 2rem;
}
.pop-up-container .pop-up #fechar {
  width: 40%;
  margin-top: 30px;
}
.pop-up-container.popup-fechado {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 992px) and (max-width: 1391px), (max-width: 767px) {
	.post-event-list li span.toogle-br {
		white-space: nowrap;
	}
	.post-event-list li span.toogle-br br {
		display: none;
	}
}

@media (min-width: 1200px) and (max-width: 1800px), (max-width: 991px) {
	.event-detail div.toogle-br {
		white-space: nowrap;
	}
	.event-detail div.toogle-br br {
		display: none;
	}
}
