/* Html */
body{
	background: #f9f9f9 url('../images/bg-menu-top.jpg') repeat-x;
	color: #333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
	line-height: 20px;
	margin: 0;
}

a{
  color: #2177CF;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1, h2, h3 {
    line-height: 40px;
}

h1{
	font-size: 2.0em;
}

h2{
	font-size: 1.8em;
}

h3{
    font-size: 1.2em;
}


/* Template*/
#logo-gpes{
	background: #fff url('../images/logo-gpes.png') no-repeat center 50px;
	font-family: Roboto,sans-serif;
	margin: 20px 20%;
	padding: 150px 20px 20px 20px;
	text-align: center;
	width: 55%;
}

.conteudo{
	margin: 0 auto;
	width: 1170px;
}

.linha:before, .linha:after {
    display: table;
    line-height: 0;
    content: "";
 }
.linha:after {
	clear: both;
}

.cx1{
	float: left;
	width: 70px;
}
.cx11{
	float: left;
	width: 1070px;
}
.cx12{
	width: 1170px;
}

.cabecalho-esq{
	color: #fff;
	background-color: #1D76D0;
	font-family: Roboto,sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 64px;
}

.moduletable_menu-top ul {
    margin: 0 0 10px 0;
	padding: 0;
}
.moduletable_menu-top ul li{
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
	zoom: 1; /* hasLayout ie7 trigger */
}
/* Hack remove corners */
.moduletable_menu-top ul > li > a {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.moduletable_menu-top ul li a{
	display: block;
	font-family: Roboto,sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 46px;
	padding: 8px;
	margin: 2px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
/* Ajuste conflito com app gpes */
div.moduletable_menu-top ul.menu{
	display: block;
}
.moduletable_menu-top ul li a{
	background-color: #1D76D0;
	color: #f9f9f9;
}
.moduletable_menu-top ul li a:hover{
	background: #3886D5;
	color: #fff;
}
.moduletable_menu-top ul li.current a{
	background: #3886D5;
	color: #fff;
}

.rodape{
	margin: 20px auto 10px auto;
	width: 51%;
}
.rodape:before, .rodape:after {
    display: table;
    line-height: 0;
    content: "";
 }
.rodape:after {
	clear: both;
}

.rodape .rodape-box{
	float: left;
	margin: 20px 15px 10px 15px;
}
.rodape .rodape-box-titulo{
	font: bold 12px arial;
	margin: 5px 0;
	text-align: left;
}
.rodape .rodape-box-logo{
}


/* Custom */
div#app div#app{
	margin: 10px auto 10px auto;
	min-height: initial;
}

div.aviso-vermelho{
	color: red;
	font-weight: bold;
  	margin: 10px 0;
}

div.list__tile__content div.list__tile__title{
	position: static;
}

div.lista-titulo{
	font-size: 1.8em;
	line-height: 40px;
	margin: 20px 0 10px 0;
}
div.lista-titulo i{
	float: left;
	margin: 10px 10px 0 10px;
}

div.lista-item{
  	background: #eee;
	margin: 0 0 5px 10px;
}
div.lista-item i{
  	float: left;
	margin: 8px 10px 0 10px;
}
div.lista-item-label{
	font-size: 1em;
  	line-height: 40px;
}
div.lista-item-label p{
	line-height: initial;
	margin: 10px 20px;
	padding-bottom: 20px;
	text-align: justify;  
}

div.lista-item-label-bold{
	font-size: 1em;
	font-weight: bold;
  	line-height: 40px;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee;
}


@media (max-width: 1200px){
	.conteudo{
		margin: 0 auto;
		width: 1008px;
	}

	.cx1{
		float: left;
		width: 84px;
	}
	.cx11{
		float: left;
		width: 924px;
	}
	.cx12{
		width: 1008px;
	}

	.moduletable_menu-top ul{
		margin: 75px auto 0 -10%;
	}
	.moduletable_menu-top ul li{
		margin: 0 0 5px 0;
	}
	.moduletable_menu-top ul li a{
		line-height: 30px;
	}
	.moduletable_menu-top ul.nav-pills > li{
		display: block;	
	}

	/* Custom */
	div#app div#app{
	margin: 10px 0 10px -5%;
	min-height: initial;
	}
}


@media (min-width: 768px) and (max-width: 1024px) {
	.conteudo{
		 width: 744px;
	}

	.cx1{
		float: left;
		width: 62px;
	}
	.cx11{
		float: left;
		width: 682px;
	}
	.cx12{
		width: 744px;
	}
  
	.moduletable_menu-top ul{
		margin: 75px auto 0 -5%;
	}
  
	/* Custom */
	div#app div#app{
	margin: 10px auto 10px auto;
	min-height: initial;
	}
  
}


@media (max-width: 767px){
	#logo-gpes{
		background: #fff url('../images/logo-gpes-min.png') no-repeat center 30px;
		font-family: Roboto,sans-serif;
		margin: 20px auto;
		padding: 100px 0 10px 0;
		text-align: center;
		width: 320px;
	}
  
	.conteudo{
		width: 90%;
	}

	.cx1{
		width: 100%;
	}
	.cx11{
		width: 100%;
	}
	.cx12{
		width: 100%;
	}

	.moduletable_menu-top ul{
		margin: 75px auto 0 auto;
	}

  /* Custom */
	div#app div#app{
	margin: 10px auto 10px auto;
	min-height: initial;
	}
}

@media (max-width: 320px){
	#logo-gpes{
		background: #fff url('../images/logo-gpes-min.png') no-repeat center 30px;
		font-family: Roboto,sans-serif;
		margin: 20px auto;
		padding: 100px 0 10px 0;
		text-align: center;
		width: 270px;
	}
}