
table th,
table td{
    font-size: 15px;
}

header{
    background-color: #e30613 ;
    border-bottom: 6px solid #183a64;
}
nav li{
    list-style: none;
    display: inline-block;
    color: #ffc107;
}
.navbar-brand img{
    max-width: 150px;
}
main{
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 900px;
}
.contenedor-login {
    padding: 40px;
    border-radius: 10px;
    margin: 10px;
    border: 2px solid #e30613;
}
.contenedor-login h3 {
    color: #002149;
    margin-bottom: 20px;
    font-size: 22px !important;
}
.contenedor-login-empresa {
    padding: 40px;
    border-radius: 10px;
    margin: 10px;
    border: 2px solid #e30613;
}
.contenedor-login-empresa h3 {
    color: #002149;
    margin-bottom: 20px;
    font-size: 22px !important;
}
.contenedor-restaurar {
    background-color: #f7f7f7;
    padding: 40px;
    border-radius: 10px;
    margin: 10px;
    border: 2px solid #ffc107;
}
.contenedor-restaurar h3 {
    color: #002149;
    margin-bottom: 20px;
    font-size: 22px !important;
}
#form-cursos, #form-listado-cursos{
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 6px;
}
footer{
    height: auto;
    background-color: #183a64;
    padding-bottom: 10px;
}

footer .row > div p{
    text-align: center;
    color: #eaeaea;
    padding-top: 10px;
    font-size: 14px;
    margin-bottom: 0px;
}
footer .row > div h5{
    text-align: center;
    color: #eaeaea;
    padding-top: 10px;
    font-size: 17px;
    margin-bottom: 0px;
}


    .card {
        border: 1px solid #ddd;
        border-radius: 10px;
        transition: box-shadow 0.3s;
    }

    .card:hover {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }

    .card-body {
        padding: 20px;
    }

    .barra-roja-2 {
        background-color: red;
        font-size: 15px;
        color: #fff;
        text-align: center;
        margin-bottom: 1px; /* Reducido el margen inferior */
        padding: 5px;
        border-radius: 5px; /* Bordes redondeados */
    }

    .ficha-ofertas-2 {
        display: inline-block;
        font-size: 14px;
        background-color: #069ad3;
        color: #fff;
        padding: 2px 5px; /* Añadido espacio de relleno horizontal */
        border-radius: 4px; /* Bordes redondeados */
        margin-bottom: 1px; /* Reducido el margen inferior */
    }


.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(248, 249, 250);
}
.contenedor-botones{
    text-align: center;
    border-bottom: 5px solid #716969;
}
.contenedor-botones-empresas {
    text-align: center;
    border-bottom: 2px solid #dedede;
    background-color: #f9f9f9;
}
.info-extra{
    display: none;
    background-color: #a1a2a254 !important;
    font-size: 12px;
}
.matriculado{
    border-left: 10px solid #8bc34a;
}
.descartado {
    border-left: 10px solid red;
}

.info-extra td,
.info-extra th{
    font-size: 13px;
}
.modal-body p.title{
    background-color: #007bff;
    color: #fff;
    padding: 5px;
    padding-left: 15px;
}
h1.title{
    border-bottom: 1px solid;
    color: #0080c9;
    margin-bottom: 25px;
}
.bloque{
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 25px;
}
.contenedor-botones-control{
    margin-bottom: 20px;
}
#content-busqueda-alumno-vivo{
    background-color: #fff;
    border-radius: 10px;
}
#content-busqueda-alumno-vivo li{
    list-style: none;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    padding: 10px;
}
#content-busqueda-alumno-vivo li:hover{
    background-color: #0080c9;
    color: #fff;
    cursor: pointer;
}
h4.ficha-registro {
    display: inline-block;
    background-color: #069ad3;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
h4.barra-roja {
    background-color: red;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    padding: 6px;
}
h6.ficha-ofertas {
    display: inline-block;
	font-size: 14px;
    background-color: #069ad3;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.fa-check-circle{
    color: #11da11;
}
.fa-times-circle{
    color: red;
}
.bloque h4{
    color: #ff4e00;
}
#historial-comentarios i:hover{
    cursor: pointer;
}

.left{
    text-align: left;
}
.rigth{
    text-align: right;
}
.center{
    text-align: center;
}
.btn-naranja{
    background-color: #ff4e00;
    border-color: #ff4e00;
    font-size: 12px;
    color: #fff !important;
}
.btn-azul2{
    background-color: #069ad3;
    border-color: #069ad3;
    font-size: 12px;
    color: #fff !important;
}
.btn-verde{
    background-color: #8BC34A;
    border-color: #8bc34a;
    font-size: 12px;
}   
.btn-rojo{
    background-color: red;
    border-color: red;
	border-radius: 20px;
    font-size: 16px;
	color: #fff !important;
}
.btn-amarillo{
    background-color: #F1C40F;
    border-color: #F1C40F;
    font-size: 12px;
}
.titulo-seccion{
    background-color: #007bff;
    color: #fff;
    padding: 5px;
    padding-left: 20px;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}
#cuerpo-info-curso p{
    margin-bottom: 0px;
}
#cuerpo-info-curso{
    text-align: center;
}
.bottom-20{
    margin-bottom: 20px;
}
#content-busqueda-alumno-vivo{
    display: none;
    position: absolute;
    z-index: 5;
    max-height: 280px;
    overflow-y: scroll;
    border: 1px solid #ccc;
}

#navbarSupportedContent .navbar-nav{
    display: inline-block;
    float: right;
    margin-top: 16px;
}
#navbarSupportedContent .navbar-nav a{
    font-size: 17px;
    color: white;
    font-weight: bold;
}
#navbarSupportedContent .navbar-nav a:hover{
    color: #fff;
    background-color: #069ad3;
}
.titulo-pag{
    color: #007bff;
}
.info-extra  p{
    margin-bottom: 10px;
}
.info-detalle-curso p{
    margin-bottom: 2px;
}
.bloque-delegacion{
    background-color: #f8f9fa;
    padding: 25px;
    margin-bottom: 30px;
}
.bloque-delegacion h3{
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.bloque-delegacion label{
    margin-right: 15px;
    font-size: 18px;   
}
.medium-select{
    font-size: 18px;
    padding: 5px;
    vertical-align: middle;
    border-radius: 5px;
}
.form-group {
    margin-bottom: 0.4rem;
}
#usuario-conectado{
    color: #007bff;
    font-style: oblique; 
}
p.custom-green {
    color: #03bf03;
}
p.red {
    color: #ff0000;
}
.validaciones{
    font-size: 13px;
}
.total-resultados{
    text-align: right;
}

.contenedor-titulos label,
#contenedor-titulos label{
    border: 1px solid #007bff;
    padding: 10px;
    margin-right: 10px;
}
.contenedor-titulos label:hover,
#contenedor-titulos label:hover{
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
}
.contenedor-titulos label input,
#contenedor-titulos label input{
    margin-right: 7px;
}
.contenedor-titulos-comprobacion label,
#contenedor-titulos-comprobacion label{
    border: 1px solid #03bf03;
    padding: 10px;
    margin-right: 10px;
}

.contenedor-titulos-comprobacion label input,
#contenedor-titulos-comprobacion label input{
    margin-right: 7px;
}
.subseccion{
    font-size: 26px;
    /* text-align: center; */
    border-bottom: 1px double;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.text-secundario{
    font-style: oblique;
}

.impar{
    background-color: #c8f1f7 !important;
}
.par{
    background-color: #fff !important;
}
.btn-danger{
    color: #fff !important;
}
.blockUI h2{
    font-size: 27px;
}
.content-grafica{
    width: 100%;
    background-color: #ececec;
    height: 25px;
    margin-top: 10px;
}
.porcentaje-alcanzado{
    height: 25px;
    background-color: #ff4e00;
    text-align: center;
    color: #fff;
    padding-top: 2px;
}

.btn{
    margin-bottom: 5px;
}
.titulaciones-matriculados li{
    display: inline-block;
    border: 2px solid #007bff;
    padding-left: 10px;
    padding-right: 10px;
}
.titulaciones-matriculados{
    margin-top: 5px;
    margin-bottom: 5px;
}

.fecha-alta-text{
    margin-bottom: 0px;
    font-size: 12px;
    margin-top: 4px;
}
.pagado {
    border-right: 10px solid #007bff;
}

.bloque-expedicion-diploma{
    background-color: #eeeeef;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.content-id-curso h3{
        color: #007bff;
}

@media (max-width: 991px) {
    .navbar-nav li{
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 992px) {
    #navbarSupportedContent{
        display: inline-block !important;
    }
}
