#app .generic-button button,
[data-reactroot] .generic-button button {
  background-color: #AAA !important;
}
#app .link-external-button button,
[data-reactroot] .link-external-button button {
  background-color: #327daa !important;
}
#app .external-link-list,
[data-reactroot] .external-link-list,
#app .external-link-item,
[data-reactroot] .external-link-item {
  background-color: #327daa !important;
}
#app .std-button button,
[data-reactroot] .std-button button {
  background-color: #AAA !important;
}
#app .main-app-bar,
[data-reactroot] .main-app-bar {
  background-color: #e5e5e5 !important;
}
#app .main-app-bar .notifications .badge span,
[data-reactroot] .main-app-bar .notifications .badge span {
  color: #fff !important;
}
#app .primary-button > button > div > div > span,
[data-reactroot] .primary-button > button > div > div > span {
  color: #fff !important;
}
#app .generic-button > button > div > div > span,
[data-reactroot] .generic-button > button > div > div > span {
  color: #fff !important;
}
#app .external-link-item,
[data-reactroot] .external-link-item {
  color: #fff !important;
}
#app .select-default[name=skills-skillid],
[data-reactroot] .select-default[name=skills-skillid] {
  display: none !important;
}
body.app-course-registration.flavor-intranet {
  height: auto;
}
body.app-course-registration.flavor-intranet h3 {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid #337daa;
  margin-top: 24px;
  padding-bottom: 8px;
}
body.app-course-registration.flavor-intranet .courses {
  height: 296px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
body.app-course-registration.flavor-intranet .courses .course-tile {
  cursor: pointer;
}
body.app-course-registration.flavor-intranet .course-tile {
  display: flex;
  flex-direction: row;
  height: 120px;
  width: 440px;
  margin-bottom: 24px;
}
body.app-course-registration.flavor-intranet .course-tile .date-box {
  width: 120px;
  height: 112px;
  background-color: #337daa;
  color: #fff;
  text-align: center;
  font-weight: bold;
  flex: 0 0 auto;
  padding-top: 8px;
  margin-right: 20px;
}
body.app-course-registration.flavor-intranet .course-tile .date-box .day {
  font-size: 48px;
}
body.app-course-registration.flavor-intranet .course-tile .date-box .month {
  font-size: 16px;
  text-transform: uppercase;
}
body.app-course-registration.flavor-intranet .course-tile .course-name {
  font-size: 20px;
  font-weight: bold;
  height: 56px;
  width: 256px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 4.8px;
}
body.app-course-registration.flavor-intranet .course-tile .course-details {
  color: #adadad;
  font-size: 16px;
  margin-right: 16px;
  line-height: 24px;
}
body.app-course-registration.flavor-intranet .course-tile .course-details .line {
  display: flex;
  flex-direction: row;
}
body.app-course-registration.flavor-intranet .course-tile .course-details .line i {
  margin-right: 8px;
}
body.app-course-registration.flavor-intranet .course-tile .course-details .line .text {
  white-space: nowrap;
  width: 272px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.app-course-registration.flavor-intranet .course-tile a.register {
  margin-top: 8px;
  font-size: 24px;
}
body.app-course-registration.flavor-intranet .prev-next {
  font-size: 56px;
  font-weight: 100;
  display: flex;
  flex-direction: row;
}
body.app-course-registration.flavor-intranet .prev-next .prev-next-button {
  margin-left: 16px;
}
body.app-course-registration.flavor-intranet #app {
  max-width: 920px;
}
body.app-course-registration.flavor-intranet .course-detail-dialog .course-tile {
  height: auto;
  width: 100%;
}
body.app-course-registration.flavor-intranet .course-detail-dialog .course-tile .course-name {
  width: 100%;
  display: block;
}
body.app-course-registration.flavor-intranet .course-detail-dialog .course-tile .course-details .line .material-icons {
  min-width: 24px;
}
body.app-course-registration.flavor-intranet .course-detail-dialog .course-tile .course-details .line .text {
  white-space: nowrap;
  width: 100%;
}
body.app-course-registration.flavor-intranet .course-detail-dialog .generic-button button {
  background-color: #fff !important;
}
