* {
    font-family: 'Fira Sans';
    font-size: 15px;
}

.empresa {
    width: 400px;
    height: 300px;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgb(177, 177, 177);
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
}

.contener {
    /* width: 750px;
    height: 350px; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -54%) scale(0.88);
    border: 1px solid rgb(177, 177, 177);
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
    padding: 10px;
}

#menumodulos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 5px;
}

.modulos {
    padding: 0;
}

.navtop {
    background-color: #16253d;
    color: white;
    padding: 10px 0 10px 0;
    position: fixed;
    width: 100%;
    z-index: 4;
    box-shadow: 0px 0px 5px 0px #16253d;
}

.navtop h3 {
    margin: 0;
}

.navtop p {
    margin: 5px 0 0 0;
}

.navtop img {
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #f16f22;
    border-radius: 3px;
    background-color: #f16f22;
}

.navtop img:hover {
    border: 1px solid white;
}

.sidebar {
    background-color: #262e76;
    color: white;
    width: 16.6%;
    height: 100vh;
    padding: 70px 0 0 0;
    position: fixed;
    box-shadow: 0px 0px 5px 0px #262e76;
    z-index: 3;
}

.sidebar li a {
    color: white;
}

.sidebar li a:hover {
    color: white;
}

.sidebar li {
    transition: 0.3s;
}

.sidebar li:hover {
    background: #f16f22;
    transition: 0.3s;
    cursor: pointer;
}

.sidebar li ul {
    background-color: #363d80;
}

.sidebar li ul li a {
    padding: 4px 0 4px 30px;
    text-align: left;
    font-size: 12px;
}

.borderbox {
    padding: 20px;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
}

label {
    color: gray;
}

.form-check {
    margin-top: 30px;
}

textarea {
    width: 100%;
    padding: 4px;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 6px;
    outline: none;
}

input {
    width: 100%;
    padding: 4px 6px 4px 6px;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 6px;
    outline: none;
}

input:focus {
    box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
}

input:disabled {
    background-color: gray;
    color: white;
}

button {
    background-color: #262e76;
    border-radius: 4px;
    color: white;
    width: 100%;
    padding: 3px;
    border: none;
    outline: none;
    letter-spacing: normal;
    transition: .1s;
}

button:hover {
    transition: .1s;
    background-color: #555da0;
    letter-spacing: 0.10em;
}

button:active {
    background-color: #7e7e7e;
    transition: .1s;
}

button:disabled {
    background-color: #7e7e7e;
    letter-spacing: normal;
}

.acordeon {
    border: 1px solid #555da0;
}

.titulo-bar {
    border-radius: 0;
    background-color: #555da0;
    padding: 4px;
}

select {
    width: 100%;
    padding: 5px;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 6px;
    outline: none;
}

select:focus {
    outline: none;
}

table {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(239, 182, 9, 1);
    border-right: 2px solid rgba(239, 182, 9, 1);
}

table thead tr {
    background-color: #262e76;
    color: white;
}

table tfoot tr {
    background-color: #262e76;
    color: white;
}


table tbody tr {
    margin: 0;
    padding: 0;
    background-color: #c2c8f7;
    margin: 5px;
    padding-left: 5px;
    cursor: pointer;
}

table tbody tr:hover {
    background-color: rgba(239, 182, 9, 1);
    cursor: pointer;
}

table tbody tr td {
    font-size: 12px;
}

.table-fsize10 tr td {
    font-size: 10px;
}

table tbody tr td table thead tr {
    background-color: #262e76;
    color: white;
}

table tbody tr input {
    width: 100%;
    padding: 2px;
    border: none;
    border-radius: 0;
    outline: none;
}

table tbody tr button {
    width: 100%;
    padding: 2px;
    border: none;
    border-radius: 0;
    outline: none;
    letter-spacing: normal;
}

table tbody tr select {
    width: 100%;
    padding: 2px;
    border: none;
    border-radius: 0;
    outline: none;
    letter-spacing: normal;
}

table tbody tr button:hover {
    outline: none;
    letter-spacing: normal;
}

.tabseleccionado {
    background-color: #f16f22;
    color: white;
}


.string {
    text-align: center;
    border: 1px solid black;
}

.stringb {
    text-align: left;
    padding-left: 10px;
    border: 1px solid black;
}

.stringt {
    text-align: center;
    border: 1px solid white;
}

.numbert {
    text-align: right;
    padding-right: 5px;
    border: 1px solid white;
}

.numberb {
    text-align: right;
    padding-right: 5px;
    border: 1px solid black;
}

.number {
    text-align: right;
    padding-right: 5px;
}

.seleccionado {
    background-color: rgba(239, 182, 9, 1);
}

.is-invalid {
    border: 1px solid rgb(196, 66, 66);
    outline: none;
}

.badge {
    font-weight: normal;
}

.badge:hover {
    cursor: pointer;
}

.badge2 {
    background-color: #262e76;
    letter-spacing: normal;
    transition: 0.1s;
    width: 100%;
    padding: 0;
}

.badge2:hover {
    background-color: #555da0;
    letter-spacing: normal;
    letter-spacing: 0.1em;
}

.tips:hover .tooltip-box {
    display: inline-block;
}

.tooltip-box {
    display: none;
    position: absolute;
    background: black;
    line-height: 20px;
    z-index: 500;
    text-align: center;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    top: 30%;
}

.tooltip-box::after {
    content: "";
    display: block;
    border-top: 7px solid black;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(10% - 7px);
}

.tips2:hover .tooltip-box2 {
    display: inline-block;
    z-index: 100;
}

.tooltip-box2 {
    display: none;
    position: absolute;
    background: black;
    line-height: 20px;
    z-index: 500;
    text-align: center;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    left: 0;
    right: 0;
    bottom: 70%;
    z-index: 100;
}

.tooltip-box2::after {
    content: "";
    display: block;
    border-top: 7px solid black;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
    z-index: 100;
}

.tips3:hover .tooltip-box3 {
    display: inline-block;
}

.tooltip-box3 {
    display: none;
    background: black;
    line-height: 20px;
    z-index: 500;
    text-align: center;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    transform: translate(25px, -4px);
    width: 150px;
}

.tooltip-box3::after {
    content: "";
    display: block;
    border-right: 7px solid black;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid transparent;
    position: absolute;
    left: -13px;
    top: 30%;
}

.contactenos {
    background-color: white;
    color: black;
    bottom: 0;
    position: fixed;
    width: 100%;
    border-top: 1px solid black;
    z-index: 20;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 5px;
}

.contactenos div p {
    margin: 0;
    padding: 5px 0 5px 0;
}

.nav-link {
    cursor: pointer;
}

.detmod {
    width: 25px;
    padding: 4px;
    margin: 0;
    border: 1px solid white;
    background-color: #262e76;
    border-radius: 4px
}

.detmodsel {
    background-color: #f16f22!important;
    color: white;
}

.detdel {
    width: 25px;
    padding: 4px;
    margin: 0;
    border: 1px solid white;
    background-color: #da4040;
    border-radius: 4px
}

.page-item {
    cursor: pointer;
}

.excel {
    background-color: #1d6f42;
}

.excel:hover {
    background-color: #124529;
}

.loader {
    position: fixed;
    z-index: 1;
    padding: 50px;
    margin: 0;
    width: 100%;
    left: 0;
}

.loader img {
    max-width: 100px;
}

.cargando {
    opacity: 0.1;
    pointer-events: none;
}

.nav-visu {
    margin: 0;
    padding: 10px 15px 10px 15px;
    background-color: hsl(234, 41%, 36%);
    text-align: center;
}

.nav-visu:hover {
    cursor: pointer;
}

.snav-visu {
    color: white;
    text-decoration: none;
}

.nav-visu img {
    transform: scale(0.9);
}

.nav-visu:hover img {
    transform: scale(1);
}

.boximg img {
    max-height: 180px;
}

.boxvideo video {
    max-height: 180px;
}

.listcard {
    padding: 5px;
}

.listcard .col-3 {
    padding: 5px;
    margin: 0;
}

.listcard .card {
    padding: 5px;
    margin: 0;
}

.listcard .card img {
    max-width: 200px;
    max-height: 200px;
}

.listcard .card p {
    text-align: center;
    font-size: smaller;
    padding: 0;
    margin: 0;
}

.listcard .row {
    text-align: center;
}

.atras {
    padding: 0 0 0 10px;
    margin: 0;
}

#ldeposita .boto:hover {
    background: #f16f22;
    transition: 0.3s;
    cursor: pointer;
    color: white;
}

#ldeposita .noboto:hover {
    cursor: default;
}


#carpetasap tr td:hover {
    background: #f16f22;
    transition: 0.3s;
    cursor: pointer;
    color: white;
    user-select: none;
}

#archivosap tr td:hover {
    background: #f16f22;
    transition: 0.3s;
    cursor: pointer;
    color: white;
    user-select: none;
}

#myBar {
    width: 100%;
    height: 30px;
    background-color: #f16f22;
    text-align: center;
    /* To center it horizontally (if you want) */
    line-height: 30px;
    /* To center it vertically */
    color: white;
    box-shadow: 0px 0px 5px 0px #f16f22;
}

#myProgress {
    border: 1px solid #f16f22;
    padding: 0;
}

.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    counter-reset: step;
}

.progress {
    position: absolute;
    background-color: #262e76;
    top: 50%;
    transform: translateY(-50%);
    width: 0%;
    height: 4px;
    z-index: -1;
    transition: 0.3s;
}

.progressbar::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 90%;
    background-color: #dcdcdc;
    z-index: -1;
}

.progress-step {
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-step::before {
    counter-increment: step;
    content: counter(step);
}

.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(60% + 0.75rem);
    font-size: 0.85rem;
    color: gray;
    width: 50%;
    text-align: center;
}

.progress-step-active {
    background-color: #363d80;
    color: white;
}

.step-active {
    display: block;
}

.step-nonactive {
    display: none;
}

.btn-siguiente {
    height: 100%;
    background: none;
}

.btn-siguiente:hover {
    background: none;
}

.btn-siguiente img {
    transform: scale(1);
    transition: 0.5s;
}

.btn-siguiente:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}

.inputcotiza {
    padding: 0 5px 0 0;
    margin: 0;
    text-align: right;
}

.subnavtop ul {
    margin: 0;
    padding: 5px 0 0 0;
}

.subnavtop ul li {
    display: inline;
    margin: 0;
    padding: 0 50px 0 0;
    color: #7e7e7e;
    padding: 0 20px 0 20px;
}

.subnavtop ul li:hover {
    cursor: pointer;
    color: white;
    background-color: #f16f22;
    transition: .3s;
}

.active2 {
    color: white !important;
    background-color: #f16f22;
}

.toast {
    background-color: #363d80;
    color: white;
    position: fixed;
    top: 30%;
    left: 40%;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
}

.notificar {
    position: fixed;
    width: 500px;
    top: 15%;
    left: 40%;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
    opacity: 1;
    background-color: white;
    z-index: 100;
    padding: 10px;
}

.notificalay {
    position: fixed;
    width: 500px;
    top: 15%;
    left: 33%;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
    opacity: 1;
    background-color: white;
    z-index: 100;
    padding: 10px;
}

.notificar2 {
    position: fixed;
    width: 500px;
    top: 30%;
    left: 30%;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
    opacity: 1;
    background-color: white;
    z-index: 100;
    padding: 10px;
}

.asiste {
    --altura: calc(100vh - 140px);
    position: fixed;
    width: 900px;
    height: var(--altura);
    top: 12%;
    transform: translateX(63%);
    right: 50%;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
    opacity: 1;
    background-color: white;
    z-index: 100;
    padding: 10px;
}

.tablasiste {
    --altura: calc(100vh - 360px);
    overflow-x: auto;
    overflow-y: scroll;
    height: var(--altura);
}

.btn-btn {
    background-color: #262e76;
    border-radius: 4px;
    color: white;
    width: 100%;
    padding: 3px;
    border: none;
    outline: none;
    letter-spacing: normal;
    transition: .1s;
    text-align: center;
    margin: 0;
}

.noiguales {
    background-color: red!important;
    color: white!important;
}

.iguales {
    background-color: green!important;
    color: white!important;
}

.concilia {
    background-color: white;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
    padding: 10px;
}

.hipervinculo {
    color: #555da0;
}

.hipervinculo:hover {
    color: #16253d;
    cursor: pointer;
}

.divarchivo {
    max-width: 282px;
    max-height: 309px;
}

.divarchivo:hover {
    cursor: pointer;
}

.divarchivo2:hover {
    cursor: pointer;
}

#lformas tr:hover {
    background-color: #f16f22;
    color: white;
}

.subcheck {
    padding-left: 15px;
}

/* .totales2 {
    display: none;
}

.parciales2 {
    display: none;
}

.avanzado2 {
    display: none;
} */

/* .nav-tabs .nav-item a {
    color: #555da0;
} */

.lbltiptercero {
    margin: 0;
    padding: 0;
}

.btn-delete {
    background-color: rgb(170, 28, 28);
    border-radius: 4px;
    color: white;
    width: 100%;
    border: none;
    outline: none;
    letter-spacing: normal;
    transition: 0.1s;
}

.btn-delete:hover {
    transition: 0.1s;
    background-color: rgb(161, 82, 82);
}

.btn-delete:active {
    background-color: #7e7e7e;
    transition: 0.1s;
}

.btn-delete:disabled {
    background-color: #7e7e7e;
    letter-spacing: normal;
}

/* Scroll tablas */
.table-wrapper {
    width: 100%;
    height: 200px;
    /* Altura de ejemplo */
    overflow: auto;
}

.table-wrapper table {
    border-collapse: separate;
    border-spacing: 0;
}

.table-wrapper table thead {
    position: -webkit-sticky;
    /* Safari... */
    position: sticky;
    top: 0;
    left: 0;
}

/* MODAL CAMBIO CLIENTE POS */
.seccion1modalpos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 10px;
    width: fit-content;
}

.seccion1modalpos2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 10px;
    width: fit-content;
}

.cambioPaga {
    font-size: calc(2.3rem + .6vw);
    font-weight: bold;
    text-align: center;
    width: 247px;
    height: 70px;
}

.cambioPaga2 {
    font-size: calc(1rem + .6vw);
    font-weight: bold;
    text-align: center;
    width: 247px;
    height: 44px;
}

#cambioDevuelve {
    font-size: calc(2.3rem + .6vw);
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    width: 247px;
    height: 70px;
}

.cambioDevuelve2 {
    font-size: calc(1rem + .6vw) !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    width: 247px !important;
    height: 44px !important;
}


.btnModalPOS {
    position: absolute;
    right: 25px;
    margin-top: 20px !important;
}

/* .signoPesos{
    position: inherit;
    font-size: 55px;
    color: black;
} */

.modal-title-pos {
    width: 100%;
}

#totalFactModal {
    font-size: calc(1.3rem + .6vw);
    width: 247px;
}

.totalFactModal2 {
    font-size: calc(1rem + .6vw) !important;
    width: 247px !important;
    height: 44px !important;
}

.seccion1modalpos h3 {
    font-size: 45px;
}

#listaFpagos {
    width: 247px;
}

button:hover .nom-tooltip-box {
    display: inline-block;
}

.ttip:hover .nom-tooltip-box {
    width: 100%;
    display: inline-block;
}

.nom-tooltip-box {
    display: none;
    position: absolute;
    background: black;
    line-height: 15px;
    z-index: 500;
    text-align: center;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    left: 0;
    right: 0;
    bottom: calc(50% + 20px);
}

.contentalertfact {
    display: flex;
    justify-content: center;
    max-height: 35px;
}

#alertfact {
    margin: 0 auto;
    animation-name: stretch;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
    color: white;
}

@keyframes stretch {
    100% {
        transform: scale(2);
    }
}

#bodyResolucion p {
    margin-bottom: 0;
}


.messages{
    position: absolute;
    max-width: 253px;
}

.messages::before{
    content: '.';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid black;
    color: transparent;
    border-color: transparent transparent #f5c6cb;
    margin: auto;
}

.messages .message{
    display: block;
    position: relative;
    padding: 6px;
    background-color: red;
    color: white;
    text-decoration: none;
    top: -1px;
    border-radius: 6px;
    text-align: center;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.select-editable {
    position:relative; 
    padding: 5px;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 6px;
    width: 100%;
    height: 100%;
}

.select-editable select {
    position:absolute; 
    border:none; 
    width: 98%;
    height: 60%;
}

.select-editable input {
    position:absolute;
    border:none; 
    width: 90%;
    height: 60%;
}

.select-editable select:focus, .select-editable input:focus {
    outline: none;
    box-shadow: none;
}

.whiteinput{
    background-color: white!important;
    color: black!important;
    pointer-events: none;
}

.containercaja{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}

div#pdf-upload {
    position: relative;
    background-color: #124529;
    border-radius: 6px;
    color: white;
    width: 100%;
    height: 90%;
    padding: 5px;
    border: none;
    outline: none;
    letter-spacing: normal;
    transition: 0.1s;
}

div#pdf-upload:hover {
    transition: 0.1s;
    background-color: #1d6f42;
    letter-spacing: 0.1em;
    cursor: pointer;
}

div#pdf-upload:active {
    background-color: #7e7e7e;
    transition: 0.1s;
}

.upfile {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upfile ::-webkit-file-upload-button {
    cursor: pointer;
}

img#img {
    display: block;
    margin: auto;
}

.disabled {
    filter: grayscale(1); 
    opacity: 50%
}

.cambio{
    background-color: khaki;;
}

.accordion-body{
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    width: max-content;
    margin: auto;
}

.slcFpagos {
    width: 247px;
    font-size: calc(1rem + 0.6vw);
}

.datafactcontent{
    margin: 20px;
    display: flex;
    
}

.datafactchild{
    width: none;
}

.seccion1modalposnores {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 10px;
    width: fit-content;
}

.cambioPaganores {
    font-size: calc(2.3rem + .6vw);
    font-weight: bold;
    text-align: center;
    width: 247px;
    height: 70px;
}

.seccion1modalposnores h3 {
    font-size: 40px;
}

.btnotas:hover{
    transform: scale(1.1);
}

.detaerp{
    border: 1px solid black;
    font-size: 15px!important; 
    font-weight: bold;
}

.tdgray{
    background-color: gray;
}

.containerhbt {
	display: grid;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	padding: 20px;
	justify-items: center;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.hbtenabled {
	background: #2d7b28;
	height: 20px;
}

.hbtbusy {
	background: #d82222;
	height: 20px;
}

.hbtcleaning {
	background: #225cd8;
	height: 20px;
}

.hbtreserved{
	background: #efd215;
	height: 20px;
}

.infohbt {
	max-height: 100%;
}

.ttlhbt {
	font-family: system-ui;
	font-style: italic;
}

.descriphbt {
	max-height: 100px;
	height: 100px;
	overflow: hidden;
}

.footerhbt {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.containeritems {
	height: 100px;
	padding: 5px 20px;
	max-height: 100px;
	overflow-y: scroll;
}

.containeritems input{
	width: auto;
}

.betweenttl{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footreservas{
	overflow: auto;
    position: relative;
    height: auto;
    max-height: 150px;
}

.footreservas a {
	text-decoration: none;
	cursor: pointer;
}

.footreservas a blockquote footer{
	color: #c51e1e;
    font-weight: bold;
}

.footreservas a blockquote footer:hover{
	color: #c51e1e;
	text-decoration: underline;
	text-decoration-color: #c51e1e ;
}

.footreservas::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.footreservas::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.footreservas::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

input#file::-webkit-file-upload-button {
    cursor: pointer;
}
div#image-upload {
    position: relative;
    border-radius: 6px;
    height: 200px;
    width: 200px;
    color: white;
    border: none;
    outline: none;
    letter-spacing: normal;
    transition: 0.1s;
}

div#image-upload:hover {
    position: relative;
    transition: 0.1s;
    letter-spacing: 0.1em;
    cursor: pointer;
}

div#image-upload:active {
    transition: 0.1s;
}

input#foto-upload {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

input#foto-upload:hover {
    position: absolute;
    cursor: pointer;
    color: transparent;
    background-image: url("../image/camera_50px.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: local;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

img#img-foto {
    width: 100%;
    height: 100%;
}

.active{
	background-color: #262e76 !important;
    color: white !important;
}

.tab-pane{
    background-color: white !important;
}


#permisosprofe {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}


.divpermprofe input {
	width: auto;
	cursor: pointer;
	transform: scale(1.5);
}

.divpermprofe div {
	display: flex;
	align-items: center;
	gap: 7px;
	width: max-content;
}

#navevalocupa {
    border-bottom: 1px solid #dee2e6;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

#navevalocupa li a {
    height: 100%;
    display: flex;
    align-items: center;
}

ul#navevalocupa {
    position: sticky;
    top: 70px;
    background-color: white;
    z-index: 1;
    padding: 10px;
    gap: 1rem;
    grid-auto-flow: column;
    grid-auto-columns: 45%;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding: 1rem;
}

ul#navevalocupa li {
    width: max-content;
    text-align: center;
}

ul#navevalocupa::-webkit-scrollbar,
table tr td::-webkit-scrollbar {
    width: 12px;
    height: 9px;
    background-color: #f5f5f5;
    cursor: col-resize;
    margin-bottom: 20px;
}

ul#navevalocupa::-webkit-scrollbar-thumb,
table tr td::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #0a58ca;
    cursor: col-resize;
}

ul#navevalocupa::-webkit-scrollbar-track,
table tr td::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
    cursor: col-resize;
}

.custom-cursor {
    cursor: grab !important;
}

.grabbing {
    cursor: grabbing !important;
}

#containerelemprot {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 20px;
	border: 1px solid #dee2e6;
	padding: 20px;
}

#containerelemprot div {
	display: flex;
	align-items: center;
	gap: 10px;
}

#containerelemprot input {
	width: auto;
	transform: scale(1.5);
}

.newrowtd{
	font-size: larger;
	background-color: white;
}

.table-fixed{
	table-layout: fixed;
}

.chklarger{
	transform: scale(1.5);
	box-shadow: 0 0 0 0;
	width: auto;
}

.newrowtd {
	font-size: larger;
	background-color: white;
}

.table-fixed {
	table-layout: fixed;
}

.chklarger {
	transform: scale(1.5);
	box-shadow: 0 0 0 0;
	width: auto;
}

.checklist {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

.checklist input {
	width: auto;
	transform: scale(1.5);
}

#movdetalle td{
    font-size: 15px;
    font-weight: bold;
}

#movdetalle input {
    font-size: 15px;
    font-weight: bold;
}

.checkseleccion{
	width: auto;
    cursor: pointer;
    transform: scale(1.5);
}

tbody td {
	transition: background-color 0.3s;
}

tbody td:hover {
	background-color: #ddd;
}

.hide_section{
	display: none;
}

.align_right {
	margin-left: auto;
}

.tr_contenteditable {
	cursor: initial!important;
}

td input,select{
	background: none;
}

.sino_option{
	background-color: #ffffff;
}

.btn_fixed:hover{
	transition: 0.1s;
	background-color: #555da0;
	letter-spacing: 0!important;
}

.btn_select_white{
	background-color: #f4f4f7;
    color: black;
}

/* .inpt_hour_profe::-webkit-calendar-picker-indicator{
    background: none;
} */

.incomplete {
	color: red;
}

#container-pqrsd {
	display: flex;
}

#list-container-pqrsd {
	display: grid;
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

table#cumple_req_salud_table tbody tr td {
    vertical-align: middle;
}

table#cumple_req_salud_table tbody tr td input{
    transform: scale(1.5);
    width: auto;
    cursor: pointer;
}


@media (max-width: 1320px) {
    .accordion-body{
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(5, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 20px;
        width: max-content;
        margin: auto;
    }

}

.toast-orden-med {
	position: absolute;
	top: 6px;
	left: 58%;
	background-color: #333;
	color: #fff;
	padding: 6px 10px;
	border-radius: 8px;
	opacity: 0;
	transition: opacity 0.5s;
}

.toast-orden-med.show {
	opacity: 1;
}

.ck-editor__editable {
	min-height: 200px;
}

.btn_print_ordenes {
	position: absolute;
	width: 70px;
	right: 10px;
	top: 5px;
	padding: 5px;
}

.btn_print_ordenes img{
	filter: invert(1);
}

ul#list_evolutions li a:hover {
    background-color: #262e76;
    color: white;
}

div#image-upload-firm {
	position: relative;
	border-radius: 6px;
	height: 200px;
	width: 200px;
	color: white;
	border: none;
	outline: none;
	letter-spacing: normal;
	transition: 0.1s;
}

div#image-upload-firm:hover {
	position: relative;
	transition: 0.1s;
	letter-spacing: 0.1em;
	cursor: pointer;
}

div#image-upload-firm:active {
	transition: 0.1s;
}

input#foto-upload-firm {
	position: absolute;
	cursor: pointer;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}

input#foto-upload-firm:hover {
	position: absolute;
	cursor: pointer;
	color: transparent;
	background-image: url("../image/camera_50px.png");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: local;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

img#img-foto-firm {
	width: 100%;
	height: 100%;
}

.btn-citas {
	opacity: 0.5;
	color: white;
}

.btn-citas:hover {
	opacity: 1;
	color: black;
}

.input-by-doctor {
	background-color: #262e7638;
}

.newrowtd-slc {
	font-size: larger;
	background-color: white;
	cursor: pointer !important;
}

#nit_facturacion{
    display: flex;
}

#form_regtrabajador label{
	font-size: larger;
}

.check-bateria{
	border-radius: 100%;
    height: 25px;
    width: 25px;
	margin-top: 0.3rem;
}

.contener-bat {
	position: absolute;
	border: 1px solid rgb(177, 177, 177);
	border-radius: 6px;
	box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
	padding: 10px;
	width: 90%;
	margin-top: 5rem;
}

#btns_options .row div {
	flex: 0 0 auto;
	width: 33.33333333%;
}

#table_intralaboral thead tr th {
	font-size: x-large;
}

#table_intralaboral tbody tr td {
	font-size: large;
	word-wrap: break-word;
}

.check-bateria {
	border-radius: 100%;
	height: 40px;
	width: -webkit-fill-available;
	margin-top: 0.3rem;
	box-shadow: 0 0 0 0;
}

#descrip_prueba {
	font-size: large;
}

#title_section {
	font-size: calc(0.5rem + 1.5vw);
	font-weight: bold;
}

#trabajador_label {
	font-weight: bolder;
}

#btns_options button {
	margin: auto;
	font-size: large;
}

#btn_registro_trab{
	display: flex;
	gap: 20px;
	height: 100px;
	justify-content: center;
	align-items: flex-start;
}

#btn_registro_trab button{
	width: 16.66666667%;
	font-size: large;
}

.register-form-div div input,.register-form-div div select{
	font-size: x-large;
}

div#res_consentimiento{
	display: flex;
    align-items: center;
    justify-content: left;
    gap: 15px;
}

div#res_consentimiento input {
    padding: 10px;
    width: auto;
    transform: scale(2);
    margin-left: 8px;
	cursor: pointer;
}

div#res_consentimiento label u h5{
    margin: 0;
	font-size: large;
	user-select: none;
	color: black;
	cursor: pointer;
}

div#button_consentimiento{
	width: 25%;
}

.contener_reg_bat {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -54%) scale(0.88);
    border: 1px solid rgb(177, 177, 177);
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
    padding: 10px;
}

div#instructivo p{
	font-size: large;
}

div#instructivo h4{
	font-weight: bold;
}

div#container-landing{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
}

div#res_consentimiento_fat{
    position: sticky;
    bottom: 0;
    height: 250px;
    padding: 5px;
    background-color: white;
}

.btn-files{
	text-decoration: none;
}

.btn-files:hover{
	color: black !important;
}

div#chcktipotercero{
    display: flex;
    justify-content: center;
}

.toast-orden-med-notas{
	position: absolute;
    top: 50px;
    left: 54%;
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.5s;
}

.toast-orden-med-notas.show {
	opacity: 1;
}

#cargamenu{
	max-height: 480px;
    overflow-y: scroll;
	flex-wrap: nowrap !important;
}

#cargamenu::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F16F00;
}

#cargamenu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}

#cargamenu::-webkit-scrollbar {
	width: 2px;
	height: 6px;
	background-color: #f5f5f5;
}

.tablenotasenfer tr td{
	font-size: 12px;
}

.btn-table{
	width: auto;
	padding: 2px;
}

.checklist_left {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: left;
}

.container-grid-list-checkbox {
    max-height: 90px;
    display: flex;
    gap: 10px;
    overflow-y: scroll;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.container-grid-list-checkbox div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.container-grid-list-checkbox div input {
    width: auto;
    cursor: pointer;
}

.container-grid-list-checkbox div label {
    cursor: pointer;
}

tr.htmx-swapping td {
    opacity: 0;
    transition: opacity 1s ease-out;
}

.container-inside-img {
    flex: 0 0 auto;
    width: 50% !important;
    padding: 50px !important;
    /* text-align: center; */
    /* padding: 50px; */
}

.container-inside-form {
    flex: 0 0 auto;
    width: 50% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.container-inside-form > h3 {
    margin: 0;
    width: auto;
}

.just-elem-center {
    justify-content: center;
    display: flex;
    gap: 10px;
}

.just-elem-center a{
    padding: 0!important;
}

.just-elem-center a:hover{
    transform: scale(1.1);
}

#content {
    float: left;
    padding: 1.875em;
    width: 100%;
}

.contener-login {
    background-image: url(/static/image/background-login.png);
    position: fixed;
    height: 100%;
    background-repeat: round;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main_container_login{
    text-align: center;
    border-radius: 1rem;
    background-color: white;
    padding: 20px;
    justify-content: center;
    gap: 30px;
    flex-direction: row;
    flex-wrap: nowrap!important;
}

.container-inside-img img {
    width: 100%;
}

.borderbox-posexpress {
    padding: 20px;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
}

.whitoutinven {
    border: 1px solid black;
    background-color: #dc3545;
    color: white;
    font-size: 14px;
    text-shadow: 0 0 4px black;
}


@media (max-width: 1080px) {
    @media (orientation: landscape) {
		.contener-bat {
			top: 55%;
		}

        footer p{
            font-size: x-small;
        }

        .contener_reg_bat {
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -54%) scale(0.88);
			border: 1px solid rgb(177, 177, 177);
			border-radius: 6px;
			box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
			padding: 10px;
		}
	}

    .container-inside-form {
        flex: 0 0 auto;
        width: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 30px;
    }

    #main_container_login {
        max-width: 500px!important;
        flex-direction: column;
        flex-wrap: wrap!important;
        justify-content: center;
        align-items: center;
    }

    .container-inside-img {
        flex: 0 0 auto;
        width: 100% !important;
        padding: 0 !important;
        text-align: center;
        /* padding: 50px; */
    }

    .container-inside-img img {
        width: 30%;
    }

    div#chcktipotercero{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    div#instructivo{
		margin-bottom: 100px;
		max-height: 350px;
    	overflow-y: scroll;
	}

	div#container-landing{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 40px;
		grid-row-gap: 0px;
	}

    div#res_consentimiento label u h5{
		margin: 0;
		font-size: xx-large;
		user-select: none;
		color: black;
		cursor: pointer;
	}

	#button_consentimiento button{
		font-size: xx-large;
	}

	div#res_consentimiento_fat{
		position: sticky;
		bottom: 0;
		height: 250px;
		padding: 5px;
		background-color: white;
	}

	div#button_consentimiento{
		width: 100%;
	}

    .contener_reg_bat {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -54%) scale(1.88);
        border: 1px solid rgb(177, 177, 177);
        border-radius: 6px;
        box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
        padding: 10px;
    }

    .register-form-div{
		flex-direction: column;
		gap:20px;
	}

	#btn_registro_trab{
		display: flex;
		gap: 20px;
		height: 100px;
		justify-content: center;
		align-items: flex-start;
	}

	#btn_registro_trab button{
		width: 100%;
		font-size: xx-large;
	}

	.register-form-div div{
		width: 100%;
	}

	#nombreempresa {
		font-size: xx-large;
	}

	#botonesnav img {
		width: 50px;
	}

	#content {
		overflow-y: scroll;
	}

	.contener-bat {
		margin: 11rem 1rem;
		position: absolute;
		border: 1px solid rgb(177, 177, 177);
		border-radius: 6px;
		box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
		padding: 10px;
	}

	#title_section {
		font-size: calc(1.375rem + 1.5vw);
		font-weight: bold;
	}

	#descrip_prueba {
		font-size: xx-large;
	}

	#trabajador_label {
		font-size: xx-large;
		font-weight: bolder;
	}

	#container_intralaboral {
		overflow-y: scroll;
		height: -webkit-fill-available;
		max-height: 1100px;
	}

	#table_intralaboral thead {
		position: sticky;
		top: -5px;
	}

	.check-bateria {
		border-radius: 100%;
		height: 50px;
		width: -webkit-fill-available;
		margin-top: 0.3rem;
		box-shadow: 0 0 0 0;
	}

	/* #btns_options {
		position: sticky;
		background-color: white;
		bottom: 40px;
		padding: 30px;
		margin-top: 50px;
		height: -webkit-fill-available;
		border-radius: 6px;
	} */

	#btns_options .row {
		justify-content: center;
		margin: auto;
	}

	#btns_options .row div {
		flex: unset;
		width: 100%;
	}

	#btns_options button {
		margin: auto;
		font-size: xx-large;
	}

	footer p{
		font-size: x-small;
	}

    #checkradiospos div{
        margin-top: 0px;
    }

    #nit_facturacion{
        display: flex;
        flex-direction: column;
    }

    #container-pqrsd {
		display: grid;
		grid-row-gap: 51px;
		justify-items: center;
	}

	#list-container-pqrsd {
		display: grid;
		grid-column-gap: 5px;
		grid-row-gap: 10px;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
    
    .datafactcontent{
        margin: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .datafactchild{
        width: -webkit-fill-available;
    }
}

/* @media (max-width: 1080px) {
    .containercaja{
        display: grid;
        grid-template-columns: 1fr;
        padding: 0px 100px;
    }

    input {
        font-size: 25px;
    }

    .totales1 {
        display: none;
    }

    .totales2 {
        display: block;
    }

    .parciales1 {
        display: none;
    }

    .parciales2 {
        display: block;
    }

    .avanzado1 {
        display: none;
    }

    .avanzado2 {
        display: block;
    }
} */