﻿
/* CSS Document */

/*STYLE PARA O SISTEMA DE METAS DA LEARDINI*/




body
{
/*background-image:url(images/bg.jpg);*/
background-color:#002142;
background-repeat:repeat-x;
font-family: 'Arial', sans-serif;
font-size: 12px;
color:#666;
margin:0;
min-width: 1024px;
}

h1 { 
color:#ff6d00;
font-size:16px;
font-weight:bold;
}


#titleHeader{

font-size:38px;
text-align:center;
margin-top:-200px;
color:#FFF;
}


/* definição do header que aparece em todas as páginas
adaptar de acordo com as configurações do sistema*/

#header{
	/*background: url('images/header_01.png') 0px 0px no-repeat, 
			url('images/header_02.png') 370px 0px no-repeat,
			url('images/header_03.png') 724px 0px no-repeat, 
			url('images/header_04.png') 982px 0px no-repeat;
	height:187px;
	width:100%;
	-webkit-box-shadow: 0px 1px 2px rgba(20, 20, 20, 0.5);
	-moz-box-shadow:    0px 1px 2px rgba(20, 20, 20, 0.5);
	box-shadow:         0px 1px 2px rgba(20, 20, 20, 0.5);*/
	
	
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	height:180px;
	margin-left:70px;
	margin-top:20px;
}

#_menu ul
{	
	margin:auto;
	position:relative;
	width:540px;
}

#_menu ul li 
{
    display: inline-block;
    margin-top: 5px;
}

#_menu ul li a, #_menu ul li a:visited {
	color:#fff;
	list-style-type:none;
	text-align:center;
	text-decoration:none;
	
}

#_menu ul li ul {
	display: none;
}


#_menu ul li{	
	background-color: #015d86;
	padding: 12px 3px 12px 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(20, 20, 20, 0.2);
	-moz-box-shadow:    0px 1px 2px rgba(20, 20, 20, 0.2);
	box-shadow:         0px 1px 2px rgba(20, 20, 20, 0.2);
	
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#_menu ul li:hover{
	background-color: #1c8ec1;
}

li {display:inline;}

input[type="text"],input[type="password"], textarea {
  color:#666;
  margin:1;
    background-color:#fff;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#fed2b0;
  border-style:double;
  border-width:1px;
  padding:4px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
  border-radius: 3px;
}

form 
{
    color:#666;
    padding:5px;
    width: auto;
}

.main-container-restricao form 
{
    color:#666;
    margin: 0px 5px 0px 5px;
    padding:5px;
    width: auto;
}
.telaModal form
{
	  color:#000;
    margin: 0px 2px 0px 2px;
    padding:2px;
    width: auto;
}

.fieldset 
{
  padding: 1em;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
}



div.tabs
{
    background-color:#fff;
	margin:auto;
	margin-top:-70px;
	margin-left:-68px;
	margin-right:-57px;
	margin-bottom:-67px;
}

div.box   {
	background-color:#fff;
	margin:auto;
	position:relative;
	width:250px;
	height:235px;
	line-height: 24px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px 10px 20px 20px;
	border: 1px solid #fed2b0;
	border: inset 1px solid #333;
}

.error
{
   background-color:#fff;
    margin:auto;
	position:relative;
	border: 1px solid #fed2b0; 
}

div.box label span {
  display:block;
  font-size:12px;
  text-align:left;
  width:80%;
}

div.box .item_button{
	padding-top:20px
}
/*estilo das caixas de input do login*/

div.box .input_text {
  background-color:#fff;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#fed2b0;
  border-style:double;
  border-width:1px;
  padding:8px;
  width:220px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*estilo das caixas de select do login*/

.item_select select {
   background: transparent;
   font-size: 12px;
   height: 28px;
   width: 130px;
   }
   
.item_select 
{
	display:inline-block;
} 
   
.meta_item_select 
{
   display: inline-block;
   width: 150px;
   height: 21px;
   overflow: hidden;
   border: 1px solid #fed2b0;
   }          
   

/*botão enviar login*/   

.send, .sendSalvar {
  color: #fff;
  padding: 4px 10px 4px 10px;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #ff6d00;
}

.send:hover, .sendSalvar:hover {
  background: #fb984f;
}



.cancel{
  color: #fff;
  padding: 4px 10px 4px 10px;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #ff6d00;
}

.cancel:hover {
  background: #fb984f;
}

/*inicio sugestão comercial */

.status, .status a, .status a:visited{
	font-weight:bold;
	color:#ff6f00;
	text-decoration:none;
	width:90%;
	margin:auto;
	margin-top:10px;
	height: 20px;
}

.main-container{	
    background-color: #fff;/*rgba(255,255,255, .75)*/
	margin:auto;
	position:relative;
	width:95%;
	line-height: 24px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px 10px 20px 20px;
	border: 1px solid #fed2b0;
	border: inset 1px solid #333;
	overflow:auto;
}

  
    
.main-container-restricao{	
    background-color:#fff;
	margin:auto;
	position:relative;
	width:90%;
	height:auto;
	line-height: 24px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px 10px 20px 20px;
	border: 1px solid #fed2b0;
	border: inset 1px solid #333;
}

.itens_sup{
	 width: 250px;
	 position:absolute; 
	 right: 0px;
	 text-align:right;
}

.periodo .itens_sup
{
	margin: 0px  0px  0px  0px;
	margin-top: 0px;
	 width: 100%;
	  position:relative;
	
	  display: block;
}


.restricao .itens_sup{
	 margin-top:0px;
	 margin-bottom: 10px;
	 width: 350px;
	 position:relative; 
	 float:right;
	 text-align:right;
}


.periodo .item_button, .restricao .item_button{ 
	padding-top:10px;
	
	  text-align:right;
}

.dialog a
{
  width: 24px;
   height: 24px;
   overflow: hidden;
   background: url('images/close.png') no-repeat right;
   float:right;
   text-indent: -9999px; /* hides the link text */
   vertical-align:middle;
    
}

a.openDialog
{
  width: 20px;
   height: 24px;
   overflow: hidden;
   background: url('images/more.png') no-repeat right;
   float:right;
  
 
   text-indent: -9999px; /* hides the link text */
   vertical-align:middle;
    
}



.table  a
{
	clear:both;
	 width: auto;
   height: auto;
   overflow: visible;
   background: none;
   float:none;
   
   text-indent: none; /* hides the link text */
 
	
}

.tableMes  a
{
	clear:both;
	 width: auto;
   height: auto;
   overflow: visible;
   background: none;
   float:none;
   
   text-indent: none; /* hides the link text */
 
	
}

/*icone +*/
.button_more {
   width: 20px;
   height: 24px;
   overflow: hidden;
   background: url('images/more.png') no-repeat right;
   float:right;
   margin-right: 33%;
   margin-top: -30px;
 }  

/*icone calendario*/
.data_ico{
   width: 24px;
   height: 24px;
   overflow: hidden;
   background: url('images/calendario.png') no-repeat right;
   float:right;
   margin-right: 72%;
   margin-top: -30px;
 } 
 
.periodo .item_cadastro,.restricao .item_cadastro
{
	border-bottom: 2px solid #ccc;
	padding-bottom:30px;
 }
 
 .telaModal .item_cadastro{
	border-bottom: 2px solid #ccc;
	padding-bottom:30px;
 }
 
.periodo span, .restricao span
{
    width: 160px;
	clear: both;
	float: left;
}

#totalLeft
{
	clear: both;
	float: none;
	display: inline-table;
	text-align:right;
	 width: 180px;   
}

.telaModal span 
{
    width: 50px;
	clear: both;
	float: left;
	
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color:#666;
	 margin-top: 8px;
}
.item_cadastro h1:nth-child(1) {
margin-top:100px ;
}

.periodo .item_cadastro h1:nth-child(1) {
margin-top:10px ;
}

.periodo .input_text
{
  background-color:#fff;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#fed2b0;
  border-style:double;
  border-width:1px;
  padding:8px;
  width:220px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
}

.restricao .input_text
{
	
 margin-top:4px ;
  background-color:#fff;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#fed2b0;
  border-style:double;
  border-width:1px;
  padding:4px;
  width:110px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
}


.restricao .input_text_total
{
	
	text-align:center;
 margin-top:4px ;
  background-color:#fff;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#fed2b0;
  border-style:double;
  border-width:1px;
  padding:4px;
  width:100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
}

.periodo .date {
  background-color:#fff;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#fed2b0;
  border-style:double;
  border-width:1px;
  padding:4px;
   width: 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}



.ui-datepicker-trigger
{
	margin-left: 2px;
	vertical-align:middle;
    margin-bottom:0px;
}

.periodo .input_text_long,.restricao .input_text_long  {
  background-color:#fff;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#fed2b0;
  border-style:double;
  margin-top: 4px;
  border-width:1px;
  padding:4px;
   width:500px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.telaModal .input_text_long {
  background-color:#fff;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#fed2b0;
  border-style:double;
  margin-top: 4px;
  border-width:1px;
  padding:4px;
   width:300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


 /*div do box de mensagem*/
.item_name{
	background-color: #ff6d00;
	color: #fff;
	height:20px;
	width:80px;
	margin-left: 10%;
	text-align:center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*div mensagem motivo*/
#message_container{
    text-align:center;
	width:90%;
	margin-top:30px;	
}

/*div informações*/
#info_container
{
	text-align: center;
	

}

/*text box*/
textarea{
background-color:#fff;
width:80%;
color:#333; 
border:#fed2b0 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}


.item_area
{
    margin: 20px 50px 50px 0px;
}

.align-right
{
    float: right;
}

#mytable
{
    width:640px;
    max-width: 840px;
    margin: 0px 170px 0px 170px;

}

.line
{
    border-bottom: 1px solid #666;
}

.simple-line
{
    border-bottom: 1px solid #666;
    width: 220px;
    max-width: 220px;
}

.left 
{
   display: inline-block;
   width: 209px;  
}

.middle 
{
     width: 209px;
     display: inline-block;   
}

.right 
{
    float: right;
    
}

.status-red 
{
    color: #750000;
}
.status-green
{
    color: #004600;
}

.status-orange
{
    color: #ff4600;
}

.status-black
{
    color: #322f32;
}

.label-info 
{
    font-weight: bold;
    color: #ff4600;
}

.loginerrorbox
{
    text-align: center;
    font-size: small;
    font-weight:bold;
    color: #666666;
	background-color:#fed1b0;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 20px;
	position:relative;
	width:250px;
	line-height: 24px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px 10px 20px 20px;
	border: 1px solid #ff4600;
	border: inset 1px solid #ff4600;  
}


.errorboxFull
{
	display:block;
	text-align: center;
    font-size: small;
    font-weight:bold;
    color: #666666;
	background-color:#fed1b0;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	width:100%;
	line-height: 24px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px 10px 20px 20px;
	border: 1px solid #ff4600;
	border: inset 1px solid #ff4600;    
}

.errorbox
{
    text-align: center;
    font-size: small;
    font-weight:bold;
    color: #666666;
	background-color:#fed1b0;
    text-align: center;
	position:absolute;
	width:400px;
    margin-left:-200px;
    margin-top: 15px;
    left:50%;
	line-height: 24px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px 10px 20px 20px;
	border: 1px solid #ff4600;
	border: inset 1px solid #ff4600;
    
}


/* Bread crumb */
#breadcrumb ul, #breadcrumb2 ul { list-style: none; }

.crumbs { display: block; }
.crumbs li {  display: inline; }
.crumbs li.first { padding-left: 8px; }
.crumbs li a, .crumbs li a:link, .crumbs li a:visited { color: #666; display: block; float: left; font-size: 12px; margin-left: -13px; padding: 7px 17px 11px 25px; position: relative; text-decoration: none; }

.crumbs li a { text-decoration:none; font-weight:bold;  color:#ff6f00; background-repeat: no-repeat; background-position: 100% 0; position: relative; }
.crumbs li a:hover { text-decoration:none; color:#ff6f00; background-position: 100% -48px; cursor: pointer; }
.crumbs li a:visited { text-decoration:none; color:#ff6f00; background-position: 100% -48px; cursor: pointer; }
.crumbs li a:active { text-decoration:none; color:#ff6f00; background-position: 100% -96px; }
.crumbs li.first a span {text-decoration:none;  height: 29px; width: 3px; border-left: 1px solid #d9d9d9; position: absolute; top: 0px; left: 0px; }


.crumbs2 { display: block; padding: 0; }
.crumbs2 li { display: inline; }
.crumbs2 li a { font-weight:bold; text-decoration:none; background-position: 100% -48px; cursor: pointer;  }
.crumbs2 li a:hover { font-weight:bold; text-decoration:none; color:#ff6f00; background-position: 100% -48px; cursor: pointer; }
.crumbs2 li a:visited { font-weight:bold; text-decoration:none; color:#ff6f00; background-position: 100% -48px; cursor: pointer; }
.crumbs2 li a:active { font-weight:bold; text-decoration:none; color:#ff6f00; background-position: 100% -96px; }


/*divs que contem as tabelas*/
.table{
	width: 100%;
	height: 40%;
	margin: auto;
}

.table table {
	width: 100%;
}


.tableMes
{
	display:table-cell;
	
	width: 10%;
	height: 40%;
	
}

.tableMes table {
	width: 19%;
	margin: 5px 5px 5px 5px;
}


.t-mempty {
	background-color: rgba(255,255,255,0);
}

.t-month {
	background: #504F4B;
	width: 9.6em;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.t-setor {
	background: #504F4B;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.t-setorCol {
	background: #FF6D00 ;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	
	
}


.tr1 {
	background: #FF6D00 !important;
	color: #FFF;
}

.trFilter {
	background: #fff !important;
}


.trFilter input[type="text"], select {
  color:#888;
  width:92%;
  margin: 2px 2px 2px 2px;
    background-color:#fff;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#fed2b0;
  border-style:double;
  border-width:1px;
  padding:3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
  border-radius: 3px;
}

.t-tableFilter span
{
	width: 100%;
	clear: both;
	float: left;
}

.table tableFilter 
{
	clear:both;
	width: 80%;
}


.t-tableFilter 
{
	
}

.periodo .trFilterRestricao input[type="text"] {
  
}


.periodo .trFilterRestricao  select {
 
}

.trFilter {
	background: #fff !important;
}


.trFilterRestricao .trFilter input[type="text"], select {
  color:#888;
  background-color:#fff;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#fed2b0;
  border-style:double;
  border-width:1px;
  padding:3px;
  
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
  border-radius: 3px;
}
.filter_column filter_text
{
	margin: 0px 1px 0px 1px;
}

#filterCodigoRestricao  span, #filterCodigoRestricao  input[type="text"]
{
	display:inline-block;
	width:98%;
	padding-left:0px;
  padding-right:0px;
}


.filter_column filter_select  select
{
	padding-left:0px;
  padding-right:0px;
	display:inline-block;
	width:98%;

}

#filterdescricaoRestricao  span, #filterdescricaoRestricao  input[type="text"]
{
	display:inline-block;
	width:98%;
	margin-left: 2px;
}

#filterdescricao  input[type="text"]
{
	width:200%;
}
.tr1 td { 
	padding: 8px 1px;
	 }
	 
	 .tr1 td:first-child {
		 -webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	 }
	 
	 .tr1 td:last-child {
		 -webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	 }
	 
.t-table2 {
	margin-top: -2px;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}

.t-table2 tr:nth-child(2n+1) {
	background: #F2F2F2;
	
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.t-table2 td {
	padding: 3px 1px;
}

.t-table2 tr.even.row_selected td {
	background-color: #B0BED9;
	 color: #FFF;
}

.t-table2 tr.odd.row_selected td {
	background-color: #9FAFD1;
	 color: #FFF;
}

.t-table3 
{
	width: 40%;
	margin-left: 25%;
	margin-top: 30px;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}

.t-table3 tr:nth-child(2n+1) {
	background: #F2F2F2;
	
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.t-table3 td {
	padding: 3px 1px;
}


.t-table4
{

	float:right;
	width: 10%;
	margin-left: 0px;
	margin-top: -180px;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}

.t-table4 tr:nth-child(2n+1) {
	background: #F2F2F2;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.t-table4 td 
{
	padding: 3px 1px;
		border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;

}


#info_containerRestricao
{


}
.t-tableRestricao
{
	width: 40%;
	margin-left: 5%;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
float:left;
}

.t-tableRestricao tr:nth-child(2n+1) {
	background: #F2F2F2;
	
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.t-tableRestricao td {
	padding: 3px 1px;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}



.t-tableMes 
{
	clear:inherit;
	float:left;
	margin-top: -2px;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}
	 
.t-tableMes tr:nth-child(2n+1) {
	background: #F2F2F2;
	
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.t-tableMes td {
	padding: 3px 1px;
}

.t-tableMes tr.even.row_selected td {
	background-color: #B0BED9;
	 color: #FFF;
}

.t-tableMes tr.odd.row_selected td {
	background-color: #9FAFD1;
	 color: #FFF;
}

.t-tableSetor 
{
	display: inline-block;	
	width: 130px;
			max-width: 130px;
			height: 120px;
	margin-top: 0px;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}

.t-tableSetor td {
	padding: 0px 0px;
}

.trSetor td { 
	padding: 0px 0px;
	 }
	
 
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('images/sort_desc_disabled.png') no-repeat center right;
}
 
table.display thead th:active,
table.display thead td:active {
	outline: none;
}

.ui-dialog-titlebar-close {
  visibility: hidden;
}

.ui-dialog-titlebar {display:none}

#leftContainer 
{
    display: table-cell;
    width: 250px;
    min-width: 250px;
}

#rightContainer 
{
    display: table-cell;
    width: 750px;
    min-width: 750px;
}

#rightContainer label
{
    display: inline-block;
    width: 120px;
}

#rightContainer input[type="text"] {
   margin: 1px, 1px 1px 1px;
} 


#CadastroContainer 
{
    display: table;  
}

.tela-wide 
{
   margin: 0px 170px 0px 170px;
}

.simple-label 
{
    display: inline-block;
    width: 120px;
}

 .errorboxFull li
{
    display: block;
}
.simple-button{
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #ff6d00;
}

.qtd-buttons 
{
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #ff6d00;
  width: 40px;
  height: 40px;
  margin: 2px 5px 2px 0px;
}



#tooltip {
	background: rgb(189, 205, 255); padding: 5px 20px; border-radius: 5px; border: 1px solid rgb(51, 51, 51); color: rgb(51, 51, 51); display: none; position: absolute; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}


.setor {
	display: inline-block;
	width: 130px;
	height: 120px;
	margin: 5px 5px 5px 5px;
	text-align: center;
}
		
.setor-item 
{
    font-size: 12px;
    display: table-cell;
    width: 65px;
    height: 50px;
    line-height: 50px;
}

.setor-header 
{
    font-size: 12px;
    display:block;
    height: 20px;
     background-color: #ff6d00;
    color: White;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}


.spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -50px; /* half width of the spinner gif */
	margin-top: -50px; /* half height of the spinner gif */
	text-align:center;
	z-index:1234;
	overflow: auto;
	width: 100px; /* width of the spinner gif */
	height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}


.dataTables_info {
	width: 60%;
	float: left;

}

.dataTables_paginate 
{
	width: 40%;
	float: right;
	text-align: right;

}


/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	color: #111 !important;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,
.paginate_disabled_next:hover, .paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active, .paginate_enabled_previous:active,
.paginate_disabled_next:active, .paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous, .paginate_enabled_previous {
	padding-left: 20px;
}
.paginate_disabled_next, .paginate_enabled_next {
	padding-right: 15px;
	margin-left: 5px;
}

a.paginate_disabled_previous {
	background: url('images/back_disabled.png') no-repeat top left;
}

a.paginate_enabled_previous {
	background: url('images/back_enabled.png') no-repeat top left;
}

a.paginate_enabled_previous:hover {
	background: url('images/back_enabled_hover.png') no-repeat top left;
}

a.paginate_disabled_next {
	background: url('images/forward_disabled.png') no-repeat top right;
}

a.paginate_enabled_next {
	background: url('images/forward_enabled.png') no-repeat top right;
}

a.paginate_enabled_next:hover {
	background: url('images/forward_enabled_hover.png') no-repeat top right;
}


.simple-header 
{
    background-color: #ff6d00;
    color: White;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

.simple-block
{
    margin: 20px 10px 10px 10px;
    display: inline-block;
    vertical-align: top;
    width: 350px;
    font-size: 12px;
    text-align: center;
    height: 130px;
}

.simple-border
{
    border-bottom-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-style: none;
    border-color: black;
    border-width: 1px;
    height: 100%;
}

#sair 
{
    position: fixed;
    font-size: 12px;
    color: White;        
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 23px;
}

#sair div
{
    float: right;
}

#sair div a 
{
     color: White;
}

#sair div a:visited
{
    color: White;
}

