﻿body {
   
}
.Prueba {
    font-size:48px;
    font-weight: bold;
}
.barra a:visited {
    color: white !important;
    text-decoration: none !important;
}

.barra a {
    color: white !important;
    text-decoration: none !important;
}

.barra a:hover {
    color: hotpink !important;
}

.barra a:active {
    color: lightgoldenrodyellow !important;
    font-weight:bold !important;
    text-decoration:none !important;
}

.acuerdos {
    color: dimgray;
    max-width: 500px;
    font-style:italic ;
    margin: auto;
}


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


.separacion {
    margin-top: 20px;
    margin-bottom: 20px
}
.separacion2 {
    margin-top: 10px;
    margin-bottom: 10px
}

.centrarVertical {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.imagenMosaico   {
    margin:10%
}

.text-justify {
    text-align: justify !important;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }


    /* use negative margins to accommodate wider button text */

    .btn-circle span {
        margin: 0 -2rem;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media(width <= 770){
    .ocultarPantallaChica{
        display:none;
    }

}


/*AGREGADOS*/

.LogoFlotante{
    width: 90px;
    height: 90px;
    left: 50px;
    top: 20px;
    opacity: 1 !important;
    position: fixed;
    z-index: 0;
}


.LoginArea {
    text-align: center;
    position: absolute;
    top: auto;
    bottom: 10%;
    width: 450px;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    border-radius: 15px;
    background-color: white;
    opacity: .7;
}

.EnLinea {
    display: inline-block;
    opacity: 1 !important;
    background-color: none !important;
}


.TxtAzul {
    border-radius: 4px;
    background-color: rgb(212, 231, 238);
    border: 0;
    height: 25px;
}

.LogImg {
    width: 70px;
    height: 70px;
    margin: 50px 10px 50px 0;
    opacity: 1 !important;
    background-color: none !important;
}

.boton1 {
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #006699;
    border-radius: 10px;
}

   .boton1:hover {
        background-color: #005c8b;
        color: white;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }

.ImagenCentral {
    width: 100%;
    height: 110%;
    top: -60px;
    z-index: -1;
    display: block;
    position: fixed;
}

@media (max-width:1500px) {
    .ImagenCentral {
        height: auto !important;
    }
}


.TabActive {
    border: 2px solid black;
    border-radius: 10px 0px 10px 0px;
    background-color: #3b49df;
    display: inline-block;
    padding: 10px 7px;
    font-weight: bold;
    width: 100px;
    height: 50px;
}
.TabFondoU {
    border: 2px solid black;
    border-radius: 10px 0px 10px 0px;
    background-color: white;
    display: inline-block;
    padding: 10px 7px;
    font-weight: bold;
    width: 100px;
    height: 50px
}

.mydatagrid {
    width: 80%;
    border: solid 2px black;
    min-width: 80%;
}

.header {
    background-color: #646464 !important;
    font-family: Arial !important ;
    color: White;
    border: none 0px transparent;
    height: 25px;
    text-align: center;
    font-size: 16px;
}

.rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: left;
    border: none 0px transparent;
}

    .rows:hover {
        background-color: #ff8000;
        font-family: Arial;
        color: #fff;
        text-align: left;
    }

.selectedrow {
    background-color: #ff8000;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.mydatagrid a /** FOR THE PAGING ICONS **/ {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

    .mydatagrid a:hover /** FOR THE PAGING ICONS HOVER STYLES**/ {
        background-color: #000;
        color: #fff;
    }

.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #c9c9c9;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.pager {
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}

.mydatagrid td {
    padding: 5px;
}

.mydatagrid th {
    padding: 5px;
}


@media (max-width:1500px){
    .ImagenCentral{
        height:auto !important ;

    }
}




.table-condensed, .table-condensed tr td {
    border: 0px solid #000;
}

tr:nth-child(even) {
    background: #f8f7ff
}

tr:nth-child(odd) {
    background: #fff;
}


@media (max-width:1100px) {
    .LogoFlotante {
        width: 70px !important;
        height: 70px !important;
        top: 40px !important;
        left: 50% !important;
        -webkit-transform: translate(-50%,-20px) !important;
        -ms-transform: translate(-50%,-20px) !important;
        transform: translate(-50%,-20px) !important;
    }

    .LoginArea {
        top: 410px !important;
        bottom: auto !important;

    }
}


@media (max-width:800px) {
    .MenuUniversumDerecha{
        display:none;
    }
    .MenuUniversumDerechaOculto {
        display: block;
    }

    
    .LogoFlotante {
        width: 70px !important;
        height: 70px !important;
        top: 40px !important;
        left: 50% !important;
        -webkit-transform: translate(-50%,-20px) !important;
        -ms-transform: translate(-50%,-20px) !important;
        transform: translate(-50%,-20px) !important;
    }


    .ImagenCentral {
        width: 900px !Important;
        left: 50%;
        top: 10%;
        -webkit-transform: translate(-50%,-20%);
        -ms-transform: translate(-50%,-20%);
        transform: translate(-50%,-20%);
        height: auto !important;
        text-align: center;
    }

    .LoginArea {
        top: 320px !important ;
        bottom: auto !important ;
    }
}

@media (max-width:750px){
    .ContenidoUniversumOculto {
        display: block;
    }


}