html {
  height: 100%;
}

* html body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0 auto;
  /* min-height: 100%; */
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */
  /* font-weight: 700; */
}

h1.page-title,
h2.page-title,
h3.page-title,
h4.page-title,
h5.page-title,
h6.page-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}

.uk-button {
  border-radius: 3px;
}

.uk-navbar-nav > li > a.uk-active {
  color: #333;
}
.uk-radio-fixed .el-radio-button__inner {
  min-width: 110px;
}

.logo {
  margin-top: 0px;
  width: 90px;
}

.calendars-img {
  width: 410px;
}

.trial-img {
  width: 410px;
}

.offer-title {
  /* min-height: 70px; */
}

#meta {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  padding: 1px 0;
}

#copyright {
  padding-left: 21px;
  font-size: 90%;
  color: #909090;
  text-align: center;
}

.version-info {
  float: right;
  margin-right: 21px;
}

.link-line-height {
  line-height: 1.5;
}

.uk-width-3xlarge {
  width: 940px;
}

.el-avatar,
.el-avatar:active,
.el-avatar:focus,
.el-avatar:hover {
  background: #ffffff;
  color: white;
}

:focus:not([tabindex^="-"]) {
  outline: inherit;
  outline-offset: inherit;
}

.main-menu {
  border-bottom: none;
}

.main-menu .is-active .el-sub-menu__title,
.main-menu .el-menu-item.is-active {
  border-bottom: none !important;
}

.main-menu .el-sub-menu__title,
.main-menu .el-menu-item {
  border-bottom: none !important;
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus {
  background-color: inherit;
}
.el-menu--horizontal.el-menu {
  border-bottom: none;
}

:root {
  --el-menu-item-height: 36px;
}

.courses-header {
  font-weight: normal;
  color: #b7b7b7;
  font-size: smaller;
}

.lesson-date.el-date-editor.el-input {
  width: 184px;
}
.lesson-select.el-input,
.lesson-select.el-select {
  width: 184px;
}
.common-table-cell {
  font-size: var(--el-font-size-base);
}
