a {
    color: white;
}

a:active {
    color: black !important;
}

a:hover {
    color: black !important;
    font-weight: bold !important;
}

.nav-item.active {
    background-color: #343a40 !important;
    color: white !important;
}

.nav-item:hover {
    background-color: #343a40 !important;
    color: white !important;
}

body {
    padding-right: 10%;
    padding-left: 10%;
}



.adminButton{
    background-color: #f94c2f !important;
    color:white;
    min-width: 120px;
}
/* Loading */
body {
        background: darkgray;
    }
    /*Hidden class for adding and removing*/
    .lds-dual-ring.hidden {
        display: none;
    }

    /*Add an overlay to the entire page blocking any further presses to buttons or other elements.*/
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,8,0.3);
        z-index: 999;
        opacity: 1;
        transition: all 0.5s;
    }

    /*Spinner Styles*/
    .lds-dual-ring {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 5% auto;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }
    @keyframes lds-dual-ring {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
.select2-container{
    min-width: 200px;
}
.btn{
    cursor: pointer;
}
.hidden{
    display: none;
}

.table.dataTable.compact td, .table.dataTable.compact th {
    /*padding: .75rem;*/
    padding: .4rem;
    color: black!important;
}

.title {
    height: 80px;
    display: flex;
    align-items: center;
}
.title a span {
    color: black;
    font-size: 28px;
}
.backer{
    background: url("../images/foto_universidad/upc2.jpg") no-repeat;
    background-size: cover;
    padding-right: -18rem;
    margin-right: 0px;
    min-height: 580px;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.nav-tabs a{
    color: black;
}
a.paginate_button{
    padding: 3px;
    cursor: pointer;
    color:black;
}
table.dataTable thead th{
    color: black!important;
}
@media (max-width: 500px) {
    body {
        padding-right: 0%;
        padding-left: 0%;
        width: 100%;
    }
    .title a span{
        color: black;
        font-size: 16px;
        text-align: center;
        display: block;
    }
    .select2-container{
        display: block!important;
    }
    .table_usuario_Content,.table_cursos_Content{
        padding: 0px;
        overflow: auto;
    }
}