/*******************
**** PAGE ORDER ****
*******************/
nav.navbar {
    z-index: 1000;
}


/** DASHOARD**/
.suppliers_dashboard {
  background-color: #fcfdfc;
}

.suppliers_dashboard h2, .suppliers_dashboard h3 {
  padding: 3px;
  text-align: left;
}

.suppliers_dashboard h2 {
  color: #3e4249;
  margin: 5px;
}

.suppliers_dashboard h3 {
  color: #E77200;
  font-size: 1.15em;
  margin: 5px;
}

.suppliers_dashboard:not(:last-child) {
  border-right: 0.1px dotted #717985;
}

.dashboard_item {
  margin-bottom: 6px;
}

.dashboard_item h6 {
  max-width: 50%;
  padding: 9px;
  color: white;
  margin: 0px 0px 0px 0px;
  border-bottom-right-radius: 5px;
}

.dashboard_item .review {
  width: 100%;
  text-align: center;
  color: orange;
  font-size: 0.9em;
}

.dashboard_item_light {
  border: 0.1px dashed #aabbb0;
}

.dashboard_item_light h6 {
  background-color: #aabbb0;
}

.dashboard_item_dark {
  border: 0.1px dashed #717985;
}

.dashboard_item_dark h6 {
  background-color: #717985;
}

/****
Header sous navigation
*****/
.header {
  background-color: #c0d1c6;
  border-bottom: 0.1x solid #484e55;
  padding: 8px;
}

.header h1 {
  color: white;
  padding: 8px 0px 8px 15px;
}

.header h2 {
  color: #3e4249;
  font-size: 1.6em;
  padding: 4px 0px 4px 15px;
}

.btnBackPrevious, .btnBackPrevious:visited, .btnBackPrevious:hover {
  font-size: 0.9em;
  color: #413f3e;
  text-decoration: none;
}

/***** Page Order/Check ******/
.table-order {
  width: 100%;
  /* margin: 30px 0px 0px 0px; */
}

.table-order h2, .table-order h3 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 7px;
  font-size: 1.0em;
  margin: 0px;
}

.table-order h2 {
  font-size: 1.2em;
  background-color: #bacdc1;
}

.table-order h3 {
  font-size: 0.9em;
}

.table-order input[type="number"]::-webkit-outer-spin-button, .table-order input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.table-order input[type="number"] {
  -moz-appearance: textfield;
}

.table-order input {
  border: none;
  text-align: center;
  margin: 0;
  min-height: 40px;
}

.table-order thead {
  margin-bottom: 20px;
}

.table-order thead th {
  font-weight: normal;
}

.table-order tbody tr, .table-order thead tr {
  text-align: center;
}

.table-order tbody tr td:first-of-type, .table-order thead tr td:first-of-type {
  min-width: 150px;
}


.table-order .td_frs input {
  border-bottom: 0.1px solid #7d8590;
  color: #484e55;
}

.table-order .dateChange {
  width: 100%;
  color: #34373d;
  background-color: #c6c9ce;
  text-align: center;
}

.table-order .dateChange input {
  width: 100%;
  text-align: center;
  color: #34373d;
  background-color: #d9dbde;
}
/*# sourceMappingURL=app_suppliers.css.map */