/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06-ago-2018, 12:08:33
    Author     : Raúl
*/

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

header{
    border-bottom: 2px solid #ff4f12;
    background-color: #f8f9fa;
}
nav li{
    list-style: none;
    display: inline-block;
    color: #ff4f12;
}
.navbar-brand img{
    max-width: 150px;
    padding: 10px;
}
main{
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 900px;
}
#form-cursos, #form-listado-cursos{
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 6px;
}
footer{
    height: auto;
    background-color: #0080c9;
    padding-bottom: 10px;
}

footer .row > div p{
    text-align: center;
    color: #eaeaea;
    padding-top: 10px;
    font-size: 17px;
    margin-bottom: 0px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(248, 249, 250);
}
.contenedor-botones{
    text-align: center;
    border-bottom: 5px solid #716969;
}
.info-extra{
    display: none;
    background-color: #a1a2a254 !important;
    font-size: 12px;
}
.matriculado{
    border-left: 10px solid #8bc34a;
}
.descartado {
    border-left: 10px solid red;
}
.apto {
    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;
}

.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-verde{
    background-color: #8BC34A;
    border-color: #8bc34a;
    font-size: 12px;
}   
.btn-rojo{
    background-color: #dc3545;
    border-color: #dc3545;
    font-size: 12px;
}
.btn-amarillo{
    background-color: #F1C40F;
    border-color: #F1C40F;
    font-size: 12px;
}
.btn-azul2{
    background-color: #069ad3;
    border-color: #069ad3;
    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: 15px;
}
#navbarSupportedContent .navbar-nav a{
    font-size: 17px;
    color: #ff4f12;
}
#navbarSupportedContent .navbar-nav a:hover{
    color: #fff;
    background-color: #0062cc;
}
.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;
}
.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;
}
.carnet {
    border-right: 10px solid #ffc107;
}

.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;
    }
}
