/* 
    Created on : 29/08/2019, 12:46:51
    Author     : E3 Sistemas [ https://e3sistemas.com ]
*/
body {
    background: #edf1f5;
    min-height: 100vh;
}

@page {
    size: A4 portrait;
    margin: 10mm 10mm 10mm 10mm;
    counter-increment: page;
}
@page:first {
    counter-reset: page 1;
}

@media print {
    html, body {
        font-size: 14px !important;
        margin: 0;
        padding: 0;
    }
    p {
        font-size: 14px !important;
    }
    th {
        margin: 0 !important;
        padding: 2px 2px !important;
    }
    tr, td {
        margin: 0 !important;
        padding: 2px !important;
    }
    table img {
        width: 22px;
    }
    table img[src=""] {
       visibility: hidden;
    }
    .acciones-listado  {
        display: none;
    }
    /* UTILIDADES */
    .solo-impresion {
        display: block;
    }
    input, select, textarea {
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

#login-container {
    height: 100vh;
    overflow: hidden;
    background-color: #edf1f5;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

#contenido {
    margin-bottom: 44px;
    max-width: 100vw;
    padding: 3rem !important;
    overflow-x: hidden;
    overflow-y: auto !important;
    height: 100vh !important;
}

#menu-lateral {
    margin-left: 0;
}

#menu-lateral-lista ul {
    padding: 20px 0 0 20px;
    list-style-type: none;
}

#menu-lateral-lista ul li {
    padding: 10px 0 10px;
}

#menu-lateral-contenido {
    width: 260px; 
    min-width: 260px; 
    background-color: white; 
    height: 100vh; 
    padding: 25px; 
    overflow-y: hidden;
}

@media screen and (max-width: 767px) {
    #contenido {
        padding: 1rem !important;
        margin-top: 60px !important;
    }
    #menu-lateral {
        margin-left: -280px;
        position: fixed;
        margin-top: 60px;
        z-index: 10;
    }
    #menu-lateral-contenido {
        height: calc(100vh - 60px);
    }
}

.separador {
     margin-top: 78px;
}

.navbar-static-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
    background: #FFF;
    text-align: center;
    border-top: 2px solid #CCC;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    z-index: 1000;
}

.navbar-static-bottom .nav-item {
    font-size: 24px;
    line-height: 24px;
    padding: 16px;
    cursor: pointer;
}

.navbar-static-bottom .nav-item a {
    color: #AAAAAA;
}

.navbar-static-bottom .nav-item a.active {
    color: #222222;
}

@media (min-width: 768px) {
    .navbar-static-bottom {
        left: 0;
        top: 62px;
        flex-direction: column;
        width: 62px;
        height: calc(100vh - 62px);
        border: none;
    }

    .navbar-static-bottom .nav-item {
        font-size: 24px;
        line-height: 24px;
        padding: 12px;
        cursor: pointer;
    }

    #contenido {
        margin-bottom: 0;
    }
}

p {
    line-height: 1.4;
    margin-top: 0.1rem;
    margin-bottom: 0.4rem;
}

.panel .panel-body {
    padding: 15px;
}

.panel-inicio {
    border-radius: 6px;
}

.panel-inicio .panel-body {
    min-height: 200px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.panel-inicio .panel-body i {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 10px;
}

.panel-inicio .panel-body p {
    line-height: 12px;
}

.panel-inicio .panel-body a {
    color: #222222;
}

.media {
    background-color: #FFF;
}

.media-body {
    width: auto;
}

.media-body small {
    font-size: 0.85rem;
    line-height: 32px;
}

.media-left img {
    margin-top: 9px;
}

.lista-progreso .label {
    display: inline-block;
    width: 38px;
    margin-right: 8px;
    transform: translateY(-1px);
}

.feeds li span {
    margin-top: 12px;
}

.white-box {
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    box-shadow: 0 10px 30px #aaa; 
}

.dropify-filename {
    visibility: hidden;
}

.switchery {
    vertical-align: top !important;
}

.js-switch-label {
    margin: 3px 0 0 9px !important;
}

.label-default {
    color: #000 !important;
}

.x100 {
    font-size: 100px;
    line-height: 100px;
}

.notify {
    margin-top: 0 !important;
}

.boton-agregar {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    line-height: 1.70 !important;
}

.comment-center .comment-body {
    border: none !important;
    display: block !important;
    padding: 0 25px !important;
}

.comment-center .mail-content .mail-desc {
    font-size: 12px;
    line-height: 1.4;
}

.m-r-5{
    margin-right: 5px;
}

@media screen and (max-width: 576px) {
    .sin-foto {
        display: none !important;
    }
}

.sin-borde {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 10px;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.bd-example .custom-file-input:lang(es)~.custom-file-label::after {
    content: "Elegir";
}

.content-wrapper #page-wrapper {
    margin-left: 0 !important;
}

@media (min-width: 768px) {
    #page-wrapper {
        margin-left: 60px;
    }
}

.media-body small {
    line-height: 1.4;
}

.bg-grey {
    background-color: #495057;
}


.comment-center .comment-body:hover {
    background: none !important;
}

.comment-center .mail-content h5 {
    white-space: normal !important;
}

.sin-borde {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bloque-borde {
    border: 2px solid #0a0000;
}

.truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.white-box {
    padding: 15px !important;
}

.boton-guardar-confirmar-panel {
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 20;
}

.table input {
    min-width: 80px;
}

.table select {
    min-width: 120px;
    padding: 5px 12px 5px 0px !important;
}

.table thead th {
    background-color: #fff;
    top: -30px !important;
}

.imagen-tarjeta {
    width: 200px;
    margin: -2rem 0 -2rem -2rem;
    border-radius: 10px 0 0 10px;
    min-height: calc(100% + 40px);
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .imagen-tarjeta {
        min-width: calc(100% + 55px);
        border-radius: 10px 10px 0 0;
        height: 200px;
        margin: -2rem 0 1.2rem -2rem;
    }
}

.btn {
    border-radius: 6px;
}

.btn-light {
    background-color: #eee;
}

.white-box .text-small {
    font-size: 90% !important;
    color: #9675ce !important;
}

.burbuja-comentario {
    display: flex;
    align-items: center;
    padding: 20px 24px;
    border-radius: 20px;
}

.burbuja-imagen {
    align-self: start;
}

.burbuja-imagen img {
    margin-left: -5px;
    margin-right: 15px;
    width: 40px;
}

.burbuja-propia {
    background-color: #e3cdf9;
}

.burbuja-alumno {
    background-color: #f5eff1;
}

.burbuja-docente {
    background-color: #ffe6ef;
}

