/* Template CSS: /v2/classmgmt/widgets/ama/AttendanceListView.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container > hbox {
  align-items: flex-end;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container > hbox > vbox,
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container > hbox > hbox > button {
  margin-right: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container > hbox > vbox > label,
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container > hbox > hbox > button > label {
  color: #787878;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container > div {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container > div > .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_dataTable .date-time {
  display: inline-block;
  width: 7em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container > div > .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_dataTable .present {
  color: #84C55F;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container > div > .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_dataTable .absent {
  color: #EE3523;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container table {
  width: 100% !important;
  margin: 0;
  border: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container table > thead > tr > th {
  border: 0;
  color: #000;
  font-weight: bold;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container table > tbody > tr > td {
  border-right: 0;
  border-left: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container table > tbody > tr > td div.AttendanceStatus {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  cursor: pointer;
  color: #FFF;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 30%;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container table > tbody > tr > td div.AttendanceStatus.NotTakeAttendance {
  background: #AAA;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container table > tbody > tr > td div.AttendanceStatus.Present,
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container table > tbody > tr > td div.AttendanceStatus.Tardy,
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container table > tbody > tr > td div.AttendanceStatus.LeftEarly,
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container table > tbody > tr > td div.AttendanceStatus.TardyLeftEarly {
  background: #84C55F;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container table > tbody > tr > td div.AttendanceStatus.Absent,
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container table > tbody > tr > td div.AttendanceStatus.ExcusedAbsence {
  background: #EE3523;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_container table > tbody > tr > td .DateTimeWrapper.Rescheduled:after {
  content: "Rescheduled";
  font-weight: normal;
  background-color: #F6E071;
  color: #000000;
  display: inline-block;
  font-size: 0.85em;
  padding: 0.3em;
  line-height: 1;
  border-radius: 0.2em;
  margin-left: 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .EmptyAttendanceList {
  display: none;
  padding: 1em;
  text-align: center;
  font-size: 1.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml .EmptyAttendanceList > span {
  font-weight: bold;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml.NoData .EmptyAttendanceList {
  display: block;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_AttendanceListView_xhtml.NoData .AnonId__v2_classmgmt_widgets_ama_AttendanceListView_xhtml_dataTableContainer {
  display: none;
}


/* Template CSS: /v2/classmgmt/widgets/ama/ChangeRegSlot.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_container {
  min-height: 40em;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_container {
    min-width: 45em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_container {
  min-width: 45em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_container > .content-wrapper {
  background: #fff;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_container > .content-wrapper > .header {
  background: #5fa8dc;
  color: #fff;
  margin-left: -1px;
  padding: 0.2em 0 0.2em 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_contentPane {
  padding: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_contentPane .item-wrapper {
  padding: 0.5em 1em;
  border-top: 1px #ddd solid;
  align-items: center;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_contentPane .item-wrapper > input {
  width: 2em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_contentPane .item-wrapper > input[disabled]:before {
  content: "\F739";
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_contentPane .item-wrapper > hbox {
  align-items: center;
  flex-wrap: wrap;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_contentPane .item-wrapper > hbox > div {
  padding: 0.5em;
  text-transform: uppercase;
  color: #000;
  background: #EEE;
  font-weight: bold;
  margin-right: 0.5em;
  min-width: 7em;
  text-align: center;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_contentPane .item-wrapper > hbox > span {
  color: #EE3523;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_contentPane .item-wrapper:first-child {
  border-top: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_contentPane .item-wrapper:hover {
  cursor: pointer;
  background: #FFF9ED;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_contentPane .item-wrapper.selected {
  background: #FFF9ED;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_contentPane .item-wrapper.is-member-registered {
  background: #c6e0f4;
  pointer-events: none;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_contentPane .item-wrapper.is-member-registered > input[type=radio] {
  pointer-events: none;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_contentPane .item-wrapper.full > hbox > div {
  background-color: #EE3423;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_contentPane .item-wrapper.waitlist > hbox > div {
  background-color: #F5E071;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml .AnonId__v2_classmgmt_widgets_ama_ChangeRegSlot_xhtml_contentPane .item-wrapper .SlotIndex {
  padding: 0.5em;
  font-weight: bold;
}


/* Template CSS: /v2/classmgmt/widgets/ama/ClassDetail.xhtml */
body .DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml.Selected .ClassHeader {
  color: #FFF;
  background: #5FA8DC;
  border-color: #5FA8DC;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .HighlightPane {
  align-items: center;
  padding: 0.5em;
  font-weight: bold;
  border-top: 1px #E9E9E9 solid;
  border-bottom: 1px #E9E9E9 solid;
  background: #D1D1D1;
  color: #000;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .ClassHeader {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #D8D8D8;
  border: 1px #D8D8D8 solid;
  padding: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .ClassHeader a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .ClassContent {
  background-color: #FFF;
  border: solid 1px #D8D8D8;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .ClassContent label {
  color: #787878;
  font-weight: bold;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .ClassContent .DetailPane {
  max-width: 50%;
  overflow: hidden;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .ClassContent .DetailPane > .Location {
  flex-wrap: wrap;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .ClassContent .DetailPane > .Location > strong {
  margin-right: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .ClassContent .DetailPane > *:not(:first-child),
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .ClassContent .FeePane > *:not(:first-child) {
  margin-top: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .ClassContent .ChargeAndFeePane {
  max-width: 50%;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .ClassContent .MapPicker {
  cursor: pointer;
  color: #5FA8DC;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .FixedNode {
  width: 10em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .FeePane {
  padding: 0.5em;
  background-color: #F5F5F5;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .FeePane > h3 {
  font-size: 1.25em;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_chargeInfoPane {
  padding: 0.5em;
  margin-bottom: 0.5em;
  background-color: #FCF8E3;
  border: 1px #FAEBCC solid;
  color: #8A6D3B;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_slotsPane .AnonId_container {
  min-height: 0em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_slotsPane .content-wrapper > .AnonId_contentPane {
  padding: 0em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_slotsPane .content-wrapper > .AnonId_contentPane .item-wrapper {
  padding-left: 0em;
  border-top-style: dashed;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .Summary,
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .ClassNote,
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_slotsPane {
  padding: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container:not(.Expand) .ClassContent,
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container:not(.Expand) .ClassHeader .menu-down {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container.Expand .ClassHeader .menu-right {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .SlotsPane:not(.Expand) .HighlightPane .menu-down,
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .SlotsPane:not(.Expand) .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_slotsPane {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container .SlotsPane.Expand .HighlightPane .menu-right {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container:not(.HasMap) .MapPicker {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetail_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetail_xhtml_container:not(.HasLocation) .AnonId_locationName {
  opacity: 0.6;
  font-weight: normal;
}


/* Template CSS: /v2/classmgmt/widgets/ama/ClassDetailDialog.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container {
  min-height: 50em;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container {
    min-width: 60em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container {
  min-width: 60em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_memberName {
  margin: 0;
  font-weight: 400;
  font-size: 1.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classDetailWrapper {
  background: #fff;
  margin-top: 1em;
  padding: 1em;
  border: 1px #ddd solid;
  border-radius: 4px;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classDetailWrapper > hbox {
  align-items: center;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classDetailWrapper > hbox > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_className {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classDetailWrapper > hbox > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classControls > a {
  text-transform: uppercase;
  color: #5fa8dc;
  font-size: 0.8em;
  font-weight: bold;
  cursor: pointer;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classDetailWrapper > hbox > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classControls > a > span {
  font-weight: normal;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classDetailWrapper > hbox > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classControls > a:first-child {
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: 1px #ddd solid;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classDetailWrapper > hbox > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classControls > a:hover {
  text-decoration: underline;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classDetailWrapper > hbox > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classControls > a.action-disabled {
  pointer-events: none;
  color: #BABABA;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classDetailWrapper > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_slotContentWrapper {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classDetailWrapper > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_slotContentWrapper > label {
  color: #787878;
  font-weight: bold;
  margin-right: 0.5em;
  min-width: 6em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classDetailWrapper > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_slotContentWrapper > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_slotContent {
  flex-wrap: wrap;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classDetailWrapper > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_slotContentWrapper > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_slotContent > div {
  margin-right: 0.5em;
  padding: 0.5em;
  text-transform: uppercase;
  color: #000;
  min-width: 7em;
  background: #EEE;
  font-weight: bold;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classDetailWrapper > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_instructorContentWrapper {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_classDetailWrapper > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_instructorContentWrapper > label {
  color: #787878;
  font-weight: bold;
  margin-right: 0.5em;
  min-width: 6em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_attendanceSkillsPane {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_attendanceSkillsPane > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_tabPane > div {
  width: 100% !important;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_attendanceSkillsPane > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_tabPane > div > div {
  padding: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_attendanceSkillsPane > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_tabPane > div .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_skillsPane {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_attendanceSkillsPane .widget_TabPane > .AnonId_header {
  background: inherit;
  padding-left: 0;
  border-bottom: 1px #84C55F solid;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_attendanceSkillsPane .widget_TabPane > .AnonId_header > .TabHeader {
  background: #ddd;
  margin-bottom: -1px;
  margin-right: 0.2em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px #84C55F solid;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_attendanceSkillsPane .widget_TabPane > .AnonId_header > .TabHeader.ActiveTab {
  border-top: 0;
  background: #84C55F;
  color: #fff;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_attendanceSkillsPane .checkbox-blank-circle-outline {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_ClassDetailDialog_xhtml_attendanceSkillsPane.InapplicabledAttendance .TabHeader[tab-key="Attendance"] {
  display: none;
}


/* Template CSS: /v2/classmgmt/widgets/ama/LegacyMoveClassDialog.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_containerWrapper {
  min-width: 60em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_containerWrapper > .title-pane {
  align-items: center;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_containerWrapper > .title-pane > .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_paneTitle {
  font-size: 1.5em;
  font-weight: bold;
  color: #666;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_containerWrapper > .title-pane .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_cloneButton {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_containerWrapper > .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_indexAction {
  align-items: center;
  margin-bottom: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_containerWrapper > .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_indexAction > a {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  align-items: center;
  color: #5fa8dc;
  text-transform: uppercase;
  cursor: pointer;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_containerWrapper > .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_indexAction > a > icon {
  font-weight: bold;
  font-size: 1.2em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_containerWrapper > .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_indexAction > a:hover {
  color: #2b84c4;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_containerWrapper > .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_indexAction > a.action-disabled {
  pointer-events: none;
  color: #BABABA;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_containerWrapper > .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_indexAction > span.sep {
  margin: 0 0.5em;
  color: #939393;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_containerWrapper > .content-pane {
  margin-top: 0;
  position: relative;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_containerWrapper > .content-pane > .AnonId__v2_classmgmt_widgets_ama_LegacyMoveClassDialog_xhtml_legacyFrame {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 0;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #eeeeee 100%);
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #c6c6c6;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 #fff, inset 0 -1px 8px rgba(0, 0, 0, 0.1);
}


/* Template CSS: /v2/classmgmt/widgets/ama/LocationOnMapDialog.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_ama_LocationOnMapDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_LocationOnMapDialog_xhtml_containerWrapper {
  min-width: 60em;
  min-height: 40em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_LocationOnMapDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_LocationOnMapDialog_xhtml_containerWrapper > .content-pane {
  margin-top: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_LocationOnMapDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_LocationOnMapDialog_xhtml_containerWrapper > .content-pane > .AnonId__v2_classmgmt_widgets_ama_LocationOnMapDialog_xhtml_legacyManageStudentFrame {
  margin-top: 0;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #eeeeee 100%);
  position: relative;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #c6c6c6;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 #fff, inset 0 -1px 8px rgba(0, 0, 0, 0.1);
}


/* Template CSS: /v2/classmgmt/widgets/ama/MemberClassListView.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row {
  border-top: 1px #ddd solid;
  padding: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row {
  padding: 0.5em 0;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > .instructor-name {
    margin-left: 0;
  }
  .DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > .instructor-name > span {
    border-left: 1px #ddd solid;
    padding-left: 0.5em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > .instructor-name {
  margin-left: 0;
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > .instructor-name > span {
  border-left: 1px #ddd solid;
  padding-left: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > hbox:not(.instructor-name) > span {
  padding-left: 0.2em;
  font-weight: bold;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row hbox:not(.instructor-name) > span:first-child {
  border-left: 0;
  padding-left: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row hbox > span.program-color {
  width: 1em;
  height: 1em;
  padding: 0;
  margin-left: 0.2em;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > hbox {
  margin-left: 1em;
  align-items: center;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > hbox > hbox {
  align-items: center;
  margin-left: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > hbox > hbox:first-child {
  margin-left: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > hbox > label,
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > hbox > hbox > label {
  font-weight: bold;
  color: #787878;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > hbox > label {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px #DDD solid;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > hbox > label:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > hbox > hbox > .reg-slot-content {
  margin-left: 0.5em;
  flex-wrap: wrap;
  -webkit-print-color-adjust: exact;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > hbox > hbox > .reg-slot-content > div {
  padding: 0.5em 0.5em;
  text-transform: uppercase;
  color: #fff;
  background: #949494;
  font-weight: bold;
  margin: 1px 0.5em 1px 0;
  width: 7em;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  text-align: center;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > hbox > hbox > .skills-content {
  margin-left: 0.5em;
  padding: 0.2em 1em;
  border: 1px #ddd solid;
  border-radius: 3px;
  font-weight: bold;
  color: #5fa8dc;
  position: relative;
  cursor: pointer;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > hbox > hbox > .skills-content.show-detail {
  color: #fff;
  background: #5fa8dc;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > hbox > hbox > .attendance-content {
  margin-left: 0.5em;
  font-weight: bold;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > hbox:first-child {
  margin-left: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > .AnonId_groupingWrapper > hbox {
  flex: 1 1 1em;
  flex-basis: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row > .AnonId_groupingWrapper > hbox > span {
  margin-left: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row.title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-direction: row !important;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row.title > strong:hover {
  cursor: pointer;
  text-decoration: underline;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row.title > .RegStatus {
  margin-left: 0.5em;
  font-weight: bold;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row.title > .RegStatus.Active {
  color: #84c55f;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row.title > .RegStatus.Inactive {
  color: #FF0000;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > .sub-row.title > .RegStatus.Waiting {
  color: #DFA418;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > hbox.sub-row {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    margin-left: 0;
    align-items: flex-start;
  }
  .DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > hbox.sub-row > hbox {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row > hbox.sub-row > hbox:first-child {
    margin-top: 0;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row:not(.HasLocation) .AnonId_locationName {
  opacity: 0.6;
  font-weight: normal !important;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Row:first-child {
  border-top: 0;
}
body .SkillPopupContainer {
  padding: 0;
}
body .skill-popup-container ul {
  padding: 0;
  margin: 0;
  min-width: 15em;
}
body .skill-popup-container ul > li {
  list-style: none;
  padding: 0.5em;
  border-top: 1px #ddd solid;
}
body .skill-popup-container ul > li:first-child {
  border-top: 0;
}
body .skill-popup-container ul > li hbox {
  align-items: center;
}
body .skill-popup-container ul > li hbox > .check-circle {
  color: #84C55F;
  font-weight: bold;
  visibility: hidden;
}
body .skill-popup-container ul > li hbox > span {
  margin-left: 0.5em;
}
body .skill-popup-container ul > li.passed hbox > .check-circle {
  visibility: inherit;
}
body .skill-popup-container ul > li.passed hbox > span {
  margin-left: 0.5em;
}
body .skill-popup-footer {
  padding: 0.5em 1em;
  text-align: center;
  background: #ddd;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassListView_xhtml_listView {
  background: #fff;
  flex-direction: column;
  -webkit-flex-direction: column;
  border: 1px #ddd solid;
  overflow-x: hidden;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .MyAccountView > .Row hbox.sub-row {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  margin-left: 0;
  align-items: flex-start;
  width: 100%;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .MyAccountView > .Row hbox.sub-row > hbox {
  margin-left: 0;
  margin-top: 1em;
  width: 100%;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .MyAccountView > .Row hbox.sub-row > hbox:first-child {
  margin-top: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .MyAccountView > .Row hbox.sub-row > .instructor-name > span {
  margin-right: 1em;
  border: 0;
  padding: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .MyAccountView > .Row hbox.sub-row > .instructor-name > .ActionLink {
  cursor: pointer;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .MyAccountView > .Row hbox.sub-row > .instructor-name > .ActionLink icon {
  font-size: 1.4em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .MyAccountView > .Row hbox.sub-row > .instructor-name > .ActionLink:hover {
  color: #5fa8dc;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .MyAccountView > .Row hbox.sub-row > .instructor-name > .ActionLink.Disabled {
  color: #AAA;
  pointer-events: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .Hidden {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .EmptyClassList {
  display: none;
  padding: 1em;
  text-align: center;
  font-size: 1.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml.NoData .EmptyClassList {
  display: block;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml.NoData .AnonId__v2_classmgmt_widgets_ama_MemberClassListView_xhtml_listView {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .change-slot-button {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .TransferredBox {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  align-items: baseline;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .TransferredBox .TransferredActionButton {
  font-size: 1em;
  color: #469ADB;
  opacity: 0.65;
  padding: 0em 0.3em;
  cursor: pointer;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .TransferredBox .TransferredSeparator {
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassListView_xhtml .TransferredBox .TransferredLabel {
  opacity: 0.8;
}


/* Template CSS: /v2/classmgmt/widgets/ama/MemberClasses.xhtml */
body .DynamicTemplate_v2_classmgmt_widgets_ama_MemberClasses_xhtml {
  overflow: hidden;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClasses_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClasses_xhtml_container {
  background: #eee;
  padding: 1.200000006em 0;
  overflow: hidden;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClasses_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClasses_xhtml_header {
  padding: 0 1.200000006em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClasses_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClasses_xhtml_header > h2 {
  font-weight: 500;
  color: #000;
  padding: 0;
  margin: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClasses_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClasses_xhtml_header > .AnonId__v2_classmgmt_widgets_ama_MemberClasses_xhtml_actionPane > button {
  font-weight: bold;
  padding: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClasses_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClasses_xhtml_header > .AnonId__v2_classmgmt_widgets_ama_MemberClasses_xhtml_actionPane > button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClasses_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClasses_xhtml_header > .AnonId__v2_classmgmt_widgets_ama_MemberClasses_xhtml_actionPane > button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClasses_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClasses_xhtml_contentPane {
  padding: 0 1.200000006em;
  overflow: hidden;
}


/* Template CSS: /v2/classmgmt/widgets/ama/MemberClassesList.xhtml */
body .DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesList_xhtml {
  overflow: hidden;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_contentPane {
  overflow: hidden;
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_contentPane > .action-pane {
  margin-bottom: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_contentPane > .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_tabPane {
  overflow: hidden;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_contentPane > .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_tabPane > .AnonId_content {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  overflow: hidden;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_contentPane > .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_tabPane > .AnonId_content > .TabBody {
  padding: 0;
  overflow: hidden;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_contentPane > .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_tabPane > .AnonId_content > .TabBody > .tab-content {
  overflow: auto;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_activeClasses > vbox > vbox > vbox {
  flex-basis: auto;
  border: 1px #ddd solid;
  background: #fff;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_activeClasses > hbox {
  align-items: center;
  height: 5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_activeClasses > hbox > h3 {
  margin: 0;
  padding: 0.5em 1em 0.5em 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_activeClasses > hbox > .AnonId_addClassButton {
  margin-right: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_pastClasses > hbox {
  align-items: center;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_pastClasses > hbox > hbox {
  align-items: center;
  height: 5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_pastClasses > hbox > hbox > h3 {
  margin: 0;
  padding: 0.5em 1em 0.5em 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesList_xhtml_pastClasses > hbox > hbox > .widget_ComboManager {
  margin-left: 0.5em;
  width: 15em;
}


/* Template CSS: /v2/classmgmt/widgets/ama/MemberClassesMonthView.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container {
  border-top: 1px #ddd solid;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_actionPane {
  margin-top: 0.5em;
  align-items: center;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_actionPane > hbox > button {
  background: #fff;
  color: #000;
  border: 1px #ddd solid;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_actionPane > hbox > button > icon {
  font-size: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_actionPane > hbox > button:hover {
  background: #e6e6e6;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_actionPane > hbox > button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_actionPane > hbox > button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_actionPane > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_selectedDate {
  margin: 0 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_actionPane > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_selectedDatePicker input {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane {
  margin-top: 1em;
  overflow: auto;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table {
  width: 100%;
  background: #fff;
  table-layout: fixed;
  border-color: #ddd;
  border-collapse: collapse;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table > thead > tr > th {
  font-weight: normal;
  padding: 0.5em;
  color: #333;
  text-align: left;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table > tbody > tr > td {
  border: 1px #ddd solid;
  vertical-align: top;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table > tbody > tr > td > div {
  min-height: 8em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table > tbody > tr > td > div > .date {
  color: #333;
  padding: 0.5em 0.5em 0 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table > tbody > tr > td > div .item-wrapper {
  padding: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table > tbody > tr > td > div .item-wrapper > .start-time {
  font-weight: bold;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table > tbody > tr > td > div .item-wrapper > hbox {
  align-items: center;
  flex-wrap: wrap;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table > tbody > tr > td > div .item-wrapper > hbox > .Rescheduled {
  display: inline-block;
  font-size: 0.85em;
  padding: 0.3em;
  line-height: 1;
  border-radius: 0.2em;
  margin-left: 0;
  margin-right: 0.5em;
  background-color: #F6E071;
  color: #000000;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table > tbody > tr > td > div .item-wrapper > hbox > .Moved {
  display: inline-block;
  font-size: 0.85em;
  padding: 0.3em;
  line-height: 1;
  border-radius: 0.2em;
  margin-left: 0;
  margin-right: 0.5em;
  background-color: #90D5FF;
  color: #333333;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table > tbody > tr > td > div .item-wrapper > hbox > span:last-child {
  margin-right: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table > tbody > tr > td > div .item-wrapper > .item-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table > tbody > tr > td > div .item-wrapper > .item-title:hover {
  text-decoration: underline;
  cursor: pointer;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table > tbody > tr > td > div .item-wrapper.deleted-slot > .item-title {
  text-decoration: line-through;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table > tbody > tr > td > div .item-wrapper.show-detail {
  background: #ededed;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table > tbody > tr > td:first-child {
  border-left: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_contentPane > table > tbody > tr > td:last-child {
  border-right: 0;
}
body .event-detail-popup-container {
  padding: 1em;
  width: 20em;
}
body .event-detail-popup-container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassName {
  font-size: 1.5em;
  font-weight: bold;
}
body .event-detail-popup-container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassName .DeletedSlot {
  text-decoration: line-through;
  opacity: 0.5;
}
body .event-detail-popup-container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassStartDate {
  color: #EE3523;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
body .event-detail-popup-container > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassStartDate.Rescheduled:after {
  content: "Rescheduled";
  font-weight: normal;
  background-color: #F6E071;
  color: #000000;
  display: inline-block;
  font-size: 0.85em;
  padding: 0.3em;
  line-height: 1;
  border-radius: 0.2em;
  margin-left: 1em;
}
body .event-detail-popup-container > hbox {
  align-items: center;
  padding: 0.5em 0;
  border-top: 1px #ddd solid;
}
body .event-detail-popup-container > hbox > label {
  font-weight: bold;
}
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detaiPopupTotalSkill {
  margin-left: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: #5fa8dc;
  font-size: 1.3em;
}
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance {
  margin-left: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
}
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance > span {
  width: 2em;
  height: 2em;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 0.5em;
}
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance > span > span {
  color: #fff;
  line-height: 2em;
  font-weight: bold;
}
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance.present,
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance.Tardy,
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance.LeftEarly,
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance.TardyLeftEarly {
  color: #84C55F;
}
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance.present > span,
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance.Tardy > span,
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance.LeftEarly > span,
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance.TardyLeftEarly > span {
  border: 1px #84C55F solid;
  background: #84C55F;
}
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance.absent,
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance.ExcusedAbsence {
  color: #EE3523;
}
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance.absent > span,
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance.ExcusedAbsence > span {
  border: 1px #EE3523 solid;
  background: #EE3523;
}
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance.not-take-attendance {
  color: #AAA;
}
body .event-detail-popup-container > hbox > .AnonId__v2_classmgmt_widgets_ama_MemberClassesMonthView_xhtml_detailPopupClassAttendance.not-take-attendance > span {
  border: 1px #AAA solid;
  background: #AAA;
}


/* Template CSS: /v2/classmgmt/widgets/ama/MemberSettingClassesList.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml_memberClassesList {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml_header {
  margin: 1em 0.5em 0.5em 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml_header > h2 {
  font-weight: 500;
  color: #000;
  padding: 0;
  margin: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml_contentPane {
  margin: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .AnonId__v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml_contentPane > .AnonId__v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml_classListView {
  flex-direction: column;
  -webkit-flex-direction: column;
  overflow-x: hidden;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row {
  border: 1px #ddd solid;
  border-radius: 5px;
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .title {
  padding: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .title > h2 {
  margin: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .class-info {
  border-top: 1px #ddd solid;
  padding: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .class-info > hbox > vbox > hbox {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .class-info > hbox > vbox > hbox > label {
  color: #787878;
  font-weight: bold;
  width: 10em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .class-info > hbox > vbox > hbox > a {
  margin-left: 1em;
  cursor: pointer;
  color: #5fa8dc;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .class-info > hbox > vbox > hbox:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .class-info > hbox > vbox {
    flex-basis: 1em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .class-info > hbox > vbox {
  flex-basis: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .class-info > hbox > vbox:first-child > hbox > label {
  width: 5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .class-info > .reg-slot-pane {
  margin-top: 2em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .class-info > .reg-slot-pane > h3 {
  margin: 0;
  padding-bottom: 0.2em;
  border-bottom: 1px #ddd solid;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .class-info > .reg-slot-pane > .reg-slot-content {
  align-items: center;
  flex-wrap: wrap;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .class-info > .reg-slot-pane > .reg-slot-content > div {
  margin-top: 1em;
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
  text-transform: uppercase;
  color: #fff;
  background: #949494;
  font-weight: bold;
  width: 10em;
  text-align: center;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .class-info > .reg-slot-pane > .reg-slot-content > button {
  margin-top: 1em;
  padding: 0.25em 0.5em;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .class-info > hbox {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
  .DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row > .class-info > hbox > vbox {
    margin-top: 1em;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .Row:first-child {
  margin-top: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .class-info a.location-map {
  pointer-events: auto !important;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .EmptyClassList {
  display: none;
  padding: 1em;
  text-align: center;
  font-size: 1.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml .EmptyClassList > span {
  font-weight: bold;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml.NoData .EmptyClassList {
  display: block;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml.NoData .AnonId__v2_classmgmt_widgets_ama_MemberSettingClassesList_xhtml_memberSettingClassesList {
  display: none;
}


/* Template CSS: /v2/classmgmt/widgets/ama/MoveClassDialog.xhtml */
body .DynamicTemplate_v2_classmgmt_widgets_ama_MoveClassDialog_xhtml {
  width: 60em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MoveClassDialog_xhtml .EqualColumnPane:not(:first-child) {
  margin-top: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MoveClassDialog_xhtml .EqualColumnPane > * {
  flex: 1 1 1em;
  -webkit-flex: 1 1 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MoveClassDialog_xhtml .EqualColumnPane > *:not(:first-child) {
  margin-left: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_MoveClassDialog_xhtml_filterPane label {
  color: #787878;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_MoveClassDialog_xhtml_searchText {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_MoveClassDialog_xhtml_searchButton {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
}
body .GrabbyHolder:not(.Active):not(.Default) {
  display: none;
}
body .GrabbyHolder.Active ~ .GrabbyHolder {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MoveClassDialog_xhtml .HR {
  margin: 1em 0em;
  border-top: 1px #ddd solid;
  height: 1px;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_MoveClassDialog_xhtml_classList {
  margin-bottom: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_MoveClassDialog_xhtml_classList .ClassDetail:not(.Active) {
  display: none;
}
.FeePane {
  background-color: #FFF;
  border: 1px #D8D8D8 solid;
}
.FeePane > .HeaderPane {
  align-items: center;
  padding: 0.2em 0 0.2em 1em;
  font-weight: bold;
  background: #D1D1D1;
  color: #000;
}
.InvoicePane {
  padding: 1em;
}
.InvoicePane label {
  width: 10em;
}
.FeeDetailPane .HeaderPane {
  margin-top: 0.5em;
  background-color: #F5F5F5;
}
.FeeDetailPane .FooterPane {
  background-color: #F4F4F4;
}
.FeeDetailPane .HeaderPane,
.FeeDetailPane .FooterPane {
  font-weight: bold;
}
.FeeDetailPane .HeaderPane,
.FeeDetailPane .FooterPane,
.FeeDetailPane .ItemView {
  align-items: center;
  padding: 0em 0.5em;
}
.FeeDetailPane .HeaderPane > *:not(.NoSpace),
.FeeDetailPane .FooterPane > *:not(.NoSpace),
.FeeDetailPane .ItemView > *:not(.NoSpace) {
  margin: 0.5em;
}
.FeeDetailPane > .FooterPane > .CurrencyColumn:not(.AnonId_totalNewTotal) > .Amount {
  margin-right: 1em;
}
.FeeDetailPane .ItemView:first-child {
  margin-top: 0.5em;
}
.FeeDetailPane .ItemView:last-child {
  margin-bottom: 0.5em;
}
.FeeDetailPane .ItemView:not(:first-child) {
  border-top: 1px #DDD dashed;
}
.FeeDetailPane .CurrencyColumn {
  width: 8em;
  text-align: right;
}
.FeeDetailPane .InputColumn {
  width: 16em;
}
.FeeDetailPane .InputColumn .widget_ComboManager {
  margin-top: 0.5em;
}
.FeeDetailPane .FlexibleColumn {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
}
.FeeDetailPane .TotalAdditionalFee {
  background-color: #FFF8E2;
  padding: 0.5em;
  text-align: right;
}
.InputGroup {
  border: solid 1px #CCC;
  background-color: #EEE;
  border-radius: 0.2em;
}
.InputGroup > .CurrencySign {
  background-color: #EEE;
  width: 2.5em;
  text-align: center;
}
.InputGroup > .CurrencySign + * {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  border: none;
  padding: 0.3em;
  text-align: right;
  border-top-left-radius: 0em;
  border-bottom-left-radius: 0em;
}
.InputGroup > .CurrencySign + input[type="text"] {
  width: 100%;
  min-width: 0em;
}
hbox.InputGroup {
  align-items: center;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MoveClassDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_MoveClassDialog_xhtml_paymentMethodPane {
  padding: 1em;
  text-align: right;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MoveClassDialog_xhtml .widget_LessonCheckout .AnonId_contentPane {
  padding: 0em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MoveClassDialog_xhtml .widget_LessonCheckout .AnonId_footer {
  padding: 0em;
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MoveClassDialog_xhtml .widget_LessonCheckout .AnonId_footer > div {
  padding: 0em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_MoveClassDialog_xhtml .widget_LessonCheckout .InputGroup {
  border: none;
}


/* Template CSS: /v2/classmgmt/widgets/ama/ProgramComponent.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_ama_ProgramComponent_xhtml .AnonId__v2_classmgmt_widgets_ama_ProgramComponent_xhtml_container .program-header {
  align-items: center;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ProgramComponent_xhtml .AnonId__v2_classmgmt_widgets_ama_ProgramComponent_xhtml_container .program-header > span {
  font-size: 1.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ProgramComponent_xhtml .AnonId__v2_classmgmt_widgets_ama_ProgramComponent_xhtml_container .action-wrapper {
  align-items: center;
  border-top: 1px #ddd solid;
  margin-top: 1em;
  padding-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ProgramComponent_xhtml .AnonId__v2_classmgmt_widgets_ama_ProgramComponent_xhtml_container .action-wrapper > hbox > input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 20em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ProgramComponent_xhtml .AnonId__v2_classmgmt_widgets_ama_ProgramComponent_xhtml_container .action-wrapper > hbox > button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ProgramComponent_xhtml .AnonId__v2_classmgmt_widgets_ama_ProgramComponent_xhtml_container .content-wrapper {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ProgramComponent_xhtml .AnonId__v2_classmgmt_widgets_ama_ProgramComponent_xhtml_container .content-wrapper table {
  border: 0;
  table-layout: fixed;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ProgramComponent_xhtml .AnonId__v2_classmgmt_widgets_ama_ProgramComponent_xhtml_container .content-wrapper table thead tr th {
  color: #000;
  font-weight: bold;
  border-left: 0;
  border-right: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ProgramComponent_xhtml .AnonId__v2_classmgmt_widgets_ama_ProgramComponent_xhtml_container .content-wrapper table tbody tr td {
  border-left: 0;
  border-right: 0;
  vertical-align: top;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ProgramComponent_xhtml .AnonId__v2_classmgmt_widgets_ama_ProgramComponent_xhtml_container .content-wrapper table tbody tr td hbox {
  align-items: center;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ProgramComponent_xhtml .AnonId__v2_classmgmt_widgets_ama_ProgramComponent_xhtml_container .content-wrapper table tbody tr td hbox .program-color {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ProgramComponent_xhtml .AnonId__v2_classmgmt_widgets_ama_ProgramComponent_xhtml_container .content-wrapper table tbody tr td hbox .program-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ProgramComponent_xhtml .AnonId__v2_classmgmt_widgets_ama_ProgramComponent_xhtml_container .content-wrapper table tbody tr td .program-image {
  width: 8em;
  height: 6em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ProgramComponent_xhtml .AnonId__v2_classmgmt_widgets_ama_ProgramComponent_xhtml_container .content-wrapper table tbody tr td .program-image > img {
  width: 100%;
  height: 100%;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_ProgramComponent_xhtml .AnonId__v2_classmgmt_widgets_ama_ProgramComponent_xhtml_container .content-wrapper > .AnonId__v2_classmgmt_widgets_ama_ProgramComponent_xhtml_contentFooter {
  align-items: center;
}


/* Template CSS: /v2/classmgmt/widgets/ama/SkillListView.xhtml */
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_ama_SkillListView_xhtml .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_container {
    width: 30em;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_ama_SkillListView_xhtml .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_dataTable table {
  width: 100% !important;
  margin: 0;
  border: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_SkillListView_xhtml .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_dataTable table > thead > tr > th {
  border: 0;
  color: #000;
  font-weight: bold;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_SkillListView_xhtml .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_dataTable table > tbody > tr > td {
  border-right: 0;
  border-left: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_SkillListView_xhtml .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_dataTable .attained-count {
  color: #5fa8dc;
  font-size: 1.3em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_SkillListView_xhtml .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_dataTable .attained-count > small {
  font-size: 0.7em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_SkillListView_xhtml .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_dataTable .check-circle {
  font-size: 1.2em;
  color: #84C55F;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_SkillListView_xhtml .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_dataTable .checkbox-blank-circle-outline {
  font-size: 1.2em;
  color: #333;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_SkillListView_xhtml .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_dataTable .Actions {
  text-align: right !important;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_SkillListView_xhtml .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_dataTable .Col_skills .skill-name:hover {
  text-decoration: underline;
  cursor: pointer;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_SkillListView_xhtml .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_dataTable .Col_skills.show-description-detail .skill-name {
  color: #5fa8dc;
}
body .skill-description-popup-container {
  max-width: 30em;
  max-height: 50em;
  padding: 0.477777774em 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_SkillListView_xhtml .EmptySkillList {
  display: none;
  padding: 1em;
  text-align: center;
  font-size: 1.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_SkillListView_xhtml .EmptySkillList > span {
  font-weight: bold;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_SkillListView_xhtml.NoData .EmptySkillList {
  display: block;
}
body .DynamicTemplate_v2_classmgmt_widgets_ama_SkillListView_xhtml.NoData .AnonId__v2_classmgmt_widgets_ama_SkillListView_xhtml_container {
  display: none;
}


/* Template CSS: /v2/classmgmt/widgets/ama/TrackSkillDialog.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_container {
  min-height: 30em;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_container {
    min-width: 60em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_container {
  min-width: 60em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_memberName {
  margin: 0;
  font-weight: 400;
  font-size: 1.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_skillControls {
  margin-top: 1em;
  align-items: center;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_skillControls > div > strong {
  text-transform: uppercase;
  font-size: 0.8em;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_skillControls > div > a {
  text-transform: uppercase;
  color: #5fa8dc;
  font-size: 0.8em;
  font-weight: bold;
  cursor: pointer;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_skillControls > div > a > span {
  font-weight: normal;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_skillControls > div > a:first-child {
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: 1px #ddd solid;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_skillControls > div > a:hover {
  text-decoration: underline;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_container > .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_skillControls > div > a.action-disabled {
  pointer-events: none;
  color: #BABABA;
}
.DynamicTemplate_v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_container .AnonId__v2_classmgmt_widgets_ama_TrackSkillDialog_xhtml_className {
  padding: 1em 0;
  font-weight: bold;
  color: #000;
}


/* Template CSS: /v2/classmgmt/widgets/reg/ClassAccountRegister.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_header {
  background: -webkit-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: -o-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: -ms-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: linear-gradient(to bottom, #3e454e 0%, #22252a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e454e', endColorstr='#22252a', GradientType=0);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_header > .content > h2 {
  font-weight: 500;
  color: #fff;
  padding: 3em 1em 0 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_header > .content > h2 > small {
  font-weight: normal;
  color: #777;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane {
  padding: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_alertPane {
  padding: 1em;
  background: #fcf8e3;
  border: 1px #faebcc solid;
  border-radius: 4px;
  color: #8a6d3b;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_alertPane:not(.Confirm) > .Confirm {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_alertPane.Confirm > .Register {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_stateGroup:not(.HasSelectBox) .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_stateCombo {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_stateGroup.HasSelectBox .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_stateText {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_passwordPane .password-hint {
  padding: 1em;
  background: #f5f5f5;
  border: 1px #e3e3e3 solid;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_passwordPane .password-hint > div {
  font-size: 0.9em;
  padding: 0.2em 0;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_passwordPane .password-hint > div span:not(.Valid):before {
  display: inline-block;
  font: normal normal normal 1.2em/1 "Material Design Icons";
  font-weight: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #ee3423;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_passwordPane .password-hint > div span:not(.Valid):before {
  content: "\F156";
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_passwordPane .password-hint > div span.Valid:before {
  display: inline-block;
  font: normal normal normal 1.2em/1 "Material Design Icons";
  font-weight: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #30c530;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_passwordPane .password-hint > div span.Valid:before {
  content: "\F12C";
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_insuranceInfo > hbox > vbox > label > .required,
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_emergencyInfo > hbox > vbox > label > .required {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_insuranceInfo.RequiredField > hbox > vbox > label > .required,
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_emergencyInfo.RequiredField > hbox > vbox > label > .required {
  display: inline-block;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group > h3,
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group > vbox,
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group > hbox {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group > hbox > vbox:not(:last-child) {
    margin-right: 0.5em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group > hbox > vbox:not(:last-child) {
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group > hbox > vbox + vbox {
    margin-left: 0.5em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group > hbox > vbox + vbox {
  margin-left: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group label {
  color: #787878;
  font-weight: bold;
  margin-bottom: 0.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group label .required {
  color: #ee3423;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group > hbox > *[flex],
  .DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group > hbox > vbox > vbox > *[flex] {
    flex-basis: 1em;
    width: 1em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group > hbox > *[flex],
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group > hbox > vbox > vbox > *[flex] {
  flex-basis: 1em;
  width: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group > hbox > vbox > vbox {
  margin-bottom: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .footer {
  border-top: 1px #ddd solid;
  margin-top: 2em;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group > hbox {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    margin-bottom: 0;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_contentPane > .info-group > hbox > vbox {
    margin-bottom: 1em;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .GrabbyHolder:not(.Active):not(.Default) {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .GrabbyHolder.Active ~ .GrabbyHolder {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_seAccountInfo {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_seAccountInfo.Hidden {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml:not(.SSOEnabled) .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_seAccountInfo {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml:not(.SSOEnabled) .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_seInfoBox {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml.SSOEnabled .AnonId__v2_classmgmt_widgets_reg_ClassAccountRegister_xhtml_accountInfoBox {
  display: none;
}


/* Template CSS: /v2/classmgmt/widgets/reg/ClassLocationOnMapDialog.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassLocationOnMapDialog_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassLocationOnMapDialog_xhtml_containerWrapper {
  min-width: 60em;
  min-height: 40em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassLocationOnMapDialog_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassLocationOnMapDialog_xhtml_containerWrapper > .content-pane {
  margin-top: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassLocationOnMapDialog_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassLocationOnMapDialog_xhtml_containerWrapper > .content-pane > .AnonId__v2_classmgmt_widgets_reg_ClassLocationOnMapDialog_xhtml_legacyManageStudentFrame {
  margin-top: 0;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #eeeeee 100%);
  position: relative;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #c6c6c6;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 #fff, inset 0 -1px 8px rgba(0, 0, 0, 0.1);
}


/* Template CSS: /v2/classmgmt/widgets/reg/ClassReg.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassReg_xhtml .GrabbyHolder:not(.Active):not(.Default) {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassReg_xhtml .GrabbyHolder.Active ~ .GrabbyHolder {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassReg_xhtml .HR {
  margin: 1em 0em;
  border-top: 1px #ddd solid;
  height: 1px;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassReg_xhtml .Required:not(input) {
  color: #FF0000;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassReg_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassReg_xhtml_container .footer {
  padding: 1em 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassReg_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassReg_xhtml_container .footer div:first-child {
  margin-right: 0.25em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassReg_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassReg_xhtml_container .footer div:last-child {
  text-align: right;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_ClassReg_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassReg_xhtml_container .footer button {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_ClassReg_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassReg_xhtml_container .footer {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
}
body:not(.HasClosables) .AnonId__v2_classmgmt_widgets_reg_ClassReg_xhtml_container {
  -webkit-overflow-scrolling: touch;
}
body .PaymentPlanDetailPopup {
  padding: 0.5em;
}
body .AnonId__v2_classmgmt_widgets_reg_ClassReg_xhtml_paymentPlanDetailPopupContent {
  width: 60em;
}
body .AnonId__v2_classmgmt_widgets_reg_ClassReg_xhtml_paymentPlanDetailPopupHeader {
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em 0;
}
@media screen and (max-width: 992px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_ClassReg_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassReg_xhtml_container input[type="checkbox"]::before,
  .DynamicTemplate_v2_classmgmt_widgets_reg_ClassReg_xhtml .AnonId__v2_classmgmt_widgets_reg_ClassReg_xhtml_container input[type="radio"]::before {
    margin-top: -2px;
    font-size: 1.2em;
  }
}


/* Template CSS: /v2/classmgmt/widgets/reg/InstructorView.xhtml */
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml.show-detail .InstructorItem .instructor-name-wrapper a > icon.chevron-right {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml:not(.show-detail) .InstructorItem .instructor-name-wrapper a > icon.chevron-down {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml:not(.show-detail) .InstructorItem > .DetailInfoContainer,
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml:not(.show-detail) .InstructorItem > .ClassDetail {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml:not(.show-detail) > .AnonId__v2_classmgmt_widgets_reg_InstructorView_xhtml_iframePrintContainer {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .Hidden {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem {
  margin-top: 1em;
  border: 1px #DDD solid;
  border-radius: 4px;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .InstructorHeader {
  background-color: #f5f5f5;
  padding: 0.5em;
  border-radius: 4px;
  align-items: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .InstructorHeader > .instructor-name-wrapper > a {
  color: #5fa8dc;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .InstructorHeader > .instructor-name-wrapper > a:hover {
  color: #2b84c4;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .InstructorHeader > .instructor-name-wrapper > a > icon {
  font-size: 1.2em;
  font-weight: bold;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .InstructorHeader > .avatar-wrapper {
  position: relative;
  width: 3.5em;
  height: 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .InstructorHeader > .avatar-wrapper > .avatar {
  overflow: hidden;
  position: absolute;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  left: 0;
  top: -1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .InstructorHeader > .avatar-wrapper > .avatar > img {
  width: 100%;
  height: 100%;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .DetailInfoContainer {
  padding: 1em;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #DDD;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .DetailInfoContainer .Justify {
  width: 12em;
  min-width: 12em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .DetailInfoContainer .widget_ComboManager {
  overflow: hidden;
  text-overflow: ellipsis;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .DetailInfoContainer button[role="primary"] {
  padding: 0.5em 0.6em;
  font-size: 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .DetailInfoContainer .FilterGroup {
  align-items: flex-end;
  align-content: space-between;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .DetailInfoContainer .FilterGroup label {
  padding: 0.5em 0.5em 0.5em 0em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .DetailInfoContainer .FilterGroup hbox:not(.Hidden):not(:first-child) label {
  padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
  body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .DetailInfoContainer .FilterGroup {
    align-items: flex-start;
  }
  body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .DetailInfoContainer .FilterGroup > .InputGroup.PrintSchedulePane {
    margin-top: 1em;
  }
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem > .DetailInfoContainer .BioContent {
  padding: 1em 0px;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem .AnonId__v2_classmgmt_widgets_reg_InstructorView_xhtml_noClassFound {
  align-self: center;
  padding: 2em;
  color: red;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .InstructorItem .AnonId__v2_classmgmt_widgets_reg_InstructorView_xhtml_noClassFound:not(.Activate) {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .ClassDetail {
  margin: 0.5em 0em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .ClassDetail > div.Activate:not(.NoAvatar):first-child {
  margin-top: 2.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .ClassDetail > div.Activate {
  margin-top: 1.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml .ClassDetail > div.Activate.NoAvatar {
  margin-top: 0.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml.HideSchedules .PrintSchedulePane,
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml.HideSchedules .AnonId_lessonSlotPane {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_InstructorView_xhtml.HideSchedules .ClassDetail:not(:first-of-type) {
  border-top: 1px solid #ddd;
}


/* Template CSS: /v2/classmgmt/widgets/reg/Instructors.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_reg_Instructors_xhtml hbox > vbox > label {
  color: #787878;
  font-weight: bold;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_Instructors_xhtml hbox > vbox {
    flex-basis: 1em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_Instructors_xhtml hbox > vbox {
  flex-basis: 1em;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_Instructors_xhtml hbox > vbox + vbox {
    margin-left: 0.5em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_Instructors_xhtml hbox > vbox + vbox {
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_Instructors_xhtml hbox > vbox:not(:last-child) {
    margin-right: 0.5em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_Instructors_xhtml hbox > vbox:not(:last-child) {
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_Instructors_xhtml hbox {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_Instructors_xhtml hbox > vbox {
    margin-top: 1em;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_Instructors_xhtml .AnonId__v2_classmgmt_widgets_reg_Instructors_xhtml_lessonNote {
  margin-bottom: 2em;
  padding: 1em;
  background-color: #fcf8e3;
  border: 1px #faebcc solid;
  border-radius: 4px;
  color: #8a6d3b;
  font-size: 0.85em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_Instructors_xhtml .AnonId__v2_classmgmt_widgets_reg_Instructors_xhtml_instructorList {
  margin-top: 1em;
}


/* Template CSS: /v2/classmgmt/widgets/reg/LessonCart.xhtml */
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_header {
  background: -webkit-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: -o-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: -ms-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: linear-gradient(to bottom, #3e454e 0%, #22252a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e454e', endColorstr='#22252a', GradientType=0);
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_header > .content > h2 {
  font-weight: 500;
  color: #fff;
  padding: 3em 1em 0 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_header > .content > h2 > small {
  font-weight: normal;
  color: #777;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_lessonCartPane {
  padding-bottom: 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_lessonCartPane button[role="default"] {
  padding: 0.85em;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_lessonCartPane > hbox {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_lessonCartDetail .RegistrationFeeInfo {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane {
  padding: 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .action {
  margin-bottom: 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_alertPane {
  background: #d9edf7;
  border: 1px #bce8f1 solid;
  color: #31708f;
  border-radius: 4px;
  padding: 0.75em;
  font-size: 1.25em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_alertPane.error-pane {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane {
  margin-top: 1em;
  background-color: #fff;
  border: 1px #ddd solid;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-title {
  padding: 0.5em;
  color: #333;
  background: #f5f5f5;
  border-bottom: 1px #ddd solid;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-title > div.Header {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 2em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content {
  padding: 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content label {
  font-weight: 600;
  margin: 0em 0.5em 0em 0em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .Emergency,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .Insurance {
  min-width: 10em;
  margin: 0.25em 0em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .Emergency > div,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .Insurance > div {
  margin-right: 0.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .Emergency .Name,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .Insurance .Name {
  min-width: 12em;
}
@media screen and (max-width: 767px) {
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .Emergency,
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .Insurance {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_fullName {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .personal-info,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .contact-info {
  flex-basis: 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .personal-info > label,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .contact-info > label {
  display: block;
  color: #787878;
  font-weight: bold;
  margin: 0.5em 0em 0.5em 0em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .personal-info > label:first-child,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .contact-info > label:first-child {
  margin-top: 0em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .personal-info > div,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .contact-info > div {
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .personal-info > vbox > hbox > div,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .contact-info > vbox > hbox > div {
  margin-right: 0.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .personal-info > hbox > div,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .contact-info > hbox > div {
  min-width: 10em;
}
@media screen and (max-width: 767px) {
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .personal-info,
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content .contact-info {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-content {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane > .account-info-pane > .pane-footer {
  padding: 0.5em 1em;
  background: #f5f5f5;
  border-top: 1px #ddd solid;
  text-align: right;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_paymentMethodComboContainer {
  margin-top: 0.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane .payment-method {
  margin-top: 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane .payment-method > label {
  color: #787878;
  margin-right: 0.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_contentPane .payment-method > .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_paymentMethodCombo {
  min-width: 17em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_footer {
  margin: 1em 0em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_footer > div:not(:first-child) {
  margin-left: 0.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCart_xhtml_footer > div .Hidden {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCart_xhtml .Hidden {
  display: none !important;
}


/* Template CSS: /v2/classmgmt/widgets/reg/LessonCartAdditional.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_header {
  background: -webkit-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: -o-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: -ms-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: linear-gradient(to bottom, #3e454e 0%, #22252a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e454e', endColorstr='#22252a', GradientType=0);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_header > .content > h2 {
  font-weight: 500;
  color: #fff;
  padding: 3em 1em 0 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_header > .content > h2 > small {
  font-weight: normal;
  color: #777;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_title {
  padding: 0em 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_contentPane {
  padding: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_contentPane:not(.HasAdditionalFees) .AdditionalFeesContainer {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_contentPane:not(.HasCoupon) .CouponContainer {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_contentPane .CouponContainer .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_couponCodeInput {
  width: 15em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_contentPane .CouponContainer label {
  font-size: 1.2em;
  line-height: 2em;
  font-weight: normal;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_contentPane .CouponContainer {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_contentPane .AdditionalFeesContainer {
  margin-bottom: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_contentPane .AdditionalFeesContainer .FeeName {
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_contentPane .AdditionalFeesContainer .Entry {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_contentPane .AdditionalFeesContainer .Entry:not(:first-child) {
  margin-top: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_contentPane .AdditionalFeesContainer .FeeAnswer {
  margin-left: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_contentPane .AdditionalFeesContainer .FeeAnswer > *:not(:first-child) {
  margin-left: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_contentPane .AdditionalFeesContainer .FeeAnswer input[type="radio"] {
  margin: 0em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_contentPane .AdditionalFeesContainer label {
  margin-bottom: 0.2em;
  font-size: 1.2em;
  font-weight: normal;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartAdditional_xhtml_footer {
  padding: 1em 0em;
}


/* Template CSS: /v2/classmgmt/widgets/reg/LessonCartDetail.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane {
  margin-top: 3em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane > .member-info > .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_memberName {
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane > .member-info {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    margin-bottom: 1em;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane > .member-info .action {
    margin-top: 0.5em;
    text-align: right;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane > .member-info .WaitList:not(.Active) {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane > .member-info h3 {
  margin: 0px !important;
  padding: 0px !important;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane > .class-info-wrapper {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane > .class-info-wrapper > div {
  flex-basis: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane > .class-info-wrapper > div.class-info > div {
  padding: 1em;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane > .class-info-wrapper > div.class-info > div h3 {
  margin: 0px !important;
  padding: 0px !important;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane > .class-info-wrapper > div.class-info > div > .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_mapName {
  color: #787878;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane > .class-info-wrapper > .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonSlotInfoWrapper {
  margin-left: 2em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane > .class-info-wrapper > .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonSlotInfoWrapper > div > vbox > vbox {
  border: 0;
  padding: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane > .class-info-wrapper > .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonSlotInfoWrapper > .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_registrationFeeInfo {
  border-top: 1px #ddd solid;
  margin-top: 1em;
  padding-top: 1em;
  text-align: right;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane > .class-info-wrapper > .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonSlotInfoWrapper > .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_registrationFeeInfo > div {
  margin-bottom: 1em;
  font-size: 0.9em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane > .class-info-wrapper > .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonSlotInfoWrapper > .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_registrationFeeInfo > div > strong.fee {
  color: #ee3423;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCartDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonCartDetailPane > .class-info-wrapper > .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_lessonSlotInfoWrapper > .AnonId__v2_classmgmt_widgets_reg_LessonCartDetail_xhtml_registrationFeeInfo > div > div {
  margin-bottom: 0.2em;
}


/* Template CSS: /v2/classmgmt/widgets/reg/LessonCheckout.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_header {
  background: -webkit-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: -o-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: -ms-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: linear-gradient(to bottom, #3e454e 0%, #22252a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e454e', endColorstr='#22252a', GradientType=0);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_header > .content > h2 {
  font-weight: 500;
  color: #fff;
  padding: 3em 1em 0 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_header > .content > h2 > small {
  font-weight: normal;
  color: #777;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_errorPane {
  padding: 1em;
  margin: 1em;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  border: 1px solid transparent;
  border-radius: 4px;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane {
  padding: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .PaymentMethod {
  margin-bottom: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPane {
  margin-bottom: 1em;
  background-color: #fff;
  border: 1px #bce8f1 solid;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPane > .PaneTitle {
  padding: 1em;
  color: #31708f;
  background: #d9edf7;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPaneContent {
  padding: 1em;
  border-top: 1px #bce8f1 solid;
  background-color: #FFF;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPaneContent > .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_adminAddContentWrapper > .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_adminAddContent {
  padding: 0.5em 0;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPaneContent > .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_adminAddContentWrapper > .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_adminAddContent > div {
  padding-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPaneContent > .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_adminAddContentWrapper > .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_adminAddContent > div .Required {
  color: #ee3423;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPaneContent > .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_adminAddContentWrapper > .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_adminAddContent > div strong {
  color: #787878;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPaneContent .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_payByCreditCart {
  margin-top: 1em;
  text-align: center;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPaneContent .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_payByCreditCart > div:first-child {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPaneContent .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_chargeBalanceInfoPane {
  display: none;
  padding: 1em;
  margin-top: 1em;
  color: #31708f;
  background: #d9edf7;
  border: 1px #bce8f1 solid;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPaneContent .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_chargeBalanceInfoPane > .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_chargeBalanceInfo {
  color: #ee3423;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_checkInfoPaneContent .CCEnability {
  text-align: center;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_submitCheckPane {
  padding: 1em;
  margin-top: 1em;
  border: 1px #bce8f1 solid;
  border-radius: 4px;
  background-color: #d9edf7;
  color: #31708f;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_submitCheckPane > .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_submitCheckContent {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_submitCheckPane > .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_submitCheckContent > div {
  padding: 0.2em 0;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_waitListPane {
  margin-top: 1em;
  padding: 1em;
  background-color: #f2dede;
  color: #a94442;
  border: 1px #ebccd1 solid;
  border-radius: 4px;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_accountCustomFieldPane {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_accountCustomFieldPane > label {
  font-weight: bold;
  color: #787878;
  margin-bottom: 0.2em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane > .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_creditCardUsedLaterForMontlyChargePane,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane > .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_showBillingInfoForContactPane {
  color: #ee3423;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_creditCartInfoPaneWrapper {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_creditCartInfoPaneWrapper > hbox,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_creditCartInfoPaneWrapper > vbox {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_creditCartInfoPaneWrapper > hbox > label,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_creditCartInfoPaneWrapper > vbox > label {
  color: #787878;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_creditCartInfoPaneWrapper .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_useCreditCartValuePane .credit-cart-info-wrapper {
  padding: 0;
  background: #fcfcfc url('/css/images/100.jpg') no-repeat bottom right;
  background-size: 130px auto;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_creditCartInfoPaneWrapper .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_useCreditCartValuePane .credit-cart-info-wrapper > .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_creditCartInfo {
  margin-top: 2em;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #eeeeee 100%);
  position: relative;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #c6c6c6;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 #fff, inset 0 -1px 8px rgba(0, 0, 0, 0.1);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_creditCartInfoPaneWrapper .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_useCreditCartValuePane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_saveCCtoPmPane {
  margin-top: 1em;
  display: none;
  color: #ee3423;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInformationPane > h4 {
  border-bottom: 1px #ddd solid;
  margin: 0;
  padding: 1em 0;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInformationPane > hbox,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInformationPane > vbox {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInformationPane > hbox label,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInformationPane > vbox label {
  color: #787878;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInformationPane > hbox label .Required,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInformationPane > vbox label .Required {
  color: #ee3423;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInformationPane > hbox > vbox,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInformationPane > vbox > vbox {
  flex-basis: 1em;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInformationPane > hbox > vbox + vbox {
    margin-left: 0.5em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInformationPane > hbox > vbox + vbox {
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInformationPane > hbox > vbox:not(:last-child) {
    margin-right: 0.5em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_billingInformationPane > hbox > vbox:not(:last-child) {
  margin-right: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_accountCustomFieldLabel {
  margin-bottom: 0.2em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .Hidden {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_updateCouponCode {
  color: #5fa8dc;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_carryOverRepeater {
  text-align: right;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .SummaryWrapper {
  background-color: #F9F9F9;
  border-top: 2px solid #E3e3e3;
  padding: 1em;
  margin-bottom: 0.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .SummaryWrapper.FeePane .PaneInner .CouponPane > div > a {
  display: inline-block;
  margin: 0.5em;
}
@media screen and (max-width: 767px) {
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .SummaryWrapper.FeePane .PaneInner {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .TotalAmountGroup > hbox {
  text-align: right;
  padding-top: 0.25em;
  padding-bottom: 0em;
  margin-bottom: 0.25em;
  font-size: 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .TotalAmountGroup > hbox .CurrencyAmountGroup {
  margin-right: 0.5em;
  color: #000;
  min-width: 10em;
}
@media screen and (max-width: 767px) {
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .TotalAmountGroup > hbox .CurrencyAmountGroup {
    min-width: 6em;
  }
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .TotalAmountGroup > hbox .CurrencyAmountGroup.NegativeAmount {
  color: #84C55F;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .TotalAmountGroup > hbox .Title {
  font-weight: bold;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .TotalAmountGroup.NoUnappliedPayment .UnappliedPaymentPane {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .TotalAmountGroup.NoUnappliedPayment .PaneSeparator {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .TotalAmountGroup.NoUnappliedPayment .RemainedUnappliedPaymentPane {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .TotalAmountGroup .TotalAmountPane {
  color: #ee3423;
  margin-top: 0em;
  font-size: 1.2em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .TotalAmountGroup .TotalAmountPane .CurrencyAmountGroup {
  color: #ee3423;
  min-width: 8em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .TotalAmountGroup .TotalAmountPane .Title {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .TotalAmountGroup .TotalAmountPane {
    font-size: 1em;
  }
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .TotalAmountGroup .TotalAmountPane .CurrencyAmountGroup {
    min-width: 6em;
  }
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .TotalAmountGroup .PaneSeparator {
  height: 1px;
  border-bottom: 2px solid #E3E3E3;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .TotalAmountGroup .UnappliedPaymentPane input.AllowUnappliedAmountAction,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .TotalAmountGroup .UnappliedPaymentPane label.AllowUnappliedAmountAction {
  margin: 0px;
  padding: 0px;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .ChargeBalanceAmtWrapper {
  color: #ee3423;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .CarryOverInvoicePane {
  text-align: right;
  padding-top: 0.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .CarryOverInvoicePane.Hidden {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .InvoiceItem:not(:first-child) {
  margin-top: 0.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .CurrencyAmountGroup {
  font-weight: bold;
  color: #FF0000;
  margin-left: 0.5em;
  display: inline-block;
  min-width: 8em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .CurrencyAmountGroup:not(.NegativeAmount) > .NegativeSign {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .BillingInfo .InputGroup:not(:first-child) {
  margin-top: 0.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .BillingInfo hbox.InputGroup > *:not(:first-child) {
  padding-left: 0.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .BillingInfo label {
  font-weight: bold;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonCheckout_xhtml_footer > div {
  padding: 0 1em 0 0;
  text-align: right;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .SplitPaymentContainer .Activation {
  align-items: center;
  padding: 0.5em 0em;
  font-weight: bold;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .BillingInfoContainer > .GrabbyHolder.Default {
  border: 1px #bce8f1 solid;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding-bottom: 1em;
  margin-top: 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .BillingInfoContainer > .GrabbyHolder.Default > h4.Title {
  color: #31708f;
  background: #d9edf7;
  font-weight: 500;
  font-size: 1.1em;
  padding: 1em;
  margin: 0px !important;
  margin-bottom: 1em !important;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .BillingInfoContainer > .GrabbyHolder.Default div {
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .BillingInfoContainer > .GrabbyHolder.Default {
    padding-bottom: 0.25em;
    margin-top: 1em;
  }
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .BillingInfoContainer > .GrabbyHolder.Default > h4.Title {
    padding: 0.5em 0.5em 0.5em 0.25em;
    margin-bottom: 0.25em !important;
  }
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .BillingInfoContainer > .GrabbyHolder.Default div {
    margin: 0.25em;
  }
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .BillingInfoContainer > .GrabbyHolder.Default div > hbox.InputGroup {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    align-items: stretch;
    padding: 0em;
    margin: 0em;
  }
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .BillingInfoContainer > .GrabbyHolder.Default div > hbox.InputGroup > *:not(:first-child) {
    padding: 0em;
    margin: 0em;
  }
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .BillingInfoContainer > .GrabbyHolder.Default div > hbox.InputGroup label {
    margin: 0.5em 0em;
  }
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .CreditCardContainer {
  border: 1px #bce8f1 solid;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-top: 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .CreditCardContainer .CreditCardWrapper {
  padding: 0px 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .CreditCardContainer .CreditCardInstruction {
  background: #d9edf7;
  padding: 1em;
  margin-bottom: 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .CreditCardContainer .CreditCardInstruction .ForceEnterCC:not(.Active) {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .CreditCardContainer .CreditCardInstruction .ForceEnterCC {
  display: inline-block;
  padding: 0.5em 0px;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .CreditCardContainer .CreditCardWrapper {
    padding: 0px 0.25em;
  }
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .GrabbyHolder.WaitFee,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .GrabbyHolder.CheckInfo {
  margin-top: 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .GrabbyHolder.WaitFee .alert-danger,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .GrabbyHolder.CheckInfo .alert-danger {
  margin-bottom: 0em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonCheckout_xhtml .GrabbyHolder.NoPay {
  color: #84C55F;
  font-size: 1.1em;
  font-weight: 500;
}
body #divVaultCC #divVaultCC_Content.box {
  border: none;
  box-shadow: none;
}
body #divVaultCC .statement-descriptor {
  font-size: 1.5em !important;
  margin: 0.5em;
}
body #divVaultCC_Content #accord-cc-profile {
  background: none;
  border: none;
  box-shadow: none;
}


/* Template CSS: /v2/classmgmt/widgets/reg/LessonClassDetail.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .Hidden {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_container {
  margin-top: 1.6em;
  padding: 0em 0em 1em 0em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_container > .class-note {
  background: #fff;
  padding: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_container > .class-note label.Title {
  color: #787878;
  font-weight: bold !important;
  margin-bottom: 1em !important;
  font-size: 0.9em !important;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  background: #dcdcdc;
  margin: 1em 0;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > * {
  margin-top: -1em;
  margin-bottom: -1em;
  margin-right: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > *:first-child {
  margin-left: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel .ImgClassThumbnailWrapper {
  margin: -4em auto 0em;
  box-sizing: content-box;
  border-radius: 50%;
  width: 6em;
  height: 6em;
  overflow: hidden;
  position: relative;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel .ImgClassThumbnailWrapper:not(.Hidden) {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 2px 5px 20px rgba(0, 0, 0, 0.1);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel .ImgClassThumbnailWrapper img {
  max-width: 6em;
  max-height: 6em;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.class-info-panel,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.chargeInfoPaneWrapper > * {
  padding: 0.75em;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.class-info-panel h3,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.chargeInfoPaneWrapper > * h3 {
  margin: 0.5em 0 0.25em 0 !important;
  font-weight: 500 !important;
  font-size: 1.25em !important;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.class-info-panel > div,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.chargeInfoPaneWrapper > * > div {
  padding: 0.75em;
  margin: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.class-info-panel > div label,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.chargeInfoPaneWrapper > * > div label {
  color: #787878;
  font-weight: bold;
  line-height: 1.6;
  margin-right: 0.15em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.class-info-panel > div a,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.chargeInfoPaneWrapper > * > div a {
  color: #5fa8dc;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.class-info-panel > div > span,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.chargeInfoPaneWrapper > * > div > span {
  color: #787878;
  margin-left: 0.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.class-info-panel > div .EditClassButton,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.chargeInfoPaneWrapper > * > div .EditClassButton {
  font-size: 0.8em;
  color: #787878;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.class-info-panel > div .EditClassButton:hover,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.chargeInfoPaneWrapper > * > div .EditClassButton:hover {
  cursor: pointer;
  color: #000;
}
@media screen and (max-width: 991px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.class-info-panel > div .EditClassButton,
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > vbox.chargeInfoPaneWrapper > * > div .EditClassButton {
    display: none !important;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_chargeInfoPaneWrapper .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_chargeInfoPane {
  margin-bottom: 0.5em;
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_chargeInfoPaneWrapper .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_registationFeePane .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_hasPaymentPlanPane .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_totalClassFee {
  color: #EE3523;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_chargeInfoPaneWrapper .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_registationFeePane .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_paymentPlanOptions {
  margin-top: 1em;
  align-items: center;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_chargeInfoPaneWrapper .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_registationFeePane .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_paymentPlanOptions > span {
  font-weight: bold;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_chargeInfoPaneWrapper .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_registationFeePane .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_paymentPlanOptions > button {
  margin-left: 0.5em;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_chargeInfoPaneWrapper .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_registationFeePane .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_paymentPlanOptions {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    align-items: center;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_chargeInfoPaneWrapper .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_registationFeePane .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_paymentPlanOptions > button {
    margin-top: 0.5em;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_chargeInfoPaneWrapper .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_registationFeePane > div {
  background-color: #FFF;
  box-sizing: border-box;
  width: 100%;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel:not(.has-charge-info) .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_chargeInfoPane {
  display: none;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel {
    display: block;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > .class-info-panel {
    margin-bottom: 1em;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > .chargeInfoPaneWrapper {
    margin: 0 0.5em 1em 0.5em;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > .chargeInfoPaneWrapper > .chargeInfoPane {
    margin-bottom: 1em;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_container.no-schedule .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel .class-info-panel {
  width: auto;
  right: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_container.no-schedule .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel .registration-fee-pane {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml:not(.PrintContainer) .page-break {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml:not(.PrintContainer) .class-info-panel {
  flex: 4 1 0em;
  -webkit-flex: 4 1 0em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml:not(.PrintContainer) .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_chargeInfoPaneWrapper {
  flex: 6 1 0em;
  -webkit-flex: 6 1 0em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.PrintContainer .page-break {
  page-break-before: always;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.PrintContainer .SlotAvailability,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.PrintContainer .registerInfoPane {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.PrintContainer .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel {
  flex-direction: column;
  background: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.PrintContainer .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > * {
  margin: 0px !important;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.PrintContainer .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_chargeInfoPaneWrapper {
  min-width: 60%;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.PrintContainer .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_chargeInfoPaneWrapper > * {
  margin: 0px !important;
  margin-top: 1em !important;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.PrintContainer .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel > .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_chargeInfoPaneWrapper > .chargeInfoPane {
  text-align: center;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.PrintContainer .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_infoPanel .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_imgClassThumbnail {
  margin: 0px auto;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.PrintContainer .class-note {
  text-align: center;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.PrintContainer .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_lessonSlotPane {
  border-top-color: transparent;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.PrintContainer thead > tr > th.ActionsCol,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.PrintContainer tbody > tr > td.ActionsCol,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.PrintContainer tbody > tr.MobileActionsRow > td {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.PrintContainer .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_registationFeePane.AllowClassPaymentPlan,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.PrintContainer .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_hasPaymentPlanPane {
  display: none;
}
.SlotTable {
  width: 100%;
  border: 0;
  table-layout: fixed;
  border-collapse: collapse;
}
.SlotTable.UsingPaymentPlan.NotAllowRegister > tbody > tr > td {
  padding: 0.75em 0.5em;
  vertical-align: middle;
}
.SlotTable.UsingPaymentPlan.NotAllowRegister > tbody > tr > td > .AvailableRegSlots {
  margin: 0em;
}
.SlotTable.HideInstructors > thead > tr > th.Instructors,
.SlotTable.HideInstructors > tbody > tr > td.Instructors,
.SlotTable.HideInstructors > tbody > tr > td.Instructors > div {
  display: none;
}
.SlotTable > thead > tr > th {
  text-transform: uppercase;
  text-align: center !important;
  padding: 1em 0;
  background: #E3E3E3;
  border: 2px #FFF solid;
}
.SlotTable > thead > tr > th.Instructors {
  width: 12em;
}
.SlotTable tbody > tr:not(.MobileActionsRow):hover > td {
  background: #E3E3E3;
}
.SlotTable > tbody > tr > td {
  padding: 0.75em 0.2em;
  text-align: center;
  background: #F5F5F5;
  border: 2px #FFF solid;
  border-bottom: none;
  vertical-align: middle;
}
.SlotTable > tbody > tr > td.Disabled {
  opacity: 0.3;
}
.SlotTable > tbody > tr > td.PhoneNumber > button {
  display: none;
}
.SlotTable > tbody > tr > td.PhoneNumber > a {
  display: block;
  text-align: center;
  padding: 0.466666669em 0.8000000039999999em;
  background-color: #84C55F;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1.2;
  margin: 0em;
  border: none;
  border-radius: 0.20000000099999998em;
  font-weight: 500;
  font-family: inherit;
  box-sizing: border-box;
  outline: none !important;
  position: relative;
  overflow: hidden;
  animation: ripple-effect;/* name used as a marker only, no actual animation defined */
}
.SlotTable > tbody > tr > td.PhoneNumber > a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}
.SlotTable > tbody > tr > td.PhoneNumber > a[ripple-effect-just-clicked]::after {
  animation: ripple 1s ease-out;
}
.SlotTable > tbody > tr > td.PhoneNumber > a:focus {
  background: rgba(153, 153, 153, 0.3);
  outline: none !important;
}
.SlotTable > tbody > tr > td.PhoneNumber > a::-moz-focus-inner {
  border: 0;
}
.SlotTable > tbody > tr > td.PhoneNumber > a > icon:first-child + * {
  margin-left: 0.4em;
}
.SlotTable > tbody > tr > td.PhoneNumber > a > * + icon {
  margin-left: 0.4em;
}
.SlotTable > tbody > tr > td.PhoneNumber > a > span.PhoneNumber {
  font-weight: 700;
}
.SlotTable > tbody > tr > td.ActionsCol,
.SlotTable > tbody > tr > td.MobileActionsCol {
  padding: 0.5em;
}
.SlotTable > tbody > tr > td.ActionsCol > .AvailableRegSlots,
.SlotTable > tbody > tr > td.MobileActionsCol > .AvailableRegSlots {
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.SlotTable > tbody > tr > td.ActionsCol > .AvailableRegSlots > span:nth-child(2),
.SlotTable > tbody > tr > td.MobileActionsCol > .AvailableRegSlots > span:nth-child(2) {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px #AAA solid;
}
.SlotTable > tbody > tr > td.ActionsCol > button,
.SlotTable > tbody > tr > td.MobileActionsCol > button {
  width: 100%;
}
.SlotTable > tbody > tr > td.ActionsCol > button.Register,
.SlotTable > tbody > tr > td.MobileActionsCol > button.Register {
  background: #84C55F;
  color: #FFF;
}
.SlotTable > tbody > tr > td.ActionsCol > button.WaitList,
.SlotTable > tbody > tr > td.MobileActionsCol > button.WaitList {
  background: #F6E071;
  color: #333;
}
.SlotTable > tbody > tr > td.ActionsCol > button.ClassFull,
.SlotTable > tbody > tr > td.MobileActionsCol > button.ClassFull {
  background: #F5F5F5;
  color: #EE3523;
  border: 1px #DDD solid;
}
.SlotTable > tbody > tr > td.Instructors {
  text-align: left;
  vertical-align: top;
  padding-top: 1em;
}
.SlotTable > tbody > tr > td.Instructors > div {
  padding-left: 0.5em;
  color: #5fa8dc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SlotTable > tbody > tr > td.HiddenActionsCol {
  display: none;
}
@media screen and (min-width: 768px) {
  .SlotTable {
    margin-top: 1em;
  }
  .SlotTable > tbody > tr.MobileActionsRow > td {
    display: none;
  }
  .SlotTable > thead > tr > th.SlotTimeItem {
    width: 6em;
  }
}
.sys-viewport.md > .SlotTable {
  margin-top: 1em;
}
.sys-viewport.md > .SlotTable > tbody > tr.MobileActionsRow > td {
  display: none;
}
.sys-viewport.md > .SlotTable > thead > tr > th.SlotTimeItem {
  width: 6em;
}
@media screen and (max-width: 991px) {
  .SlotTable > thead > tr > th.SlotTimeItem {
    width: 4em;
  }
}
@media screen and (max-width: 767px) {
  .SlotTable > tbody > tr > td {
    padding: 1em 0.2em;
  }
  .SlotTable > thead > tr > th,
  .SlotTable > tbody > tr > td {
    border: 1px #FFF solid;
  }
  .SlotTable > tbody > tr.MobileActionsRow > td,
  .SlotTable > thead > tr > th {
    border-bottom-color: #AAA;
  }
  .SlotTable > tbody > tr.MobileActionsRow:last-child > td {
    border-bottom: 0;
  }
  .SlotTable > thead > tr > th.Instructors,
  .SlotTable > tbody > tr > td.Instructors,
  .SlotTable > tbody > tr > td.Instructors > div,
  .SlotTable > thead > tr > th.ActionsCol,
  .SlotTable > tbody > tr > td.ActionsCol {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .SlotTable > tbody > tr.SlotItem > td.ActionsCol > .AvailableRegSlots > span {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
  }
  .SlotTable > thead > tr > th.Instructors,
  .SlotTable > tbody > tr > td.Instructors {
    width: 9em;
  }
}
@media screen and (max-width: 575px) {
  .SlotTable > thead > tr > th.SlotTimeItem,
  .SlotTable > tbody > tr.SlotItem > td {
    width: 2em;
    padding: 0.5em 0;
    font-size: 0.7em;
  }
  .SlotTable > tbody > tr.MobileActionsRow > td.MobileActionsCol > .AvailableRegSlots > span {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
  }
}
.SlotTable.NotAllowRegister > tbody > tr > td.ActionsCol > .RegisterButton,
.SlotTable.NotAllowRegister > tbody > tr > td.ActionsCol > a,
.SlotTable.NotAllowRegister > tbody > tr > td.ActionsCol > div > .ProratedClassFee,
.SlotTable.NotAllowRegister > tbody > tr > td.MobileActionsCol > .RegisterButton,
.SlotTable.NotAllowRegister > tbody > tr > td.MobileActionsCol > a,
.SlotTable.NotAllowRegister > tbody > tr > td.MobileActionsCol > div > .ProratedClassFee {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml:not(.Activate) {
  display: none;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.InstructorView thead > tr > th.Instructors,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.InstructorView tbody > tr > td.Instructors,
body .DynamicTemplate_v2_classmgmt_widgets_reg_LessonClassDetail_xhtml.InstructorView tbody > tr > td.Instructors > div {
  display: none;
}
body .InstructorDetailContainer {
  padding: 0 1em;
  max-width: 20em;
}
body .InstructorDetailContainer > div {
  padding-top: 0.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .InstructorDetailContainer > div:first-child {
  padding-top: 0em;
}
body.ClassicLayout #colMain_content .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_slotTable > tbody > tr > td {
  padding: 1em 0.2em;
}
body.ClassicLayout #colMain_content .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_slotTable > thead > tr > th,
body.ClassicLayout #colMain_content .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_slotTable > tbody > tr > td {
  border: 1px #FFF solid;
}
body.ClassicLayout #colMain_content .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_slotTable > tbody > tr.MobileActionsRow > td,
body.ClassicLayout #colMain_content .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_slotTable > thead > tr > th {
  border-bottom-color: #AAA;
}
body.ClassicLayout #colMain_content .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_slotTable > tbody > tr.MobileActionsRow:last-child > td {
  border-bottom: 0;
}
body.ClassicLayout #colMain_content .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_slotTable > thead > tr > th.Instructors,
body.ClassicLayout #colMain_content .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_slotTable > tbody > tr > td.Instructors,
body.ClassicLayout #colMain_content .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_slotTable > tbody > tr > td.Instructors > div,
body.ClassicLayout #colMain_content .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_slotTable > thead > tr > th.ActionsCol,
body.ClassicLayout #colMain_content .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_slotTable > tbody > tr > td.ActionsCol {
  display: none;
}
body.ClassicLayout #colMain_content .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_slotTable > tbody > tr.MobileActionsRow > td {
  display: table-cell;
}
body.ClassicLayout #colMain_content .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_slotTable > tbody > tr.MobileActionsRow > td.Instructors,
body.ClassicLayout #colMain_content .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_slotTable > tbody > tr.MobileActionsRow > td.Instructors > div,
body.ClassicLayout #colMain_content .AnonId__v2_classmgmt_widgets_reg_LessonClassDetail_xhtml_slotTable > tbody > tr.MobileActionsRow > td.HiddenActionsCol {
  display: none;
}


/* Template CSS: /v2/classmgmt/widgets/reg/LessonMemberInfo.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .member-name {
  border: 1px solid #eee;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #e9e9e9;
  align-items: center;
  font-size: 1.2em;
  padding: 0.5em;
  margin-top: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .member-name > a {
  color: #5fa8dc;
  cursor: pointer;
  margin-left: 0.5em;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .member-name > a:hover {
  text-decoration: underline;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .member-name > input {
  cursor: pointer;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane:not(.show-info) {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane.add-new-member .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane {
  display: block;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 18px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid #fff;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane {
  position: relative;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: 1em;
  background: #fff;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
  padding: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > vbox,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > hbox {
  margin-bottom: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > vbox > textarea,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > hbox > textarea {
  resize: none;
  min-height: 5em;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > hbox > vbox + vbox {
    margin-left: 0.5em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > hbox > vbox + vbox {
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > hbox > vbox:not(:last-child) {
    margin-right: 0.5em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > hbox > vbox:not(:last-child) {
  margin-right: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane label {
  color: #787878;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane label .required {
  color: #ee3423;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > hbox > * {
    flex-basis: 1em;
    width: 1em;
    min-width: 1em;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > hbox > * label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > hbox > * {
  flex-basis: 1em;
  width: 1em;
  min-width: 1em;
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > hbox > * label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > hbox:not(.member-name) {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > hbox label,
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > vbox label {
    margin-top: 1em;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > .break-pane {
  border-top: 1px #ddd solid;
  padding-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > .break-pane > vbox.roster-detail {
  border: 1px #e3e3e3 solid;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 0 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > .break-pane > vbox.roster-detail > div {
  padding: 1em 0;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > .break-pane > vbox.roster-detail > div:not(:first-child) {
  border-top: 1px #ddd solid;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > .break-pane {
    padding: 0;
    margin: 1em 0;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane .LabelInputGroup input {
  width: 100%;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane > hbox .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_birthdayDatePicker input {
  min-width: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane.add-new-member > .member-name {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane.add-new-member > .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane {
  margin: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_memberInfoPane.add-new-member > .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml_infoPane:before {
  border: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .GrabbyHolder:not(.Active):not(.Default) {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfo_xhtml .GrabbyHolder.Active ~ .GrabbyHolder {
  display: none;
}


/* Template CSS: /v2/classmgmt/widgets/reg/LessonMemberInfoDialog.xhtml */
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfoDialog_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfoDialog_xhtml_lessonMemberInfo {
    min-width: 45em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfoDialog_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfoDialog_xhtml_lessonMemberInfo {
  min-width: 45em;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_LessonMemberInfoDialog_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonMemberInfoDialog_xhtml_lessonMemberInfo {
    min-width: 10em;
  }
}


/* Template CSS: /v2/classmgmt/widgets/reg/LessonSuccess.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonSuccess_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonSuccess_xhtml_header {
  background: -webkit-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: -o-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: -ms-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: linear-gradient(to bottom, #3e454e 0%, #22252a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e454e', endColorstr='#22252a', GradientType=0);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonSuccess_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonSuccess_xhtml_header > .content > h2 {
  font-weight: 500;
  color: #fff;
  padding: 3em 1em 0 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonSuccess_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonSuccess_xhtml_header > .content > h2 > small {
  font-weight: normal;
  color: #777;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonSuccess_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonSuccess_xhtml_contentPane {
  padding: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonSuccess_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonSuccess_xhtml_contentPane > .Box {
  padding: 1em;
  border-radius: 4px;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonSuccess_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonSuccess_xhtml_contentPane > .Box:not(:first-child) {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonSuccess_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonSuccess_xhtml_contentPane > .SuccessMessage {
  border: 1px #d6e9c6 solid;
  background-color: #dff0d8;
  color: #3c763d;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonSuccess_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonSuccess_xhtml_contentPane > .PartialPayment {
  margin-top: 1em;
  background-color: #F4BFC3;
  color: #C7061C;
  border: 1px #E6B3B7 solid;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonSuccess_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonSuccess_xhtml_failedPaymentAmount,
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonSuccess_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonSuccess_xhtml_failedPaymentReason {
  font-weight: bold;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_LessonSuccess_xhtml .AnonId__v2_classmgmt_widgets_reg_LessonSuccess_xhtml_footer {
  margin-bottom: 1em;
  justify-content: space-evenly;
}


/* Template CSS: /v2/classmgmt/widgets/reg/PaymentPlanDetailDialog.xhtml */
body .DynamicTemplate_v2_classmgmt_widgets_reg_PaymentPlanDetailDialog_xhtml {
  width: 62em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_PaymentPlanDetailDialog_xhtml .ClassHeader {
  margin: 0.75em 0 0.75em 0.25em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_PaymentPlanDetailDialog_xhtml .ClassHeader > div {
  font-size: 1.25em;
  font-weight: bold;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_PaymentPlanDetailDialog_xhtml .PaymentPlanContainer {
  background-color: #FFF;
  border: 0.01em solid #CCC;
  margin-bottom: 1em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_PaymentPlanDetailDialog_xhtml .PaymentPlanContainer > .PaymentPlanHeader {
  font-size: 1.15em;
  font-weight: bold;
  margin: 0.75em 0.5em;
}
body .DynamicTemplate_v2_classmgmt_widgets_reg_PaymentPlanDetailDialog_xhtml .PaymentPlanContainer > .GridContainer {
  padding: 0.5em;
}


/* Template CSS: /v2/classmgmt/widgets/reg/RegisteredClassWidget.xhtml */
body .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .Hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .actions > div {
    flex-basis: 1em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .actions > div {
  flex-basis: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .actions > div:last-child {
  text-align: right;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_errorPane {
  padding: 1em;
  margin: 1em 0;
  border: 1px #ebccd1 solid;
  border-radius: 4px;
  background: #f2dede;
  color: #a94442;
  display: none;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > div {
    flex-basis: 1em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > div {
  flex-basis: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonClassInfo {
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonClassInfo > div {
  margin-bottom: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonClassInfo > div > h3 {
  margin: 0;
  padding: 0 0 0.5em 0;
  font-size: 1.15em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonClassInfo > div > small {
  display: none;
  color: #ee3423;
  font-size: 0.9em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonClassInfo > div > label {
  color: #000;
  font-weight: 600;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonClassInfo > div > span {
  color: #787878;
  font-weight: 500;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonClassInfo > div > a {
  color: #5fa8dc;
  font-weight: 500;
  cursor: pointer;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonClassInfo > div:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer {
    padding: 0 0 0 0.75em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer {
  padding: 0 0 0 0.75em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer.PaymentPlan > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotPane {
  margin-bottom: 0.1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotPane {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotPane .table-header > div,
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotPane .table-content > div {
  text-align: center;
  padding: 0.25em;
  flex-basis: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotPane .table-content > div {
  padding: 0.5em 0.25em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotPane .table-header {
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotPane .table-header .slotHeader {
    padding: 0.2em;
    font-size: 0.6em;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotPane .table-content .slotTime {
  background: #f9f9f9;
  border-top: 2px #ddd solid;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotPane .table-content .slotTime {
    padding: 0.2em;
    font-size: 0.6em;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotPane .slotOpen {
  padding: 1em;
  font-size: 0.85em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotPane .slotOpen .many {
  color: #84c55f;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotPane .slotOpen .fews {
  color: #d78825;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotPane .slotOpen .less {
  color: #ee3423;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotPane {
    margin-left: 0em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotPane {
  margin-left: 0em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_addStudentButton {
  width: 100%;
  background-color: #FFF;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane {
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane.SelectedOnly {
  padding: 0.5em;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 1em;
  background-color: #FFF;
  border-bottom: 1px solid #e3e3e3;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane.SelectedOnly > .SelectedPlanContent {
  margin: 0.25em 0em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane > .PlanHeader {
  margin-bottom: 0.5em;
  font-size: 1.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane > .PlanHeader > span {
  font-weight: bold;
  color: #EE3523;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane > .PlanDescription {
  color: #787878;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane > .PlanContent {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane > .PlanContent > label {
  font-weight: bold;
  margin: 0.5em 0em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane > .PlanContent .PlanItem {
  margin: 0.6em 0em;
  align-items: center;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane > .PlanContent .PlanItem:hover {
  color: #787878;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane > .PlanContent .PlanItem > label {
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane > .PlanContent .PlanItem > label > input {
  margin: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane > .PlanContent .PlanItem > label > span {
  font-weight: bold;
  margin: 0 0.2em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane > .PlanContent .PlanItem .PaymentPlanItemName:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane > .PlanContent .PlanItem {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    align-items: flex-start;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane > .SelectedPlanContent {
  margin: 1em 0em;
  font-size: 1.15em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane > .SelectedPlanContent .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_selectedPlanName {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane > .SelectedPlanContent {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane .ViewPlanDetailAction {
  margin-left: 0.5em;
  color: #5fa8dc;
  align-items: flex-end;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane .ViewPlanDetailAction > span {
  font-size: 0.8em;
  margin-left: 0.2em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane .ViewPlanDetailAction:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonSlotContainer .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_paymentPlanPane .ViewPlanDetailAction {
    margin: 0.5em 0em 0.5em 0em;
    text-align: right;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body .InvoicePane {
  text-align: right;
  margin-right: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body .InvoicePane .InvoiceItem:not(:first-child) {
  margin-top: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body .InvoicePane .InvoiceItem {
  text-align: right;
  margin-right: 0.5em;
  padding: 0.15em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body .InvoicePane .InvoiceItem .InvoiceItemTitle {
  padding-left: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body .InvoicePane .InvoiceItem.TotalInvoice {
  border-top: 2px solid #E3E3E3;
  margin-top: 0.5em;
  padding: 0.5em 0.15em;
  color: #FF0000;
  font-weight: bold;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body .InvoicePane .InvoiceItem.TotalInvoice .CurrencyAmountGroup {
  color: #FF0000;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body .InvoicePane .InvoiceItem.TotalInvoice.NoItems {
  border-top: 0px solid #E3E3E3;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body .InvoicePane .CurrencyAmountGroup {
  font-weight: bold;
  color: #000000;
  min-width: 10em;
  margin-left: 0.5em;
  display: inline-block;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body .InvoicePane .CurrencyAmountGroup.NegativeAmount {
  color: #84C55F;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body .InvoicePane .CurrencyAmountGroup:not(.NegativeAmount) > .NegativeSign {
  display: none;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body .InvoicePane .CurrencyAmountGroup {
    min-width: 6em;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body .InvoicePane .WaitList:not(.Active) {
  display: none;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_lessonContentPane > .pane-body > vbox {
    margin-top: 1em;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_agreementPane .MemberAgreement {
  margin-top: 0.6em;
  flex-wrap: wrap;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_agreementPane .AgreementItem {
  margin: 0.5em 0.5em 0em 0em;
  background-color: #469adb;
  border-radius: 0.2em;
  padding: 0.5em;
  color: #FFF;
  font-size: 1em;
  max-width: 100%;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteredClassWidget_xhtml_agreementPane .AgreementItem > span {
  width: 100%;
}
body > .PaymentPlanDetailPopup.ClassReg {
  padding: 0.5em;
  overflow: auto !important;
}
body > .PaymentPlanDetailPopup.ClassReg table.ItemGrids.MorePrev tr th .Indicator.Prev > .Inner > icon {
  margin-left: -2px;
}
body > .PaymentPlanDetailPopup.ClassReg table.ItemGrids.MoreNext tr th .Indicator.Next > .Inner > icon {
  left: -2px;
}
body > .PaymentPlanDetailPopup.ClassReg table.ItemGrids {
  border: 0em solid #DDD;
}
@media screen and (max-width: 767px) {
  body > .PaymentPlanDetailPopup.ClassReg {
    width: 100% !important;
  }
}


/* Template CSS: /v2/classmgmt/widgets/reg/RegisteringClass.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringClass_xhtml_header {
  background: -webkit-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: -o-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: -ms-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: linear-gradient(to bottom, #3e454e 0%, #22252a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e454e', endColorstr='#22252a', GradientType=0);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringClass_xhtml_header > .content > h2 {
  font-weight: 500;
  color: #fff;
  padding: 3em 1em 0 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringClass_xhtml_header > .content > h2 > small {
  font-weight: normal;
  color: #777;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringClass_xhtml_lessonContentPane {
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringClass_xhtml_lessonContentPane > .actions > div {
    flex-basis: 1em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringClass_xhtml_lessonContentPane > .actions > div {
  flex-basis: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringClass_xhtml_lessonContentPane > .actions > div:last-child {
  text-align: right;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringClass_xhtml_lessonContentPane > .pane-body {
  margin-top: 1em;
  padding: 1em;
  background: #fff;
  border: 1px #ddd solid;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringClass_xhtml_lessonContentPane > .AnonId__v2_classmgmt_widgets_reg_RegisteringClass_xhtml_errorPane {
  padding: 1em;
  margin: 1em 0;
  border: 1px #ebccd1 solid;
  border-radius: 4px;
  background: #f2dede;
  color: #a94442;
  display: none;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringClass_xhtml_lessonContentPane > .pane-body {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringClass_xhtml_lessonContentPane > .pane-body > vbox {
    margin-top: 1em;
  }
}


/* Template CSS: /v2/classmgmt/widgets/reg/RegisteringMembers.xhtml */
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_header {
  background: -webkit-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: -o-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: -ms-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: linear-gradient(to bottom, #3e454e 0%, #22252a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e454e', endColorstr='#22252a', GradientType=0);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_header > .content > h2 {
  font-weight: 500;
  color: #fff;
  padding: 3em 1em 0 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_header > .content > h2 > small {
  font-weight: normal;
  color: #777;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_contentPane {
  padding: 0 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_contentPane > hbox.action {
  margin: 1em 0em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_contentPane > .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_existingMemberInfo .GrabbyHolder.Default > hbox {
  padding: 1em 0em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_contentPane > .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_existingMemberInfo .GrabbyHolder.Default > hbox div:not(:first-child) {
  margin-left: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_contentPane > .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_existingMemberInfo .GrabbyHolder.Default > hbox h3 {
  margin: 0px !important;
  font-weight: 500;
  font-size: 1.2em;
  padding: 0px !important;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_contentPane .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_existMemberDesc {
  margin: 1em 0;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_contentPane a {
  color: #5fa8dc;
  cursor: pointer;
  font-weight: normal;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_contentPane a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_contentPane .ExistingMemberTitle {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_contentPane .ExistingMemberTitle .MemberActions {
    margin-top: 0.5em;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_contentPane .MemberActions {
  text-align: right;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_contentPane .MemberActions button {
  margin-left: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .Forbiddance {
  font-size: 1.2em;
  color: #ee3423;
  margin-bottom: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .Forbiddance .Clarification {
  color: #a94442;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegisteringMembers_xhtml .AnonId__v2_classmgmt_widgets_reg_RegisteringMembers_xhtml_footer {
  padding: 1em;
}


/* Template CSS: /v2/classmgmt/widgets/reg/RegisteringMembersAgreement.xhtml */
.agree-pane {
  margin-top: 1em;
  background: #fff;
  border: 1px solid;
  border-radius: 4px;
}
.agree-pane > .pane-header {
  padding: 1em;
}
.agree-pane > .pane-content {
  border-top: 1px #ebccd1 solid;
  padding: 1em;
}
.agree-pane > .pane-content > div {
  padding: 1em 0;
}
.agree-pane > .pane-content > hbox {
  align-items: center;
}
.agree-pane > .pane-content > hbox > input {
  font-size: 1.5em;
  width: 1.5em;
}
.agree-pane > .pane-content > hbox > label {
  font-size: 1.2em;
  font-weight: bold;
  color: #787878;
  margin-left: 0.5em;
}
.agree-pane > .pane-content > hbox > label > .required {
  color: #ee3423;
}
.agree-pane > .pane-content > hbox > label.AgreementTitle {
  cursor: pointer;
}
.agree-pane.PrintContainer {
  margin-top: 0;
  border: 0;
}
.agree-pane.PrintContainer > .pane-header > .AnonId__v2_classmgmt_widgets_reg_RegisteringMembersAgreement_xhtml_printButton {
  display: none;
}
.agree-pane.PrintContainer > .pane-content {
  border-top: 1px #000 solid;
}
.agree-pane.PrintContainer > .pane-content > hbox {
  display: none;
}
.agree-pane.pane-danger {
  border-color: #ebccd1;
}
.agree-pane.pane-danger > .pane-header {
  background: #f2dede;
  color: #a94442;
}
.agree-pane.pane-danger.PrintContainer {
  border-color: #000;
}
.agree-pane.pane-danger.PrintContainer > .pane-header {
  background: #000;
  color: #000;
}


/* Template CSS: /v2/classmgmt/widgets/reg/RegistrableClass.xhtml */
body .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .Hidden {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_header {
  background: -webkit-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: -o-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: -ms-linear-gradient(top, #3e454e 0%, #22252a 100%);
  background: linear-gradient(to bottom, #3e454e 0%, #22252a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e454e', endColorstr='#22252a', GradientType=0);
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_header > .content > h2 {
  font-weight: 500;
  color: #fff;
  padding: 1.5em 1em 2em 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_header > .content > h2 > small {
  font-weight: normal;
  color: #777;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane > hbox {
  background: transparent;
  padding: 0 1em;
  margin-top: -4em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane > div {
  background: #fff;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .TabHeader {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.15em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .TabHeader {
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.15em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content {
  padding-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > hbox > hbox > vbox > label {
  color: #787878;
  font-weight: bold;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > hbox > hbox > vbox {
    flex-basis: 1em;
  }
}
.sys-viewport.md > .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > hbox > hbox > vbox {
  flex-basis: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_lessonNote {
  margin-bottom: 2em;
  padding: 1em;
  background-color: #fcf8e3;
  border: 1px #faebcc solid;
  border-radius: 4px;
  color: #8a6d3b;
  font-size: 0.85em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_cartPane {
  margin-bottom: 1em;
  text-align: right;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_cartPane > .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_cartButton {
  font-size: 1em;
  paddding: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_lessonTeamNote {
  padding: 2em 0 1em 0;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_lessonTeamNote > strong {
  color: #FF0000;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > .ClassFilters > hbox {
  margin-bottom: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > .ClassFilters > hbox > vbox {
  flex-basis: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > .ClassFilters > hbox > vbox > label {
  color: #787878;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > .ClassFilters > hbox > vbox + vbox {
  margin-left: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > .ClassFilters > hbox > vbox:not(:last-child) {
  margin-right: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > .ClassFilters > hbox:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > .ClassFilters > hbox {
    display: block;
    margin-bottom: 1em;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > .ClassFilters > hbox > vbox {
    margin-bottom: 1em;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > .ClassFilters > hbox:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > hbox {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > hbox > hbox {
    margin-top: 1em;
    margin-left: 0;
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > hbox > hbox > vbox {
    margin-top: 1em;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content > hbox > hbox > hbox:first-child {
    margin-top: 0;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content .HandleContainer {
  padding: 0.5em 0.5em 1em 0.5em;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #DDD;
  align-items: flex-end;
  align-content: space-between;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content .HandleContainer label {
  padding: 0.5em 0.5em 0.5em 0em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content .HandleContainer .widget_ComboManager {
  overflow: hidden;
  text-overflow: ellipsis;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content .HandleContainer .widget_ComboManager span {
  text-overflow: ellipsis;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content .HandleContainer hbox:not(.Hidden):not(:first-child) label {
  padding-left: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content .HandleContainer button[role="primary"] {
  padding: 0.5em 0.6em;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content .HandleContainer {
    display: block;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content .HandleContainer.Hidden {
    display: none;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .tab-content .HandleContainer > vbox.InputGroup:not(:first-child) {
    margin: 1em 0 0 0;
  }
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_instructorsTab .tab-content .content-pane .header {
  position: relative;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_instructorsTab .tab-content .content-pane .header > .avatar {
  width: 3em;
  height: 3em;
  position: absolute;
  left: 1em;
  top: -0.5em;
  border: 1px #ddd solid;
  border-radius: 50%;
  overflow: hidden;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_instructorsTab .tab-content .content-pane .header > .avatar > img {
  width: 100%;
  height: 100%;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_instructorsTab .tab-content .content-pane .header > a {
  margin-left: 4em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_programsTab .tab-content .content-pane .header .avatar {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_programsTab .ProgramItem:not(.Activate),
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_programsTab .SubProgramItem:not(.Activate) {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_container.hide-tab-header .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .TabHeader {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_container .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .TabHeader.ActiveTab {
  background-color: #FFFFFF;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .program-item > h3 {
  border-bottom: 3px solid #333;
  padding: 1em 0 0.2em 0;
  color: #000000;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .program-item > .ProgramDescription {
  margin-top: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .description-wrapper {
  padding: 0em 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .description-wrapper > hbox {
  margin-top: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .description-wrapper .avatar {
  margin-right: 1em;
  border: 1px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 2px 5px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 2px 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 2px 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  width: 10em;
  height: 7em;
  position: relative;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .description-wrapper .avatar > img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .description-wrapper .ProgramDescription,
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .description-wrapper .lessonSubDescription {
  padding: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .description-wrapper .AvatarContainer {
  height: 6.8em;
}
@media screen and (max-width: 767px) {
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .description-wrapper {
    padding: 0em;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .description-wrapper .avatar {
    margin: 0em;
    padding: 0.5em;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .description-wrapper > hbox {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    align-items: center;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .description-wrapper > hbox .AvatarContainer {
    padding: 0.5em;
  }
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .description-wrapper > hbox .ProgramDescription,
  .DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane .description-wrapper > hbox .lessonSubDescription {
    padding: 1em 0.5em;
    text-align: left;
  }
}
.lessonContentPane {
  margin-top: 1em;
  border: 1px #ddd solid;
  border-radius: 4px;
}
.lessonContentPane > .lessonSubHeader {
  background: #f5f5f5;
  padding: 0.5em;
  cursor: pointer;
  position: relative;
}
.lessonContentPane > .lessonSubHeader > a {
  position: relative;
  color: #5fa8dc;
}
.lessonContentPane > .lessonSubHeader > a > .toggle-icon {
  width: 1em;
  font-weight: bold;
}
.lessonContentPane > .lessonSubHeader > a > .toggle-icon.chevron-down {
  display: none;
}
.lessonContentPane > .lessonSubHeader > a:hover {
  color: #2b84c4;
  cursor: pointer;
}
.lessonContentPane > .lessonSubHeader > .avatar {
  display: none;
}
.lessonContentPane > .content {
  border-top: 1px #ddd solid;
}
.lessonContentPane > .content > .filter-wrapper {
  padding: 1em;
}
.lessonContentPane > .content > .filter-wrapper > hbox > vbox > label {
  color: #787878;
  font-weight: bold;
}
.lessonContentPane > .content > .filter-wrapper > hbox > vbox:last-child {
  justify-content: flex-end;
}
.lessonContentPane > .content > .filter-wrapper > hbox > vbox:last-child > div {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .lessonContentPane > .content > .filter-wrapper > hbox > vbox + vbox {
    margin-left: 0.5em;
  }
}
.sys-viewport.md > .lessonContentPane > .content > .filter-wrapper > hbox > vbox + vbox {
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .lessonContentPane > .content > .filter-wrapper > hbox > vbox:not(:last-child) {
    margin-right: 0.5em;
  }
}
.sys-viewport.md > .lessonContentPane > .content > .filter-wrapper > hbox > vbox:not(:last-child) {
  margin-right: 0.5em;
}
.lessonContentPane .NoClassFound {
  align-self: center;
  padding: 2em;
  color: red;
}
.lessonContentPane .NoClassFound:not(.Activate) {
  display: none;
}
.lessonContentPane .LessonClassDetailPane {
  margin: 0.5em 0em;
}
.lessonContentPane .LessonClassDetailPane > div.Activate:not(.NoAvatar):first-child {
  margin-top: 3.5em;
}
.lessonContentPane .LessonClassDetailPane > div.Activate {
  margin-top: 2.5em;
}
.lessonContentPane .LessonClassDetailPane > div.Activate.NoAvatar {
  margin-top: 1.5em;
}
.lessonContentPane:not(.view-detail) > .content {
  display: none;
}
.lessonContentPane:not(.view-detail) > .HandleContainer {
  display: none;
}
.lessonContentPane.view-detail > .lessonSubHeader > a > .toggle-icon.chevron-down {
  display: inline-block;
}
.lessonContentPane.view-detail > .lessonSubHeader > a > .toggle-icon.chevron-right {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_container.Loading .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_tabPane {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_container.Loading .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_loadingPane {
  display: block;
  padding: 5em 0;
  font-size: 2em;
  font-weight: 700;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_container.Loading .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_loadingPane > hbox {
  text-align: center;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_container.Loading .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_loadingPane > hbox > hbox {
  text-align: center;
  padding: 1em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_container.Loading .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_loadingPane > hbox > hbox > icon {
  animation-name: spin360;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  font-size: 1.3em;
  margin-right: 0.25em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_container .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_loadingPane {
  display: none;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_container .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_classConfigMissingInfo > div {
  font-weight: bold;
  font-size: 1.5em;
  padding: 0.5em;
}
.DynamicTemplate_v2_classmgmt_widgets_reg_RegistrableClass_xhtml .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_container .AnonId__v2_classmgmt_widgets_reg_RegistrableClass_xhtml_classConfigMissingInfo > .HiddenInfo {
  display: none;
}


