﻿input[type="radio"] {
    margin-left: 25px;
}

.fondocredencial {
    background-image: url(/custom/escobar/imagenes/credencialfondo.jpg);
    background-repeat: no-repeat;
    background-size: 498px 881px;
    height: 881px;
    width: 500px;
    padding: 0;
}

.nro_credencial {
    margin-top: 125px;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    min-height: 40px;   
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

.titulo_credencial {
    font-size: 1.6em;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    margin-top: 3px;
}

.qr_credencial {
    margin-top: 60px;
    margin-left: 172px;
}

.apenom_credencial {
    margin-top: 92px;
    margin-left: 100px;
    font-size: 0.95em;
    font-weight: bold;
    color: #000;
}

.dni_credencial {
    margin-top: 37px;
    margin-left: 100px;
    font-size: 0.95em;
    font-weight: bold;
    color: #000;
}

.SECR_TEXTO_CREDENCIAL {
    margin-top: 0px;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

.vigencia {
    margin-top: 30px;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    margin-right: 2px;
}

/* nuevo agregado para menu superior -- inicio*/

.menuvisitante_superior {
    padding: 15px 20px;
    font-weight: 600;
	font-style: normal;
	cursor: pointer;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
    background: linear-gradient(0deg, var(--color1) 0%, var(--color2) 0%, var(--color3) 100%);
    transition: --color1 .5s, --color2 1s, --color3 1.5s;
	color: #004766;
}

.menuvisitante_superior:hover {
    color: #004766;
		font-weight: 800;
        /*border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;        
        --color1: rgba(2,0,36,1);
        --color2: rgba(0,28,255,1);
        --color3: rgba(104,239,253,1);*/
}


.logomuniarriba {
    float:none !important;
    height: 60px;
    cursor: pointer;
    margin-top: 15px;
     display: inline-block !important;
}

.ctrl_arriba{
    background:#ffffff !important;
}

.menu_superior_salir{
    float:right;
    font-size:2em;
    padding:6px;
    cursor:pointer;


}

#arribactrl2_btnIngresar{
    display:none;
}


#sidebarCollapse {
    display: none !important;
}
#sidebar{
    display:none !important;
}



@media (max-width: 990px) and (min-width:769px) {
    .logomuniarriba {
        display: inline-block !important;
        height: 50px;
    }
}


@media (max-width: 768px) {
    #sidebarCollapse {
        display: block !important;
    }

    #sidebar {
        display: block !important;
    }

    #arribactrl2_div_logueado_menu_superior {
        display: none !important;
    }
    #arribactrl2_div_sin_loguear_menu_superior{
        display:none !important;
    }

    .logomuniarriba {
        display: inline-block !important;
        height: 50px;
    }
}

/* nuevo agregado para menu superior -- fin*/


    @media (max-width: 500px) {
        .fondocredencial {
            background-image: url(/custom/escobar/imagenes/credencialfondo.jpg);
            background-repeat: no-repeat;
            background-size: 352px 620px;
            height: 620px;
            width: 352px;
            padding: 0;
        }

        .titulo_credencial {
            font-size: 1.0em;
            text-align: center;
            font-weight: bold;
            color: #ffffff;
            margin-top: 3px;
        }

        .nro_credencial {
            margin-top: 90px;
            text-align: center;
            font-size: 1.2em;
            font-weight: bold;
            color: #fff;
            min-height: 40px;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #000;
        }

        .qr_credencial {
            margin-top: 40px;
            margin-left: 120px;
        }

        .apenom_credencial {
            margin-top: 55px;
            margin-left: 65px;
            font-size: 0.95em;
            font-weight: bold;
            color: #000;
        }

        .dni_credencial {
            margin-top: 22px;
            margin-left: 65px;
            font-size: 0.95em;
            font-weight: bold;
            color: #000;
        }

        .SECR_TEXTO_CREDENCIAL {
            margin-top: 0px;
            text-align: center;
            font-size: 1.6em;
            font-weight: bold;
            color: #fff;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #000;
        }

        .vigencia {
            margin-top: 30px;
            text-align: center;
            font-size: 1.2em;
            font-weight: bold;
            color: #fff;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #000;
            margin-right: 2px;
        }
    }

/************ESTILOS GRILLA DE TURNOS**************/
.dtg_turnos td {
    border: 5px #fff solid;
}

.dtgheader_turnos {
}

.disponible {
    color: #fff !important;
}

.dtgheader_turnos td {
    padding: 10px !important;
    background-color: #666666;
    color: #fff !important;
}

.btn-sistema {
    color: #fff;
    background-color: #009bdb;
    border-color: #009bdb;
}

.referencia-turno {
    font-size: 0.8em;
   
}