/**
 * custom.css
 *
 * Conjunto de reglas para definir los estilos complementarios del sistema.
 *
 */
@font-face {
    font-family: "Roboto";
    src: url('/componentes/fonts/roboto/static/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Lato";
    src: url('/componentes/fonts/lato/Lato-Regular.ttf') format('truetype');
}

* {
    /*scrollbar-width: 3px;*/
    /*scrollbar-color: darkgray white;*/
}

::-webkit-scrollbar {
    height: 5px;
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 12px #7e8088;
    border-radius: 8px;
}

html {
    background-color: #edf1f5;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

body, html {
    height: 100%;
    width: 100%;
}

html, .printableArea, .container-h {
    scrollbar-color: auto !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
    font-weight: bold;
}

.container-fluid {
    padding: 0 10px 15px !important;
}

.contenedor-interno form {
    margin-top: 10px;
}

.cuadro-repartos:first-child {
    width: 300px;
    position: fixed;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .container-fluid {
        padding-bottom: 55px !important;
    }
    .listado.container-fluid {
        padding-top: 10px !important;
    }
    .pt-movil {
        padding-top: 50px !important;
    }
    .mt-movil {
        margin-top: 10px;
    }
    .select2-container--default .select2-results>.select2-results__options {
        max-height: 350px;
        overflow-y: auto;
    }
    .contenedor-interno form {
        padding-bottom: 55px !important;
    }
}

.col {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.fila-listado {
    border-top: 1px solid #EEE;
}

.fila-listado.fila-anulada td, .fila-anulada td, .fila-anulada td span:not(.estado), .fila-anulada td i, .fila-anulada td small {
    background-color: #FAFAFA !important;
}

.fila-listado.fila-anulada td:not(.mostrar-inactivo), .fila-anulada td:not(.mostrar-inactivo), .fila-anulada td span:not(.estado), .fila-anulada td i:not(.mostrar-inactivo), .fila-anulada td small:not(.mostrar-inactivo) {
    text-decoration: line-through;
    color: #8d9ea7 !important;
}

.fila-anulada a:not(.mostrar-inactivo) {
    pointer-events: none;
    cursor: default;
    color: #8d9ea7 !important;
    text-decoration: line-through;
}

.fila-anulada .estado {
    display: none !important;
}

.fila-listado.fila-sombreada td {
    background-color: #FAFAFA !important;
    color: #8d9ea7 !important;
    opacity: 0.8;
}

.fila-listado.fila-transparente td, .fila-listado.fila-transparente a, .fila-listado.fila-transparente i {
    background-color: #f7f7f7 !important;
    color: #8d9ea7 !important;
}

.fila-listado:hover td {
    background-color: #f7f7f7 !important;
}

.fila-listado.fila-seleccionada:hover td {
    background-color: #d4dde3 !important;
}

.fila-familia {
    background-color: #f2f5f7 !important;
}

.campo-fecha {
    width: 110px;
    max-width: 110px;
}

.campo-fecha-hora {
    width: 180px;
    max-width: 180px;
}

.campo-recibo {
    width: 170px;
    max-width: 170px;
}

.campo-imagen, .campo-booleano {
    width: 80px;
    max-width: 80px;
    text-align: center;
}

.campo-entero, .campo-numero, .campo-moneda, .listado-acciones {
    width: 140px;
    max-width: 140px;
    text-align: right;
}

.fila-listado-editar, .fila-listado-detalle {
    text-align: right;
}

.hide, .hidden {
    display: none;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.capa-resultados-busqueda {
    height: 0;
    width: 0;
    float: left;
    clear: both;
    z-index: 7000;
}

#flotante-busqueda {
    position: absolute;
    top: 0;
    left: 0;
    width: 580px;
    height: 290px;
    background-color: white;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    z-index: 7001;
    border: 1px solid #EEE;
    box-shadow: 0 0 5px #DDD;
    padding-right: 8px;
    padding: 1rem;
    font-size: 0.8rem;
}

#flotante-busqueda-cargando {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/componentes/images/cargando.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20%;
}

#flotante-busqueda-sin-resultados {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#listado > .fila-listado.fila-seleccionada td, .fila-seleccionada td {
    background-color: #e1e7eb !important;
}

.listado-seleccion-danger > .fila-listado {
    border: 2px solid rgba(255,255,255,0);
}

.listado-seleccion-danger > .fila-listado.fila-seleccionada td {
    border: 2px solid #e6506b;
}

.sin-enlace {
    color: #CCC !important;
}

.table {
    position: relative;
    overflow-y: auto;
    background-color: #fff;
}

.table-fixed {
    table-layout: fixed;
}

.table thead th {
    vertical-align: middle;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    cursor: default;
}

.table thead th a {
    color: #666;
    transition: color 0.3s ease;
}

.table thead th a:hover {
    color: #e6506b;
}

.table thead th a.boton-encabezado:hover  {
    color: #fff;
}

.table tbody td {
    vertical-align: middle !important;
}

.table tbody td small {
    display: inline-block;
    line-height: 120% !important;
}

.table tbody td span.input-group-text {
    line-height: 20px !important;
    min-width: 28px;
}

.table > tbody > tr.linea-separacion-abajo td,
tr.linea-separacion-abajo td {
    border-bottom: 1px solid #999 !important;
}

.table > tbody > tr.linea-separacion-arriba td,
tr.linea-separacion-arriba td {
    border-top: 1px solid #999 !important;
}

.table.table-sm td, .table.table-sm th {
    padding: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd).encabezado-proveedores {
    background-color: #dcdde5 !important;
}

.table-striped>tbody>tr:nth-of-type(odd).encabezado-marcas {
    background-color: #dcdde5 !important;
}

.table-striped>tbody>tr:nth-of-type(odd).encabezado-familia {
    background-color: #dcdde5 !important;
}

.table-striped>tbody>tr:nth-of-type(odd).fila-familia {
    background-color: #f2f5f7 !important;
}

th.orden-listado i {
    margin-left: 5px;
}

th.orden-listado {
    cursor: pointer !important;
}

.indicador-si, .indicador-no {
    display: inline-block;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.btn-sm {
    border-radius: 4px;
}

.btn-text {
    display: inline-block;
}

.btn-field {
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-field i {
    font-size: 28px;
    margin-bottom: 5px;
}

.btn-container {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 80px;
}

.btn-container > .dropdown > .dropdown-menu {
    left: initial;
    right: 0px;
}

@media screen and (max-width: 575px) {
    .btn-text {
        display: none;
    }

    .btn-container {
        text-align: center;
    }

    .mobile-category-list-option {
        padding: 6px 0 !important;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right !important;
    }

    ul.timeline>li>.timeline-panel {
        width: auto;
    }

    .timeline>li>.timeline-panel {
        width: auto;
    }

    .timeline>li>.timeline-badge {
        width: 30px;
        height: 30px;
        font-size: 1em;
        line-height: 30px;
    }
    ul.timeline:before {
        left: 30px;
    }
}

#rss-feed td:first-child {
    display: table-cell
}

@media screen and (max-width: 991px) {
    #rss-feed td:first-child {
        display: none;
    }
}

.solo-impresion {
    display: none;
}

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

.footer {
    padding: 10px 30px;
    font-size: 12px;
}

.tachado {
    text-decoration: line-through;
}

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

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

.modal-content {
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
    border: none;
    width: 85%;
    margin: auto;
}

.modal-header {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    border-bottom: none;
}

.modal-header .close {
    padding: 0;
    margin: 0;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1.0;
}

.modal-title {
    font-weight: normal !important;
}

.modal-body {
    padding: 2rem 3rem 1rem;
    overflow-y: auto;
}

.modal-footer {
    padding: 1rem 2rem;
    border-top: none;
}

.modal-footer-buttons {
    margin-right: 3px;
}

.modal-footer-buttons .btn {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 7px;
}

.modal-dialog {
    margin: 0 auto;
}

.modal-xs {
    max-width: 100%;
}

.modal-sm {
    max-width: 100%;
}

.modal-md {
    max-width: 100%;
}

.modal-lg {
    max-width: 100%;
}

.modal-xl {
    max-width: 100%;
}

.modal-fullscreen {
    max-width: 100%;
}

@media (max-width: 1023px) {
    .modal-fullscreen .modal-content {
        width: 95%;
        min-height: 90vh;
        border-radius: 0;
    }

    .modal-fullscreen .modal-header {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .modal-fullscreen .modal-body {
        padding: 2rem 1rem 1rem;
    }

    .modal-fullscreen .modal-footer {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media (min-width: 319px) {
    .modal-xl {
        max-width: 98%;
    }
    .modal-lg {
        max-width: 90%;
    }
    .modal-md {
        max-width: 80%;
    }
    .modal-sm {
        max-width: 75%;
    }
    .modal-xs {
        max-width: 70%;
    }
}

@media (min-width: 577px) {
    .modal-xl {
        max-width: 96%;
    }
    .modal-lg {
        max-width: 88%;
    }
    .modal-md {
        max-width: 80%;
    }
    .modal-sm {
        max-width: 75%;
    }
    .modal-xs {
        max-width: 70%;
    }
}

@media (min-width: 787px) {
    .modal-xl {
        max-width: 94%;
    }
    .modal-lg {
        max-width: 84%;
    }
    .modal-md {
        max-width: 75%;
    }
    .modal-sm {
        max-width: 70%;
    }
    .modal-xs {
        max-width: 65%;
    }
}

@media (min-width: 1024px) {
    .modal-xl {
        max-width: 92%;
    }
    .modal-lg {
        max-width: 80%;
    }
    .modal-md {
        max-width: 60%;
    }
    .modal-sm {
        max-width: 55%;
    }
    .modal-xs {
        max-width: 50%;
    }
}

@media (min-width: 1201px) {
    .modal-xl {
        max-width: 90%;
    }
    .modal-lg {
        max-width: 70%;
    }
    .modal-md {
        max-width: 60%;
    }
    .modal-sm {
        max-width: 50%;
    }
    .modal-xs {
        max-width: 40%;
    }
}

@media (min-width: 1601px) {
    .modal-xl {
        max-width: 80%;
    }
    .modal-lg {
        max-width: 60%;
    }
    .modal-md {
        max-width: 50%;
    }
    .modal-sm {
        max-width: 40%;
    }
    .modal-xs {
        max-width: 30%;
    }
}

@media (min-width: 1921px) {
    .modal-xl {
        max-width: 60%;
    }
    .modal-lg {
        max-width: 35%;
    }
    .modal-md {
        max-width: 30%;
    }
    .modal-sm {
        max-width: 25%;
    }
    .modal-xs {
        max-width: 20%;
    }
}

.contenedor-grafico {
    height: 280px !important;
}

@media screen and (max-width: 768px) {
    .contenedor-grafico {
        height: 240px !important;
    }
}
    
@media screen and (max-width: 576px) {
    .contenedor-grafico {
        height: 200px !important;
    }

    .modal-dialog {
        width: 100%;
        max-width: 100%;
        margin: 0.8rem 0 0;
    }

    .modal-body {
        padding: 1.5rem;
    }
}

.modal-max {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.modal-max .modal-content {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.modal-max .modal-header {
    /*display: none;*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-max .modal-body {
    padding: 3rem 3rem 8rem;
}

.modal-max .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 2;
    background-color: white;
}

.modal-max.modal-dialog-centered {
    align-items: start;
}

.capa-comprobante-anulado {
    display: inline-block;
    text-align: center;
    font-size: 80px;
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.2);
    transform: rotate(-30deg) translateY(-100px) translateX(75%);
}

label {
    font-size: 0.85em;
    font-weight: normal;
    margin-bottom: 0;
    color: #71777d;
}

textarea:not(.select2-search__field):not(.code-area-field) {
    height: 200px !important;
    resize: none;
}

.autocomplete-suggestion {
    border-bottom: 1px solid #EEE;
    padding: 4px 8px;
}

.autocomplete-suggestion img {
    float: left;
    width: 40px;
    height: 40px;
    margin: 4px 8px 0 0;
}

.autocomplete-suggestion p {
    margin: 0;
    padding: 0;
}

.mini-icon {
    font-size: 8px;
    margin: 5px 20px 0 5px;
    vertical-align: top;
}

.medium-icon {
    font-size: 12px;
    margin: 3px 16px 0 5px !important;
    vertical-align: baseline;
}

.x8 {
    font-size: 8px !important;
    line-height: 8px;
}

.x9 {
    font-size: 9px !important;
    line-height: 9px;
}

.x10 {
    font-size: 10px !important;
    line-height: 10px;
}

.x12 {
    font-size: 12px !important;
    line-height: 12px;
}

.x14 {
    font-size: 14px !important;
    line-height: 14px;
}

.x16 {
    font-size: 16px !important;
    line-height: 16px;
}

.x18 {
    font-size: 18px !important;
    line-height: 18px;
}

.x20 {
    font-size: 20px !important;
    line-height: 20px;
}

.x24 {
    font-size: 24px !important;
    line-height: 24px;
}

.x28 {
    font-size: 28px !important;
    line-height: 28px;
}

.x32 {
    font-size: 32px !important;
    line-height: 32px;
}

.x36 {
    font-size: 36px !important;
    line-height: 36px;
}

.x40 {
    font-size: 40px !important;
    line-height: 40px;
}

.x48 {
    font-size: 48px !important;
    line-height: 48px;
}

.x56 {
    font-size: 56px !important;
    line-height: 56px;
}

.x60 {
    font-size: 60px !important;
    line-height: 60px;
}

.x72 {
    font-size: 72px !important;
    line-height: 72px;
}

.x80 {
    font-size: 80px !important;
    line-height: 80px;
}

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

.x120 {
    font-size: 120px;
    line-height: 120px;
}

.x140 {
    font-size: 140px;
    line-height: 140px;
}

.x200 {
    font-size: 200px !important;
    line-height: 200px;
}

.h-40 {
    height: 40px;
}

.h-60 {
    height: 60px;
}

.h-80 {
    height: 80px;
}

.h-160 {
    height: 160px;
}

.h-320 {
    height: 320px;
}

.h-640 {
    height: 640px;
}

.lh-100 {
    line-height: 100%;
}

.lh-120 {
    line-height: 120%;
}

.lh-140 {
    line-height: 140%;
}

.lh-150 {
    line-height: 150%;
}

.lh-180 {
    line-height: 180%;
}

@media (max-width: 576px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

table .input-group {
    display: inline-flex;
    width: auto;
}

table select.alicuota {
    width: 90px !important;
}

input[type="number"] {
    /*padding-right: 1px;*/
}

input.cantidad {
    width: 80px !important;
}

.input-group>.form-control.cantidad {
    width: 80px !important;
}

input.input-table {
    float: initial;
    display: inline-block;
    margin: 0 !important;
    width: 100px;
}

input.input-sm {
    margin: 0 !important;
    float: right !important;
    width: 100px;
}

input.input-xs, select.input-xs {
    font-size: 12px;
    margin: 0 !important;
    float: right !important;
    width: 90px !important;
}

input.input-sm.bonificacion {
    width: 70px;
}

input.input-danger {
    border: 1px solid #d9121d !important;
}

.fila-factura > td > input, input.costo, input.precio, input.margen, input.precio_final {
    width: 100px;
}

input.cantidad {
    width: 100px !important;
}

.fila-listado > td > .input-group {
    width: 130px;
    float: right;
}

.fila-listado > td > .input-group.input-group-small {
    width: 80px !important;
}

.fila-factura > td > input[type="date"] {
    width: 130px;
    max-width: initial;
    display: inline-block;
}

.fila-factura > td > input[type="datetime-local"] {
    width: 180px;
    max-width: initial;
    display: inline-block;
}

.fila-factura > td > input.sin-ancho {
    width: 100%;
}

.fila-factura img, .select2-results__option img {
    max-width: 40px;
    max-height: 40px;
    object-fit: cover;
}

.fila-pie > td > input {
    width: 100px;
}

.bar-loading {
    position: static;
    overflow: hidden;
    -webkit-animation: placeholderShimmer 2s linear;
    animation: placeholderShimmer 2s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #fff;
    background-image: linear-gradient(to right, #ffffff 0, #eeeeee 10%, #ffffff 20%);
    background-size: 1200px 100%;
    max-width: 30rem;
}

.bar-loading .line {
    position: relative;
    height: 53px;
    border-bottom: 1px solid #e4e7ea;
}

.bar-loading .line:after, .bar-loading .line:before {
    top: 100%;
    position: absolute;
    content: '';
    background-color: inherit;
}

.bar-loading .line:after, .bar-loading .line:before {
    height: 53px;
}

.bar-loading .line:before {
    left: 0;
}

.menu-search {
    padding: 0;
}

.menu-search a {
    top: 11px;
    left: 15px;
}

.menu-search .btn {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    margin-left: -69px;
}

.menu-search-min a {
    top: 6px;
    left: 13px;
}

.menu-search-min > i {
    position: absolute;
    top: 6px;
    right: 13px;
}

.bg-title {
    padding: 5px 15px;
    margin: 0 -10px;
}

 .cuadro-con-borde {
    border: 1px solid #e4e7ea;
    padding: 10px 40px;
    border-radius: 6px;
}

@media (min-width: 768px) {

    .cuadro-con-borde {
        border: 1px solid #e4e7ea;
        padding: 1px 31px;
        border-radius: 6px;
    }

    .mt-movil-0 {
        margin: 0 !important;
    }

    .mr-md-2 {
        margin-right: 0.5rem!important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-bottom {
        text-align: bottom !important;
    }

}

@media (max-width: 576px) {
    .bg-title {
        min-height: 50px;
        position: fixed;
        width: 100%;
        padding: 0 15px;
        top: 50px;
        z-index: 100;
    }
}

.cabecera-listado-fixed {
    position: fixed;
    top: 60px;
    right: 0px;
    z-index: 2000;
    width: calc(102vw - 337px);
}

.acciones-listado-fixed {
    position: fixed;
    top: 150px;
    right: 0px;
    z-index: 2000;
    width: calc(102vw - 337px);
}

#titulo-formulario {
    display: none;
    margin-bottom: 0;
    padding: 15px 15px 0 15px;
    background: #FFF;
}

#titulo-formulario h2 {
    margin: -1px 0 0 0;
}

#titulo-formulario h3 {
    margin: 0 5px -5px 0;
}

#titulo-formulario h2, #titulo-formulario h3, #titulo-formulario p, #titulo-formulario small {
    /*color: #FFF;
    /*text-shadow: 0 1px 1px #222;*/
}

#titulo-formulario hr {
    margin-bottom: 0;
    margin-top: 10px
}

#barra-acciones, .barra-titulo-gris {
    background: linear-gradient(0deg, #F5F5F5, #FEFEFE) !important;
    box-shadow: 0 0 15px #ccc;
    padding: 10px 20px;
    color: #4F5467;
}

.opacar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: rgba(0,0,0,0.3);
}

#buscar {
    height: 39px !important;
    padding: 8px 19px 6px 35px;
    border-radius: 60px;
}

#texto-mensaje-chat {
    height: 60px !important;
}

.texto-azul {
    color: #009fff;
}

.texto-rojo {
    color: #fb3838;
}

.text-front {
    color: #4F5467;
}

.bg-front {
    background-color: #4F5467;
    color: #fff;
}

.bg-front-outline {
    outline: 2px solid !important;
    outline-color: #9faad2 !important;
}

.bg-front-outline-background {
    background-color: #eaeefc;
    outline: 2px solid !important;
    outline-color: #9faad2 !important;
}

form .table > .tabla-color-gris > tr > th {
    background-color: #f4f7f9 !important;
}

@media print {
    .tabla-color-gris th {
        color: #fff !important;
        background-color: #4F5467 !important;
    }
}

.fila-encabezado td {
    color: #fff;
    background-color: #4F5467;
    font-weight: bold;
    padding: 4px 8px !important;
    vertical-align: middle;
    font-size: 90%;
    font-weight: bold;
}

.fila-color td {
    color: #fff;
    background-color: #4F5467;
    font-weight: bold;
}

.fila-color-gris td {
    color: #fff;
    background-color: #7d7d7d;
    font-weight: bold;
}

.fila-color-gris-claro td {
    color: #666;
    background-color: #f1f1f1;
    font-weight: bold;
}

.fila-con-borde td {
    border-top: 2px solid #ccc;
}

.tabla-sin-borde {
    border-top: 1px solid #ffffff !important;
    padding: 2px 2px !important;
    width: 100%;
}

.form-placeholder {
    background: url(/componentes/images/loader-trans.gif) no-repeat center center;
    width: 100%;
    height: 200px;
}

.alinear-lista-precios {
    width: 456px;
}

.lista-precio-icon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    padding: 6px 12px;
    font-size: 14px;
}

.btn-error {
    background: #c88b8c;
    border: 1px solid #f29578;
}

.flex-grow-1 {
    flex-grow: 1;
}

.tarjeta-enlace .icono-enlace {
    width: 80px;
    float: left;
}

.tarjeta-enlace .titulo-enlace {
    width: calc(100% - 100px);
    margin-left: 20px;
    float: left;
    height: 80px;
}

.tarjeta-enlace .descripcion-enlace {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 10px;
}

.tarjeta-enlace .titulo-enlace h3 {
    margin: 0px;
}

.tarjeta-ventas {
    padding-top: 15px;
}

.tarjeta-ventas h3 {
    line-height: 25px;
    margin: 0px;
}

@media screen and (max-width: 575px) {
    .tarjeta-celular {
        margin-top: 20px;
        padding-left: 0 !important;
    }
}
@media screen and (min-width: 576px) {
    .tarjeta-celular {
        padding-left: 30px !important;
    }
}

.m-t-25 {
    margin-top: 25px !important;
}

.f-60 {
    font-size: 60px;
}

.f-14 {
    font-size: 14px;
}

.fondo-gris {
    background-color: #f5efe9;
}

.label-cancel {
    background-color: #9e9e9e;
}

.sin-margen {
    margin-bottom: 0;
    margin-top: 0;
}

.tabs-style-shape {
    max-width: 100% !important;
    margin: 15px auto 0;
}

.tabs-style-shape nav ul li {
    margin: 0 3em
}

.tabs-style-shape nav ul li:first-child {
    margin-left: 0;
}

.tabs-style-shape nav ul li.tab-current {
    z-index: 2;
}

.tabs-style-shape nav li a {
    overflow: visible;
    margin: 0 -3em 0 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
}

.tabs-style-shape nav li a svg {
    position: absolute;
    left: 100%;
    margin: 0;
    width: 3em;
    height: 100%;
    fill: #d5dbe2;
}

.tabs-style-shape nav li:first-child a span {
    padding-left: 2em;
    border-radius: 30px 0 0;
}

.tabs-style-shape nav li:last-child a span {
    padding-right: 2em;
    border-radius: 0 30px 0 0;
}

.tabs-style-shape nav li a svg:nth-child(2),.tabs-style-shape nav li:last-child a svg {
    right: 100%;
    left: auto;
    -webkit-transform: scale3d(-1,1,1);
    transform: scale3d(-1,1,1);
}

.tabs-style-shape nav li a span {
    display: block;
    overflow: hidden;
    padding: .65em 0;
    background-color: #d5dbe2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tabs-style-shape nav li a:hover span {
    background-color: #c7cdd6;
}

.tabs-style-shape nav li a:hover svg {
    fill: #c7cdd6;
}

.tabs-style-shape nav li a svg {
    pointer-events: none;
}

.tabs-style-shape nav li a svg use {
    pointer-events: auto;
}

.tabs-style-shape nav li.tab-current a span,.tabs-style-shape nav li.tab-current a svg {
    -webkit-transition: none;
    transition: none
}

.tabs-style-shape nav li.tab-current a span {
    background: #4F5467;
    color: #fff;
}

.tabs-style-shape nav li.tab-current a svg {
    fill: #4F5467;
}

.tabs-style-shape .content-wrap {
    background: #f7fafc
}

@media screen and (max-width: 575px) {
    .tabs-style-shape nav ul {
        display:block;
        padding-top: 1.5em
    }

    .tabs-style-shape nav ul li {
        display: block;
        margin: -1.25em 0 0;
        -webkit-flex: none;
        flex: none;
    }

    .tabs-style-shape nav ul li a {
        margin: 0;
    }

    .tabs-style-shape nav ul li svg {
        display: none;
    }

    .tabs-style-shape nav ul li a span {
        padding: 0.8em 0 2em!important;
        border-radius: 30px 30px 0 0!important;
        box-shadow: 0 -1px 2px rgba(0,0,0,.1);
        line-height: 1;
    }

    .tabs-style-shape nav ul li:last-child a span {
        padding: 0.8em 0!important;
    }

    .tabs-style-shape nav ul li.tab-current {
        z-index: 1;
    }
}

.header-color-celeste {
    background-color: #5bc0de;
}

.bg-titulo {
    background-color: #4F5467;
}

.bg-rbc {
    background-color: #230119;
}

.fila-activa {

}

.fila-inactiva td {
    background-color: #f7d6d678;
}

#page-wrapper {
    min-height: 100vh !important;
    padding-bottom: 0 !important;
    /*background: #f9f9f9 url("/componentes/images/rubicom-bg-alt.png") no-repeat bottom right;*/
}

.panel-heading {
    padding: 4px 15px;
}

.panel-default > .panel-heading {
    color: #333;
    border-color: #fff;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
}

.subir-hover {
    position: relative;
    transition: all 0.3s ease;
    color: #666;
    cursor: pointer;
}

.subir-hover:hover,
.subir-hover.active  {
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    background: linear-gradient(165deg, #fc65b6, #6676e5);
    color: #fff;
}

.subir-hover > i {
    font-size: 40px;
}

.subir-hover > h5 {
    color: #6c757d;
    font-size: 12px;
    margin-bottom: 0px;
}

.subir-hover:hover > h5,
.subir-hover:hover > p {
    color: #fff;
}

.subir-hover:hover .text-muted, 
.subir-hover:hover .text-small {
    color: #ddd !important;
}

.subir-hover.active-pos h5 {
    color: #fff;
}

.subir-hover > p {
    text-transform: lowercase;
}

.subir-hover > p:first-letter {
    text-transform: uppercase;
}

.p-12 {
    padding: 12px 4px !important;
}

.deg-turquesa {
    background: linear-gradient(165deg, #85f7b5, #8ed8ec) !important;
    color: #fff !important;
}

.deg-violeta {
    background: linear-gradient(165deg, #fc65b6, #6676e5) !important;
    color: #fff !important;
}

.deg-verde {
    background:linear-gradient(165deg, #00c292, #69e781) !important;
    color: #fff !important;
}

.deg-rojo {
    background: linear-gradient(165deg, #ff00e6, #d20af8) !important;
    color: #fff !important;
}

.white-box {
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 15px #d4dbe2;
    /*overflow-x: auto;*/
}

.white-box-flat,
.modal-content .white-box {
    box-shadow: 0 1px 3px #dce1e6;
    border: 1px solid #dce1e6;
}

.btn-descargas {
    padding: 8px 12px;
    background-color: #1cb7e1;
    color: #fff;
    border: 1px solid #1cb7e1;
    border-radius: 7px;
    transition: all 0.3s ease;
}

.btn-descargas:hover {
    background-color: #fff;
    color: #1cb7e1;
}

.btn-ayudas {
    display: inline-block;
    background-color: #1cb7e1;
    padding: 5px 10px;
    border: 1px solid #1cb7e1;
    border-radius: 7px;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-ayudas:hover {
    border: 1px solid #1ca4cb;
    color: #1ca4cb;
    background-color: #fff;
}

.flipX {
    backface-visibility: visible;
    animation-name: flip-on-x;
    animation-iteration-count: infinite;
    transition-timing-function: linear;
    animation-duration: 4.5s;
}

#contenido {
    position: relative;
    height: calc(100vh - 70px);
}

#contenido-pantalla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #edf1f5;
    z-index: 13;
}

.content-wrap section {
    min-height: 0;
}

.enlace-menu {
    transition: color 0.3s ease;
}

.enlace-menu.active {
    color: #e6506b;
    font-weight: 900 !important;
}

.enlace-menu p,
.enlace-menu h5,
.modulo_deshabilitado p,
.modulo_deshabilitado h5 {
    margin-bottom: 0;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    color: #6c757d;
}

#chat-flotante {
    color: #fff;
    font-weight: 900 !important;
}

.table-responsive {
    overflow-y: inherit;
}

@media screen and (max-width:1023px) {
    .table-responsive {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.row-dropdown .dropdown-menu {
    left: auto;
    right: 0 !important;
    position: absolute;
    min-width: 185px !important;
}

.row-dropdown .dropdown-toggle::after {
    content: none !important;
}

.row-dropdown .dropdown-menu li:not(.divider) {
    background-color: white;
}

.p-t-5 {
    padding-top: 5px;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-60 {
    padding: 60px !important;
}

.tooltip-inner2 {
    padding: 15px;
}

.tooltip-content5 {
    font-size: 14px;
    line-height: 1.2;
    z-index: 9000;
}

.gradiente-1 {
    background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}

.gradiente-2 {
    background-image: linear-gradient(to right, #92fe9d 0%, #00c9ff 100%);
}

.gradiente-3 {
    background-image: linear-gradient(to right, #3ab5b0 0%, #3d99be 31%, #56317a 100%);
}

.tab-content {
    /*margin-top: 10px !important;*/
}

.thin-steps .column-step {
    padding: 10px 15px;
    background-color: #FFF;
    cursor: pointer;
}

.thin-steps .step-title {
    font-size: 20px;
    margin-top: 2px;
}

.thin-steps .step-title, .thin-steps .step-info {
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thin-steps .step-number, .thin-steps .column-step.active .step-number {
    margin-top: 3px;
}

.margen-celular {
    margin-left: 15px !important;
}

.thin-steps .step-number, .thin-steps .column-step {
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
}

.thin-steps .step-number, .thin-steps .column-step.active {
    background: #4F5467;
    color: #FFF;
}

.thin-steps .step-number:hover, .thin-steps .column-step:not(.active):hover {
    background: #f1f1f1;
}

.thin-steps .column-step.active .step-number, .thin-steps .step-number {
    border-radius: 4px;
}

.thin-steps.small .column-step.active .step-number, .thin-steps.small .step-number {
    font-size: 15px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    padding-top: 1px;
    border-radius: 4px;
}

.thin-steps.small .step-title {
    font-size: 16px;
    margin-top: 8px;
}

.thin-steps.small .step-title, .thin-steps.small .step-info {
    /*padding-left: 48px;*/
    padding-left: 12px;
}

.btn-input {
    position: absolute;
    right: 16px;
    bottom: 29px;
}

.btn-icon {
    color: #1ca4cb;
    border: 1px solid #1ca4cb;
    margin-top: 0;
    border-radius: 3px;
    height: 28px;
    width: 28px;
    padding: 14px;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.3s;
}

.btn-square {
    color: #1ca4cb;
    border: 1px solid #1ca4cb;
    margin-top: 0;
    height: 30px;
    width: 28px;
    padding: 2px 0 0 0;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.3s;
    border-radius: 3px;
}

.btn-icon:hover,.btn-square:hover {
    background: #1ca4cb;
    color: #FFF;
}

.btn-icon i, .btn-icon span {
    font-size: 14px !important;
}

.btn-danger.btn-outline.focus,.btn-danger.btn-outline:focus,.btn-danger.btn-outline:hover {
    background: #4F5467;
}

.text-bold {
    font-weight: 900;
}

.fade.show,
.fade.active {
    opacity: 1;
}

.menu-title.active {
    color: #00c292;
    font-weight: 900;
}

.color-circle {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-top: -2px;
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    cursor: default;
}

.sttabs nav ul li:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.sttabs nav a {
    line-height: 1;
}

.tabs-style-shape {
    margin: 10px auto 0;
}

.table-printable {
    width: auto;
    min-width: 160px;
}

.table-printable p {
    text-wrap: wrap;
}

.table-printable>tbody>tr>td {
    border: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 2px 0;
}

.table-printable>tbody>tr>td:nth-child(2n+1) {
    font-weight: normal;
    width: 150px;
}

.table-printable>tbody>tr>td:nth-child(2n) {
    font-weight: bold;
}

.table-right>tr>td:nth-child(2n) {
    text-align: right;
    font-weight: bold;
}

.trumbowyg-box {
    margin: 0 auto;
}

.btn {
    white-space: nowrap;
    line-height: 1;
}

.btn-radius {
    border-radius: 4px;
}

.separador-xs {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .separador-xs {
        margin-top: 10px;
    }
}

.listado {
    max-height: 100%;
}

.printableArea {
    height: calc(100vh - 175px);
    margin: 8px 0 0 0;
    overflow-y: auto;
    /*overflow-x: hidden;*/
}

.listado .printableArea {
    height: calc(100vh - 140px);
}

.printableArea.sinFiltros {
    height: calc(100vh - 145px);
}

.printableArea.sinFiltros.sinFiltrosMin {
    height: calc(100vh - 205px);
}

.printableArea.conFiltros {
    height: calc(100vh - 170px);
}

.printableArea.conFiltros.conFiltrosMax {
    height: calc(100vh - 200px);
}

.printableArea.reportArea {
    height: calc(100vh - 175px);
}

#contenido-interno .printableArea {
    height: calc(100vh - 215px);
}

.printableArea .contenedor-interno {
    margin-top: 0 !important;
}

.reportArea .printableArea {
    height: calc(100vh - 190px);
}

section .printableArea {
    overflow-y: scroll;
    height: calc(100vh - 174px);
}

section .printableArea.conFiltros {
    overflow-y: scroll;
    height: calc(100vh - 247px);
}

@media screen and (max-width: 575px) {
    section .printableArea {
        /*height: calc(100vh - 200px);*/
    }

    section .printableArea.conFiltros {
        /*height: calc(100vh - 195px);*/
    }

    .printableArea.conFiltros {
        /*height: calc(100vh - 235px);*/
    }
}

.content-current .printableArea {
    margin: 0 !important;
}

.cabecera-listado th {
    line-height: 1rem !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    position: sticky;
    top: 0;
}

small, p > small {
    line-height: 100% !important;
    font-size: 75%;
}

.sidebar-menu > li > a {
    padding: 6px 20px;
}

.sidebar-menu > li > a:hover {
    color: #000 !important;
}

.side-mini-panel ul.mini-nav {
    padding: 0 0 120px;
}

.side-mini-panel ul.mini-nav li .sidebar-menu {
    transition: all 0.3s ease;
}

.side-mini-panel ul.mini-nav > li:hover > a, .side-mini-panel ul.mini-nav > li.selected > a {
    border-left: 3px solid #e6506b !important;
}

.side-mini-panel ul.mini-nav .boton-mini-nav {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.form-material .select2-selection--single {
    transition: background 0s ease-out 0s;
    /*background-image: linear-gradient(#4F5467, #4F5467), linear-gradient(rgba(120,130,140,.1), rgba(120,130,140,0.3)) !important;*/
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none;
    background-color: rgba(0,0,0,0);
    background-position: center bottom,center calc(99%);
    background-repeat: no-repeat;
    background-size: 0 2px,100% 1px;
    width: 100%;
}

.form-material .select2-selection--single:focus {
    background-size: 100% 2px,100% 1px;
    outline: 0;
    transition-duration: .3s;
}

.select2-results__option[aria-selected=true] {
    background-color: #ffffff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #edf1f5 !important;
    color: #000000 !important;
}

.select2-results__option i, .select2-selection__rendered i  {
    font-size: 12px;
    margin-top: -1px;
}

.select2 .selection {
    width: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
}

select.form-control:not([size]):not([multiple]) {
    padding: 5px 12px 7px 5px !important;
}

.input-group .select2-container {
    width: calc(100% - 32px) !important;
}

.select2-container {
    /*margin-top: 2px;*/
    /*width: 100% !important;*/
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e4e7ea;
    border-radius: 6px;
}

.select2-container .select2-selection--single {
    height: 30px;
    width: 100%;
}

.select2-selection--multiple {
    border: 1px solid #e4e6e8 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
}

.form-material input, .form-material select, .form-material textarea {
    background-image: linear-gradient(#4F5467, #4F5467), linear-gradient(rgba(120,130,140,.1), rgba(120,130,140,0.3)) !important;
}

.form-material #video-producto {
    background-image: none !important;
}

.select2-hidden-accessible {
    background-image: none !important;
}

.checkbox label:before {
    border: 1px solid rgba(120,130,140,0.6) !important;
}

.label-default {
    background-color: #999;
}

.label-secondary {
    background-color: #4F5467;
}

.box {
    padding: 20px;
    border-radius: 6px;
}

.box-gris {
    background-color: #e4e4e7;
}

.box-alerta {
    background-color: #FFCC36;
}

.btn-pill {
    margin-left: 5px;
    opacity: 0.4;
    transition: all ease 0.3s;
    cursor: pointer;
    padding: 4px 12px;
    line-height: 11px;
}

.btn-pill.active {
    opacity: 1;
    box-shadow: 0 0 10px #ccc;
}

.table input.input-celda {
    border: none;
    background-color: transparent !important;
    background-image: none !important;
    padding: 0;
    margin: 0;
    width: 70px;
}

.linea-punteada {
    border-bottom: 2px dashed #aaa;
}

.interlineado-simple {
    line-height: 1.2;
}

.interlineado-simple > p {
    line-height: 1.2;
}

.cuadro-firma {
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.encabezado-tabla {
    background-color: #edf1f5;
}

.table > thead.encabezado-tabla-blanco > tr > th {
    background-color: #fff !important;
    border-bottom: 1px solid #e4e7ea !important;
}

.seleccion-imagen.active .white-box {
    background-color: #d8d8d8;
}

.seleccion-imagen.active:after{
    position: absolute;
    background: #fff;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    content: "\f058";
    font-size: 40px;
    color: #28a745;
    right: 15px;
    top: 15px;
    line-height: 1;
    width: 40px;
    height: 40px;
    font-weight: 900;
}

.imagen-secundaria.active {
    background-color: #d8d8d8;
}

.imagen_encabezado.active {
    background-color: #d8d8d8;
}

.tab-notify {
    position: absolute;
    top: 50px;
    right: 5px;
}

.linea-separacion {
    margin: 0 20px;
    border-right: 1px solid #e4e7ea;
    min-height: 42px;
}

.vr {
    margin: 0 auto;
    border: none;
    border-left: 1px solid #e4e7ea;
    min-height: 200px;
    height: 100%;
    width:  1px;
}

.vr.dark {
    border-color: #c4c6c7;
}

.input-group-addon {
    border: none !important;
    padding: 5px 15px 0px 0 !important;
}

select.not-material, input.not-material, .form-control.not-material, .form-control.not-material:focus {
    border-radius: 3px;
    color: #1d1d1d;
    border: 1px solid #e4e7ea;
    border-radius: 0;
    box-shadow: none;
    height: calc(2.8rem + 2px);
    max-width: 100%;
    padding: 7px 12px;
    transition: all 300ms linear 0s;
    background-color: #fff;
    background-image: none;
}

.form-control {
    border-radius: 6px;
    color: #1d1d1d;
    border: 1px solid #e4e7ea !important;
}

.form-control[disabled].solo-texto, .form-control[readonly].solo-texto, input[readonly].solo-texto {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    background-image: none !important;
}

.form-material input, .form-material select, .form-material textarea {
    background-image: none !important;
}

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
    border-radius: 6px;
    padding: 6px;
}

.dropify-wrapper {
   border-radius: 6px;
}

.btn-info.btn-outline {
    border-radius: 7px;
}

.btn-rounded {
    border-radius: 7px;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.label {
    border-radius: 6px;
}

.fila-listado .label {
    display: inline-block;
}

.bg-info-gradient {
    background: linear-gradient(90deg, rgba(105,237,253,1) 0%, rgba(78,172,252,1) 100%);
}

.bg-success-gradient {
    background: linear-gradient(90deg, rgb(76,191,62) 0%, rgb(35,143,12) 100%);
}

.bg-danger-gradient {
    background: linear-gradient(90deg, rgba(242,149,120,1) 0%, rgba(228,58,58,1) 100%);
}

.bg-danger {
    background-color: #e6506b !important;
}

.bg-success {
    background-color: #32c344 !important;
}

.border-danger {
    border-left: 5px solid #e6506b !important;
}

.border-success {
    border-left: 5px solid #32c344 !important;
}

.border-info {
    border-left: 5px solid #1ca4cb !important;
}

.border-warning {
    border-left: 5px solid #f7b601 !important;
}

.border-grey {
    border-left: 5px solid #686868 !important;
}

.border-muted {
    border-left: 5px solid #8d9ea7 !important;
}

.border-front {
    border-left: 5px solid #4f5467 !important;
}

.border-black {
    border-left: 5px solid #000000 !important;
}

.text-black {
    color: #000000;
}

iframe {
    border: none;
    width: 100%;
}

.boton-editar-bloque, .boton-borrar-bloque {
    border-radius: 50%;
    padding: 4px 6px;
    color: #fff;
    transition: all 0.3s ease;
    position: absolute;
    top: 3px;
    opacity: 0;
    font-size: 12px;
}

.boton-editar-bloque {
    right: 34px;
}

.boton-borrar-bloque {
    right: 3px;
}

.text-small {
    display: inline-block;
    line-height: 120% !important;
    font-size: 75% !important;
    color: #a4a8ab;
    margin-top: 6px;
}

.text-xsmall {
    display: inline-block;
    line-height: 120% !important;
    font-size: 70% !important;
    color: #9da2a7 !important;
    margin-top: 6px;
}

.en-pantalla {
    overflow-x: hidden;
    height: calc(100vh - 170px);
    margin-top: 15px;
}

.bloque-pagina {
    text-align: center;
    border: 1px dashed #CDCDCD;
    color: #AAAAAA;
    font-size: 16px;
    background-color: #EFEFEF;
    margin: 5px 0;
}

.bloque-pagina .panel-heading {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
}

.bloque-pagina .panel-wrapper {
    padding: 0 0 20px 0;
}

.bloque-pagina-acciones {
    opacity: 0.2;
    transition: all 0.3s ease;
}

.bloque-pagina-acciones:hover {
    opacity: 1.0;
}

.bloque-pagina-acciones a {
    color: #5e6871;
    transition: all 0.3s ease;
}

.bloque-pagina-acciones a:hover i {
    font-weight: 600;
}

.div-overlay {
    content: "";
    font-weight: bolder;
    transition: .5s ease;
    opacity: 0.0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #fff;
    width: 90%;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-overlay:hover {
    cursor: pointer;
}

.add-overlay:hover .div-overlay {
    opacity: 0.6;
}

.iframe-fluid {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.btn-rojo {
    background: #ff0000;
    border: 1px solid #ff0000;
}

.bloque-pagina:hover .boton-borrar-bloque, .bloque-pagina:hover .boton-editar-bloque {
    opacity: 0.6;
    color: #efefef;
    box-shadow: 0 0 10px #444444;
}

.boton-borrar-bloque:hover, .boton-editar-bloque:hover {
    opacity: 1.0 !important;
}

.dropdown-item {
    padding: 0.8rem 1.8rem;
}

@media screen and (max-width: 575px) {
    .dropdown-item {
        padding: 1.2rem 1.8rem;
    }
}

.btn-group .btn-rounded:first-child {
    padding-left: 2rem;
}

#barra-fija {
    background: linear-gradient(0deg, #F5F5F5, #FEFEFE) !important;
    position: fixed;
    z-index: 999;
    width: calc(100% - 598px);
    margin: 0;
    top: 52px;
    right: 0;
}

#barra-fija .row {
    padding: 19px 30px;
}

#barra-fija .btn {
    padding-left: 2rem;
    padding-right: 2rem;
}

.paginas_bloque.white-box {
    box-shadow: none;
    border: 1px solid #eaeaea;
    border-radius: 0;
    min-height: 114px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.formato-pagina {
    margin: 60px auto;
    padding: 40px;
    border: 1px solid #EEE;
    box-shadow: 4px 4px 4px #999;
}

.formato-pagina-a4 {
    width: 210mm;
    min-height: 297mm;
    margin: 60px auto;
    padding: 40px;
    border: 1px solid #EEE;
    box-shadow: 4px 4px 4px #999;
}

.pagina-acostada {
    width: 297mm;
    min-height: 210mm;
}

.m-l-3 {
    margin-left: 3px !important;
}

.profile-pic {
    line-height: 1 !important;
    margin-top: 18px;
    min-height: 0 !important;
}

a.enlace-submenu {
    color: inherit;
}

.boton-editar-tarjeta {
    position: absolute;
    top: 10px;
    right: 35px;
}

.boton-borrar-tarjeta {
    position: absolute;
    top: 10px;
    right: 10px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background: #4F5467;
    border-color: #4F5467;
}

.contenedor-interno {
    padding: 0 10px 5px !important;
}

.form-container {
    height: calc(100vh - 190px);
    overflow-x: hidden;
    overflow-y: auto;
}

.contenedor-interno-max {
    height: calc(100vh - 60px);
}

.cursor-ordenable  {
    cursor: move;
}

.cursor-selector {
    cursor: pointer;
    cursor: hand;
}

.fila-drop-zone {
    border: 2px solid rgba(255,255,255,0);
    padding: 10px;
    height: 1.5em; line-height: 1.2em;
}

.check-verde {
    cursor: default !important;
    color: #28a745;
}

.btn-floated {
    position: fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    padding: 16px 18px;
    z-index: 10;
    line-height: 1;
}

.logorubicom img {
    height: 12px;
    margin-top: 25px;
}

@media screen and (min-width: 576px) {
    .logorubicom img {
        height: 18px;
        margin-top: 20px;
    }
}

.transparente {
    opacity: 0.4;
}

.select2-dropdown {
    z-index: 1059;
}

.tab-redondas li a {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    background-color: #c7cdd6;
    color: #fff;
    transition: all 0.3s ease;
}

.tab-redondas li a:hover {
    color: #4F5467 !important;

}

.tab-redondas li a.active {
    background-color: #4F5467 !important;
    color: #fff;
}

.bloque-de-fondo {
    padding: 15px 16px 12px;
    margin-bottom: 19px;
    border-radius: 7px;
    background-color: #f4f7f9;
}

.video-producto-seleccion {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 80%;
    height: 135px;
    border: 2px solid #ddd;
    border-radius: 6px;
}

.titulo-bloque-formulario {
    line-height: 16px;
    font-size: 16px;
    color: #565656;
    margin-left: 3px;
}

.table>thead>tr>th {
    background-color: #d5dbe2 !important;
}

.table > thead > tr > th {
    padding: 6px 8px;
    vertical-align: middle;
    font-size: 90%;
    font-weight: bold;
    background-color: #f2f5f7 !important;
}

.table > thead > tr > th > small {
    padding: 6px 8px;
    vertical-align: middle;
    font-weight: bold;
}

.tabla-factura thead th {
    background-color: #d5dbe2 !important;
}

.white-box.table-responsive {
    min-height: 100%;
}

@media screen and (min-width: 576px) {
    .white-box.table-responsive {
        overflow: inherit !important;
    }
}

.preloader {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.togglediv {
    padding: 2px;
    background-color: #fff;
    top: 11px;
}

.pin-togglediv {
    position: absolute;
    left: 209px;
    top: 17px;
    z-index: 9;
}

.sidebarmenu {
    transition: all 0.3s ease;
}

@media screen and (max-width: 575px) {
    #page-wrapper {
        margin-left: 0 !important;
    }

    .side-mini-panel {
        display: none;
    }

    .espacio-boton-celular{
        padding-top: 8px;
    }

    .sub-menu-circulos.medium-icon {
        font-size: 12px;
        margin: 0 24px 0 2px !important;
        vertical-align: baseline;
    }

    .contenedor-interno {
        height: calc(100vh - 120px) !important;
        /*overflow-x: hidden;*/
        /*overflow-y: auto;*/
        /*padding-bottom: 35px;*/
    }

    .contenedor-interno-max {
        height: calc(100vh - 75px) !important;
    }

    .top-left-part a {
        line-height: 37px;
        width: 45px;
    }

}

#indicador-cotizacion-flotante {
    text-align: center;
    font-weight: bolder !important;
}

.pie-impresion {
    position: fixed;
    bottom: 0;
    text-align: center;
    border-top: 1px solid #e4e7ea;
    padding-top: 10px;
    width: 100%;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.navbar-top-links > li > a {
    padding: 0 12px;
    display: inline-block;
}

.profile-pic {
    padding: 0 !important;
}

.sesion-expirada {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.8);
    z-index: 999999;
    align-items: center;
    justify-content: center;
}

.text-soft {
    color: #dee2e4 !important;
}

.lista-tareas a.enlace-submenu {
    color: #337ab7;
}

#page-wrapper {
    padding-top: 60px !important;
}

@media screen and (max-width: 768px) {
    #page-wrapper {
        padding-top: 50px !important;
    }
}

.gb-mobile-menu-header.mobile-menu-header {
    background-color: #37393f;
    padding: 36px 20px 12px;
    overflow: hidden;
    position: relative;
}

.gb-mobile-menu-header-icon {
    position: absolute;
    right: 6px;
    top: 6px;
    opacity: 0.2;
    font-size: 120px;
}

.gb-mobile-menu-list {
    padding-bottom: 0;
    border-bottom: none;
}

.gb-mobile-menu-list li a {
    line-height: 14px;
}

.mobile-category-list-link {
    padding: 12px 0 12px 0px !important;
}

.mobile-category-back {
    display: flex;
    align-items: baseline;
    color: #fafafa;
}

.mobile-category-back span {
    font-weight: 400;
    font-size: 24px;
}

.boton-menu-sistema {
    display: flex;
    flex-direction: column;
    padding: 10px 0 7px !important;
    text-align: center;
    text-decoration: none;
    color: #282828;
    width: 50px;
}

.boton-menu-sistema i {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
}

.boton-menu-sistema p {
    font-size: 10px;
    line-height: 1;
    margin: 0;
}

.boton-accion-celular i, .boton-accion-celular p {
    display: none;
}

.sub-menu-circulos {
    margin-right: 25px !important;
    margin-top: 2px !important;
}

#menu-acciones-celular {
    position: fixed;
    width: 46px;
    right: 34px !important;
    left: auto;
    bottom: 0;
    z-index: 1030;
}

#menu-acciones-celular .dropup .btn {
    width: 44px;
    height: 44px;
    line-height: 26px;
    font-size: 20px !important;
    margin-bottom: 6px;
}

#menu-acciones-celular .dropup .dropdown-toggle:after {
    display: none;
}

.profile-pic:after {
    display: inline-block !important;
}

.instalar-plantilla, .vista-plantilla {
    visibility: hidden;
    transition: all 0.3s ease;
    opacity: 0.3;
}

.plantilla-hover:hover .instalar-plantilla {
    visibility: visible;
}

.plantilla-hover:hover .vista-plantilla {
    visibility: visible;
}

.plantilla-hover .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.instalar-plantilla {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.vista-plantilla {
    position: absolute;
    text-align: right;
    padding-left: 1em;
    padding-right: 1em;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.plantilla-hover:hover .instalar-plantilla {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.plantilla-hover:hover .vista-plantilla {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.plantilla-hover:hover .content-overlay {
    opacity: 0.5;
}

.tab-celular{
    height: calc(100vh - 170px) !important;
    margin: 0 0 0 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.w40 {
    width: 40px;
}

.chat-list {
    height: calc(100vh - 206px) !important;
    overflow-y: auto;
}

.chat-list .chat-text p {
    line-height: 1.4 !important;
}

.chat-list .chat-empty {
    width: 100%;
    height: 85%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chat-list .odd .chat-text {
    background: #4f5467 !important;
}

.chat-main-box .chat-right-aside .send-chat-box {
    top: 0;
}

.speech-bubble {
    position: relative;
    background: #00aabb;
    border-radius: .4em;
    padding: 1rem;
}

.speech-bubble-left {
    background: #e8e9ef;
}

.speech-bubble-left:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-right-color: #e8e9ef;
    border-left: 0;
    border-top: 0;
    margin-top: -10px;
    margin-left: -14px;
}

.speech-bubble-right {
    background: #1ca4cb;
}

.speech-bubble-right:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-left-color: #1ca4cb;
    border-right: 0;
    border-top: 0;
    margin-top: -10px;
    margin-right: -14px;
}

.chat-main-box {
    height: 100%;
}

.chat-scroll {
    height: calc(100vh - 135px);
    overflow-x: hidden;
    overflow-y: auto;
}

.chat-list .chat-body {
    width: 30%;
}

@media screen and (max-width: 575px) {
    .chat-list .chat-body {
        width: 70%;
    }
}

@media screen and (max-width: 991px) {
    .chat-list .chat-body {
        width: 80%;
    }
}

@media screen and (max-width: 1199px) {
    .chat-list .chat-body {
        width: 60%;
    }
}

@media screen and (max-width: 1399px) {
    .chat-list .chat-body {
        width: 40%;
    }
}

#botones-filtros-seleccionados .btn-pill {
    cursor: default;
}

.boton-configurar-filtros {
    cursor: pointer !important;
    padding: 4px 12px;
    line-height: 11px;
}

.boton-configurar-filtros i {
    font-size: 9px;
}

#botones-filtros-seleccionados .pointer {
    cursor: pointer !important;
}

#botones-filtros-informes .btn-pill {
    cursor: default !important;
}

#botones-filtros-informes .pointer {
    cursor: pointer !important;
}

.marca-agua-rubicom {
    /*background-image: url(/componentes/images/rubicom-marca.png);*/
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 80%;
}

.marca-agua-rubicom-20 {
    background-size: 20%;
}

.marca-agua-rubicom-40 {
    background-size: 40%;
}

.marca-agua-rubicom-60 {
    background-size: 60%;
}

.marca-agua-rubicom-light {
    /*background-image: url(/componentes/images/rubicom-marca-light.png);*/
}

.mascara-sistema {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.8);
    z-index: 999999;
    align-items: center;
    justify-content: center;
}

.mascara-actualizando {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    align-items: center;
    justify-content: center;
}

.text-area-ticket {
    height: 100px !important ;
}

span.form-control {
    padding: 5px !important;
}

.mobile-category-list i.fa-angle-right {
    padding-top: 3px;
    padding-right: 20px !important;
}

#panel_edicion_pagina {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    height: calc(100vh - 120px);
    overflow: auto;
    box-shadow: none;
    z-index: 2;
}

#panel_elementos_pagina {
    margin: 0;
    height: calc(100vh - 120px);
    overflow: auto;
    box-shadow: none;
    z-index: 1;
}

#menu_edicion_pagina {
}

#cerrar_panel_edicion_pagina {
    position: absolute;
    z-index: 9;
    right: 14px;
    top: 24px;
}

/*#botones_edicion_pagina > button {
    position: absolute;
    z-index: 12;
    right: 20px;
    top: calc(94vh - 165px);
    width: 94%;
}*/

.nav-disenio-bloque {
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    padding-bottom: 5px !important;
}

.nav-disenio-bloque a.nav-link {
    padding: 6px 12px !important;
    font-size: 12px;
}

#menu-lateral-derecho {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -450px;
    width: 400px;
    margin-right: 0;
    transition: right 0.6s ease-out;
    font-size: 14px;
    box-shadow: 0 0 40px #666;
    z-index: 4000;
}

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

@media screen and (max-width: 767px) {
    #menu-lateral-derecho {
        position: fixed;
        width: 300px;
    }
    #menu-lateral-derecho-contenido {
        width: 300px;
        min-width: 300px;
    }
}

#menu-lateral-derecho-contenido .list-group .list-group-item {
    border: none !important;
}

.menu-search-delete {
    position: absolute;
    top: 11px;
    right: 11px;
}

.color-rubi {
    color: #e6506b;
}

.color-violeta {
    color: #8c4ff2;
}

.color-cyan {
    color: #1ca4cb;
}

.btn-rubi {
    background: #e6506b;
    border: 1px solid #e6506b;
    color: #fff;
}

p.m-0 {
    line-height: 1.2;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul > li.star {
    display: inline-block;
}

.rating-stars ul > li.star > i.fa {
    font-size: 1.2em;
    color: #ccc;
}

.rating-stars ul > li.star.hover > i.fa {
    color: #FFCC36;
}

.rating-stars ul > li.star.selected > i.fa {
    color: #FF912C;
}

.opacidad-8 {
    opacity: 0.8 !important;
}

.opacidad-6 {
    opacity: 0.6 !important;
}

.opacidad-4 {
    opacity: 0.4 !important;
}

.opacidad-2 {
    opacity: 0.2 !important;
}

.label-square {
    border-radius: 3px;
    padding: 2px 8px 2px;
    font-weight: 600;
}

.alto-completo {
    height: calc(100vh - 145px) !important;
    overflow-y: auto !important;
}

.w300 {
    min-width: 300px;
    width: 300px !important;
}

.w200 {
    min-width: 200px;
    width: 200px !important;
}

.w120 {
    min-width: 120px;
    width: 120px !important;
}

.w100 {
    min-width: 100px;
    width: 100px !important;
}

.w80 {
    min-width: 80px;
    width: 80px !important;
}

.w70 {
    min-width: 70px;
    width: 70px !important;
}

.w60 {
    min-width: 60px;
    width: 60px !important;
}

.w50 {
    min-width: 50px;
    width: 50px !important;
}

.w40 {
    min-width: 40px;
    width: 40px !important;
}

.w36 {
    min-width: 36px;
    width: 36px !important;
}

.w30 {
    min-width: 30px;
    width: 30px !important;
}

.w24 {
    min-width: 24px;
    width: 24px !important;
}

.w20 {
    min-width: 20px;
    width: 20px !important;
}

.visible .indicador-no {
    border: 1px solid #ddd;
    border-radius: 50%;
}

.en_web .indicador-no {
    border: 1px solid #ddd;
    border-radius: 50%;
}

.en_inicio .indicador-no {
    border: 1px solid #ddd;
    border-radius: 50%;
}

.destacado .indicador-no {
    border: 1px solid #ddd;
    border-radius: 50%;
}

.no-link {
    pointer-events: none;
    opacity: 0.5;
}

.seleccionar-modulo {
    display: inline-block !important;
}

.sub-container {
    height: calc(100vh - 285px);
    overflow-y: auto;
    overflow-x: hidden;
}

.container-acciones {
    height: calc(100vh - 410px);
    overflow-y: auto;
}

@media screen and (min-width: 768px) {
    .container-acciones {
        height: calc(100vh - 303px);
    }
}

.celda-descripcion {
    /*min-width: 220px;*/
}

.boton-quitar-filtro {
    padding: 0 1.2rem !important;
    margin-top: 5px;
}

.swal2-title {
    font-size: 1.5em;
}

.swal2-popup {
    font-size: 1.4rem !important;
}

.swal2-container {
    height: auto !important;
}

.swal2-html-container {
    overflow-x: hidden !important;
}

.swal2-html-container p {
    line-height: 1.4;
    font-size: 15px;
}

.swal2-html-container .control-label {
    padding-top: 8px;
    line-height: 1.3rem;
}

@media screen and (min-width: 768px) {
    .swal-wide {
        width: 850px !important;
    }
}

.swal2-popup {
    padding: 0.5em 0 1.8em;
}

.boton-pos {
    cursor: pointer;
    padding: 10px 20px 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.boton-pos:not(.active-pos):hover {
    background-color: #f1f1f1;
}

.active-pos {
    background-color: #4f5467 !important;
    color: #fff !important;
}

.container-h {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 0 2px 0;
    min-width: 100%;
}

.container-h, .sin-scroll {
    overflow-y: hidden;
}

@media screen and (max-width: 768px) {
    form .container-h::-webkit-scrollbar,
    .listado .container-h::-webkit-scrollbar,
    .sttabs .container-h::-webkit-scrollbar {
        height: 0;
    }
    .container-h.sin-scroll::-webkit-scrollbar {
        height: 0;
    }
}

.contenedor-horizontal {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 0 20px;
    overflow-y: auto;
}

.contenedor-horizontal::-webkit-scrollbar, .container-h::-webkit-scrollbar {
    height: 5px;
}

.contenedor-horizontal::-webkit-scrollbar-track, .container-h::-webkit-scrollbar-track {
    background-color: white;
}

.contenedor-horizontal::-webkit-scrollbar-thumb, .container-h::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
    border-radius: 8px;
}

.contenedor-horizontal > div {
    width: 120px;
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 10px;
}

.contenedor-horizontal div:last-of-type {
    margin-right: 0;
}

.base-scroll {
    position: relative;
}

.boton-scroll {
    z-index: 3;
    position: absolute;
    width: 20px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.boton-scroll:hover {
    background-color: #f1f1f1;
}

.boton-scroll-left {
    left: 0;
}

.boton-scroll-right {
    right: 0;
}

#vista-pagina {
    height: calc(100vh - 120px);
    z-index: 1;
    overflow-y: auto;
}

.permisos-modulo {
    border: 1px solid #ccc;
    margin: 10px;
    border-radius: 4px;
}

.acceso-tabla {
    cursor: pointer;
}

#vista-pagina .dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: calc(100vh - 270px);
    max-height: calc(100vh - 270px);
    overflow-y: auto;
}

.dd-placeholder {
    position: relative;
    min-height: 100px;
    background-color: #efefef;
    border: 1px dotted #cecece;
}

.dd-placeholder:before {
    position: absolute;
}

.dd-space {
    min-height: 10px;
    background-color: #fff;
}

.dnd-list {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}

.dnd-item {
    margin: 3px;
    padding: 15px;
    display: inline-flex;
    width: 116px;
}

.dd-item {
    padding: 10px;
}

.dnd-placeholder {
    position: relative;
    min-height: 80px;
    background-color: #fff0c3;
    border: 1px dotted #cecece;
    width: 100%;
}

.etapa-item {
    padding: 15px 15px;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 10px;
}

.agregar-bloque-pagina {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    border: none;
    cursor: pointer;
    padding: 20px 10px;
    width: 110px;
    transition: background-color 0.3s ease;
}

.agregar-bloque-pagina:hover {
    background-color: #efefef;
}

.node-treeview p {
    padding: 2px 6px;
    line-height: 2;
    margin: 0;
}

.node-treeview .badge {
    background-color: inherit;
    color: #444;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.node-treeview:not(.node-disabled) p:hover {
    background-color: #ecf3f8;
}

.node-treeview.node-selected:not(.node-disabled) {
    background-color: #dee2e4;
}

.treeview span.icon {
    width: 18px !important;
}

.boton-accion-cuenta {
    opacity: 0;
    margin-left: 10px;
    font-size: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #28a745 !important;
}

.node-treeview:not(.node-disabled):hover .boton-accion-cuenta {
    opacity: 1;
}

.node-treeview .enlace-menu {
    opacity: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 12px;
}

.node-treeview:not(.node-disabled):hover .enlace-menu {
    opacity: 1;
}

.contenedor-boton-negocio .boton-negocio {
    opacity: 0;
    transition: all 0.3s ease;
}

.contenedor-boton-negocio:hover .boton-negocio {
    opacity: 1;
}

.boton-negocio i {
    transition: all 0.3s ease;
}

.boton-negocio:hover i {
    transform: scale(1.1);
}

.detalle-inactivo {
    position: relative;
}

.detalle-inactivo:after {
    content: "ANULADO";
    position: absolute;
    z-index: 9999;
    font-size: 100px;
    font-weight: bolder;
    color: #000;
    opacity: 0.2;
    margin: 200px 50%;
    transform: translateX(50%) rotate(-45deg);
}

@media (max-width: 768px) {
    .detalle-inactivo:after {
        margin: 140px -40px !important;
        transform: translateX(-5%) rotate(-45deg) !important;
    }
}

.list-group-item:not(.node-treeview) {
    padding: 2px 8px;
}

.contenedor-lista {
    overflow-y: auto;
    height: calc(100vh - 255px);
    max-height: calc(100vh - 255px);
}

#code-container {
    position: relative;
    font-family: monospace;
    z-index: 7;
    min-height: 200px;
    transition: all 0.3s ease;
}

#code-editing-area, #code-highlighting-area {
    margin: 0;
    padding: 10px;
    border: 0;
    width: 100%;
    height: 100% !important;/*calc(100vh - 160px) !important;*/
}

#code-editing-area, #code-highlighting-area, #code-highlighting-area * {
    font-size: 15px;
    font-family: monospace;
    line-height: 20px;
    tab-size: 2;
}

#code-editing-area, #code-highlighting-area {
    position: absolute;
    top: 0;
    left: 0;
}

#code-editing-area {
    z-index: 11;
}

#code-highlighting-area {
    z-index: 10;
    background: #000;
}

#code-editing-area {
    color: transparent;
    background: transparent;
    caret-color: white;
}

#code-editing-area, #code-highlighting-area {
    overflow: auto;
    white-space: nowrap;
}

#code-editing-area {
    resize: none;
}

.form-code-container {
    height: calc(100vh - 295px);
}

p code {
    border-radius: 2px;
    background-color: #eee;
    color: #111;
}

code[class*="language-"],
pre[class*="language-"] {
    font-family: monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre[class*="language-"] {
    padding: .4em .8em;
    margin: .5em 0;
    overflow: auto;
    background: black;
}

code[class*="language-"] {
    background: black;
    color: white;
    /*box-shadow: -.3em 0 0 .3em black, .3em 0 0 .3em black;*/
}

code[class*="language-"], pre[class*="language-"] {
    text-shadow: none;
}

:not(pre) > code[class*="language-"] {
    padding: .2em;
    border-radius: .3em;
    box-shadow: none;
    white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: #aaa;
}

.token.punctuation {
    color: #999;
}

.token.namespace {
    opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
    color: #0cf;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin {
    color: yellow;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.token.variable,
.token.inserted {
    color: yellowgreen;
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: deeppink;
}

.token.regex,
.token.important {
    color: orange;
}

.token.important,
.token.bold {
    font-weight: bold;
}
.token.italic {
    font-style: italic;
}

.token.entity {
    cursor: help;
}

.token.deleted {
    color: red;
}

pre.diff-highlight.diff-highlight > code .token.deleted:not(.prefix),
pre > code.diff-highlight.diff-highlight .token.deleted:not(.prefix) {
    background-color: rgba(255, 0, 0, .3);
    display: inline;
}

pre.diff-highlight.diff-highlight > code .token.inserted:not(.prefix),
pre > code.diff-highlight.diff-highlight .token.inserted:not(.prefix) {
    background-color: rgba(0, 255, 128, .3);
    display: inline;
}

.boton-encabezado {
    background: rgb(3, 169, 243);
    padding: 2px 6px;
    border-radius: 4px;
    line-height: 22px;
    color: #fff !important;
}

.pac-container {
    z-index: 9999;
}

#pac-map {
    height: 400px;
}

.has-info .control-label {
    color: #34b7f5;
    font-weight: bold;
}

.has-info .form-control {
    border-bottom: 1px solid #34b7f5;
    color: #34b7f5;
    border-color: #34b7f5;
    box-shadow: none !important;
}

.has-error .control-label {
    color: #db3f3c;
    font-weight: bold;
}

.has-error .form-control {
    border-bottom: 1px solid #db3f3c;
    color: #db3f3c;
}

.has-error:after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f057";
    font-size: 18px;
    line-height: 1;
    right: 0;
    top: 28px;
    width: 28px;
    height: 28px;
    color: #db3f3c;
}

input.has-error,
select.has-error {
    border: 1px solid #db3f3c !important;
    color: #db3f3c;
}

.has-success:after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f058";
    font-size: 18px;
    line-height: 1;
    right: 0;
    top: 28px;
    width: 28px;
    height: 28px;
    color: #28a745;
}

input[type="color"].form-control {
    background-image: none !important;
    border-radius: 6px;
    border: 1px solid #e4e7ea;
    height: 30px;
    padding: 0;
}

input[type="color"] {
    -webkit-appearance: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    border-radius: 12px;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
    border-radius: 12px;
}

.label-small {
    font-size: 60%;
    line-height: 100% !important;
    padding: 4px 8px 3px;
    border-radius: 4px;
}

.accordion .btn-block {
    border: none;
    border-top: 1px solid #ccc;
}

.grid-stack {

}

.grid-stack-item-content {
    color: #6c757d;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d3d3d3;
}

.grid-stack-item-removing {
    opacity: 0.5;
}

.btn-min {
    background: transparent;
    border: none;
    color: #9e9e9e !important;
    margin-top: 0;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease 0.3s;
}

.btn-min i, .btn-min span {
    font-size: 14px !important;
}

.btn-min-danger:hover {
    color: #e6506b !important;
}

.btn-add-indicator {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.btn-color-widget {
    position: absolute;
    top: 0;
    left: 22px;
    z-index: 1;
}

.btn-remove-widget {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.label-dark {
    background-color: #7d7d7d;
}

.trumbowyg-button-pane {
    overflow-x: auto;
    display: flex;
    min-height: 42px;
    z-index: 1;
}

.trumbowyg-button-pane .trumbowyg-button-group {
    display: inline-flex;
}

.list-group-item+.list-group-item {
    border-top-width: 1px !important;
}

.table-calendar th, .table-calendar td {
    text-align: center;
    width: 14.15%
}

.table-calendar td {
    text-align: center;
    width: 14.15%;
}

.table-calendar tbody td {
    vertical-align: top !important;
}

.table-calendar td div {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.table-calendar td div p {
    margin: 0 0 6px 0;
}

.puntero-manito {
    cursor: pointer;
}

.bg-secondary-light {
    background-color: #d3d7da !important;
}

.box-danger {
    background-color: #ffdddf !important;
}
/*
@media screen and (max-width: 1440px) {
    #botones_edicion_pagina > button {
        position: absolute;
        z-index: 10;
        right: 20px;
        top: calc(94vh - 130px);
        width: 92%;
    }
}
@media screen and (max-width: 1024px) {
    #botones_edicion_pagina > button {
        position: absolute;
        z-index: 10;
        right: 20px;
        top: calc(94vh - 130px);
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    #botones_edicion_pagina > button {
        position: absolute;
        z-index: 10;
        right: 20px;
        top: calc(94vh - 130px);
        width: 85%;
    }
}
*/
.customtab.nav-tabs {
    flex-wrap: nowrap !important;
    padding-bottom: 0;
    border: none;
}

.customtab.nav-tabs .nav-link {
    border-radius: 6px;
    background-color: #eee;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.customtab.nav-tabs .nav-link.active, .customtab.nav-tabs .nav-link.active:focus, .customtab.nav-tabs .nav-link:hover {
    background-color: #4f5467;
    border: none;
    color: #fff;
}

.btn-outline-white {
    border-color: #fff !important;
    color: #fff !important;
}

.fila-nueva td {
    border-top: 2px solid #c5c5c5;
}

.maximizado {
    position: fixed !important;
    top: 60px !important;
    left: 60px !important;
    width: calc(100vw - 56px) !important;
    height: calc(100vh - 60px) !important;
}

.base-scroll .boton-scroll-right, .base-scroll .boton-scroll-left {
    align-items: center;
    justify-content: center;
}

.boton-scroll-embudo {
    border: 0.1rem solid #d5d8db;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    width: 35px;
    height: 34px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    transition: all 0.3s ease;
}

.btn-facturacion {
    margin-top: 0px !important;
    font-size: 12px;
    padding: 6px 14px;
    background-color: white;
    border-color: grey;
    color: black;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
}

.btn-facturacion:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-facturacion-info {
    margin-top: 0px !important;
    font-size: 12px;
    padding: 5px 15px;
    background-color: #1ca4cb;
    border: 1px solid #1ca4cb;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-facturacion-info:hover {
    color: #1ca4cb;
    background: #fff;
}

.btn-info-claro {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.bg-gris-1 {
    background-color: #333;
}

.bg-gris-2 {
    background-color: #666;
}

.bg-gris-3 {
    background-color: #999;
}

.bg-gris-4 {
    background-color: #CCC;
}

.bg-gris-5 {
    background-color: #EEE;
}

.bg-gris-1 {
    background-color: #333;
}

.bg-gris-2 {
    background-color: #666;
}

.bg-gris-3 {
    background-color: #999;
}

.bg-gris-4 {
    background-color: #CCC;
}

.bg-gris-5 {
    background-color: #EEE;
}

.color-gris-1 {
    color: #333;
}

.color-gris-2 {
    color: #666;
}

.color-gris-3 {
    color: #999;
}

.color-gris-4 {
    color: #CCC;
}

.color-gris-5 {
    color: #EEE;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: auto;
}

.dropdown-menu > li > a {
    padding: 6px 12px;
}

.dropdown-menu .divider {
    margin: 5px 0;
}

.nowrap {
    white-space: nowrap;
}

.boton-formulario-izq {
    margin-bottom: 25px;
    border-bottom-left-radius: 60px;
    border-top-left-radius: 60px;
}

.boton-formulario-der {
    margin-bottom: 25px;
    border-bottom-right-radius: 60px;
    border-top-right-radius: 60px;
}

.fijo-arriba {
    position: fixed;
    top: 60px;
    z-index: 100;
}

.fijo-abajo {
    position: fixed;
    bottom: 20px;
    z-index: 100;
}

.d-none-movil {
    display: block;
}

@media screen and (max-width: 576px) {
    .dropdown-toggle::after {
        margin-left: 0.1em;
        vertical-align: -0.1em;
        margin-right: 0.6em;
    }
}

.d-none-movil {
    display: block;
}

@media screen and (max-width: 576px) {
    .d-none-movil {
        display: none;
    }
}

.d-movil {
    display: block !important;
}

.d-none-movil {
    display: none !important;
}

.d-desktop {
    display: none !important;
}

.d-none-desktop {
    display: block !important;
}

.width-1_2 {
    max-width: 100%;
}

.width-1_3 {
    max-width: 100%;
}

.width-2_3 {
    max-width: 100%;
}

.width-1_4 {
    max-width: 100%;
}

.width-3_4 {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .d-movil {
        display: none !important;
    }
    .d-none-movil {
        display: block !important;
    }
    .d-desktop {
        display: block !important;
    }
    .d-none-desktop {
        display: none !important;
    }
    .width-1_2 {
        max-width: 50%;
    }
    .width-1_3 {
        max-width: 33.3333%;
    }
    .width-2_3 {
        max-width: 66.6666%;
    }
    .width-1_4 {
        max-width: 25%;
    }
    .width-3_4 {
        max-width: 75%;
    }
}

.badge {
    padding: 4px 7px;
    font-size: 10px;
}

.form-control[readonly] {
    background-color: #eee !important;
    opacity: 1;
}

.chat-flotante-img a {
    display: inline-block;
    padding: 15px 15px 12px;
    border-radius: 50%;
    font-weight: bold;
    background-color: #4F5467;
}

.chat-flotante-img a i {
    height: 100%;
    width: auto;
}

.chat-flotante {
    right: 26px;
    z-index: 10;
    bottom: 16px;
    position: absolute;
}

.chat-flotante .notify {
    margin-top: 0px;
}

.chat-flotante .notify .heartbit {
    position: absolute;
    top: -50px;
    right: -11px;
    height: 30px;
    width: 30px;
    z-index: 10;
    border: 5px solid #e6506b;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.chat-flotante .notify .point {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #e6506b;
    position: absolute;
    right: -1px;
    top: -40px;
}

@media screen and (max-width: 576px) {
    .chat-flotante {
        left: 26px;
    }
    .chat-flotante-img a i {
        font-size: 20px !important;
        line-height: 20px;
    }
    .chat-flotante .notify .heartbit {
        position: absolute;
        top: -36px;
        right: -13px;
        height: 26px;
        width: 26px;
        z-index: 10;
        border: 5px solid #e6506b;
        border-radius: 70px;
        -moz-animation: heartbit 1s ease-out;
        -moz-animation-iteration-count: infinite;
        -o-animation: heartbit 1s ease-out;
        -o-animation-iteration-count: infinite;
        -webkit-animation: heartbit 1s ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    .chat-flotante .notify .point {
        width: 6px;
        height: 6px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #e6506b;
        position: absolute;
        right: -3px;
        top: -26px;
    }
}

.tabla-modal {
    height: calc(100vh - 370px);
    margin: 10px 0 0 0;
    overflow-y: auto;
    overflow-x: auto;
}

.contenedor-busqueda-sistema {
    position: relative;
    margin-left: 20px;
}

.contenedor-busqueda-sistema i {
    position: absolute;
    top: 8px;
    left: 10px;
}

.contenedor-busqueda-sistema input {
    padding-left: 30px;
}

.indicador-mensaje-rubicom .enlace-menu.active {
    color: #fff;
}

.kpi-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 24px !important;
}

.kpi-panel-lista {
    justify-content: start;
    padding-top: 14px !important;
    line-height: 50%;
}

.kpi-panel-lista-item {
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.kpi-panel-lista-item .kpi-panel-lista-valor:last-child {
    font-weight: bold;
}

#menu-abajo {
    position: fixed;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f6f9fb;
    padding: 0 8px;
    border-top: 3px solid #666;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-out;
}

#menu-abajo:hover {
    bottom: 0;
}

#menu-abajo ul {
    margin: 0;
    padding: 0;
}

#menu-abajo ul li {
    list-style: none;
    float: left;
}

#menu-abajo ul li a {
    display: inline-block;
    padding: 6px 10px 4px;
    font-size: 24px;
    color: #54667a;
    transition: all 0.3s ease;
}

#menu-abajo ul li a:hover {
    color: #e6506b;
}

.box-menu-movil {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 0px 2px #919191;
    border-radius: 0px 0 0px 0px;
    background-color: #fff;
    padding: 0px 14px 0;
}

.tox-promotion {
    display: none;
}

.title-box {
    display: flex;
    align-items: center;
    background-color: #4F5467;
    color: white;
}

.title-box h3 {
    color: white;
}

.campo-comprobante {
    border: 1px solid #dadada;
    padding: 7px 10px 4px;
}

.tipocampo-comprobante {
    border: 1px solid #dadada;
    padding: 0;
    font-size: 10px;
}

.campo-resaltado {
    background-color: #f1f1f1;
    padding: 4px 12px;
}

.contenedor-hoja-comprobante {
    position: absolute;
    height: calc(100vh - 60px);
    width: calc(100vw - 95px);
    overflow: visible;
}

.hoja-comprobante {
    position: relative;
    background-color: #fff;
    height: calc(100vh - 145px);
    overflow-x: auto;
}

.color-fila-agrupada {
    background-color: #f5f5f59e;
}

.label-rojo {
    background-color: #f00;
}

.label-muted {
    background-color: #aaa;
}

.label-black {
    background-color: #111;
}

.table .progress {
    margin-bottom: 0;
}

.fila-factura-comboitem {
    transform: scale(0.8);
}

.mini-card {
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 5px 5px 5px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.mini-card.active {
    background-color: #c6ebc6;
}

.mini-card-img {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mini-card-img img {
    max-height: 80px;
}

.navbar-header {
    background-color: #212121;
}

.top-left-part a {
    background-color: #000;
}

#svg-preloader {
    width: 80px;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    pointer-events: none;
    animation: animateDash 5s linear forwards infinite;
}

.logo-loader {
    animation: fadeInOut ease 3s;
}

.fila-danger {
    background-color: #ffdde0;
}

.fila-warning {
    background-color: #fff3cf;
}

.fila-success {
    background-color: #e6ffe6;
}

.indicador-circulo {
    position: absolute;
    top: -5px;
    right: -9px;
    border-radius: 50%;
    font-size: 8px;
    padding: 3px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.opcion-producto .subir-hover:hover, .subir-hover.active {
    /*min-height: 150px;*/
    /*max-height: 150px;*/
}

.opciones-pago {
    margin: 0 -7px;
}

#loader {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
    color: #f7b601;
}

.borde-opcion-gris {
    border: 1px solid #d5dbe2;
}

.dot {
    height: 20px;
    width: 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ddd;
}

.bg-rojo {
    background-color: #cd5c5c54;
}

.bg-verde {
    background-color: #8ae98a42;
}

.color-rbc-1 {
    color: #f7b601;
}

.color-rbc-2 {
    color: #f46f1d;
}

.color-rbc-3 {
    color: #e6506b;
}

.color-rbc-4 {
    color: #bd50a9;
}

.color-rbc-5 {
    color: #8c4ff2;
}

.color-rbc-6 {
    color: #5a6cf9;
}

.color-rbc-7 {
    color: #1ca4cb;
}

.bg-color-rbc-1 {
    background-color: #f7b601;
}

.bg-color-rbc-2 {
    background-color: #f46f1d;
}

.bg-color-rbc-3 {
    background-color: #e6506b;
}

.bg-color-rbc-4 {
    background-color: #bd50a9;
}

.bg-color-rbc-5 {
    background-color: #8c4ff2;
}

.bg-color-rbc-6 {
    background-color: #5a6cf9;
}

.bg-color-rbc-7 {
    background-color: #1ca4cb;
}

.border-modulo-1 {
    border: 1px solid #f7b601 !important;
}

.border-modulo-2 {
    border: 1px solid #f46f1d !important;
}

.border-modulo-3 {
    border: 1px solid #e6506b !important;
}

.border-modulo-4 {
    border: 1px solid #bd50a9 !important;
}

.border-modulo-5 {
    border: 1px solid #8c4ff2 !important;
}

.border-modulo-6 {
    border: 1px solid #5a6cf9 !important;
}

.border-modulo-7 {
    border: 1px solid #1ca4cb !important;
}

.bg-linegradient-line-1 {
    background: linear-gradient(212deg, #f7b60133, transparent);
}

.bg-linegradient-line-2 {
     background: linear-gradient(212deg, #f46f1d33, transparent);
}

.bg-linegradient-line-3 {
     background: linear-gradient(212deg, #e6506b33, transparent);
}

.bg-linegradient-line-4 {
    background: linear-gradient(212deg, #bd50a933, transparent);
}

.bg-linegradient-line-5 {
     background: linear-gradient(212deg, #8c4ff233, transparent);
}

.bg-linegradient-line-6 {
    background: linear-gradient(212deg, #5a6cf933, transparent);
}

.bg-linegradient-line-7 {
    background: linear-gradient(212deg, #1ca4cb33, transparent);
}

.beta {
    color: #f7b601;
    font-size: 10px;
}

.tabla-compacta .table .form-control {
    padding: 7px !important;
}

.tabla-compacta .table>tbody>tr>td {
    padding: 8px 0 !important;
}

.tabla-compacta .table-responsive {
    overflow-x: inherit !important;
}

.table input.descuento {
    border-color: #c0d8c0 !important;
}

.table input.recargo {
    border-color: #d8b8b8 !important;
}

.table tbody td span.td-span {
    display: inline-flex;
    height: 30px;
    align-items: center;
    font-size: 11px;
    margin-left: 10px;
    min-width: 60px;
}

textarea.form-textarea {
    height: 220px !important;
}

@media screen and (max-width: 576px) {
    textarea.form-textarea {
        height: 120px !important;
    }
}

.bloque-de-fondo .form-control {
    background-color: #ffffff !important;
}

.bloque-de-fondo .form-control[readonly] {
    background-color: #eee !important;
}

.bootstrap-tagsinput input {
    background-image: none !important;
}

.menu-search .form-control {
    border-radius: 10px;
}

.invertir-colores > img {

}

.invertir-colores:hover > img{
   filter: invert(1);
}

.titulo-pantalla {
    margin: -2px 0 -6px 0;
}

.titulo-icono {
    margin: 4px 8px 0 0;
    width: 40px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .titulo-icono {
        position: absolute;
        color: #ddd;
        font-size: 90px;
        top: -45px;
        left: -5px;
    }
    .titulo-pantalla {
        z-index: 1;
        font-size: 24px;
    }
}

.icono-fondo {
    position: absolute;
    font-size: 180px;
    top: -32px;
    right: -8px;
    opacity: 0.1;
}

.oh {
    position: relative;
    overflow: hidden;
}

.contendedor-listado-panel .printableArea {
    margin-top: -5px !important;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-group.has-error:after, .input-group.has-error:after {
    bottom: -4px;
}

.contenedor-botones {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    flex-wrap: wrap;
}

.contenedor-botones div {
    flex: 1;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
}

.contenedor-botones .alto-panel {
    height: 95px;
}

.contenedor-botones p {
    color: #17a2b;
}

.contenedor-botones div:last-child {
    margin-right: 0;
}

.timeline-title {
    font-size: 14px;
    margin: 0 0 5px 0;
}

.timeline>li>.timeline-panel {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    border: none;
    box-shadow: none;
}

.timeline p {
    line-height: 120% !important;
    font-size: 75% !important;
    color: #a4a8ab !important;
}

.highlight {
    background-color: #fff284;
}

#contenedor-kanban .white-box {
    padding: 10px;
}

.col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9 {
    padding-left: 7.5px;
    padding-right: 7.5px;
    position: relative;
}

@media (min-width: 1920px) {
    .col-xxl-1 {
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .col-xxl-5 {
        flex: 0 0 41.6666%;
        max-width: 41.6666%;
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }
    .col-xxl-8 {
        flex: 0 0 66.6666%;
        max-width: 66.6666%;
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }
    .col-xxl-11 {
        flex: 0 0 91.6666%;
        max-width: 91.6666%;
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.login-mobile-img {
    background-image: url(/componentes/images/login.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
}

#login-register {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background: #f9f9f9 url(/componentes/images/space-bg.jpg);
}

#login-register .container-fluid {
    overflow: hidden;
}

#login-register .white-box {
    border-radius: 20px;
    box-shadow: 0 0 25px #aaa;
}

.slower {
    -webkit-animation-duration:3s;
    animation-duration:3s;
    -webkit-animation-duration:3s;
    animation-duration:3s;
}

#comprobante_asociado, .select2 {
    width: 100% !important;
}

.floating-animation {
    animation: floatingObject 6s ease-in-out infinite;
}

.celda-vacia {
    text-align: center;
}

.celda-vacia p {
    padding: 5px 0 !important;
}

.background-muted {
    background-color: #72788f;
}

.gema-plan {
    color: #8d9ea7 !important;
}

.gema-plan:after {
    content: "\f3a5";
    font-family: "Font Awesome 5 Pro";
    font-size: 9px;
    font-weight: 900;
    margin-left: 5px;
    position: absolute;
    margin-top: 3px;
}

.gema-plan-esmeralda:after {
    color: #28a745;
}

.gema-plan-zafiro:after {
    color: #17a2b8;
}

.gema-plan-rubi:after {
    color: #e6506b;
}

.gema-plan-diamante:after {
    color: #fdb100;
}

.icono-gema-plan {
    content: "\f3a5";
    font-family: "Font Awesome 5 Pro";
    font-size: 9px;
    font-weight: 900;
}

.color-gema-plan-rubi {
    color: #e6506b;
}

.modulo_deshabilitado {
    
}

.modulo_deshabilitado.gema-plan:after {
    font-size: 15px;
    top: 7px;
    right: 20px;
}

.modulo_deshabilitado i, .modulo_deshabilitado h5 {
    color: #cbcccd !important;
}

.esquina-superior-derecha {
    top: 10px;
    right: 36px;
}

.galeria {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.boton-cerrar-galeria {
    position: absolute;
    top : 10px;
    right: 20px;
    font-size: 40px;
}

.bg-rainbow {
    background: linear-gradient(270deg, #f7b601, #f46f1d, #e6506b, #bd50a9, #8c4ff2, #5a6cf9, #1ca4cb);
    background-size: 400% 100%;
    animation: rainbow 30s ease infinite;
    color: #fff;
}

.text-rainbow {
    background-image: linear-gradient(34deg, #f7b601, #f46f1d, #e6506b, #bd50a9, #8c4ff2, #5a6cf9, #1ca4cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.border-rainbow {
    border: 2px solid transparent;
    border-image: linear-gradient(270deg, #f7b601, #f46f1d, #e6506b, #bd50a9, #8c4ff2, #5a6cf9, #1ca4cb);
    border-image-slice: 1;
}

.titulo-panel {
    position: relative;
    margin-bottom: 21px;
    font-size: 24px;
    padding-bottom: 6px;
    margin-left: 2px;
}

.titulo-panel:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    background-color: #cdcdc7;
    height: 5px;
    width: 150px;
}

#modal-nueva-version {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #aaa;
    z-index: 1000;
}

.panel-cotizacion-dolar .cotizacion-dolar {
    min-width: 48px;
    display: inline-block;
}

#modal-busqueda-movil {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: stretch;
    justify-content: start;
    background-color: #fff;
    z-index: 1000;
}

.m-60 {
    margin: 60px !important;
}

.m-r-60 {
    margin-right: 60px !important;
}

.m-l-60 {
    margin-left: 60px !important;
}

.img-icon {
    position: absolute;
    right: -1px;
    bottom: 1px;
    border-radius: 50%;
}

.carousel-indicators li {
    border: 1px solid #222;
    margin: 0 5px !important;
}

.carousel-indicators .active {
    background-color: #000;
    width: 10px;
    height: 10px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    filter: contrast(0);
}

.pos-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 0 15px;
    width: 100%;
    margin: auto;
}

.pos-grid-item {
    text-align: center;
}

.pos-big-box {
    grid-row: span 2;
    grid-column: span 1;
}

.pos-small-box {
    grid-row: span 1;
    grid-column: span 1;
}

@media screen and (max-width: 768px) {
    .pos-grid-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, auto);
    }

    .pos-big-box {
        grid-row: span 1;
        grid-column: span 2;
    }
}

.boton-opcion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    padding: 12px 4px !important;
    background-color: #eee;
}

@media screen and (min-width: 768px) {
    .boton-opcion {
        flex-direction: row;
        justify-content: start;
        text-align: left;
    }
}

.fila-cobro a,
.fila-cobro span {
    display: inline-block;
    width: 100%;
    padding: 5px;
    border: 1px solid #e4e7ea;
    border-radius: 6px;
    color: #1d1d1d;
    transition: background 0.3s ease;
}

.fila-cobro a:hover {
    background-color: #e4e4e7;
}

.bg-glass {
    background-color: #ffffffdd;
}

.fila-separacion td {
    border-bottom: 1px solid #a3a4a7 !important;
}

.radio-0 {
    border-radius: 0 !important;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
}

#loading-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    display: flex;
    color: #f7b601;
    align-items: center;
    justify-content: center;
}

.sticky {
    position: sticky;
    top: 0;
}

.select-box {
    border-left: 8px solid #f1f1f1;
    transition: all 0.3s ease;
}

.select-box.selected {
    border-left: 8px solid #32c344 !important;
}

.select-box .badge {
    display: none;
}

.select-box.selected.bonus .badge {
    display: inline-block;
}

.select-box.selected.bonus .bonus-price span {
    text-decoration: line-through;
}

.bar-separator {
    line-height: 60px;
    min-height: 60px;
}

.bar-separator i {
    transform: rotate(90deg);
}

.panel-notas {
    width: 100%;
    height: 120px;
    overflow-y: auto;
}

.no-border {
    border: none;
}

#listado-productos_costos .table input {
    font-size: 12px;
}

#listado-productos_costos .table input[type="number"]::-webkit-outer-spin-button,
#listado-productos_costos .table input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 4px;
}

.dots {
    display: inline-block;
}

.dots span {
    display: inline-block;
    animation: bounce 1.4s infinite;
}

.dots span:nth-child(2) {
    animation-delay: 0.3s;
}

.dots span:nth-child(3) {
    animation-delay: 0.6s;
}

.rotar180deg {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.tabla-totales h2,
.tabla-totales h5 {
    font-family: "Roboto", sans-serif;
    margin-right: 15px;
    color: inherit;
}

@media screen and (max-width: 768px) {
    .tabla-totales h2 {
        margin-right: 0;
    }
}

.modulo-deshabilitado {
    background-color: #eee !important;
    color: #1ca5d2;
    opacity: 0.7;
}

.modulo-sin-permisos {
    background-color: #eee !important;
}

.modulo-sin-permisos div {
    background-color: #eee !important;
}

#vista-pagina .dd-item {
    padding: 0;
    width: calc(100% - 8px);
}

#vista-pagina .dd-item .panel-heading .text-small {
    line-height: 1;
    margin: 0 0 6px;
}

h3.titulo-panel {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #666;
    margin-left: 3px;
    text-transform: lowercase;
}

h3.titulo-panel:first-letter {
    text-transform: uppercase;
}

.fondo-rojo-claro {
    background-color: #ffdfdf;
}

#indicador-sincronizacion {
    position: fixed;
    top: 15px;
    right: 15px;
    background-color: #fff;
    box-shadow: 0 5px 20px #474444;
    z-index: 1000;
    width: 300px;
    height: 50px;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #666;
}

td.span input {
    min-width: 120px;
}

/*.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 0px;
}*/

#modal-nueva-version {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #aaa;
    z-index: 1000;
}

#listado-productos_costos .table input {
    font-size: 12px;
    padding: 4px;
}

#listado-productos_costos .table input.costo_bruto {
    min-width: 100px;
}

#listado-productos_costos .table input[type="number"]::-webkit-outer-spin-button,
#listado-productos_costos .table input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 4px;
}

#listado-productos_costos .table .td-span {
    min-width: auto;
    margin-left: 0;
}

.monospace {
    font-family: monospace !important;
}

.boton-estilo {
    border-radius: 4px;
    padding: 10px;
}

.boton-estilo.active {
    background-color: #eeeeee;
}

.ancho-leyenda-listado {
    width: 14%;
}

.color-link {
    color: #23527c !important;
}

.color-lila {
    color: #686bff !important;
}

.color-info {
    color: #17a2b8 !important;
}

.borde-info {
    border: 1px solid #17a2b8 !important;
}

.resumen-tarea {
    font-size: 13px;
    line-height: 1.4;
    margin: 1.5rem 0;
    color: #6d6d6d;
}

.table-bordered-bold {
    border: 2px solid #000;
}

.fila-reparto {
    background-color: #f2f5f7;
}

.vu-container {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin: 0 0 0 15px;
}

.led {
    width: 1px;
    height: 20px;
    background: #444;
    border-radius: 3px;
    transition: background 0.3s ease;
}

.led.active {
    opacity: 1;
}

.boton-cuadrado {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f1f1f1;
    border: none;
    cursor: pointer;
    padding: 2rem 3rem;
    width: 120px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.boton-cuadrado:hover {
    background-color: #eaeaea;
}

#dialogo-instalar-aplicacion {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fefefe;
    z-index: 100000;
}

.cuerpo-instalar-aplicacion {
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cuerpo-instalar-aplicacion > div div {
    width: 65%;
}

i.cerrar-dialogo-instalacion {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    color: #aaa;
}

@keyframes placeholderShimmer {
    0% {
        background-position: -1200px 0;
    }
    100% {
        background-position: 1200px 0;
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
    80% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes floatingObject {
    0% {
        transform: translatey(0px);
    }
    30% {
        transform: translatey(-10px);
    }
    70% {
        transform: translatey(20px);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes flip-on-x {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translateZ(0) rotateY(170deg) scale(1);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translateZ(0) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        animation-timing-function: ease-in;
    }

    100% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        animation-timing-function: ease-in;
    }
}

@keyframes animateDash {
    0% {
        stroke-dashoffset: 300;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes floatingObject {
    0% {
        transform: translatey(0px);
    }
    30% {
        transform: translatey(-10px);
    }
    70% {
        transform: translatey(20px);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
    80% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}
