.ac-container {
	margin: 0px 0px 40px -30px;
	background: white;
	padding: 0px;

}

.ipti-filtros-topo {
	margin: 0 0 20px 0;
	padding: 16px;
	background: #f7f7f7;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
}

.ipti-busca-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 12px;
}

.ipti-busca-form input[type="search"] {
	flex: 1 1 280px;
	min-width: 220px;
	padding: 10px 12px;
	border: 1px solid #c8c8c8;
	border-radius: 6px;
	background: #fff;
}

.ipti-busca-form button,
.ipti-limpar,
.ipti-filtro-pasta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	box-sizing: border-box;
	border-radius: 6px;
	border: 1px solid #c8c8c8;
	background: #fff;
	color: #444;
	text-decoration: none;
	font-size: inherit;
	line-height: normal;
	white-space: nowrap;
	transition: all 0.2s ease;
}

.ipti-limpar,
.ipti-limpar:link,
.ipti-limpar:visited,
.ipti-limpar:hover,
.ipti-limpar:focus,
.ipti-limpar:active,
.ipti-filtro-pasta,
.ipti-filtro-pasta:link,
.ipti-filtro-pasta:visited,
.ipti-filtro-pasta:hover,
.ipti-filtro-pasta:focus,
.ipti-filtro-pasta:active {
	text-decoration: none !important;
}

.ipti-busca-form button:hover,
.ipti-limpar:hover,
.ipti-filtro-pasta:hover {
	background: #ececec;
	text-decoration: none;
}

.ipti-pastas-raiz {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ipti-filtro-pasta.ativo {
	background: #3d7489;
	border-color: #3d7489;
	color: #fff;
}

.ipti-sem-resultados {
	padding: 18px;
	border: 1px dashed #c8c8c8;
	background: #fafafa;
	color: #666;
	border-radius: 8px;
	margin-left: 30px;
}

.ipti-hidden {
	display: none !important;
}

.ac-container label {
	/*font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;*/
	padding: 5px 10px;
	position: relative;
	z-index: 20;
	display: block;
	/*height: 30px;*/
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
	box-shadow:
		0px 0px 0px 1px rgba(155, 155, 155, 0.3),
		1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset,
		0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container label:hover {
	background: #fff;
}

.ac-container input:checked+label,
.ac-container input:checked+label:hover {
	/* background: #c6e1ec; */
	background: #e2e9ec;

	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
	box-shadow:
		0px 0px 0px 1px rgba(155, 155, 155, 0.3),
		0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container input {
	display: none;
}

.ac-container article {
	background: rgba(255, 255, 255, 0.5);
	margin-top:-1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article p {
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.ac-container input:checked~article {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3);
}

.ac-container input:checked~article.ac-small {
	height: auto;
}

.ac-container input:checked~article.ac-medium {
	height: auto;
	/* 180px; */
}

.ac-container input:checked~article.ac-large {
	height: 230px;
}

.block {
	clear: both;
	min-height: 25px;
	border: solid 1px #ECE9E9;
	margin-top: -1px;
	background-color: #f2f2f2;
}

.block .img {
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	margin-right: 10px;
	background: transparent url(/wp-content/plugins/ipti-listar/images/icons.png) no-repeat 0 0;
}

.block .date {
	margin-top: 4px;
	font-size: 70%;
	color: #666;
}

.block a {
	display: block;
	padding: 10px 15px;
	transition: all 0.35s;
	text-decoration: none;
}

.block a:hover {
	text-decoration: none;
	background: #efefef;
}

.jpg,
.jpeg,
.gif,
.png {
	background-position: -25px 0 !important;
}

.pdf {
	background-position: -50px 0 !important;
}

.txt,
.rtf {
	background-position: -75px 0 !important;
}

.xls,
.xlsx {
	background-position: -100px 0 !important;
}

.ppt,
.pptx {
	background-position: -125px 0 !important;
}

.doc,
.docx {
	background-position: -150px 0 !important;
}

.zip,
.rar,
.tar,
.gzip {
	background-position: -175px 0 !important;
}

.swf {
	background-position: -200px 0 !important;
}

.fla {
	background-position: -225px 0 !important;
}

.mp3 {
	background-position: -250px 0 !important;
}

.wav {
	background-position: -275px 0 !important;
}

.mp4 {
	background-position: -300px 0 !important;
}

.mov,
.aiff,
.m2v,
.avi,
.pict,
.qif {
	background-position: -325px 0 !important;
}

.wmv,
.avi,
.mpg {
	background-position: -350px 0 !important;
}

.flv,
.f2v {
	background-position: -375px 0 !important;
}

.psd {
	background-position: -400px 0 !important;
}

.ai {
	background-position: -425px 0 !important;
}

.html,
.xhtml,
.dhtml,
.php,
.asp,
.css,
.js,
.inc {
	background-position: -450px 0 !important;
}

.dir {
	padding-left: 30px;
	background-position: -475px 0 !important;
	background: transparent url(/wp-content/plugins/ipti-listar/images/icons.png) no-repeat 0 0;
}

.st {
	width: 25px;
	/* height: 25px; */
	border-radius: 4px;
	display: block;
	float: left;
	margin-left: -16px;
	margin-right: 8px;
	background: #FF6347;
}

.compdir {
	float: right;
	width: 30px;
	margin-right: -10px;
	background: transparent url(/wp-content/plugins/ipti-listar/images/share.png) no-repeat 0 0;
}

.nosel{
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.returndir {
	float: right;
	width: 30px;
	margin-right: -10px;
	background: transparent url(/wp-content/plugins/ipti-listar/images/return.png) no-repeat 0 0;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.subtodos {
	text-align: right;
	margin-left: 30px;
}

.sub {
	margin-left: 20px;
	border-left: solid 1px #ECE9E9;
	display: none;
}

.sub2 {
	margin-left: 30px;
	background-color: #f8f8f8;
	/* border: solid 1px #ECE9E9; */
	position: relative;
	z-index: 40;
}

.ipti-pasta-item.ipti-relatorio-ativo {
	z-index: 1000;
}

.ipti-relatorio-menu {
	position: absolute;
	top: 6px;
	right: 8px;
	z-index: 200;
}

.ipti-pasta-item.ipti-relatorio-ativo .ipti-relatorio-menu {
	z-index: 1100;
}

.ipti-relatorio-toggle {
	padding: 6px 10px;
	border: 1px solid #c8c8c8;
	border-radius: 6px;
	background: #fff;
	color: #444;
	cursor: pointer;
	font-size: 13px;
	line-height: 1.2;
}

.ipti-relatorio-toggle:hover {
	background: #ececec;
}

.ipti-relatorio-opcoes {
	display: none;
	position: absolute;
	top: 34px;
	right: 0;
	min-width: 130px;
	background: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 6px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	z-index: 220;
}

.ipti-pasta-item.ipti-relatorio-ativo .ipti-relatorio-opcoes {
	z-index: 1200;
}

.ipti-relatorio-menu.aberto .ipti-relatorio-opcoes {
	display: block;
}

.ipti-relatorio-opcoes a {
	display: block;
	padding: 8px 10px;
	color: #444;
	text-decoration: none;
	background: #fff;
}

.ipti-relatorio-opcoes a:hover {
	background: #f3f3f3;
	text-decoration: none;
}

.status-bloco {
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #000;
	font-size: 1.7rem;
	font-weight: 500;
}



.bloco-legenda {
	background: #f3f3f3;
	border-radius: 6px;
	border: 1px;
	border-color: #bbb;
	border-style: solid;
	max-width: 500px;
	margin: 10px auto;
	perspective: 500px;
  -webkit-perspective: 500px;
}


.titulo-legenda {
	padding-left: 20px;
	padding-top: 16px;
	font-weight: 700;
	color: #555;
}

.legend {
	color: #555;
	animation: fadeLegend 9s ease-out infinite;
}

.legend li {
	padding-bottom: 10px;
	font-size: 15px;
	display: table-cell;
	text-align: center;
	padding-right: 20px;
}

.legend li:before {
	border-radius: 2px;
	border-width: 1px;
	content: "";
	display: inline-block;
	margin-top: -4px;
	margin-right: 6px;
	width: 14px;
	height: 14px;
	border-color: #000;
	border-style: solid;
	vertical-align: middle;
}

/* Income bullet */

.aberto:before {
	background-color: #90EE90;
}

.cancelado:before {
	background-color: #FF6347;
}

.suspenso:before {
	background-color: #FFD700;

	/* border: 10px; */
}

.homologado:before {
	background-color: #1E90FF;
}
