.loading-cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.66);
  text-align: center;
  display: none;
  z-index: 1; }
  .loading-cont .loading-spin-cont {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.chart-cont {
  margin-bottom: 60px; }
  .chart-cont h3.decor-title {
    background: rgba(38, 185, 154, 0.88);
    color: white;
    padding: 5px; }

.chart-title {
  margin: 40px 50px;
  font-size: 16px; }

.chart-text {
  margin: 0 50px; }

.rating-cont {
  margin-right: 10px; }
  .rating-cont small {
    color: #FFF; }

.rating-badge {
  position: absolute;
  padding: 20px 25px;
  right: 28px;
  top: -6px;
  border-radius: 100%;
  box-shadow: 0 2px 7px -2px black; }
  .rating-badge.F {
    background: #2b292d; }
  .rating-badge.E {
    background: #ff4500;
    color: #7a2100; }
  .rating-badge.D {
    background: #ffa500;
    color: #664200; }
  .rating-badge.C {
    background: #ffeb3b;
    color: #706500; }
  .rating-badge.B {
    background: #90ee90;
    color: #189a18; }
  .rating-badge.A {
    background: #87ceeb;
    color: #186e90; }

.back-to {
  margin-bottom: 40px; }

.field-sort {
  cursor: move; }

#campi-input-cont .campo-input {
  margin-bottom: 20px; }

.file-commessa-group {
  border-radius: 2px;
  padding: 10px;
  background: #ededed;
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.56);
  position: relative; }
  .file-commessa-group:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #ededed;
    box-shadow: -3px 0 5px -1px #ededed; }

.loader-cont {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  z-index: 9999; }
  .loader-cont .fa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }

.campionatura-row {
  background: #80deea; }

.produzione-row {
  background: #ce93d8; }

/*# sourceMappingURL=stileAdmin.css.map */




.wizard{
    background-color: #e0e0e0;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:10px;
    margin-bottom:10px;
    border-left:5px solid white;
    border-right:5px solid white;
    text-align:center;
}

.wizard.active{
    background-color: #80ff80;
    padding-top:30px;
    padding-bottom:30px;
    margin-top:0px;
    margin-bottom:0px;
}