a{	
    text-decoration: none;
}
tbody tr:nth-of-type(odd) {
  background-color:rgba(228, 228, 228, 0.11);
}
.v-calendar-daily_head-day {
  overflow: auto;
  max-height: 300px;
}
.v-data-table > .v-data-table__wrapper > table > thead > tr {
  background-color: #00293D;
}
.v-data-table > .v-data-table__wrapper > table > thead > tr > th > span {
  color: white;
  font-size: 12px;
}

.forminput > .v-text-field--outlined fieldset {
  border-color: #adaaaa;
  border-radius: 30px;
}

.forminput
  > .v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)
  > .v-input__control
  > .v-input__slot {
  box-shadow: none;
  border-radius: 30px;
}
#divider.v-divider {
  border-color: var(--v-color1-base);
}

.color-background {
  background: url("/images/login-background.png") no-repeat center center;
  background-size: cover;
}
.color-background-light {
  background: url("/images/bgicon-trans.png") no-repeat center center;
  background-size: cover;
}
.color-background-dark {
  background: url("/images/bgicon-trans.png") no-repeat center center;
  background-size: cover;
}