a {
  text-decoration: none;
}

.nav_management {
  background-color: #fff;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .5);
  color: #054b89;
}

.nav_management_menu {
  display: inline-block;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: transparent;
}

.nav_management_link {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #06345a;
  font-size: 16px;
}

.customer_dropdown {
  display: inline-block;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid grey;
  border-radius: 5px;
  background-color: #fff;
}

.nav_management_text {
  margin-bottom: 10px;
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.customer_dropdown_text {
  font-size: 16px;
}

.side_navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  padding-left: 20px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.side_navigation.left {
  display: block;
}

.nav_link {
  color: grey;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav_link:hover {
  color: #333;
}

.nav_link:active {
  color: #fff;
  font-weight: 500;
}

.nav_item {
  margin-top: 15px;
  margin-right: 7px;
  padding: 7px 15px;
  border: 1px solid #333;
  text-align: center;
}

.nav_item:active {
  background-color: grey;
  color: #fff;
}

.management_container {
  display: inline;
}

.management_column2 {
  position: static;
  display: inline;
}

.management_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.customer_dropdown_div {
  height: 80px;
  margin-top: 5px;
  margin-left: 30%;
}

.management_footer {
  height: 80px;
  background-color: #666;
  color: #fff;
}

.management_footer_text {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.management_footer_image {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button_main {
  width: 200px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #5e6c99;
  color: #fff;
}

.account_container {
  padding: 20px;
}

.nav_staff {
  height: 100px;
  margin-top: 0px;
  padding-top: 15px;
  background-color: transparent;
  box-shadow: 2px 2px 6px 2px grey;
}

.nav_link_management {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #999;
  color: #3898ec;
}

.nav_link_management:hover {
  color: grey;
}

.nav_link_management:active {
  background-color: hsla(0, 0%, 60%, .5);
  color: #fff;
  font-weight: 700;
}

.nav_link_management:focus {
  color: #fff;
}

.nav_link_management.w--current {
  background-color: hsla(0, 0%, 60%, .5);
  color: #fff;
}

.footer_text {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.program_dropdown {
  display: inline-block;
}

.select-field {
  display: inline-block;
  width: auto;
  margin-left: 20px;
}

.form {
  width: auto;
}

.dashboard_box {
  margin: 10px;
  padding: 10px;
  box-shadow: 1px 1px 3px 0 grey;
}

.dashboard_h3 {
  margin-top: 0px;
  color: #444;
  font-weight: 400;
}

.management_text {
  color: grey;
}

.management_text.day {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}

.management_text.date {
  color: #353535;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.management_text.month {
  color: #fff;
  text-align: center;
}

.management_text.time {
  padding-top: 5px;
  float: right;
}

.management_text.time.start {
  margin-top: 10px;
  padding-right: 7px;
  border-right: 1px solid #000;
}

.management_text.time.end {
  margin-bottom: 10px;
  padding-right: 7px;
  border-style: none solid none none;
  border-width: 2px 1px 2px 2px;
  border-color: grey #000 grey grey;
}

.management_text.class {
  display: block;
  padding-top: 7px;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.management_text.instructor {
  text-align: left;
}

.management_text.customer {
  margin-right: 10px;
  margin-left: 10px;
  border: 1px none grey;
  color: #000;
  font-size: 16px;
}

.attendance_field {
  display: block;
  padding-top: 0px;
  padding-left: 10px;
}

.management_link {
  display: block;
  color: #3898ec;
  text-decoration: none;
}

.management_link.large {
  display: block;
  width: 80%;
  margin: 10px auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  /*background-color: #ff0098;*/
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.management_link.large.grey {
  width: 100%;
  background-color: #b4b4b4;
  font-weight: 500;
}

.management_link.large.grey:active {
  /*background-color: #ff0098;*/
}

.management_link.large.grey.left {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: grey;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: transparent;
  color: #b4b4b4;
}

.management_link.large.grey.left:active {
  background-color: #b4b4b4;
  color: #fff;
}

.management_link.large.grey.left:focus {
  background-color: #b4b4b4;
  color: #fff;
}

.management_link.large.grey.center {
  border: 1px solid grey;
  border-radius: 0px;
  background-color: transparent;
  color: #b4b4b4;
}

.management_link.large.grey.center:active {
  background-color: #b4b4b4;
  color: #fff;
}

.management_link.large.grey.center:focus {
  background-color: #b4b4b4;
  color: #fff;
}

.management_link.large.grey.right {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: grey;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  color: #b4b4b4;
}

.management_link.large.grey.right:active {
  background-color: #b4b4b4;
  color: #fff;
}

.management_link.large.grey.right:focus {
  background-color: #b4b4b4;
  color: #fff;
}

.management_link.right {
  float: right;
}

.management_link.left {
  float: left;
}

.management_link.month {
  color: #fff;
}

.management_link.attendance {
  display: inline-block;
  margin-top: 10px;
  margin-left: 40px;
  padding-top: 30px;
  text-decoration: underline;
}

.management_link.customer {
  margin-top: 15px;
}

.management_link.view_more {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  text-align: center;
  text-decoration: underline;
}

.management_link.cancel {
  margin-top: 0px;
  margin-right: 30px;
  margin-left: 20px;
  padding-top: 0px;
  float: right;
  color: #3898ec;
  font-size: 16px;
}

.management_link.mobile {
  font-size: 16px;
}

.management_link.camp {
  padding-top: 5px;
}

.management_link.tables {
  padding: 10px;
  margin-left: 
}

.roster_container {
  display: inline;
  padding-top: 15px;
}

.roster_container.gray {
  display: inline;
  background-color: transparent;
}

.roster_h5 {
  margin-top: 0px;
}

.roster_row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  background-color: hsla(0, 0%, 86%, .6);
}

.radio-button {
  margin-left: -20px;
  padding-top: 0px;
  float: right;
  font-size: 30px;
  line-height: 36px;
}

.div_day {
  display: block;
  width: 14.25%;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #dcdcdc;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  width: 100%;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-5:active {
  background-color: #dcdcdc;
}

.row-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: none;
}

.column-3 {
  display: none;
}

.column-4 {
  display: none;
}

.column-5 {
  display: none;
}

.column-6 {
  display: none;
}

.column-7 {
  display: none;
}

.calendar_item {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: hsla(0, 0%, 86%, .6);
}

.row-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.reg_text {
  display: inline-block;
  margin-top: 0px;
  padding: 8px 7px;
  border-radius: 10px;
  background-color: rgba(0, 224, 255, .34);
  color: #fff;
}

.body {
  text-align: center;
}

.row-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.radio-button-field {
  float: right;
}

.radio-button-field-2 {
  float: right;
}

.radio-button-field-3 {
  padding-left: 10px;
  float: right;
}

.radio-button-2 {
  float: right;
}

.radio-button-3 {
  float: right;
}

.radio-button-4 {
  float: right;
}

.radio-button-5 {
  float: right;
}

.class_detail {
  margin-left: 0px;
  padding-left: 10px;
  border-left: 1px solid grey;
}

.radio-button-6 {
  float: right;
}

.container {
  display: block;
}

.section-2 {
  display: block;
}

.section_week_nav {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #dcdcdc;
}

.section_month_nav {
  background-color: #ff0098;
}

.table_row {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-bottom-color: grey;
  background-color: hsla(0, 0%, 86%, .6);
}

.table_row.white {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  border-bottom-style: none;
  background-color: transparent;
}

.table_row.purchases {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: solid;
  border-bottom-color: hsla(0, 0%, 86%, .6);
  background-color: #fff;
}

.table_row.refunds {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: solid;
  border-bottom-color: hsla(0, 0%, 86%, .6);
  background-color: #fff;
}

.table_row.amount_due {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: solid;
  border-bottom-color: hsla(0, 0%, 86%, .6);
  background-color: #fff;
}

.table_row.standard {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-bottom-style: none;
  background-color: transparent;
}

.table_row.standard.search {
  margin-top: 10px;
}

.customer_text {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  float: none;
  color: grey;
  text-align: left;
}

.customer_text.day {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}

.customer_text.date {
  color: #353535;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.customer_text.month {
  color: #fff;
  text-align: center;
}

.customer_text.time {
  padding-top: 5px;
  float: right;
}

.customer_text.time.start {
  margin-top: 10px;
  padding-right: 7px;
  border-right: 1px solid #000;
}

.customer_text.time.end {
  margin-bottom: 10px;
  padding-right: 7px;
  border-style: none solid none none;
  border-width: 2px 1px 2px 2px;
  border-color: grey #000 grey grey;
}

.customer_text.class {
  padding-top: 7px;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.customer_text.instructor {
  text-align: left;
}

.customer_text.customer {
  margin-right: 10px;
  margin-left: 10px;
  border: 1px none grey;
  color: #000;
  font-size: 16px;
}

.customer_text.left {
  float: none;
}

.column-participant {
  display: inline-block;
  padding-top: 0px;
}

.column-participant.list {
  position: static;
  display: inline-block;
}

.column-participant.edit {
  margin-top: 20px;
}

.form-2 {
  display: inline-block;
  width: 100%;
}

.submit-button {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  float: left;
  /*background-color: #ff0098;*/
}

.submit-button.margin-left {
  margin-left: 1%;
}

.text-field {
  width: 90%;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.form-block {
  display: inline;
}

.column-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-13 {
  padding-right: 0px;
  padding-left: 0px;
}

.h3_customer {
  margin-left: 20%;
  color: #333;
  font-weight: 500;
}

.text-block {
  margin-left: 20%;
  font-family: Wingding, sans-serif;
  color: grey;
  font-size: 28px;
}

.heading {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5%;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  background-color: hsla(0, 0%, 86%, .6);
  font-weight: 400;
}

.important-text {
  display: block;
}

.link {
  font-family: Wingding, sans-serif;
}

.edit_link {
  margin-right: 5px;
  float: none;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  /*color: #ff0098;*/
  font-size: 18px;
  text-decoration: none;
}

.edit_column {
  position: static;
  top: 0px;
  right: 0px;
  display: block;
}

.row-11 {
  display: block;
  width: 50%;
}

.div-block {
  display: block;
}

.schedule_container {
  display: inline;
  padding-top: 15px;
}

.schedule_container.gray {
  display: inline;
  background-color: hsla(0, 0%, 86%, .6);
}

.customer_row_due {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  float: none;
  border-style: none none solid;
  border-width: 1px;
  border-bottom-color: hsla(0, 0%, 86%, .6);
  background-color: transparent;
  text-align: left;
}

.customer_row_due.white {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: none;
  background-color: transparent;
}

.customer_row_due.purchases {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: solid;
  border-bottom-color: hsla(0, 0%, 86%, .6);
  background-color: #fff;
}

.customer_row_due.refunds {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: solid;
  border-bottom-color: hsla(0, 0%, 86%, .6);
  background-color: #fff;
}

.customer_row_due.amount_due {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: solid;
  border-bottom-color: hsla(0, 0%, 86%, .6);
  background-color: #fff;
}

.customer_form {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.profile_container {
  display: inline;
  padding-top: 15px;
}

.profile_container.gray {
  display: inline;
  background-color: transparent;
}

.customer_row_purchases {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-bottom-color: hsla(0, 0%, 86%, .6);
  background-color: transparent;
}

.customer_row_purchases.white {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: none;
  background-color: transparent;
}

.customer_row_purchases.purchases {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: solid;
  border-bottom-color: hsla(0, 0%, 86%, .6);
  background-color: #fff;
}

.customer_row_purchases.refunds {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: solid;
  border-bottom-color: hsla(0, 0%, 86%, .6);
  background-color: #fff;
}

.customer_row_purchases.amount_due {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: solid;
  border-bottom-color: hsla(0, 0%, 86%, .6);
  background-color: #fff;
}

.customer_row_refunds {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-style: none;
  border-width: 1px;
  border-bottom-color: hsla(0, 0%, 86%, .6);
  background-color: transparent;
}

.customer_row_refunds.white {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: none;
  background-color: transparent;
}

.customer_row_refunds.purchases {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: solid;
  border-bottom-color: hsla(0, 0%, 86%, .6);
  background-color: #fff;
}

.customer_row_refunds.refunds {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: solid;
  border-bottom-color: hsla(0, 0%, 86%, .6);
  background-color: #fff;
}

.customer_row_refunds.amount_due {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: solid;
  border-bottom-color: hsla(0, 0%, 86%, .6);
  background-color: #fff;
}

.div-block-2 {
  display: inline;
}

.row-12 {
  padding-top: 10px;
}

.container_custome {
  display: inline;
  padding-top: 15px;
}

.container_custome.gray {
  display: inline;
  background-color: transparent;
}

.calendar_item_area_director-class {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: #fff;
}

.form-block-2 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.heading-2 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  font-weight: 400;
}

.text-block-2 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}

.customer_tabs {
  display: none;
  background-color: transparent;
  color: grey;
}

.customer_tabs.w--current {
  border: 1px solid #000;
  color: #fff;
}

.tabs-content {
  display: none;
}

.contact-text {
  margin-left: 20%;
  font-family: Wingding, sans-serif;
  color: grey;
  font-size: 28px;
}

.contact_image {
  margin-right: 30px;
}

.contact_image.detail {
  margin-left: 20%;
}

.h3_management {
  background-color: transparent;
  color: #444;
  margin-bottom: 10px;
}

.field-label {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

.field-label.small {
  font-size: 12px;
}

.text-span {
  color: hsla(0, 0%, 50%, .5);
  font-size: 12px;
}

.form-block-3 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 0px;
}

.text-span-2 {
  color: hsla(0, 0%, 45%, .5);
  font-size: 12px;
}

.text-span-3 {
  color: hsla(0, 0%, 45%, .5);
  font-size: 12px;
}

.text-span-4 {
  color: hsla(0, 0%, 45%, .5);
  font-size: 12px;
}

.text-span-5 {
  color: hsla(0, 0%, 45%, .5);
  font-size: 12px;
}

.field-notes {
  color: hsla(0, 0%, 45%, .5);
  font-size: 12px;
}

.text-span-7 {
  color: hsla(0, 0%, 45%, .5);
  font-size: 12px;
}

.text-span-8 {
  color: hsla(0, 0%, 45%, .5);
  font-size: 12px;
}

.text-span-9 {
  color: hsla(0, 0%, 45%, .5);
  font-size: 12px;
}

.select-field-2 {
  font-size: 16px;
}

.select-field-3 {
  font-size: 16px;
}

.select-field-4 {
  font-size: 16px;
}

.select-field-5 {
  font-size: 16px;
}

.select-field-6 {
  font-size: 16px;
}

.select-field-7 {
  font-size: 16px;
}

.column-14 {
  padding-bottom: 10px;
}

.clear_button {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 50%, .4);
  background-color: transparent;
  /*color: #ff0098;*/
}

.clear_button.right {
  float: right;
}

.column-15 {
  /*color: #ff0098;*/
}

.table_header {
  padding-left: 5px;
  color: #000;
}

.table-col-header {
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #d1cdcd;
  background-color: #f5f5f5;
  /*color: #ff0098;*/
}

.table-col-header.middle {
  border-right-style: none;
  border-left-style: none;
}

.table-col-text {
  display: inline-block;
  padding: 0px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #d1cdcd;
  background-color: transparent;
  /*color: #ff0098;*/
}

.table-col-text.middle {
  border-right-style: none;
  border-left-style: none;
}

.table_text {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  color: #000;
  font-size: 16px;
}

.table_text.tags {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 50%, .8);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.table_text.right-border {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #000 #d1cdcd;
  color: #444;
  font-size: 14px;
}

.table_link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  /*color: #ff0098;*/
  font-size: 16px;
  text-decoration: none;
}

.table_link.add {
  margin-left: 0px;
  padding-left: 20px;
  text-align: justify;
}

.section-3 {
  margin-bottom: 10px;
}

.page-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 10px;
  color: #999;
}

.table_text_header {
  padding: 10px 5px;
  color: #444;
  font-size: 16px;
  font-weight: 500;
}

.table_text_header.tags {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 50%, .8);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.table_text_header.right-border {
  border-style: none solid none none;
  border-width: 1px;
  border-color: #d1cdcd;
}

.table_text_header.collapse {
  padding-left: 10px;
}

.text-block-3 {
  float: right;
}

.column-16 {
  padding-top: 10px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000 #000 #000 #d1cdcd;
}

.column-17 {
  padding-left: 0px;
}

.title_column {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.link-2 {
  /*color: #ff0098;*/
  font-size: 12px;
}

.row-13 {
  padding-top: 15px;
}

.link-4.w--current {
  /*color: #ff0098;*/
}

.section-4 {
  display: block;
}

.row-14 {
  display: inline-block;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #d1cbcb;
}

.row-15 {
  display: inline-block;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #d1cbcb;
}

.nav-menu {
  display: block;
  margin-right: 20px;
}

.column-18 {
  display: none;
}

.media_link {
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  padding-left: 3px;
}

.column-19 {
  border-style: none solid solid;
  border-width: 1px;
  border-color: #d1cdcd;
}

.column-21 {
  border-bottom: 1px solid #d1cdcd;
}

.image {
  box-shadow: 1px 1px 1px 0 rgba(96, 91, 91, .1);
}

.image.left {
  padding-left: 1px;
}

.image.right {
  padding-right: 0px;
}

.row-16 {
  width: 68%;
}

.column-26 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.management-section {
  padding-right: 10px;
  padding-left: 10px;
}

.management-row {
  padding: 2%;
}

.container-2 {
  display: inline;
  width: 80%;
  margin-right: 100px;
  margin-left: 100px;
}

.image-2 {
  margin-right: 40px;
  margin-left: 40px;
}

.navbar {
  background-color: transparent;
}

.management-column {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.management-column.right {
  border-left: 1px solid #999;
}

.dropdown-toggle {
  margin-right: 10px;
  margin-left: 400px;
  padding: 10px 60px 10px 40px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 50%, .5);
}

.column-27 {
  display: inline-block;
}

.text-field-2 {
  width: 90%;
}

.link-5 {
  color: #3898ec;
}

.text-span-10 {
  color: #3898ec;
}

.text-span-11 {
  color: #3898ec;
}

.text-block-4 {
  color: #444;
}

.icon {
  color: #444;
}

.form-text {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #666;
  font-size: 18px;
  font-weight: 400;
}

.checkbox-label {
  margin-top: 5px;
  margin-bottom: 10px;
}

.checkbox {
  margin-top: 9px;
}

html.w-mod-js *[data-ix="hidden"] {
  display: none;
}

@media (max-width: 991px) {
  .customer_dropdown {
    margin-top: 10px;
  }
  .customer_dropdown_div {
    height: auto;
    margin-left: 50%;
  }
  .nav_staff {
    padding-bottom: 10px;
  }
  .nav_link_management {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
  .mobile_nav_staff_icon {
    /*color: #ff0098;*/
  }
  .mobile_nav_staff_icon:hover {
    /*background-color: #ff0098;*/
    color: #fff;
  }
  .mobile_nav_staff_icon:active {
    color: #fff;
  }
  .mobile_nav_staff_icon:focus {
    background-color: #aa1710;
    color: #fff;
  }
  .nav_brand_staff {
    width: 100px;
  }
  .nav_menu_button_staff {
    background-color: transparent;
    /*color: #ff0098;*/
  }
  .nav_menu_button_staff:hover {
    background-color: transparent;
    color: #fff;
  }
  .nav_menu_button_staff:active {
    background-color: transparent;
    color: #fff;
  }
  .nav_menu_button_staff:focus {
    background-color: transparent;
    color: #fff;
  }
  .management_link.attendance {
    margin-left: 5px;
  }
  .management_link.table {
    border-bottom: 1px none #000;
  }
  .roster_h5 {
    margin-bottom: 0px;
  }
  .roster_row {
    display: block;
  }
  .column {
    position: relative;
    display: block;
  }
  .table_row {
    display: block;
  }
  .table_row.white {
    width: 90%;
  }
  .table_row.standard {
    width: auto;
    border-bottom-style: none;
    margin-right:5%;
    margin-left:5%;
  }
  .customer_text {
    text-align: left;
  }
  .submit-button {
    margin-right: 50px;
  }
  .text-field {
    width: 100%;
    margin-left: 0px;
  }
  .customer_row_due {
    display: block;
  }
  .customer_row_purchases {
    display: block;
  }
  .customer_row_refunds {
    display: block;
  }
  .clear_button.right {
    float: right;
  }
  .table-col-text {
    padding-right: 5px;
    padding-left: 5px;
    border-top-style: solid;
    border-bottom-style: none;
    color: #333;
  }
  .table_text {
    font-size: 14px;
  }
  .table_text.right-border {
    padding-left: 5px;
    border-bottom-style: none;
    color: #333;
  }
  .table_text_header {
    color: #444;
  }
  .column-19 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .image.left {
    padding-left: 8px;
  }
  .image.right {
    padding-right: 0px;
  }
  .icon-2 {
    color: #3898ec;
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .customer_dropdown {
    display: block;
    width: 250px;
    margin-right: 10px;
  }
  .customer_dropdown_div {
    height: auto;
  }
  .select-field {
    width: auto;
  }
  .management_text {
    margin-right: 10px;
    border-right: 1px none grey;
  }
  .management_text.customer {
    margin-left: 0px;
  }
  .management_link {
    display: block;
    margin-right: 9px;
    border-style: none;
    border-width: 1px;
    border-color: #000 grey #000 #000;
  }
  .management_link.large {
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }
  .management_link.attendance {
    padding-top: 30px;
  }
  .reg_text.team {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-8 {
    border-right: 1px none #000;
  }
  .table_row.white {
    width: 100%;
    padding-right: 10px;
  }
  .table_row.standard {
    width: 100%;
    padding-right: 10px;
  }
  .table_row.standard.search {
    padding-right: 5px;
    padding-left: 5px;
  }
  .customer_text {
    margin-right: 10px;
    border-right: 1px none grey;
  }
  .text-field {
    width: 100%;
  }
  .row-12 {
    display: block;
  }
  .contact-text {
    margin-top: 5px;
    margin-left: 0%;
  }
  .table-col-header {
    padding-right: 5px;
    padding-left: 5px;
  }
  .table_text.right-border {
    padding-left: 5px;
  }
  .table_link.add {
    font-size: 14px;
    text-align: left;
  }
  .table_text_header {
    padding-left: 0px;
  }
  .table_text_header.collapse {
    display: none;
  }
  .column-16 {
    display: none;
  }
  .title_column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .row-14 {
    width: 90%;
  }
  .row-15 {
    width: 90%;
  }
  .column-19 {
    padding-right: 3px;
    padding-left: 3px;
  }
  .column-22 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-23 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-24 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-25 {
    padding-left: 5px;
  }
  .management-column.right {
    padding-top: 0px;
    border-left-style: none;
  }
  .dropdown-toggle {
    margin-bottom: 10px;
    margin-left: 250px;
  }
  .icon-2 {
    color: #3898ec;
    font-size: 40px;
    line-height: 48px;
  }
  .menu-button {
    padding: 10px;
  }
}

@media (max-width: 479px) {
  .nav_item {
    width: 120px;
  }
  .customer_dropdown_div {
    margin-left: 10%;
  }
  .nav_staff {
    padding-bottom: 10px;
  }
  .footer_text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .management_text.day {
    margin-right: 0px;
    text-align: center;
  }
  .management_text.date {
    margin-right: 0px;
  }
  .management_text.month {
    font-size: 12px;
  }
  .management_text.time.start {
    font-size: 12px;
  }
  .management_text.time.end {
    font-size: 12px;
  }
  .management_text.class {
    font-size: 14px;
  }
  .management_text.instructor {
    font-size: 12px;
  }
  .attendance_field {
    width: 15px;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .management_link.large {
    font-size: 14px;
  }
  .management_link.week.right {
    margin-right: 0px;
    font-size: 12px;
  }
  .management_link.week.left {
    margin-right: 0px;
    font-size: 12px;
  }
  .management_link.month.left {
    margin-right: 0px;
  }
  .management_link.month.right {
    margin-right: 0px;
  }
  .roster_row {
    display: block;
  }
  .column.attendance {
    padding-left: 10px;
  }
  .div_day {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid #dcdcdc;
  }
  .row {
    display: block;
  }
  .calendar_item {
    border: 1px solid #fff;
  }
  .reg_text {
    margin-right: 0px;
  }
  .column-9 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section_week_nav {
    display: block;
  }
  .section_month_nav {
    /*background-color: #ff0098;*/
  }
  .table_row {
    display: block;
  }
  .table_row.standard {
    width: 100%;
    padding-right: 0px;
  }
  .table_row.standard.search {
    display: block;
  }
  .customer_text {
    width: 90%;
    text-align: left;
  }
  .customer_text.day {
    margin-right: 0px;
    text-align: center;
  }
  .customer_text.date {
    margin-right: 0px;
  }
  .customer_text.month {
    font-size: 12px;
  }
  .customer_text.time.start {
    font-size: 12px;
  }
  .customer_text.time.end {
    font-size: 12px;
  }
  .customer_text.class {
    font-size: 14px;
  }
  .customer_text.instructor {
    font-size: 12px;
  }
  .customer_text.left {
    text-align: left;
  }
  .column-participant {
    display: inline-block;
  }
  .submit-button {
    margin-right: 0px;
  }
  .text-field {
    width: 100%;
  }
  .h3_customer {
    margin-left: 5%;
  }
  .text-block {
    margin-left: 5%;
  }
  .edit_link {
    width: 15px;
    margin-right: 5px;
  }
  .edit_column {
    display: inline-block;
  }
  .row-11 {
    display: inline-block;
    width: auto;
  }
  .div-block {
    display: block;
  }
  .customer_row_due {
    display: block;
  }
  .customer_row_purchases {
    display: block;
  }
  .customer_row_refunds {
    display: block;
  }
  .calendar_item_area_director-class {
    border: 1px solid #fff;
  }
  .form-block-2 {
    width: 80%;
  }
  .heading-2 {
    width: 80%;
  }
  .text-block-2 {
    width: 80%;
  }
  .contact-text {
    margin-left: 5%;
  }
  .contact_image.detail {
    margin-left: 5%;
  }
  .form-block-3 {
    width: 100%;
  }
  .table-col-header.year {
    display: none;
  }
  .table-col-header.series {
    display: none;
  }
  .table-col-text {
    padding-right: 5px;
    padding-left: 5px;
  }
  .table-col-text.middle {
    border-style: solid;
  }
  .table-col-text.desktop {
    display: none;
  }
  .table_text.right-border {
    padding-left: 5px;
    border-right-style: none;
  }
  .table_link {
    width: 100%;
  }
  .table_text_header {
    padding-left: 5px;
  }
  .table_text_header.right-border {
    border-right-style: none;
  }
  .column-16 {
    display: none;
  }
  .link-3 {
    /*color: #ff0098;*/
  }
  .link-4 {
    /*color: #ff0098;*/
  }
  .row-14 {
    width: 95%;
  }
  .row-15 {
    width: 95%;
  }
  .column-19 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-20 {
    display: none;
  }
  .column-21 {
    display: none;
  }
  .row-16 {
    display: block;
    width: 100%;
  }
  .image-2 {
    margin-left: 10px;
  }
  .management-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dropdown-toggle {
    margin-left: 120px;
  }
}

@font-face {
  font-family: 'Wingding';
  src: url('../fonts/wingding.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Webdings';
  src: url('../fonts/webdings.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}