﻿/* 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;
    /*background-color: #4d5c7a;*/
}

.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;
}

.bg-red_enaex:hover {
    background-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; }

.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;
}

.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;
}

.card {
    background-color: #3e444e;
}

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:30px;
    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-20 {
    padding-left: 20px;
}

.displayNone{
    display:none;
}

.navbarEnaex {
    padding-left: 0px !important;
    color: #00560b !important;
}

.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;
}
.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;
}

.position-relative {
    position: relative;
}

.zindex-3{
    z-index:3 !important;
}

.width-25-porc{
    width:25%;
    height:auto;
}

.width-70-porc{
    width:70%;
}

.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;
}


