﻿
/* STORICO */
 body.user-struttura .col-12 .card .card-body .row.mb-4:nth-child(4) .col-lg-12 table.table-bordered td:nth-child(7) {
    
}

/* ICONE */
[class*=" ri-"], [class^=ri-] {
  font-size: 18px;
}
/* ORDINI */
a.ordibo-codice {
  font-weight: bold;
  color: #0b57d0;
}
a {
  /* color: #0b57d0 !important; */
}
/* INTERFACCIA ADMIN */
.admin-dashboard-tab-intro h5 {
  font-size: 20px !important;
}
.admin-dashboard-tab-ordine ul li:first-child a {
  font-size: 20px !important;
}
.admin-dashboard-tab-ordine ul li:nth-child(14) {
display: none;
}
.admin-dashboard-tab-fabbisogno ul li:first-child a {
  font-size: 20px !important;
}
h2.admin-dashboard-titoli, h2.struttura-dashboard-titoli {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #e34473;
  font-size: 30px;
  font-weight: bold;
}

.compilato {
	color: #3a8b6d !important;
	font-weight:bold !important
}

.admin-amministrazione-tab-riepilogo th {
 }
.admin-amministrazione-tab-budget th {
 }
.admin-amministrazione-tab-dettagli th {
 }
.struttura-dashboard-tab-ordine th {
 }
.admin-amministrazione-tab-strutture {
 }
.admin-amministrazione-tab-prodotti {
 }
.admin-amministrazione-tab-report-strutture {
 }
.admin-amministrazione-tab-report-prodotti {
 }
/* INTERFACCIA STRUTTURA */

.user-admin .topbar-user {
 }
.user-struttura .topbar-user {
    background-color: #ffb400;
}
.user-fornitore .topbar-user {
    background-color: #c1ffbf;
}
.struttura-dashboard-tab-ordine ul li:nth-child(6) {
display: none;
}
.struttura-dashboard-tab-intro .col:last-child a {
display: none;
}
.struttura-dashboard-tab-intro h5 {
  font-size: 20px !important;
}
.struttura-dashboard-tab-ordine ul li:first-child a {
  font-size: 20px !important;
}
.struttura-dashboard-tab-fabbisogno ul li:first-child a {
  font-size: 20px !important;
}





/* INTERFACCIA */
.user-name-sub-text {
  text-transform: uppercase;
  color: #1d79aa !important;
  font-size: 16px !important;
  font-weight: bold;
}
.app-menu.navbar-menu {
  background-color: #1D79AA !important;
}
li.menu-title {
  color: #fff !important;
}
a.nav-link.menu-link {
  color: #fff !important;
}
.navbar-nav .nav-sm .nav-link {
  color: #ffffff !important;
}
.breadcrumb-item.active {
  color: #1d79aa !important;
  font-weight: bold !important;
}
footer.footer {
  color: #000;
  font-weight: bold;
}
h1 {
  font-size: 1.2rem
}
/* BOTTONI */
.btn-group .btn {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
}
.btn-group .btn i {
  font-size: 14px;
}
.btn-info {
  background-color: #1D79AA !important;
}
.btn.btn-info:hover {
  background-color: #005282 !important;
}
.btn-primary {
  background-color: #0b57d0 !important;
}
.btn-primary:hover {
  background-color: #0948b4 !important;
}
.btn-secondary {
  background-color: #ffffff !important;
  color: #0b57d0 !important;
  border-color: #0b57d0 !important;
}
.btn.btn-secondary:hover {
  background-color: #efefef !important;
}
.btn-success {
  background-color: #188038 !important;
}
.btn.btn-success:hover {
  background-color: #157131 !important;
}
.btn-danger {
  background-color: #c5221f !important;
}
.btn.btn-danger:hover {
  background-color: #a11a18 !important;
}
.btn-dark {
  background-color: #555 !important;
}
.btn.btn-dark:hover {
  background-color: #333 !important;
}
.btn-warning {
  background-color: #ffba00 !important;
  color: #000 !important;
}
.btn.btn-warning:hover {
  background-color: #ff9500 !important;
  color: #000 !important;
}
.text-danger {
  color: #c5221f !important;
}
td {
  vertical-align: middle;
}
.ordibo-card-subtitle {
  margin-bottom: 20px;
}
.ordibo-lista-immagini-prodotto {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  list-style: none;
  padding: 10px;
  margin: 0;
  background-color: #e3e3e3;
  border-radius: 5px;
}
.ordibo-lista-immagini-prodotto img {
  height: 300px
}
.ordibo-lista-schede-prodotto {
  list-style: none;
  padding: 10px;
  margin-left: 10px;
  background-color: #e3e3e3;
  border-radius: 5px;
}
.ordibo-lista-schede-prodotto li {
  margin-top: 10px;
  background-color: white;
  padding: 10px;
  box-shadow: #999 1px 1px 1px;
  border-radius: 5px;
  line-height: 30px;
}
.ordibo-lista-schede-prodotto li button {
  float: right;
}
.ordibo-image-wrapper {
  width: 100%;
  border: solid 1px #ced4da;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
}
.ordibo-image-wrapper button {
  margin-top: 10px;
}
.ordibo-image-articolo {
  width: 100%;
}
.ordibo-table-wrapper {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ordibo-dettaglio-struttura-fornitore {
  padding: 10px
}
.ordibo-table-btn {
  padding: 3px;
}
.ordibo-check-user {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1003;
  background-color: #f6f6f6;
}
.ordibo-check-user div {
  background-color: #3285B1;
  margin-top: 100px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: black 0px 2px 4px;
  width: 400px;
  position: fixed;
  left: 50%;
  margin-left: -200px;
  color: white;
  text-align: center;
}
.ordibo-check-user img {
  animation: rotateY-anim 2s linear infinite;
}
.ordibo-quad-stato-ordine {
  width: 10px;
  height: 10px;
  display: inline-block;
}
.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.auth-one-bg {
  background-image: none !important;
}
.logo-sm img {
  height: 20px;
}
.logo-lg img {
  height: 30px;
}
.auth-one-bg .bg-overlay {
  background: #1d79aa !important;
}
.ordibo-ordine-summary td {
  font-size: 1.5rem
}
.ordibo-card-consegna {
  background-color: white;
  border: solid 1px #e3e3e3;
  box-shadow: #999 1px 1px 1px;
}
.ordibo-card-consegna img {
  width: 100%;
  margin-top: 20px;
}
.ordibo-card-consegna td {
  padding: 3px;
}
.ordibo-card-consegna ul {
  list-style: none;
  line-height: 1.8rem;
  margin: 0;
  margin-top: 15px;
  padding: 0
}
.ordibo-stat-card ul {
  background-color: #F3F3F9;
  border: solid 1px #e3e3e3;
  border-radius: 2px;
  font-size: 1.0rem;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 10px;
}
.ordibo-stat-card ul li {
  line-height: 30px;
  margin: 0;
  padding: 0;
}

@keyframes rotateY-anim {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}