.masteres-gdocentes-inicio .tipo-usuario{
    width: 100%;
    margin-bottom: 2rem;
}

.masteres-gdocentes-inicio .descargar{
    float: right;
}

.masteres-gdocentes-inicio .descargar a{
    padding-left: 5px;
}

.masteres-gdocentes-inicio .profesor .asignatura:not(tr){
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.masteres-gdocentes-inicio .profesor .asignatura.header{
    color: #FFFFFF;
    background-color: #cb2c30;
}

.masteres-gdocentes-inicio .profesor .asignatura.subheader{
    color: #FFFFFF;
    background-color: #a2a2a2;
}

.masteres-gdocentes-inicio .profesor .asignatura{
    border-bottom: 1px solid #cccccc;
}

.masteres-gdocentes-inicio .profesor .asignatura:nth-child(2n):not(.header):not(.subheader){
    background-color: #eeeeee;
}

.masteres-gdocentes-inicio .profesor .asignatura > div.input{
    width: 5%;
}

.masteres-gdocentes-inicio .profesor .asignatura > div.nombre{
    width: 35%;
}

.masteres-gdocentes-inicio .profesor .asignatura > div.nombre_master{
    width: 100%;
}


.masteres-gdocentes-inicio .profesor .asignatura > div{
    width: 30%;
    padding: 0.5rem 1rem;
}

.masteres-gdocentes-inicio ul.fa-ul{
    padding-left: 0;
    margin-top: 0;
}

/* Estilos para la lista de másteres */
.masteres-gdocentes-inicio .master{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}


.masteres-gdocentes-inicio .master.header{
    color: #FFFFFF;
    background-color: #cb2c30;
}

.masteres-gdocentes-inicio .master .codigo{
    width: 10%;
    padding: 0.5rem 1rem;
}

.masteres-gdocentes-inicio .master .nombre{
    width: 90%;
    padding: 0.5rem 1rem;
}

.masteres-gdocentes-inicio .master .codigo-gestor{
    width: 10%;
    padding: 0.5rem 1rem;
}

.masteres-gdocentes-inicio .master .nombre-gestor{
    width: 58%;
    padding: 0.5rem 1rem;
}

.masteres-gdocentes-inicio .master .dato{
    width: 4%;
    padding: 0.5rem 1rem;
}


.masteres-gdocentes-inicio ul.lista-masteres{
    padding-left: 0;
    margin-top: 0;
}

.masteres-gdocentes-inicio ul.lista-masteres li{
    border-bottom: 1px solid #cccccc;
    padding: 0;
    margin: 0;
}
.masteres-gdocentes-inicio ul.lista-masteres li:nth-child(2n), .masteres-aprobar-guias .curso:nth-child(2n) {
    background-color: #eeeeee;
}

/* Estilos para los filtros */
.masteres-gdocentes-inicio .filtros{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}

.masteres-gdocentes-inicio legend{
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 0 1rem;
    color: #cb2c30;
}

.masteres-gdocentes-inicio .filtros input{
    width: 1rem;
    height: 1rem !important;
    margin-right: 0.5rem;
}

.masteres-gdocentes-inicio .filtros label{
    margin-right: 1rem;
}
.masteres-gdocentes-inicio .filtros label:last-child{
    margin-right: 0;
}

.masteres-gdocentes-inicio  .aviso-filtro{
    display: none;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #cccccc;
}

/* Div emergente */
.masteres-gdocentes-inicio .descargar-div {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90000;
}

.masteres-gdocentes-inicio .descargar-div.hide {
    display: none;
}

.masteres-gdocentes-inicio .descargar-div .contenido {
    height: 200px;
    width: 50%;
    height: 50%;
    max-height: 200px;
    max-width: 400px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.masteres-gdocentes-inicio .descargar-div .contenido .title {
    width: 100%;
    padding: 1rem;
    font-size: 1.2rem;
 }

.masteres-gdocentes-inicio .descargar-div .contenido .estado-descarga {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 1.8rem));
    font-size: 1.2rem;
    z-index: 1;
}

.masteres-gdocentes-inicio .descargar-div .contenido .estado-barra {
    height: 2rem;
    width: calc(100% - 2rem);
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translate(0, calc(-50% + 1.8rem));
    opacity: 0.3;
    z-index: 0;
    border: 1px solid black;
}

.masteres-gdocentes-inicio .descargar-div .contenido .estado-barra .barra {
    width: 0%;
    height: 100%;
}

.masteres-gdocentes-inicio .descargar-div .contenido .estado-barra .barra {
width: 0%;
height: 100%; }

.masteres-gdocentes-inicio .descargar-div .contenido .error {
    padding: 1rem;
}

.masteres-gdocentes-inicio .descargar-div .contenido .error .button{
    margin-top: 1rem;
    float:right;
}
/* Estilos para aprobar_guias */
.masteres-aprobar-guias .cursos {
    margin: 1rem 0 2rem 0;
}

.masteres-aprobar-guias .curso {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #cccccc;
}

.masteres-aprobar-guias .curso.header{
    color: #FFFFFF;
    background-color: #cb2c30;
}

.masteres-aprobar-guias .curso > div{
    width: 50%;
    padding: 0.5rem 1rem;
}

form .base-button:hover
{
    background-color: #ef393d !important;
    border-color: #ef393d !important;
    color: #fff !important;
    }