.modal-wide{
    max-width: 800px !important;
    width:800px;
}.modal-wide .modal-content{
     width:800px;
}

main > .container-fluid {
    padding: 15px;
}

 /* DROPDOWNS a plusieurs niveau */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 0px 0 6px 6px;
}

/** FIN DROPDOWNS **/

/* tabs inside card-body w/nav-tabs and w/tab-pane */
.card-body .tab-content
{
    padding: 20px 0 0 0;
}

.card-body>.nav-tabs>li
{
    margin: 0 20px 0 0;
    position: relative;
    display: block;
}

.card .card-body h5 {
    font-size: 16px;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px !important;
}

.nav-tabs > li > a {
    color: #999;
    border-radius: 4px 4px 0 0;
    text-decoration: none !important;
}
.nav > li > a {
	position: relative;
	display: block;
    padding: 10px 15px;
}

.nav-tabs > li.active > a
{
    color: #999;
    cursor: auto;
}
.nav-tabs {
    border-bottom: 1px solid #17a2b8;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #000;
    background-color:#fff;
    background: #17a2b8;
    color: white;
    font-weight: bold;
    margin: 0 0 -1px;
}
.nav-tabs a.btn.btn-success{
    margin: -8px -13px 0 0;
}
.nav-tabs a.btn-secondary{
    margin: -8px 15px 0 0; 
}

.nav-tabs > li.inactive > a{ /* ONGLET qui n'est PAS ACTIF */
    color: #BBB;
    cursor: not-allowed;
    background-color:#EEE;
}


.nav-tabs *:focus{
    /*cosmetique :: supprime le liseret en pointille onClick*/
    outline:none;
}

/* Article > Edit > FIELDSET des Declinaisons */
.div_display_declinaison{
    padding: 10px;
}
.div_display_declinaison .col{
    margin: 5px 5px 10px 5px;
    padding: 0px;
    border: rgb(226, 226, 226) 1px solid;
    border-radius: 4px;
}
.div_display_declinaison .fieldset-declinaison{
    margin :5px;
    padding: 5px;
    
}

#edit_champsuppl_sub_add{
    padding-bottom:20px;
}
.div_display_declinaison .fieldset-declinaison legend{
    margin: 0 0 5px 0;
    padding: 5px 0 0 0;
    font-size: 1em;
    background: none;
}


#overlay {
    width: 100%;
    height: 100%;
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.5);
}

    #overlay i {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #cacaca;
    }

.spin-big {
    font-size: 50px;
    height: 50px;
    width: 50px;
}

.div-loader{
    width:auto;
    text-align: center;
    background : rgba(0, 0, 0, 0.5);
    padding: 0.5em;
}

.div-loader i.fa-spin{
    font-size: 25px;
    height: 25px;
    width: 25px;
    color: #cacaca;
}

/* sortables */
#ul-sortpages, #ul-sortmenus { list-style-type: none;
     margin: 0;
     padding: 0 12px;
     width: 100%;
}
#ul-sortpages li, #ul-sortmenus li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1em;

    border-radius: 0.25em;
 }
/* #ul-sortpages li i { position: absolute; margin-left: -1.3em; } */
.modal-xl{
    max-width:1200px;
}

.pull-right{
    float:right;
  }
  .pull-left{
    float:left;
  }

  
  .text-discuss-container{
      padding:10px;
      background-color:#999 ;
      margin-bottom: 5px;
      width: 350px;
      border-radius: 10px;
  }
  .text-discuss-container.biosense{
    background-color:antiquewhite ;
  }
  .signature{
      text-align: right;
      font-size: 12px;
      font-style: italic;
      margin-top:15px;
  }

  table.table-striped .createFacture {
    display: none;
  }
  table.table-striped.afacturer .createFacture {
    display: block;
  }

  /** Mise en forme des adresses sur le tableau de ventes **/

table.table-striped td div.adresse {
    position: relative;
}
table.table-striped td div.adresse i {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.6;
    border-radius: .25rem;
    -webkit-transition: color .15s
}
table.table-striped td div.adresse span {
    display: none;
    position: absolute;
    width: 300px;
    max-width: 300%;
    background-color: #515a62;
    color: white;
    z-index: 999;
    left:  10px;
    top: 10px;
    border-radius: 3px;
    padding: 15px;
}
table.table-striped td div.adresse:hover span {
    display: block;
}
table.table-striped td div.adresse.livraison i {
    background-color: #3474ae;
    border-color: #3474ae;
}
table.table-striped td div.adresse.livraison span {
    background-color: #1f517f;
}

div.resumeTable table .recu{
    color: green;
    font-weight: bold;
}
div.resumeTable table .nonrecu{
    color: red;
    font-weight: bold;
}

table.listeCommande tr td:last-child > div {
    display: flex;
}
table.listeCommande tr td:last-child > div a {
    margin: 0 0 0 5px;
}

.col.isurgent {
    max-width: 100px;
    text-align: center;
}
.col.isurgent input {
   height: 30px;
   width: 18px;
}
.urgent_star {
    color: #ffbc00;
}
.mail_message_tooltip{
    position:relative;
    display:inline-block;
}
    .mail_message_tooltip .mail_message_tooltip_content{
        display:none;
        /* width:500px;
        height: 700px; */
        position: absolute;
        background: white;
        z-index:9999999999999999999999999999;
    }
    .mail_message_tooltip:hover .mail_message_tooltip_content{
        display:block;
    }

    .card-title {
        display:flex;
        flex:1
    }  
    .card-action {
        display:flex;
    } .card-header {
        display:flex;
    }