/** Increase counter table */
@import "increase-counter.css";
 
 

.stageNiceTable {
  font-size:1em !important;
  margin-bottom: 1rem;
  background-color: transparent;
  margin-bottom: 2rem !important;
}
.stageNiceTable td, .stageNiceTable th {border:0px; text-align:center; padding: 0px !important; margin:0px !important; line-height: 1;}
.stageNiceTable tr { border:0px; height:30px; padding:5px; }
.stageNiceTable .stage-color { background-color: orange; font-weight:bold; color:#fff;}
.stageNiceTable .stageValue { background-color:#ffa5007a; font-weight:bold; color:#000;}
.stageNiceTable .increaseValue { height:29px; background-color:#0080008f; font-weight:bold; color:#000;}
.stageNiceTable .difference-color { background-color: green; font-weight:bold; color:#fff;}
.stageNiceTable .increasePercentage { font-weight:bold; color:rgb(4, 80, 4);}
.stageNiceTable .shadow {
  -webkit-box-shadow: 0px 0px 34px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 34px -10px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 34px -10px rgba(0,0,0,0.75);
}
.stageNiceTable .shadow-top {
  -webkit-box-shadow: 0px -13px 34px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -13px 34px -10px rgba(0,0,0,0.75);
  box-shadow: 0px -13px 34px -10px rgba(0,0,0,0.75);
}
.stageNiceTable .highlight { text-transform: uppercase; border-radius: 15px 15px 0px 0px; height:30px; font-size:1.1em; text-decoration: underline; padding:4px; margin:2px; }
.stageNiceTable .text-left{ text-align:left; }

/** Buttons for the table **/
.stageButtons { margin-bottom:5px; }

/** Default hide a stage **/
.hideStage { display: none; }