input[type="checkbox"].boton-opcion {
    display: none;
}

input[type="checkbox"]:checked ~ .boton-opcion .opcion-off {
    display: none;
}

input[type="checkbox"]:checked ~ .boton-opcion .opcion-on {
    display: inline-block;
}

label.boton-opcion {
	text-align: left !important;
}

.opcion-off {
    color: #c51612;
}

.opcion-on {
    color: #c51612;
    display: none;
}

input[type="radio"].boton-opcion {
    display: none;
}

input[type="radio"]:checked ~ .boton-opcion {
    background-color: #dc1914;
    border-color: #c51612;
}

input[type="radio"]:checked ~ .boton-opcion .opcion-texto {
    color: #fff;
}

button.navigation {
	margin: 1em;
}

table.resumen-importes thead {
    background-color: #eee;
}

/* Estilo de los popups informativos */

.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
}

@media (min-width: 1200px) {
    .popup-upload {
        width: 40%;
    }
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.info-btn {
    color: #333;
    margin-left: 10px;
}

.estado-presentada {
    color: green;
}

.info-msg {
    background: #e97f7f;
    padding: 0.5em;
    margin: 0.5em;
    border: 1px solid #ddd;
}

/* Estilo del menú de pasos del trámite */
.menu-tab {
    font-weight: bold;

}
.menu-tab a {
    color: black !important;
}
.pag-activa a, .pag-activa span {
	color: #dc1914 !important;
    text-decoration: none;
}
.pag-no-permitida {
	color: #9c9898 !important;
}

.firma-warning-icon {
    text-decoration: none !important;
}

.firma-warning-icon span {
    font-size:36px;
}

.firma-help-icon {
    font-size:24px;
}

.firma-main-icon {
    font-size:72px;
}

.recibo-check-icon {
    font-size:24px;
    color:#399e2c;
}

.recibo-file-icon {
    font-size:48px;
    color: #333;
}