body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

h3 {
    margin: 0px;
}

h4 {
    font-size: 24px;
    font-family: verdana;
    color: #2e75b2;
    font-weight: normal;
}

h5 {
    font-size: 16px;
    font-family: verdana;
    color: #2e75b2;
    font-weight: normal;
}

h6 {
    font-size: 14px;
    font-family: verdana;
    color: #2e75b2;
    font-weight: normal;
}

.control-group.success .control-label {
    color: #333;
}

.navbar-brand {
    margin: 4px;
    padding: 0;
}

#titreApplication {
    float: inherit;
    font-size: 1.4em;
    margin: 15px;
    font-variant: small-caps;
    font-weight: bold;
    color: #777;
}

.container {
    margin-top: 100px;
}

.container-liste {
    margin-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

.container-modal {
    margin-top: 0px;
}

/* debut menu gauche */
.sidebar-nav {
    list-style: none outside none;
    margin: 34px -10px 0;
    padding: 0;
    position: fixed;
    top: 82px;
    /* width: 196px;*/
}

.sidebar-nav .active > a, .sidebar-nav .active > a:hover, .sidebar-nav .active > a:focus {
    color: #fff;
    background-color: #2e75b2;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 12px;
}

.sidebar-nav li a:hover {
    color: #fff;
    background-color: #4A93D1;
}

/* fin menu gauche */


.well {
    min-height: 400px;
}

.text-left {
    text-align: left;
}

.text-red {
    color: #b94a48;
}

.inline-block {
    display: inline-block;
}


.form-combobox {
    margin-top: 0;
    margin-bottom: 0;
}

.tag {
    padding-bottom: 5px;
}

.footer {
    padding-top: 50px;
    text-align: center;
}

#pied p {
    text-align: center;
}

#nom_utilisateur {
    color: #692475;
    background-color: transparent;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    text-shadow: none;
    cursor: default;
    margin-right: 20px;
}

#change_pwd {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    margin-top: 42px;
    margin-left: 10px;
}

.btn.special {
    background-color: #F5F5F5;
    color: #333333;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    text-decoration: none;
    background-position: 0;
    transition: none;
}

#gestion_utilisateur.nav {
    padding-left: 0px;
    margin-top: 10px;
}

#gestion_utilisateur.nav > li > a {
    padding: 1px 10px 0;
}

#gestion_utilisateur.nav > li > div.btn-group {
    margin-top: 0;
}

#gestion_utilisateur.nav > li > div.btn-group > a {
    padding: 1px 10px 0;
}

#gestion_utilisateur.nav > li > div.btn-group > a.btn {
    margin-top: 0;
}

#gestion_utilisateur.nav > li > a.btn {
    margin-top: 0;
    margin-left: 10px;
}

#deconnexion_utilisateur_btn {
    color: #d90143;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    text-shadow: none;
}


.icon-deconnexion {
    width: 18px;
    height: 13px;
    background-image: url('../img/deconnexion.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.bean-action-button {
    float: right;
    margin-bottom: 15px;
}

.bean-action-button-left {
    float: left;
    margin-bottom: 15px;
}

.panel-primary {
    border-color: #abadb3;
    margin-top: 14px;
}

.panel-primary > .panel-heading {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dddddd), to(#abadb3));
    background-image: linear-gradient(to bottom, #dddddd 0%, #abadb3 100%);
    color: #fff;
    background-color: #abadb3;
    border-color: #abadb3;
}

button.multiselect {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

button.multiselect span,
button.multiselect .caret {
    float: right;
}

button.multiselect span {
    text-align: left;
    float: left;
}

ul.multiselect-container {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.title_navbar {
    width: 100%;
    min-height: 40px;
    margin-bottom: 20px;
}

.zone_bt_gauche {
    float: left;
    margin-left: 5px;
    min-height: 15px;
}

.origineBox {
    float: left;
    margin-left: 250px;
    margin-top: 15px;
}

.zone_bt_droite {
    text-align: right;
    float: right;
    margin-top: 10px;
}

.alert-success {
    padding: 8px;
}

.pipe-vertical {
    margin: 0px 12px 0px 9px;
    padding: 0px 0px 8px 0px;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #F3F3F3;
}

.modal-header {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: move;
}

.modal-footer {
    margin-top: 0px;
}

.label-tag {
    display: inline-block;
    text-align: right;
    padding-right: 5px;
}

.pager_container {
    text-align: right;
}

input[type="checkbox"].checkbox_highlight {
    outline-color: orange;
    outline-style: solid;
    outline-width: 2px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.radioListLabel {
    vertical-align: top;
}

.radioList label {
    font-weight: normal;
}

.multiselect.dropdown-toggle.btn {
    overflow: hidden;
}

/*-----------------------------------------------------------*/

/**************************************************************
 *                        Block Messages                      *
 **************************************************************/
.bigModal {
    width: 750px;
}

/* popup */
.modal-body {
    background-color: #D8EBFF;
}

.modal-body table {
    margin-top: 15px;
    margin-bottom: 0px;
    background-color: white;
}

.lieEtablissement {
    text-align: center;
}

.alert-danger ul {
    margin-top: 5px;
    margin-bottom: 0px;
}

tr.selected > a, tr:hover > a {
    color: white;
}

.html-container {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-combobox {
    text-align: left;
}

.montant-droite {
    text-align: right;
}

/* Etablissement */
#cadre_panier h5.has-error {
    color: #b94a48;
}

.tab_coo_header {
    margin-top: 25px;
}

.tab_coo_header .zone_bt_droite {
    margin-top: 0px;
}


.consolidation-livraison .tag label {
    margin-left: 0px;
}

.consolidation-livraison-lg-4 {
    width: 31.333333%;
    margin-left: 5px;
}

.consolidation-livraison-lg-2 {
    width: 17.666667%;
}

.navbar-nav .active {
    background-color: #EEEEEE;
}

/* Panier */
#panierForm .label-tag {
    text-align: left;
}

#panierForm .block-panier {
    padding-left: 45px;
}

#panierForm #dateLivraisonPanierWrapper {
    margin-left: 30px;
}

#ligne_panier_table .tab_ligne_panier_header {
    margin-top: 10px;
}

#ligne_panier_table .tab_ligne_panier_header .zone_bt_droite {
    margin-bottom: 10px;
}

#panier_autres_infos {
    margin-top: 10px;
    text-align: right;
    padding-right: 10px;
}

.backModal {
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
}

#se_connecter {
    width: 196px;
}

.modal-footer.session-timeout {
    text-align: center;
}

.modal.initial-stack {
    z-index: initial;
}

#modalWaiting {
    z-index: 3099 !important;
}

.filtre-panier {
    margin-right: 0px;
}

.boutons-panier {
    margin-top: 10px;
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.glyphicon-play-90 {
    display: inline-block !important;
    transform: rotate(90deg);
    margin-right: -5px !important;
    margin-left: -5px;
    top: -3px;
}

.sidebar-nav > li > a > .glyphicon-play {
    display: inline;
    margin-right: 2px;
}

.subnav_Etablissement,
.subnav_Article_Achat,
.subnav_Article_Vente {
    margin-left: 30px;
}

.subnav_Etablissement_CROUS,
.subnav_Ciqual {
    margin-left: 60px;
}

.sidebar-nav-referentiel {
    list-style: none outside none;
    margin: -68px -10px 0;
    padding: 0;
    top: 82px;
    position: relative;
}

.form-fieldset {
    border: 1px solid #000000;
    padding: 0.35em 0em 0.75em 0em;
}

.libellePrestationTypeform {
    padding-top: 0.35em;
    margin-left: 0.2em;
}

.logo-env > span {
    font-size: 1.8em;
    font-weight: bold;
    border: solid;
    border-radius: 8px;
    border-color: red;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    color: red;
    float: left;
}

.menu-haut {

}

.d-none {
    display: none;
}


.radioButtonBox {
    float: left;
    margin-left: 400px;
    margin-top: 15px;
    align-items: center;
}

.spacer {
  margin-left: 50px;  
}
.cursor-pointer {
    cursor:pointer;
}

.btn-switch-left, .btn-switch-middle {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.btn-switch-right, .btn-switch-middle {
    margin-left: -5px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


.bouton-retour {
    margin-right: 2px;
}

.avertissement-export {
    margin: 10px
}

button.btn-margin {
    margin-left: 20px;
}

button.btn-width {
    width: 120px;
}
