body {
    margin-top: 2em;
    margin-bottom: 2em;
    background-image: url('/img/beach.jpg');
    background-size: auto;
}

.form-control {
    margin-bottom: 10px;
}

.oficial_form{
    background-color: #DEDEDE;
    padding: 15px;
    padding-bottom: 53px;
    border-radius: 4px;
}
#comentLabel {
    margin-top: 10px;
}

.billsButton {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-right: 1px;
}

.income-list,
.expense-list,
.diagram {
    background-color: rgb(205, 205, 205);
    margin: 1px;
    margin-bottom: 5px;
   
}

#edit-profile,
#edit-income,
#edit-expense,
#edit-payment {
    margin-top: 5px;
    margin-bottom: 5px;
}

.edit {
    margin-bottom: 5px;
}

.list-group-item>button {
    float: right;
    margin-left: 5px;
    right: 10px;
}

.list-group-item {
    background-color: rgb(222, 222, 222);
}

#navbarNav:hover {
    border-radius: 5px;
    transition-duration: 1s;
}

#navbarNav>ul>li :hover {
    background-color:#7ac1ff;
    border-radius: 5px;
    color: rgb(20, 19, 17);

    -webkit-box-shadow: 0px 0px 23px 4px #7ac1ff;
    -moz-box-shadow: 0px 0px 23px 4px #7ac1ff;
    box-shadow: 0px 0px 23px 4px #7ac1ff;

    transition-duration: 300ms;
}

.nav_menu{
    background-image: linear-gradient(#07457b,#0c8dfe);

    margin-top: 15px;
    margin-bottom:  15px;
}

.my_button{
    background-image: linear-gradient(#07457b,#0c8dfe);
    color: white;
    
}


.my_button:hover{
    background-image: linear-gradient(#8dcaff,#5486b1);

    color: rgb(20, 19, 17);

    transition-duration: 300ms;
}

.bg-success:hover{
    background-color:#71b671 !important;

    color: rgb(20, 19, 17)!important;

    transition-duration: 300ms;
}

.fa-piggy-bank{
    color: rgb(227, 87, 110);
}
  
h3 > .fa-hand-holding-dollar{
    color: rgb(32, 115, 67);
}

h3 > .fa-circle-dollar-to-slot{
    color: rgb(32, 115, 67);
}

h3 > .fa-arrow-trend-up{
    color: rgb(233, 20, 20);
}

h3 > .fa-gear{
    color: rgba(88, 83, 83);
}

.part_list{
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 5px;
}

#limit_inf,#already_spent,#limit_box{
    background-color: #f6f6f6;
    color: black;
    min-height: 60px;

    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;

    border-radius: 4px;
    padding: 5px;
}

#home_box{
    background-color:  rgba(49, 175, 225, 0.55);
    border-radius: 7px;
    margin: 5px;
    padding: 10px;
  
}

