/*************************/
/*  ESTILS BACK OFFICE   */
/*************************/

.BackOfficeLayout .header, .header {
    background-color: #AECD00;
    background-image: none;
}

    .BackOfficeLayout .header h1, .header h1 a {
        color: #fff;
    }

.BackOfficeLayout .Table th {
    background-color: #D5E17D;
    background-image: none;
}

.BackOfficeLayout .toolbar, .BackOfficeLayout .toolbar_box, .BackOfficeLayout .user_views_bar, .login_form {
    background-color: #F0F4D0;
}

.BackOfficeLayout .field input.control, .BackOfficeLayout .field textarea.control, .BackOfficeLayout .field select.control {
    width: 18em;
}


