body {
  background-color: #02aeff;
  background-image: url('../images/pmc-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.global-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #02aeff;
  background-image: url('../images/pmc.png'), url('../images/pmc-bg.jpg');
  background-position: 100% 100%, 50% 50%;
  background-size: 352px, cover;
  background-repeat: no-repeat, no-repeat;
  font-weight: 400;
}

.login-section {
  display: block;
  width: 340px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.logo-student-portal {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #ffed63;
  font-size: 18px;
  font-weight: 700;
}

.login-field-box {
  min-height: 85px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 14px;
  border: 2px solid #6ccdfa;
  border-radius: 100px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.login-field-box:hover {
  border-color: #e9f8ff;
}

.login-image {
  margin-top: 11px;
  margin-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-right: 3px solid #ffed63;
}

.login-item-1 {
  margin-bottom: 3px;
  color: #0872a3;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.login-field {
  margin-bottom: 0px;
  padding: 5px 10px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 100%, .1);
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, .08);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.form-style {
  margin-bottom: 0px;
}

.no-padding {
  padding-left: 0px;
}

.login-button {
  width: 100%;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 100px;
  background-color: #ffed63;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #302b27;
  font-size: 19px;
  text-transform: uppercase;
}

.login-button:hover {
  background-color: #ecd521;
}

.forget-password-text {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ffed63;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.forget-password-text:hover {
  color: #ecd521;
}
.w--current{
	border-right-color: #f4be3b !important;
}
.copyright {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.copyright.inside {
  position: relative;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #585858;
  text-transform: none;
}

.footer-link {
  color: #363636;
  text-decoration: none;
}

.visit-our-website {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 25px;
  margin-right: 50px;
  padding-bottom: 6px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.visit-our-website:hover {
  border-bottom-color: #ffed63;
}

.main-menu-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  overflow: hidden;
  width: 15%;
  height: auto;
  min-height: auto;
  padding-bottom: 305px;
  float: left;
  background-color: transparent;
  background-image: url('../images/pmc2.png'), url('../images/arrow-white.png');
  background-position: 50% 100%, 101% 35px;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.main-content-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 82%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  float: left;
  background-color: #e4f3f9;
}

.main-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.collapse-section {
  padding-top: 25px;
  padding-bottom: 14px;
  padding-left: 16px;
  border-bottom: 2px solid #e7ebee;
  background-color: #fff;
}

.content-main-header {
  margin-top: 0px;
  padding: 20px 50px 25px;
  border-bottom: 10px solid #cbedfb;
  background-color: #fff;
}

.main-content-h1 {
  margin-top: 0px;
  padding-top: 0px;
  text-transform: uppercase;
}

.main-content-sub-text {
  color: #676869;
  font-size: 16px;
}

.profile-section {
  position: static;
  overflow: hidden;
  height: auto;
  margin-top: 15px;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #23b7fc;
}

.avatar {
  width: 58px;
  margin-top: 12px;
  margin-right: 7px;
  float: left;
  border-radius: 5px;
}

.profile-name {
  display: inline-block;
  width: auto;
  margin-left: 5px;
  padding-left: 0px;
  float: left;
  color: #fff;
}

.profile-button {
  padding: 5px 20px 5px 45px;
  border-radius: 4px;
  background-color: #0c6ed2;
  background-image: url('../images/profile-icon.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  box-shadow: 0 2px 2px -1px #303030;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 13px;
  cursor: pointer;
}

.profile-button:hover {
  background-color: #00458b;
}

.menu-name {
  overflow: hidden;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 9px;
  float: none;
  font-weight: 600;
}

.menu-icon {
  display: block;
  width: 40px;
  margin-top: 9px;
  margin-left: 0px;
  padding-left: 10px;
  float: left;
  text-align: right;
}

.menu-option {
  overflow: hidden;
  width: 100%;
  min-height: 50px;
  padding-top: 16px;
  padding-left: 57px;
  float: left;
  border-right: 6px solid #02aeff;
  border-bottom: 1px solid #23b7fc;
  border-left: 6px none #02aeff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.menu-option:hover {
  border-right-color: #68c9ff;
  border-left-color: #68c9ff;
}

.menu-option.w--current {
  border-left-color: #f2c352;
}

.menu-option.dashboard {
  overflow: visible;
  width: 100%;
  height: 50px;
  margin-left: 0px;
  padding-top: 16px;
  border-bottom: 1px solid #23b7fc;
  background-image: url('../images/dashboard.png');
  background-position: 17px 50%;
  background-repeat: no-repeat;
  text-decoration: none;
}

.menu-option.dashboard.w--current {
  overflow: hidden;
  float: left;
  border-right-color: #f4be3b !important;
  border-left-color: #f2c352 !important;
}

.menu-option.my-course {
  overflow: hidden;
  padding-bottom: 13px;
  float: left;
  background-image: url('../images/nav-arrow-down.png'), url('../images/mycourse.png');
  background-position: 95% 50%, 17px 50%;
  background-repeat: no-repeat, no-repeat;
}

.menu-option.my-course:hover {
  border-left-color: #68c9ff;
}

.menu-option.my-course.w--current {
  border-left-color: #f2c352;
}

.menu-option.schedule {
  overflow: visible;
  float: left;
  background-image: url('../images/calendar.png');
  background-position: 17px 50%;
  background-repeat: no-repeat;
}

.menu-option.schedule.w--current {
  background-position: 17px 50%;
}

.menu-option.invoice {
  overflow: visible;
  float: left;
  background-image: url('../images/invoice.png');
  background-position: 18px 50%;
  background-repeat: no-repeat;
}

.menu-option.invoice.w--current {
  border-left-color: #f2c352;
}

.menu-option.message {
  position: relative;
  overflow: visible;
  float: left;
  background-image: url('../images/message.png');
  background-position: 18px 50%;
  background-repeat: no-repeat;
}

.menu-option.message.w--current {
  border-left-color: #f2c352;
}

.menu-option.academic-result {
  position: relative;
  overflow: visible;
  height: auto;
  min-height: 50px;
  padding-right: 15px;
  padding-bottom: 13px;
  float: left;
  background-image: url('../images/academicresult.png');
  background-position: 17px 50%;
  background-repeat: no-repeat;
}

.menu-option.academic-result.w--current {
  border-left-color: #f2c352;
}

.menu-option.referral-and-reward {
  display: block;
  overflow: hidden;
  height: 14%;
  min-height: 50px;
  padding-right: 15px;
  padding-bottom: 13px;
  float: left;
  border-left-color: #02aeff;
  background-image: url('../images/nav-arrow-down.png'), url('../images/reward.png');
  background-position: 95% 50%, 17px 50%;
  background-repeat: no-repeat, no-repeat;
  cursor: pointer;
}

.menu-option.referral-and-reward:hover {
  border-left-color: #68c9ff;
}

.menu-option.referral-and-reward.w--current {
  border-left-color: #f2c352;
}

.collapse-button {
  margin-left: 10px;
  padding-left: 35px;
  background-color: transparent;
  background-image: url('../images/expand.png');
  background-position: 0px 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  color: #89959e;
  font-size: 15px;
  font-weight: 400;
}

.global-content {
  position: static;
  padding: 40px 45px 20px;
  float: none;
  background-color: #e4f3f9;
}

.content-white {
  margin-bottom: 30px;
  padding: 30px 45px 40px;
  border-radius: 8px;
  background-color: #fff;
}

.content-white.blue {
  background-color: #cee9ec;
}

.content-white.blue.side {
  margin-bottom: 20px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
  background-color: #f3eec7;
}

.content-white.invoice {
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.content-white.calendar {
  padding: 10px;
}

.main-body {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  background-color: transparent;
}

.sub-content-header-h3 {
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.sub-content-header-h3.want-to-earn {
  margin-top: 25px;
  color: #da7a00;
  font-size: 23px;
}

.sub-content-header-h3.center {
  margin-bottom: 37px;
  text-align: center;
}

.sub-content-header-h3.subject {
  margin-bottom: 8px;
  color: #4cc8f8;
  font-size: 18px;
}

.sub-content-header-row {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7ebee;
}

.sub-content-header-row.message-subject {
  padding-bottom: 41px;
  float: none;
  border-bottom-width: 4px;
  border-bottom-color: #c3e2f8;
}

.content-table-header {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 4px solid #c4cacd;
  font-family: Montserrat, sans-serif;
  color: #272727;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.content-table-header.align-left.padding-20 {
  padding-right: 0px;
  padding-left: 20px;
}

.content-table-row {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #ecf0f2;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.content-table-row.align-left {
  padding-left: 20px;
  text-align: left;
}

.content-table-row.align-left.padding-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.content-table-row.align-left.padding-b-15 {
  padding-left: 0px;
}

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

.pagination {
  margin-top: 20px;
  padding-left: 15px;
}

.pagination-box {
  width: 100px;
  margin-top: 10px;
  margin-right: 40px;
  float: right;
  text-align: center;
}

.pagination-button {
  width: 15px;
  height: 30px;
  background-color: transparent;
}

.pagination-button.left {
  background-image: url('../images/arrow-left.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.pagination-button.left:hover {
  background-image: url('../images/arrow-left2.png');
}

.pagination-button.right {
  background-image: url('../images/arrow-right.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.pagination-button.right:hover {
  background-image: url('../images/arrow-right2.png');
}

.folder-link {
  margin-bottom: 30px;
  padding-top: 79px;
  background-image: url('../images/folder.png');
  background-position: 50% 10px;
  background-repeat: no-repeat;
  color: #333;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.folder-link:hover {
  background-image: url('../images/folder2.png');
}

.search-text {
  margin-top: 10px;
  margin-right: 14px;
  float: right;
  color: #8c9096;
  font-weight: 400;
}

.search-field {
  width: 100%;
  height: 46px;
  margin-top: 3px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 17px;
  float: right;
  border-style: solid;
  border-width: 2px;
  border-color: #e6eaee #e6eaee #e7ebee;
  border-radius: 100px;
}

.main-content-name {
  margin-top: 47px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #0f0f0f;
  font-size: 34px;
  line-height: 39px;
  font-weight: 600;
}

.avatar-big {
  display: block;
  max-width: 100%;
  margin-right: 13px;
  margin-left: auto;
  border: 2px solid #efeff1;
  border-radius: 12px;
}

.standard-button {
  width: 80%;
  padding: 15px 20px;
  border-radius: 6px;
  text-align: center;
}

.standard-button.green {
  width: 80%;
  float: none;
  background-color: #80c536;
}

.standard-button.green.make-payment {
  margin-top: 33px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.standard-button.green.make-payment:hover {
  background-color: #5bac05;
}

.standard-button.small-left {
  width: 20%;
  margin-top: 20px;
}

.standard-button.line {
  width: 100%;
  padding: 12px 10px;
  border: 2px solid #3898ec;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2a2a2a;
  font-size: 17px;
}

.standard-button.line:hover {
  background-color: #3898ec;
  color: #fff;
}

.standard-button.line-content {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #3898ec;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 17px;
}

.standard-button.line-content:hover {
  background-color: #0075d1;
}

.profile-links {
  display: block;
  width: 100%;
  margin-top: 69px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.light-font {
  font-weight: 300;
}

.table-label-bold {
  color: #0f0f0f;
  font-weight: 700;
  text-align: left;
}

.table-label-bold.float-left {
  min-width: 200px;
  margin-left: 10px;
  float: left;
}

.table-label-bold.float-left.normal {
  font-weight: 600;
}

.break-separator {
  height: 4px;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #c4cacd;
}

.table-label {
  color: #0f0f0f;
  font-weight: 600;
}

.content-container {
  margin-top: 15px;
}

.table-content {
  float: left;
}

.table-link {
  margin-left: 8px;
  float: left;
  color: #02afff;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
}

.completed-box {
  position: static;
  top: -7px;
  display: block;
  width: 98px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 100px;
  background-color: #92d050;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}

.completed-box.active {
  background-color: #f0304e;
  text-transform: uppercase;
}

.completed-box.active.blue {
  background-color: #00a4f1;
}

.pagination-number {
  margin-top: 9px;
  margin-left: 40px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.main-content-default {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.main-content-default.midium {
  margin-bottom: 12px;
  font-size: 25px;
  text-transform: none;
}

.search-form-wrapper {
  margin-bottom: 0px;
}

.align-center {
  text-align: center;
}

.level-icon {
  display: block;
  width: 30px;
  height: 28px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/level-icon.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, all 200ms ease;
  transition: background-color 200ms ease, all 200ms ease;
}

.level-icon:hover {
  border-radius: 7px;
  background-color: #50b9d0;
  background-image: url('../images/level-icon2.png');
  background-size: 24px;
}

.message-subject {
  float: left;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  text-decoration: none;
}

.message-subject:hover {
  color: #02afff;
}

.side-awards {
  padding-bottom: 17px;
  border-bottom: 2px solid #ffad1e;
  font-size: 14px;
}

.trophy-icon {
  width: 50px;
  height: 50px;
  border-style: none;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/trophy.png');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.side-header {
  margin-top: 14px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.side-header-title {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #f0e3b0;
  font-weight: 700;
}

.side-header-content {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #f0e3b0;
}

.trophy-header {
  min-height: 70px;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-left: 70px;
  background-image: url('../images/trophy_1.png');
  background-position: 0px 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.sub-content-header-h4 {
  margin-top: 7px;
  padding-right: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  text-transform: none;
}

.referral-row-1 {
  display: block;
  width: 90%;
  margin: 18px auto 51px;
  padding-bottom: 27px;
  border-bottom: 3px solid #cbedfb;
}

.your-referral-code-section {
  text-align: center;
}

.referral-code-box {
  display: block;
  width: 300px;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 5px solid #dadada;
  text-align: center;
}

.referral-code-box-title {
  color: #6b6b6b;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.referral-code-box-title-2 {
  margin-top: 34px;
  margin-bottom: 13px;
  color: #79b3be;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}

.share-icons {
  display: block;
  width: 230px;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.how-invite-works {
  display: block;
  width: 150px;
  margin: 22px auto 55px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 100px;
  background-color: #74c5fc;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.how-to-earn {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px 40px;
  border-radius: 20px;
  background-color: #f2f2f2;
  text-align: center;
}

.how-to-earn-header {
  margin-top: 10px;
  margin-bottom: 42px;
}

.how-to-earn-header.my-reward {
  margin-bottom: 5px;
}

.you-can-redeem {
  margin-top: 36px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.my-reward-point-button {
  display: block;
  width: 234px;
  margin: 19px auto 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.top-content-box {
  display: block;
  max-width: 40%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding: 20px 20px 30px;
  border: 6px solid #ffd057;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
}

.sub-content-header-2 {
  margin-bottom: 20px;
  color: #acaeaf;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
}

.my-rewards-point-number {
  color: #1994da;
  font-size: 50px;
}

.my-reward-points-entry {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.small-name {
  min-height: 80px;
  margin-top: 17px;
  margin-bottom: 10px;
  font-weight: 600;
}

.my-reward-points-button {
  height: 40px;
  border: 1px none #646464;
  border-radius: 100px 0px 0px 100px;
}

.my-reward-points-button.left {
  padding-top: 9px;
  padding-left: 4px;
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: #d1e7f5;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: center;
}

.my-reward-points-button.right {
  padding-top: 9px;
  padding-right: 5px;
  border-style: solid;
  border-color: #57b4f1;
  border-radius: 0px 100px 100px 0px;
  background-color: #57b4f1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.my-reward-points-button.right:hover {
  background-color: #0075d1;
}

.my-reward-points-button-wrapper {
  display: block;
  margin-top: 0px;
  margin-bottom: 45px;
}

.view-invoice-header {
  height: 120px;
  padding-top: 54px;
  padding-left: 111px;
  border-bottom: 2px none #789acf;
  background-image: url('../images/pmc-logo.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #3b6ab4;
  font-size: 39px;
  font-weight: 400;
}

.view-invoice-address {
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 2px solid #789acf;
  border-bottom: 2px solid #789acf;
  color: #303030;
  font-size: 14px;
  font-weight: 600;
}

.view-invoice-text-1 {
  margin-bottom: 25px;
  color: #3b6ab4;
  font-size: 31px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: underline;
}

.view-invoice-table-wrapper {
  margin-top: 30px;
}

.view-invoice-table-header {
  padding: 10px 15px;
  background-color: #799fdb;
  color: #fff;
}

.view-invoice-table-content {
  padding: 10px 15px;
  border-top: 1px none #eeebdd;
  border-bottom: 1px solid #eeebdd;
  background-image: -webkit-linear-gradient(270deg, hsla(60, 52%, 94%, .5), hsla(60, 52%, 94%, .5));
  background-image: linear-gradient(180deg, hsla(60, 52%, 94%, .5), hsla(60, 52%, 94%, .5));
}

.view-invoice-table-content.sub-total {
  border-top-style: solid;
  border-top-width: 3px;
}

.align-right {
  text-align: right;
}

.align-right.center {
  text-align: center;
}

.view-invoice-table-remark {
  height: auto;
  margin-top: 5px;
  padding-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: hsla(45, 14%, 89%, .5);
}

.view-invoice-table-footer {
  margin-top: 25px;
  font-size: 13px;
}

.view-invoice-table-footer.center {
  text-align: center;
}

.view-invoice-table-footer.center.small {
  padding-top: 17px;
  border-top: 1px solid #cce8f8;
  color: #9e9e9e;
  font-size: 12px;
}

.balance-due {
  margin-top: 22px;
}

.balance-due-amount {
  margin-top: 0px;
}

.invoice-button {
  padding-left: 35px;
  background-color: #fff;
  background-image: url('../images/printer-icon.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
}

.invoice-button:hover {
  color: #6bc40a;
}

.invoice-button.save-pdf {
  background-image: url('../images/save-pdf.png');
}

.invoice-button-wrapper {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.sub-content-header-h5 {
  font-size: 18px;
  font-weight: 400;
}

.message-date {
  margin-bottom: 30px;
  color: #a7a7a7;
  font-size: 15px;
  text-align: right;
}

.message-content {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.no-padding {
    padding-right: 0px;
    padding-left: 0px;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: auto;
    height: auto;
}
.w-radio-input {
    margin-top: 3px;
}
.checkbox-field {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
}
.message-link {
  padding-right: 58px;
  float: left;
  color: #03a8f5;
  text-decoration: none;
}

.message-subject-name {
  color: #000;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
}
.w-form {
    margin: 0 0 15px;
}
[type="date"] {
   background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
                      [type="date"]::-webkit-inner-spin-button {
                        display: none;
                      }
                      [type="date"]::-webkit-calendar-picker-indicator {
                        opacity: 0;
                      }
                      /* custom styles */
                      label {
                        display: block;
                      }
                      input {
                        border: 1px solid #c4c4c4;
                        border-radius: 0px;
                        background-color: #fff;
                        padding: 3px 5px;
                        box-shadow: inset 0 0px 0px rgba(0,0,0,0);
                        width: 100%;
                        height: 38px;
                      }
.reg-sub-header {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.back-button {
  /*margin-top: 30px;*/
  margin-bottom: 0px;
  padding-left: 43px;
  float: right;
  background-color: transparent;
  background-image: url('../images/back-icon.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #474747;
  font-size: 16px;
  font-weight: 600;
}

.save-your-card-id {
  text-align: center;
}

.my-student-card-id {
  display: block;
  width: 50%;
  margin: 50px auto 40px;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
}

.form-dropdown {
  width: 100%;
}

.form-dropdown.full {
  width: 100%;
}

.label-form {
  margin-top: 8px;
  margin-bottom: 25px;
}

.red {
  color: #c91f1f;
}

.minus-box {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  border-radius: 5px;
}

.minus-box.minus {
  background-color: #8698a7;
  background-image: url('../images/minus.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.minus-box.plus {
  background-color: #69b662;
  background-image: url('../images/plus.png');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.new-course-row {
  margin-bottom: 15px;
}

.subscribe-new-course-confirm {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 8%, .8);
}

.confirm-popup {
  position: relative;
  display: block;
  width: 40%;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border: 4px solid #78bbf0;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.close-button {
  position: absolute;
  top: -21px;
  right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #eeb846;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.close-button:hover {
  background-color: #f90;
}

.popup-header {
  margin-top: 0px;
  font-weight: 600;
}

.popup-header.mid {
  font-size: 21px;
  font-weight: 600;
}

.popup-header.small {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.popup-content {
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
}

.popup-content.margin-b-40 {
  margin-bottom: 40px;
}

.sub-menu-option {
  width: 100%;
  padding: 15px 10px 15px 65px;
  float: left;
  border-right: 6px none #f4be3b;
  border-bottom: 1px solid #23b7fc;
  border-left: 6px none #02aeff;
  background-color: transparent;
  background-image: url('../images/sidenav-line.png');
  background-position: 22px 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.sub-menu-option:hover {
  background-color: #14b3fd;
}

.edit-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 8%, .8);
}

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

.form-field {
  height: 52px;
  border: 2px solid #dadada;
  border-radius: 4px;
  text-align: center;
}

.form-field._80 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.logout {
  width: 35px;
  height: 35px;
  margin-right: 3%;
  float: right;
  background-color: transparent;
  background-image: url('../images/logout.png');
  background-position: 50% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
}

.logout:hover {
  background-image: url('../images/logout2.png');
  background-size: 29px;
}

.arrow-down-button {
  display: block;
  width: 30px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/arrow-down.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.download-link {
  width: 30px;
  height: 30px;
  margin-right: 30px;
  float: right;
  background-image: url('../images/download.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.download-link:hover {
  background-image: url('../images/download2.png');
}

.date-picker {
  border: 1px none #ccc;
  background-color: #fff;
}

.id-card {
  min-height: 685px;
  padding-top: 234px;
  background-image: url('../images/pmc-id2.jpg');
  background-position: 50% 50%;
  background-size: 400px;
  background-repeat: no-repeat;
}

.id-student-name {
  margin-bottom: 56px;
  font-size: 18px;
  font-weight: 600;
}

.id-student-id {
  font-size: 18px;
  font-weight: 600;
}

.id-qr-code {
  width: 169px;
  margin-top: 95px;
}

.redeem-option {
  display: block;
  width: 80%;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.redeem-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.plus {
  color: #20af20;
  font-weight: 600;
  text-align: center;
}

.my-course-sub-menu {
  overflow: hidden;
  float: left;
}

.referral-and-reward-sub-menu {
  overflow: hidden;
  float: left;
}

.mobile-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
}

.mobile-nav-menu {
  position: static;
  overflow: scroll;
  height: 100%;
  float: none;
}

.negative {
  color: #d00;
  font-weight: 600;
  text-align: center;
}

.invoice-link {
  color: #333;
  font-weight: 600;
}

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

html.w-mod-js *[data-ix="main-menu"] {
  width: 18%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="main-content"] {
  width: 82%;
}

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

html.w-mod-js *[data-ix="how-to-earn-reward-points"] {
  display: none;
  opacity: 0;
}

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

html.w-mod-js *[data-ix="subside-menu-option"] {
  height: 0px;
}

@media (max-width: 991px) {
  .login-field-box {
    min-height: 65px;
  }
  .no-padding {
    padding-right: 0px;
  }
  .copyright.inside {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    float: none;
  }
  .main-content-wrapper {
    width: 100%;
  }
  .avatar.mobile {
    width: 100%;
    margin-top: 0px;
  }
  .global-content {
    padding-bottom: 30px;
  }
  .content-white.invoice {
    width: 100%;
  }
  .content-white.academic-result {
    margin-right: 15px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-table-header.align-left.small-2 {
    font-size: 12px;
    line-height: 18px;
  }
  .content-table-row.align-left.padding-b-15 {
    padding-left: 0px;
  }
  .pagination-box {
    margin-right: 0px;
  }
  .main-content-name {
    padding-left: 19px;
  }
  .avatar-big {
    max-width: 80%;
    padding-right: 0px;
  }
  .profile-links {
    display: block;
    overflow: visible;
    width: 60%;
    margin: 33px auto 10px;
    float: none;
    text-align: center;
  }
  .completed-box {
    width: 80px;
    font-size: 10px;
  }
  .trophy-header {
    padding-top: 56px;
    padding-left: 0px;
    background-position: 0px 0px;
  }
  .how-to-earn {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .how-to-earn-header {
    margin-bottom: 30px;
  }
  .top-content-box {
    max-width: 50%;
  }
  .my-reward-points-entry {
    padding-right: 0px;
    padding-left: 0px;
  }
  .small-name {
    min-height: 106px;
  }
  .my-reward-points-button.left {
    width: 100%;
    height: 37px;
    padding-top: 9px;
    border-right-style: solid;
    border-bottom-style: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }
  .my-reward-points-button.right {
    height: 34px;
    padding-top: 5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .view-invoice-header {
    font-size: 33px;
  }
  .align-right {
    text-align: right;
  }
  .invoice-button-wrapper {
    width: 100%;
  }
  .message-link {
    padding-right: 15px;
  }
  .confirm-popup {
    width: 60%;
  }
  .logout.mobile {
    margin-top: 15px;
    background-image: url('../images/logout3.png');
    background-position: 50% 50%;
  }
  .download-link {
    margin-top: 2px;
    margin-right: 20px;
    float: right;
  }
  .redeem-option {
    width: 100%;
  }
  .mobile-menu {
    background-color: #02aeff;
  }
  .mobile-menu-button {
    float: left;
    color: #fff;
  }
  .mobile-menu-button.w--open {
    position: static;
    float: left;
    background-color: transparent;
    color: #fff;
  }
  .mobile-nav-menu {
    padding-right: 0px;
    border-top: 4px solid #23b7fc;
    background-color: #02aeff;
    color: #fff;
  }
  .mobile-nav-link {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 78px;
    float: none;
    border-bottom: 1px solid #23b7fc;
    color: #fff;
  }
  .mobile-nav-link.dashboard {
    position: static;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    background-image: url('../images/dashboard.png');
    background-position: 37px 50%;
    background-repeat: no-repeat;
  }
  .mobile-nav-link.my-course {
    background-image: url('../images/nav-arrow-down.png'), url('../images/mycourse.png');
    background-position: 95% 50%, 37px 50%;
    background-repeat: no-repeat, no-repeat;
    color: #fff;
  }
  .mobile-nav-link.schedule {
    float: none;
    background-image: url('../images/schedule-icon.png');
    background-position: 38px 50%;
    background-repeat: no-repeat;
  }
  .mobile-nav-link.invoice {
    background-image: url('../images/invoice.png');
    background-position: 37px 50%;
    background-repeat: no-repeat;
  }
  .mobile-nav-link.message {
    background-image: url('../images/message.png');
    background-position: 36px 50%;
    background-repeat: no-repeat;
  }
  .mobile-nav-link.academic-result {
    background-image: url('../images/academicresult.png');
    background-position: 36px 50%;
    background-repeat: no-repeat;
  }
  .mobile-nav-link.referral-and-reward {
    background-image: url('../images/nav-arrow-down.png'), url('../images/reward.png');
    background-position: 95% 50%, 35px 50%;
    background-repeat: no-repeat, no-repeat;
  }
  .dropdown-toggle {
    position: static;
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    float: none;
    color: #fff;
  }
  .mobile-padding-0.tablet {
    padding-right: 0px;
    padding-left: 0px;
  }
  .subscribe-no-padding {
    padding-left: 0px;
  }
  .negative {
    color: #d00;
    font-weight: 600;
    text-align: center;
  }
  .mobile-nav-dropdown {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    float: none;
    border-bottom: 1px solid #23b7fc;
    color: #ffd1d1;
  }
  .mobile-nav-dropdown-title {
    position: relative;
    width: 100%;
    padding-left: 78px;
    float: none;
    border-bottom: 1px none #23b7fc;
    background-image: url('../images/mycourse.png');
    background-position: 37px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .mobile-nav-dropdown-title.w--open {
    width: 100%;
    border-bottom-style: solid;
  }
  .mobile-nav-dropdown-title.referral-and-reward {
    background-image: url('../images/reward.png');
  }
  .dropdown {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
  }
  .dropdown-list-mobile {
    display: none;
  }
  .dropdown-list-mobile.w--open {
    width: 100%;
    background-color: transparent;
    color: #fff;
  }
  .dropdown-link {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 78px;
    float: none;
    border-bottom: 1px solid #23b7fc;
    background-image: url('../images/sidenav-line.png');
    background-position: 43px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .mobile-profile {
    padding: 15px 30px;
    background-color: #22b8ff;
  }
  .mobile-profile-picture {
    width: 11%;
    float: left;
  }
  .mobile-profile-name {
    margin-left: 13px;
    float: left;
  }
  .invoice-link {
    color: #333;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .main-content-wrapper {
    text-align: left;
  }
  .content-main-header {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .main-content-h1 {
    font-size: 30px;
  }
  .global-content {
    padding-right: 40px;
    padding-left: 40px;
  }
  .content-white {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-white.invoice {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sub-content-header-row {
    padding-bottom: 0px;
  }
  .content-table-header {
    padding-top: 0px;
    font-size: 13px;
  }
  .content-table-row {
    padding-bottom: 10px;
    border-bottom-width: 2px;
    text-align: left;
  }
  .align-left.mobile-bold {
    font-weight: 600;
  }
  .pagination-box {
    display: block;
    margin-right: 15px;
    margin-left: auto;
    float: right;
  }
  .search-field {
    height: 35px;
  }
  .main-content-name {
    margin-top: 14px;
  }
  .standard-button.line-content.auto {
    margin-bottom: 10px;
  }
  .profile-links {
    width: 90%;
  }
  .table-label-bold.float-left {
    min-width: 170px;
  }
  .table-label-bold.float-left.normal {
    min-width: 170px;
  }
  .completed-box {
    margin-top: 10px;
  }
  .completed-box.active.blue.float-left {
    float: none;
  }
  .completed-box.float-left {
    margin-top: 0px;
  }
  .completed-box.my-course-box {
    margin-top: 0px;
    float: none;
  }
  .completed-box.float-right.margin-top-10 {
    float: right;
  }
  .main-content-default {
    font-size: 22px;
  }
  .align-center.left {
    text-align: left;
  }
  .align-center.margin-top-10 {
    margin-top: 10px;
  }
  .level-icon {
    margin-top: 10px;
  }
  .trophy-header {
    margin-top: 16px;
    padding-top: 9px;
    padding-left: 77px;
  }
  .how-to-earn {
    padding-bottom: 40px;
  }
  .top-content-box {
    max-width: 60%;
  }
  .small-name {
    min-height: 63px;
  }
  .my-reward-points-button.left {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .my-reward-points-button.right {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 16px;
  }
  .view-invoice-header {
    padding-top: 31px;
  }
  .view-invoice-table-content.double-line {
    border-bottom-width: 1px;
  }
  .align-right {
    text-align: right;
  }
  .message-link {
    padding-right: 15px;
  }
  .back-button {
    margin-top: 24px;
    margin-bottom: 0px;
  }
  .my-student-card-id {
    width: 100%;
  }
  .label-form {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .minus-box.minus {
    margin-top: 16px;
  }
  .confirm-popup {
    width: 80%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .download-link {
    display: block;
    margin-top: 17px;
    margin-right: 25px;
    margin-left: auto;
    float: right;
  }
  .redeem-option {
    width: 80%;
  }
  .mobile-menu-button.w--open {
    margin-left: 15px;
  }
  .mobile-nav-menu {
    overflow: visible;
  }
  .mobile-nav-link.dashboard {
    background-position: 35px 50%;
  }
  .mobile-nav-link.my-course {
    background-image: url('../images/nav-arrow-down.png'), url('../images/mycourse.png');
    background-position: 95% 50%, 37px 50%;
    background-repeat: no-repeat, no-repeat;
  }
  .mobile-nav-link.schedule {
    background-position: 36px 50%;
  }
  .mobile-nav-link.message {
    background-image: url('../images/message.png');
    background-position: 37px 50%;
    background-repeat: no-repeat;
  }
  .mobile-padding-0 {
    padding-left: 0px;
  }
  .mobile-padding-0.all-0 {
    padding-right: 0px;
  }
  .how-to-earn-logo {
    max-width: 80%;
  }
  .dropdown-link.w--current {
    color: #fff;
  }
  .mobile-profile-picture {
    width: 15%;
  }
  .my-course-date {
    margin-top: 0px;
    text-align: center;
  }
  .invoice-details {
    margin-top: 6px;
    margin-left: 10px;
  }
  .invoice-label {
    color: #a7a7a7;
    font-size: 10px;
  }
  .invoice-label.center {
    text-align: center;
  }
  .mobile-align-right {
    text-align: right;
  }
  .invoice-link {
    color: #333;
    font-weight: 600;
  }
  .table-label-padding-left-0 {
    position: relative;
    left: -20px;
  }
  .padding-top-5 {
    margin-top: 10px;
  }
  .point-transaction-date {
    padding-left: 16%;
    color: #a1a1a1;
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .login-section {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    float: none;
  }
  .logo-student-portal {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .login-field-box {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .login-item-1 {
    font-size: 11px;
  }
  .login-field {
    font-size: 16px;
  }
  .no-padding {
    padding-right: 0px;
  }
  .login-button {
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }
  .copyright {
    position: relative;
    padding-right: 60px;
    padding-bottom: 0px;
    padding-left: 60px;
    font-size: 12px;
    line-height: 18px;
  }
  .copyright.inside {
    padding-right: 40px;
    padding-left: 40px;
  }
  .visit-our-website {
    position: static;
    display: block;
    width: 135px;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    text-align: center;
  }
  .main-content-wrapper {
    float: none;
  }
  .collapse-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content-main-header {
    margin-top: 55px;
    padding: 10px 30px 20px;
  }
  .main-content-h1 {
    margin-bottom: 0px;
    font-size: 25px;
  }
  .main-content-sub-text {
    font-size: 14px;
  }
  .global-content {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    float: none;
  }
  .global-content.view-invoice {
    padding-right: 15px;
    padding-left: 15px;
  }
  .content-white {
    padding: 20px 25px;
    float: none;
  }
  .content-white.blue.side {
    padding-top: 30px;
  }
  .content-white.invoice {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sub-content-header-h3 {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 25px;
  }
  .sub-content-header-h3.want-to-earn {
    font-size: 19px;
  }
  .sub-content-header-h3.subject {
    font-size: 14px;
  }
  .sub-content-header-row {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .sub-content-header-row.message-subject {
    padding-bottom: 25px;
  }
  .content-table-header {
    padding-top: 0px;
    text-align: left;
  }
  .content-table-header.align-left.padding-20 {
    padding-left: 0px;
  }
  .content-table-row {
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-bottom-width: 2px;
    text-align: left;
  }
  .content-table-row.align-left {
    margin-bottom: 5px;
    padding-top: 0px;
    padding-left: 0px;
  }
  .content-table-row.align-left.padding-0 {
    margin-bottom: 15px;
  }
  .content-table-row.align-left.padding-b-15 {
    margin-bottom: 15px;
  }
  .align-left.mobile-bold {
    color: #02aeff;
    font-weight: 600;
  }
  .align-left.margin-top-10 {
    margin-top: 10px;
  }
  .pagination {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
  }
  .pagination-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: right;
  }
  .folder-link {
    font-size: 13px;
    line-height: 19px;
  }
  .search-field {
    height: 35px;
    margin-top: 0px;
  }
  .main-content-name {
    font-size: 23px;
    line-height: 32px;
  }
  .avatar-big {
    display: block;
    max-width: 45%;
    margin: 10px auto 0px;
    float: none;
  }
  .standard-button {
    width: 95%;
    min-height: 73px;
  }
  .standard-button.green {
    width: 100%;
    min-height: 50px;
    margin-bottom: 10px;
    padding: 15px 10px 10px;
    font-size: 14px;
  }
  .standard-button.green.make-payment {
    width: 85%;
    min-height: auto;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .standard-button.small-left {
    width: 100%;
    min-height: auto;
  }
  .standard-button.line {
    min-height: auto;
    font-size: 15px;
  }
  .standard-button.line-content.auto {
    min-height: auto;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .standard-button._90 {
    width: 90%;
  }
  .standard-button._90.confirm {
    min-height: auto;
  }
  .standard-button.my-course {
    width: 90%;
    min-height: 50px;
    padding-top: 15px;
  }
  .profile-links {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .table-label-bold.float-left {
    margin-left: 0px;
  }
  .table-label-bold.float-left.normal {
    min-width: 100%;
    margin-left: 0px;
  }
  .completed-box {
    width: 78px;
    margin-top: 13px;
    float: none;
    font-size: 9px;
  }
  .completed-box.active {
    float: none;
  }
  .completed-box.active.blue.float-left {
    float: right;
  }
  .completed-box.active.float-right.margin-top-10 {
    margin-top: 20px;
  }
  .completed-box.float-left {
    margin-top: 10px;
    float: left;
  }
  .completed-box.my-course-box {
    margin-top: 4px;
    float: right;
  }
  .completed-box.float-right {
    float: right;
  }
  .completed-box.float-right.margin-top-10 {
    margin-top: 8px;
    margin-right: 5px;
  }
  .pagination-number {
    margin-left: 15px;
  }
  .main-content-default {
    margin-top: 5px;
    font-size: 22px;
  }
  .main-content-default.midium {
    font-size: 19px;
    line-height: 25px;
  }
  .search-form-wrapper {
    margin-top: 5px;
  }
  .align-center {
    text-align: center;
  }
  .align-center.center {
    text-align: center;
  }
  .align-center.margin-top-10 {
    margin-top: 10px;
  }
  .level-icon {
    display: block;
    margin-top: 10px;
    float: none;
  }
  .trophy-header {
    margin-top: 1px;
    padding-top: 2px;
  }
  .sub-content-header-h4 {
    margin-bottom: 23px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .referral-row-1 {
    margin-bottom: 28px;
  }
  .referral-code-box {
    width: auto;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
  }
  .referral-code-box-title {
    font-size: 16px;
  }
  .share-icons {
    width: 200px;
  }
  .my-reward-point-button {
    width: 200px;
    font-size: 17px;
  }
  .top-content-box {
    max-width: 90%;
  }
  .small-name {
    min-height: auto;
    margin-bottom: 16px;
  }
  .view-invoice-header {
    height: 72px;
    padding-top: 0px;
    padding-left: 76px;
    background-position: 0px 3px;
    background-size: 58px;
    font-size: 20px;
    line-height: 21px;
  }
  .view-invoice-table-content {
    padding: 10px;
    font-size: 13px;
    text-align: left;
  }
  .align-right {
    text-align: right;
  }
  .align-right.center {
    text-align: right;
  }
  .balance-due-amount {
    font-size: 26px;
  }
  .message-date {
    text-align: left;
  }
  .message-content {
    font-size: 14px;
  }
  .message-subject-name {
    font-size: 16px;
    line-height: 23px;
  }
  .back-button {
    display: block;
    width: 100px;
    margin: 30px auto 8px;
    float: none;
  }
  .my-student-card-id {
    padding: 10px;
  }
  .confirm-popup {
    margin-top: 20%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .popup-header {
    font-size: 22px;
    line-height: 29px;
  }
  .popup-header.small {
    margin-top: 15px;
    font-size: 18px;
    line-height: 28px;
  }
  .popup-content.margin-b-40 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .form-field._80.mobile {
    width: 90%;
  }
  .logout.mobile {
    height: 35px;
    margin-top: 10px;
    margin-right: 5%;
    background-image: url('../images/logout3.png');
    background-size: 25px;
  }
  .download-link {
    display: block;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    float: right;
  }
  .id-card {
    min-height: 390px;
    padding-top: 128px;
    background-position: 50% 50%;
    background-size: 230px;
  }
  .id-student-name {
    margin-bottom: 24px;
    font-size: 13px;
  }
  .id-student-id {
    font-size: 15px;
  }
  .id-qr-code {
    width: 95px;
    margin-top: 50px;
  }
  .redeem-option {
    width: 90%;
  }
  .plus {
    text-align: left;
  }
  .plus.center {
    text-align: center;
  }
  .home-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .home-logo-2 {
    max-width: 28%;
  }
  .mobile-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    float: left;
    border-bottom: 2px none #23b7fc;
    background-color: #02aeff;
  }
  .mobile-menu-button {
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    color: #fff;
  }
  .mobile-menu-button.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #02aeff;
    color: #fff;
  }
  .mobile-nav-menu {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding-bottom: 60px;
    border-top: 4px solid #23b7fc;
    background-color: #02aeff;
    color: #fff;
  }
  .mobile-nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 63px;
    border-bottom: 1px solid #23b7fc;
    color: #fff;
  }
  .mobile-nav-link.dashboard {
    background-color: transparent;
    background-image: url('../images/dashboard.png');
    background-position: 23px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .mobile-nav-link.my-course {
    float: none;
    background-image: url('../images/nav-arrow-down.png'), url('../images/mycourse.png');
    background-position: 90% 50%, 24px 50%;
    background-repeat: no-repeat, no-repeat;
  }
  .mobile-nav-link.schedule {
    background-image: url('../images/calendar.png');
    background-position: 24px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .mobile-nav-link.invoice {
    background-image: url('../images/invoice.png');
    background-position: 26px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .mobile-nav-link.message {
    background-image: url('../images/message.png');
    background-position: 26px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .mobile-nav-link.academic-result {
    background-image: url('../images/academicresult.png');
    background-position: 27px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .mobile-nav-link.referral-and-reward {
    background-image: url('../images/nav-arrow-down.png'), url('../images/reward.png');
    background-position: 90% 50%, 26px 50%;
    background-repeat: no-repeat, no-repeat;
  }
  .dropdown-list.w--open {
    position: relative;
    overflow: visible;
    width: 100%;
    float: left;
    background-color: #02aeff;
  }
  .mobile-sub-menu {
    position: static;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 62px;
    float: none;
    border-bottom: 1px solid #23b7fc;
    background-image: url('../images/sidenav-line.png');
    background-position: 31px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .dropdown-toggle {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .dropdown-toggle.w--open {
    float: none;
  }
  .mobile-padding-0 {
    padding-right: 0px;
  }
  .mobile-padding-0.align-left {
    text-align: left;
  }
  .mobile-padding-0.tablet {
    padding-right: 0px;
    padding-left: 0px;
  }
  .margin-button-30 {
    margin-bottom: 30px;
  }
  .negative {
    text-align: left;
  }
  .negative.center {
    text-align: center;
  }
  .mobile-nav-dropdown-title {
    padding-left: 63px;
    background-position: 24px 50%;
  }
  .dropdown-link {
    position: relative;
  }
  .dropdown-link.w--current {
    color: #fff;
  }
  .mobile-profile {
    padding-left: 23px;
  }
  .mobile-profile-picture {
    width: 25%;
  }
  .mobile-name {
    margin-top: 3px;
    font-size: 15px;
    text-align: left;
  }
  .my-course-date {
    margin-top: 0px;
    font-size: 13px;
    text-align: right;
  }
  .invoice-details {
    margin-top: 5px;
    margin-left: 0px;
    border-top: 1px none #e0ecdd;
  }
  .invoice-label {
    margin-top: 1px;
    margin-bottom: -4px;
    color: #a7a7a7;
    font-size: 9px;
    text-transform: uppercase;
  }
  .invoice-label.center {
    margin-top: 0px;
    text-align: center;
  }
  .mobile-align-right {
    font-size: 13px;
    text-align: right;
  }
  .mobile-center {
    font-size: 12px;
    text-align: center;
  }
  .academic-result-row {
    margin-top: 10px;
  }
  .ar-date {
    margin-top: 12px;
    font-size: 13px;
    text-align: right;
  }
  .course-name-lable {
    position: relative;
    left: -17px;
  }
  .invoice-link {
    color: #333;
    font-weight: 600;
    text-decoration: underline;
  }
  .table-label-padding-left-0 {
    position: relative;
    left: -16px;
    margin-left: -15px;
  }
  .print-section {
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
  }
  .view-invoice-label {
    color: #969696;
    font-size: 11px;
  }
  .view-invoice-description {
    padding-right: 15px;
    line-height: 18px;
  }
  .padding-top-5 {
    margin-top: 10px;
  }
  .point-transaction-date {
    padding-left: 19%;
    color: #a1a1a1;
    font-size: 12px;
    text-align: left;
  }
}

