body,html{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";

    font-size: 12px;
    background-color: #f8f9fa;
    height: 100%;
    align-items: left;
}



label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 12.5px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: black;
    background-color: #dee2e6;
    border-color: #dee2e6 #dee2e6 #f8fafc;
}

table.fixo { table-layout:fixed; }
table.fixo td { 
    /*overflow: hidden; */

    max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size:13px;
}

.img {
    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%); /* FF 35+ */
    box-shadow: 7px 5px 3px rgba(50, 50, 50, 0.77);
  }

img:hover {
    -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%); /* FF 35+ */
  }

.recuo { 
    text-indent:4em;
    font-size: 14px }


.form-control {
    display: block;
    width: 100%;
    height: calc(2.19rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    font-size: 12.5px;
}

.login-form-image {
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 25px  auto;
}

td, th {
    display: table-cell;
    vertical-align: inherit;
    font-size: 12.5px;
    height: 10px;
}

td:hover{
    color:black;
    font-weight: normal;
    background-color: rgb(171, 212, 253);
}

.grid {
    max-width: 1150px;
}

#table-scroll {
    height:500px;
    width:1450px;
    overflow:auto;  
    margin-top:20px;
    
  }

  #table-wrapper {    
    display: block;
    margin-left: auto;
    margin-right: auto
  }

.grid-1 {
    max-width: 1280px;
}

.grid-2 {
    max-width: 1550px;
}

.grid-dashboard {
    max-width: 550px;
}
.relatorio {
    /*width: 21cm;
    height: 29.7cm;*/

    size: auto;   /* auto is the initial value */
    size: A4 portrait;
    margin: 0;  /* this affects the margin in the printer settings */
    border: 1px solid red;  /* set a border for all printed pages */
}

.grafico {
    max-width: 1300px;
}


.container-fluid{
    width:100%;
    padding-right:0;
    padding-left:0;
    margin-right:0;
    margin-left:0;
}


.card-header-cadastro {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;

}

.c-loader {
    position: absolute;
    left: 47.5%;
    top: 47.5%;
   /* transform: translateX(-50%);
    transform: translateY(-50%);*/
    animation: is-rotating 1s infinite;
    /*border: 6px solid #e5e5e5;*/
    border: 6px solid #7FDFEB;
    border-radius: 50%;
    /*border-top-color: #51d4db;*/
    border-top-color: #208aab;
    height: 80px;
    width: 80px;
  }
  
  @keyframes is-rotating {
    to {
      transform: rotate(1turn);
    }
}
  


.mensagem-erro{
    font-size: 12px;
    color: red;
    text-align: center;    
}

.mensagem-erro-cadastro{
    color: red;
    text-align: center;    
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #FF671D;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12.5px;
}

.dropdown-item:hover {
    background-color: #b0d4f1;
    
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: white;
    font-size: 12.5px;
}

.footer {
    position: relative;
    text-align: center;
    left: 0;
    bottom: 15px;
    top: 15px;
    height: 10%;
    width: 100%;
}

.app-name{
    color : white;
    font-size: small;
}

.tamanho{
    width: 35px;
    height: 35px;

}
.tamanho-icone{
    width: 12px;
    height: 12px;

}

.tamanho-icone-pequeno{
    width: 11px;
    height: 11px;

}

.tamanho-icone-consulta{
    width: 12.5px;
    height: 12.5px;
}

.tamanho-icone-painel{
    width: 18.5px;
    height: 18.5px;
    color:red;
}

.btn-sm,
.btn-group-sm > .btn {
    line-height: 0;
    border-radius: 0.2rem;
    margin-top: -8px;
    margin-bottom: -8px;
}

.index-background{
    position: relative;
    background-image: url('../img/back.jpg');
    background-size: 100%;
    height: 870px;
    margin-bottom: 8px;
}
