@media (max-width: 1565px) {
    .ofrecimiento-materia {
        display: none;
    }

    .ofrecimiento-estrategia {
        display: none;
    }

    .ofrecimiento-titulo {
        display: none;
    }

    .ofrecimiento-horas {
        display: none;
    }
}

#id_ofrecimiento {
    height: 150px;
}

#id_coordinacion {
    height: 150px;
}

.dt-buttons {
    padding: 10px 15px 0px 15px;
}

.popover-header {
    font-size: 1.8em;
}

.popover-body {
    font-size: 1.5em;
}

.select2-container,
.flex-contianer {
    padding-bottom: 20px;
}

.boton-guardar {
    margin-top: 20px;
}

#id_fecha {
    font-family: sans-serif;
    font-size: 90%;
    max-width: 77.5rem;
}

.date {
    padding-bottom: 20px;
}

.flex-container {
    padding-bottom: 20px;
}

.flex-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
}

.shortcuts-inicio {
    background-color: lightgrey;
    width: 23%;
    font-size: 5vw;
    text-align: center;
    margin-bottom: 50px;
    margin-right: 50px;
    height: 50%;
    border-radius: 25px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
    color: white;
}

.shortcuts-inicio:hover {
    background-color: #ff812e;
}

.shortcuts-inicio > a {
    color: white;
    text-decoration: none;
}

q,
blockquote {
    quotes: "“" "”" "‘" "’";
    font-style: italic;
}

.french {
    quotes: "«" "»" "‹" "›";
}

q:before,
blockquote:before {
    content: open-quote;
}

q:after,
blockquote:after {
    content: close-quote;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    color: deepPink;
    font-size: 1.2em;
}

blockquote {
    margin-left: 0;
    padding-left: 1em;
    border-left: 5px solid deepPink;
}

.datepicker-dropdown {
    padding: 20px;
    font-size: small;
}

#start_date {
    max-width: 250px;
    margin-right: 15px;
    font-size: medium;
    border-radius: 0.4rem;
}

#end_date {
    max-width: 250px;
    margin-right: 15px;
    font-size: medium;
    border-radius: 0.4rem;
}

.input-group-addon {
    margin-right: 15px;
}

.btn-daterange {
    font-family: sans-serif;
    border-radius: 0.4rem;
    background-color: #f02563;
    border-color: #f02563;
    font-weight: 800;
}

#filter,
#filtro {
    margin-right: 5px;
}

.dataTables_length,
.dataTables_filter {
    white-space: nowrap;
    width: inherit;
}

.dataTables_filter input {
    width: auto;
}

.dataTables_length select {
    width: 50px;
}

.borrarvisita,
.borrarrecurso,
.cambiarestatusrecurso,
.borrarvisitaperfil {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    color: #ff812e;
    padding: 0;
    margin: 0;
}

.borrarvisita:hover,
.borrarrecurso:hover,
.cambiarestatusrecurso:hover,
.borrarvisitaperfil:hover {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    color: #ff812e;
    padding: 0;
    margin: 0;
}

.borrarvisita em,
.borrarrecurso em,
.borrarvisitaperfil em,
.cambiarestatusrecurso em {
    font-size: 1.6em;
    line-height: 1;
}

.close {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.close:hover {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

label + input:required {
    border: 2px solid tomato;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

#myDiv {
    display: none;
    text-align: center;
}

.expandable {
    display: block;
    padding: 10px 20px;
    color: #888;
}

.submenu-expandable ul li {
    padding: 0 50px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

input {
    text-align: center;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tabla-metas > tbody > tr > th {
    font-weight: normal;
}

.tabla-metas > thead > tr > th,
.tabla-metas > tbody > tr > th,
.tabla-metas > tfoot > tr > th {
    text-align: center;
}
