/******MENU*****/
#zoneMenu{
    display: block;
    height: 65px;
}

.zoneAction{
    margin-bottom: 2%
}

.titrePage{
    color: #bfcddb;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 48px;
    margin: 0 0 24px;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
}

.form-basic{
    max-width: 640px;
    margin: 0 auto;
    padding: 55px;
    box-sizing: border-box;

    background-color: #FBFBFB;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.68);
}

.form-basic .form-row{
    text-align: left;
    margin-bottom: 22px;
}

.form-basic .form-title-row{
    text-align: center;
    margin-bottom: 55px;
}

/* The form title */

.form-basic h1{
    display: inline-block;
    box-sizing: border-box;
    color:  #4c565e;
    font-size: 24px;
    padding: 0 10px 15px;
    border-bottom: 2px solid #6caee0;
    margin: 0;
}


.titre_popup,.soustitre_popup{
    box-sizing: border-box;
    color:  #4c565e;
    padding: 0 5px 5px;
    border-bottom: 2px solid #6caee0;
    margin: 0;
}


.titre_popup{
    font-size: 18px;
    text-transform: uppercase;
}

.soustitre_popup{
    font-size: 15px;
}

.required:after {
    content:" *";
    color:red;
}

.alert-duplication{
    display: none;
}
.alert-popup{
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.titrePharmacie {
    text-align:center;
    color: black;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
    margin: 0 0 24px;
    padding: 0 30px;
}

.filtre-stock,.filtre-promotion,.filtre-vente,.filtre-groupe{
    border: 1px solid black;
    max-width: 615px;
    padding: 10px;
    text-align: center;
}
.filtre-date{
    min-width: 150px;
    max-width:150px;
}

.modal_popup{
    display: none;
}
.wide_modal{
    min-width: 1300px;
}

.center{
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

textarea{
    width: 350px;
}

.table-responsive td{
    max-width: 100px !important;
}

.iziModal-header-title{
    font-weight: 400 !important;
    font-size: 18px !important;
}

.filtre-vente,.filtre-stock,.filtre-promotion{
    text-align: left;
}

#chargement{
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.75;
    display: block;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 3000;
    display: none;
    height: 100%;
}

#load_icon{
    margin: auto;
    margin-top: 210px;
    opacity: 1;
}

.table-bordered td{
    word-wrap: break-word;
}

.container .popup{
    width: inherit;
}

.email-entries{
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.email-input{
    height: 34px
}
