
div.dataTables_filter,
div.dataTables_length {
  display: inline-block;
 /* margin-left: 1em;*/
}

/*DEBUT DASH*/

  /* Header */
  
  @media only screen and (min-width: 680px) {
	  .hide-pc {
		display:none;
	  }
	}




  @media only screen and (max-width: 600px) {
    .hide-mobile 
    {display:none;}
   }


  .header_left img {
  object-fit: contain;
  height: 80px;
  margin-left: 5px;
  
  }
  
  .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid whitesmoke;
  
  }
  
  .header_left {
  display: flex;
  align-items: center;
  
  }
  .header_left span {
      padding: 10px;
      cursor: pointer;
  }
  
  .header_middle {
  display: flex;
  flex: 0.7; 
  align-items: center;
  background-color: whitesmoke;
  padding: 10px; 
  border-radius: 5px;
  
  }
  
  .material- icons {
  color: gray;
  
  }
  
  .header_middle input {
  border: none;
  width:100%;
  padding: 10px;
  outline: none;
  font-size: medium;
  background-color: transparent;
  }
  
  .header_right {
     display: flex;
     padding-right: 20px; 
  }
  
  .header_right span{
     padding: 10px;
     cursor: pointer;  
     
   }


   .header_search {
    display: flex;
    /*flex: 0.7; */
    align-items: center;
    background-color: whitesmoke;
    /*padding: 10px; */
    border-radius: 5px;
    
    }


    .header_search input {
      border: none;
      width:100%;
      padding: 10px;
      outline: none;
      font-size: medium;
      background-color: transparent;
      }
   
  /* Sidebar  */
  
/*

  .sidebar {
  flex: 0.3;
  max-width: 300px;
  padding-right: 20px;
  }
  
  
  .sidebar_compose {
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 15px;
  text-transform: capitalize;
  color:gray;
  padding: 15px;
  border-radius: 30px; 
  background-color: white;
  display: flex;
  align-items: center;
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: 0px 2px 5px -2px rgba(0,0,0,075);
  
  }
  
  .sidebar_compose span {
      margin-right: 15px;
  }
   
  .sidebarOption {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
  color: #818181;
  
  
  }
  
  .sidebarOption .material-icons {
      padding: 5px;
  }
  
  .sidebarOption h3 {
  flex: 1;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  }
  
  .sidebarOption:hover,
  .sidebarOption:hover h3,
  .sidebarOption:hover .material-icons,
  .sidebarOption_active,
  .sidebarOption_active h3,
  .sidebarOption_active .material-icons {
  
      background-color: #fcecec;
      color: #c84b37;
      font-weight: 800;
  
  }
  
  .sidebar_footer {
  display: flex;
  justify-content: center;
  
  }
  
  .sidebar_footer .material-icons {
    margin: 7px;
    cursor: pointer;
  
  }
   
 
  
  .main_body {
  display: flex;
  height: 100vh;
  
  }
  

  .emaillist {
  flex: 1;
  overflow: scroll;
  
  }
  
  .emaillist_settings {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  border-radius: 1px solide whitesmoke;
  background-color: white;
  z-index: 999;
  padding: 8px;
  
  
  }
  
  .emaillist_settings .material-icons {
  
      margin: 5px;
      cursor: pointer;
  }
  
  .emaillist_settingsleft {
  display: flex;
  align-items: center;
  
  }
  
  .section {
  
   display: flex;
   align-items: center;
   border-bottom-width: 2px;
   padding: 15px;
   min-width: 200px;
   cursor: pointer;
   color: gray;
   border-width: 0;
  
  }
   
  .emaillist_sections {
  position: sticky;
  top: 0;
  display: flex;
  background-color: white;
  border-bottom: 1px solid whitesmoke;
  z-index: 999;
  
  }
  
  .section_selected {
  
  background-color: whitesmoke;
  border-width: 3px;
  color: red;
  border-bottom: 3px solid red;
  
  }
  .section_selected .material-icons {
      color: red;
  }
  
  .section:hover {
      background-color: whitesmoke;
      border-width: 3px;
  }
  
  .section h4 {
  
      font-size: 14px;
      margin-left: 15px;
  
  }
  
  .emailRow_options {
    display: flex;
    align-items: center;
  
  }
  
  .emailRow_options .material-icons, 
  input {
     margin: 5px; 
  }
  
  .emailRow {
  display: flex;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid whitesmoke;
  cursor: pointer;
  z-index: 999;
  
  }
  
  .emailRow:hover {
  
  border-top: 1px solid whitesmoke;
  box-shadow: 0 4px 4px -2px rgba(0,0,0,0.24);
  
  }
  
  .emailRow_message {
  
  display: flex;
  flex: 0.8;
  align-items: center;
  font-size: 13px;
  
  }
  
  .emailRow_message h4 {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
  padding-right: 5px;
  
  }
  
  .emailRow_title {
      font-size: 13px;
      flex: 0.3;
  }
  
  .emailRow_time {
      padding-right: 15px;
      font-size: 10px;
      font-weight: bold;
  }
  
  .emailRow_description {
      font-weight: 400;
      color: grey;
  }




  .product .card img {
    object-fit: contain;
    height: 180px;
    margin-left: 5px;
    
    }

    .emaillist_list {
      align-items: center;
      padding: 10px;

    }
*/
  
/*FIN DASH*/

/*
  .productimg  {
    max-height: 180px;
    max-width: 180px;
  
    }
*/

/* DEBUT AMAZON CARD*/


/* Shop Section */
.shop-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f3f3f3;
  padding: 50px 0;
}

.shop-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1280px;
  width: 100%;
}

.shop-link {
  background-color: #fff;
  padding: 30px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  white-space: nowrap;
}


.shop-link img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  margin-bottom: 10px;
}

.shop-link h3 {
  margin-bottom: 10px;
}

.shop-link a {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.9rem;
  color: blue;
  font-weight: 500;
  transition: color 0.3s ease;
  text-decoration: none;
}

.shop-link:hover a {
  color: #c7511f;
  text-decoration: none;
}

.shop-link #addtocard-commande {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  /*background-color: #000;*/
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.shop-link #addtocard-commande:hover {
  opacity: 0.7;
}

/* FIN AMAZON CARD*/












.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.price {
  color: orangered;
  font-size: 14px;
}

.title {
	color:#000;
  font-size: 14px;
}
.card #addtocard-commande {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  /*background-color: #000;*/
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card #addtocard-commande:hover {
  opacity: 0.7;
}







#invoice-POS{
    box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);
    padding:2mm;
    margin: 0 auto;
    width: 80mm;
    background: #FFF;
    }
    
    ::selection {background: #f31544; color: #FFF;}
    ::moz-selection {background: #f31544; color: #FFF;}
    h1{
    font-size: 1.5em;
    color: #222;
    }
    h2{font-size: .6em;}
    h3{
    font-size: 1.2em;
    font-weight: 300;
    line-height: 2em;
    }
    p{
    font-size: .3em;
    color: #666;
    line-height: 1.2em;
    }
    
    #top, #mid,#bot{ /* Targets all id with 'col-' */
    border-bottom: 1px solid #EEE;
    }
    
    #top{min-height: 20px;}
    #mid{min-height: 50px;}
    #bot{ min-height: 50px;}
    
    .info{
    display: block;
  
    margin-left: 0;
    }
    .title{
    float: right;
    }
    .title p{text-align: right;}
    table{
    width: 100%;
    border-collapse: collapse;
    }
    
    .tabletitle{
 
    font-size: .5em;
    background: #EEE;
    }
    .service{border-bottom: 1px solid #EEE;}
    .item{width: 40mm;}
    .itemtext{font-size: .5em;}
    
    #legalcopy{
    margin-top: 5mm;
    }



ul#navullist {list-style-type: none; }
ul#navullist li { display: inline; }










.soall{
    border: 1px solid black !important;
 }
 .so{
    border: 1px solid #C0C0C0 !important;
    background-color: #C0C0C0 !important;
    border-radius: 15px;
 }
 
 .sa{
    border: 1px solid #DCDCDC !important;
    background-color: #DCDCDC !important;
   
 }
 
 .sov{
    border: 1px solid black !important;
 }
 
 .sok{
    border: 1px solid #C0C0C0 !important;
 }
 .sop{
    border: 1px solid black !important;
    border-radius: 15px;
    margin:5px;
 }
 
 .slr{
   border-right: 1px solid black !important;
 }
 .sll{
   border-left: 1px solid black !important;
 }
 .slb{
   border-bottom: 1px solid black !important;
 }
 .slt{
   border-top: 1px solid black !important;
 }
 


#table {
    display: block;
}


.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
   /* background-color: #2196F3;*/
    padding: 10px;
  }
  .grid-item {
    /*background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);*/
    padding: 20px;
    font-size: 30px;
    text-align: center;
  }

.modal-full {
    min-width: 90%;
    margin-left: 150px;
    margin-right: 5px;
   
}

.modal-full .modal-content {
    min-height: 100vh;
}
/*
#details-vente{
    max-width: 80%;

}

.mt-vente{
    max-width: 80%;

}
*/


.grey-bg {  
    background-color: #F5F7FA;
}
