/*
@import 'https://fonts.googleapis.com/css?family=Lato:300,400';

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    height: 100%;
    position: relative;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

a {
    color: #fff;
    text-decoration: none; 
}

.nav-btn {
    width: 100%;
    height: 35px;
    padding-top: 4px;
    color: #D5D3D3;
    background-color: #212121;           
    text-align: center;
    cursor: pointer;
    display: none;
}
.nav-btn:active {
    background-color: #090909; 
}

header {
    height: 50px;
    width: 100%;
    background-color: #274C6B;
    display: none;
}

header .logo {
    opacity: 0.9;
    font-size: 120%;
    padding-top: 9px;
    padding-left: 8px;
    color: #fff;
}
header .logo span {
    font-weight: 300;
}

.container {
    width: 100%;
    height: 100%;
    position: relative;
}

.sidebar {
    width: 250px;
    background-color: #005ba4;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    box-shadow: 1px 0px 10px #e96805;
}

.sidebar nav > a {
    font-size: 150%;
    display: inline-block;
    padding: 30px 0px;
    padding-left: 30px;
    opacity: 0.7;
    transition: all 0.2s;
}
.sidebar nav > a:hover {
    opacity: 1;
}

.sidebar nav a span {
    font-weight: 300;
}

.sidebar nav ul {
    list-style: none;
}

.sidebar nav ul li {
    font-size: 70%;
    padding: 19px 0;    
    padding-left: 20px;
    border-bottom: 0.5px solid #111;
}

.sidebar nav ul li:nth-child(1):hover {
    background-color: #e67e22;
}

.sidebar nav ul li:nth-child(1).active {
    background-color: #e67e22;
}

.sidebar nav ul li:nth-child(2):hover {
    background-color: #e96805;
}

.sidebar nav ul li:nth-child(2).active {
    background-color: #e96805;
}

.sidebar nav ul li:nth-child(3):hover {
    background-color: #e96805;
}

.sidebar nav ul li:nth-child(3).active {
    background-color: #e96805;
}

.sidebar nav ul li:nth-child(4):hover {
    background-color: #e96805;
}

.sidebar nav ul li:nth-child(4).active {
    background-color: #e96805;
}

.sidebar nav ul li:nth-child(5):hover {
    background-color: #e96805;
}

.sidebar nav ul li:nth-child(5).active {
    background-color: #f1c40f;
}


.sidebar nav ul li a {
    color: #D7D5D5;
}

.sidebar nav ul li:hover a{
    color: #fff;
}

.main-content {
    background-color: #fafafa;
    width: calc(100% - 250px);
    height: 100%;
    margin-left: 250px;
    padding: 20px 30px;
}
.main-content .panel-wrapper {
    margin: 20px 0;
    box-shadow: 0px 1px 5px #777;
}

.main-content .panel-wrapper .panel-head {
    background-color: #00A5F2;
    color: #fff;
    padding: 10px 10px;
    border: 1px solid #00A5F2;
}
.main-content .panel-wrapper .panel-body {
    padding: 20px 10px;
    font-size: 80%;
}

@media only screen and (max-width: 420px){
    header {
        display: block;
    }
    .nav-btn {
        display: block;
    }
    .sidebar {
        position: relative;
        height: 378px;
        width: 100%;
        display: none;
        margin-bottom: 40px;
        z-index: 1000;
    }
    .main-content {
        width: 100%;
        margin-left: 0;
        z-index: -1;
        position: relative;
    }
}

@media only screen and (max-width: 768px){
    header {
        display: block;
    }
    .nav-btn {
        display: block;
    }
    .sidebar {
        position: relative;
        height: 378px;
        width: 100%;
        display: none;
        margin-bottom: 40px;
        z-index: 1000;
    }
    .main-content {
        width: 100%;
        margin-left: 0;
        z-index: -1;
        position: relative;
    }
}

*/
a {
    color: #fff;
    text-decoration: none; 
}

/*
.sidebar {
    width: 250px;
    background-color: #005ba4;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    box-shadow: 1px 0px 10px #e96805;
}

@media only screen and (max-width: 1000px){
    
    .sidebar {
        position: static;
        
        width: 100%;

        margin-bottom: 40px;
        z-index: 1000;
    }
    #category_category .col-lg-3{
        margin-bottom: 30px;
    }
    
}

*/

#form_first_level{
    margin-top: 50px;
}

#list_sub{
    margin-top: 50px;
}
.category_flex{
    width: 100%;
}

.category_flex .coll{
  display: inline-block;
  width: 45%;
}

.coll input{
    border-radius: 5px;
}

.btn-custom{
    background-color: #005BA4 !important;
    color: white;
}

#btn-category{
    background-color: #005BA4 !important;
    color: white;
}

#input_category{
    border: 2px solid #e96805;
}

#h2_category{
    color: #005BA4 ;
}

#input_category_modal{
    border: 2px solid #e96805;
    border-radius: 5px;
}

.btn-category_modal{
    background-color: #005BA4 !important;
    color: white;
}

.form_first_level .coll{
    display: inline-block;
    width: 45%;
}
.form_first_level{
    width: 100%;
}

#input_mark{
    border: 2px solid #e96805;
    border-radius: 5px;
}
.error{
    color: #F63E22;
}

#product_list{
    margin-top: 40px;
}
#insert_product{
    margin-top: 40px;
}
#list_produit_h1{
    margin-top: 30px;
}
#add_produit_h1{
    margin-top: 30px;
    color:#005BA4;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#add_product,#promotion_add{
    background-color: #005BA4;
    border: none;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    float:right;
    margin-top: 20px;
}

.add_flex_product{
    
    /*width: 90%;*/
    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.add_flex_product a{
    color: white;
    background-color: #e96805;
    padding: 6px;
    font-family: 'Montserrat', sans-serif;
}

#insert_product label{
    text-align: left;
    font: normal normal 600 14px Montserrat;
    letter-spacing: 0px;
    color: #2D2D2D;
    opacity: 1;
}

#product_form_type_product:first-child::placeholder {
    font: normal normal 600 14px Montserrat;
}
#product_form_type_product  {
    font: normal normal 600 14px Montserrat;
}

#product_form_mark:first-child::placeholder {
    font: normal normal 600 14px Montserrat;
}
#product_form_mark  {
    font: normal normal 600 14px Montserrat;
}


#product_list thead tr th{
    font: normal normal 600 14px Montserrat;
}

#product_list tbody tr td{
    font: normal normal 600 14px Montserrat;
}



.h2_category,.add_flex_product{
    margin-bottom: 30px !important;
    color: #005ba4;
}

main{
    padding-left: 35px;
    padding-right: 35px !important;
}

/* upload image for banner*/

  .center .form-input {
    margin-top: 20px;
    padding:20px;
    background:white;
    box-shadow: -3px -3px 7px rgba(94, 104, 121, 0.377),
                3px 3px 7px rgba(94, 104, 121, 0.377);
  }

  .center .form-input input {
    display:block;
  }
 
  .center .form-input label {
    display:block;
    width:45%;
    height:45px;
    margin-left: 25%;
    line-height:50px;
    text-align:center;
    background:#1172c2;
    color:#fff;
    font-size:15px;
    font-family:"Open Sans",sans-serif;
    text-transform:Uppercase;
    font-weight:600;
    border-radius:5px;
    cursor:pointer;
  }

  .form-input img {
    width:100%;
    display:none;
    margin-bottom:30px;
  }
  .preview{
      margin-top: 20px;
  }

  .fileinput-upload-button{
      display: none;
  }

  #delete_promotion{
      color:white;
      background-color:#005BA4 ;
      padding: 5px;
      border-radius: 5px;
      height: 34px;
      display: inline-block;
  }
  .no-border{
       border: none;
  }
  .icon-large{
    font-size: 16px;
  }

  .add_flex_product a,
  .actions-button{
      /* color: #e96805; */
      cursor: pointer;
      background-color: #005ba4bf;
      padding: 0.2rem 0.3rem;
      border-radius: 3px;
      width: 88px;
      text-align: center;
      font-size: 14px;
    }
    .add_flex_product a{
        padding:0.3rem 0.3rem;
    }
  .actions-button:hover{
      color:white
  }
  .actions-button-supp{
    /* color: #e96805; */
    cursor: pointer;
    background-color: red;
    padding: 0.2rem 0.3rem;
    border-radius: 3px;
    width: 88px;
    text-align: center;
    font-size: 14px;
  }
  
.actions-button-supp:hover{
    color:white
}
  .actions-button-wrapper{
    display: flex;
    justify-content: space-around;
  }
  .progress-detail-actions{
    display: flex;
    margin-bottom: 2rem;
  }

  .w3-sidebar,
  .w3-teal{
    background-color: #005ba4bf !important;
  }

 .side-list{
    list-style: none;    margin-top: 3rem;
  }
  .submenu{
    list-style: none;   
  }
  body{
    font-family: 'Montserrat', sans-serif;
  }
  .logo{
    width: 141px;
    padding: 0.3rem 1rem;
  }
  .w3-container{
    padding: 2.01em 19px;
}
.search{
    background-color: #005ba4bf ;
    color:white
}
.promotion-article-description{
    font-weight: 600;
}

.logout:hover{
     color: #FF0000;
     background: white;
}
.logout{
    border: 1px solid white;
    padding: 10px;
    border-radius: 7px;
    margin-right: 26px;
}
.logoutblock{
    text-align:right;
}

#promotion_add_promotion{
    background-color: #005BA4;
    border: none;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}
.reset{
    color:#005BA4;
}

/*style added by hazar */

.body-login{
    background-image: linear-gradient(268deg, #2a2a72 0%, #009ffd 74%);
    display: flex;
    justify-content: center;
}
.container-body{
    background: white;
    width: 38%;
    margin-top: 150px;
    border-radius: 10px;
}
.title-login{
    letter-spacing: 0px;
    color: #0056AD;
}
.form-control:focus{
    box-shadow: unset !important;
}
.btn-login{
    background: transparent linear-gradient(254deg, #ED7F03 0%, #FFAF6A 100%) 0% 0% no-repeat padding-box;
box-shadow: 10px 10px 20px #0032640D;
border-radius: 5px;
opacity: 1;
color:white
}
.btn:hover ,.btn-check:focus+.btn, .btn:focus {
    color: white;
    box-shadow:unset
}
.form-control {
    padding: 0.65rem 0.75rem !important
}

.w3-sidebar {
    background-color: white !important;
    position: relative !important;
    bottom: -92px;
}
.w3-teal {
    background-color: #005ba4 !important;
    position: fixed;
    z-index: 9;
    width: 100%;
}
.nav-link,.nav-link:focus {
    text-align: left;
    font: normal normal medium Montserrat;
    letter-spacing: 0px;
    color: #2D2D2D;
    opacity: 1;
    display: flex;
    align-items: self-end;
    font-size: 15px;
}

.logoutblock{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.w3-sidebar{
 position: fixed !important;
    /* top: -27px; */
    border-radius: 10px;
    left: 26px;
    animation: unset !important;
    height: 100%;
    min-height: 541px;
}
.w3-container {
    padding-top: 10px;
}
.w-col-3-sidebar{
    width: 22% !important;
    z-index: 99;
}
.nav-link:hover{
    background: #ec6708;
    color: white  !important;
}
.icon-right{
    margin-right: 12px;
}
.icon-deconexion{
    margin-left: 7px;
}
.body-index{
    position: relative;
    top: 90px;
    margin-bottom: 130px;
}
.row-commandes{
    background: white;
    padding: 33px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 10px;
    padding-top: 15px !important;
}
.row-commande{
    flex-wrap: nowrap;
}
.col-commandes{
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 12px;
    border-radius: 5px;
    letter-spacing: 1px;
    color: #ED7F03;
    opacity: 1;
    font-weight: bold;
    margin-right: 16px;
    width: 24.5% !important;
    font-size: 16px;
    
}
.span-commande{
    text-align: left;
   font: normal normal medium  Montserrat;
   letter-spacing: 0px;
   color: #2D2D2D;
   opacity: 1;
   font-size: 16px;
   /* margin-left: 30px; */

}

.title-commandes{
    margin-bottom: 25px;
    padding-left: 0px;
    letter-spacing: 0px;
    color: #0056AD;
    opacity: 1;
    font: normal normal 600 18px/18px Montserrat;
}
.pie-chart {
    width: 450px !important;
    height:450px !important
}
.body-zone{
    background: white;
    padding: 33px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 10px;
    padding-top: 15px !important;
    top: 130px;
    position: relative;
}
.body-produit{
    background: white;
    padding: 33px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 10px;
    padding-top: 15px !important;
    top: 49px;
    position: relative;
}
.btn-moov{
    background: transparent linear-gradient(257deg, #ED7F03 0%, #FFAF6A 100%) 0% 0% no-repeat padding-box;
box-shadow: 10px 10px 20px #0032640D;
border-radius: 5px;
opacity: 1;
color: white;
width: 20%;
text-align: center !important;
}

.btn-moov-vas{
    background: transparent linear-gradient(257deg, #ED7F03 0%, #FFAF6A 100%) 0% 0% no-repeat padding-box;
box-shadow: 10px 10px 20px #0032640D;
border-radius: 5px;
opacity: 1;
color: white;
width: 10%;
text-align: center !important;
}
.btn-search{
    background: transparent linear-gradient(257deg, #ED7F03 0%, #FFAF6A 100%) 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 20px #0032640D;
    border-radius: 5px;
    opacity: 1;
    color: white;
}
.page-item.active .page-link {
    background-color: #ED7F03;
    border-color: #ED7F03;
}
table.dataTable {
margin-top: 30px !important;
}
.form-agences{
    display: flex;
    justify-content: space-between;
}
.add_flex_product a {
    padding: 0.4rem 1.3rem;
    background: #ED7F03;
}
.form-select:focus {
box-shadow: unset !important;
}
.file-caption .input-group{
    justify-content: space-between;
}
.file-caption-name{
    max-width: 300px;
}
.btn-file, .btn-file:hover{
    overflow: hidden;
    background: transparent linear-gradient(257deg, #ED7F03 0%, #FFAF6A 100%) 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 20px #0032640d;
    /* border-radius: 5px; */
    opacity: 1;
    color: white;
    border-color: white;
}
.label-categorie{
    text-align: left;
    font: normal normal 600 14px Montserrat;
    letter-spacing: 0px;
    color: #2D2D2D;
    opacity: 1;

}
.input-qnt{
    width: 85px;
    margin-right: 56px;

}
.form-qnt{
    display: flex;
    justify-content: space-around;
    height: 30px;

}
.btn-misajour{
    border: 1px solid #005ba4;
    border-radius: 5px;
    color: white;
    background: #005ba4;
    font-size: 14px;
}
.card-produits{
    background: white;
    padding: 33px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 10px;
    padding-top: 5px !important;    
}
.label-detail-prd{
    margin-right: 30px;
    font-weight: 500;
    text-align: left;
    font: normal normal medium Montserrat;
    letter-spacing: 0px;
    color: #2D2D2D;
    opacity: 1;
}
.form-stat{
    height: 45px;}
    .form-users{
        display: flex;
        justify-content: space-between;
    }
    .card-demnd{
        background: white;
    padding: 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 10px;
    height: 109px;
    }
    .badge-cmnd{
        color: #ED7F03

    }

    .dot {
        height: 25px;
        width: 25px;
        border-radius: 50%;
        display: inline-block;
      }
/* responsive */

.flash-vente{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.flash-vente .form-check{
    margin-right: 10px;
}
@media (max-width: 768px){
    .body-login {
        padding: 20px;
    }
    .container-body {
        width: 100%;
    }
    main {
        padding-left: 10px;
        padding-right: 10px !important;
    }
}