*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }


.support {
	display: none;
	color: #ef5189;
	text-align: left;
	font-size: 1.5em;
	/*max-width: 1200px;*/
	margin: 1em auto 0;
	padding: 0;
}

.no-flexbox .support {
	display: block;
}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

/* Header */
.codrops-header {
	padding: 7em 0 3em;
	letter-spacing: -1px;
}

.codrops-header h1 {
	/*max-width: 1200px;*/
	margin: 0 auto;
	font-weight: 800;
	font-size: 5em;
	line-height: 1;
}

.codrops-header h1 span {
	display: block;
	font-size: 50%;
	font-weight: 400;
	padding-top: 0.325em;
	color: #bdc2c9;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Related demos */
.related {
	text-align: center;
}

.related > a {
	width: calc(100% - 20px);
	max-width: 340px;
	border: 1px solid black;
	border-color: initial;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

@media screen and (max-width: 1280px) {
	.codrops-header h1 {
		padding: 0 0.5em;
	}
	.support {
		padding: 0 1.5em;
	}
}

@media screen and (max-width: 30em) {
	/*.container > section {
		padding: 3em 0;
	}*/
	.codrops-header {
		padding: 2em 0 1em;
	}
	.codrops-header h1 {
		font-size: 3.5em;
	}
}


@media screen and (max-width: 25em) {
	.codrops-icon {
		font-size: 1.5em;
	}
	.codrops-icon span {
		display: none;
	}
}

/* Default tab style */

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'stroke7pixeden';
	src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?u58ytb');
	src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?#iefixu58ytb') format('embedded-opentype'),
		url('../fonts/stroke7pixeden/stroke7pixeden.woff?u58ytb') format('woff'),
		url('../fonts/stroke7pixeden/stroke7pixeden.ttf?u58ytb') format('truetype'),
		url('../fonts/stroke7pixeden/stroke7pixeden.svg?u58ytb#stroke7pixeden') format('svg');
}

.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	/*max-width: 1200px;*/
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}

/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.5em;
	font-family: 'FontAwesome';
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-gave::before {
	content: "\f0e3";
}
.icon-users::before {
	content: "\f0c0";
}
.icon-plus-circle::before {
	content: "\f055";
}
.icon-pie-chart::before {
	content: "\f200";
}
.icon-money::before {
	content: "\f0d6";
}
.icon-dollar::before {
	content: "\f155";
}
.icon-list-alt::before {
	content: "\f022";
}

/* Content */
.content-wrap {
	position: relative;
}

/* replaced for dti*/
/*.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
	text-align: center;
}*/
.content-wrap section {
	display: none;
	padding: 1.5em;
	margin: 0 auto;
}

.content-wrap section.content-current {
	display: block;
}

.content-wrap section p {
	margin: 0;
	padding: 0.75em 0;
	color: rgba(40,44,42,0.05);
	font-weight: 900;
	font-size: 4em;
	line-height: 1;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		display: none;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}


/* Individual tab styles */
/*****************************/
/* Icon box */
/*****************************/
.tabs-style-iconbox nav {
	background: rgba(255,255,255,0.4);
}

.tabs-style-iconbox nav ul li a {
	overflow: visible;
	padding: 2em 0;
	line-height: 1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.tabs-style-iconbox nav ul li a span {
	font-weight: 700;
	font-size: 0.7em;	
}

.tabs-style-iconbox nav ul li.tab-current {
	z-index: 100;
}

.tabs-style-iconbox nav ul li.tab-current a {
	background: #fff;
	box-shadow: -1px 0 0 #fff;
}

.tabs-style-iconbox nav ul li.tab-current a::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-top-color: #fff;
	content: '';
	pointer-events: none;
}

.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
	position: absolute;
	top: 20%;
	right: 0;
	z-index: -1;
	width: 1px;
	height: 60%;
	background: rgba(0,0,0,0.07);
	content: '';
}

.tabs-style-iconbox nav ul li:first-child::before {
	right: auto;
	left: 0;
}

.tabs-style-iconbox .icon::before {
	display: block;
	margin: 0 0 0.25em 0;
}

/*****************************/
/* Bar */
/*****************************/

.tabs-style-bar nav {
	background: rgba(40,44,42,0.05);
}

.tabs-style-bar nav ul {
	border: 4px solid transparent;
}

.tabs-style-bar nav ul li a {
	margin: 0 2px;
	background-color: #f7f7f7;
	color: #74777b;
	transition: background-color 0.2s, color 0.2s;
}

.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
	color: #2CC185;
}

.tabs-style-bar nav ul li a span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 0.6em;
}

.tabs-style-bar nav ul li.tab-current a {
	background: #2CC185;
	color: #fff;
}

/* DTI personal adjusts */
section#tabs-home{
    padding: 1.5% 0 0 0;
}
section#middle{
    background-color: #e9e9e9
}
.tabs-style-iconbox nav {
	/*background: #18bc9c;*/
	background: #18bc9c;
}
.tabs-style-iconbox nav ul li.tab-current a {
	background: #ffffff;
	box-shadow: -1px 0 0 #ffffff;
}
.tabs-style-iconbox nav ul li.tab-current a::after {
	border-top-color: #000;
}
.tabs-style-iconbox nav ul li a {
	padding: 2.3em 0;
	text-decoration: none;
	font-size: 1.25em;
}
.tabs-style-iconbox nav li a{
	/*color: white;*/
}
.tabs-style-iconbox nav li span{
	color: white;
}
.tabs-style-iconbox nav li .icon{
	color: #e5e52d;
}
.tabs-style-iconbox nav li.tab-current a, .tabs-style-iconbox nav li.tab-current span{
	color: #74777b;
}
.tabs-style-iconbox nav ul li a:hover{
	color: #74777b;
}
.tabs-style-iconbox .content-wrap section{
	padding-left: 0;
}
.tabs-style-iconbox .content-wrap #portfolio .service-item a {
	color: #2c3e50;
	font-size: 1.4em;
}
.tabs-style-iconbox .content-wrap #portfolio .service-item i span {
	color: #ffe6cc;
}
.tabs-style-iconbox .content-wrap #portfolio .div-btncircle-home{
	margin-bottom: 15px;
}
.tabs-style-iconbox .content-wrap #portfolio .btn-circle {
	text-align: center;
	width: 135px;
	height: 135px;
	padding: 10px 6px;
	font-size: 1em;
	line-height: 1.33;
	border-radius: 75px;
	white-space: normal;
	color: #ffe6cc;
	font-weight: 600;
	background-color: #2c3e50;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	/*text-transform: uppercase;
	opacity: 0.75;*/
}
.tabs-style-iconbox .content-wrap #portfolio .btn-circle:hover {
	font-size: 1.05em;
	opacity: 0.85;
	background-color: #243342;
}

@media(max-width:768px) {
	.tabs-style-iconbox .content-wrap #portfolio .btn-circle {
		width: 120px;
		height: 120px;
		font-size: 0.9em;
	}
	.tabs-style-iconbox .content-wrap section{
		padding-left: 1.5em;
	}
}
@media(min-width:1200px) {
   #section-gestao-contabil{
   	margin-left: 115px;
   }
   #section-outras-consultas{
   	margin-left: 50px;
   	margin-right: 35px;
   }
   #section-gestao-pessoal{
   	margin-left: 160px;
   }
   #section-licitacoes-contratos{
   	margin-left: 95px;
   }
   #section-gestao-orcamentaria{
   	margin-left: 28px;
   }
}
@media(min-width:991px) and (max-width:1199px) {
   #section-outras-consultas{
   	margin-left: 200px;
   }
   #section-gestao-pessoal{
   	margin-left: 0px;
   }
   #section-licitacoes-contratos{
   	margin-left: 65px;
   }
}

.tabs-style-iconbox .content-wrap #portfolio .service-item a:hover, .tabs-style-iconbox .content-wrap #portfolio .service-item a:focus {
	color: #3f5973;
}
.tabs-style-iconbox .content-wrap section{
	background-color: #ffffff;
}
.tabs-style-iconbox .content-wrap div.section-iconbox{
	/*background-color: #f3f3f3;*/
	/*margin-right: 4%;
	margin-left: 4%;*/
	padding-top: 1.2%;
}
.tabs nav ul{
	padding: 0 6%; 
}

/* Personal adjusts in tabs from concursos page */
.tabs-style-bar ul li a.tab-bar{
	text-decoration: none;
}

.content-wrap section p{
	font-size: 2em;
	color: #c6c6c6;
}

.content-wrap section p.ano-concurso{
	padding: 0.4em;
	margin: 0.6em 1.7em 0.25em;
	border-bottom: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
}

.content-wrap section p.ano-concurso-first{
	margin: 0.25em 1.7em;
}

.content-wrap section p.ano-concurso-others{
	margin: 0.5em 1.7em 0.25em;
}

#ulist-concursos{
	margin: 2em 2.5em 0;
}

#ulist-concursos li{
	padding-bottom: 0.5em;
}

#ulist-concursos li a{
	cursor: pointer;
}

/* Filter badges from Concursos Page */
.content-wrap section div.nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	overflow: hidden;
}
.content-wrap section div.nav ul li {
	display: inline;
}
.content-wrap section div.nav ul li a {
	padding: 16px;
}
.content-wrap section div.nav ul li a span.badge {
	font-size: 15px;
	padding: 5px 9px;
}

/* Last Publications from Concursos Page */
#tb-last-publications tbody tr td{
	font-size: 0.8em;
}
#tb-last-publications thead tr th{
	font-size: 1em;
}
.content-wrap section table p{
	font-size: 1.5em;
}
.content-wrap section table span{
	font-size: 0.7em;
}