.v-messages {
  min-height: 0px;
}
.v-menu__content .menuable__content__active .theme--light {
  width: 100px !important;
}

#groupName {
  cursor: pointer;
}
.v-table thead tr {
  background-color: #e5f6ff;
}
table.v-table thead th {
  font-size: 16px !important;
}
table.v-table tbody td {
  font-size: 14px !important;
}
.groupsTitle {
  background-color: #e6e6e6 !important;
  border-top: #c8c8c8 1px solid;
}
.col-3 {
  padding-right: 2%;
}
.mu-demo-form {
  width: 100%;
}
.mu-item-wrapper:hover {
  text-decoration: none;
}
.mu-option.is-focused {
  background-color: white;
}
.name {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v-text-field.v-text-field--enclosed .v-text-field__details {
  margin-bottom: 0px;
}
.v-icon {
  line-height: 0.5!important;
}
.serviceSelect .v-input__slot {
  border: solid 1px gray;
}