:root {
--colorPrincipal: #55bfe0;
}

/* IMPORTANTE: NO MODIFICAR LA LINEA ROOT, ES NECESARIA PARA LA PARAMETRIZACION DEL COLOR PRIMARIO DESDE SQL */

.colorPrincipal {
    background-color: var(--colorPrincipal) !important;
    border-color: var(--colorPrincipal) !important;
}

body {
    font-size: 1.1rem !important; 
}

#header {
    box-shadow: 0px 2px 1px 0px var(--colorPrincipal);
    height: 100px;
}

    #header:before {
        content: none;
        position: absolute;
        width: 50px;
        height: 50px;
        background: #0066A7;
        border-radius: 100%;
        top: 75px;
        left: 10%;
        box-shadow: 0px 2px 11px -1px;
    }

#imgLogoMunicipio {
    max-height: 4rem;
    position: absolute;
    left: 25%;
}

/*#ingreso {
    height: 800px;
}*/

.formulario {
    box-shadow: 2px 2px 10px -2px #000;
    background: #fff;
}

a[href]:before {
    background: var(--colorPrincipal);
    margin-top: 5px;
}

a[href] {
    color: #555;
    cursor: pointer;
}

a:before {
    content: '';
    position: absolute;
    margin-left: -25px;
    width: 15px;
    height: 15px;
    background: var(--colorPrincipal);
    border-radius: 20px;
}


.loader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../gifs/loading.gif) 50% 45% no-repeat rgb(242, 243, 244);
    opacity: 0.9;
}

#textAfip {
    text-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    font-weight: 600;
    margin-top: 30vh;
    text-align: center;
}

.fontsizenormal {
    font-size: 1rem !important;
}



/* Notificaciones.aspx */
/*#divNotificaciones{
    height:600px;
}*/

.btnVolver {
    padding: 9px 13px;
    background: var(--colorPrincipal);
    color: #fff !important;
    border-radius: 60px;
    text-decoration: none !important;
    position: absolute;
    top: 30px;
    left: 40px;
    box-shadow: -1px -1px 15px -1px #555;
    transform: rotateZ(-180deg);
    font-size: 23px;
}

    .btnVolver::before {
        content: none;
    }

.table a::before {
    content: none;
}



#btnCerrarSesion::before {
    content: none;
}

/*#btnCerrarSesion {
    left: 0px;
    position: absolute;
    font-size: 3rem;
}*/


/* Data Grid Views*/

.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    overflow-x: scroll;
    border-color: white;
}

    .mGrid td {
        padding: 2px !important;
        border: solid 1px #c1c1c1;
        color: black;
    }

    .mGrid th {
        text-align: center;
        padding: 4px 2px;
        color: #fff;
        background: var(--colorPrincipal) repeat-x top;
        border: solid 0.5px #666;
        font-size: 0.9em;
    }

    .mGrid .alt {
        background: #fcfcfc repeat-x top;
    }

    .mGrid .pgr {
        background: var(--colorPrincipal) url(grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.ocultar {
    display: none;
}
/* */

.modal-dialog {
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: none !important;
}

.form-control-plaintext {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.col-form-label {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#ifVisualizaFactura, #ifVisualizaFactura2 {
    min-height: 82vh;
}

.btnVolver2 {
    padding: 9px 13px;
    background: var(--colorPrincipal);
    color: #fff !important;
    border-radius: 60px;
    text-decoration: none !important;
    /*position: absolute;
    top: 30px;
    left: 40px;*/
    box-shadow: -1px -1px 15px -1px #555;
    /*transform: rotateZ(-180deg);*/
    font-size: 23px;
}

    .btnVolver2::before {
        content: none;
    }

.rotated {
    transform: rotateZ(-180deg);
}

#imgLogo {
    max-height: 5.5rem;
}


#contenedorPrincipal {
    max-width: 60rem;
    padding-top: 2rem;
    min-height: 400px;
    background-color: white;
    box-shadow: 2px 2px 10px #666;
}

.pieGrilla tr:last-child td a {
    background: var(--colorPrincipal) !important;
    font-size: 13px;
    color: #fff !important;
    text-decoration: none;
    padding: 8px 14px;
}

.pieGrilla tr:last-child td {
    border: none;
}


.pieGrilla td span {
    padding: 11px 14px;
    background: var(--colorPrincipal) !important;
}

.vh-80 {
    height: 80vh !important;
}


.scrollCustom {
    height: 100%;
    overflow-y: scroll;
    overflow-x: scroll;
    padding: 10px 25px;
}

    .scrollCustom::-webkit-scrollbar {
        width: .5em;
        height: 10px;
    }

    .scrollCustom::-webkit-scrollbar-thumb {
        background-color: var(--colorPrincipal);
        border-radius: 50px;
    }

.textoMediano{
    min-width:200px;
}


.custom-file-input ~ .custom-file-label::after {
    content: "Buscar";
}
