.header {
    margin-bottom: 20px;
}

.close {
    outline: none;
    border: none;
    -moz-user-focus: none;
}

.h2 {
    margin-left: 100px;
}

.actualizacion {
    display: none;
}

.eliminacion {
    display: none;
}

.tipo-letra {
    font-family: Arial;
}

.tall_min {
    min-height: 100px;
}

.letra {
    font-family: arial;
}

.boton {
    margin-top: 20px;
}

.muestra_nota:disabled {
    background: transparent;
    border: none;
    outline: transparent;
    overflow: hidden;
}

.border_none {
    border: none;
}

.modal_nota:disabled {
    background: transparent;
}


/* muestra de usuario en el modal */

.simulacion-option:hover {
    /* background-color: #007bff; */
    background-color: #cccccc;
    border-radius: 5px;
}

.simulacion-option:active {
    /* background-color: #007bff; */
    background-color: #aaaaaa;
    border-radius: 5px;
    padding-left: 4%;
}


/* quita la marca de agua de 000webhost*/

img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {
    display: none;
}

/* Modo celular */
@media (max-width: 721px) {
    .non-smartphone{
        display: none;
    }
    .non-pc{
        display: inline;
    }
    .logo_peque_min {
        display: none;
    }
    .video_peque {
        height: 510px;
    }
    body {
        font-size: 12.6px;
    }
    .modal_nota:disabled,
    .modal_nota {
        height: 420px;
    }
    .text-peque {
        font-size: 13.2px;
    }
    .size_content {
        min-height: 380px;
    }
    .s_b {
        width: 45%;
        margin-bottom: 9px;
        margin-top: 5px;
        padding-left: 10px;
    }
    .a {
        margin-left: 17px;
    }
    .parrafo {
        font-size: 14px;
        margin: 0px auto 6px auto;
    }
    .titulo {
        margin-left: 0px;
    }
    .edit {
        margin-bottom: 75%;
    }
    .action {
        width: 113px;
        font-size: 12px;
    }
    .links {
        width: 90px;
    }
    .links-compartir {
        width: 120px;
    }
    .descripcion {
        width: 400px;
    }
    .num {
        width: 10px;
    }
    .fecha {
        width: 100px;
    }
    .tarea_sm {
        font-size: 13.2px;
    }
    .width-form-add-task {
        /* margin-left: -14% !important; */
        width: 60% !important;
    }
    .table {
        width: 500px;
    }
    .margen {
        margin-top: 8px;
    }
}
/*Tamano de pc*/
@media (min-width: 720px) {
    .non-smartphone{
        display: inline;
    }
    .non-pc{
        display: none;
    }
    .modal_nota:disabled,
    .modal_nota {
        min-height: 370px;
    }
    .edit {
        margin-bottom: 19.7%;
    }
    .table001,
    .table002 {
        max-width: 130px;
        font-size: 12px;
    }
    .links {
        width: 90px;
    }
    .links-compartir {
        width: 150px;
    }
    .descripcion {
        max-width: 500px;
    }
    .num {
        width: 20px;
    }
    .fecha {
        width: 180px;
    }
    .size_content {
        min-height: 300px;
    }
    .logo_peque {
        display: none;
    }
    .ver_file {
        margin-top: 5px;
    }
    .width-form-add-task {
        margin-left: -5% !important;
        width: 100% !important;
    }
}

.hora {
    align-self: center;
}

.section-option {
    height: calc(1.5em + 0.75rem + 2px);
    padding-left: 0rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    background-color: #fefefe;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.mar_b {
    margin-bottom: 60px;
}

.active_n {
    color: #495057;
}


/* estilos del archivo de ingreso de notas */

input#input-file {
    display: none;
}

input#input-file+label {
    text-align: center;
    font-weight: 600;
    background-color: #4d82f2;
    padding: 8px;
    color: #ffffff;
    border: 2px solid #9ec3ff;
    border-radius: 9px;
    width: 100%;
}

input#input-file+label:hover {
    background-color: #3b73ce;
    cursor: pointer;
    border: 2px solid #729fe7;
}

input#input-file+label:active {
    background-color: #729fe7;
    cursor: pointer;
    border: 2px solid;
}

.ac {
    color: green;
    border: 1px solid green;
    padding: 0px 3px 1px 3px;
    border-radius: 10px;
}

.iac {
    color: red;
    border: 1px solid red;
    padding: 0px 3px 1px 3px;
    border-radius: 10px;
}

.bg_success {
    background-color: #eeeeee;
}

.under-line{
    text-decoration: underline;
}

#mensajeCargando > img {
    margin-top: .2rem;
    width: 1.8rem;
    height: 1.8rem;
}

/* Mobile devices - max 50 characters */
@media (max-width: 768px) {
    #response-ajax-main > div > table > tbody > tr > td.descripcion div {
        max-width: 350px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Desktop devices - max 100 characters */
@media (min-width: 769px) {
    #response-ajax-main > div > table > tbody > tr > td.descripcion div {
        max-width: 900px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}