.switch label.inline-label {
  line-height: 30px;
  margin: 2px 0;
  height: 30px;
  padding-left: 10px;
}

tfoot {
  display: table-header-group;
}

.table-responsive > .table-bordered {
  border: 1px solid #ECF0F3;
}

select[readonly] {
  background: #eee !important;
  pointer-events: none;
  touch-action: none;
}

.login .option .option-label .option-head .option-title {
  font-size: 1rem;
}

label.required:after {
  content: " * ";
  color: #F64E60;
}

h3.required:after {
  content: " * ";
  color: #F64E60;
}