.ml0 {
    margin-left: 0 !important;
}
nav.navbar, nav.navbar-inverse, nav.navbar-fixed-top {
    position: static;
    margin: 0px;
}
body {
    padding-top: 0px;
}
a.navbar-brand {
    padding: 5px;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -5px;
    }
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #e0e0e0;
}
span.icon, .glyphicon {
    margin-right: 5px;
}
.panel.panel-info {
    margin-top: 20px;
}
.btn.btn-default {
    margin: 4px;
}
#closeflash {
    display: none;
}
div.flash.alert {
    font-size: 22px;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
div.flash {
    width: 50%;
    max-width: 50%;
}
.align-right {
    text-align: right;
}
@media screen and (max-width: 575px) {
    div.flash {
        width: 80%;
        max-width: 80%;
    }
}
/* Export */
div.w2p_export_menu {
    display: none;
}
/* FORMS */
form {
    margin-bottom: 15px;
}
form#sidebar-form {
    margin-bottom: 0px !important;
}
form#sidebar-form div.tree-multiselect {
    border: none;
}
textarea.text.form-control {
    height: 34px;
}
/* FIOUL */
/* Zone de livraison */
table.zone-livraison {
    margin-bottom: 15px;
}
table.zone-livraison thead th {
    background: lightblue;
    border: 1px solid lightgray;
}
table.zone-livraison td {
    border: 1px solid lightgray;
}
table.zone-livraison th {
    border: 1px solid lightgray;
}
table.zone-livraison tr.region-row {
    background: grey;
    color: white;
    font-weight: bold;
}
table.zone-livraison tr.dep-row {
    background: darkgrey;
    color: white;
    font-weight: bold;
}
table.zone-livraison th.text-center {
    text-align: center;
}
table.zone-livraison tr.dep-row td.zone {
    padding-left: 25px;
}
table.zone-livraison tr.arr-row td.zone {
    padding-left: 45px;
}
/* Données fourn */
#gf_fournisseur_commission__row {
    display: none;
}
/* Négociation four */
table#zl-negociation-fourn td.zone {
    font-weight: bold;
}
table#zl-negociation-fourn tr.arr-row td.zone {
    background: white;
}
/* Négociation */
table#negociation-zone-livraison td.td-score a {
    color: black;
}
/* Tableau prix */
#price-menu-container {
    width: 100%;
}
.price-menu-element {
    /*display: table;
    margin-left: auto;
    margin-right: auto;*/
}
#price-menu-element-separator {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid lightgrey;
}
@media screen and (min-width: 680px) {
    #price-menu-container {
        display: inline-flex;
    }
    .price-menu-element {
        /*display: inline-table;*/
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }
    #price-menu-element-separator {
        display: none;
    }
}
table.price-table {
    width: 100%;
    min-width: 250px;
}
table.price-table,
table.pricezone-table {
    margin-bottom: 10px;
}
table.price-table th,
table.pricezone-table th {
    border-bottom: 1px solid lightgrey;
    padding: 5px;
}
table.price-table td,
table.pricezone-table td {
    padding: 5px 5px 0px 5px;
    vertical-align: top;
}
table.price-table td,
table.price-table th {
    text-align: center;
    width: 33.333333%;
}
input.pt-pq {
    width: 70px;
}
div.pt-price {
    width: 30%;
    min-width: 300px;
}
div.pt-zones {
    width: 70%;
    padding-left: 20px;
}
@media screen and (max-width: 575px) {
    div.pt-zones {
        padding-left: 0px;
    }
    div.pt-price, div.pt-zones {
        width: 100%;
    }
}
@media screen and (min-width: 575px) {
    div.pt-container {
        display: flex;
    }
}
/* Notes */
.nrc_edit {
    width: 100px;
}
/* Envois */
table.envoi-recap {
    display: block;
    width: 100%;
    margin: auto;
    max-height: 500px;
    overflow-y: scroll;
}
table.envoi-recap th,
table.envoi-recap td {
    padding: 5px;
}
#form_envoi #sel_action {
    display: none;
}
/* Search command */
#command-search-form {
    padding: 10px;
    text-align: center;
}
/* Table statut paiement */
#fournisseuradmin-nrc {
    margin-bottom: 20px;
    width: 100%;
}
#fournisseuradmin-nrc tr td {
    padding: 5px;
}
#fournisseuradmin-nrc tr th {
    padding: 5px;
}
th.tblhdrbg {
    background-color: #EAEAEA;
}
td.tblbg1 {
    background-color: white;
}
td.tblbg2 {
    background-color: #f9f9f9;
}
/* Conso client */
#container-conso-client {
    /*max-height: 82px;
    overflow-y: scroll;
    overflow-x: hidden;*/
}
/* Table aperçu commandes client */
#container-table-apercu-commandes-client {
    /*max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;*/
}
#table-apercu-commandes-client {
    width: 100%;
    max-width: 100%;
    margin: 5px;
}
/*!* MAZOUT *!*/
/*textarea.form-control#gf_mail_config_message_hausse {*/
    /*height: 102px;*/
/*}*/
