.zonapersonal, .micuenta{
    background-color: #ccdbe7;
    padding: 130px 0 150px 0 !important;
    min-height: 100vh;
}
.zonapersonal .cont{
    width: 100%;
    margin: 0 auto;
}
.zonapersonal .cont h2, .prestamos h2{
    text-align: left !important;
    width: 100%;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 1.1 !important;
    cursor: default;
    border-bottom: 1px solid #7fa5c3;
    margin-bottom: 30px;
}
.zonapersonal .mb-3{
    width: fit-content;
    margin-right: 30px;
    float: left;
}
.zonapersonal .mb-3:last-of-type{
    position: relative;
}
.zonapersonal .mb-3:last-of-type label{
    position: absolute;
}
.zonapersonal .mb-3:last-of-type .col-sm-10{
    float: left;
    margin-top: 20px;
    margin-right: 30px;
}

.zonapersonal .cont label{
    clear: both;
    font-weight: 500;
    font-size: 14px;
    cursor: default;
}
.zonapersonal .cont input{
    font-family: 'Avenir', 'Avenir Next LT Pro', sans-serif;
    border: none !important;
    width: fit-content;
    font-weight: 500;
    font-size: 17px;
    cursor: default;
    margin-bottom: 30px;
    margin-top: 5px;
    padding: 10px;
}
.zonapersonal .div_campos{
    clear: both;
}
#formRegistro{
    text-align: center;
}
.prestamos .cobro{
    text-align: center;
    max-width: 450px;
    margin: 30px auto;
}
#formRegistro button{
    width: 100%;
    max-width: 450px;
    text-align: center;
    padding: 15px 30px;
    font-weight: 500;
    font-size: 17px;
    background-color: transparent !important;
    border: 1px solid #84bd00 !important;
    color: #004b87;
    margin-top: 30px;
}
@media screen and (min-width: 841px){
    #formRegistro button:hover{
        background-color: #84bd00 !important;
        color: white;
    }
}
#formRegistro button:active{
    transition: none !important;
    background-color: #84bd00 !important;
    color: white;
    -webkit-tap-highlight-color: transparent;
    transition:  0.3s !important;
    transform: scale(0.98);
}

@media screen and (max-width: 840px){
    .zonapersonal{
        padding-top: 100px;
    }
    .prestamos .tablecontainer{
        width: 100%;
        overflow-x: scroll;
    }
}
.prestamos{
    font-family: 'Avenir', 'Avenir Next LT Pro', sans-serif !important;
    color: #004b87;
}
.prestamos #footer a{
    text-decoration: none !important;
}

.prestamos table{
    width: 100%;
    margin-bottom: 30px;
    overflow: scroll;
}
.prestamos table thead{
    color: #004b87;
}
.prestamos table thead tr th{
    padding: 10px;
    text-align: left;
}
.prestamos table .odd{
    background-color: rgba(255,255,255,0.5);
}
.prestamos table tbody tr td{
    padding: 10px;
}
.prestamos .dt-buttons{
    margin-top: 30px;
    overflow: auto;
    height: 50px;
}
.prestamos .buttons-html5{
    color: #84bd00;
    text-transform: uppercase;
    white-space: nowrap;
    float: left;
    margin-right: 30px;
}
.prestamos .buttons-html5:hover{
    text-decoration: underline;
    color: #84bd00;
}
.prestamos input, .prestamos textarea, .prestamos select{
    font-weight: 500;
    font-size: 14px;
    padding: 7px 30px;
    font-family: 'Avenir', 'Avenir Next LT Pro', sans-serif;
    color: #004b87;
    border: 0;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
    width: 100px;
}
.prestamos input::placeholder, .prestamos textarea::placeholder, .prestamos select::placeholder{
    color: rgba(0,0,0,0.3);
}
.prestamos select{
    appearance: none;
    background-color: white !important;
    background-image: url("../img/arrowdown.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: calc(100% - 5px);
    background-position-y: 6px;
    padding-right: 15px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}
.prestamos .pagination{
    width: fit-content;
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.prestamos .pagination li{
    padding: 10px;
    list-style-type: none;
}
.prestamos .pagination li a{
    color: #004b87;
}
.prestamos .pagination li a:hover{
    text-decoration: underline;
}
#table_id_length, #table_id2_length{
    display: none;
}