
/*

Novo layout

*/

input:not([type='image'])  {
    border:0;
    padding: 3px;
    font-size: 12px;
    font-family:Arial, sans-serif;
    color:#555;
    border:solid 1px #ccc;
    margin:0 0 2px;
    
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 2px;
/*  -moz-box-shadow: 1px 1px 3px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;*/
  
}

input.shadow_inset {
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

input.shadow_inset_top {
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

input.shadow_bottom_white {
    -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
}

input:focus {
    border:solid 1px #EEA34A;
}

.autocompletar-icon-remover {
  cursor: pointer;
  position: relative;
  background: #fff!important;
  top: -2px;
  left: -17px!important;
  padding: 2px!important;
}

.autocompletar-icon-listar {
  cursor: pointer;
  position: relative;
  background: #fff!important;
  top:  -3px;
  left: 21px!important;
  padding: 2px!important;
}

.ui-autocomplete-input {
  background: url(/sisimagens/bot-procurar.gif) no-repeat 2px 3px #fff; 
  padding-left: 20px !important;
  font-size: 12px !important;
  padding-bottom: 1px !important;
  padding-right: 1px !important; 
}

.ui-menu .ui-menu-item a {
    font-size: 0.75em;
    border-bottom: solid 1px #eee;
}
.ui-menu .ui-menu-item a:hover {
  border: 0px;
  border-bottom: solid 1px #ccc;  
}

.tabela-botoes {
    margin-top: 15px;
    width: auto;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #eee; 
    -moz-box-shadow: 0 1px 1px #eee; 
/*    box-shadow: 0 1px 1px #eee; */
    background: #fbfbfb;
}

.tabela-botoes-trans {
    border: solid #ccc 0px;
    background: transparent;
    margin-top: 0px;
}

.tabela-botoes button, .tabela-botoes a {
    -moz-box-shadow: 0px 1px 9px 2px #fff6af;
    -webkit-box-shadow: 0px 1px 9px 2px #fff6af;
    box-shadow: 0px 1px 9px 2px #fff6af;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #fab444) );
    background:-moz-linear-gradient( center top, #ffec64 5%, #fab444 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#fab444');
    background-color:#ffec64;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #ffb342;
    display: inline-block;
    color:#665d66;
    font-family:Arial;
    font-size: 1.0em;
    font-weight:bold;
    padding:4px 20px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffee66;
}
/* Correção da dif. entre botoes buttom e 'a' */
[if Gecko ] .tabela-botoes a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.tabela-botoes button:hover, .tabela-botoes a:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fab444), color-stop(1, #ffec64) );
    background:-moz-linear-gradient( center top, #fab444 5%, #ffec64 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fab444', endColorstr='#ffec64');
    background-color:#fab444;
}

.tabela-botoes button:active, .tabela-botoes a:active {
    position:relative;
    top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
#main > table:first-of-type, 
#main > form > table:first-of-type {
    width: 800px;
}

#main > form > div > table:first-of-type {
    width: 500px;
}

#main > table:first-of-type, 
#main > form > table:first-of-type,
#main > form > div > table:first-of-type {
    *border-collapse: collapse; /* IE7 and lower */
    margin-top: 15px;
    border-spacing: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;  

    background: #ffffff;

    font-family:Arial, sans-serif;
    -webkit-box-shadow: 0 1px 2px #888; 
    -moz-box-shadow: 0 1px 2px #888; 
    box-shadow: 0 1px 2px #888;    

    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}



#main > table:first-of-type > tbody:first-child > tr:first-of-type > td:first-of-type,
#main > form > table:first-of-type > tbody:first-child > tr:first-of-type > td:first-of-type, 
#main > form > div > table:first-of-type > tbody:first-child > tr:first-of-type > td:first-of-type { 

background: #013d59; /* Old browsers */
background: -moz-linear-gradient(top,  #013d59 6%, #026e8c 100%, #cbebff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#013d59), color-stop(100%,#026e8c), color-stop(100%,#cbebff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #013d59 6%,#026e8c 100%,#cbebff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #013d59 6%,#026e8c 100%,#cbebff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #013d59 6%,#026e8c 100%,#cbebff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #013d59 6%,#026e8c 100%,#cbebff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013d59', endColorstr='#cbebff',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: 0 1px 0 rgba(110,110,110,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(110,110,110,.8) inset;  
    box-shadow: 0 1px 0 rgba(110,110,110,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(0,0,0,.5); 
    color: #fff;

    border: 0px;
    border: solid #ccc 1px;
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 5px;
    text-align: left;    
}

.subtitulo {
  background: #fff; /* Old browsers */
background: -moz-linear-gradient(top,  #ccc 6%, #fafafa 100%, #cbebff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#ccc), color-stop(100%,#fafafa), color-stop(100%,#cbebff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ccc 6%,#fafafa 100%,#cbebff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ccc 6%,#fafafa 100%,#cbebff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ccc 6%,#fafafa 100%,#cbebff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ccc 6%,#fafafa 100%,#cbebff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#cbebff',GradientType=0 ); /* IE6-9 */

    border: none;
    border-bottom: solid 1px #eee;
    text-shadow: 0px 1px 0px rgba(0,0,0,.6); 
    color: #FFA319;
    padding: 3px;
    text-align: left;    

}
/* 
	Inicio tabela-form classe e id 
*/
#tabela-form, .tabela-form {
    width: 100%;
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;  
    font-family:Arial, sans-serif;
    background: #ffffff;
}

#tabela-form a, .tabela-form a {
    border: 0px;
}

#tabela-form, .tabela-form {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

#tabela-form tr:hover, .tabela-form tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
#tabela-form th, .tabela-form th {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 5px;
    text-align: left;    
}

#tabela-form td, .tabela-form td {
        font-size: 0.9em;
}

#tabela-form th,
#tabela-form td,
.tabela-form th,
.tabela-form td {
        border-top: 1px solid #eee;
		padding: 5px;
		text-align: left;
}

#tabela-form th, .tabela-form th {
background: #013d59; /* Old browsers */
background: -moz-linear-gradient(top,  #013d59 6%, #026e8c 100%, #cbebff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#013d59), color-stop(100%,#026e8c), color-stop(100%,#cbebff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #013d59 6%,#026e8c 100%,#cbebff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #013d59 6%,#026e8c 100%,#cbebff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #013d59 6%,#026e8c 100%,#cbebff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #013d59 6%,#026e8c 100%,#cbebff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013d59', endColorstr='#cbebff',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: 0 1px 0 rgba(110,110,110,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(110,110,110,.8) inset;  
    box-shadow: 0 1px 0 rgba(110,110,110,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(0,0,0,.5); 
    color: #ccc;
}

#tabela-form td:first-child, #tabela-form th:first-child,
.tabela-form td:first-child, .tabela-form th:first-child {
    border-left: none;
}

#tabela-form th:first-child, .tabela-form th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

#tabela-form th:last-child, .tabela-form th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

#tabela-form th:only-child, .tabela-form th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

#tabela-form tr:last-child td:first-child, .tabela-form tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

#tabela-form tr:last-child td:last-child, .tabela-form tr:last-child td:last-child  {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
/* 
	Fim da tabela-form classe e id 
*/

.login-form {
    width: 500px;
/*  border: solid 1px #000; */
    margin-left:auto;
    margin-right:auto;
}

#linkmanual a {
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   width: 34px;
   height: 34px;
    display:block;
}

#linkmanual {
   position: relative;
   float: left;
   margin: 3px;
   left: 10px;
   width: 32px;
   height: 32px;
   background-image:  url('/sisimagens/manual.png');
   background-repeat: no-repeat;
   background-position: 12px 4px;
   padding: 5px 10px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
    display:block;
    width:32px;
    height:32px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

#linkmanual:hover {
   background-image:  url('/sisimagens/manual.png');
   background-repeat: no-repeat;
   background-position: 11px 5px;
   color: #ccc;
   }

#linkmanual:active {
}

#home-index {
    width: 90%;
    height: 100%;
    padding-top: 15px;
    margin-right: auto;
    margin-left: auto;
    border: solid 0px #ccc;
}

#home-index div, #home-index h1 {
    border: solid 1px #888;
    border-radius: 4px; 
    background: #fbfbfb;
    box-shadow: 1px 1px 4px #888        
}

#home-index h1 {
    font-family: Arial;
    padding: 10px;
    font: 1.2em Arial;
}

#home-index h2 {
    font: 1.0em Arial;

}

.index-bi {
    margin-right: 15px;
    margin-top: 10px;
    width: 46%;
    float: right;
    height: 50%;    
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-family: Arial;
    padding: 10px;  
    font: 1.2em Arial;
}

.links-index {
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-top: 10px;
    width: 46%;
    float: left;
    height: 50%;
    font: 1.2em Arial;
}

.index-help {
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 99%;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    font: 0.9em Arial;
}
/* Posicionamento das informações no top superior direito */
.info-topo {
  position: absolute;
  top: 2px;
  right: 5px;
  margin:4px;
  width: 480px;
  padding: 2px;
  box-shadow: -1px 1px 3px #000;
  text-shadow: -0.04em 0.04em 2px #000;  
}

.box-note h3{
  text-align:center;
  position:relative;
  top:2px;
}
.box-note {
  width:280px;
  height:50px;
  background:#FFF;
  margin: 4px auto;
}
.box-note td {
    color: #000;
}
/*==================================================
 * Effect 2
 * ===============================================*/
.paper-shadow
{
  position: relative;
}

.paper-shadow:before, .paper-shadow:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 5px;
  left: 5px;
  width: 50%;
  top: 5px;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.paper-shadow:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*
Formatação do formulario de buscas
*/
fieldset.field-procurar {
  background-color: #EEEEEE;
  border:  1px solid #CCCCCC;
  padding: 2px 3px;
}

fieldset.field-procurar legend {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  background-color: #FFFFFF;
  border-left: 1px solid #eee; 
  border-right: 1px solid #eee; 
  font-weight: bold;
  padding-left: 1em;
  padding-right: 2em;
  text-transform: uppercase; 
  margin: 5px;
  text-shadow: 1px 1px 1px #ccc;  
}

fieldset.field-procurar dl {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  float: left;  
  text-shadow: 1px .1px 1px #ccc;  
  padding-right: 8px;
}

fieldset.field-procurar dt {
/*  background-color: #E9E9E9;
  border-top: 1px solid #CCCCCC; */
  color: #013D59;
  font-weight: bold;
  padding-bottom: 0.3em;
  padding-right: 6px;
  text-align: left;
  width: auto;
}

fieldset.field-procurar dd
{
  margin: 0px;
  padding: 0px;
  background: transparent; 
  text-align: left;
}

/*
Formatação da coluna da tabela de resultado de buscas.
*/
.resultado-busca, .resultado-relatorio {
  font-size: 12px;
  border-top: solid 1px #eee;
}

.resultado-busca .coluna-cabecalho, , .resultado-relatorio .coluna-cabecalho {
  font-size: 0.85em;
  font-weight: bold;
}

tr.coluna-cabecalho td:not(:first-child) {
  font-size: 1.1em;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #ccc;
  margin-bottom: 4px;
  border-right-width: 5px;
  padding-left: 5px;
  padding-right: 15px;  
}

.resultado-relatorio tr.coluna-cabecalho {
  font-size: 12px;
  border-bottom: solid 2px #aaa;
  margin-bottom: 4px;
  border-right-width: 5px;
  padding-left: 5px;
  padding-right: 15px;  
}

.resultado-relatorio tr:not(:first-child) td {
 border-bottom: solid 1px #eee;
 margin-bottom: 4px;
 padding-left: 5px;
 empty-cells: show;
}

tr.coluna-relatorio {
  font-size: 12px;
}

tr.coluna-relatorio td {
  margin-top: 2px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 4px;
  border-right-width: 5px;
  padding-left: 5px;
  padding-right: 15px;  
}

#ajax-loading { align: center; display:none; }

.Erro, .Sucesso, .Info {

  padding-top: 8px;
  padding-bottom: 8px;  
  height: auto;
  width: 99%;
  
  font-size:14px;
  font-weight: bold;
  text-align:center;
  border-radius: 4px;

  color:#fff;
  background-repeat: no-repeat;
  background-position: 6px 0px;

  box-shadow: inset 0 2px 3px 0 rgba(255,255,255,.3), inset 0 -3px 3px 0 rgba(0,0,0,.1), 0 2px 2px 0 rgba(0,0,0,.3); 

}

.Info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('info.png');
}

.Sucesso {
  background-color: #4F8A10;
  background-image:url('success.png');
  background-image: url("/sisimagens/KnobGreen.png"), -moz-linear-gradient(top,  #4F8A10,  #4F7809);
  border:1px solid #4F7809;  
}

.Erro {
  background: #ff0000;
  background-image: url("/sisimagens/KnobCancel.png"), -moz-linear-gradient(top,  #ff0000,  #ff3535);
  background-repeat: no-repeat;
  background-position: 6px 0px;
  border:1px solid #bc2142;
}

#ticket-suporte {
  border-right-width: 3px;
  float: right;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-top: 0;
  top: 0px;
  height: 20px;
}


.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

#ticket-suporte img {
  padding-bottom: 8px;
}

.ui-dialog {
	font-size: 14px;
}
.ui-dialog-title {
  font-size: 12px;
}
.ui-widget-content {
  font-size: 11px;
}

.ui-dialog .ui-dialog-buttonpane button {
  font-size: 14px;
}
/*
Suporte
Ticket desabilidade pois ainda esta em teste
*/
#dialog-abre-ticket, #ticket-suporte {
  display: none;
}
