.panel-default {
    margin-top: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 0px;
}

.record_document {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 10px;
    align-items: center;
    margin-bottom: 5px !important;
}

.title_document {
    font-size: 18px;
    font-weight: 600;
    color: black;
    overflow-wrap: break-word;
}

.loader_content_admision {
    position: absolute;
    height: 100%;
    color: #3a3ad8;
    z-index: 15;
    display: flex;
    width: 100%;
    left: 0px;
    overflow-y: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

.loader_title {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    color: white;
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: #464646;
    border-radius: 50%;
}

.loader:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    border: 0px solid white;
    transform: translate(-50%, -50%);
    animation: loading 1000ms ease-out forwards infinite;
}

@keyframes loading {
    0% {
        border: 0px solid white;
    }

    20% {
        border: 4px solid white;
        width: 0%;
        height: 0%;
    }

    100% {
        border: 4px solid white;
        width: 100%;
        height: 100%;
    }
}

.col-sm-2 {
    padding: 0px;
    margin: 0px;
}

.col-sm-10 {
    padding: 0px;
    margin: 0px;
}

.tag_convocatoria_admision {
    font-weight: 300;
    color: black;
}

.menu_aspirante_documentos_activo {
    font-weight: 300;
    color: cornflowerblue !important;
}


.tab_admision {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#tab_admision-1 .tab-pane {
    margin: 0px;
    margin-top: 10px;
}

#tab_admision-1 .nav-tabs {
    position: relative;
    border: none !important;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

#tab_admision-1 .nav-tabs li {
    margin: 0px !important;
}

#tab_admision-1 .nav-tabs li a {
    position: relative;
    margin-right: 0px !important;
    padding: 20px 40px !important;
    font-size: 16px;
    border: none !important;
    color: #333;
}

#tab_admision-1 .nav-tabs a:hover {
    background-color: #fff !important;
    border: none;
}

#tab_admision-1 .slider {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: #39bcd3;
    position: absolute;
    z-index: 1;
    bottom: 0;
    transition: all .1s linear;
}

#tab_admision-1 .nav-tabs .active {
    background-color: transparent !important;
    border: none !important;
    color: #39bcd3 !important;
}