﻿.expander 
{
    font-size: smaller;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
}

.expander:before 
{
    content: "\f077";
}

.grilla-isfechabaja 
{
    background-color: #ffe4e4 !important;
}

.is-invalid-select 
{
    border-color: #ea3523 !important;
}

.notificacionok 
{
    content: url("/img/notificaciones/ok.png");
    width: 2rem;
}

.notificacionerror 
{
    content: url("/img/notificaciones/error.png");
    width: 2rem;
}

.notificacioninformacion 
{
    content: url("/img/notificaciones/informacion.png");
    width: 2rem;
}

.panel-collapsed .expander:before 
{
    content: "\f078";
}

.separador
{
  border-left: 1px solid #E5E5E5;
  height: 1.2rem;
}

iframe 
{
    width: 100%;
    border: 0;
    overflow: hidden;
    border-radius: 4px;
}

hr {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 532px) 
{
  .nav-link
  {
    padding: 0.5rem 0.4rem;
  }
}

@media (min-width: 1200px)
{
  .modal-dialog 
  {
    max-width: 1100px;
    margin: 1rem auto; 
  }
}

.botontablero {
    transition: all 0.5s ease-in-out;
    opacity: 0.9; 
}

.botontablero:hover 
{
  transform: scale(1.05);
  opacity: 1; 
}

.grilla-row 
{
    
}

.grilla-row-bold
{
    font-weight: 600 !important;
    color:red !important;
}

.not-allowed
{
 cursor: not-allowed! important;
}

.modal-dialog-coloracion
{
  position: relative;
  width: 450px;
  margin: 0.5rem;
  pointer-events: none; 
}

.trackingpanel
{
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: 5px;
    box-shadow: 0 1px 5px 1px rgba(0,0,0,0.3);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}