﻿/* Show it is fixed to the top */
body {
    /*min-height: 75rem;*/
    /*padding-top: 4.5rem;*/
    background-color: #d7d7da; /* fondo claro enaex*/
    /*background-image: url(../images/backgrounds/edp.jpg);*/
    background-image: url(../images/backgrounds/fondoEnaex.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size:0.85rem !important;
/*    color:#fff !important;*/
    /*background-color: #4d5c7a;*/
}

.btn {
    font-size: 0.8rem !important;
}

.login-card-body{
    flex:1 1 auto;
    padding:0.6rem 1rem 0.7rem 1rem;

}
.enaex-content {
    display: flex;
    flex-grow: 1;
    padding: 0px;
}

.bg-red_enaex {
    background-color: #e30613;
    border-color:#e30613;
}

    .bg-red_enaex:hover {
        background-color: #ed4e56;
        border-color: #ed4e56;
    }

.input-dark {
    background-color: #2a3242 !important;
    color:#FFFFFF !important;
}

.bottom-shadow {
  -webkit-box-shadow: 0px 0px 10px 1px #4F5E6B;
  -moz-box-shadow: 0px 0px 10px 1px #4F5E6B;
  box-shadow: 0px 0px 10px 1px #4F5E6B; }

.enaex-dropdown-header {
  padding: 0px;
  border-bottom: 1px solid #bababa; }

.enaex-background-blue-100 {
  background-color: #38424B; }

.enaex-background-blue-200 {
  background-color: #4F5E6B; }

.enaex-background-blue-300 {
  background-color: #718A9A; }

.enaex-background-blue-400 {
  background-color: #A4B1B7; }

.enaex-background-blue-500 {
  background-color: #E4EAEF; }

.enaex-background-blue-900 {
  background-color: #00548A; }

.enaex-ceco-option-green {
    color: #FFFFFF;
    background-color: #00560b;
}

.enaex-ceco-option-blue {
    color: #FFFFFF;
    background-color: #00165f;
}

.enaex-ceco-option-red {
    color: #FFFFFF;
    background-color: #870101;
}



.navbar-enaex {
    /*background-color: #262d3c;*/
    background-color: #3e444e;
    /*padding-left: 1rem !important;*/
    padding-right: 1rem !important;
    /*opacity: 0.96;*/
}

.tituloNavbarHeader {
    background-color: #3e444e;
    box-shadow: 0px 1px 5px 2px #4f5e6b;
    position: relative;
    padding: 0 1.25rem;
}

.tituloPadding {
    padding: 1.0rem 0;
    color:#FFFFFF;
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-nav-link-enaex{
    position:relative;
    display:block;
    cursor:pointer;
    padding: 3px 1rem;
    outline:0;
    transition:all ease-in-out .15s;
}

.navbar-light {
    color: rgba(255, 255, 255, 0.8);
    background-color: #3e444e;
    opacity:0.86;
}

.navbar-brand{
    padding-top:0px;
    padding-bottom:0px;
}

.navbar-brand img{
    height:68px;
}

.navbar-collapse {
    margin-left: -1.25rem;
    /*margin-right: -1.25rem;*/
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}


@media (min-width: 768px) {
    .navbar-expand-md .navbar-brand {
        min-width: 15.625rem;
    }
}

@media (min-width: 768px) {
    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }
}

.mr-2, .mx-2 {
    margin-right: .625rem !important;
}


.card {
    background-color: #3e444e;
    color:#FFFFFF !important;
}

a {
    color: #FFFFFF;
}

.container-bg {
  background-color: #E4EAEF; }

.navbar-nav-link.active:before {
  background-color: #38424B; }

.navbar-top {
  padding-top: 5.0rem; }

.border-1-white {
  border: 1px solid white;
  /*padding: 0px 3px 0px 3px;*/ }

.card-shadow {
  -webkit-box-shadow: 0px 1px 5px 2px #4F5E6B;
  -moz-box-shadow: 0px 1px 5px 2px #4F5E6B;
  box-shadow: 0px 1px 5px 2px #4F5E6B; }

.tf-titulo {
  background-color: #4F5E6B;
  color: white;
  text-align: center;
  border: 1px solid white; }

.tf-titulo-oscuro {
  background-color: #38424B;
  color: white;
  text-align: center;
  border: 1px solid white; }

.tf-strong {
  font-weight: 600; }

.tf-align-left {
  text-align: left; }

.tf-align-right {
  text-align: right; }

.tf-align-center {
  text-align: center; }

.table td {
  padding: .2rem 1rem; }

.tf-datos-azul-400 {
  background-color: #A4B1B7; }

.tf-datos-azul-500 {
  background-color: #E4EAEF; }

.tf-datos-morado-100 {
  background-color: #e6d7fc; }

.tf-datos-morado-200 {
  background-color: #b39fdd; }

.tf-datos-morado-300 {
  background-color: #9983c7; }

.tf-datos-naranja-100 {
  background-color: #eab072; }

.tf-datos-naranja-200 {
  background-color: #e48603; }

.tf-datos-verde-100 {
  background-color: #7b9b5b; }

.container-finiquito {
  max-width: none !important;
  /*padding-left: 1rem !important;
    padding-right: 1rem !important;*/
  padding-left: 0px !important;
  padding-right: 0px !important; }

/*****Login ****/
.login-background {
  background-image: url("../images/FondoLogin.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646; }

.login-back-color {
  background-color: #E4EAEF; }

.black-background {
  background-color: #000000;
  opacity: 1; }

@media (max-width: 769px) {
  .login-hide {
    display: none; } }

/*****Componentes ******/
.bootstrap-duallistbox-container .filter {
  margin-bottom: 0.1rem; }

.bootstrap-duallistbox-container .buttons {
  height: 20px; }

.bootstrap-duallistbox-container.moveonselect .btn-group .moveall, .bootstrap-duallistbox-container.moveonselect .btn-group .removeall {
  padding: 0px !important; }

.bootstrap-duallistbox-container option {
  padding: .2375rem .475rem !important;
  border-bottom: 1px solid #d5d4d4;
  border-radius: 0px !important; }

.select2-selection {
    padding: 1rem 0;
}

.inputsimulacionfecha{
    border:none;
    background-color:transparent;
}

.inputsimulacionbono {
    border: 1px solid #4F5E6B;
    background-color: transparent;
    width:5rem;
}

.btn-sm-e {
    padding: .22rem .65rem;
    /*padding-left: .33752rem;
    padding-right: .33752rem;*/
}



.tipocuentamanual {
    background-color: #E4EAEF !important;
}

.tipocuentaabierta {
    background-color: #84bceb !important;
}

.tipocuentacentralizada {
    background-color: #2bacff !important;
}

.tipocuentadotacion {
    background-color: #4a3faa !important;
}

.tipoprecarga {
    background-color: #6bff90 !important;
}


.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.buttonborder {
    width:100%;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    padding-top:10px;
    border: 1px solid #38424B;
    border-radius:3px 4px;
    margin-bottom:5px;
}

.borderAlertaCosto{
    border:1px solid #e30613;

}

.alertcostos {
    position: relative;
    padding: .375rem 0.65rem;
    margin-bottom: 1.25rem;
    border: 0 solid transparent;
    border-radius: .1875rem;
    border: 1px solid #e30613;
    height: 100%;
}

.planificadorbotones{
    position:fixed;
    right:0px;
    left:0px;
    bottom:27px;
    background-color:#38424B;
    padding-left:20px;
    padding-right:20px;
    padding-top:4px;
}

.planificadorbotones .btn{
    height:20px;
    border:1px solid #0e0e0e;
    border-bottom:none;
    margin:0px;
    padding:3px;
}

    .planificadorbotones .resumen {
        background: rgb(13 12 76);
        /*background: linear-gradient( 0deg, rgb(13 12 76) 0%, rgb(156 181 253) 68%);*/
        color: #FFFFFF;
        padding:4px 8px 0px 8px;
        border-left: 1px solid rgb(167 167 168);
        border-right: 1px solid rgb(167 167 168);
        border-top: 1px solid rgb(167 167 168);
    }

        .planificadorbotones .resumen:hover {
            background: rgb(0 28 107);
            /*background: linear-gradient( 0deg, rgb(2 2 6) 0%, rgb(35 35 68) 68%);*/
        }

    .planificadorbotones .costos {
        background: rgb(13 12 76);
        /*background: linear-gradient( 0deg, rgb(13 12 76) 0%, rgb(156 181 253) 68%);*/
        color: #FFFFFF;
        padding: 4px 8px 0px 8px;
        border-left: 1px solid rgb(167 167 168);
        border-right: 1px solid rgb(167 167 168);
        border-top: 1px solid rgb(167 167 168);
    }

    .planificadorbotones .costos:hover {
        background: rgb(0 28 107);
        /*background: linear-gradient( 0deg, rgb(2 2 6) 0%, rgb(35 35 68) 68%);*/
    }

    .planificadorbotones .centralizados {
        background: rgb(13 12 76);
        /*background: linear-gradient( 0deg, rgb(13 12 76) 0%, rgb(156 181 253) 68%);*/
        color: #FFFFFF;
        padding: 4px 8px 0px 8px;
        border-left: 1px solid rgb(167 167 168);
        border-right: 1px solid rgb(167 167 168);
        border-top: 1px solid rgb(167 167 168);
    }

    .planificadorbotones .centralizados:hover {
        background: rgb(0 28 107);
        /*background: linear-gradient( 0deg, rgb(2 2 6) 0%, rgb(35 35 68) 68%);*/
    }



.planificadorbotones .dotacion {
    background: rgb(13 12 76);
    /*background: linear-gradient( 0deg, rgb(13 12 76) 0%, rgb(156 181 253) 68%);*/
    color: #FFFFFF;
    padding: 4px 8px 0px 8px;
    border-left: 1px solid rgb(167 167 168);
    border-right: 1px solid rgb(167 167 168);
    border-top: 1px solid rgb(167 167 168);
}

        .planificadorbotones .dotacion:hover {
            background: rgb(0 28 107);
            /*background: linear-gradient( 0deg, rgb(2 2 6) 0%, rgb(35 35 68) 68%);*/
        }


    .planificadorbotones .basecomparable {
        background: rgb(13 12 76);
        /*background: linear-gradient( 0deg, rgb(13 12 76) 0%, rgb(156 181 253) 68%);*/
        color: #FFFFFF;
        padding: 4px 8px 0px 8px;
        border-left: 1px solid rgb(167 167 168);
        border-right: 1px solid rgb(167 167 168);
        border-top: 1px solid rgb(167 167 168);
    }

    .planificadorbotones .basecomparable:hover {
        background: rgb(0 28 107);
        /*background: linear-gradient( 0deg, rgb(2 2 6) 0%, rgb(35 35 68) 68%);*/
    }

    .planificadorbotones .viajes {
        background: rgb(73 28 11);
        /*background: linear-gradient( 0deg, rgb(13 12 76) 0%, rgb(156 181 253) 68%);*/
        color: #FFFFFF;
        padding: 4px 8px 0px 8px;
        border-left: 1px solid rgb(167 167 168);
        border-right: 1px solid rgb(167 167 168);
        border-top: 1px solid rgb(167 167 168);
    }

        .planificadorbotones .viajes:hover {
            background: rgb(135 52 22);
            /*background: linear-gradient( 0deg, rgb(2 2 6) 0%, rgb(35 35 68) 68%);*/
        }


    .planificadorbotones .reporte {
        background: #33752e;
        /*background: linear-gradient( 0deg, rgb(13 12 76) 0%, rgb(156 181 253) 68%);*/
        color: #FFFFFF;
        padding: 4px 8px 0px 8px;
        border-left: 1px solid rgb(167 167 168);
        border-right: 1px solid rgb(167 167 168);
        border-top: 1px solid rgb(167 167 168);
        padding: 5px;
    }

        .planificadorbotones .reporte:hover {
            background: #4e9c48;
            /*background: linear-gradient( 0deg, rgb(2 2 6) 0%, rgb(35 35 68) 68%);*/
        }


.btn-costos {
    color: #FFFFFF;
    background-color: #E30613;
    width: 150px;
    font-size: 16px;
    text-decoration: none;
}

    .btn-costos:hover {
        color: #8c9ead;
        background-color: #c60813;
    }

.btn-reportes {
    color: #FFFFFF;
    background-color: #33752e;
    width: 150px;
    font-size: 16px;
    text-decoration: none;
}

    .btn-reportes:hover {
        color: #8c9ead;
        background-color: #2d5c2a;
    }


.btn-separacion{
    padding:10px;
}

.personaLogin {
    width: auto;
    height: 90px
}

.paisBackColor {
    background-color: #2a3242;
}
.select2-selection {
    padding: 0.65rem 0 !important;
}

.heightvh100 {
    height: 100vh;
}

.fontsize20 {
    font-size: 20px;
}

.fontsize18 {
    font-size: 18px;
}

.inicioProceso {
    font-weight: 500;
    font-size: 18px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.displayNone{
    display:none;
}

.navbarEnaex {
    padding-left: 0px !important;
    color: #00560b !important;
    padding-top: 50px;
}

.logoEnaex {
    height:82px !important;
    width:auto;
}
.navbarEnaex1 {
    padding-bottom: 4px;
    align-items: flex-end;
}

.paddingBody {
    padding-top: 3px;
    padding-bottom: 30px;
}

.selectcargodotacion {
    /*width: 100%;*/
    overflow: auto;
    width: 150px;
}

.iconoTamano {
    width: 18px;
    height: auto;
}

.minWidth560{
    min-width:560px;
}

.minWidth400 {
    min-width: 560px;
}

.width100Porc{
    width:100%;
}

.width500VTop {
    width: 500px;
    vertical-align: top
}

.padding10{
    padding:10px;
}

.width-A {
    width: auto;
    
}

.vertical-Top {
    vertical-align: top;
}

.w140h40{
    width: 140px;
    height: 40px
}
.w165h40 {
    width: 165px !important;
    height: 40px
}

.colorWhite {
    color: #fff;
}

.color-red {
    color: #FF0000;
}

.color-green {
    color: #00ff00;
}

.pl-5-pt-10 {
    padding-left: 5px;
    padding-top: 10px
}

.minw-800{
    min-width:800px;
}

.minw-500 {
    min-width: 500px;
}

.w-340{
    width:340px !important;
}


.w-180 {
    width: 180px !important;
}

.w-100px{
    width:100px !important;
}
.w-200px{
    width:200px;
}

.pside-10 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px
}

.pb-20{
    padding-bottom:20px;
}

.pb-18 {
    padding-bottom: 18px;
}
.pl-20-pt-10 {
    padding-left: 20px;
    padding-top: 10px;
}

.centralizadocheck{
    padding-right:10px;
    width:18px;

}

.position-relative {
    position: relative;
}

.zindex-3{
    z-index:3 !important;
}

.width-25-porc{
    width:25%;
    height:auto;
}

.width-70-porc{
    width:70% !important;
}

.cuantos-comment {
    width: 6px;
    height: 12px;
    vertical-align: top;
    cursor: pointer;
}

.bc-white{
    background-color:#FFFFFF;
}

.va-top{
    vertical-align:top;
}

.btn-borrar-cargo {
    width: 20px;
    height: 20px;
    padding: 0px
}

.btn-language {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    /*margin-top: 15px;*/
    color: #FFFFFF;
    opacity: 0.8;
}

.btn-language:focus {
    outline: none;
}

    .btn-language:hover {
        /*color: rgb(167 167 168);*/
        opacity: 1.0;
    }




.language-flag {
    width: 25px; /* Ajusta el tamaño */
    height: auto;
}


.paginaContainer {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top:10px;
}

.paginaselect{
    width:100px;
}

.paginaposition{
    margin-right:200px;
}

.text-muted {
    color: rgba(255, 255, 255, .5) !important;
}

.form-control {
    appearance: auto !important;
    background-clip: border-box;
    display: block;
    width: 100%;
    height: calc(1.5385em + .875rem + 2px);
    padding: .4375rem .875rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5385;
    color: #fff;
    background-color: rgba(0,0,0,.2);
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: .1875rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .form-control:focus {
        color: #FFFFFF;
        background-color: #2a3242;
        border-color: #1e2430;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }


.form-group-feedback-left .form-control {
    padding-left: 2.75rem;
}

.form-group-feedback {
    position: relative;
}
.form-group-feedback-left .form-control-feedback {
    left: 0;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    color: #fff;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    line-height: calc(1.5385em + 0.875rem + 2px);
    min-width: 1rem;
}

/*.form-group-feedback-left .form-control-feedback {
    left: 0;
}*/

/*.form-control-feedback {
    position: absolute;
    top: 0;
    color: #fff;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    line-height: calc(1.5385em + 0.875rem + 2px);
    min-width: 1rem;
}*/

.dropdown-menu {
    /*margin: 30px !important;*/
    --bs-dropdown-bg: #353F53;
    /*font-size: .7125rem;*/
}

.navbar-toggler {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .1);
    padding: 1rem 0;
}

.dropdown-item {
    color:#FFFFFF;
    font-size:0.8125rem;
    font-weight:300;
}
.dropdown-header > i, .dropdown-header > img, .dropdown-item > i, .dropdown-item > img {
    margin-right: 1rem;
}

.dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-item:hover, .dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-item:focus,
.dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu > .dropdown-item:hover,
.dropdown-menu[class*=bg-]:not(.bg-white):not(.bg-light) > .dropdown-submenu > .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color:#FFFFFF;
}

.dropdown-item:active {
    background-color: rgba(255, 255, 255, 0.4);
    color: #FFFFFF;
}


/* ------------------------------------------------------------------------------
 *
 *  # Form styles
 *
 *  Basic form styles and overrides of default Bootstrap styles
 *
 * ---------------------------------------------------------------------------- */
legend {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid transparent;
    font-size: 0.8125rem;
}

fieldset:first-child legend:first-child {
    padding-top: 0;
}

select[multiple],
select[size] {
    height: 200px;
    padding: 0.875rem;
}

    select[multiple] option,
    select[size] option {
        padding: 0.5rem 1rem;
        border-radius: 0.1875rem;
    }

        select[multiple] option + option,
        select[size] option + option {
            margin-top: 1px;
        }

.form-control {
    background-clip: border-box;
}

    .form-control:disabled {
        color: rgba(255, 255, 255, 0.5);
    }

    .form-control[class*=bg-]:not(.bg-white):disabled, .form-control[class*=bg-]:not(.bg-white)[readonly] {
        background-color: rgba(0, 0, 0, 0.2);
        color: rgba(255, 255, 255, 0.5);
    }

    .form-control[class*=bg-]:not(.bg-white)::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .form-control[class*=bg-]:not(.bg-white)::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .form-control[class*=bg-]:not(.bg-white):-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .form-control[class*=bg-]:not(.bg-white)::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .form-control[class*=bg-]:not(.bg-white)::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

.form-group .form-group:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .form-group [class*="col-md-"]:not([class*=col-form-label]) + [class*="col-md-"] {
        margin-top: 1.25rem;
    }
}

@media (max-width: 991.98px) {
    .form-group [class*="col-lg-"]:not([class*=col-form-label]) + [class*="col-lg-"] {
        margin-top: 1.25rem;
    }
}

@media (max-width: 1199.98px) {
    .form-group [class*="col-xl-"]:not([class*=col-form-label]) + [class*="col-xl-"] {
        margin-top: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    [class*=col-form-label][class*="col-md-"] {
        padding-top: 0;
    }
}

@media (max-width: 991.98px) {
    [class*=col-form-label][class*="col-lg-"] {
        padding-top: 0;
    }
}

@media (max-width: 1199.98px) {
    [class*=col-form-label][class*="col-xl-"] {
        padding-top: 0;
    }
}

.form-check:not(.form-check-inline) {
    margin-bottom: 0.5rem;
}

    .form-check:not(.form-check-inline):last-child {
        margin-bottom: 0;
    }

.form-group.row .form-check:not(.dropdown-item) {
    margin-top: 0.5rem;
}

.form-check.disabled {
    color: rgba(255, 255, 255, 0.4);
}

    .form-check.disabled .form-check-label {
        cursor: default;
    }

.form-check-input:disabled ~ .form-check-label {
    cursor: default;
}

.form-check-label {
    cursor: pointer;
}

.form-check-inline .form-check-label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form-check-inline .form-check-input {
    margin-top: 0.25rem;
}

.form-check-inline:last-child {
    margin-right: 0;
}

.form-check-inline input {
    position: static;
}

.form-check-right {
    padding-left: 0;
    padding-right: 1.875rem;
}

    .form-check-right .form-check-input,
    .form-check-right input {
        left: auto;
        right: 0;
    }

    .form-check-right.form-check-inline {
        padding: 0;
    }

        .form-check-right.form-check-inline .form-check-input {
            margin-right: 0;
            margin-left: 0.625rem;
        }

.form-group-feedback {
    position: relative;
}

.form-group-feedback-left .form-control-feedback {
    left: 0;
}

.form-group-feedback-left .form-control {
    padding-left: 2.75rem;
}

.form-group-feedback-left .form-control-lg {
    padding-left: 3rem;
}

.form-group-feedback-left .form-control-sm {
    padding-left: 2.5rem;
}

.form-group-feedback-right .form-control-feedback {
    right: 0;
}

.form-group-feedback-right .form-control {
    padding-right: 2.75rem;
}

.form-group-feedback-right .form-control-lg {
    padding-right: 3rem;
}

.form-group-feedback-right .form-control-sm {
    padding-right: 2.5rem;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    color: #fff;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    line-height: calc(1.5385em + 0.875rem + 2px);
    min-width: 1rem;
}


.form-control-feedback-lg {
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: calc(1.4286em + 1.125rem + 2px);
}

.form-control-feedback-sm {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    line-height: calc(1.6667em + 0.625rem + 2px);
}

input[class*=bg-]:not(.bg-white) + .form-control-feedback {
    color: #fff;
}


/*Viene de bootstrap 4*/
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

/*.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}*/

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
}

/*.form-control:not(.border-1):not(.border-2):not(.border-3):focus {
    border-color: transparent;
}*/

.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

/*.form-control:disabled, .form-control[readonly] {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1;
}*/

/*select.form-control:focus::-ms-value {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
}*/


.pr-40px{
    padding-right:40px;
}


.pl-100px {
    padding-left: 100px;
}

.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 0 !important;
    left: 0;
    top: 0;
}

.multiselect-container {
    max-height: 280px;
    overflow-y: auto;
    width: 100%;
}

.btn-icon {
    padding-left: .56252rem;
    padding-right: .56252rem;
}

.btn-light {
     color: #fff; 
     background-color: rgba(255, 255, 255, .1); 
    border-color: transparent;
}

.text-primary-800 {
    color: #FFFFFF;
}

.btn-excel {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00bd0a;
    --bs-btn-border-color: #009307;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00a508;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #009307;
    --bs-btn-active-border-color: #009307;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d0d3d8;
    --bs-btn-disabled-border-color: #adafb2;
}

[class*=bg-]:not(.bg-white):not(.bg-transparent):not(.btn-outline):not(body) {
     color: #fff; 
}

.table {
    --bs-table-bg: #3e444e;
    --bs-table-color:#FFFFFF;
    /*background-color: #3e444e;*/
}
.table td {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.modal-content {
    background-color: #3a445b;
    color: #FFFFFF;
}

.modal-header {
    border-bottom-color: #3a445b;
}
.modal-footer {
    border-top-color: #3a445b;
}

.h-200px{
    height:200px;
}

.form-group {
    margin-bottom: 1.25rem;
}

.btn-group{
    width:100%;
}

.dropdown-item-text {
    color:#FFFFFF;
}

