
.toolbar-title {
  height: 64px;
}
.Draft{
    color: #0FBC00;
}
.Ready {
    color: #0FBC00;
}
.Rejected{
    color: red;
}
.Rejected-OEM{
    color: red;
}
.Approved {
    color: #1C69D4;
}
.Approved-OEM {
    color: #1C69D4;
}
.Submitted {
    color: #444444;
    font-weight: bold;
}
.emailPatch .v-label {
   transform: translateY(-25px) scale(.75)!important;
   background: white;
   padding: 0px 6px;
   left: -33px!important;
}
.no-read {
  font-weight: bold;
}

