﻿.lmsintro {
  min-width: 350px;
  min-height: 100px;
  box-shadow: 0px 10px 10px 0 gray;
}
.lmsintro .introjs-tooltipbuttons .introjs-button {
  background-color: #1665D8;
  background-image: none;
  color: white;
  text-shadow: none;
}
.lmsintro .introjs-tooltipbuttons .introjs-button:hover {
  background-color: #1A77FF;
  background-image: none;
  color: white;
  text-shadow: none;
}
.lmsintro .introjs-tooltipbuttons .introjs-disabled {
  visibility: hidden;
}
.lmsintro .introjs-bullets ul li .active {
  background-color: #1665D8;
}
.lmsintro .introjs-progress .introjs-progressbar {
  background-color: #1665D8;
}
.lmsintro .introjs-tooltiptext {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.lmsintro .leftpanel {
  flex: 0 0 33%;
  text-align: center;
}
.lmsintro .leftpanel .blue {
  color: #1665D8;
}
.lmsintro .rightpanel {
  display: none;
  visibility: hidden;
}
.lmsintro .fullpanel {
  flex: 0 0 50%;
  text-align: center;
}
#learningcenter {
  margin-top: 20px;
}
#learningcenter .menubar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0);
  padding: 0 20px;
}
#learningcenter .menubar .menugroup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
#learningcenter .menubar .menugroup .toggler {
  list-style-type: none;
  font-size: 24px;
  line-height: 24px;
  padding: 14px 14px 13px 14px;
  text-align: left;
  cursor: pointer;
}
#learningcenter .menubar .menugroup .items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
#learningcenter .menubar .menugroup .items .item {
  list-style-type: none;
  margin: 0 3px;
  font-size: 19px;
  line-height: 19px;
  display: none;
}
#learningcenter .menubar .menugroup .items .item a {
  display: block;
  padding: 16px 0;
  font-weight: 700;
  color: #070F29;
  cursor: default;
}
#learningcenter .menubar .menugroup .items .item.active {
  display: block;
  order: -1;
}
#learningcenter .menubar .menugroup .items .item:hover a {
  text-decoration: none;
}
#learningcenter .menubar .menugroup.visible .items .item {
  display: block;
}
#learningcenter .menubar .menugroup.visible .items .item a {
  cursor: pointer;
}
#learningcenter .menubar .menugroup.visible .items .item.active a {
  color: #1665D8;
}
#learningcenter .menubar .menugroup.visible .items .item:hover a {
  color: #1A77FF;
}
#learningcenter .menubar .menugroup.left {
  margin-right: 10px;
}
#learningcenter .menubar .menugroup.left :first-child {
  margin-left: 0;
}
#learningcenter .menubar .menugroup.right {
  margin-left: 10px;
}
#learningcenter .menubar .menugroup.right :last-child {
  margin-right: 0;
}
#learningcenter .menubar .buttongroup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#learningcenter .menubar .buttongroup .button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style-type: none;
  padding: 9px 10px;
  margin: 3px 10px;
  background: #1665D8;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  color: white;
  text-align: center;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
#learningcenter .menubar .buttongroup .button:hover {
  background: #1A77FF;
  text-decoration: none;
  cursor: pointer;
}
#learningcenter .menubar .buttongroup .button strong {
  font-weight: 700;
  line-height: 19px;
  display: none;
}
#learningcenter .menubar .buttongroup .button span {
  font-size: 28px;
  line-height: 28px;
}
#learningcenter .menubar .buttongroup.left {
  margin-right: 10px;
}
#learningcenter .menubar .buttongroup.left :first-child {
  margin-left: 0;
}
#learningcenter .menubar .buttongroup.right {
  margin-left: 10px;
}
#learningcenter .menubar .buttongroup.right :last-child {
  margin-right: 0;
}
#learningcenter .menubar .buttongroup .button {
  border-radius: 50%;
}
#learningcenter .menubar .tutorial {
  display: none;
  flex-grow: 1;
  flex-shrink: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 15px;
}
#learningcenter .menubar .tutorial a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#learningcenter .menubar .tutorial a span {
  margin-right: 5px;
  font-size: 22px;
}
#learningcenter .menubar .tutorial a:hover {
  text-decoration: none;
}
#learningcenter .panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: stretch;
  min-height: 50px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0 1px rgba(0, 0, 0, 0.14);
  margin-top: 20px;
  border-radius: 0;
}
#learningcenter .panel .cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  margin-right: -21px;
  padding: 0 20px 20px;
}
#learningcenter .panel .cards .card {
  flex-basis: 100%;
  border-color: #CCC;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  padding: 16px;
  margin-right: 21px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #9EA0A5;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  position: relative;
}
#learningcenter .panel .cards .card .status {
  margin-bottom: 10px;
}
#learningcenter .panel .cards .card .status span {
  line-height: 20px;
}
#learningcenter .panel .cards .card .status .indicator {
  font-size: 12px;
}
#learningcenter .panel .cards .card .info h4 {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #0077CC;
  margin-bottom: 3px;
  cursor: pointer;
}
#learningcenter .panel .cards .card .info h5 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #0077CC;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: normal;
}
#learningcenter .panel .cards .card .field {
  margin-bottom: 5px;
}
#learningcenter .panel .cards .card .field label {
  color: #3A3B3F;
}
#learningcenter .panel .cards .card .actions {
  display: none;
}
#learningcenter .panel .cards .card .actions .dots {
  display: none;
}
#learningcenter .panel .cards .card .actions .action {
  display: none;
}
#learningcenter .panel .cards .card .actions .actionsmenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: block;
  justify-content: flex-start;
  margin-top: 10px;
}
#learningcenter .panel .cards .card .actions .actionsmenu .action {
  flex-grow: 1;
  flex-shrink: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: inline;
  cursor: pointer;
  padding: 0 20px 0 0;
}
#learningcenter .panel .cards .card .actions .actionsmenu .action span {
  display: none;
}
#learningcenter .panel .cards .card.registered {
  border-color: #CCCCCC;
}
#learningcenter .panel .cards .card.registered .status .indicator {
  color: #CCCCCC;
}
#learningcenter .panel .cards .card.enrolled {
  border-color: #1AAC60;
}
#learningcenter .panel .cards .card.enrolled .status .indicator {
  color: #1AAC60;
}
#learningcenter .panel .cards .card.inprogress {
  border-color: #F7D154;
}
#learningcenter .panel .cards .card.inprogress .status .indicator {
  color: #F7D154;
}
#learningcenter .panel .cards .card.completed {
  border-color: #0079EF;
}
#learningcenter .panel .cards .card.completed .status .indicator {
  color: #0079EF;
}
#learningcenter .panel .cards .card.expired {
  border-color: #F48B34;
}
#learningcenter .panel .cards .card.expired .status .indicator {
  color: #F48B34;
}
#learningcenter .panel .cards .card.cancelled {
  border-color: #E5004C;
}
#learningcenter .panel .cards .card.cancelled .status .indicator {
  color: #E5004C;
}
#learningcenter .panel .cards .card:hover {
  transform: scale(1.04, 1.04);
}
#learningcenter .panel .cards .card .mobilebutton {
  position: absolute;
  z-index: 600;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
#learningcenter .panel .cards .card:hover .mobilebutton {
  opacity: 1;
}
#learningcenter .panel .cards .blocker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 801;
  background: rgba(252, 252, 252, 0.9);
  width: 100%;
  height: 100%;
}
#learningcenter .panel .cards .blocker p {
  position: absolute;
  color: #0099EE;
  font-weight: 700;
  font-size: 24px;
  width: 100%;
  text-align: center;
  top: 48%;
}
#learningcenter .panel .pager {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0 55px 15px 0;
}
#learningcenter .panel .pager .records {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 20px;
}
#learningcenter .panel .pager .records strong {
  flex-basis: 160px;
  text-align: right;
  color: #666;
  font-size: 12px;
}
#learningcenter .panel .pager .records select {
  border: none;
  border-radius: 0;
  padding: 0 0 0 5px;
  min-height: 0;
  width: 50px;
  font-size: 12px;
  color: #666;
  background: transparent;
}
#learningcenter .panel .pager .pages {
  color: #666;
  font-size: 12px;
  padding-right: 10px;
}
#learningcenter .panel .pager .pages em {
  font-style: normal;
}
#learningcenter .panel .pager .arrows a {
  font-weight: bold;
  font-size: 20px;
  color: #666;
  padding-left: 40px;
}
#learningcenter .panel .pager .arrows .movelast,
#learningcenter .panel .pager .arrows .movefirst {
  display: none;
}
#learningcenter .panel.cardview .toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 20px 0;
  align-items: flex-start;
  justify-content: flex-end;
}
#learningcenter .panel.cardview .toolbar .header {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 20px;
}
#learningcenter .panel.cardview .toolbar .header h2 {
  padding: 0;
  margin: 0;
  line-height: 24px;
}
#learningcenter .panel.cardview .toolbar .header .count {
  line-height: 25px;
  color: #9EA0A5;
  padding: 0;
  font-size: 12px;
}
#learningcenter .panel.cardview .toolbar .cardssorter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  flex-basis: 160px;
  font-size: 14px;
  color: #3A3B3F;
  line-height: 33px;
  margin-top: 5px;
}
#learningcenter .panel.cardview .toolbar .cardssorter label {
  display: none;
  min-width: 80px;
  text-align: right;
  line-height: 33px;
  color: #999;
}
#learningcenter .panel.cardview .toolbar .cardssorter select {
  border: none;
  border-radius: 0;
  padding: 0 0 0 5px;
  min-height: 0;
  width: 92px;
  background: transparent;
  font-weight: bold;
}
#learningcenter .panel.cardview .toolbar .cardssorter select.direction {
  width: 55px;
  padding-left: 0;
}
#learningcenter .panel.cardview .toolbar .viewtoggler {
  display: none;
}
#learningcenter .panel.cardview .toolbar .header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#learningcenter .panel.cardview .tablesorter {
  display: none;
}
#learningcenter .panel.listview .toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 20px 0;
  align-items: flex-start;
  justify-content: flex-end;
}
#learningcenter .panel.listview .toolbar .header {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 20px;
}
#learningcenter .panel.listview .toolbar .header h2 {
  padding: 0;
  margin: 0;
  line-height: 33px;
}
#learningcenter .panel.listview .toolbar .header .count {
  line-height: 25px;
  color: #9EA0A5;
  padding: 0 10px;
  font-size: 12px;
}
#learningcenter .panel.listview .toolbar .cardssorter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: none;
  flex-basis: 160px;
  font-size: 14px;
  color: #3A3B3F;
  line-height: 33px;
  margin-top: 5px;
}
#learningcenter .panel.listview .toolbar .cardssorter label {
  display: none;
  min-width: 80px;
  text-align: right;
  line-height: 33px;
  color: #999;
}
#learningcenter .panel.listview .toolbar .cardssorter select {
  border: none;
  border-radius: 0;
  padding: 0 0 0 5px;
  min-height: 0;
  width: 92px;
  background: transparent;
  font-weight: bold;
}
#learningcenter .panel.listview .toolbar .cardssorter select.direction {
  width: 55px;
  padding-left: 0;
}
#learningcenter .panel.listview .toolbar .viewtoggler {
  display: none;
}
#learningcenter .panel.listview .toolbar .header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
#learningcenter .panel.listview .tablesorter {
  display: none;
}
#learningcenter .panel.listview .pager {
  padding: 15px 40px 15px 0;
  border-top: 1px solid #CCC;
}
#learningcenter .nodata {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}
#learningcenter .nodata p {
  margin-top: 20px;
}
#learningcenter .nodata .button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style-type: none;
  padding: 9px 10px;
  margin: 3px 10px;
  background: #1665D8;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  color: white;
  text-align: center;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 13px 20px;
  box-shadow: none;
  max-width: 145px;
}
#learningcenter .nodata .button:hover {
  background: #1A77FF;
  text-decoration: none;
  cursor: pointer;
}
#learningcenter .nodata .button strong {
  font-weight: 700;
  line-height: 19px;
  display: none;
}
#learningcenter .nodata .button span {
  font-size: 28px;
  line-height: 28px;
}
#learningcenter .nodata .button strong {
  display: block;
}
#learningcenter .nodata .button span {
  font-size: 21px;
  line-height: 21px;
  margin-left: 10px;
}
.registrationmodal {
  padding: 0 30px 30px;
}
.registrationmodal .screen h1 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px;
}
.registrationmodal .screen input[type='text'],
.registrationmodal .screen select {
  width: 100%;
  padding: 20px 25px;
  margin-top: 25px;
}
.registrationmodal .screen input[type='text'].invalid,
.registrationmodal .screen select.invalid {
  color: red;
  border: 2px solid red;
}
.registrationmodal .screen .buttons {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
.registrationmodal .screen .buttons button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style-type: none;
  padding: 16px 30px;
  background: #1665D8;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  color: white;
  text-align: center;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  max-height: none;
  height: auto;
  margin-right: 30px;
}
.registrationmodal .screen .buttons button:hover {
  background: #1A77FF;
  text-decoration: none;
  cursor: pointer;
}
.registrationmodal .screen .buttons button.passive {
  padding: 16px 20px;
  background: transparent;
  color: #999;
  border: 1px solid #999;
}
.registrationmodal .screen .buttons button:disabled {
  background: #999;
}
.registrationmodal .screen .buttons button:last-of-type {
  margin-right: 0;
}
#modalcontent .details {
  max-width: 620px;
  min-width: 620px;
  padding: 30px 40px;
}
@media only screen and (min-width: 700px) {
  .lmsintro {
    min-width: 750px;
    min-height: 400px;
    align-items: center;
  }
  .lmsintro .introjs-tooltiptext {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    align-items: center;
  }
  .lmsintro .fullpanel {
    padding: 115px 250px;
    flex: 0 0 100%;
    text-align: center;
    min-height: 300px;
  }
  .lmsintro .leftpanel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex: 0 0 33%;
    text-align: center;
  }
  .lmsintro .rightpanel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    visibility: visible;
    flex-grow: 1;
    flex-shrink: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    align-content: flex-end;
  }
  #learningcenter {
    margin-top: 40px;
  }
  #learningcenter .menubar {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }
  #learningcenter .menubar .menugroup .toggler {
    display: none;
  }
  #learningcenter .menubar .menugroup .items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-right: 20px;
  }
  #learningcenter .menubar .menugroup .items .item {
    display: block;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    font-size: 16px;
  }
  #learningcenter .menubar .menugroup .items .item a {
    padding: 16px;
    cursor: pointer;
  }
  #learningcenter .menubar .menugroup .items .item.active {
    border-bottom: 3px solid #1665D8;
    order: 0;
  }
  #learningcenter .menubar .menugroup .items .item.active a {
    color: #1665D8;
  }
  #learningcenter .menubar .menugroup .items .item:hover {
    border-bottom: 3px solid #1A77FF;
  }
  #learningcenter .menubar .buttongroup .button {
    padding: 13px 20px;
    box-shadow: none;
  }
  #learningcenter .menubar .buttongroup .button strong {
    display: block;
  }
  #learningcenter .menubar .buttongroup .button span {
    font-size: 21px;
    line-height: 21px;
    margin-left: 10px;
  }
  #learningcenter .menubar.right {
    justify-content: flex-end;
  }
  #learningcenter .menubar.center {
    justify-content: center;
  }
  #learningcenter .menubar.split {
    justify-content: space-between;
  }
  #learningcenter .menubar .buttongroup .button {
    border-radius: 4px;
  }
  #learningcenter .menubar .tutorial {
    display: block;
  }
  #learningcenter .panel {
    margin-top: 30px;
    border-radius: 3px;
  }
  #learningcenter .panel.cardview .toolbar {
    margin: 30px 0;
  }
  #learningcenter .panel.cardview .toolbar .header {
    padding: 0 40px;
    align-items: flex-end;
  }
  #learningcenter .panel.cardview .toolbar .header h2 {
    line-height: 33px;
  }
  #learningcenter .panel.cardview .toolbar .header .count {
    padding: 0 10px;
  }
  #learningcenter .panel.cardview .toolbar .cardssorter {
    flex-basis: 220px;
    margin-top: 0;
    margin-right: 20px;
  }
  #learningcenter .panel.cardview .toolbar .cardssorter label {
    display: inline;
  }
  #learningcenter .panel.cardview .toolbar .viewtoggler {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-basis: 100px;
    justify-content: flex-start;
    font-size: 28px;
    color: #BBB;
    cursor: pointer;
    min-width: 100px;
  }
  #learningcenter .panel.cardview .toolbar .viewtoggler span {
    line-height: 33px;
    padding: 0 0 0 3px;
  }
  #learningcenter .panel.cardview .toolbar .viewtoggler .active {
    color: #1665D8;
    cursor: default;
  }
  #learningcenter .panel.cardview .toolbar .header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  #learningcenter .panel.cardview .cards {
    padding: 0 40px;
  }
  #learningcenter .panel.cardview .cards .card {
    flex-basis: 30.9%;
    margin-bottom: 23px;
    border-radius: 8px;
  }
  #learningcenter .panel.cardview .cards .card .actions {
    display: block;
  }
  #learningcenter .panel.cardview .cards .card .actions .actionsmenu {
    display: block;
  }
  #learningcenter .panel.cardview .cards .card .mobilebutton {
    display: none;
  }
  #learningcenter .panel.listview .toolbar {
    margin: 30px 0;
  }
  #learningcenter .panel.listview .toolbar .header {
    padding: 0 40px;
    align-items: flex-end;
  }
  #learningcenter .panel.listview .toolbar .header h2 {
    line-height: 33px;
  }
  #learningcenter .panel.listview .toolbar .header .count {
    padding: 0 10px;
  }
  #learningcenter .panel.listview .toolbar .cardssorter {
    flex-basis: 220px;
    margin-top: 0;
    margin-right: 20px;
  }
  #learningcenter .panel.listview .toolbar .cardssorter label {
    display: inline;
  }
  #learningcenter .panel.listview .toolbar .viewtoggler {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-basis: 100px;
    justify-content: flex-start;
    font-size: 28px;
    color: #BBB;
    cursor: pointer;
    min-width: 100px;
  }
  #learningcenter .panel.listview .toolbar .viewtoggler span {
    line-height: 33px;
    padding: 0 0 0 3px;
  }
  #learningcenter .panel.listview .toolbar .viewtoggler .active {
    color: #1665D8;
    cursor: default;
  }
  #learningcenter .panel.listview .toolbar .header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  #learningcenter .panel.listview .tablesorter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 40px 5px;
  }
  #learningcenter .panel.listview .tablesorter a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #414141;
  }
  #learningcenter .panel.listview .tablesorter a span {
    display: none;
  }
  #learningcenter .panel.listview .tablesorter a:hover {
    text-decoration: none;
    color: #0099EE;
  }
  #learningcenter .panel.listview .tablesorter a.active {
    font-weight: bold;
  }
  #learningcenter .panel.listview .tablesorter a.active span {
    display: inline;
    padding: 4px 0 0 5px;
    font-size: 14px;
  }
  #learningcenter .panel.listview .tablesorter .name {
    flex-grow: 1;
    flex-shrink: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
  #learningcenter .panel.listview .tablesorter .expiration {
    flex-basis: 140px;
    max-width: 140px;
  }
  #learningcenter .panel.listview .tablesorter .status {
    flex-basis: 140px;
    max-width: 140px;
  }
  #learningcenter .panel.listview .tablesorter .actions {
    flex-basis: 60px;
    max-width: 60px;
  }
  #learningcenter .panel.listview .cards {
    padding: 0;
    margin-right: 0;
  }
  #learningcenter .panel.listview .cards .card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    flex-basis: 100%;
    justify-content: space-between;
    align-items: center;
    border-color: #CCC;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-radius: 0;
    padding: 10px 40px;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #9EA0A5;
  }
  #learningcenter .panel.listview .cards .card .status {
    order: 3;
    flex-basis: 140px;
    max-width: 140px;
    margin-bottom: 0;
  }
  #learningcenter .panel.listview .cards .card .status .indicator {
    font-size: 12px;
    margin-right: 3px;
  }
  #learningcenter .panel.listview .cards .card .info {
    order: 1;
    flex-grow: 1;
    flex-shrink: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    justify-content: space-between;
    padding-right: 30px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #learningcenter .panel.listview .cards .card .info h4 {
    padding: 0;
    margin: 0;
    order: 1;
    font-size: 14px;
    color: #0077CC;
    flex-grow: 1;
    flex-shrink: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    flex-basis: 380px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 3px;
  }
  #learningcenter .panel.listview .cards .card .info h5 {
    order: 3;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #0077CC;
    cursor: pointer;
    margin-bottom: 0;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #learningcenter .panel.listview .cards .card .field {
    order: 2;
    margin-bottom: 0;
    flex-basis: 140px;
    max-width: 140px;
  }
  #learningcenter .panel.listview .cards .card .field label {
    display: none;
  }
  #learningcenter .panel.listview .cards .card .startdate,
  #learningcenter .panel.listview .cards .card .enddate,
  #learningcenter .panel.listview .cards .card .type {
    flex-grow: 1;
    flex-shrink: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    flex-basis: 200px;
  }
  #learningcenter .panel.listview .cards .card .startdate,
  #learningcenter .panel.listview .cards .card .type {
    display: none;
  }
  #learningcenter .panel.listview .cards .card .actions {
    order: 4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    flex-basis: 60px;
    max-width: 60px;
    position: relative;
    line-height: 19px;
    max-height: 19px;
    height: 19px;
  }
  #learningcenter .panel.listview .cards .card .actions .dots {
    display: block;
    font-size: 24px;
    color: #9EA0A5;
    line-height: 19px;
    max-height: 19px;
    height: 19px;
  }
  #learningcenter .panel.listview .cards .card .actions .dots:hover {
    cursor: pointer;
    text-decoration: none;
  }
  #learningcenter .panel.listview .cards .card .actions .action {
    display: block;
    font-size: 22px;
    padding-left: 10px;
    color: #9EA0A5;
  }
  #learningcenter .panel.listview .cards .card .actions .action:hover {
    cursor: pointer;
    text-decoration: none;
    color: #0099EE;
  }
  #learningcenter .panel.listview .cards .card .actions .actionsmenu {
    position: absolute;
    z-index: 800;
    right: 0;
    top: -11px;
    background: white;
    border: 1px solid #CCC;
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.3);
    min-width: 150px;
    display: none;
  }
  #learningcenter .panel.listview .cards .card .actions .actionsmenu .action {
    display: block;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 14px;
  }
  #learningcenter .panel.listview .cards .card .actions .actionsmenu.visible {
    display: block;
  }
  #learningcenter .panel.listview .cards .card.registered {
    border-color: #CCC;
  }
  #learningcenter .panel.listview .cards .card.registered .status .indicator {
    color: #CCCCCC;
  }
  #learningcenter .panel.listview .cards .card.enrolled {
    border-color: #CCC;
  }
  #learningcenter .panel.listview .cards .card.enrolled .status .indicator {
    color: #1AAC60;
  }
  #learningcenter .panel.listview .cards .card.inprogress {
    border-color: #CCC;
  }
  #learningcenter .panel.listview .cards .card.inprogress .status .indicator {
    color: #F7D154;
  }
  #learningcenter .panel.listview .cards .card.completed {
    border-color: #CCC;
  }
  #learningcenter .panel.listview .cards .card.completed .status .indicator {
    color: #0079EF;
  }
  #learningcenter .panel.listview .cards .card.expired {
    border-color: #CCC;
  }
  #learningcenter .panel.listview .cards .card.expired .status .indicator {
    color: #F48B34;
  }
  #learningcenter .panel.listview .cards .card.cancelled {
    border-color: #CCC;
  }
  #learningcenter .panel.listview .cards .card.cancelled .status .indicator {
    color: #E5004C;
  }
  #learningcenter .panel.listview .cards .card:hover {
    transform: none;
  }
  #learningcenter .panel.listview .cards .card .mobilebutton {
    display: none;
  }
  #learningcenter .nodata .button {
    padding: 13px 20px;
    box-shadow: none;
  }
  #learningcenter .nodata .button strong {
    display: block;
  }
  #learningcenter .nodata .button span {
    font-size: 21px;
    line-height: 21px;
    margin-left: 10px;
  }
  .registrationmodal {
    padding: 60px;
    min-width: 620px;
    max-width: 620px;
  }
  .registrationmodal .screen h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .registrationmodal .screen input[type='text'],
  .registrationmodal .screen select {
    padding: 25px 35px;
    margin-top: 45px;
  }
  .registrationmodal .screen .buttons {
    justify-content: flex-end;
  }
  .registrationmodal .screen .buttons button {
    box-shadow: none;
    padding: 20px 45px;
    margin-right: 40px;
  }
  .registrationmodal .screen .buttons button.passive {
    padding: 20px 25px;
  }
}