﻿    /*div {
        border:1px solid red
    }*/

/* **********************************************************  ESTILOS DEFINIDOS PARA O AGUARDE DAS PÁGINAS - INICIO ************************  */
 
.modal-aguarde {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/aguarde.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-aguarde {
    display: block;
}

/* **********************************************************  ESTILOS DEFINIDOS PARA O AGUARDE DAS PÁGINAS - FIM ************************  */

/*Labels das telas sem bold*/
label {
    font-weight: normal !important;
}

/*Dimunindo os espaços dos forms*/
.form-group {
  margin-bottom: 7px;
}

/* estilos para fixar table com scroll */
.table-fixed thead {
    width: 98%;
}

.table-fixed tbody {
    height: 340px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

.table-fixed tbody td, .table-fixed thead > tr > th {
    float: left;
    border-bottom-width: 0;
}

 .table-fixed tbody td, .table-fixed thead > tr > th {
    border:0px solid red;
}
            
 .table-fixed tbody > tr > td{
    cursor:pointer;
}


/*Alterando os titulos dos tabs das telas*/
.nav > li > a {

   color:slategray;
}

.savoia-div-fixo{
    overflow:auto;
    padding :0px;
    margin:0px;
}

/*Estilos criados para o sistema */
.savoia-modal-grande .modal-dialog {
    width: 90%;
}

.savoia-modal-padrao .modal-dialog{
    width: 420px;
        
}
.savoia-modal-padrao  .modal-body {
    height:100px
}


.savoia-modal-medio .modal-dialog{
    width: 430px;
        
}
.savoia-modal-medio  .modal-body {
    height:140px
}


.savoia-modal-icone {
}

.validation-summary-errors ul { 
        list-style: none;
        margin-left:-40px
    }

.savoia-row-top{
    margin-top:15px
}

.savoia-table-pesquisa
{
    padding-bottom:0px;
    margin-bottom:0px
}

.savoia-row-rodape-top{
    margin-top:65px
}

.savoia-bottom-0 {
    padding-bottom:0px;
    margin-bottom:0px;
}

.savoia-top-0{
    padding-top:0px;
    margin-top:0px;
}

.savoia-cursor-edicao{
    cursor:pointer
}

.savoia-texto-branco{
    color:white;
}

.savoia-tabela-header{
    margin-bottom:0px;

}
.savoia-tabela-header thead tr th{
    border-bottom:1px solid silver 

}

.list-group-item div p {
  margin-bottom: 2px;
} 

.savoia-campo-data{
}

.savoia-campo-cpf{
}
.savoia-campo-cnpj{
}

.savoia-campo-valor{
}

.savoia-campo-numero{
}

.savoia-campo-cep{
}

.savoia-campo-telefone{
}

.error{
    color:red;
    font-size:smaller
}
/*inputs com erro na tela*/
.input-validation-error {
    border: 1px solid #ff0000;
    background-color: rgba( 255, 255, 255, .8 );
    background-color: #FADADA
}

/*estilos para fixar botões no rodape */
.navbar-savoia { 
    background-color: white;
    color: #ffffff;
    border-radius: 0;
}

.navbar-savoia .navbar-nav > li > a {
    color: #fff;
}

.navbar-savoia .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-savoia .navbar-nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    /*background-color: #33aa33;*/
}

.navbar-savoia .navbar-brand {
    color: #eeeeee;
}

.navbar-savoia .navbar-toggle {
    background-color: #eeeeee;
}

.navbar-savoia .icon-bar {
    background-color: #33aa33;
}

 /*cores do tooltip padrão das telas */
div.tooltip-inner {
    max-width: 350px;
    background-color:black;
    color:white;
    border:1px solid silver;
}

 /* fundo dos modais abertos pelo sistema */
/*.modal-backdrop {
    opacity: 0 !important;
    filter: Alpha(opacity=50);
}*/

 /*Configurações que só refletem na impressão do sistema */
@page {
  size: A4;
  margin: 15px;
  margin-top:25px;
  margin-bottom:25px;
}
@media print {
  html, body {
    width: 820px;
  }
  body {
    margin: 3px auto;
  }

  .small
  {
      height:5px
  }
.savoia-div-fixo {

overflow:visible
        
}

}
