﻿:root {
    --white-howden: #E5E5E5;
    --light-white-howden: #F4F4F4;
    --blue-howden: #0b2c48;
    --light-blue-howden: #3B8FE9;
    --orage-howden: #f3c05a;
    --red-error: #FF838E;
}


* {
    box-sizing: border-box !important;
}

a:hover {
    color: #12c6f4;
    text-decoration: underline;
}

a {
    color: white;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

li > a {
    color: #007bff;
}

td > a {
    color: #007bff;
}


body {
    background: #f4f4f4 !important;
    color: #666666;
    font-size: 14px;
    font-family: "poppins", sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    /*overflow-x: hidden;*/
    /*overflow-y: hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 25px;
    margin: 5px 0 0 0;
    padding: 0;
    line-height: 25px;
}

    h3 strong {
        font-weight: 300;
        font-size: 18px;
    }

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
    position: relative;
    z-index: 1;
    padding-bottom: 5px;
}

h6 {
    font-size: 10px;
}

.h6, h6 {
    font-size: 0.8rem !important;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    margin: 0px;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #333;
}

.contenedorImg {
    border-radius: 40px;
    padding: 0.5em;
    text-align: center;
    width: 250px;    
    height: 89px;
    margin-bottom: 25px;
    cursor: pointer;
}

    .contenedorImg > p {
        font-size: 16px;
        display: block;
        font-weight: 400;
        color: #3a3838;
    }

    .contenedorImg:hover {
        transform: scale(1.04);
    }

        .contenedorImg:hover > p {
            color: #000;
            font-weight: 500;
        }

.header::before {
    content: "";
    display: block;
    background: #0857C3;
    /*background: linear-gradient(90deg, rgba(0, 212, 255, 0) 0%, rgba(11, 44, 72, 1) 50%);*/
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    background-color: #7CE0D3 !important;
}

.header {
    background: #f4f4f4;
    /* border-top: solid #282e40 23px; */
    position: relative;
}
/* .header::after {
    content: "";
    display: block;
    width: 250px;
    height: 30px;
    position: absolute;
    right: -15px;
    background: #red;
    top: -30px;
    transform: skew(-30deg);
} */
.logo {
    display: flex;
    justify-content: center;
}

/*--------------------------------------------------------------------- navbar ---------------------------------------------------------------------*/

/*nav.main-menu {
    float: right;
    margin-left: 0;
}

.menu-area-main li:hover a,
.menu-area-main li:focus a {
    color: #41b6e6;
}

.menu-area-main li.active a {
    color: #41b6e6;
}

.main-menu ul > li nth:child(5) a {
    padding-right: 0px;
}*/

/*-- end header middle --*/

/*.main-menu {
    text-align: center;
}

    .main-menu ul {
        margin: 0;
        list-style-type: none;
    }

        .main-menu ul > li {
            display: inline-block;
            position: relative;
        }

            .main-menu ul > li a {
                padding: 15px 40px;
                line-height: 20px;
                font-size: 20px;
                display: block;
                font-weight: 400;
                color: #3a3838;
            }

        .main-menu ul li:last-child a {
            padding-right: 0;
        }

.mean-container .mean-nav {
    margin-top: 0px;
    position: absolute;
    top: 100%;
}*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/
.slider_section {
    margin-top: 160px;
    position: relative;
}



.copyright {
    background: #1E9FD7;
    padding: 10px 0px;
    float: right;
    width: 100%;
    text-align: center;
}

.copyright-inicio {
    background: #1E9FD7;
    padding: 10px 0px;
    float: right;
    width: 100%;
    text-align: center;
    height: 50px;
}

    .copyright p,
    .copyright-inicio p {
        color: #fff;
        font-size: 15px;
        text-align: center;
        width: 100%;
    }

.copyright a {
    color: #fff;
}

    .copyright a:hover {
        color: #12c6f4;
    }

 


.bg {
    background-image: url("..//img/login.png");
    /*position: absolute;*/
    margin: 0;
    padding: 0;
    /*width: 100%;*/
    height: 100vh;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.fas {
    color: #0b2c48;
}

.btn-link {
    font-weight: 400;
    color: #0b2c48 !important;
    text-decoration: none;
}

    .btn-link:hover {
        text-decoration: none !important;
    }

.footer-inicio {
    position: absolute;
    width: 100%;
    bottom: 0;
}


.container-body {
    margin: 0 0 53px;
    /* bottom = footer height */
    padding: 10px;
}


.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    display: none;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .box div {
        position: absolute;
        width: 100px;
        height: 100px;
        top: 40%;
    }

.spinner-border {
    display: inline-block;
    width: 6rem !important;
    height: 6rem !important;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: #0b2c48 !important;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}


/* scroll */

.my-custom-scrollbar {
    position: relative;
    height: 50px;
    overflow: auto;
    padding: 0px 5px 0px 5px;
    margin: 0px 20px 0px 0px;
}

.table-wrapper-scroll-y {
    display: block;
    height: 300px;
}

.container-wrapper-scroll-y {
    display: block;
    height: 360px;
}

/*Clases para el scroll*/
/*Clases para el scroll*/
::-webkit-scrollbar {
    width: 8px;
    height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0b2c48;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #0F4877;
    }

#validar, #input-none {
    display: none;
}


#reenviarE, #reenviar, #recuperar {
    cursor: pointer;
}

    #recuperar:hover {
        color: #41b6e6;
    }

.fas {
    padding: 0px 10px; 0px;
}

.fa-file-pdf {
    font-size: 2em;
    cursor: pointer;
    color: #0b2c48;
}

.fa-envelope {
    font-size: 2em;
    cursor: pointer;
    color: #0b2c48;
}

.lbl {
    font-size: 30px;
    color: rgb(11, 44, 72);
    font-weight: 900;
    text-decoration-line: underline;
}

.border-login {
    border: 1px solid #0b2c48;
    background: #0857C3;
}


.input-none {
    display: none;
}

.imgTipo {
    width: 90%;
    height: 89px;
    object-fit: contain;
}



@media screen and (max-width: 40rem) {

    .ocultar {
        display: none;
    }

    .bg {
        display: none;
    }

    .footer-inicio {
        top: 760px;
    }

    .copyright-inicio {
        width: 100%;
        height: 70px;
    }

    .table-wrapper-scroll-y {
        height: 450px !important;
    }
}

.custom-image {
    height: 60px;
    object-fit: contain;
}


.header-n {
    background-color: #f4f4f4;
    height: 80px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 80px;    
}

/*.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    margin-left: 90px;
    margin-right: 90px;
}


.nav-link {
    color: #3a3838;
    text-decoration: none;
}

.nav-menu {
    display: flex;
    list-style: none;
}

.nav-menu-item {
    font-size: 18px;
    margin: 0 10px;
    line-height: 80px;    
    width: max-content;
}

.nav-menu-link {
    padding: 8px 12px;
    border-radius: 3px;
}

    .nav-menu-link:hover,
    .nav-menu-link_active {
        background: none;
        color: #83c5f7;
    }*/

/* TOGGLE */
/*.nav-toggle {
    color: #0b2c48;
    background: none;
    border: none;
    font-size: 30px;
    padding: 0 20px;
    line-height: 60px;
    cursor: pointer;
    display: none;
}*/

@media (max-width: 1152px) {
   
    .custom-image {
        height: 50px;
    }

    .nav-menu-item {
        font-size: 14px;
        margin: 0 5px;
        line-height: 80px;
        text-transform: uppercase;
        width: max-content;
    }
}

@media (max-width: 890px) {

    .nav {
        margin-left: 30px;
        margin-right: 30px;
    }

    .custom-image {
        height: 50px;
    }


    .nav-menu-item {
        font-size: 14px;
        margin: 0 5px;
        line-height: 80px;
        text-transform: uppercase;
        width: max-content;
    }
}

.border-shadow {
    -webkit-box-shadow: 5px 5px 15px 4px rgba(0,0,0,0.14);
    box-shadow: 5px 5px 15px 4px rgba(0,0,0,0.02);
}


/* MOBILE */
@media (max-width: 768px) {

    .bg {
        display: none;
    }

    .header-n {
        height: 60px;
    }

    .logo {
        font-size: 25px;
        padding: 0 20px;
        line-height: 60px;
    }

    .nav {
        display: flex;
        justify-content: space-between;
    }

    .nav-menu {
        z-index: 2;
        flex-direction: column;
        align-items: center;
        margin: 0;
        background-color: #0b2c48;
        position: fixed;
        top: 150px;
        width: 100%;
        padding: 20px 0;
        height: calc(100% - 60px);
        overflow-y: auto;
        left: 100%;
        transition: left 0.3s;
    }

    .nav-menu-item {
        line-height: 70px;
    }

    .nav-link {
        color: #f4f4f4;
        text-decoration: none;
    }


    .nav-menu-link:hover,
    .nav-menu-link_active {
        background: none;
        color: #83c5f7;
    }

    .nav-toggle {
        display: block;
    }

    .nav-menu_visible {
        left: 0;
    }

    .nav-toggle:focus:not(:focus-visible) {
        outline: none;
    }

    .custom-image {
        display: flex;
        height: 60px !important;
        object-fit: contain;
    }
}

/* for sm */
.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

    .custom-switch.custom-switch-sm .custom-control-label::before {
        height: 1rem;
        width: calc(1rem + 0.75rem);
        border-radius: 2rem;
    }

    .custom-switch.custom-switch-sm .custom-control-label::after {
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        border-radius: calc(1rem - (1rem / 2));
    }

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch {
    padding-left: 15px;
}

    .custom-switch.custom-switch-md .custom-control-label {
        padding-left: 1rem;
        margin: 0 45px 0px 45px;
        padding-bottom: 1.5rem;
    }

        .custom-switch.custom-switch-md .custom-control-label::before {
            height: 1.5rem;
            width: calc(2rem + 0.75rem);
            border-radius: 3rem;
        }

        .custom-switch.custom-switch-md .custom-control-label::after {
            width: calc(1.5rem - 4px);
            height: calc(1.5rem - 4px);
            border-radius: calc(2rem - (1.5rem / 2));
        }

    .custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
        transform: translateX(calc(1.5rem - 0.25rem));
    }

    /* for lg */

    .custom-switch.custom-switch-lg .custom-control-label {
        padding-left: 3rem;
        padding-bottom: 2rem;
    }

        .custom-switch.custom-switch-lg .custom-control-label::before {
            height: 2rem;
            width: calc(3rem + 0.75rem);
            border-radius: 4rem;
        }

        .custom-switch.custom-switch-lg .custom-control-label::after {
            width: calc(2rem - 4px);
            height: calc(2rem - 4px);
            border-radius: calc(3rem - (2rem / 2));
        }

    .custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
        transform: translateX(calc(2rem - 0.25rem));
    }

    /* for xl */

    .custom-switch.custom-switch-xl .custom-control-label {
        padding-left: 4rem;
        padding-bottom: 2.5rem;
    }

        .custom-switch.custom-switch-xl .custom-control-label::before {
            height: 2.5rem;
            width: calc(4rem + 0.75rem);
            border-radius: 5rem;
        }

        .custom-switch.custom-switch-xl .custom-control-label::after {
            width: calc(2.5rem - 4px);
            height: calc(2.5rem - 4px);
            border-radius: calc(4rem - (2.5rem / 2));
        }

    .custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
        transform: translateX(calc(2.5rem - 0.25rem));
    }


.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px;
}

.fa-info-circle {
    font-size: 1.2em !important;
    cursor: pointer;
    color: #0b2c48;
}

#fa-2xl {
    font-size: 2em !important;
    cursor: pointer;
    color: #0b2c48;
}

.lbl {
    font-size: 72px;
    background: -webkit-linear-gradient(90deg, rgba(59,163,218,1) 0%, rgba(11,44,72,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 900;
}

label {
    margin: 0px;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #333;
}


.name-file {
    font-size: 0.7rem;
}

.fa-check-circle {
    font-size: 1.2em !important;    
    color: #59b28b;
}
.fa-times-circle {
    font-size: 1.2em !important;
    color: var(--red-error);
}
.fa-exclamation-triangle {
    font-size: 1.2em !important;
    color: var(--orage-howden);
}

.modal-header {
    background: #7CE0D3;
}

.modal-footer .btn-dark {
    background: #7CE0D3;
}

    .modal-footer .btn-dark:hover {
        background: #41b6e6;
    }

.text-show-modal{
    cursor: pointer;
    font-size: 0.7rem;
    text-decoration: underline;
}

.column-width-lg{
    width: 400px;
}

.column-width-sm{
    width: 50px;    
}

.bg-blue-howden {
    background: #ffbf3f;
    color: #f4f4f4;
}

/*.table-info, .table-info > td, .table-info > th {
    background-color: var(--light-blue-howden);
}*/

#modal-header-purchase-order {
    background: var(--orage-howden);
}

#modal-header-error {
    background: var(--red-error);
}


.label1{
    color:white;
}
.button1 {
    background: #152C46;
}

.btn-dark {
    background: #7CE0D3;
}

.img-home {
    width: 420px;
    height: 440px;
    border-radius: 50%;
    box-shadow: 5px 5px 15px 4px rgba(11,44,72,0.4);
    -webkit-box-shadow: 5px 5px 15px 4px rgba(11,44,72,0.4);
}

#form-documentation > .alert-danger {
    color: #750F18;
    background-color: var(--red-error);
    border: 2px solid var(--red-error);
    font-size: 16px;
}

#orange {
    color: var(--orage-howden) !important;
}

p > a {
    color: var(--light-blue-howden);
}

.div-observation {
    height: 700px !important;
    overflow-y: scroll !important;
    /*overflow-x: scroll !important;*/
    
    /*width: 800px !important;*/
}

.div-documents {
    height: 300px !important;
    overflow-y: scroll !important;
    
}
table {
    table-layout: fixed;
    width: auto;
    
}

th {
    background-color: aliceblue;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
td {
   
    word-wrap: break-word;
}

.alert-info {
    color: black;
    background-color: #7CE0D3;
    border-color: #7CE0D3;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Define el color del thumb */
::-webkit-scrollbar-thumb {
    background-color: #ffbf3f;
}

    /* Define el color del thumb al pasar el mouse sobre él */
    ::-webkit-scrollbar-thumb:hover {
        background-color: #ffbf3f;
    }

.btn-info {
    color: #fff;
    background-color: #0857C3;
    border-color: #0857C3;
}
::-webkit-scrollbar-thumb {
    background: #7CE0D3 !important;
}


/*.form-switch .form-check-input {
    width: 3em;
    height: 1.5em;
}*/

    /* Modificar el "circulito" del switch (pseudo-elemento) */
    /*.form-switch .form-check-input::before {
        content: "";
        position: relative;
        display: block;
        width: 1.2em;*/ /* ancho del círculo */
        /*height: 1.2em;*/ /* alto del círculo */
        /*background-color: #fff;*/ /* color del círculo */
        /*border-radius: 50%;*/ /* forma: 50% = círculo, 0 = cuadrado */
        /*transition: transform 0.15s ease-in-out;
        transform: translateX(0.15em);
    }*/

    /* Cuando está activado (checked), mover el círculo */
    /*.form-switch .form-check-input:checked::before {
        transform: translateX(1.5em);*/ /* mover a la derecha */
        /*background-color: #fff;
    }*/
/* Tamaño del switch completo */
.form-switch .form-check-input {
    width: 3rem;
    height: 1.6rem;
    background-color: #ccc; /* fondo cuando está OFF */
    border: none;
    transition: background-color 0.3s, box-shadow 0.3s;
    position: relative;
}

    /* Fondo cuando está ON (activado) */
    .form-switch .form-check-input:checked {
        background-color: #0d6efd; /* azul Bootstrap, puedes cambiarlo */
    }

    /* Ocultar el circulito original (nativo) */
    .form-switch .form-check-input::before {
        display: none;
    }

    /* Crear un nuevo "circulito" (thumb) con ::after */
    .form-switch .form-check-input::after {
        content: "";
        position: absolute;
        top: 0.2rem;
        left: 0.2rem;
        width: 1.2rem;
        height: 1.2rem;
        background-color: white;
        border-radius: 50%; /* 50% = círculo; 0 = cuadrado */
        transition: transform 0.3s;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }

    /* Mover el circulito a la derecha cuando está activado */
    .form-switch .form-check-input:checked::after {
        transform: translateX(1.4rem);
    }