.sc-table {
    width: 100%!important;
    border-spacing:  10px 7px!important;
    font-family: sans-serif;
}
.sc-table td {
    border: 1px solid #0000009c!important;
    border-radius: 5px;
    padding: 0.62rem;
}
.text-center {
    text-align: center;
}
.bg-green {
    background-color: #71d1a8;
}
.bg-pink {
    background-color: #f3c6c3;
}
.w-70 {
    width: 70%;
}
.w-15 {
    width: 15%;
}
.text-uppercase {
    text-transform: uppercase;
}

.hidden{
    display: none !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa;
    border-radius: 4px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    display: block;
    width: 100% !important;
    min-height: 37px;
    padding: 0.19rem 0.75rem !important;
    background-color: var(--cui-input-bg, #fff);
    border: 1px solid var(--cui-input-border-color, #b1b7c1);
    -moz-appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: 500;
    color: #636466;
    font-size: 14px;
}

.select2-box-hidden {
    background-color: #fff0 !important;
    border: 0px solid var(--cui-input-border-color, #b1b7c1) !important;
}

.dataTables_paginate{
    float: right;
}

.dataTables_filter{
    text-align: right;
}

.dataTables_filter label{
    text-align: left;
}

.row-crge{
    display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* margin-right: -15px; */
        /* margin-left: -15px; */
}

.border-cajas{
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
}

.card-subir{
    height: 222px;
}

.card-examen{
    max-height: 240px;
    min-height: 240px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 0px;
    outline: 0;
    background: #f0f8ff00;
}

.select2-container--default .select2-selection--multiple {
    background-color:#ffffff00;
    border: 0px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

@media (max-width: 1024px){
    .navbar-custom {
        padding-left: 10px;
        background-color: #666666;
    }
}

@media (max-width: 576px) {
    .colum-none {
        display: none !important;
    }
}

@media (max-width: 600px) {
    table#nota th, table#nota td {
        font-size: 2.5vw !important;
    }
}

.check {
    margin-top: 8px;
    display: inline-block;
    transform: rotate(45deg);
    height: 24px;
    width: 12px;
    border-bottom: 5px solid #78b13f;
    border-right: 5px solid #78b13f;
}
  
.check-circle{
    border-radius: 100%;
    border: 2px solid #78b13f;
    width:50px;
    height:50px;
    text-align: center;
}

#modalVerEnlace.fade{
    z-index: 1051 !important;
}

#modalVerEnlace{
    z-index: 1052 !important;
}

@media (max-width: 390px){
    #modalEditarExamenes .btnEliminar{
        position: relative !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 328px){
    #modalEditarExamenes .btnEliminar{
        position: relative !important;
        margin-top: 10px !important;
    }
    #modalEditarExamenes .btnDel{
        margin-right: -30px !important;
    }

    #modalEditarExamenes label[for="pdfEdit"], #modalEditarExamenes label[for="archivoEdit"] {
        margin-left: -8px;
        margin-right: 0px !important;
    }
}


/* Card sticky */

.card-big-shadow {
    max-width: 320px;
    position: relative;
    cursor: pointer;
}

.coloured-cards .card {
    margin-top: 30px;
}

.card[data-radius="none"] {
    border-radius: 0px;
}


.card[data-background="image"] .title, .card[data-background="image"] .stats, .card[data-background="image"] .category, .card[data-background="image"] .description, .card[data-background="image"] .content, .card[data-background="image"] .card-footer, .card[data-background="image"] small, .card[data-background="image"] .content a, .card[data-background="color"] .title, .card[data-background="color"] .stats, .card[data-background="color"] .category, .card[data-background="color"] .description, .card[data-background="color"] .content, .card[data-background="color"] .card-footer, .card[data-background="color"] small, .card[data-background="color"] .content a {
    color: #FFFFFF;
}
.card.card-just-text .content {
    padding: 50px 65px;
    text-align: center;
}
.card .content {
    padding: 20px 20px 10px 20px;
}
.card[data-color="blue"] .category {
    color: #7a9e9f;
}

.card-big-shadow:before {
    background-image: url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -12%;
    content: "";
    display: block;
    left: -12%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.card-big-shadow:hover,
.card-big-shadow.card-big-active{
    transform: scale(1.05);
}
h4, .h4 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em;
}
h6, .h6 {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}
.card .description {
    font-size: 16px;
    color: #66615b;
}
.content-card{
    margin-top:30px;    
}
a:hover, a:focus {
    text-decoration: none;
}

/*======== COLORS ===========*/
.card[data-color="blue"] {
    background: #b8d8d8;
}
.card[data-color="blue"] .description {
    color: #506568;
}

.card[data-color="green"] {
    background: #d5e5a3;
}
.card[data-color="green"] .description {
    color: #60773d;
}
.card[data-color="green"] .category {
    color: #92ac56;
}

.card[data-color="yellow"] {
    background: #ffe28c;
}
.card[data-color="yellow"] .description {
    color: #b25825;
}
.card[data-color="yellow"] .category {
    color: #d88715;
}

.card[data-color="brown"] {
    background: #d6c1ab;
}
.card[data-color="brown"] .description {
    color: #75442e;
}
.card[data-color="brown"] .category {
    color: #a47e65;
}

.card[data-color="purple"] {
    background: #baa9ba;
}
.card[data-color="purple"] .description {
    color: #3a283d;
}
.card[data-color="purple"] .category {
    color: #5a283d;
}

.card[data-color="orange"] {
    background: #ff8f5e;
}
.card[data-color="orange"] .description {
    color: #772510;
}
.card[data-color="orange"] .category {
    color: #e95e37;
}