/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Mar 18, 2022, 4:26:02 PM
    Author     : olmedojo
*/
.bg-panel-silkey{
  background-color: #B9AA68!important;
}
.btn-silkey {
  color: #fff!important;
  background-color: #b0a263!important;
  border-color: #b0a263!important;
}
.footer{
padding: 1rem .875rem;
direction: ltr;
background: #B9AA68!important;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition-property: background, border, border-radius, box-shadow;
  transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
  transition-timing-function: ease, ease, ease, ease;
  transition-delay: 0s, 0s, 0s, 0s;    
}

.navbar-silkey{
    background-color: #B9AA68;
    color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;    
}
.datepicker-inline{
    float: none; margin: 0 auto;    
}

.btn-nuevo-cliente{
    position: absolute;
    bottom: 5%;    
}
.btn-nuevo-revendedor{
    position: absolute;
    bottom:72px;
}
.modal-diploma{
    position: relative;
    display: table; /* This is important */ 
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;       
}

@media screen and (max-width: 480px) {
  .kv-table-wrap tr > td:first-child {
    font-size: 0.8em;
  }

@media screen and (max-width: 480px) {
  .kv-table-wrap th, .kv-table-wrap td {
    font-size: 0.8em;
  }
}