﻿/* EN GENERAL sur BACKOFFICE */
#logotena {
  height: 90px;
  width: auto;
}

.container #deconav {
  font-size: 16px;
  padding: 8px 30px 8px 30px;
  background-color: #fff;
  border: none;
}
.container #deconav span {
  margin-right: 10px;
}
.container #deconav:hover {
  background-color: #f3f3f3;
  transition: 0.5s;
}
.container #deconav:hover a:hover {
  text-decoration: none !important;
}
.container #menunav {
  justify-content: space-between;
  margin-top: 1rem;
}
.container #menunav a {
  color: rgb(0, 86, 154);
  font-size: 16px;
}
.container #menunav a:hover {
  border-bottom: 1px solid rgb(0, 86, 154);
  padding-bottom: 2px;
}

input[placeholder] {
  opacity: 0.8;
}

footer {
  width: 100%;
  background-color: rgb(249, 247, 244);
  margin-top: 2rem;
  padding: 15px;
}
footer img {
  margin-left: 45%;
}

/* LOGIN PAGE BACKOFFICE */
.bodylogin {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.containerlogin {
  text-align: center;
  margin-top: 4rem;
}
.containerlogin .contentlogin {
  background-color: rgb(241, 245, 246);
  margin-top: 2rem;
  padding: 30px;
}
.containerlogin .contentlogin h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  color: rgb(29, 98, 173);
}
.containerlogin .contentlogin p {
  color: rgb(33, 37, 41);
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.containerlogin .contentlogin form input {
  display: block;
  margin: auto;
}
.containerlogin .contentlogin form #idlogin {
  border: none;
  padding: 8px;
}
.containerlogin .contentlogin form #btnlogin {
  background-color: rgb(10, 89, 153);
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  margin-top: 2rem;
  padding: 8px 30px 8px 30px;
}
.containerlogin .contentlogin form #btnlogin:hover {
  background: rgba(10, 89, 153, 0.8);
}

/* HOME BACKOFFICE */
#txthomebo {
  background-color: rgb(241, 245, 246);
  margin-top: 5rem;
  padding: 60px;
}

/* PAGE SUIVI DES COMMANDES */
h4 {
  color: rgb(0, 86, 154);
  font-size: 28px;
}

#selectionfiltre {
  vertical-align: middle;
}
#selectionfiltre label {
  color: rgb(83, 83, 83);
  margin-right: 5px;
}
#selectionfiltre select {
  margin-right: 5px;
}
#selectionfiltre .k-dropdown-wrap.k-state-default {
  border: none;
}
#selectionfiltre #filter-btn {
  color: #fff;
  background-color: rgb(10, 89, 153);
  padding: 5px 15px 5px 15px;
  border-radius: 4px;
  border-color: rgb(7, 72, 125);
}
#selectionfiltre #filter-btn:hover {
  text-decoration: none;
}

/* PAGE GESTION DES COMMERCIAUX */
/* Detail Commercial */
/* Side Colonne */
#sidecol {
  position: relative;
}

#sidecol-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(241, 241, 241);
  padding-top: 3.5rem;
  padding-left: 1rem;
}

#window-editCommercial {
  padding: 0;
}
#window-editCommercial .no-gutters {
  margin-right: -15px;
  margin-left: -15px;
}

#h2detail {
  padding-left: 10px;
}

#h2detail2 {
  padding-left: 10px;
  margin-top: 2rem;
}

#p-aside {
  padding-left: 10px;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
}

.label-form.detaillogin {
  padding-left: 10px;
}

.label-form.detailpsw {
  padding-left: 10px;
}

input#login.k-textbox {
  width: 300px;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

input#password.k-textbox {
  width: 300px;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

#logins-btn-detail {
  width: 300px !important;
  max-width: 100% !important;
  margin-left: 10px !important;
  margin-bottom: 0.8rem;
}

.k-switch {
  width: 70px;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 10px;
}

.k-switch-label-on {
  color: rgb(125, 191, 74);
  font-weight: bold;
}

.k-switch-on .k-switch-handle {
  background: rgb(125, 191, 74) !important;
  border: none;
}

/* Content Modal */
#contentdetail input {
  width: 100%;
  margin-top: 0.4rem;
}
#contentdetail span.k-dropdown {
  margin-top: 0.4rem;
}
#contentdetail #emaildetail {
  padding-right: 15px;
  padding-left: 15px;
}
#contentdetail #emaildetail #email {
  margin-top: 0.4rem;
  padding-left: 10px !important;
}
#contentdetail .k-button {
  margin: 0;
}
#contentdetail #btncontent {
  width: 100%;
  display: flex;
  justify-content: space-between !important;
}
#contentdetail #save-btn, #contentdetail #delete-btn {
  width: 45%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#contentdetail #delete-btn {
  background-color: rgb(244, 67, 54);
  border-color: rgb(244, 67, 54) !important;
}
#contentdetail #delete-btn:hover {
  background-color: rgb(252, 84, 72) !important;
}
#contentdetail .k-i-delete {
  font-size: 22px;
}
#contentdetail #infoetoile {
  width: 80%;
  margin-left: 20%;
}
#contentdetail #infoetoile p {
  color: rgba(128, 128, 128, 0.6);
}
#contentdetail #etoilebleue {
  color: rgb(10, 89, 153);
  font-weight: bold;
}
#contentdetail .k-pager-wrap .k-state-selected {
  background-color: rgb(10, 89, 153) !important;
  border-color: rgb(10, 89, 153);
}

.btn-form {
  background: rgb(10, 89, 153);
}

.btn-form:hover {
  background: rgba(10, 89, 153, 0.8) !important;
}

/* PAGE GESTION DES CLIENTS */
h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 6rem 0 6rem 0;
}
h3 .k-i-info {
  font-size: 28px;
  color: rgb(125, 191, 74);
  margin-right: 5px;
}
h3 .infopratique {
  color: rgb(125, 191, 74);
}

/* Boutons avant tableau */
#addbtn a.k-button {
  background-color: rgb(10, 89, 153) !important;
  color: #fff;
  border-color: #07487d;
  background-image: none;
}

.k-button {
  padding-left: 10px;
  padding-right: 10px;
}

.k-button:hover {
  background-color: #F8F9FA;
  border-color: #DEDEDE;
  transition-duration: 0.5s;
}

.k-button:focus {
  border-color: rgb(10, 89, 153) !important;
  box-shadow: 0 0 2px 1px rgb(10, 89, 153) !important;
}

.k-list-optionlabel.k-state-selected {
  background-color: rgba(125, 191, 74, 0.8) !important;
  border: none;
}

.k-list-optionlabel.k-state-active {
  background-color: rgba(125, 191, 74, 0.8) !important;
  border: none;
}

.k-state-selected {
  background-color: rgba(125, 191, 74, 0.8) !important;
  box-shadow: none !important;
}

.k-state-active, .k-state-hover {
  color: #F8F9FA !important;
}

/* Tableau */
#grid .k-state-selected {
  background-color: rgb(10, 89, 153) !important;
  border-color: rgb(10, 89, 153) !important;
}
#grid a .k-icon.k-i-filter {
  color: rgba(77, 77, 77, 0.8);
  font-size: 14px;
  margin-top: -5px;
  margin-right: 5px;
}

form .k-button.k-primary {
  background-color: rgb(125, 191, 74) !important;
  border-color: rgb(125, 191, 74) !important;
}
form .k-button.k-primary:hover {
  background-color: rgba(125, 191, 74, 0.8) !important;
}

/* Checkboxs Customs */
/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #F8F9FA;
  border: 1px solid;
  border-color: #DEDEDE;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: rgb(10, 89, 153);
  border-color: rgb(10, 89, 153);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Content */
#contentdetail input {
  width: 100%;
  margin-top: 0.4rem;
}
#contentdetail span.k-dropdown {
  margin-top: 0.4rem;
}
#contentdetail #commentairedetail {
  padding-right: 15px;
  padding-left: 15px;
}
#contentdetail #commentairedetail #commentaire {
  margin-top: 0.4rem;
  padding-left: 10px !important;
}
#contentdetail #save-btn {
  width: 80%;
  margin-top: 1rem;
  margin-left: 20%;
  margin-bottom: 1rem;
}
#contentdetail #infoetoile {
  width: 80%;
  margin-left: 20%;
}
#contentdetail #infoetoile p {
  color: rgba(128, 128, 128, 0.6);
}
#contentdetail #etoilebleue {
  color: rgb(10, 89, 153);
  font-weight: bold;
}
#contentdetail .k-pager-wrap .k-state-selected {
  background-color: rgb(10, 89, 153) !important;
  border-color: rgb(10, 89, 153);
}

.btn-form {
  background: rgb(10, 89, 153);
}

.btn-form:hover {
  background: rgba(10, 89, 153, 0.8) !important;
}

/* PAGE GESTION DES ECHANTILLONS */
/* Detail */
#echantillon-detailcontent .txtinfo {
  margin-bottom: 3rem;
}

#echantillon-form #infoproduit {
  display: flex;
  margin-bottom: 1rem;
}
#echantillon-form .span-form {
  padding-bottom: 0.5rem;
}
#echantillon-form #etoilebleue {
  color: rgb(10, 89, 153);
  font-weight: bold;
}
#echantillon-form input {
  width: 300px;
}
#echantillon-form .k-dropdown {
  width: 300px !important;
}
#echantillon-form .dispo-check {
  display: inline-flex;
  padding-top: 2rem;
}
#echantillon-form .dispo-check .checkbox-container {
  margin-left: 1rem;
}
#echantillon-form .grisclair {
  color: rgb(182, 182, 182);
  margin-top: 0.5rem;
}
#echantillon-form .k-upload {
  display: none;
}
#echantillon-form .k-button {
  margin-top: 1rem;
}
#echantillon-form #packingDelete, #echantillon-form #produitDelete {
  background-color: rgb(244, 67, 54);
  border-color: rgb(244, 67, 54);
  color: #fff;
}
#echantillon-form #packingDelete, #echantillon-form #produitDelete:hover {
  background-color: rgb(252, 84, 72);
}
#echantillon-form #dvPreviewPackaging, #echantillon-form #dvPreviewProduit {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#echantillon-form #ImageProduit {
  width: 200px;
  height: auto;
}
#echantillon-form #description {
  width: 92%;
  color: rgb(46, 46, 46);
  border-color: rgb(197, 197, 197);
  border-radius: 4px;
  padding: 10px 10px;
}
#echantillon-form #echantillons-ref {
  padding-left: 0;
}
#echantillon-form .taille-check {
  display: inline-flex;
  padding-top: 1rem;
}
#echantillon-form .taille-check .checkbox-container {
  margin-left: 1rem;
}
#echantillon-form #champtaille {
  display: flex;
  margin-bottom: 1rem;
  padding-left: 0;
}

#infoetoile {
  display: block;
  text-align: center;
  margin-top: 1rem;
}
#infoetoile p {
  color: rgba(128, 128, 129, 0.6);
}

/* PAGE STATISTIQUES REPORTING */
#pharma {
  margin-top: 3rem !important;
}

h3#txtvert {
  color: rgb(122, 192, 63);
  font-size: 22px;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.table-align {
  display: flex;
}

#table1, #table2 {
  width: 45%;
}

#table2 {
  margin-left: 10%;
}

#table3, #table4 {
  width: 45%;
}

#table4 {
  margin-left: 10%;
}

#table5, #table6 {
  width: 45%;
}

#table6 {
  margin-left: 10%;
}

#totalEboutique {
  color: rgb(8, 81, 154);
  font-size: bold;
}

#totalEchantillon {
  color: rgb(8, 81, 154);
  font-size: bold;
}

/* PAGE GESTION DES EBOUTIQUE */
/* Detail */
#eboutique-detailcontent .txtinfo {
  margin-bottom: 3rem;
}

#eboutique-form #infoproduit {
  display: flex;
  margin-bottom: 1rem;
}
#eboutique-form .span-form {
  padding-bottom: 0.5rem;
}
#eboutique-form #etoilebleue {
  color: rgb(10, 89, 153);
  font-weight: bold;
}
#eboutique-form input {
  width: 300px;
}
#eboutique-form .k-dropdown {
  width: 300px !important;
}
#eboutique-form .dispo-check {
  display: inline-flex;
  padding-top: 2rem;
}
#eboutique-form .dispo-check .checkbox-container {
  margin-left: 1rem;
}
#eboutique-form .grisclair {
  color: rgb(182, 182, 182);
  margin-top: 0.5rem;
}
#eboutique-form .k-upload {
  display: none;
}
#eboutique-form .k-button {
  margin-top: 1rem;
}
#eboutique-form #produitDelete {
  background-color: rgb(244, 67, 54);
  border-color: rgb(244, 67, 54);
  color: #fff;
}
#eboutique-form #produitDelete:hover {
  background-color: rgb(252, 84, 72);
}
#eboutique-form #dvPreviewProduit {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#eboutique-form #ImageProduit {
  width: 200px;
  height: auto;
}
#eboutique-form #utilisation, #eboutique-form #descriptif {
  width: 92%;
  color: rgb(46, 46, 46);
  border-color: rgb(197, 197, 197);
  border-radius: 4px;
  padding: 10px 10px;
}

#infoetoile {
  display: block;
  text-align: center;
  margin-top: 1rem;
}
#infoetoile p {
  color: rgba(128, 128, 129, 0.6);
}
