﻿.EstiloPnlTítuloModal {
    background-color: #0096d2;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 2px;
    width: 100%;
    padding-left:5px;
    position: absolute;
    z-index: 0;
}

.EstiloPnlModal {
    background-color: white;
    border-width: 4px;
    width: 400px;
    height: 200px;
    position: absolute;
    box-shadow: 2px 2px 6px DimGray;
}

.ModalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.overlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    width: 80px;
    height: 80px;
}

    .overlayContent h2 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

    .overlayContent Image {
        width: 80px;
        height: 80px;
    }

.EstiloPánelTítulo {
    background-color: dodgerblue;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1.6px;
    z-index: 0;
}

.EstiloFuenteTítulo {
    color:white;
    margin-bottom: 0;
    font-family: Arial;
    font-size: 15pt;
    z-index: 0;
}

.EstiloFuenteSubTítulo {
    color: white;
    margin-bottom: 0;
    font-family: Arial;
    font-size:11.5pt;
    z-index: 0;
}

.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;
}

.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;
}

.EstiloBotónGrande {
    cursor: pointer;
    height: 30px;
    width: 420px;
    background-color: ghostwhite;
    font-family: Arial;
    font-size: 10pt;
    color: darkslategray;
    text-align: center;
    transition: all 0.2s ease;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    z-index: 0;
    transition: transform 0.3s;
}
    .EstiloBotónGrande:hover {
        background-color: #ffe799;
        border-color: #cccccc;
        color: black;
        transform: translate(0px, -3px) scale(1.05);
    }

.EstiloBotónMediano {
    cursor: pointer;
    height: 30px;
    width: 135px;
    background-color: ghostwhite;
    font-family: Arial;
    font-size: 10pt;
    color: darkslategray;
    text-align: center;
    transition: all 0.2s ease;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    z-index: 0;
    transition: transform 0.3s;
}

    .EstiloBotónMediano:hover {
        background-color: dodgerblue;
        border-color: white;
        color: white;
        transform: translate(0px, -2px) scale(1.03);
        box-shadow: 3px 3px 7px #cccccc;
    }

.EstiloBotónPequeño {
    cursor: pointer;
    height: 30px;
    width: 100px;
    background-color: ghostwhite;
    font-family: Arial;
    font-size: 10pt;
    color: darkslategray;
    text-align: center;
    transition: all 0.2s ease;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    z-index: 0;
    transition: transform 0.3s;
}

    .EstiloBotónPequeño:hover {
        background-color: dodgerblue;
        border-color: white;
        color: white;
        transform: translate(0px, -2px) scale(1.03);
        box-shadow: 3px 3px 7px #cccccc;
    }

.EstiloBotónCancelar {
    cursor: pointer;
    height: 30px;
    width: 100px;
    background-color: ghostwhite;
    font-family: Arial;
    font-size: 10pt;
    color: darkslategray;
    text-align: center;
    transition: all 0.2s ease;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    z-index: 0;
    transition: transform 0.3s;
}

    .EstiloBotónCancelar:hover {
        background-color: darkorange;
        border-color: white;
        color: white;
        transform: translate(0px, -2px) scale(1.03);
        box-shadow: 3px 3px 7px #cccccc;
    }

.EstiloBotónReporte {
    cursor: pointer;
    height: 30px;
    width: 135px;
    background-color: ghostwhite;
    font-family: Arial;
    font-size: 10pt;
    color: darkslategray;
    text-align: center;
    transition: all 0.2s ease;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    z-index: 0;
    transition: transform 0.3s;
}

    .EstiloBotónReporte:hover {
        background-color: lightseagreen;
        border-color: white;
        color: white;
        transform: translate(0px, -2px) scale(1.03);
        box-shadow: 3px 3px 7px #cccccc;
    }

.EstiloBotónImagen {
    cursor: pointer;
    height: 30px;
    width: 30px;
    background-color: white;
    font-family: Arial;
    font-size: 10pt;
    color: white;
    text-align: center;
    transition: all 0.2s ease;
    border-color: #cccccc;
    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 #cccccc;
    }

.EstiloLbl {
    height: 20px;
    font-family: Arial;
    font-size: 10.5pt;
    color: darkslategray;
    z-index: 0;
}

.EstiloLink {
    border-style: none;
    height: 20px;
    width: 150px;
    cursor: pointer;
    background-color: #FFFFFF;
    color: darkslategray;
    text-decoration: underline;
    font-family: Arial;
    font-size: 10pt;
    transition: transform 0.3s;
}
    .EstiloLink:hover {
        color: orangered;
        font-size: 10pt;
    }

.EstiloLinkConfigurar {
    border-style: none;
    height: 20px;
    width: 150px;
    cursor: pointer;
    background-color: #FFFFFF;
    color: darkslategray;
    text-decoration: underline;
    font-family: Arial;
    font-size: 10pt;
    transition: transform 0.3s;
}

    .EstiloLinkConfigurar:hover {
        color: forestgreen;
        font-size: 10pt;
    }

.EstiloTítuloAcordeón {
    border-style: none;
    cursor: pointer;
    background-color: #FFFFFF;
    color: darkslategray;
    text-decoration: underline;
    font-family: Arial;
    font-size: 10.5pt;
    transition: transform 0.3s;
}

    .EstiloTítuloAcordeón:hover {
        color: orangered;
        font-size: 10.5pt;
    }

.EstiloTxt {
    z-index: 0;
    background-color: white;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    font-family: Arial;
    font-size: 10.5pt;
    font-weight: 600;
    color: darkslategray;
    height: 30px;
    padding-left: 5px;    
}
    .EstiloTxt:hover {
        background-color: #FFFFCC;
    }

    .EstiloTxt::-webkit-calendar-picker-indicator {
        display: none;
    }

.EstiloTxtListado {
    z-index: 0;
    background-color: white;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    font-family: Arial;
    font-size: 11pt;
    color: darkslategray;
    padding-left: 5px;
}

    .EstiloTxtListado::-webkit-calendar-picker-indicator {
        display: none;
    }

    .EstiloTxtListado:hover {
        background-color: #FFFFCC;
    }

.EstiloTxtSoloLectura {
    z-index: 0;
    background-color: ghostwhite;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    font-family: Arial;
    font-size: 10.5pt;
    font-weight: 600;
    color: darkslategray;
    height: 30px;
    padding-left: 5px;
}

    .EstiloTxtSoloLectura:hover {
        background-color: #FFFFCC;
    }

    .EstiloTxtSoloLectura::-webkit-calendar-picker-indicator {
        display: none;
    }

.EstiloCmb {
    height: 30px;
    font-family: Arial;
    font-size: 11pt;
    color: darkslategray;
    cursor: pointer;
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
    border-radius: 3px;
    background-color: white;
    z-index: 0;
}

.EstiloHoraFecha {
    height: 30px;
    text-align: left;
    font-family: Arial;
    font-size: 11pt;
    color: dimgray;
    font-weight: normal;
    z-index: 0;
}

.EstiloMenu {
    font-family: Arial;
    font-size: 10.3pt;
    color: darkslategray;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 1;
    background-color: #F8F9F9;
    border-color: #F8F9F9;
    border-width: 1.5px;
    border-style: solid;
}
    .EstiloMenu:hover {
        background-color: #ffe799;
        color: black;
        border-color: dodgerblue;
        border-width: 1.5px;
        border-style: solid;
        transition: 0.5s;
    }

.EstiloSubMenu {
    font-family: Arial;
    font-size: 10.3pt;
    color: darkslategray;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 1;
    background-color: white;
    border-color: #F8F9F9;
    border-width: 1.5px;
    border-style: solid;
    height: 35px;
}

    .EstiloSubMenu:hover {
        color: white;
        background-color: dodgerblue;
        transition: 0.5S;
    }

.EstiloOpciónMenu {
    color: darkslategray;
    font-family: Arial;
    font-size: 10.3pt;
    background-color: white;
    padding: 8px 12px;
    height: 35px;
    display: flex;
    align-items: center;
}
    .EstiloOpciónMenu:hover {
        color: white;
        background-color: dodgerblue;
        transition: 0.5S;
    }

.EstiloSeparadorOpciónMenu {
    border-bottom-color: darkgray;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}


    
