/* here you can put your own css to customize and override the theme */

.modal-dialog.formAddClient {
    width: 65%;
}

.row.clientEdition {
    display: none;
}

#clients tr td {
    cursor: pointer;
}

#clients tr.selected > td {
    background-color: #5bc0de;
}

#clients tr.disable > td {
    background-color: #d12610;
    color: #FFF;
}

#clients .tabbable .tab-pane {
    padding: 10px;
}

#clients .tabbable #client_profile.tab-pane {
    padding: 0;
}

#newsletters .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

#newsletters .newsletterSites {
    position: relative;
}

#newsletters .newsletterSites div {
    width: 100%;
}

#software-version #form_list_softwares tbody tr.hasGroups td {
    background-color: #449d44;
    color: #FFF;
}

.fa.navigate.fa-caret-left, .fa.navigate.fa-caret-right {
    margin-bottom: -21px;
    color: grey;
}
