body {
    color: #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #2faf62;
    border: 1px solid #2faf62;
    border-bottom-color: transparent;
    font-weight: bold;
    cursor: default;
}
/* Popover Header */
.popover-title {
    background-color: #000;
    color: #FFFFFF;
}

/* Popover Body */
.popover-content {
    background-color: #fff;
    color: #000;
}

.list-group-item, .list-group>li {
    background-color: #000;
    border: 1px solid #ddd;
}

a.list-group-item, button.list-group-item {
    color: #fff;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #2faf62;
    font-weight: bold;
}

/*.fa {
    color: #2faf62;
}
*/

.table.dataTable tbody>tr.selected, table.dataTable tbody>tr.selected td, table.dataTable tbody>tr>.selected {
    background: #222 !important;
    color: #fff;
}
.dropdown-menu>li>a, .leaflet-control-layers .leaflet-control-layers-list>li>a {
    color: #c1ccd1;
}
.stat-block {
    color: #fff;
}
.nav-default>li>a {
    color: #fff;
    background-color: #444;
    border-color: transparent;
}
t-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    background: #aaaaaa6b;
    color: white;
    font-weight: bold;
}

.modal-header, .ui-dialog-titlebar.ui-widget-header {
    color: #fff;
}

.montant {
    color:#2faf62;
}
.media-body {
    width: auto;
}






