#ire-sidenav, 
#ire-sidenav.md-locked-open, 
#ire-sidenav.md-closed.md-locked-open-add-active {
    width: 100% !important;
    max-width: 450px !important;
} 

.calendar {
  text-align: center;
  width: 100%;
}

.full-width {
  width: 100%;
}

.divider {
  width: 100%;
  background-color: #d2cece;
  height: 1px;
}

.txt-center {
  text-align: center;
}

.green {
  color: #9AC221;
}

.txt-right {
  text-align: right;
}

.pl-0 {
  padding-left: 0px;
}

.txt-left {
  text-align: left;
} 

.fs-16 {
  font-size: 16px;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.mt-10 {
  margin-top: 10px;
}

.fs-18 {
  font-size: 18px;
}

.m-z {
  margin: 0px;
}

.mt-8 {
  margin-top: 8px
}

.roboto {
  font-family: "Roboto Regular"
}

.margin-box {
  margin-left: 25px;
  margin-right: 25px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-30 {
  margin-left: 30px;
}

.checklist-title {
  margin-left: 10px;
  font-size: 14px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-8 {
  padding-top: 8px;
} 

.pr-20 {
  padding-right: 20px;
}  

.pt-16 {
  padding-top: 16px;
} 

.ire {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: "Roboto Regular";
}

.ire-value {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-10 {
  margin-bottom: 10px;
}


.block-color {
  border: 1px solid black;
  padding-top: 2px;
  padding-right: 20px;
  margin-right: 10px;
}

.ire-error-color {
  fill:  rgb(237, 40, 0) !important;
  color: #ed2800;
}

.ire-warning-color {
  fill:  rgb(241, 139, 4) !important;
  color: #f18a04;
}

.ire-success-color {
  fill:  rgb(154, 194, 33) !important;
  color: #9ac221;
}

.ire-details-title {
  width: 100%;
  font-size: 14px;
  font-weight: bolder;
}

.ire-equation-img {
  max-width: 100%;
  margin-bottom: 20px;
}