
body {
    margin: 0;
    padding: 0;
    background: #f9fbfd;
    /*    background: #f9f9f9;
    */ /*font-family: 'Rubik', sans-serif !important;*/
    color: #0d190d !important;
}

/* login */
.login {

}

/* no es necesario, molesta subrayado
a {
    text-decoration: underline;
}
 */

input {
    outline: none !important;
    box-shadow: none !important;
}

.login-inicio input:focus {
    background: none;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #62bea4 !important;
}

.recuperar-cont p {
    padding-top: 10px;
    font-size: 13px;
    color: #721c24;
    text-align: center;
    text-decoration: none;
}

.recuperar-cont a:hover {
    text-decoration: none;
    color: #dc3545;
}

.recuperar-text p {
    display: block;
    text-align: center;
    color: #646975;
    font-size: 18px;
}

.form-control:focus {
    background: none;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #62bea4 !important;
}

.login-inicio input {
    background: none;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #62bea4 !important;
}

.login-inicio input:selected {
    background: none;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #62bea4 !important;
}


.login-inicio input::placeholder {
    text-align: center;
}

.buscador-tabla:focus {
    border: none !important;
}

.login-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 11px;
}

h6 {
    font-size: 15px;
    font-weight: 300;
}

.titulo-modulo h6 {
    color: #646975;
}

.titulo-modulo h1 {
    font-size: 27px;
    font-weight: 500;
}

.recordar-login {
    padding: 0px;
    display: flex;
}

.recordar-login span {
    cursor: pointer;
}

.logo img {
    width: 250px;
}

.login-inicio label {
    margin-bottom: 2px;
    font-size: 14px;
}

.imagen-fondo {
    background-image: url(/assets/img/fondo.png);
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
}

.recordar-login label p {
    margin-top: 2px;
    margin-bottom: 0px;
    padding-left: 5px;
    font-size: 14px;
}

.table td, .table th {
    border-top: 1px solid #edf2f9;
    padding-bottom: 10px;
    padding-top: 10px;
}

.lecturita-thead tr {
    border-top: 1px solid #edf2f9 !important;
    z-index: 10;
}

.login .logo {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 150px;
}

.badge-success {
    color: #0d190d;
    background: transparent;
    display: block;
    margin-top: -3px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    padding-left: 0px;
}

/* FIN login */

/* sidebar */
.sidebar {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0px;
    z-index: 999;
    background-color: #fff;
    padding-top: 0px;
    overflow: auto;
    border-right: none;
    border-right: 1px solid #f1f3f6;
    -webkit-box-shadow: 0px 0px 11px -1px rgba(232, 232, 232, 1);
    -moz-box-shadow: 0px 0px 11px -1px rgba(232, 232, 232, 1);
    box-shadow: 0px 0px 11px -1px rgba(232, 232, 232, 1);

}

.sidebar::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}

.sidebar::-webkit-scrollbar-thumb {
    width: 5px;
    background: #93a1af;
}

.principal:hover {
    background: #f1f3f6;
    cursor: pointer;
}

.principal:active:before {
    background: #f1f3f6;
}

.sidebar .menu .opcion .principal .icono {
    font-size: 17px;
    float: left;
    margin: 0px;
    height: 15px;
    text-align: center;
    margin-top: 10px;
    width: 24px;
}

.sidebar .menu .opcion .principal .texto {
    padding: 0px;
    margin-left: 15px;
    float: left;
}

.sidebar .menu .opcion .principal button {
    font-size: 15px;
    padding: 0px;
    color: #0d190d;
}

.diseno-tabla {
    color: #0d190d;
}

.sidebar .menu .opcion .principal button:hover {
    text-decoration: none;
}

.sidebar .menu .opcion .secundario {
    font-size: 14px;
}

.sidebar .menu .opcion .secundario ul {
    list-style: none;
    border-left: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

.sidebar .menu .opcion .secundario ul li {
    margin-bottom: 10px;
}

.sidebar .menu .opcion .secundario ul li a {
    color: #646975;
    text-decoration: none;
    padding-left: 61px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-size: 13px;
}

.sidebar .menu .opcion .secundario ul li {
    margin-bottom: 0px;
}

.sidebar .menu .opcion .secundario ul li a:hover {
    background: #f1f3f6;
}

.sidebar .menu .opcion .secundario ul li.active a {
    color: #007bff;
}

.sidebar .menu .opcion .secundario ul li.active a:hover {
    background: #f1f3f6;
    color: #101010;
}

/* FIN sidebar */

/* sidebar right */
.sidebar-right {
    padding-top: 86px;
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0px;
    right: -260px;
    z-index: 999;
    background-color: white;
    border-left: 1px solid #b0bec5;
    color: #0d190d;
}

/* FIN sidebar right */

/* navbar */
.lecturita-navbar {
    height: 58px;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    position: fixed;
    padding: 0px;
    box-shadow: 0px 0px 20px -1px rgba(232, 232, 232, 1)
}

.lecturita-navbar .izquierda {
    float: left;
}

.menu-lateral {
    margin-top: 12px;
    padding-left: 0px;
}

.lecturita-navbar .menu {
    float: left;
    color: white;
    font-size: 24px;
    padding: 8px 24px;
    cursor: pointer;
    border-right: 1px solid #f1f3f6;
}

.lecturita-navbar .menu:hover {
    background: #f6f8fc;
}

.lecturita-navbar .menu span {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: black;
}

.marca {
    padding-top: 10px;
    padding-bottom: 0px;
}


.marca img {
    width: 120px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.lecturita-navbar .derecha {
    float: right;
    padding-right: 0px;
}

.seccionc {
    padding: 15px 20px 5px 20px;
    position: fixed;
    background-color: #fff;
    bottom: 0px;
    width: 259px;
    z-index: 1000;
}

.lecturita-navbar .usuario {
    float: right;
    color: white;
    cursor: pointer;
    padding: 10px 20px 0px 20px;
    border-left: 1px solid #f1f3f6;
}

.usuario {
    display: inline-block;
    padding-left: 15px;
}

.lecturita-navbar .usuario:hover {
    background: #f6f8fc;
}

.def-pant {
    padding: 10px 24px 17px 20px;
    border-left: 1px solid #f1f3f6;
    cursor: default;
}

.material-icons {
    font-size: 30px;
}

.lecturita-navbar .usuario span {
    margin-top: 3px;
    font-size: 30px;
}

.lecturita-navbar .usuario p {
    float: right;
    padding-left: 10px;
    padding-top: 7px;
    padding-right: 12px;
    color: black;
}

.lecturita-navbar .notificaciones {
    float: right;
    color: white;
    padding: 8px 24px 5px 24px;
    font-size: 23px;
    cursor: pointer;
    border-left: 1px solid #f1f3f6;
}

.lecturita-navbar .notificaciones:hover {
    background: #f6f8fc;
}

.tamano-pantalla {
    padding-top: 3px;
}

.lecturita-navbar .notificaciones span {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: black;
}

.lecturita-navbar .campana {
    transform: rotate(15deg);
}

/* FIN navbar */

.main {
    padding-left: 290px;
    padding-right: 30px;
    padding-top: 35px;
}

.base2 {
    padding-left: 275px;
    padding-right: 14px;
}

.reload {
    opacity: 0.3;
}

.orden-select {
    background: #1bbecc4f;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none;
}

.validate-error {
    border-color: red;
    background-color: lightgoldenrodyellow;
}

.bloque-completo-buscador-int {
    border: 1px solid #edf2f9;
    padding-left: 0px;
    padding: 5px 10px;
    background: #fff;
    border-radius: 6px 6px 0px 0px;
    border-bottom: none;
}

.bloque-completo-buscador-int::placeholder {
    border: none;
    outline: none;
}

.buscador-interno span {
    background: transparent;
    border: none;
    font-size: 18px;
}

.bloque-completo-buscador-int input {
    border: none;
    background: transparent;
}

.diseno-tabla {
    background: #fff;
    margin-top: 0px;
    border: 1px solid #edf2f9;
    margin-bottom: 0px;
}

.diseno-tabla thead {
    background: #f6f8fc;
}

.textos-int-tabla th {
    color: #fff !important;
}

.lecturita-thead {
    color: #0d190d;
    font-weight: 400;
}

.iconosmenu {
    margin-bottom: 0px;
}

.iconosmenu span {
    font-size: 21px;
    color: #646975;
}

.iconosmenu button a p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.checkbox-tabla {
    font-size: 18px !important;
    width: 20px;
    height: 0px;
    margin-top: 4px;
    margin-left: -20px;
    cursor: pointer;
    display: block;
    text-align: left;
}

tr.selected {
    background-color: #f1f3f6;
}

button.btn.button-header {
    padding-top: 4px;
    padding-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: transparent;
    margin-bottom: -5px;
}

.texto-menu-checkbox {
    position: relative;
    top: -6px;
    margin-left: 2px;
}

.buscar-icono {
    padding-left: 0px;
}

.alert-success {
    color: #0d190d;
    background-color: transparent;
    border-color: transparent;
    padding: 5px 0px;
    font-size: 27px;
}


.table thead th {
    color: #0d190d;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #edf2f9 !important;
    border-bottom: 1px solid #edf2f9 !important;
}

.cambio-color:hover {
    transition: 0.5s;
    background: #1bbecc50;
}


.pagina-numero {
    color: #0d190d;
    background-color: #fff;
    border: 1px solid #b0bec5;
}

.editar-pt span {
    width: 30px;
    display: inline-block;
}

.editar-pt p {
    display: inline-block;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.table td, .table th {
    font-size: 15px;
}

.pestanias-usuario {
    color: #0d190d;
    background-color: #f9fbfd;
    border-color: transparent transparent #62bea4;
}

.pestanias-usuario .material-icons {
    line-height: 16px;
    margin-top: 6px;
    display: block;
}


.paginacion {
    background: #fff;
    border-bottom: 1px solid #edf2f9;
    border-left: 1px solid #edf2f9;
    border-radius: 0px 0px 6px 6px;
    padding: 10px;
    border-right: 1px solid #edf2f9;
    display: flex;
}

.justify-content-between {
    justify-content: space-between !important;
}

.card-pagination.pagination-tabs {
    border: 0;
}

.pagination-tabs {
    border-radius: 0;
    border-top: 1px solid #e3ebf6;
}

.pagination {
    display: flex;
    list-style: none;
    margin-bottom: -10px;
    margin-top: -10px;
}

.padre-paginacion {
    margin-top: 0px;
    padding: 20px 0px;
}

.cambiar-pag-ant {
    list-style: none;
}

.cambiar-pag-ant button {
    border: none;
    border-right: 1px solid #e3ebf6 !important;
    font-size: 15px;
}

.cambiar-pag-sig button {
    border: none;
    list-style: none;
    border-left: 1px solid #e3ebf6 !important;
    font-size: 15px;
}

.nro-pag {
    border: none;
}

.pagina-numero:hover {
    color: #0097A7;
}

.page-item.active .page-link {
    z-index: 3;
    border-radius: 0px;
    border-bottom: 1px solid #007581;
    background: #1BBECC;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border-color: transparent transparent #e3ebf6 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    padding: 1rem;
    padding-bottom: 14px;
    border-color: transparent transparent #62bea4 !important;
    color: #62bea4;
}

.nav-tabs .nav-link {
    border-color: transparent transparent #e3ebf6 !important;
    padding: 1rem;
    padding-bottom: 14px;
    color: #495057;
}

.pestanias-usuario:hover {
    color: #0d190d;
    background-color: #f9fbfd;
    border-color: transparent transparent #e3ebf6 !important;
}

.nav-tabs {
    border-bottom: 1px solid #e3ebf6 !important;
}

.titulo-usuario {
    color: #0d190d;
}

.boton-usuario {
    display: flex;
    color: #fff;
    background-color: #62bea4;
    border-color: #62bea4;
    padding: 5px 16px 5px 10px;
}

.boton-usuario:hover {
    color: #fff;
    background-color: #5baa91;
    border-color: #5baa91;
}

.boton-usuario span {
    display: inline-block;
    margin-bottom: -5px;
    padding-right: 5px;
}

.boton-usuario p {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.boton-comun {
    float: right;
    display: inline-block;
    color: #fff;
    background-color: #62bea4;
    border-color: #62bea4;
    padding: 5px 16px 5px 16px;
}

.boton-comun:focus {
    background-color: #62bea4;
    border-color: #62bea4;
}

.boton-comun.disabled, .boton-comun:disabled {
    color: #fff;
    background-color: #96a895;
    border-color: #5f5f5f;
    cursor: not-allowed;
}

.boton-comun.disabled:hover, .boton-comun:disabled:hover {
    background-color: #657764;
}


.boton-comun:hover {
    color: #fff;
    background-color: #5baa91;
    border-color: #5baa91;
}

.boton-comun span {
    display: inline-block;
    margin-bottom: -5px;
    padding-right: 5px;
}

.boton-comun p {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.boton-comun-sec {
    display: inline-block;
    color: #62bea4;
    background-color: #fff;
    border-color: #62bea4;
    padding: 5px 16px 5px 16px;
}

.boton-comun-sec:hover {
    color: #5baa91;
    background-color: #EBFFF0;
    border-color: #5baa91;
}

.boton-comun-sec span {
    display: inline-block;
    margin-bottom: -5px;
    padding-right: 5px;
}

.boton-comun-sec p {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.filtros-search {
    float: right;
    display: inline-flex;
    border: 1px solid #e3ebf6;
    height: 27px;
    padding: 0px 10px;
    margin-top: 5px;
    cursor: pointer;
}

.filtros-search span {
    display: inline-block;
    font-size: 18px;
    margin-top: 3px;
}

.filtros-search h5 {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    margin-top: 5px;
    padding-left: 5px;
}

/* PREDICTIVO */
input.predictivo {
    border: none;
}

.predictivo:focus {
    outline: none;
}

.predictivo {
    height: auto;
    cursor: text;
    position: relative;
    width: 100%;
    border-radius: 4px !important;
}

.predictivo .etiqueta {
    float: left;
    padding: 1px 10px;
    background: #62bea4;
    color: white;
    margin-right: 10px;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-left: -5px;
}

.predictivo .etiqueta.nuevo {
    background: #4c8bc2;
}

.predictivo .etiqueta .texto {
    float: left;
}

.predictivo .etiqueta .new {
    float: left;
    font-size: 18px;
    padding-top: 2px;
    margin-right: 5px;
    line-height: 20px;
}

.predictivo .etiqueta .cerrar {
    float: left;
    font-size: 18px;
    padding-top: 3px;
    margin-left: 6px;
    cursor: pointer;
    line-height: 18px;
}

.predictivo .input {
    float: left;
}

.predictivo .campo {
    display: block;
    width: 100%;
    padding: 0.375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    height: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none !important;
    box-shadow: none !important;
}

.campo:focus {
    border: 1px solid #66BB6A !important;
}

.predictivo .campo.in-focus {
    color: #495057;
    background-color: #fff;
    border-color: #66BB6A;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}


.predictivo .campo.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    outline: none !important;
    box-shadow: none !important;
}

.predictivo .campo.is-invalid.in-focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
}

.predictivo .campo.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    outline: none !important;
    box-shadow: none !important;
}

.predictivo .campo.is-valid.in-focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .25);
    outline: none !important;
    box-shadow: none !important;
}

.predictivo .popup {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    border-top: none;
    margin-top: -2px;
    padding: 12px;
    padding-top: 0px;
    z-index: 10;
}

.predictivo .popup .opcion {
    padding: 4px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.predictivo .popup .opcion.selected {
    background: #0c5460;
    color: white;
}

.predictivo .popup .opcion.selected {
    background: #66BB6A;;
    color: white;
}

.predictivo .popup .opcion.selected.nuevo {
    background: #4c8bc2;
}

/* FIN PREDICTIVO */

/* Menu Contextual */
.menu-contextual {
    position: relative;
}

.menu-contextual .popup {
    position: absolute;
    border: 1px solid gray;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #00000015;
    padding: 5px;
    background: white;
    z-index: 10;
}

.menu-contextual .popup.down-left {
    left: 0px;
    top: 20px;
}

.menu-contextual .popup.up-left {
    left: 0px;
    bottom: 30px;
}


.menu-contextual ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-contextual li {
    white-space: nowrap;
    display: flex;
    cursor: pointer;
    padding: 2px 10px;
}

.menu-contextual li:hover {
    background: lightgray;
}

.menu-contextual li .icono {
    float: left;
    font-size: 23px;
    margin-right: 5px;
}

.menu-contextual li .texto {

}


/* FIN Menu Contextual */


/* Menu Tabla 3 puntitos */
.menu-tabla {
    position: relative;
}

.menu-tabla .puntitos {
    color: #a8a8a8;
    margin-top: 0px;
    cursor: pointer;
}

.menu-tabla .puntitos:hover {
    color: #636363;
}

.menu-tabla .popup {
    position: absolute;
    border: 1px solid gray;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #00000015;
    right: 25px;
    top: -10px;
    padding: 5px;
    background: white;
    z-index: 10;
}

.menu-tabla ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-tabla li {
    white-space: nowrap;
    display: flex;
    cursor: pointer;
    padding: 2px 10px;
}

.menu-tabla li:hover {
    background: lightgray;
}

.menu-tabla li .icono {
    float: left;
    font-size: 20px;
    margin-right: 5px;
}

.menu-tabla li .texto {

}

.nuevo-crear h6 {
    text-align: center;
    margin-bottom: 0px;

}

.nuevo-crear h1 {
    font-size: 27px;
    font-weight: 500;
    text-align: center;
}

.custom-select {
    height: calc(2em + .75rem + 2px);
    border-radius: 0px;
}

.md-superior {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.registrar-datos {
    margin-bottom: 10px;
}

.registrar-datos label {
    font-size: 15px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 10px;
}

textarea.form-control {
    min-height: 200px;
}

.paginacion-base {
    color: #646975;
}

.paginacion-base:hover {
    color: #101010;
    background: transparent;
}

.titulo-libros {
    font-weight: 500;
    font-size: 15px;
}

.registrar-datos input {
    outline: none !important;
    box-shadow: none !important;
    border-radius: 4px;
}

.registrar-datos input:focus {
    border: none;
}


.registrar-datos select {
    border: 1px solid #b0bec5;
    border-radius: 0px;
    margin-bottom: 0px;
    outline: none !important;
    box-shadow: none !important;
}

.registrar-datos select:focus {
    border: 1px solid #66BB6A !important;
}

.estados-libros p {
    margin-bottom: 0px;
}

.estado-rojo {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    background: #f9dada;
    color: #B71C1C;
    border-radius: 15px;
    margin-bottom: 0px;
}


.estado-amarillo {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    background: #FFF9C4;
    color: #F57F17;
    border-radius: 15px;
    margin-bottom: 0px;
}


.estado-verde {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    background: #d2f5ec;
    color: #3a7446;
    border-radius: 15px;
    margin-bottom: 0px;
}

.estado-azul {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    background: #4b82a8;
    color: white;
    border-radius: 15px;
    margin-bottom: 0px;
}

.estado-violeta {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    background: #eae9f5;
    color: #5857a6;
    border-radius: 15px;
    margin-bottom: 0px;
}

.alert-violeta {
    color: #5857a6;
    background: #eae9f5;
    border-color: #9392f3;
}

.alert-verde {
    color: #1B5E20;
    background-color: #C8E6C9;
    border-color: #90b193;
}

.alert-rojo {
    color: #B71C1C;
    background-color: #FFCDD2;
    border-color: #f3b1b1;
}

.alert-amarillo {
    color: #F57F17;
    background-color: #FFF9C4;
    border-color: #ffe4cd;
    border-radius: 6px;
}

.estado-date {
    font-size: 12px;
    margin-left: 10px;
}


/*.pestanias-usuario a:actived {
    background: transparent !important;
    color: #0d190d;
    border-color: #ededed #ededed #66BB6A;

}

.pestanias-usuario a:hover {
    border-color: transparent transparent  #646975 !important;
    color: #546E7A;
}*/

.pestanias-usuario a {
    text-decoration: none !important;
}

.pestanias-usuario a p {
    font-size: 15px;
    margin-bottom: 0px;
    text-decoration: none !important;
}

.todo-usuarios {
    padding: 5px 15px 5px 15px;
    font-size: 12px;
    margin-bottom: 0px;
}

.info-libro-princ h1 {
    font-size: 30px;
    margin-top: 15px;
}

.portada-libro {
    display: block;
    background-image: url(/assets/img/libro-ejemplo.png);
    margin-left: -10px;
    width: 125px;
    height: 125px;
    border-radius: 120px;
    background-position: center;
    border: 3px solid #fff;
}

.perfil-cliente {
    display: inline-block;
    background-image: url(/assets/img/perfil-cliente.png);
    background-color: #e2ebf4;
    margin-left: -10px;
    width: 125px;
    height: 125px;
    border-radius: 120px;
    background-position: center;
    border: 3px solid #fff;
    background-size: cover;
}

.button-entendido {
    background: #fff;
    border-radius: 30px;
    display: inline-block;
    padding: 2px 15px;
    font-size: 13px;
    box-shadow: 0px 0px 8px 1px rgba(232, 232, 232, 1);
}

.button-entendido-compact {
    display: inline-block;
    padding: 0px 5px;
    font-size: 13px;
}

.perfil-usuario {
    background-image: url(/assets/img/perfil-cliente2.png);
    display: inline-block;
    float: left;
    background-color: #e2ebf4;
    margin-bottom: 10px;
    margin-top: -5px;
    margin-right: 10px;
    margin-left: -5px;
    width: 30px;
    height: 30px;
    border-radius: 120px;
    background-position: center;
    border: 1px solid #fff;
    background-size: cover;
}

.perfil-iniciales {
    background-color: #44cad6;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-top: -5px;
    margin-right: 10px;
    margin-left: -5px;
    width: 30px;
    height: 30px;
    border-radius: 120px;
    background-position: center;
    border: 1px solid #fff;
    background-size: cover;
}

.perfil-iniciales p {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 1px;
}


.perfil-min {
    margin-top: 20px;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    border: 1px solid #fff;
}

.perfil-cliente2 {
    display: inline-block;
    background-image: url(/assets/img/perfil-cliente2.png);
    background-color: #FCF7DD;
    margin-left: -10px;
    width: 125px;
    height: 125px;
    border-radius: 120px;
    background-position: center;
    border: 3px solid #fff;
    background-size: cover;
}

.perfil-min2 {
    margin-top: 20px;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    border: 1px solid #fff;
}

.perfil-cliente3 {
    display: inline-block;
    background-image: url(/assets/img/perfil-cliente3.png);
    background-color: #FCF7DD;
    margin-left: -10px;
    width: 60px;
    height: 60px;
    border-radius: 120px;
    background-position: center;
    border: 3px solid #fff;
    background-size: cover;
}

.perfil-min2 {
    margin-top: 20px;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    border: 1px solid #fff;
}


.nombre-lector {
    display: inline-block;
    padding-left: 10px;
    margin-top: 15px;
}

.nombre-lector h5 {
    display: block !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    margin: 0px !important;
    margin-top: -5px !important;
}

.nombre-lector p {
    display: block !important;
    font-size: 15px !important;
    margin: 0px !important;
}

.lector-min h5 {
    display: inline-block !important;
}

.lector-min p {
    display: inline-block !important;
}


.detalle-title {
    display: flex;
    align-items: center;
}

.titulo-libro {
    display: inline-block;
    margin-left: 20px;
}

.descripcion-libro ul {
    list-style: none;
    padding: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.descripcion-libro h5 {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 17px
}

.descripcion-libro p {
    font-size: 15px;
    display: inline-block;
    margin: 0px;
    margin-top: 5px;
    color: #484848;
}

.sinopsis-libro {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sinopsis-libro h3 {
    padding-top: 20px;
}

.modulo-libro-sup {
    margin-bottom: 20px;
}

/*------- FORMULARIO -------*/

.form-dobleA {
    width: 50%;
    display: inline-block;
    padding-right: 18px;
}

.form-dobleB {
    width: 49%;
    display: inline-block;
}

.boton-login button {
    width: 100%;
    background: #62bea4;
    border-color: #62bea4;
}

.boton-login button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.title-login p {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    font-weight: 400;
    color: #888888;
}

.boton-login button:hover {
    width: 100%;
    background: #5baa91;
    border-color: #5baa91;
}

.no-busqueda {
    padding: 100px 20px;
    border: 1px solid #edf2f9;
    border-top: none;
    border-radius: 0px 0px 6px 6px;
}

.no-busqueda img {
    margin: auto;
    display: block;
    width: 150px;
}

.no-busqueda h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.no-busqueda p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #4D4D4D;
}

.notif-usuario {
    height: 100%;
}

.notif-usuario button:hover {
    padding: 0px;
    font-size: 15px;
    color: #4CAF50;
    text-decoration: none;
}

.alerta-comment {
    color: #5BAA91;
    font-size: 30px !important;
    cursor: pointer;
}

.alerta-comment-actived {
    color: #ffc107;
    font-size: 30px !important;
    cursor: pointer;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Filters */
.filters {
    padding-top: 0px;
}

.bloque-padre {
    margin-top: 20px;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
}

.filter-datepicker {
    position: relative;
}

.filter-datepicker .popup {
    padding: 10px;
    position: absolute;
    background: white;
    top: 0px;
    z-index: 10;
    box-shadow: 0px 0px 8px 0px #00000042;
    width: 561px;
}

.filter-datepicker .popup.left {
    right: 0px;
}

/* end Filters */

/* DATEPICKER */

.datepicker {
    background: white;
    display: inline-block;
}

.datepicker .month {
    float: left;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker .dp-table {
    width: 250px;

}

.datepicker thead {
    background: white;
}

.datepicker th {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: black;
}

.datepicker td {
    font-size: 12px;
    text-align: right;
    padding: 5px;
    background: white;
    font-weight: 400;
}

.datepicker td.muted {
    color: white;
}

.datepicker td.selectable {
    color: black;
    cursor: pointer;
    text-align: center;
}

.datepicker td.today {
    border: 1px solid #646974;
}

.datepicker td.selectable:hover {
    background: #b1b1b1;
    color: white;
}

.datepicker td.selected {
    background: #58ae5c;
    cursor: pointer;
    color: white;
}

.datepicker td.selected:hover {
    background: #3d7b3d;
}

.datepicker .dp-header {
    background: white;
    color: black;
    font-weight: 400;
    padding: 10px;
    padding-bottom: 0px;
}

.datepicker .next {
    cursor: pointer;
    font-size: 30px;
    line-height: 10px;
}

.datepicker .previous {
    cursor: pointer;
    font-size: 30px;
    line-height: 10px;
}

.datepicker .dp-box {
    padding: 10px;
    background: white;
}

.datepicker .dp-box .divider {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: -10px;
}

.datepicker .month-title {
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 7px;
}

.datepicker .arrow {
    padding-top: 10px;
    height: 10px;
    width: 30px;
}

.datepicker .shortcuts {
    background: white;
    padding: 10px;
    padding-bottom: 0px;
}

.datepicker .shortcuts p {
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.datepicker .shortcuts a {
    margin-left: 10px;
    color: #62bea4;
}

.modulo-base-lctsis {
    background: #fff;
    padding: 20px !important;
    display: block;
    border-radius: 6px;
    border: 1px solid #edf2f9;
    margin-bottom: 20px !important;
    /* box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03); SEBAS ESTUVO AQUI */
    box-shadow: 0 0.3rem 1rem rgba(18, 38, 63, .15);
}

.modulo-base-lctsis.green {
    background: #def1ec;
    border: 1px solid #9bc0b5;
    box-shadow: none;
}

.modulo-base-lctsis.gray {
    background: #f6f8fc;
    border: 1px solid #edf2f9;
    box-shadow: none;
}

.cuerpo-md {
    background: #fff;
    display: block;
    border-radius: 6px;
    border: 1px solid #edf2f9;
    padding: 20px 0px;
    margin-bottom: 20px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
}

.base-lctsis h5 {
    padding: 0px 20px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}

.img-portada-min img {
    width: 150px;
}

.cod-l1 h5 {
    display: inline-block;
    font-size: 15px;
    margin: 0px;
}

.cod-l1 p {
    display: inline-block;
    font-size: 15px;
    margin: 0px;
}

.cod-l2 p {
    display: block;
    font-size: 15px;
    color: #969696;
    margin-top: 5px;
}

.estadol3 {
    float: right;
    margin-top: -50px;
}


/* FIN DATEPICKER */


.json {

}

.json pre {
    background: white;
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px;
    font-size: 12px;
    max-height: 300px;
}

.card {
    border: 1px solid #e4e8f0;
    border-radius: 6px;
}

.iconslibro {
    color: #646975;
    font-size: 15px;
}

.text-muted {
    font-size: 11px;
    font-weight: 600;
}

.title-libros-int {
    font-size: 18px;
}

.thumbnailbook {
    border-radius: 60px;
    width: 35px;
    height: 35px;
}

.img-perfil-libro img {
    width: 100%;
}

.img-perfil-libro span {
    position: absolute;
    color: #fff;
    background: #484848;
    border-radius: 30px;
    padding: 5px;
    right: 5px;
    top: -10px;
    cursor: pointer;
}

.sinnotas {
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
    border-radius: 9px;
    display: flex;
    height: 100%;
    text-align: center;
    padding-top: 120px;
    background: #fff;
    padding-bottom: 120px;
    border-radius: 12px;
}

.sinnotas h5 {
    font-size: 18px;
    color: #495057;
    text-align: center;
}

.sinnotas span {
    text-align: center;
    font-size: 90px;
    color: #495057;
    padding-bottom: 10px;
}

/* boton sebas: intento meter todas las clases de bootstrap para boton */
/* con sus hover, active, etc. pero con los colores de lecturita sintentizado en 1 sola clase */

.btn-primary-lct {
    color: #fff;
    background-color: #5BAA91;
    border-color: #5BAA91;
    border-radius: 20px;
    padding: 5px 20px !important;
}

.btn-primary-lct:hover {
    color: #fff;
    background-color: #42836a;
    border-color: #42836a;
}

.btn-primary-lct:not(:disabled):not(.disabled).active, .btn-primary-lct:not(:disabled):not(.disabled):active, .show > .btn-primary-lct.dropdown-toggle {
    color: #fff;
    background-color: #42836a;
    border-color: #366c53;
}

.btn-primary-lct:not(:disabled):not(.disabled).active:focus, .btn-primary-lct:not(:disabled):not(.disabled):active:focus, .show > .btn-primary-lct.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(66, 131, 106, .5);
    cursor: not-allowed;
}

.btn-primary-lct.focus, .btn-primary-lct:focus {
    color: #fff;
    background-color: #42836a;
    border-color: #366c53;
    box-shadow: 0 0 0 0.2rem rgba(66, 131, 106, .5);
}

/* FIN primary-lct */

.btn.disabled, .btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}


/* FIN secondary-lct */

.btn-secondary {
    border-radius: 20px;
    padding: 5px 20px !important;
}

.btn-warning {
    border-radius: 20px;
    padding: 5px 20px !important;
}


/* FIN SECONDARY-LCT */


.btn-danger-lct {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 20px;
    padding: 5px 20px !important;
}

.btn-danger-lct:hover {
    color: #fff;
    background-color: #b72b39;
    border-color: #b72b39;
}

.btn-danger-lct:not(:disabled):not(.disabled).active, .btn-danger-lct:not(:disabled):not(.disabled):active, .show > .btn-danger-lct.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger-lct:not(:disabled):not(.disabled).active:focus, .btn-danger-lct:not(:disabled):not(.disabled):active:focus, .show > .btn-danger-lct.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(66, 131, 106, .5);
}

.btn-danger-lct.focus, .btn-danger-lct:focus {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(66, 131, 106, .5);
}


/* fin boton */

.nota {
    background: #fff;
    padding: 20px !important;
    border-radius: 6px;
    border: 1px solid #edf2f9;
    margin-bottom: 20px !important;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
}

/*.nota.alerta {
    background: #FFF9C4;
    border-color: #F57F17;
}*/


.nota.alerta {
    background: #fff;
    border: 2px solid #ffc107;
}

.nota-clickeable {
    cursor: pointer;
    padding: 20px 20px;
    border-radius: 5px;
    background-color: #f4f8fb;

}

.notificacion-activa {
    color: dodgerblue;
    float: right;
}

.nota-clickeable:hover {
    background-color: #e2eef9;
    border-radius: 5px;
    transition: 0.5s;
}

.nota-time {
    font-size: 13px;
    color: gray;
}

.nota-leida {
    background-color: white;
    border: none;
}

.nota-clickeable.nota-leida:hover {
    background-color: #f9f8f8ee;
    transition: 0.5s;
}

.ipf {
    font-size: 14px;
    width: 100%;
}

.ipf td {
    border: 1px solid black;
    padding: 10px;
}

.ipf td:empty {
    visibility: hidden;
}

.ipf h3 {
    font-size: 20px;
}

.titulo-modulo h6 {
    color: #646975;
}

.titulo-modulo h1 {
    font-size: 27px;
    font-weight: 500;
}

.loading {
    width: 100%;
    height: 100%;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 5px solid #5BAA91;
    border-right: 5px solid transparent;
    box-sizing: border-box;
    animation: rotation 500ms ease-in-out infinite, colors 6s ease-in infinite;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -24px;
    margin-top: -24px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@keyframes colors {
    0% {
        border-top-color: #F26C42;
    }
    25% {
        border-top-color: #FBB615;
    }
    50% {
        border-top-color: #75BF44;
    }
    75% {
        border-top-color: #17BDCB;
    }
    100% {
        border-top-color: #F26C42;
    }
}


.material-icons.eliminar-boton {
    color: red;
    cursor: pointer;
    opacity: 0.2;
}

.material-icons.eliminar-boton:hover {
    opacity: 1;
}

.material-icons.agregar-boton {
    color: green;
    opacity: 0.2;
    cursor: pointer;
}

.material-icons.agregar-boton:hover {
    opacity: 1;
}


/* form-in-situ */
input.is-input {
    border: none;
    padding: 0px;
    background: #efefef;
}

input.is-input::placeholder {
    color: lightgray;
}

input.is-input:read-only {
    cursor: pointer;
    border: none;
    background: none;
}

input.is-input:hover {
    background: #efefef;
}

.is-invisible {
    width: auto;
    display: inline-block;
    visibility: hidden;
    position: fixed;
    overflow: auto;
    white-space: pre;
}

.is-input-container {
    position: relative;
    display: inline-block;
}

.is-select-container {
    position: relative;
    display: inline-block;
}

.form-control.is-select {
    width: auto;
    border: none;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    height: 1.4em;
}

.form-control.is-select:focus {
    border: none !important;
    box-shadow: none;
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none;
}

.is-input-edit {
    position: absolute;
    right: 0px;
}

.material-icons.is-input-icon {
    background: dimgray;
    padding: 2px;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.material-icons.is-input-close {
    background: red;
    padding: 2px;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.is-input-save-confirm {
    position: absolute;
    right: 21px;
}

.material-icons.is-input-save {
    background: forestgreen;
    padding: 2px;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.is-textarea-container {
    width: 100%;
    position: relative;
}

textarea.is-textarea:read-only {
    cursor: pointer;
    border: none;
    background: none;
}

textarea.is-textarea:hover {
    background: #EFEFEF;
}

textarea.is-textarea {
    width: 100%;
    visibility: visible;
    overflow: hidden;
    border: none;
    outline: none;
    resize: none;
    text-align: justify;
    padding: 0px;
    background: #EFEFEF;
}

.is-textarea-invisible {
    width: 100%;
    display: inline-block;
    visibility: hidden;
    position: absolute;
    white-space: pre-wrap;
    text-align: justify;
    top: 0px;
    left: 0px;
    overflow-wrap: break-word;
}


.is-textarea-div {
    white-space: pre-wrap;
    outline: none;
    border: none;
}


.is-textarea-edit {
    position: absolute;
    bottom: -20px;
    right: 0px;
}

.material-icons.is-textarea-icon {
    background: dimgray;
    padding: 2px;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.material-icons.is-textarea-close {
    background: red;
    padding: 2px;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.is-textarea-save-confirm {
    position: absolute;
    bottom: -20px;
    right: 20px;
}

.material-icons.is-textarea-save {
    background: forestgreen;
    padding: 2px;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}


.is-image-container {
    background: lightgray;
    position: relative;
    cursor: pointer;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.is-image-container .title {
    font-size: 12px;
    top: 5px;
    left: 8px;
    position: absolute;
    overflow: hidden;
}

.is-image-edit {
    position: absolute;
    bottom: 10px;
    right: 10px;
}


.is-image-delete {
    position: absolute;
    bottom: 10px;
    right: 38px;
}

.material-icons.is-image-icon {
    background: dimgray;
    padding: 3px;
    color: white;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
}

.material-icons.is-image-icon-delete {
    background: red;
    padding: 3px;
    color: white;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
}

.is-image-save-confirm {
    background: red;
    padding: 3px;
    color: white;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
}

.material-icons.imagen-add {
    font-size: 130px;
    left: 50%;
    top: 50%;
    color: darkgray;
    margin-top: -65px;
    margin-left: -65px;
    position: absolute;
}

.is-switch-container {
    display: inline-block;
}

.is-switch-save-confirm {
    position: relative;
    margin-top: 25px;
    float: left;
    margin-left: 34px;
}


input.is-predictive-input {
    border: none;
    background: transparent;
}

.is-predictive-input:focus {
    outline: none;
}

.is-predictive {
    display: inline-block;
    position: relative;
}

.is-predictive .etiqueta {
    float: left;
    margin-right: 10px;
}

.is-predictive .etiqueta.nuevo {
    background: #4c8bc2;
}

.is-predictive .texto {
    font-size: inherit;
}

.is-predictive .new {
    font-size: inherit;
    padding-top: 2px;
    margin-right: 5px;
    line-height: 20px;
}

.is-predictive .cerrar {
    cursor: pointer;
    font-size: inherit;
    color: darkgray;
}

.is-predictive .input {
    float: left;
}

.is-predictive .campo {

}

.campo:focus {
    border: 1px solid #66BB6A !important;
}

.is-predictive .campo.in-focus {
    /*
    color: #495057;
    background-color: #fff;
    border-color: #66BB6A;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
     */
    border-bottom: 1px solid green;
}

.is-predictive-values {
    cursor: pointer;
}

.is-predictive .campo.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    outline: none !important;
    box-shadow: none !important;
}

.is-predictive .campo.is-invalid.in-focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
}

.is-predictive .campo.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    outline: none !important;
    box-shadow: none !important;
}

.is-predictive .campo.is-valid.in-focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .25);
    outline: none !important;
    box-shadow: none !important;
}

.is-predictive .popup {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    border-top: none;
    margin-top: -2px;
    padding: 12px;
    padding-top: 0px;
    z-index: 10;
}

.is-predictive .popup .opcion {
    padding: 4px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.is-predictive .popup .opcion.selected {
    background: #0c5460;
    color: white;
}

.is-predictive .popup .opcion.selected {
    background: #66BB6A;;
    color: white;
}

.is-predictive .popup .opcion.selected.nuevo {
    background: #4c8bc2;
}

.is-predictive-edit {
    position: absolute;
    bottom: -20px;
    right: 0px;
}

.material-icons.is-predictive-icon {
    background: dimgray;
    padding: 2px;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.material-icons.is-predictive-close {
    background: red;
    padding: 2px;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.is-predictive-save-confirm {
    position: absolute;
    bottom: -20px;
    right: 20px;
}

.material-icons.is-predictive-save {
    background: forestgreen;
    padding: 2px;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}


/* fin form-in-situ */

.checklist {

}

.checklist tr {
    margin-bottom: 3px;
}


.checklist tr.dragover {
    border-top: 3px dotted cornflowerblue;
}

.is-textarea.gestion-nota {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    min-height: 100px;
}

.is-textarea.gestion-nota:read-only {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    min-height: 100px;
}

.gestion-nota-anterior {
    margin-top: 20px;
}

.gestion-nota-header {
    margin-bottom: 5px;
    font-size: 14px;
}

.gestion-nota-usuario {
    float: left;
}

.gestion-nota-anterior-fecha {
    float: right;
}

.gestion-nota-texto {
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

.gestion-nota-texto p {
    white-space: pre-wrap;
    margin: 0px;
}


.gestion-log {
    margin-top: 20px;
}

.gestion-log.loading {
    opacity: 0.5;
}

.gestion-log-header {
    margin-bottom: 5px;
    font-size: 14px;
}

.gestion-log-usuario {
    float: left;
}

.gestion-log-fecha {
    float: right;
}

.gestion-log-descripcion {
    font-size: 14px;
}

.gestion-log-descripcion p {
    white-space: pre-wrap;
    margin: 0px;
}


.lct-input-datepicker {
    background: white;
    position: absolute;
    width: 564px;
    padding: 10px;
    border: 1px solid #ccc;
    z-index: 10;
    box-shadow: 5px 5px 5px #ccc5;
}


.chat-my {
    float: right;
    border: 2px solid #97bbed;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 15px;
    background: #dcf0ff;
}

.chat-my .body {
    padding-top: 20px;
    white-space: pre-wrap;
}

.ciclo {
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background: gray;
    float: left;
    margin-right: 5px;
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}

.ciclo.approved {
    background: green;
}

.ciclo.rejected {
    background: red;
}

.ciclo.intermedio {
    background: blue;
}

.material-icons.retry-count {
    font-size: 18px;
    line-height: 24px;
}

.div-clickeable {
    color: dodgerblue;
}

.table-cuenta {
    width: 100%;
}

.table-cuenta td {
    padding: 3px 0;
}

.table-cuenta .importe {
    text-align: right;
    font-weight: 500;
}

.table-cuenta .total {
    border-top: 1px solid black;
}


.json-container {
    font-family: 'Rubik', sans-serif !important;
}

.flow-icon {
    text-align: center;
    font-size: 24px !important;
    line-height: 20px !important;
    cursor: default;
    background: lightgray;
    color: white;
    padding: 5px 3px;
    border-radius: 3px;
}

.flow-icon.complete {
    background-color: darkgreen;
}

.flow-icon.incomplete {
    background-color: darkred;
}


.modulo-titulo {
    font-size: 27px;
    font-weight: 600;
    background: #e5e5e5;
    padding: 3px 10px;
    border-radius: 5px;
    border: 1px solid lightgray;
}

.modulo-id {
    font-size: 14px;
}

.modulo-drag {
    border-radius: 10px;
    border: 1px solid lightgray;
    padding: 15px;
    background: white;
    cursor: grab;
    margin-top: 15px;
    background: #f4f4f4;
}

.modulo-drag.dragover {
    box-shadow: 0 0 10px gray;
    border: 1px solid cornflowerblue;
}

.modulo-drag.dragover .modulo-drag-child {
    pointer-events: none;
}

.modulo-papelera {
    position: fixed;
    background: cornflowerblue;
    padding: 10px;
    box-shadow: 5px 5px 5px #00000050;
    left: 50%;
    bottom: 30px;
    z-index: 10;
    border-radius: 10px;
    opacity: .8;
    display: none;
}

.modulo-papelera.over {
    background: red;
}

.modulo-papelera .material-icons {
    font-size: 50px;
    color: white;
    pointer-events: none;
}

.modulo-libro {
    margin-bottom: 15px;
}

.modulo-libro-img {
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%;
    border: 1px solid lightblue;
    border-radius: 5px;
}

.modulo-libro-img .material-icons.eliminar {
    background: red;
    color: white;
    position: absolute;
    right: 25px;
    bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}


.predictive {
    background: #dcdcdc;
    padding: 3px 10px;
    border-radius: 5px;
    border: 1px solid lightgray;
}