/*********************************************
Sistema: Infosys
Autor: Prodesp
Versão: 1.0 01/10/2015
*********************************************/

/***********************
Geral
***********************/

/*@font-face {
	font-family: san_francisco_medium;
	src: url('../fonts/SF-Compact-Text-Regular.otf');
}
    */
* {margin: 0; padding: 0;}

html {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;    
}

body {
	/*color: #333;*/
    color:#666;
	background:url(../../Images/bg_repeat.png) repeat-x;
	background-attachment:fixed;
}

#global {
	margin:0 auto; 
	width:1150px;
	margin-bottom:30px;
}

#global.global-full{
	margin-bottom:0;
}

img {border: none;}

hr{
	margin:20px 0;
    border-top:1px solid #FFF;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

input[type="checkbox"],
input[type="radio"] {
	cursor:pointer;	/* colocar cursor nesses itens */
}

/*input[type="text"]{
	font-size:14px;	
	padding:3px;
	border:1px solid #CCC;
}*/

input[type=text], input[type=password] { 
    font-size:14px;        
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de;        
}

/* Esconde texto de Acessibilidade */
.esconder {
	display: block;
	height: 1px;
	width: 1px;
	left: -999em;
	overflow: hidden;
	position: absolute;
}

.text-center {
  text-align: center; 
}

/* Colunas */
/* Largura: 1150 - 30(margem) - 30(margem) = 1090. */
/* Tirar 20px entre as colunas. */

/* grid linha */
.row {
	margin-left: -20px;
	margin-bottom:20px;
}

.row:before,
.row:after {
	display: table;
	line-height: 0;
	content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.span3{
	width:350px;
	float:left;
	margin-left:20px;
}

.span4{
	width:257px;
	float:left;
	margin-left:20px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/***********************
Links
***********************/
a:link    	{color: #37BCC4; font-weight: bold; text-decoration: underline;}
a:visited 	{color: #3cb371; font-weight: bold; text-decoration: underline;}
a:hover   	{color: #999; text-decoration: none;}
a  			{outline: none;}

a.btn:link    	{color: #333; font-weight: bold; text-decoration: none;}
a.btn:visited 	{color: #999; font-weight: bold; text-decoration: underline;}
a.btn:hover   	{color: #E8E8E8; text-decoration: underline;}
a  			{outline: none;}

/***********************
Header
***********************/
#header {
    
	height: 130px;
    /* background:url(../../Images/bg_header.jpg) no-repeat;*/
	margin-top:16px;
}

/* usado na pag de login */
#header .data{
	
	font-size:12px;
	line-height:18px;	
}

/* pags internas */
.logo{
	float:left;
	width:560px;
	height:91px;
	background:url(../../Images/logo_cabec1.png) left top no-repeat;    
	text-indent:-999em;
    margin-top:30px;
}

.prodesp{
	float:right;
	width:128px;
	height:62px;
	background:url(../../Images/logo_cabec2.png) left top no-repeat;	
	text-indent:-999em;
	margin-top:45px;
}

.revisao{
	font-size:13px;
	/*color:#000;*/
	float:right;
	text-align:right;
	margin-right:30px;
	margin-top:88px;
}

/* Content */
#content_home{
	background:#FFF url(../../Images/bandeira_login.png) left bottom no-repeat;
	min-height:400px; 
	margin-top:48px;	
}

.content{	
    background-color:#FFF;
	min-height:500px;	
	font-size:14px;
	/*padding:30px; */
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom : 5px;
    background:#FFF url(../../Images/logo_rodape.png) right bottom no-repeat;
}

.content_main{    	
    background-color:#FFF;
    min-height: 500px; overflow: auto;
	font-size:14px;	
    background:#FFF url(../../Images/content_fundo.png) left bottom no-repeat;
}

/* prepara telas para conteudo em tela cheia */
.global-full .content{
	min-height:0;
	padding-bottom:10px;
	border-bottom:none;	
}

.login{
    /*background:#FFF url(../../Images/bandeira_login.png) left bottom no-repeat;*/
    background:#FFF url(../../Images/login_fundo.png) left bottom no-repeat;
}


/* conteudo em 100% */
.content-full{
	background-color:#FFF;
	padding:20px 0;
	width:100%;
}

.content-default {
	margin:0 auto 30px; 
	width:1150px;
	background-color:#FFF;
	border-bottom:1px solid #EDEDED;
	font-size:14px;
	padding:0 30px;
}

/* Usado no Login */
#content_home table tr td {
	text-align: left;
}

#content_home table {
	text-align: center;
}

#content_home table {
	text-align: left;
}

#content_home table {
	color: #F90;
}

#content_home table tr td strong {
	/*color: #000;*/
    color:#1e3d3e;
}

#content_home table tr td {
	color: #37BCC4;
}

/* Login */
#content_home .campos_login{
	border:none;
	border-bottom:1px solid #E8E8E8;
	padding:4px;
	font-size:12px;
}

/* barra com menu */
.barra_menu{
	background-color:#FFF;
	position:relative;	
	height:50px;
	display:table-cell;
	vertical-align:middle;
	width:1150px;
	padding:0 20px;    
    border-bottom:1px solid #CCC;
}

.icone_menu, .icone_menu:link, .icone_menu:visited{
	font-size:16px;
	font-weight:bold;
	background:url(../../Images/icon_menu.png) center right no-repeat;
	padding-right:20px;	
	text-decoration:none;
	color:#666;
	transition: all 0.2s linear;
}

.icone_menu:hover{
	background-image:url(../../Images/icon_menu_hover.png);
	color:#0CC;
	transition: all 0.2s linear;
}

.icone_menu_inverse, .icone_menu_inverse:link, .icone_menu_inverse:visited{
	background-image:url(../../Images/icon_menu_inverse.png);
	color:#b9eef3;
	transition: all 0.2s linear;
}

.usuario{
	float:right;
	font-size:14px;
	width:420px;
	text-align:right;
	margin-top:2px;	
}

.barra_menu .data{	
	float:right;
	font-size:12px;
	margin:4px 0 0 20px;
	text-align:right;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding:0 20px;
}

.sair{
	float:right;
	text-align:right;
	font-size:12px;
	margin:2px 0 0 20px;
	background:url(../../Images/icon_sair.png) left center no-repeat;
	padding-left:22px;
	height:16px;
	padding-top:3px;
}

.sair, .sair:link, .sair:visited{	
	text-decoration:none;
	color:#666;	
	font-weight:bold;
}

.sair:hover{
	color:#39bdc5;	
}

/* Titulos */
h1, h2, h3, h4, h5, h6, .texto1, .texto2, .texto3, .texto4, .texto5, .texto6{	
	margin-bottom:20px;	
}

h1, .texto1{
	font-size:22px;
}

h2, .texto2{
	font-size:20px;
}

h3, .texto3{
	font-size:18px;
}

h4, .texto4{
	font-size:16px;
}

h5, .texto5{
	font-size:14px;
}

h6, .texto6{
	font-size:12px;
}

p{
	margin-bottom:10px;
	line-height:18px;	
}


.div-left {
    float: left;
    padding-left: 10px;
}

.div-right {
    float: right;
    padding-right: 10px;
}

/* botao voltar */
.voltar {
	display: block;
	clear: both;
	padding-top:20px;
}

.voltar a{
	background: url(../../Images/icon_voltar.gif) no-repeat left center;
	display: block;
	height: 40px;
	width: 197px;
	text-indent:-999em;
}

/* Cores */
.sucesso{
	color:#53ccd4;	
}

.destaque{
	color:#666;	
}

.subtitulo{
	color:#016767;	
}

.destaque2{
	color:#776fb0;	
}

/* Classes auxiliares */
.marg-left1{
	margin-left:10px;		
}

.marg-left2{
	margin-left:20px;		
}

.vtop{
	vertical-align:top	
}

/* Titulo das pags */
.barra_titulo{
	background:url(../../Images/linha_titulo.png);
	height:67px;
}

.barra_titulo h1{
	float:left;	
}

.barra_titulo img{
	float:right;	
}

/* coluna lateral */
.sidebar{
	float:left;
	width:215px;
	margin-right:20px;	
}

/* Conteudo principal */
.main{
	float:left;	
	width:850px;
}

/* Paineis */
.panel{
	width:141px;
	float:left;
	margin-bottom:20px;
}

.panel-lg, .panel-lg .panel-heading{
	width:257px;
}

.panel-heading{
	background-color:#333;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	height:56px;
	vertical-align:middle;
	display:table-cell;
	width:141px;
	padding:0 10px;
	text-align:center;
	line-height:18px;
}

.panel-body{
	background-color:#8a8a8a;
	padding:18px 10px;
	font-size:12px;	
	border-right:1px solid #7E7E7E;
}

/* Painel lateral */
.sidebar .panel{
	width:215px;
}

.sidebar .panel-heading{
	background-color:#73b4ba;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	height:56px;
	vertical-align:middle;
	display:table-cell;
	width:215px;
	padding:0 10px;
	text-align:left;
}

.sidebar .panel-body{
	height:154px;
	background-color:#999;
	padding:10px;
	font-size:12px;	
}

.panel select{
	border-radius:5px;
	padding:4px 5px;
	cursor:pointer;
	width:100%;
	font-size:13px;
	border:none;
}

/* Painel com titulo integrado */
.panel-unico{
	margin-right:10px;
	width:205px;
}

/* Painel com titulo integrado */
.panel-unico2{
	width:180px;
}

.panel.panel-unico .panel-heading{
	background-color:#333;
	height:32px;
	vertical-align:middle;
	display:table-cell;
	width:205px;	
	text-align:left;
	padding-top:10px;
}

.panel.panel-unico .panel-body{	
	background-color:#333;
	border-right:none;
	padding:5px 10px 20px;
}

/* Botoes */

.botoes{
	margin-left:-40px;
}

.botoes li{
	margin-bottom:15px;
	list-style-type:none;
	float:left;
	margin-left:40px;
}

.botoes a.limpar{
	background: url(../../Images/bot_limpar_campos.png) no-repeat left center;
	display: block;
	height: 57px;
	width: 183px;
	text-indent:-999em;
}

.botoes a.gerar_relatorio{
	background: url(../../Images/bot_gerar_rel.png) no-repeat left center;
	display: block;
	height: 57px;
	width: 196px;
	text-indent:-999em;
}

.excell{
	margin-left:85px;	
}

.excell a{
	background: url(../../Images/bot_saida_excel.png) no-repeat left center;
	display: block;
	height: 24px;
	width: 132px;
	text-indent:-999em;	
}

/* Tabelas */
.table {
	width: 100%;
	margin-bottom: 20px;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:12px;
}

.table th,
.table td {
  padding: 15px 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table td {
  background-color:#f3f3f3;
}

.table td.text-center{
	text-align:center;
}

.table td.text-right{
	text-align:right;
}

.table thead th {
  vertical-align: bottom;
}

.table th {
  	font-weight: bold;
	background-color:#009899;
	text-align:left;
	color:#FFF;
	font-size:13px;
}


.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

caption.caption{
	font-size:14px;
	margin-bottom:5px;
	text-align:left;
	font-weight:bold;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #CCC;
}

.table-condensed td {
  padding: 8px 5px;
}

.table-condensed th{
  padding: 12px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* Menu */

.menu{
	background-color:#333;
	color:#FFF;
	position:absolute;
	left:-0px;
	top:0;
	padding:10px 20px;
	display:block;
	text-align:right;
	display:none;
}

.menu a{
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	line-height:18px;
}

.menu li{
	border-bottom:1px solid #525252;
	font-size:14px;
	list-style-type:none;
	margin-bottom:7px;
	padding-bottom:7px;
	padding-left:40px;
}

.menu li:first-child{ /* item com icone do menu mais espaçado */
	padding:7px 0 12px;	
}

.menu a:hover{
	color:#3FF;
	transition: all 0.2s linear;
}

.menu dl{
	line-height:20px;	
}

.menu dt{
	font-weight:bold;
}

.menu dd{
	display:inline;
	margin-left:20px;
}

.menu dd a{
	font-size:12px;
	font-weight:normal;
}


div.rodapepesquisa {
    float:right;       
	width:150px;	
	margin-bottom: 10px;
    margin-right: 20px;
}

div.rodapepesquisa2 {
    float:right;       
	width:250px;	
	margin-bottom: 10px;
    margin-right: 20px;
}

/* dashboard - css */
.box {
	border: 2px solid #eee;
	background: #fff !important;
	margin-bottom: 28px;	
}

.box-header {
	height: 16px;
	font-size: 16px;
	line-height: 16px;
  	padding: 10px;
  	background: #eee;
	-webkit-box-shadow: none;
     	-moz-box-shadow: none;
          box-shadow: none;
	overflow: hidden;
}

.box-header h2{
	float:left;
	margin-top: 0px;
	font-weight: 300;
}

.box-header h2 i {
	margin: 0px 3px 0px 4px;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.box-header .break{
	border-left: 1px solid #FFF;
	margin: -12px 10px -10px 10px;
	padding: 12px 0px 10px 0px;
	
}

.box-header .box-icon {
	float:right;
	margin-top: 1px;
}

.box-header .box-icon i {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.box-header .box-icon i:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.box-header .box-icon a {
	margin: 0px 5px;
}

.box-content {
	/*position: relative;
	z-index: 50;*/
  	margin-top: -1px;
	padding: 10px;
	background: #fff !important;
}
