/* ocultar o botão ações, compartilhamento e estado */
#plone-contentmenu-workflow, #contentview-local_roles, #plone-contentmenu-actions{
	    display:none!important;
}


#portal-breadcrumbs {
	display: block;
}

/* Autocomplete*/
ul.ui-autocomplete li div {
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-left: 5px;
	margin-right: 5px;
}

ul.ui-menu-item li {
	list-style-image: url("++resource++img/setinha.png")!important;
}

/*    Home */
.caixa-titulo-portal {
	color: #fff;
	background-color: #146895;
	min-height: 40px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 5px;
}

.descricao-portal {
	text-align: left;
	margin-bottom: 25px;
	margin-top: 25px;
	font-size: 15px;
}

.caixa-solicitacao-dados {
	background: #337ab7;
	text-align: left;
	padding: 30px 0;
	color: white;
	margin-top: 50px;
	font-size: 18px;
}

.caixa-solicitacao-dados a {
	color: white !important;
	display: flex;
	font-size: 16px;
}

.linha-solicitacao-dados {
	border-bottom: 2px solid #87CEFA;
	width: 26%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
}

.caixa-grupo-home .titulo-portal {
	margin-top: 16px;
	font-size: 11px;
	letter-spacing: 1px;
}

.caixa-grupo-home .descricao-grupo {
	margin-top: 11px;
	font-size: 14px;
	text-align: center;
}

.caixa-titulo-grupo {
	margin-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.caixa-grupo-home {
	text-align: center;
	font-size: 16px;
	min-height: 190px;
}

.titulo-lista-grupos-adm {
	margin-bottom: 10px;
	font-size: 23px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	color: #333;
}

.titulo-lista-grupos-leg {
	margin-bottom: 20px;
	font-size: 23px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	border-top: 1px solid #CDCDCD;
	padding-top: 40px;
	color: #333;
}

.img-solicitacao-dados {
	float: left;
	margin-right: 15px;
	margin-left: 10px;
}

.managePortletsFallback {
	display: none!important;
}

#accord-conjuntos .panel-default > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	min-height: 40px;
}

.conjunto:visited {
	color: #fff !important;
}

#accord-conjuntos .panel-group {
	margin-bottom: 5px;
}

#accord-conjuntos .panel-default {
	background: #ededed;
}

#accord-conjuntos .panel .caixa-recurso {
	background: #ededed;
	margin-bottom: 10px;
}

.titulo-recurso {
	margin-left: 10px;
}

.descricao-recurso {
	margin-left: 10px;
	color: #777;
	font-size: 13px;
	margin-right: 46px;
}

#accord-conjuntos .panel-collapse {
	margin-top: 10px;
}

#accord-conjuntos .panel {
	margin-bottom: 0px;
}

#accord-conjuntos .panel-default .panel-title {
	float: left;
	color: #fff !important;
}

.conjunto .glyphicon {
	color: white;
}

.recurso .glyphicon {
	margin-right: 20px;
}

.glyphicon-info-sign {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
	color: #1e7bb4;
	font-size: 25px;
}

.tags-recursos {
	margin-left: 10px;
	color: #777;
	font-size: 13px;
}

.titulo-listagem-tags {
	margin-bottom: 5px;
	font-size: 20px;
}

.listagem-tags {
	margin-top: 20px;
}

.tag-recurso {
	background: #f7f7f7;
	font-weight: bold;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
}

.caixa-totais {
	margin-top: 25px;
}

.qtd-item {
	text-align: center;
	margin-bottom: 15px;
}

.qtd-item-numero {
	display: block;
	font-size: 28px;
	font-weight: bold;
}

.linha-inferior {
	margin-top: 15px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
}

.linha-inferior2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
	padding-top: 5px;
}

.linha-inferior3 {
	margin-top: 15px;
	border-bottom: 3px solid #cdcdcd;
	margin-bottom: 10px;
}

.links-lai {
	background-color: #f5f5f5;
	border: solid 1px #ccc;
	margin-top: 54px;
	padding-top: 12px;
}

.links-lai ul {
	list-style: none !important;
}

.links-lai ul li a {
	margin-left: 21px;
}

.titulo-item-recurso {
	font-size: 18px;
	color: #7F8081;
}

.descricao-item-recurso {
	font-size: 12px;
	color: #454647;
}

.caixa-desc-recurso {
	background-color: #FAFAFA;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}


@media (min-width: 374px) and (max-width: 991px ) {

	.caixa-solicitacao-dados {
		height: 285px;
	}
}

@media (max-width: 480px) {
	.panel-heading .glyphicon {
		display: none;
	}

	.linha-inferior2 {
		display: none;
	}

	.recurso {
		display: flex;
		justify-content: space-between;
	}

	#accord-conjuntos .panel-default > .panel-heading {
		min-height: 53px;
	}
}

@media (max-width:373px) {
	.caixa-grupo-home {
		height: 240px;
	}

	.caixa-solicitacao-dados {
		height: 325px;
		text-align: left;
		padding-left: 12px;
		padding-right: 15px;
	}

	.linha-solicitacao-dados {
		width: 100%;
	}
}

@media (max-width:740px) {
	.titulo-lista-grupos{width:85%;}
}

@media (max-width:1000px) {
	.caixa-titulo-portal{
	    padding-left: 10px;
	}
	.caixa-titulo-grupo {
	  float:none;
	  border:none;
	  height:auto;
	  width:100%;
	  text-align:justify;
	  margin-bottom: 0px;
	}
	.qtd-item{
	  margin-top: 0px;
	}
	.qtd-item-numero {
	    font-size: 20px;
	}
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}

.yamm .container {
	position: relative;
}

.yamm .dropdown-menu {
	left: auto;
}

.yamm .yamm-content {
	padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}

.Apex--portal {
    border-width: 0 0 1px;
    border-color: #dfdfdf;
    border-style: solid;
}

.Apex--lg {line-height: 2;}

.Apex {padding-bottom: 5px;}

.u-spacer, .u-spacer--md {margin-bottom: 6px !important;}

.dropdown-menu { font-size: 13px;}

.nav {list-style: none;}

.Apex--portal {
    border-width: 0 0 1px;
    border-color: #dfdfdf;
    border-style: solid;
}

.Apex--lg {line-height: 2;}

.Apex { padding-bottom: 5px;}

.u-spacer, .u-spacer--md { margin-bottom: 6px !important;}

.u-textNoWrap {white-space: nowrap !important;}

.Box--x {
    padding-top: 0;
    padding-bottom: 0;
}

.Box { padding: 6px 12px;}

.Box, .Card { position: relative;}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-menu--row {
    margin-left: -15px;
    margin-right: -15px;
}

.dropdown-menu--mega {background-color: #f9fafb;}


.dropdown-menu {
	border-radius: 0;
	background-color: #f7f7f7;
	border: none;
	border-bottom: 5px solid #3e6892;
	border-top: 1px solid #ccc;
	min-width: 140px;
	font-size: 13px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	text-align: left;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.Flag-body, .Flag-body :last-child {
	margin-bottom: 0;
}

.Flag-body {
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.glyphicon--bullet {
	top: 0;
	color: #bbb;
}

.micro {
	font-size: 10px;
}

.glyphicon {
	float: right;
	margin-right: 10px;
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.Flag-figure {
	margin-right: 1em;
}

.Flag {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}
.Flag {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.Flag-figure {
	margin-right: 1em;
}

.Flag-figure--compact {
	margin: 0!important;
}

.Flag-body {
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.Flag-body,.Flag-body :last-child {
	margin-bottom: 0;
}

.Flag-title {
	margin: 0 0 .5em;
}

.Flag--center {
	-ms-flex-align: center;
	align-items: center;
}

.Flag--bottom {
	-ms-flex-align: end;
	align-items: flex-end;
}

.Flag--reverse>.Flag-figure {
	-ms-flex-order: 1;
	order: 1;
	margin: 0 0 0 1em;
}

.yamm .collapse,.yamm .dropdown,.yamm .dropup,.yamm .nav {
	position: static;
}

.Az,.yamm .container {
	position: relative;
}

.yamm .dropdown-menu {
	left: auto;
}

.yamm .yamm-content {
	padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}

.u-circle {
	width: 2em;
	height: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
}

.t-semi {
	color: #fff;
	background: #ccc;
}

.t-absent {
	background: #fafafa;
}

.Az-place,.Az-place::before {
	position: absolute;
	border: 1px solid #ddd;
}

.Az-place {
	display: none;
	z-index: 1010;
	width: 150%;
	max-width: 540px;
	background: #fff;
	right: 0;
	top: 15px;
	box-shadow: 0 3px 6px rgba(0,0,0,.1);
}

.Az.open .Az-place {
	display: block;
}

.Az-place::before {
	content: '';
	height: 14px;
	width: 14px;
	right: 10px;
	top: -7px;
	border-width: 1px 0 0 1px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1020;
	background: linear-gradient(135deg,#fff 51%,transparent 51%);
}

@media (max-width:768px) {
	.Az-place {
		width: 100%;
		top: 5px;
	}

	.Az-place::before {
		content: none;
	}
}

.Az-results {
	border-bottom: 1px solid #ddd;
}

.Az-results:empty {
	display: none;
}

.Az-place--wide {
	width: 150%;
}

.temp-rob {
	font-weight: 300;
}

.List {
	font-weight: 300;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.List:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.List--stack {
	display: block;
}

.List-cat {
	color: #888;
	line-height: 2.2em;
}

.List-item {
	color: #666;
	padding-left: 5px;
	line-height: 1.4em;
	margin-bottom: 7px;
}

.glyphicon--flow {
	line-height: inherit;
	top: auto;
}

.ArrangeFlex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}

.ArrangeFlex--middle {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ArrangeFlex-sizeFit {
	-ms-flex-preferred-size: auto!important;
	flex-basis: auto!important;
}

.ArrangeFlex-sizeFill {
	-ms-flex: 1 1 0!important;
	flex: 1 1 0!important;
	-ms-flex-preferred-size: 0!important;
	flex-basis: 0!important;
}

.Tecla {
	border: 2px solid #fff;
	padding: 10px;
	box-shadow: 0 1px 1px 1px #ccc;
	background: #f6f6f6;
	font-size: 12px;
	border-radius: 4px;
	line-height: 0;
	color: #666;
}

#content .caixa-solicitacao-dados a:hover {
	color: #fff !important;
	font-weight: bold;
}

#content .texto-csv a:hover {
	color: #fff !important;
	font-weight: bold;
}

.novo_portal-breadcrumbs {
	color: #3e6892;
	font-family: 'Lucida Sans Unicode','Lucida Grande','sans-serif';
}


