﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.EstiloPánelTítulo {
    background-color: #00BFFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1.5px;
    border-right-width: 0px;
    border-right-style: none;
    z-index: 0;
}
.EstiloFuenteTítulo {
    color: white;
    padding-left: 3px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 19pt;
    z-index: 0;
}

.EstiloFuenteSubTítulo {
    color: white;
    padding-left: 3px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    z-index: 0;
}
.EstiloPnlModal {
    background-color: white;
    border-width: 4px;
    width: 450px;
    height: 200px;
    position: absolute;
    box-shadow: 2px 2px 6px DimGray;
}
.EstiloPnlTítuloModal {
    background-color: #00BFFF;
    border: 1px solid #CCD1D1;
    border-width: 3px;
    width: 100%;
    z-index: 0;
    height: 35px;
}
.EstiloFondoModal {
    background-color: Gray;
    opacity: 0.5;
}
.EstiloPnlControles {
    background-color: ghostwhite;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    box-shadow: 3px 3px 7px #cccccc;
    z-index: 0;
}

.EstiloPnlGeneral {
    background-color: white;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    box-shadow: 3px 3px 7px #cccccc;
}

.EstiloPnlListado {
    background-color: ghostwhite;
    border-color: #0096d2;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    box-shadow: 3px 3px 7px #cccccc;
    overflow: auto;
    z-index: 0;
}

.EstiloLbl {
    height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10.5pt;
    color: darkslategray;
    font-weight: 400;
    z-index: 0;
}
.EstiloTxt {
    background-color: white;
    border-width: 1px;
    border-color: #CCD1D1;
    border-style: solid;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 10.5pt;
    color: darkslategray;
    height: 30px;
    outline-color: lightblue;
    z-index: 0;
}

    .EstiloTxt:hover {
        background-color: #FFFFCC;
    }
.EstiloTxtLectura {
    background-color: ghostwhite;
    border-width: 1px;
    border-color: #CCD1D1;
    border-style: solid;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 10.5pt;
    color: darkslategray;
    height: 30px;
    outline-color: lightblue;
    z-index: 0;
}

    .EstiloTxtLectura:hover {
        background-color: #FFFFCC;
    }
.EstiloCmb {
    height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10.5pt;
    color: darkslategray;
    cursor: pointer;
    border-color: #cccccc;
    border-width: 1px;
    border-radius: 3px;
    outline-color: lightblue;
    font-weight: 400;
    z-index: 0;
}

.EstiloLink {
    border-style: none;
    height: 20px;
    width: 150px;
    cursor: pointer;
    color: darkslategray;
    background-color: white;
    text-decoration: underline;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    transition: transform 0.3s;
}

    .EstiloLink:hover {
        color: darkorange;
        font-size: 10pt;
    }
.EstiloBotónImagen {
    cursor: pointer;
    height: 30px;
    width: 30px;
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 10.5pt;
    color: white;
    text-align: center;
    transition: all 0.2s ease;
    border-color: lightblue;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    z-index: 0;
    transition: transform 0.3s;
}

    .EstiloBotónImagen:hover {
        background-color: #FFE799;
        border-color: white;
        color: black;
        transform: translate(0px, -2px) scale(1.03);
        box-shadow: 3px 3px 7px #CCD1D1;
    }

.EstiloBtnPequeño {
    border-color: #CCD1D1;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    height: 32px;
    width: 100px;
    background-color: #F8F9F9;
    font-family: 'Open Sans', sans-serif;
    font-size: 10.5pt;
    font-weight: 400;
    color: darkslategray;
    transition: all 0.2s ease;
    border-radius: 3px;
    z-index: 0;
    transition: transform 0.3s;
}

    .EstiloBtnPequeño:hover {
        background-color: #00BFFF;
        border-color: white;
        color: white;
        font-weight: bold;
        transform: translate(0px, -3px) scale(1.05);
        box-shadow: 3px 3px 7px #cccccc;
    }
.EstiloBtnMediano {
    border-color: #CCD1D1;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    height: 32px;
    width: 160px;
    background-color: #F8F9F9;
    font-family: 'Open Sans', sans-serif;
    font-size: 10.5pt;
    font-weight: 400;
    color: darkslategray;
    transition: all 0.2s ease;
    border-radius: 3px;
    z-index: 0;
    transition: transform 0.3s;
}

    .EstiloBtnMediano:hover {
        background-color: #00BFFF;
        border-color: white;
        color: white;
        font-weight: bold;
        transform: translate(0px, -3px) scale(1.05);
        box-shadow: 3px 3px 7px #cccccc;
    }

.EstiloBtnGrande {
    border-color: #CCD1D1;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    height: 32px;
    width: 420px;
    background-color: #F8F9F9;
    font-family: 'Open Sans', sans-serif;
    font-size: 10.5pt;
    font-weight: 400;
    color: darkslategray;
    transition: all 0.2s ease;
    border-radius: 3px;
    z-index: 0;
    transition: transform 0.3s;
}

    .EstiloBtnGrande:hover {
        background-color: #00BFFF;
        border-color: white;
        color: white;
        font-weight: bold;
        transform: translate(0px, -3px) scale(1.05);
        box-shadow: 3px 3px 7px #cccccc;
    }
.EstiloBtnDescargar {
    border-color: #CCD1D1;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    height: 32px;
    width: 100px;
    background-color: #F8F9F9;
    font-family: 'Open Sans', sans-serif;
    font-size: 10.5pt;
    font-weight: 400;
    color: darkslategray;
    transition: all 0.2s ease;
    border-radius: 3px;
    z-index: 0;
    transition: transform 0.3s;
}

    .EstiloBtnDescargar:hover {
        background-color: #00BFFF;
        border-color: white;
        color: white;
        font-weight: bold;
        transform: translate(0px, -3px) scale(1.05);
        box-shadow: 3px 3px 7px #cccccc;
    }
.EstiloBtnReporte {
    border: 1px solid #CCD1D1;
    cursor: pointer;
    height: 32px;
    width: 155px;
    background-color: #F8F9F9;
    font-family: 'Open Sans', sans-serif;
    font-size: 10.5pt;
    font-weight: 400;
    color: dimgray;
    transition: all 0.2s ease;
    border-radius: 3px;
    z-index: 0;
    transition: transform 0.3s;
}

    .EstiloBtnReporte:hover {
        background-color: lightseagreen;
        border-color: white;
        color: white;
        font-weight: bold;
        transform: translate(0px, -3px) scale(1.05);
        box-shadow: 3px 3px 7px #cccccc;
    }
.EstiloBtnCancelar {
    cursor: pointer;
    height: 32px;
    width: 100px;
    background-color: #F8F9F9;
    font-family: 'Open Sans', sans-serif;
    font-size: 10.5pt;
    color: darkslategray;
    font-weight: 400;
    transition: all 0.2s ease;
    border: 1px solid #CCD1D1;
    border-radius: 3px;
    z-index: 0;
    transition: transform 0.3s;
}

    .EstiloBtnCancelar:hover {
        background-color: #FFA740;
        border-color: white;
        color: white;
        font-weight: bold;
        transform: translate(0px, -3px) scale(1.05);
        box-shadow: 3px 3px 7px #cccccc;
    }

.overlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: Gray;
    opacity: 0.5;
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    width: 200px;
    height: 200px;
}

    .overlayContent h2 {
        font-size: 19px;
        font-weight: bold;
        color: #000;
        font-family: 'Open Sans', sans-serif;
    }

    .overlayContent img {
        width: 100px;
        height: 100px;
    }