* {
	margin: 0;
	padding: 0;
	color: #363636;
	font-family:  Verdana, sans-serif;
	outline:0px none;
}

body {
	font-size: 62.5%;
	background: url(images/stripe.png) repeat;
}

p, li {
	font: 1.2em/1.8em Verdana, sans-serif;
	margin-bottom: 10px;
}

h1 {
	font: 2.0em Verdana, sans-serif;
}

h2 {
	font: 1.8em Verdana, sans-serif;
	color: #E67009;
	margin-bottom: 10px;
}
img {
	border: none;
}
.vertical-text {
    transform: rotate(90deg);
    transform-origin: left top 0;
}

#page-wrap {
	min-width: 756px;
	max-width: 1236px;
	margin: auto;
}
.page-header{
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eeeeee;
}
h3{
    margin: 0;
    line-height: inherit;
    color: #696d73;
    font-weight: normal;
    font-size: 24.5px;
}

#page-wrap #inside {
	/*margin: 10px 10px 0px 10px;*/
	position: relative;
	padding: 0px;
	/*background: url('../imgs/bg/bg_shadow_l.gif') repeat-y top left  #f9f9f9;*/
	background: #f9f9f9;
	/*height: 740px;*/
	min-height: 400px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}
/* ---- Shadow ---- */
#page-wrap #inside .border-shadow {
	width: 100%;
	height: 8px;	
}
#page-wrap #inside #border-shadow-top {
	background: url('../imgs/bg/bg_shadow_u.gif') repeat-x top right ;
}
#page-wrap #inside #border-shadow-bottom {
	background: url('../imgs/bg/bg_shadow_b.gif') repeat-x top right ;
}
#page-wrap #inside .corner-shadow {
	position: absolute;	
	width: 11px;
	height: 11px;
	z-index: 5;
		
}
#page-wrap #inside #corner-shadow-top-left {
	background: url('../imgs/bg/bg_shadow_ul.gif') no-repeat top left ;
	top: 0;
	left: 0;
}
#page-wrap #inside #corner-shadow-top-right {
	background: url('../imgs/bg/bg_shadow_ur.gif') no-repeat top left ;
	top: 0;
	right: 0;
}
#page-wrap #inside #corner-shadow-bottom-right {
	background: url('../imgs/bg/bg_shadow_br.gif') no-repeat top left ;
	bottom: 0;
	right: 0;
}
#page-wrap #inside #corner-shadow-bottom-left {
	background: url('../imgs/bg/bg_shadow_bl.gif') no-repeat top left ;
	bottom: 0;
	left: 0;
}
/* ---- Header ---- */
#header {
      position: relative;
      height: 74px;
      text-align: center;
      /*margin-top: 5px;*/
      margin-top: 30px;
  }
#header #logo, #header .ad {
	margin-left: 20px;
	font-size: 24px;
	line-height: 74px; 
	/*width: 200px;*/
	float: left;
}
#header .ad {
	color: #ffffff;
	background-color: #3c3c9a;
	width: 400px;
	margin-left: 155px;
}
/*
#fixed-menu {
	position: fixed;
	top: 0;
	right: 50px;
	height: 30px;
	padding-left: 5px;
	background: url('../imgs/bg/bg_menufixed_l.gif') no-repeat top left;
	z-index: 50;
}*/
#fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 30px;
    padding-left: 5px;
    background: #363636;
    z-index: 50;
    width: 100%;
}
/*
#fixed-menu ul {
	margin: 0;
	background: url('../imgs/bg/bg_menufixed_r.gif') no-repeat top right;
	padding-right: 5px;
	height: 30px;
}*/
#fixed-menu ul {
    float: right;
    margin-right: 10px;
}
#fixed-menu ul li {
    list-style: none;
    float: left;
    height: 30px;
    background: #363636;
    color: #ebebeb;
    border-right: 1px dotted #ebebeb;
    font-size: 12px;
    line-height: 30px;
    padding: 0 5px;
}
/*
#fixed-menu ul li {
	list-style: none;
	float: left;
	height: 30px;
	background: #363636;
	color: #ebebeb;
	border-right: 2px dotted #ebebeb;
	font-size: 14px;
}*/
#fixed-menu ul li a{
	text-decoration: none;
	padding: 0 10px;
	color: #ebebeb;
}
/* ---- Content ---- */
#main-content {
	padding: 16px 24px 16px 197px; 
	/*background: url('../imgs/bg/bg_shadow_r.gif') repeat-y top right;*/
	/*height: 692px;*/
	min-height: 400px;
}
#main-content > div#inner {
	height:100%;
	overflow:auto;
}
/* ---- Left-Menu ---- */
#left-sidebar {
	width: 150px;
	float: left;
	padding-left: 24px;
	padding-top: 16px;
}
#left-sidebar ul#menu {
	position: relative;	
	margin: 0px;
}
#left-sidebar ul#menu > li{
	display: block;
	position: relative; 	
	/*border-bottom: 2px dotted #000000;*/
	list-style: none;
	/*height: 34px;
	line-height: 30px;*/
	width: 150px;
	padding: 0;
	margin: 0;
}
/*
#left-sidebar ul#menu li a {
	text-align: center;
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding: 2px 0;
	font-size: 12px;
}*/
#left-sidebar ul#menu li a {
    text-align: left;
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding: 2px 0 2px 26px !important;
    font-size: 11px;
}

#left-sidebar ul#menu li a.no-accordion {
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}
#left-sidebar ul#menu li div a {
	color: #252525;
    font-family: monospace;
    font-size: 12px;
}
#left-sidebar ul#menu li a span{
	font-size: 10px; 
	display: block; 
	line-height: 14px;
	color: #ffffff;
}
#left-sidebar ul#menu li a:hover, #left-sidebar ul#menu li a.hover, #left-sidebar ul#menu li a.hover span{
	background: #363636;
	color: #ffffff;
}

#left-sidebar ul#menu ul {
	visibility: hidden;
	position: absolute; 
	left: 150px; 
	margin: 0 0 0 0 !important;
	margin: 2px 0 0 0; 
	top: 0;
	
	/*padding: 5px 0;*/
	
}
/* Fix For FF */
#left-sidebar ul#menu ul li {
	width: 900px;
	list-style: none;
	margin: 0;
	text-align: center;
	font-size: 12px;
}
#left-sidebar ul#menu ul li div {
	/*border-right: 1px solid #363636; */
	border-top: 2px solid #363636;
	border-bottom: 2px solid #363636;
	background-color: #ffffff;
	float: left; 
	width: 141px; 
	padding:0 4px 5px 4px; 
	margin-bottom: 5px;
	
}
#left-sidebar ul#menu ul li a {
	display: block;
	text-decoration: none;
}
#left-sidebar ul#menu ul li a:hover {
	text-decoration: underline;
}
#left-sidebar #adweb_banners {
	list-style: none;
	height: auto;
}
#left-sidebar .adweb_banner {
	width: 150px;
	float: left;
	height: 250px;
    list-style: none;
}
.carousel-control {
	display: none !important;
}
/* ---- Misc ---- */
.clear {
	clear: both;
}
.clearSpace {
	clear: both;
	height: 10px;	
}
.text-field , .text-field option , .search-text-field{
	line-height: 18px;
	color: #898989;
	font-size: 14px;
	border: 1px solid #707070;
	background: #ffffff;
}
form.full-window {
	overflow-y: auto;
	height: 100%;
}
input.text-field, textarea.text-field {
	padding: 4px 8px 6px;
}
select.text-field {
	padding: 2px 1px 1px 8px;
	height: 27px;
}
select.text-field option {
	border: none;
}
input.color {
    border-width: 0px 20px 0px 0px;
    border-right-style: solid;
}
input.picker {
    border:none;
    border-right:20px solid green;
}
label {
	line-height: 30px;
	display: block;
	font-size: 14px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.italic {
	font-style:italic;
}
.tinyText {
	font-size: 10px;
}
.center {
	text-align: center;
}
.red {
	color: red;
}
/* ---- Login ---- */
div#modal.login {
	width: 355px;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left: -172px; 
}
div#modal.login #header {
	text-align: left !important;
	text-indent: 20px;
}
div#modal.login #body {
	border: 1px solid #363636;
}
/* ----- LIST ----- */
ul#etapaNav {
	width: 100%;
	margin: 0;
	padding:0;
	list-style:none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul#etapaNav li {
	float:left;
	font-size: 10px;
	text-align:center;
	margin: 0;
}
ul#etapaNav li a, ul#etapaNav li strong {
	padding: 4px 0;
	width: 100%;
	display: block;
}
ul#etapaNav li a{
	color: #FF6200;
	background: #FFDBC4;
}
ul#etapaNav li strong, ul#etapaNav li a:hover{
	background: #FF6200;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
ul.header {
	width: 99%;
	margin: 0;
	padding:0 0.5%;
	list-style:none;
	background: #eaeaea;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.header li {
	float:left;
	width:25%;
	font-size: 11px;
	margin: 0;
	padding: 0;
	
}
ul.header li.clear, ul#etapaNav li.clear {
	width: 100%;
	height: 1px;
	margin-bottom: 5px;
	clear: both;
	float: none;
}

ul.header li h1 {
    background: none repeat scroll 0 0 #C6C6C6;
    border-radius: 5px 5px 5px 5px;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    margin: 4px 0;
    padding: 0 4px;
}
ul.header li h1 button {
    background: none repeat scroll 0 0 #C6C6C6;
    border: medium none;
    float: right;
    font-size: 13px;
}
tbody.listWrapper {
	max-height: 600px ;
	overflow-y: auto;
	overflow-x: hidden;
}
table.list {
	width: 100%;
	overflow-y:scroll;
}
table.list tr {
	background-color: #ffffff;
}
table.list tr td {
	padding: 0px 5px;
	text-align: center;
}
table.list tr .cellTxt {
	padding: 2px 5px ;
	line-height:15px;
}
table.list tr td input {
	width: 38px;
	text-align: center;
	margin: auto;
	border:1px solid #707070; 
	font-size:10px;
}
table.list tr th {
	background-color: #898989;
	font-weight: bold;
}
table.list tr.rowBg {
	background-color: #cccccc;
}
/*
button, .button{
	background: #ffffff;
	font-size: 18px;
	cursor: pointer;
	border: 1px solid #363636;
}*/
button, .button{
    background: #363636;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #363636;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
}
input.button {
	border: 1px solid #363636 !important;
	width: auto !important;
	font-size: 15px !important;
}
input.button-search {
	border: 0px none;
	width: auto !important;
	font-size: 12px !important;
	background: none;
	cursor: pointer;
}
input.button-search:hover {
	text-decoration: underline;
}
.button:active {
	color: #ffffff;
	background: #363636;
}
.login-footer {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}
/* -- Tooltip -- */
#tooltip {
	position: absolute;
	z-index: 8000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
/* -- error -- */
input.error, textarea.error, select.error {
	border-color: red !important;
}
div.error,  tr.error, span.error{
	background-color: #C23A3A !important;
}
/* -- paginator -- */
ul.graphic {
    /*width: 100%;
    margin: 0;
    padding:0;*/
    list-style:none;
    height: 25px;
    width: 100%;
    background: #E0DEDE;
    margin-bottom: 10px;
}
ul.graphic li {
    float:left;
    width: 10px;
    margin: 0;
    padding-left: 5px;
}
ul.graphic li.title {
    font-weight: bold;
    width: auto;
    padding-right: 5px;
}
ul.graphic li, ul.graphic li a {
    font-size: 14px;
    color: #adadad;
}
ul.paginator {
	/*width: 100%;
	margin: 0;
	padding:0;*/
	list-style:none;
	height: 25px;
	width: 100%;
	background: #363636;
	margin-bottom: 10px;
}
ul.paginator li {
	float:left;
	width: 10px;
	margin: 0;
	padding-left: 5px;
}
ul.paginator li,ul.paginator li a {
	font-size: 14px;
	color: white;
}
ul.paginator li.active {
	font-weight: bold;
}
ul.paginator li.title {
	font-weight: bold;
	width: auto;
	padding-right: 5px;
}

/*Form*/

fieldset {
    border:1px solid #000;
    height: 85%;
    overflow: auto;
	margin-top: 10px;
	margin-bottom: 16px;
}

legend {
  padding: 0.2em 0.5em;
  border:0px none;
  color:green;
  font-size:14x;
  text-align:center;
  margin-left: 33px;
  color: #000;
  }
  .campoObrig{
     color: red;
   }

/* System Error Messages */

.info, .success, .warning, .error {
	width:400px;
	border: 1px solid;
	margin: 10px 0px;
	/*padding:15px 10px 15px 50px;*/
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../imgs/icon/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../imgs/icon/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../imgs/icon/warning.png');
}
.error {
	/*color: #D8000C;*/
        color:#FFFFFF;
	background-color: #FFBABA;
	/*background-image: url('../imgs/icon/error.png');*/
}

table {
	width:90%;
	/*border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;*/
	margin:auto;
    border-collapse:collapse;
}
caption {
	color: #9ba9b4;
	font-size:.94em;
		letter-spacing:.1em;
		margin:1em 0 0 0;
		padding:0;
		caption-side:top;
		text-align:center;
	}
tr.odd td	{
	background:#f7fbff
	}
tr.odd .column1	{
	background:#f4f9fe;
	}
.column1	{
	background:#f9fcfe;
	}
td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
	}
th {
	font-weight:normal !important;
	color: white;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
}
th:first-child, td:first-child {
    border-left: none !important;
}
thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:white;
}
tfoot th {
	text-align:center;
	background:#f4f9fe;
}
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}
tfoot td {
    padding: 5px !important;
}
tfoot tr {
    border-top: 1px solid #ccc;
    background: #f9f9f9 !important;
}
tfoot td, tfoot table, tfoot table tr {
    border: none;
}

div.questoes {
	padding: 20px 10px;
	border-bottom: 1px solid;
}
.container-barra {
    height: 20px;
    width: 100px;
    float: left;
    clear: left;
    margin: 5px;
}
.container-barra .barra{
    height: 20px;
}
.barra.verde {
    background: #086300;
}
.barra.laranja {
    background: #FF7700;
}
.barra.vermelho {
    background: #C20020;
}
.barra.azul {
    background: #130791;
}
.barra.amarelo {
    background: #FFEE00;
}

.window{
    display:none;
    width:300px;
    height:300px;
    position:fixed;
    left:0;
    top:0;
    background:#FFF;
    z-index:9900;
    padding:10px;
    border-radius:10px;
    text-align: center;
}

.alertco{
	display:none;
	width:400px;
	height:100px;
	position:fixed;
	left:0;
	top:0;
	background:#FFF;
	z-index:9900;
	padding:10px;
	border-radius:10px;
	text-align: center;
}
.infomodalbol{
    display:none;
    width:450px;
    height:300px;
    position:fixed;
    left:0;
    top:0;
    background:#FFF;
    z-index:9900;
    padding:10px;
    border-radius:10px;
    text-align: center;
}

#mascara{
    display:none;
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
}

.fechar{display:block; text-align:right;}
/* --- Graficos ----*/
#chart {
    width: 100%;
}

#photo{
    width: 100%;
    height: 150px;
}

#main-content >div#irtopo {
	border-top-left-radius: .4em;
	background: #0e4f68;
	position: fixed;
	bottom: 0;
	right: 0;
}
.preload{
	position: fixed;
	z-index:99999;
	top:250px; left:50px;
	width:100%; height:48%;
	opacity:1;
	background-image:url("/imgs/banners/000/teste.jpg");
	background-repeat:no-repeat;
}