
.table > :not(caption) > * > * {
    padding: 0.5rem 0.4rem;
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

.table thead tr th {
    font-weight: 600;
}

.sidebar-base .nav-item .nav-link:not(.disabled) {
    color: #566573;
}

/* css odontograma */
.styleOdon{
    width: 100%;
    height: 320px; /* Ancho y alto fijo */
    overflow: hidden; /* Se oculta el contenido desbordado */
    background-color: #efefef;
    border: 2px solid #b2b2b2;
    display: inline-block;
}

.cardOdon {
    background: rgba(255, 255, 255, 0.9);
    min-height: 50px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 60%);
    position: absolute;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.desabilitado{
    fill:black;
    stroke:black;
    stroke-width:1px;
    opacity: 0.3;
}
.marcadoAzul
{
    fill:none;
    stroke:blue;
    stroke-width:7px;
}
.marcadoVerde
{
    fill:green;
    stroke:black;
    stroke-width:1px;
}
.marcadoMorado
{
    fill:#CC66CC;
    stroke:black;
    stroke-width:1px;
}
.marcadoMarron{
    fill:#CC6600;
    stroke:black;
    stroke-width:1px;
}
.marcadoAmarillo{
    fill:yellow;
    stroke:black;
    stroke-width:1px;
}
.marcadoRojo{
    fill:red;
    stroke:black;
    stroke-width:1px;
}
.marcadoNaranja{
    fill:orange;
    stroke:black;
    stroke-width:1px;
}
.marcadoTomate{
    fill:tomato;
    stroke:black;
    stroke-width:1px;
}
.diente{
    fill-opacity:0;
    stroke:black;
    stroke-width:1px;
}
.ausente
{
    fill:none;
    opacity: 0;
}
.corona
{
    fill:none;
    opacity: 0;
}
.endodoncia
{
    fill:none;
    opacity: 0;
}

.implante
{
    fill:none;
    opacity: 0;
}
/* fin css odontograma */

@media (max-width: 991px) {
    .iq-banner:not(.hide) + .content-inner {
        margin-top: 1em !important;
        padding: 1rem;
    }

    .iq-navbar-header{
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .row {
        padding-right: 0rem;
    }

    /*.row > * {
        padding-right: 0rem;
    }
    */
}

@media (max-width: 430px) {
    .footer {
        font-size: 11px;
    }
}

/* css progress bar */

.load-bar {
    position: relative;
    margin-top: 0px;
    width: 100%;
    height: 4px;
    background-color: #3366ff;
  }
  .bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
  }
  .bar:nth-child(1) {
    background-color: #77aaff;
    animation: loading 3s linear infinite;
  }
  .bar:nth-child(2) {
    background-color: #3366ff;
    animation: loading 3s linear 1s infinite;
  }
  .bar:nth-child(3) {
    background-color: #bbeeff;
    animation: loading 3s linear 2s infinite;
  }
  @keyframes loading {
      from {left: 0; width: 0;z-index:100;}
      33.3333% {left: 0; width: 100%;z-index: 10;}
      to {left: 0; width: 100%;}
  }

/* fin css progress bar */

/* css select2 */

.select2-container--bootstrap-5 .select2-selection {
    font-size: 0.8rem;
}

/* fin css select2 */

.sidebar .navbar-brand {
    padding-right: 0rem;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.customhr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.customhrventa {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    border: 0;
    border-top: 0.5px solid rgba(0, 0, 0, 0.1);
}