body{
  background-color: #ccc;
}
label {
  font-weight: 700;
}
.loading {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: progress;
}

.loading img {
  position: relative;
  top: 50vh;
  left: 50vw;
}

.span.Zebra_DatePicker_Icon_Wrapper{
  width:unset !important;
}

.btn.btn-sm{
  font-size: 0.7em;
}

span.perc_done{
  color:red;
  padding: 0px 5px;
}
span.perc_done{
  color:blue;
}

.tasksList li {
  font-size:1.1em;
  background-color: khaki;
}

.tasksList li:nth-child(even){
  background-color: #fff;
}

.lblTask {
  background-color: #fff
}

.btn.dropdown-toggle{
  background-color: transparent !important;
  color: #555 !important;
}

/*.percVal::after{
    content:' %';
    display: inline-block;
    width: 12px;
    height: 12px;
}*/





