/* ACCOUNTS */

.accounts_container #status{
    display:none;
    width:100%;
    padding:10px 20px;
    margin:10px 0px;
    height:45px;
    background:lightgreen;
    border:1px solid green;
    color:green;
}

.accounts_table .editable:hover{
    box-shadow:inset 0px 0px 2px #000;
}

.accounts_table .edited{
    box-shadow:inset 0px 0px 3px #135eff;
}

#new_group_row td, #new_account_row td{
    height:80px;
    vertical-align: middle;
}
.form_readonly{
    background: lightgray;
}

