html, body {
    width: 100%;
    height: 100% !important;
    min-width: 360px;
    font-size: .875rem;
    text-align: center;
    background-color: rgb(253, 253, 253);
  }

  /* Navbar */

  .navbar-container{

    margin:auto;
    max-width: 1400px;
    min-width: 360px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }


  .navbar-brand {
    padding: 0 0px;
    height: 60px;
    line-height: 60px;
    font-size : 24px;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
    background-color: rgba(0, 0, 0, .25);

    
  }

  
  a.contacto {
  
    color: white;
    text-decoration: none;
    font-weight: 700;
    color : white;
  
  }
  
  a.contacto:hover {
  
    padding-bottom: 5px;
    color: bisque;
    text-decoration: none;
  
  }

  @media all and (min-width:992px) {
    .navbar-brand{
      max-width: 220px;
      min-width: 220px;
    }
  }
  
  
  @media all and (max-width:991px) {
    
    .sidebar {
      position: fixed !important;
      
    }
    .sidebar-container {
      top: 100px;
    }
    
    .body-container {
      padding-top: 100px !important;
    }
    .login-container {
      padding-top: 100px !important;
    }
  }
  @media all and (max-width:540px) {
    .xxs-none{
      display: none;
    }
    .xxs-overflow{
      max-width: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    
  }

  td.nombre {

    max-width: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

  }
  
    /* Banderas cambio lenguaje */
  
    a.flag {
      background-color: transparent !important;
      padding: 5px 2px !important; }
    a.flag img {
        width: 24px;
         }
  
    a.active.flag img {
      border-radius: 30%;
      border: 3px solid #ffffff; 
    
    }
    
    a.flag:not(.active):hover img{
      
      border-radius: 30%;
      border: 2px solid lightgray;
  
    }
      
    .form-error{
      color: red !important;
    }