
/* - pge/servicos-ao-cidadao/assets/css/styles2.css - */
@media all {
/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	background:url('../img/background.jpg') #fefefe;
	position:relative;
}

/*
body{
    padding: 200px 0 0;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
	min-height:500px;
}
*/

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}

a:hover{
	text-decoration:underline;
}



#colorNav {
        height: auto;
        min-height: 130px;
}


h3.manifestacoes-titulo {
    text-align: center !important;
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 135%;
    font-weight: bold;
}


/*----------------------------
	The Navigation Menu
-----------------------------*/

section, footer, nav {
	display: block;
}


#colorNav > ul{
	width: 645px; /* Increase when adding more menu items */
	margin:0 auto;
}

#colorNav > ul > li{ /* will style only the top level li */
	list-style: none;
	display: inline-block;
	line-height: 1;
	position:relative;
	width: 73px;
	margin: 1px;
}

#colorNav > ul > li > a {
	color:inherit;
	text-decoration:none !important;
	font-size:24px;
	padding: 1px;
}

#colorNav li ul{
	position:absolute;
        z-index: 1000;
	list-style:none;
	text-align:center;
	width:180px;
	left:50%;
	margin-left:-90px;
	top:110px;
	font:bold 12px 'Open Sans Condensed', sans-serif;
	
	/* This is important for the show/hide CSS animation */
	max-height:0px;
	overflow:hidden;
	
	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;
}

#colorNav li ul li{
	background-color:#313131;
}

#colorNav li ul li a{
	padding:12px;
	color:#fff !important;
	text-decoration:none !important;
	display:block;
}

p.ouvidoria-titulo-botao {
    font-size: 8pt !important;
    padding-top: 6px;
    text-align: center !important;
    width: 100%;
    color: #6f6f6e;
}

p.ouvidoria-titulo-botao-2 {
    color: white;
    font-size: 9pt !important;
    font-weight: bold;
    left: 36px;
    position: relative;
    text-transform: uppercase;
    top: -26px;
}

#botoes-sistema-cidadao {
    display: block;
    margin: 85px auto 65px;
    padding-bottom: 10px;
    width: 472px;
}

#botoes-sistema-cidadao a {
    border-bottom: medium none !important;
    float: left;
    width: 236px;
}

#content #colorNav a:link {
    border-bottom: 1px solid transparent !important;
}

#colorNav li ul li:nth-child(odd){ /* zebra stripes */
	background-color:#363636;
}

#colorNav li ul li:hover{
	background-color:#444;
}

#colorNav li ul li:first-child{
	border-radius:3px 3px 0 0;
	margin-top:5px;
	position:relative;
}

#colorNav li ul li:first-child:before{ /* the pointer tip */
	content:'';
	position:absolute;
	width:1px;
	height:1px;
	border:5px solid transparent;
	border-bottom-color:#4570b2;
	left:50%;
	top:-10px;
	margin-left:-5px;
}

#colorNav li ul li:last-child{
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

#colorNav ul li ul li p {
	color: white;
	padding: 1rem;
	font-weight: normal;
	font-family: trebuchet MS;
	font-size: 11px !important;
        background-color: #4570b2;
}

/* This will trigger the CSS */
/* transition animation on hover */

#colorNav li:hover ul{
	max-height:200px; /* Increase when adding more dropdown items */
}

li [class^="icon-"], li [class*=" icon-"] {
    display: inline-block;
    text-align: center;
    width: 73px;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

/*----------------------------
	Color Themes
-----------------------------*/


#colorNav li.green{
	/* This is the color of the menu item */
	background-color:#00c08b;
	
	/* This is the color of the icon */
	color:#127a5d;
}

#colorNav li.red{		background-color:#ea5080;color:#aa2a52;}
#colorNav li.blue{		background-color:#53bfe2;color:#2884a2;}
#colorNav li.yellow{	background-color:#f8c54d;color:#ab8426;}
#colorNav li.purple{	background-color:#df6dc2;color:#9f3c85;}

@media screen and (max-width: 480px) {
   #colorNav > ul {
       width: 164px !important;
   }

   #content #colorNav a:link {
       height: 7rem;
   }

   #colorNav li ul {
       top: 80px;
   }
}


/*----------------------------
	The Footer
-----------------------------*/

/*
footer{
	background-color: #111111;
	bottom: 0;
	box-shadow: 0 -1px 2px #111111;
	height: 45px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

footer h2{
	color: #EEEEEE;
	font-size: 14px;
	font-weight: normal;
	left: 50%;
	margin-left: -400px;
	padding: 13px 0 0;
	position: absolute;
	width: 540px;
}

footer h2 i{
	font-style:normal;
	color:#888;
}

footer a.tzine,a.tzine:visited{
	color: #999999;
	font-size: 12px;
	left: 50%;
	margin: 16px 0 0 110px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

footer a i{
	color:#ccc;
	font-style: normal;
}

footer a i b{
	color:#c92020;
	font-weight: normal;
}

*/

}

