
/*####################################################################################################################*/
/*---------------------------- Login  ----------------------------------------------------------------------------*/

#wraperLogin{
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-flex-wrap: nowrap;
    display : flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content : flex-start;
    align-items: center;
    width : 100%;
    margin-bottom: 40px;
}


#encartLogIn {
    width : 500px;
    padding: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
    border: solid 1px lightgrey;
    border-radius: 5px;
}

@media (max-width: 600px) {
    #encartLogIn{
        width : 400px;
        padding: 20px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

/*####################################################################################################################*/
/*---------------------------- Table us  ----------------------------------------------------------------------------*/


/* ###################################################################################################################*/
/* ###################################################################################################################*/
/* ####################################### ADMIN  #################################################################*/
/* ###################################################################################################################*/
/* ###################################################################################################################*/


/* ################################ Admin USER  #######################################################################*/
.mainInglePageWrapre{
    width : 100%;
    padding : 0 5% 0 5%;
    position: relative
}

@media (max-width: 950px) {
    .mainInglePageWrapre{
        width : 100%;
        padding : 0 1% 0 1%;
        position: relative
    }
}

.refreshButton{
    position: absolute;
    top:40px;
    right: 80px
}

.tableDiv{
    padding: 10px 0px 20px 20px;
}


@media (max-width: 600px) {
    .modalTable .mobile_affichage {
        display : none;
    }
    .modalTable .mobile_affichage_med {
        display : none;
    }
    .tableDiv {
        padding: 10px 0px 20px 0px;
    }
    .headerTitle {
        width: 0;
        height: 0;
        overflow: hidden
    }
    .refreshButton{
        position: absolute;
        top:40px;
        right: 20px
    }
}


@media (max-width: 950px) and (min-width: 600px) {
    .modalTable .mobile_affichage_med {
        display : none;
    }
    .tableDiv {
        padding: 10px 0px 20px 0px;
    }
    .headerTitle {
        width: 0;
        height: 0;
        overflow: hidden
    }
    .refreshButton{
        position: absolute;
        top:40px;
        right: 20px
    }
}

/* ################################ Menu simulation  ###################################################################*/

.menuPage {
    width : 60px;
    height : 100%;
    position : fixed;
    box-shadow: 0 1px 18px rgba(0,0,0,.25);
    background-color: #fafafa;
}

.menuPageSection {
    padding: 10px;
    cursor: pointer;
}

.menuPageSection:hover {
    color: rgba(36,161,86,1);
}

.menuPage .separator {
    border-bottom: 1px solid lightgrey;
    width : 100%;
}

/* ################################ Show hide tables and data  #######################################################*/


.tabShow {
    position : fixed;
    top : 80px;
    right : 20px;
    background-color: transparent;
}
.tabShowFixed {
      position : fixed;
      top : 80px;
      right : 20px;
      background-color: transparent;
      z-index: 99;
  }

.exportButton {
    position : fixed;
    left : 0px;
    background-color: transparent;
    width:60px;
    justify-content: center;
    z-index: 97;
}

.tabShowShow {
    padding: 20px;
    border: solid 1px lightgrey;
    border-radius: 5px;
    min-width : 230px;
    background-color: white;
    box-shadow: 0 1px 18px rgba(0,0,0,.25);
}
.tabShowHide {
    background-color: rgba(36,161,86,1);
    color:  white;
    width : 40px;
    height : 40px;
    border-radius: 20px;
    box-shadow: 0 1px 18px rgba(0,0,0,.25);
    font-size: 20px;
    cursor: pointer;
}
.tabShowHide:hover{
    background-color: rgb(29, 107, 59);
}

.encartTitle {
    padding-bottom: 10px;
}

.encartTitleText{
    font-size: 16px;
    padding-left: 10px;
}

.encartSection{
    margin-top: 8px;
    margin-bottom: 8px;
}

.encartSectionTitle{
    font-weight: bold;
}

.encartSectionContent{
    margin-left: 10px;
}

/* ################################ New scenario modale #######################################################*/


.dropDowMenuFixed {
    max-height : 400px;
    overflow-y: scroll;
}


/* ###################################################################################################################*/
/* ###################################################################################################################*/
/* ####################################### HEADER ####################################################################*/
/* ###################################################################################################################*/
/* ###################################################################################################################*/

.headerWraper {
    width : 100%;
    height : 50px;
    /*background-color: #1b6d85;*/
    background-color: white;
    box-shadow: 0 1px 18px rgba(0,0,0,.25);
    z-index: 99;
}

.headerWraper .menuAccess {
    height : 100%;
    width : 120px;
    overflow: hidden;
    position : relative;
}

.menuAccessElement {
    position: absolute;
    top: -42px;
    left: -20px;
    width: 130px;
    height: 130px;
    border-bottom-right-radius: 400px;
    border-top-right-radius: 400px;
    background-color: #2196f3;;
}

.menuAccessIcone {
    color: white;
    padding-left: 20px;
    cursor: pointer;
}


/* ###################################################################################################################*/
/* ###################################################################################################################*/
/* ####################################### USER GESTION ##############################################################*/
/* ###################################################################################################################*/
/* ###################################################################################################################*/


.adm_main_title{
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px lightgrey;
    width : 300px;
}

.modalTable{
    table-layout: fixed;
    width: 100%;
    padding-bottom: 5px;
    /*margin: 20px;*/
    border-bottom: 1px solid #ddd
}


.modalTable th {
    background: #2196f3;
    text-align: left;
    padding: 7px 5px 15px 5px;
    color: white;
    font-weight: bold;
    vertical-align: middle;
}

@media (min-width: 950px) {
    .modalTable td {
        padding: 10px 5px 10px 5px;
    }
}
@media (max-width: 950px) {
    .modalTable td {
        padding: 10px 2px 10px 2px;
    }
}

.modalTable td {
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    height: 0;
    overflow: hidden !important;
    white-space: nowrap !important;;
    text-overflow: ellipsis !important;;
}

.modalTable tr:last-child td {
    border-bottom: 3px double #ddd;
}

.modalTable tr {
    height: 30px !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.modalTable tr:hover {
    background-color: #e5e6e6;
}

/* ###################################################################################################################*/
/* ###################################################################################################################*/
/* ####################################### LEFT MENU  ################################################################*/
/* ###################################################################################################################*/
/* ###################################################################################################################*/

.menu-left {
    opacity: 0.95;
    z-index: 98;
    top: 50px;
    position: absolute;
    left: -254px;
    width: 250px;
    background-color: white;
    height: 100%;
    min-height: 100vh;
    overflow-y: hidden;
    -moz-box-shadow: 1px 0px 5px 0px #656565;
    -webkit-box-shadow: 1px 0px 5px 0px #656565;
    -o-box-shadow: 1px 0px 5px 0px #656565;
    box-shadow: 1px 0px 5px 0px #656565;
}

.left-menu-container{
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}

.menu-left #menu li a {
    font-size: 16px;
    color : #212121;
}

.menu-left #menu li .link {
    font-size: 16px;
    color : #212121;
    cursor: pointer;
}

.menu-left #menu li .liPageTitle {
    font-size: 16px;
    color : #212121;
    position: relative;
    display: block;
    padding: 10px 15px;
}
.menu-left #menu li:hover .liPageTitle {
    color : #0062a9;
}
.menu-left #menu .undermenu li:hover .link {
    text-decoration: none;
    background-color: #eee
}

.menu-left #menu .undermenu a {
    padding: 7px 15px 7px 30px;
    font-size: 15px;
}

.menu-left #menu .undermenu .link {
    padding: 7px 15px 7px 30px;
    font-size: 15px;
}

.nav>li>.link {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-radius: 4px;
    border: 2px solid transparent;
}
.nav>li:hover>.link {
    background-color: #eee
}

.nav-pills>li.active>a {
    border : 2px solid #7197CA;
    background-color: transparent !important;
}
.nav-pills>li>a {
    border : 2px solid transparent;
}
.nav-pills>li.active>a:focus {
    background-color: transparent !important;
}

.nav-pills>li.active>.link {
    border : 2px solid #7197CA;
    background-color: transparent !important;
}

.nav-pills>li.active>.link:focus {
    background-color: transparent !important;
}

.hide-menu-button-section{
    height : 100%;
    width : 240px;
    cursor: pointer;
}
.hide-menu-button-section:hover .hide-menu-button {
    background-color: #2196f3 !important;
}
.hide-menu-button {
    cursor: pointer;
}
/*.hide-menu-button:hover {*/
    /*background-color: rgba(36,161,86,1) !important;*/
/*}*/

.roundButton{
    height : 40px;
    width : 40px;
    border-radius: 20px;
    background-color: #757575;
    color : white;
    text-align: center;
    font-size: 25px;
    line-height : 38px;
    vertical-align: middle;
    padding-right : 3px;
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2), 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12);
}


/* ###################################################################################################################*/
/* ###################################################################################################################*/
/* ####################################### MODALE COLOR OPTIONS ######################################################*/
/* ###################################################################################################################*/
/* ###################################################################################################################*/

.cube {
    width: 15px;
    height: 15px;
    margin: 1px 0 1px 0;
    border-radius: 0;
}

.cubeStrech {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex:1;
    min-width: 15px;
    height: 15px;
    margin: 1px 0 1px 0;
    border-radius: 0;
}

.barreCouleur {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 1px;
    padding-right: 1px;
    width:100%
}

.barreCouleur:hover {
    background-color: #666666;
    color: #FFFFFF;
    /*background-color: rgba(93, 156, 236, 1);*/
}

.barreCouleurSelected{
    background-color: red;
}

.choixCouleur {
    height: 150px;
    overflow: auto;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    -webkit-flex-wrap: nowrap;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    cursor: pointer;
}

/* ###################################################################################################################*/
/* ###################################################################################################################*/
/* ####################################### MASTER DATA ###############################################################*/
/* ###################################################################################################################*/
/* ###################################################################################################################*/

.mstdEncart{
    border: lightgrey 1px solid;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 1px 18px rgba(0,0,0,.25);
    min-width : 250px
}

.mstdEncart_title{
    border-bottom: lightgrey 1px solid;
    padding: 20px 10px 20px 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.mstdEncart_content{
    padding: 20px 10px 20px 10px;
}


.MSTProductsTable{
    margin-top: 20px;
    margin-bottom: 20px;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd
}

.MSTProductsTable th {
    background: rgba(36,161,86,1);
    text-align: center;
    padding: 7px 5px 15px 5px;
    color: white;
    font-weight: bold;
    vertical-align: middle;
}

.MSTProductsTable td {
    text-align: left;
    padding: 1px 5px 1px 5px;
    font-size: 12px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    height: 0;
    overflow: hidden !important;
    white-space: nowrap !important;;
    text-overflow: ellipsis !important;;
}

.MSTProductsTable tr:last-child td {
    border-bottom: 3px double #ddd;
}

.MSTProductsTable tr {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.MSTProductsTable tr:hover {
    background-color: #e5e6e6;
}

.modalTableAddProducts{
    table-layout: fixed;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd
}


.modalTableAddProducts th {
    background: rgba(36,161,86,1);
    text-align: left;
    padding: 7px 5px 7px 5px;
    color: white;
    font-weight: bold;
    vertical-align: middle;
}

.modalTableAddProducts td {
    text-align: left;
    padding: 2px 5px 2px 5px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    height: 0;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    font-size: 12px;
}

.modalTableAddProducts tr:last-child td {
    border-bottom: 3px double #ddd;
}

.modalTableAddProducts tr {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.modalTableAddProducts tr:hover {
    background-color: #e5e6e6;
}

.modalTableAddProducts input {
    padding :0 2px;
    font-size : 12px;
    height : 20px;
}

.modalTableAddProducts form {
    padding :0 !important;
    margin :0;
}

.disabledline{
    color : #9a9a9a;
}

/* ###################################################################################################################*/
/* ###################################################################################################################*/
/* ####################################### MASTER DATA  - OPTI ###############################################################*/
/* ###################################################################################################################*/
/* ###################################################################################################################*/

.MSTOptiTable{
    margin-top: 5px;
    margin-bottom: 20px;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd
}

.MSTOptiTable th {
    background: rgba(36,161,86,1);
    text-align: center;
    padding: 7px 5px 15px 5px;
    color: white;
    font-weight: bold;
    vertical-align: middle;
}

.MSTOptiTable td {
    text-align: left;
    padding: 1px 5px 1px 5px;
    /*font-size: 12px;*/
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    height: 0;
    overflow: hidden !important;
    white-space: nowrap !important;;
    text-overflow: ellipsis !important;;
}

.MSTOptiTable tr:last-child td {
    border-bottom: 3px double #ddd;
}

.MSTOptiTable tr {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.MSTOptiTable tr:hover {
    background-color: #e5e6e6;
}


/* ###################################################################################################################*/
/* ###################################################################################################################*/
/* ####################################### Dashboard #################################################################*/
/* ###################################################################################################################*/
/* ###################################################################################################################*/

/*// ########## header ###############################################################################################*/

#tabMenu {
    margin-top: 15px;
    position : relative;
    border-bottom: 1px solid lightgrey;
    margin-right : 30px
}
#tabMenu>span {
    margin : 0;
    font-size : 18px;
    color : rgba(36,161,86,1);
    margin-top: 10px;
    margin-right: 25px;
    font-weight: 600;
}


#tabMenu span.fa {
    line-height: 18px;
    margin-right: 8px;
}
#tabMenu>li{
    border-radius : 0;
}
#tabMenu>li:hover{
    border-radius : 0;
}

#tabMenu>li>p{
    color : #9b9b9b;
    font-size: 14px;
    border-radius : 0;
    font-weight : 600;
    position: relative;
    display: block;
    padding: 10px 15px;
    border : 2px solid transparent;
    margin : 0;
    cursor: pointer;
}
#tabMenu>li>p:hover{
     background-color: #eee;
     color : inherit;
 }
#tabMenu>li.active>p:hover{
    background-color: transparent;
    color : inherit;
}

#tabMenu>li.active>p{
    color : inherit;
    border-color: transparent;
}

#tabMenu>li>p:active{
    color : inherit;
    background-color : rgba(36,161,86,.2);
}

.onglet-underline{
    border-bottom: 2px solid rgb(36,161,86);
    width : 0px;
    position: absolute;
    left : 0;
    bottom: 0;
    z-index : 10;
}

/*// ########## tables ###############################################################################################*/


.niceTable th.blue{
    /*border : 1px solid lightgrey;*/
    background-color: #0067a4;
    /*border-collapse: collapse;*/
    /*padding : 4px 2px 4px 2px;*/
    /*text-align: center;*/
    /*font-size: 11px;*/
    /*color : white;*/
}

/*// ########## age table ###############################################################################################*/


.condBorderTab{
    border-top-color : transparent !important;
    border-bottom-color : transparent !important;
}

/*// ########## table with line expension ##############################################################################*/

.niceTableWithExpense{
    border : 1px solid lightgrey
}


.niceTableWithExpense td{
    font-size: 11px;
}

.niceTableWithExpense td.activeTabLine{
    cursor: pointer;
}
.niceTableWithExpense td.activeTabLine:hover{
    color : rgb(36,161,86) ;
}
.niceTableWithExpense td.activeTabLine:hover .fa{
    color : rgb(36,161,86) !important;
}

.niceTableWithExpense .fa{
    color : grey
}

.niceTableWithExpense .level0 td {
    border-top : 1px solid lightgrey;
    /*border-bottom : 1px solid transparent;*/
    border-right : 1px solid lightgrey;
    border-left : 1px solid lightgrey;
    border-collapse: collapse;
    padding : 0px 5px 0px 2px;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
}

.niceTableWithExpense .level1 td {
    border-top : 1px solid #e1e1e1;
    /*border-bottom : 1px solid transparent;*/
    border-right : 1px solid lightgrey;
    border-left : 1px solid lightgrey;
    border-collapse: collapse;
    padding : 0px 2px 0px 2px;
    text-align: right;
    font-size: 11px;
    font-style: italic;
    background-color: #f8f8f8;
}
.niceTableWithExpense .level1 td.darkGreyMode {
     background-color: #dfe7fb;
 }
.niceTableWithExpense .level0 td.darkGreyMode {
    background-color: #ebf1ff;
}

.niceTableWithExpense th{
    border : 1px solid lightgrey;
    background-color: rgba(36,161,86,1);
    /*background-color: #82c29d;*/
    /*background-color: rgba(36,161,86,0.2);*/
    border-collapse: collapse;
    padding : 4px 2px 4px 2px;
    text-align: center;
    font-size: 11px;
    /*color : #003859;*/
    color : white;
}
.niceTableWithExpense th.blue {
    background-color: #0067a4;
}


.niceTableWithExpenseForStockMonth{
    border : 1px solid lightgrey
}


.niceTableWithExpenseForStockMonth td{
    font-size: 11px;
}

.niceTableWithExpenseForStockMonth td.activeTabLine{
    cursor: pointer;
}
.niceTableWithExpenseForStockMonth td.activeTabLine:hover{
    color : rgb(36,161,86) ;
}
.niceTableWithExpenseForStockMonth td.activeTabLine:hover .fa{
    color : rgb(36,161,86) !important;
}

.niceTableWithExpenseForStockMonth .fa{
    color : grey
}

.niceTableWithExpenseForStockMonth .level0 td {
    border-top : 1px solid #737373;
    /*border-bottom : 1px dashed #737373;*/
    border-right : 1px solid lightgrey;
    border-left : 1px solid lightgrey;
    border-collapse: collapse;
    padding : 0px 5px 0px 2px;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    height : 20px
}

.niceTableWithExpenseForStockMonth .lastLevel1 td {
    margin-bottom: 15px;
}

.niceTableWithExpenseForStockMonth .level1 td {
    border-top : 1px solid #e1e1e1;
    /*border-bottom : 1px solid transparent;*/
    border-right : 1px solid lightgrey;
    border-left : 1px solid lightgrey;
    border-collapse: collapse;
    padding : 0px 2px 0px 2px;
    text-align: right;
    font-size: 11px;
    font-style: italic;
    /*background-color: #f8f8f8;*/
}


.niceTableWithExpenseForStockMonth th{
    border : 1px solid lightgrey;
    background-color: rgba(36,161,86,1);
    border-collapse: collapse;
    padding : 4px 2px 4px 2px;
    text-align: center;
    font-size: 11px;
    color : white;
}
.niceTableWithExpenseForStockMonth th.blue {
    background-color: #0067a4;
}

.alertLine:hover td{
    background-color: #d4efff;
}

.dataCell{
    width : 60px
}
.highLight{
    background-color : #9fc3fd !important;
}
.warningCell{
    background-color : rgba(255,0,0,0.5)
}

.level0 .warningCellUnderValue{

    background-color : rgba(255,0,0,0.5)
}
.level1 .warningCellUnderValue{
    background-color : rgba(255,0,0,0.3) !important
}

.highLightGreen{
    background-color : #83fe78 !important;
}
.highLight2{
    background-color : #178fd3 !important;
}
.titleCells{
    width : 160px;
}
.titleCells10{
    width : 10%;
}
.titleCells7{
    width : 8%;
}
.alertCells{
    width : 10%;
}
.alertCells7{
    width : 8%;
}
.alertCells10{
    width : 10%;
}

.dataCellInput{
    padding : 0px !important ;
}

/* ###################################################################################################################*/
/* ######################## MASTER DATA Import ######################################################################*/
 /* ##################################################################################################################*/


.tab_filesloaded_sm {
    width : 100%;
    font-size: small;
}
.tab_filesloaded_sm td{
    text-align: right;
    border : 1px solid lightgrey;
    padding: 0 5px;
}
.tab_filesloaded_sm th{
    font-weight : bold;
    text-align: center;
    border : 1px solid lightgrey;
}

.tab_filesloaded {
    width : 100%;
    padding : 7px 50px;
    font-size: small;
}
.tab_filesloaded td{
    text-align: right;
    padding: 2px 10px;
    border : 1px solid lightgrey;
}

.tab_filesloaded th{
    font-weight : bold;
    text-align: center;
    padding: 5px 10px;
    border : 1px solid lightgrey;
    border-bottom : 3px double lightgrey;
    background-color: rgba(36,161,86,1);;
    color: white;
}


/* ###################################################################################################################*/
/* ######################## 404  #####################################################################################*/
/* ##################################################################################################################*/

 {



}