html, body {
    height: 100%;
    /*background-color: #621121 !important;*/
    background-color: #f1f1f1;
}

.main-panel {
    margin: 0px;
}
/*.container-fluid {*/
/*    padding: 0;*/
/*}*/

.btn-jaune{
    background-color: #631323;
    color: #f5ebba;
    /*font-weight: bold;*/
    /*border: none;*/
    /*padding: 15px 32px;*/
    /*text-align: center;*/

}



.btn-jaune:hover{
    background-color: #460511;
    color: #f5ebba;
    /*font-weight: bold;*/
    /*border: none;*/
    /*padding: 15px 32px;*/
    /*text-align: center;*/
}

/*.content {*/
/*    padding: 30px 0px;*/
/*}*/


tr.produit img.vignette {
    display: none;
}

tr.produit:hover img.vignette {
    display: block;
    position: absolute;
    left: 80px;
}


.navbar-brand img {
    max-width: 100%;
}

#sidebar .nav .nav-link p{
    margin: 0;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    color: #f5ebba;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    display: inline-block;
    height: auto;
    opacity: 1;
    margin-left: 0.5em;

}
#sidebar .nav .nav-link i {
    color: #f5ebba;
}
#sidebar .nav .nav-item .nav-link {
    margin: 5px 15px 0px 10px;
    padding-left: 5px;
}

#sidebar .nav .nav-link:hover {
    background-color: #f8f9fa;
}
#sidebar .nav .nav-item {
    padding-left: 15px;
}
.nav-header {
    border-bottom: 1px #f5ebba solid;
    margin-bottom: 15px;
}

.nav-header a {
    color: #f5ebba;
    text-decoration: none;
}

.nav-tabs .nav-link {
    color: #7c9192;
}

.content {
    background-color: #f1f1f1;
    padding-left: 0px;
    padding-right: 0px;
}
.content .card-body .row {
    margin-bottom: 5px;
}

.content .rectangle .card-body .row .btn {
    width: 100%;
}

.content .row {
    margin-bottom: 25px;
}

.content .row.nomarge {
    margin-bottom: 0px;
}


.navbar-top {
    background-color: #ffffff;
}

.list-filter > li:not(:last-child)::after {
    content: " |";
    margin: 0 .25em;
}

.list-filter {
    margin-top: 8px;
}

.list-filter li a {
    color: #1f1f1f;
}

.card-login .card-footer button {
    color: #f5ebba;
    font-weight: bold;
}

.card-login .card-footer button:hover {
    color: white;
    background-color: #f5ebba;
    font-weight: bold;
}

.actions a {
    display: inline-block;
}
.actions {
    min-width: 160px;
}

.table thead th {
    text-align: center;
}

.toolbar {
    margin-bottom: 25px;
    margin-top: 15px;
}

.card {
    margin: 15px;
}

.rectangle {
    height: 100%;
}


button.tooltiptext {
    display: none;
}

/* Table Filtering */
div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

.data-tables .pagination {
    float: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

.pagination > li.disabled {
    opacity: .4;
}

.data-tables .pagination .paginate_button.page-item.first .page-link, .data-tables .pagination .paginate_button.page-item.previous .page-link, .data-tables .pagination .paginate_button.page-item.next .page-link, .data-tables .pagination .paginate_button.page-item.last .page-link {
    border-radius: 25px;
}

.pagination .page-item.active .page-link {
    background-color: #23CCEF;
    border: 0;
    color: #FFFFFF !important;
    padding: 7px 13px;
}

.pagination .page-item .page-link {
    border-radius: 50%;
    margin: 0 2px;
    color: #797979;
    padding: 6px 12px;
}

.dataTables_paginate a {
    outline: 0;
}

/* Table sorting */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable thead .sorting_desc::after {
    content: "\f0dd";
    top: -3px;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    position: relative;
    display: inline-block;
    bottom: 0px;
    right: -7px;
    font-family: 'FontAwesome';
    opacity: 0.8;
}


table.dataTable thead .sorting::after {
    opacity: 0.4;
    content: "\f0dc";
}

table.dataTable thead .sorting_asc::after {
    content: "\f0de";
    top: 3px;
}

table.dataTable thead .disabled-sorting.sorting:after,
table.dataTable thead .disabled-sorting.sorting_asc:after,
table.dataTable thead .disabled-sorting.sorting_desc:after,
table.dataTable thead .disabled-sorting.sorting_asc_disabled:after,
table.dataTable thead .disabled-sorting.sorting_desc_disabled:after {
    display: none;
}

.main-panel .card ul a.list-group-item-action {
    font-size: 0.96rem;
    text-decoration: none;
    color: black;
}




