﻿
.modalDCuentas .new .panel {
    border-radius: 10px;
    background-color: #E1E1E1;
}


.modalDCuentas .new .lHeader, .modalDCuentas .new .lfooter {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.modalDCuentas .new .panel .lHeader {
    /*width: 100%;*/
    height: 30px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 5%;
    -webkit-box-pack: initial;
    -moz-box-pack: initial;
    -o-box-pack: initial;
    -ms-flex-pack: initial;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

.modalDCuentas .new .lfooter {
    /*width: 100%;*/
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: wrap row;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    padding: 0% 5% 7%;
    border: 0;
    outline: 0;
    background-color: transparent;
}

    .modalDCuentas .new .lfooter .log2x {
        width: 100%;
        margin: 2px 0;
        display: block;
        padding-bottom: 3%;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .modalDCuentas .new .lfooter .log2x .log21 {
            width: 80%;
            margin: auto;
            padding-bottom: 1px;
        }

        .modalDCuentas .new .lfooter .log2x .log22 {
            width: 80%;
            margin: auto;
        }

            .modalDCuentas .new .lfooter .log2x .log22 .inputTEXT {
                padding: 8px;
                text-align: left;
                background-color: #ffffff;
                border: none;
                border-radius: 4px;
                box-sizing: border-box;
            }

    .modalDCuentas .new .lfooter .log3 {
        margin: 3px 0;
        width: 100%;
        font-size: 9pt;
        color: #0048AB;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: block;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .modalDCuentas .new .lfooter .log3 a {
            color: #0048AB;
            text-decoration: none;
        }

    .modalDCuentas .new .lfooter .button {
        font-family: MarkPro;
        border-radius: 50px;
        padding: 6px;
        height: auto;
        background-color: #0048AB;
        color: white;
        margin: 0 0 3%;
    }

        .modalDCuentas .new .lfooter .button:hover {
            background-color: #FFCA39;
            color: #0048AB;
        }

    .modalDCuentas .new .lfooter form .log3x {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }

    .modalDCuentas .new .lfooter .log3x {
        margin-top: 10px;
        width: 100%;
        display: block;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }


.modalDCuentas .new .lHeader h3 {
    width: 80%;
    margin: auto;
    font-family: MarkProLight;
    font-size: 14pt;
    color: #333;
}

.modalDCuentas .new .lfooter h3 {
    font-family: MarkProBold;
    font-size: 8pt;
    color: #333;
}

.modalDCuentas .new .lfooter form .log2x, .modalDCuentas .new .lfooter form .log3 {
    font-family: MarkProLight;
    font-size: 8pt;
    color: #00f;
}

    .modalDCuentas .new .lfooter form .log2x .log21, .modalDCuentas .new .lfooter form .log2x .log22, .modalDCuentas .new .lfooter form .log3 .log21, .modalDCuentas .new .lfooter form .log3 .log22 {
        font-family: MarkProLight;
        font-size: 10pt;
        color: #333;
    }

.modalDCuentas .new .lfooter form .log3x {
    font-family: MarkProLight;
    font-size: 8pt;
    color: red;
}

.modalDCuentas .new {
    width: 80%;
    position: relative;
    margin: 20vh auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    background: -moz--webkit-linear-gradient(#fff,#999);
    background: -moz--moz-linear-gradient(#fff,#999);
    background: -moz--o-linear-gradient(#fff,#999);
    background: -moz--ms-linear-gradient(#fff,#999);
    background: -moz-linear-gradient(#fff,#999);
    background: -webkit--webkit-linear-gradient(#fff,#999);
    background: -webkit--moz-linear-gradient(#fff,#999);
    background: -webkit--o-linear-gradient(#fff,#999);
    background: -webkit--ms-linear-gradient(#fff,#999);
    background: -webkit-linear-gradient(#fff,#999);
    background: -o--webkit-linear-gradient(#fff,#999);
    background: -o--moz-linear-gradient(#fff,#999);
    background: -o--o-linear-gradient(#fff,#999);
    background: -o--ms-linear-gradient(#fff,#999);
    background: -o-linear-gradient(#fff,#999);
}


.cancelLog {
    font-size: 100%;
    position: absolute;
    color: #0048AB;
    top: 10px;
    right: 10px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #FFC900;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

@-moz-document url-prefix() {
    .cancelLog {
        font-size: 80%;
    }
}

.cancelLog:hover {
    background-color: #0048AB;
    color: white;
}

.select {
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(#fff, #fff);
    background-image: url('../assets/iconDDL.png');
    background-image: url('../assets/iconDDL.png'), linear-gradient(#fff,#fff);
    background-repeat: no-repeat;
    background-position: 95% center;
}

    .select select {
        height: 100%;
        background: transparent !important;
        line-height: 1;
        border: 0;
        border-radius: 0;
        width: 125%;
        width: calc(125%);
        position: relative;
        z-index: 10;
        text-align:left;
    }

        .select select:disabled {
            margin: 0;
            background: linear-gradient(#A8A8A8, #A8A8A8);
        }

@media (min-width:620px) {
    .modalDCuentas .new {
        width: 35%;
    }
}


@media (min-width:1024px) {
    .modalDCuentas .new {
        width: 20%;
    }
}
