.buttons {
    width: 100%;
    text-align: center;
}

.action_btn {
    width: 200px;
    margin: 0 auto;
    display: inline;
    padding-bottom: 18px;
}

.divscroll:hover {
    overflow-y: overlay !important;
    overflow-x: hidden !important;
    overflow-y: scroll;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: .30rem;
    height: 9px;
}

.table-responsive::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar-thumb {
    background-color: #00629d
        /*border-radius: 3px;*/
}

::-webkit-scrollbar-track {
    background: transparent;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 4, 255, 0.3);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn:focus,
.btn:active,
.btn:hover {
    box-shadow: none !important;
    outline: 0;
}


.modalbox.success {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.modalbox.success.animate .icon,
.modalbox.error.animate .icon {
    -webkit-animation: fall-in 0.75s;
    -moz-animation: fall-in 0.75s;
    -o-animation: fall-in 0.75s;
    animation: fall-in 0.75s;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

.modalbox.success .icon {
    position: relative;
    margin: 0 auto;
    background: white;
    height: 130px;
    width: 130px;
    border-radius: 70%;
    color: green;
}

.modalbox.success .icon span {
    position: relative;
    font-size: 4em;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.hidden {
    display: none !important
}


@-webkit-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-moz-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-o-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 25%;
    }
}

@-moz-keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 25%;
    }
}

@-o-keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 25%;
    }
}

@-moz-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-o-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-moz-keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 15%;
    }
}

@-webkit-keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 15%;
    }
}

@-o-keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 15%;
    }
}

@keyframes plunge {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 15%;
    }
}


.estiloTabla th {
    background-color: #001a65;
    font-weight: 600;
    font-size: 11px;
    color: white;
    /*font-family:;*/

}

.dataTables_scrollBody>table>thead>tr {
    visibility: collapse;
    height: 0px !important;
}

/*.estiloTablasss table {
            display:grid;
            grid-template-columns:auto auto;
            grid-auto-flow:column;
          }

        .estiloTablasss thead tbody tr {
            display:contents;
        }*/

.estiloTablaProductos textarea {
    resize: both;
    overflow: auto;
    width: 120px;
    height: 150px;
    margin: 0px;
    padding: 0px;
    /*border: 1px solid black;*/
    display: block;
}

.estiloTablaProductos td textarea {
    /*border: 0;
            width: auto;
            height: auto;*/
    min-height: 20px;
    /*min-width: 20px;*/
}


.estiloTablaProductos div {
    resize: horizontal;
    overflow: auto;
    width: 120px;
    /* height: 120px;*/
    height: fit-content;
    margin: 0px;
    padding: 0px;
    /*border: 1px solid black;*/
    display: block;
}

.estiloTablaProductos td div {
    /*border: 0;
            width: auto;
            height: auto;*/
    min-height: 20px;
    /*min-width: 20px;*/
}


.estiloTablaPagos th {
    background-color: #001a65;
    /*font-weight: 600;*/
    font-size: 9px;
    color: white;
    /*font-family:;*/

}

.estiloTabla td {
    font-size: 10px;
    /*font-family:;*/

}

.table>:not(caption)>*>* {
    padding: 5px 5px !important;
    text-align: center !important;
}

.table thead tr th {
    padding: 5px 5px !important;
    text-align: center !important;
}

td.details-control {
    background: url('../images/mas.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/menos.png') no-repeat center center;
}

.paginate_button.active .page-link {
    background-color: #343A40 !important;
    border: 1px solid white !important;

    /*border: 1px solid red !important;*/
}

.Csscontainer {
    position: relative;
    width: 100%;
    /*background-image: linear-gradient(to top, rgba(17, 3, 22, 1), rgba(74, 60, 219, 1));*/
}

.form_grupo {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_grupo2 {
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.body {
    background: url(../images/bg_henkal.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*  .Cssarticle {
            width: 100vw;
			text-align: center;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: right bottom;
			 background: url(../images/bg_henkal.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
        }*/



.cardBckg {
    width: 80%;
    max-width: 500px;
    height: auto;
    margin: 10% auto 50px auto;
    padding: 20px 50px;
    /*background-color: rgba(0, 0, 0, .6);*/
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 40px 35px -40px black;
    backdrop-filter: blur(5px);
}

.cardBckg h3,
.cardBckg h2 {
    font-family: 'Gotham', sans-serif;
    text-align: center;
    color: #959394;

}

.cardBckg2 {
    width: 550px;
    height: 580px;
    margin: auto;
    padding: 20px 50px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 12px;
    box-shadow: 0 40px 35px -40px black;
    backdrop-filter: blur(5px);
}

.cardBckg2 h2,
.cardBckg2 h3,
.cardBckg2 h4 {
    font-family: 'Gotham', sans-serif;
    text-align: center;
    color: white;

}

.styleTitulos {
    font-family: 'Gotham', sans-serif;
}

.styleSbtTitulos {
    font-family: 'Gotham', sans-serif;
}

.contenedor {
    padding: 10px 50px;
}

.alerta {
    padding: 0px 5px;
    margin-bottom: 10px;
}

.logininputs {
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #E0E1E2;
    /*border: 3px solid rgb(110, 108, 209);
            -webkit-transition: 0.2s;
            transition: 0.2s;*/
}

.loginDescriber {
    font-family: 'Gotham', sans-serif;
    font-size: 15px;
    color: #343a40;
    text-align: left;

}

/*input[type=text]:focus {
            border: 3px solid #555;
          }

          input[type=password]:focus {
            border: 3px solid #555;
          }*/

.loginbtn {
    font-family: 'Gotham', sans-serif;
    border: none;
    outline: none;
    border-radius: 22px;
    box-sizing: border-box;
    width: 70%;
}

.loginbtn2 {
    font-family: 'Gotham', sans-serif;
    border: none;
    outline: none;
    border-radius: 22px;
    box-sizing: border-box;
    font-size: 12px;
}

.loginbtn3 {
    font-family: 'Gotham', sans-serif;
    border: none;
    outline: none;
    border-radius: 22px;
    box-sizing: border-box;
    font-size: 12px;
    width: 50%;
}



@font-face {
    font-family: 'Gotham', sans-serif;
    src: url(../css/fonts/Poppins-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Gotham', sans-serif;
    src: url(../css/fonts/Poppins-Medium.ttf) format('truetype');
}

.inputPasswords {
    border-radius: 19px;
    box-sizing: border-box;
}

.styleAccesos {
    font-family: 'Gotham', sans-serif;
    margin: 0;
}

.styleInicioTitles {
    font-family: 'Gotham', sans-serif;
}

.styleTblIndex th {
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
}

.styleTblIndex tr {
    font-family: 'Gotham', sans-serif;
    font-size: 12px;
}

.styleChart {
    font-family: 'Gotham', sans-serif;
    font-size: 13px;
}

.recuperaPass {
    font-family: 'Gotham', sans-serif;
    font-size: 15px;
}

.lbl_custom {
    color: black;
    font-weight: bold;

}

.txt_custom {
    /*margin: 8px 0;*/
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    width: 70%;


}

.loginStyle {
    display: block;
    overflow-y: hidden;
    animation: slide-up 1s;
    margin-top: 120px;

}

.loginStyleLogo {
    display: block;
    overflow-y: hidden;
    animation: slide-up 0.6s;

}

@keyframes slide-up {
    from {
        transform: translateY(-30rem);
    }

    to {
        transform: translateY(0);
    }
}

.styleBuscarProd {
    background-color: #343A40;
    color: white;
    border: 1px solid;
    border-radius: 15px;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    align-items: center;
}

/*
        .gradient-custom {
            
            background: #ffffff;
            
            background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 236, 210, 1));
            
            background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 236, 210, 1))
            }
            
            .carousel-indicators li {
            background-color: #282828;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            }
*/

.iconModal {
    color: #00629d;
}

:root {
    --bs-primary: #00629d !important;
}

.card .card-header {
    background: #f5f6fa;
    padding-bottom: 10px;
}

.card-header .card-title {
    color: #001a65 !important;
}

.sidebar+.main-content .iq-navbar-header .iq-container h1 {
    font-size: 16px;
}

.sidebar-default .navbar-nav .nav-item .sub-nav {
    font-size: 12px !important;

}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.btn {
    font-size: 12px !important;
    display: inline-block;
    font-weight: 400;
}

.card-body b {
    font-size: 13px !important;
    font-weight: 500 !important;
}


.form-control {
    font-size: 13px !important;
    font-weight: 400 !important;
}

.totales {
    border: none;
    border-bottom: 1px solid black;
    text-align: right;
    width: 100%;
}

.datepicker td,
th {
    text-align: center;
    padding: 7px 11px;
    font-size: 12px;

}

.loaderT {
    margin: auto;
    border: 13px solid #f3f3f3;
    /* Light grey */
    border-top: 13px solid #0044ff;
    /* Blue */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 0.4s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.resize-handle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0;
    width: 3px;
    cursor: col-resize;
}

.resize-handle:hover,
.header--being-resized .resize-handle {
    opacity: 0.5;
}




option {
    width: 80% !important;
}