/*Profile*/
#container-profile-img{
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom: 0;
}

#profile-img{
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom: 0;
}

#btn-profile{
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom: 0;
    background: #373A3C;
}

.lbl-profile{
    font-size: 15px;
    color: #808080;
}

#input-profile-bss, #input-profile-name, #input-profile-lname, #input-profile-email, #input-profile-tel, #input-profile-cf{
    border: none;
    border-bottom: 1px solid gray;
    padding: 9px 0px;
}


/*Address*/
.input-address-sec{
    border: none !important;
    border-bottom: 1px solid gray !important;
    padding: 9px 0px !important;
}

#select-type-address{
    -webkit-appearance: listbox;
    padding-left: 0px;
    padding-right: 0px;
    color: #808080;
    font-weight: 400;
    font-size: 15px;
}

#Address .set-inputs{
    margin-bottom: 30px;
}

.lbl-type-of-Address{
    font-weight: bold;
}

.profile-address-container{
    background: #fff !important;
    color: #808080 !important;
}

#modalAddAddress .modal-dialog .modal-content{    
    padding: 5px 15px;
}

.btn-group-address{
    position: absolute;
    bottom: 10px;
    right: 20px;
}


/*
#input-address-name, #input-address-last{
    border: none;
    border-bottom: 1px solid gray;
    padding: 9px 0px;
}*/

.error-con {
    border: none !important;
    border-bottom: 1px solid #ca0b0b !important;
}

#btn-save-profile, #addAddress{
    background: #28A745;
}

.btn-secc-profile{
    border-radius: 20px !important;
    background: #999 !important;
}

.buttons-add-address{    
    padding: 12px 25px;
    border-radius: 0px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-cancel-add-address{
    background: #999;
    color: #fff;
}

.btn-add-address{
    background: #28A745;
    color: white;
}

@media(max-width: 767px) {
    #modalAddAddress .modal-footer{
        text-align: center;
    }
}


/*Credit Line*/
.container-credits-table{
    margin-top: 40px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 20px;
}
.credits-table{
    max-width: 100% !important;
}

.credits-table tbody td{
    font-weight: normal !important;
    color: black !important;
}
.lbl-currencyCode{
    text-align: center;
    font-weight: bold;
    color: black;
}


