/* MEP - Cierre MEP */
.CierreMEP__seccionGrilla {
    margin-bottom: 100px;
    width: 100%;
}

.CierreMEP__TituloPrincipal {
    color: #606060;
    font-family: FiraSans-ExtraLight;
    font-size: 29px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: left;
    width: auto;
}

.CierreMEP__lineaDivisoria {
    background-color: #b6b6b7;
    height: 2px;
    margin-top: 11px;
    margin-bottom: 17px;
    transform: rotate(-360deg);
    width: 100%;
}

.CierreMEP__contenedorBotones {
    margin-top: 30px;
}

    .CierreMEP__botonAceptarContenedor {
        margin-top: 20px;
        margin-bottom: 20px;
    }

.CierreMEP__botonAceptar {
    background-color: #59D181;
    border: solid 1px #b6b6b7;
    border-radius: 3px;
    color: #ffffff;
    flex-grow: 0;
    font-family: Roboto-Regular;
    font-size: 16px;
    height: 32px;
    width: 99.4px;
}

    .CierreMEP__botonAceptar:hover {
        background-color: #31824c;
    }


    .CierreMEP__botonCancelar {
        background-color: #ffffff;
        border: solid 1px #b6b6b7;
        border-radius: 3px;
        color: #141414;
        flex-grow: 0;
        font-family: Roboto-Regular;
        font-size: 16px;
        height: 32px;
        width: 99.4px;
    }

        .CierreMEP__botonCancelar:hover {
            background-color: #d8d8d8;
        }


.CierreMEP__centerBoton {
    padding-top: 3px;
}

.CierreMEP__seccionCabecera {
    background-color: #d8d8d8;
    border: solid 1px #c4c4c4;
    margin-top: 20px;
    overflow: hidden;
    padding-left: 10px;
    width: 100%;
}

.CierreMEP__seccionCabeceraContenedor {
    color: #141414;
    float: left;
    font-family: 'Roboto-Medium';
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: left;
}

.CierreMEP__seccionCabeceraContenedor__contenedorOperatoria {
    width: 725px;
}

.CierreMEP__seccionCabeceraContenedor__contenedorIndice {
    width: auto;
}


.CierreMEP__registro {
    border: solid 1px #c4c4c4;
    border-top: transparent;
    overflow: hidden;
    width: 100%;
}

.CierreMEP__registro__contenedorRegistros {
    color: #141414;
    float: left;
    font-family: 'Roboto-Regular';
    padding-bottom: 15px;
    padding-top: 15px;
}

.CierreMEP__registro__contenedorOperatoria {
    padding-left: 10px;
    width: 735px;
}

.CierreMEP__registro__contenedorIndice {
    width: 140px;
}

.CierreMEP__registro__contenedorAccion {
    width: 80px;
}

.CierreMEP__registro__contenedorBotonEnviar {
    cursor: pointer;
    margin-left: -50px;
    text-align: center;
}


.CierreMEP__registro__contenedorBotonEnviar--width {
    width: 130px;
}

.CierreMEP__registro__accionEditar {
    background-image: url("../images/Editar.svg");
    cursor: pointer;
    float: left;
    height: 15px;
    margin-right: 7px;
    width: 14px;
}

    .CierreMEP__registro__accionEditar:hover {
        background-image: url("../images/Editar-hover.svg");
    }

.CierreMEP__registro__accionEditar--deshabilitado {
    background-image: url("../images/Editar-deshabilitado.svg");
    cursor: default;
}

    .CierreMEP__registro__accionEditar--deshabilitado:hover {
        background-image: url("../images/Editar-deshabilitado.svg");
    }

.CierreMEP__registro__accionEliminar {
    background-image: url("../images/Eliminar.svg");
    cursor: pointer;
    float: left;
    height: 15px;
    width: 11px;
}

    .CierreMEP__registro__accionEliminar:hover {
        background-image: url("../images/Eliminar-hover.svg");
    }

.CierreMEP__registro__accionEliminar--deshabilitado {
    background-image: url("../images/Eliminar-deshabilitado.svg");
    cursor: default;
}

    .CierreMEP__registro__accionEliminar--deshabilitado:hover {
        background-image: url("../images/Eliminar-deshabilitado.svg");
    }


.CierreMEP__registro--registroGris {
    background-color: #ebebeb;
}


.CierreMEP__registroOperatoria__trianguloUp {
    background-image: url("../images/icon-trianguloUp.svg");
    cursor: pointer;
    height: 9px;
    margin-top: 5px;
    width: 15px;
}

    .CierreMEP__registroOperatoria__trianguloUp:hover {
        background-image: url("../images/trianguloDown-hover.svg");
        transform: rotate(180deg);
    }

.CierreMEP__registroOperatoria__trianguloUp--activo {
    background-image: url("../images/trianguloDown-hover.svg");
    transform: rotate(180deg);
}

.CierreMEP__registroOperatoria__trianguloDown {
    background-image: url("../images/icon-trianguloDown.svg");
    cursor: pointer;
    height: 9px;
    margin-top: 5px;
    width: 15px;
}

    .CierreMEP__registroOperatoria__trianguloDown:hover {
        background-image: url("../images/trianguloDown-hover.svg");
    }


.CierreMEP__registro__contenedorDatosAdicionales {
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    color: #6b6b6b;
    font-family: "Roboto-Medium";
    float: left;
    transition-duration: 0.5s;
    width: 100%;
}

.CierreMEP__registro__contenedorDatosAdicionales--desplegado {
    max-height: 236px;
}

.CierreMEP__registro__contenedorListaMeps--desplegado {
    max-height: 800px;
}

.CierreMEP__registro__contenedorDatosAdicionalesContenedorTituloValor {
    height: auto;
    margin-bottom: 10px;
}

.CierreMEP__registro__datoAdicionalIzquierda {
    align-items: center;
    display: flex;
    float: left;
    height: 135px;
    margin-left: 43px;
    margin-left: 30px;
    margin-top: 56px;
    width: 327px;
}

.CierreMEP__registro__datoAdicionalDerecha {
    align-items: center;
    display: flex;
    float: left;
    height: 135px;
    margin-top: 31px;   
}

.CierreMEP__registro__datoAdicionalDerecha--numeroRegistracion {
    margin-top: 56px;
}

.CierreMEP__registro__contenedorDatosAdicionalesContenedorTituloValor--Derecha {
    margin-left: -20px;
    margin-top: 20px;
}

.CierreMEP__registro__contenedorDatosAdicionalesContenedorTituloValor--DerechaNumeroRegistracion {
    margin-left: -20px;
}

.CierreMEP__registro__datosAdicionaleslineaVertical {
    background-color: #d4d4d4;
    float: left;
    height: 169px;
    margin: 35px 80px 35px 80px;
    width: 2px;
}



.navbar-fixed-top.mep {
    background: #59D181;
    background: -moz-linear-gradient(left, #59D181 0%, #006f29 100%);
    background: -webkit-linear-gradient(left, #59D181 0%,#006f29 100%);
    background: linear-gradient(to right, #59D181 0%,#006f29 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59D181', endColorstr='#006f29',GradientType=1);
}

.navbar-static-top.menu-product.mep {
    background: #4e15a5;
    background: -moz-linear-gradient(left, #59D181 0%, #006f29 100%);
    background: -webkit-linear-gradient(left, #59D181 0%,#006f29 100%);
    background: linear-gradient(to right, #59D181 0%,#006f29 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59D181', endColorstr='#006f29',GradientType=1 );
}

.nav.navbar-nav.no-overflow-y.mep > li > a {
    background-color: transparent;
    color: #606060 !important;
}

    .nav.navbar-nav.no-overflow-y.mep > li > a:hover {
        background-color: transparent;
        color: #00A4FF !important;
    }

    .nav.navbar-nav.no-overflow-y.mep > li > a.active {
        background-color: transparent;
        -webkit-box-shadow: inset 0px -5px 0px 0px #00A4FF;
        -moz-box-shadow: inset 0px -5px 0px 0px #00A4FF;
        box-shadow: inset 0px -5px 0px 0px #00A4FF;
        color: #00A4FF !important;
    }






.seccionBody_cierre {
    margin-top: 30px;
    background-color: #9f9f9f42;
    height: 80px;
    border-radius: 2px;
    box-shadow: 1px 1px #d3d3d3;
}

.div-cierre-fecha {
    float: right;
    margin-right: 15px;
    margin-top: 16px;
}

.label-cierre-fecha {
    float: right;
    font-family: 'Roboto-Light';
    font-size: 14px;
    font-weight: 800;
    color: #606060;
    background: transparent;
}

.button-cierre {
    width: 210px !important;
    text-align: center;
    background-color: #59D181;
    border-color: #31824c;
    color: white;
    margin-top: 22px;
    margin-left: 20px;
    box-shadow: 1px 1px #979797;
}

    .button-cierre:hover {
        background-color: #31824c;
        border-color: #31824c;
    }

.itemListadoCierreMep {
    font-family: 'FiraSans-Regular';
    font-size: 12px;
    font-weight: 500;
    color: #141414;
    padding-left: 30px;
}

.contenedorListadoMEPsAbiertos {
    max-height: 180px;
}


.MEP__button {
    background-color: #59D181 !important;
    border-color: #31824c !important;
    color: white;
}

    .MEP__button:hover {
        background-color: #31824c !important;
        border-color: #31824c !important;
    }



.modalContainer {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .modalContainer:before {
        content: "";
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        align-items: center;
    }

.modalDemandaOutXS {
    background-color: white;
    z-index: 1000;
    min-height: 200px;
    flex: 0 0 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modalConfirmarSalirTexto {
    margin: 20px 10px 20px 20px;
    font-family: FiraSans-Regular;
    font-size: 16px;
}


.CierreMEP__registroAdicional__Titulo {
    font-size: 14px;
}

.CierreMEP__registroAdicional__Detalle {
    color: #141414;
    font-size: 16px;
}

/* ABM MEP */
.ABMMEP__tituloSecundario {
    color: #606060;
    font-family: Roboto-Medium;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    height: 14px;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: left;
    width: 100%;
}


.ABMMEP__inputSelect {
    border-radius: 3px;
    border: solid 1px #b6b6b7;
    flex-grow: 0;
    height: 34.2px;
    padding: 7.6px 10px 7.6px 10.4px;
}

    .ABMMEP__inputSelect:focus-visible {
        border: solid 1px #00A5FF;
        outline: none;
    }

.ABMMEP__Select {
    color: #707070;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    margin-right: 40px;
    padding: 6px 0 6px 11px;
    width: 500px;
}

.ABMMEP__inputs {
    width: 210px;
}


.ABMMEP__contenedorCheckFechaValor{
    height: 17px;
    margin-top: 23px;
}

.ABMMEP__label {
    color: #141414;
    font-family: Roboto-Regular;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    height: 19px;
    letter-spacing: normal;
    line-height: normal;
    margin-left: 5px;
    text-align: left;
    width: 36px;
}

.ABMMEP__labelMasAncho {
    width: 400px;
}

.CargaMEP__modalConfirmarEliminacionMep__botonCerrar {
    padding: 15px 15px 0 0;
}


.EnvioBCRA__scrollLista {
    overflow-y: auto;
}


    .EnvioBCRA__scrollLista::-webkit-scrollbar-track {
        background-color: #f5f5f5;
        border: 1px solid #b7b7b7;
    }

    .EnvioBCRA__scrollLista::-webkit-scrollbar {
        width: 8px;
        background-color: #f5f5f5;
    }

    .EnvioBCRA__scrollLista::-webkit-scrollbar-thumb {
        background-color: #606060;
    }

.EnvioBCRA__contenedorFlechaDesplegableListaMep {
    margin-top: 15px;
}

.EnvioBCRA__contenedorDatosEnvio {
    margin-left: 20px;
    max-height: 400px;
}

.EnvioBCRA__contenedorDatosEnvio__Titulo {
    color: #6b6b6b;
    font-family: "Roboto-Medium";
}

.MEP__modalTitulo {
    margin: 10px 0 0 10px;
}


.CargaMEP__registro--SinResultados {
    color: #555;
    font-family: 'FiraSans-ExtraLight';
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.CierreMEP--floatLeft {
    float: left;
}

.CierreMEP--floatRight {
    float: right;
}

.CierreMEP--floatNone {
    float: none;
}

.CierreMEP--overflowHidden {
    overflow: hidden;
}

.CierreMEP--noMargin {
    margin: 0;
}