.text-blue-dark {
  color: #00090f;
}

.text-blue-middle {
  color: #071b33;
}

.text-deep-blue {
  color: #071b33;
}

.text-blue-light {
  color: #1cbcf9;
}

.text-green-middle {
  color: #124f4c;
}

.text-green-dark {
  color: #0c353f;
}

.text-green-light {
  color: #008d66;
}

.text-purple {
  color: #858ee5;
}

.text-white {
  color: #FFF;
}

.text-red {
  color: #d32f2f;
}

.text-amber {
  color: #fb8c00;
}

.text-muted {
  color: #a1aab2;
}

.bg-blue-dark {
  background: #00090f;
}

.bg-deep-blue {
  background: #071b33;
}

.bg-blue-middle {
  background: #071b33;
}

.bg-blue-light {
  background: #1cbcf9;
}

.bg-green-middle {
  background: #124f4c;
}

.bg-green-light {
  background: #008d66;
}

.bg-green-dark {
  background: #0c353f;
}

.bg-purple {
  background: #858ee5;
}

.bg-white {
  background: #FFF;
}

.bg-muted {
  background: #a1aab2;
}

.bg-red {
  background: #d32f2f;
}

.bg-amber {
  background: #fb8c00;
}

.border-white {
  border-color: #FFF !important;
}

.border-green {
  border-color: #008d66 !important;
}

.border-red {
  border-color: #d32f2f !important;
}

.btn-main-gradient-blue, .main-gradient-blue {
  background: #008d66;
  background: -moz-linear-gradient(left, #00a1de 0%, #1cbcf9 100%);
  background: -webkit-linear-gradient(left, #00a1de 0%, #1cbcf9 100%);
  background: linear-gradient(to right, #00a1de 0%, #1cbcf9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00a1de", endColorstr="#1cbcf9",GradientType=1 );
}

.btn-main-gradient, .main-gradient {
  background: #008d66;
  background: -moz-linear-gradient(left, #008d66 0%, #17bea0 100%);
  background: -webkit-linear-gradient(left, #008d66 0%, #17bea0 100%);
  background: linear-gradient(to right, #008d66 0%, #17bea0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$main-light", endColorstr="#17bea0",GradientType=1 );
}

.btn-light-gradient, .light-gradient {
  background: #1cbcf9;
  background: -moz-linear-gradient(left, #1cbcf9 0%, #858ee5 100%);
  background: -webkit-linear-gradient(left, #1cbcf9 0%, #858ee5 100%);
  background: linear-gradient(to right, #1cbcf9 0%, #858ee5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$main-blue-light", endColorstr="$color-purple",GradientType=1 );
}

/*btn bg*/
.btn.disabled, .btn:disabled {
  background: #3b444b;
  color: #6e7f8d;
  pointer-events: none;
}

.btn-light-gradient:hover {
  opacity: 0.8;
}

.btn-main-gradient:hover {
  opacity: 0.8;
}

.btn-main-gradient-blue:hover {
  opacity: 0.8;
}

.btn-purple {
  background: #858ee5;
}
.btn-purple:hover {
  background: #00a174;
}

.btn-green-light {
  background: #008d66;
}
.btn-green-light:hover {
  background: #00a174;
}

.btn-red {
  background: #d32f2f;
}
.btn-red:hover {
  background: #e13b3b;
}

.btn-muted {
  background: #a1aab2;
  color: #333;
}
.btn-muted:hover {
  opacity: 0.8;
}

/*btn bg*/
.btn, .custom-control-label::before, .notSelect {
  user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

a {
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  -ms-transition: all .1s ease-out;
  transition: all .1s ease-out; }

.form-group .form-control, .borderBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.valignWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn, .custom-control-label::before, .notSelect {
  user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

a {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.form-group .form-control, .borderBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.valignWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.clearfix {
  clear: both;
}

.white-space-nowrap {
  white-space: nowrap;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.mlr-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.gird-12 {
  width: 100%;
}

.gird-10 {
  width: 83.3333333333%;
}

.gird-9 {
  width: 75%;
}

.gird-8 {
  width: 66.6666666667%;
}

.gird-7 {
  width: 58.3333333333%;
}

.gird-6 {
  width: 50%;
}

.gird-5 {
  width: 41.6666666667%;
}

.gird-4 {
  width: 33.3333333333%;
}

.gird-3 {
  width: 25%;
}

.gird-2 {
  width: 16.6666666666%;
}

.gird-1 {
  width: 8.3333333333%;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.flex-6 {
  flex: 6;
}

.flex-7 {
  flex: 7;
}

.flex-8 {
  flex: 8;
}

.flex-9 {
  flex: 9;
}

.flex-10 {
  flex: 10;
}

.colTable {
  display: table;
}

.colTr {
  display: table-row;
}

.colTd {
  display: table-cell;
}

@media screen and (min-width: 993px) {
  .lg-hide {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .md-hide {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sm-hide {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .xs-hide {
    display: none !important;
  }
}
/*form*/
.form-group {
  margin-bottom: 1rem;
  position: relative;
}
.form-group .form-control {
  display: block;
  background-color: #0c353f;
  color: #FFF;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid #0c353f;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group .form-control:focus {
  outline: none;
}
.form-group label {
  line-height: 35px;
  vertical-align: middle;
}

.form-check {
  position: relative;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-label::after, .custom-control-label::before {
  /*top:.15rem;*/
  top: 0;
}

.custom-control-label::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-control-label::before {
  background-color: #6c757d;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}

.custom-control-label::before {
  pointer-events: none;
  background-color: #dee2e6;
}

.custom-control-label::after, .custom-control-label::before {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  left: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #2962FF;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2962FF;
  color: #FFF;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.input-group-append-right, .input-group-prepend, .input-group-append-left {
  display: flex;
}

.input-group-append-right, .input-group-append-left {
  margin-left: -1px;
  position: absolute;
  top: -2px;
}

.input-group-append-right {
  right: -2px;
}

.input-group-append-left {
  left: -2px;
}

.input-group-append-right > .btn, .input-group-append-right > select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append-left > .btn, .input-group-append-left > select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-control:disabled, .form-control[readonly] {
  opacity: 0.7;
}

.input-group .custom-file, .input-group .custom-select, .input-group .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.helpText {
  display: block;
  font-size: 13px;
  line-height: 15px;
  margin-top: 0.25rem;
  color: #a1aab2;
}

.form-group.error .form-control {
  border-color: #d32f2f;
}
.form-group.error .input-error-field {
  color: #d32f2f;
}

/*form*/
/*button*/
.btn:not(:disabled):not(.disabled), .navbar-toggler:not(:disabled):not(.disabled), .page-link:not(:disabled):not(.disabled), summary, button.btn {
  cursor: pointer;
}

.input-group-append-left .btn, .input-group-prepend .btn, .input-group-append-right .btn {
  position: relative;
  z-index: 2;
}

.button-group .btn {
  margin-bottom: 5px;
  margin-right: 5px;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px;
  white-space: nowrap;
  outline: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn.disabled {
  opacity: 0.5;
  cursor: default;
}

/*button*/
/*a tag*/
/*a tag*/
/*select*/
select.form-control:not([size]):not([multiple]) {
  height: calc(2.0625rem + 2px);
}

/*.form-group .form-control.input-append-left ,.form-group .form-control.input-append-right {
    width:auto !important;
}*/
.form-group .form-control.input-append-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-group .form-control.input-append-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/*select*/
/*table*/
.responseTable table {
  width: 100%;
}

table td, table th {
  padding: 1rem;
  vertical-align: middle;
}

td.tdMinWidth, th.tdMinWidth {
  min-width: 200px;
}

@media screen and (max-width: 500px) {
  table td, table th {
    padding: 0.3rem;
    vertical-align: middle;
  }
}
/*table*/
/*select*/
select.form-control:not([size]):not([multiple]) {
  height: calc(2.0625rem + 2px);
}

/*select*/
/*select + input */
.selectInput {
  display: flex;
}
.selectInput select {
  width: auto !important;
}
.selectInput .appendLeft {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.selectInput .appendRight {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/*badge*/
.badge {
  font-weight: 300;
  line-height: normal;
  display: inline-block;
  padding: 0.25em 0.4em;
  text-align: center;
  vertical-align: baseline;
  border-radius: 2px;
  font-size: 75%;
  white-space: nowrap;
}

/*member level badge colors*/
/*member level badge colors*/
.badge-primary {
  color: #fff !important;
  background-color: #007bff !important;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff !important;
  background-color: #6610f2 !important;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #510bc4;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(102, 16, 242, 0.5);
}

.badge-success {
  color: #fff !important;
  background-color: #e83e8c !important;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #d91a72;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(232, 62, 140, 0.5);
}

.badge-info {
  color: #fff !important;
  background-color: #28a745 !important;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.5);
}

.badge-warning {
  color: #333 !important;
  background-color: #ffc107 !important;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #333;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff !important;
  background-color: #dc3545 !important;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #fff !important;
  background-color: #17a2b8 !important;
}
a.badge-light:hover, a.badge-light:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}

.badge-dark {
  color: #fff !important;
  background-color: #333 !important;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1a1a1a;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.5);
}

.badge-vip {
  color: #fff !important;
  background-color: #00a778 !important;
}
a.badge-vip:hover, a.badge-vip:focus {
  color: #fff;
  background-color: #007454;
}
a.badge-vip:focus, a.badge-vip.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 167, 120, 0.5);
}

/*badge*/
/*table*/
.overflowTable {
  overflow: auto;
  max-width: 100%;
}
.overflowTable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #124f4c;
}
.overflowTable::-webkit-scrollbar {
  height: 5px;
  background-color: #124f4c;
}
.overflowTable::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #008d66;
}

th.minWidth80, td.minWidth80 {
  min-width: 80px;
}

.responsiveTable {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 992px) {
  .responsiveTable {
    width: 100%;
    display: block;
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
  }
  table.responsiveTable tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    width: calc(100% - 101px);
  }
  table.responsiveTable tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsiveTable td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsiveTable thead {
    display: block;
    float: left;
    border: 0;
    /*@extend %border-box;*/
    width: 100px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }
  table.responsiveTable thead tr {
    display: block;
    padding: 0 10px 0 0;
    border-bottom: none;
  }
  table.responsiveTable th {
    display: block;
    text-align: right;
  }
}
/*table*/
#ajax_loading_box {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  top: 0;
  left: 0; }
  #ajax_loading_box #ajax_loading_box_close {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% + 30px); }
    #ajax_loading_box #ajax_loading_box_close .fa-times {
      margin-top: 12px; }
  #ajax_loading_box .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px); }
  #ajax_loading_box .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
  #ajax_loading_box .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite; }
  #ajax_loading_box .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite; }
  #ajax_loading_box .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite; }
  #ajax_loading_box .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }
body {
  background: url(/images/m/onepage/bg.jpg) center center !important;
  background-size: cover;
  font-family: 'Roboto-Regular', ?????, "Microsoft JhengHei" !important;
  font-size: 16px;
  color: #FFF;
  position: relative; }

a {
  text-decoration: none; }
  a:hover {
    color: #FFF; }

.fullHeight {
  min-height: 100vh; }

.onepage .content {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
  min-height: 100vh; }
.onepage .formWrap {
  margin-top: 10%; }

.logoWrap {
  height: 3rem;
  margin-top: 10rem; }

.userInput, .passwordInput, .verificationInput {
  position: relative;
  background: #0c353f;
  padding: .375rem .75rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 2px;
  min-height: 35px; }

.passwordInput {
  justify-content: space-between;
  display: flex;
  padding-bottom: 0;
  padding-top: 0; }
  .passwordInput .helpText {
    position: absolute;
    bottom: -26px; }
  .passwordInput .input-error-field {
    color: #d32f2f; }

.verificationInput {
  width: auto;
  justify-content: space-between;
  display: flex;
  padding-bottom: 0;
  padding-top: 0; }
  .verificationInput .helpText {
    position: absolute;
    bottom: -25px;
    left: 0; }
  .verificationInput .input-error-field {
    color: #d32f2f; }
  .verificationInput .reloadBtn {
    padding: 0.5rem 1rem !important; }
  .verificationInput .veriticationImg {
    width: 80px;
    margin-top: 3px; }
    .verificationInput .veriticationImg img {
      width: 100%; }
  .verificationInput a {
    color: #FFF; }
    .verificationInput a:hover {
      opacity: .8; }

.statementWrap {
  padding-bottom: 1rem; }
  .statementWrap .helpText {
    /*position:absolute;
    bottom:0;*/ }
  .statementWrap .input-error-field {
    color: #d32f2f; }

.userInput input {
  width: 100%; }

.passwordInput input, .verificationInput input {
  min-width: 80px;
  width: auto; }

.userInput input, .passwordInput input, .verificationInput input {
  background-color: transparent;
  color: #FFF;
  border: none;
  outline: none;
  padding: 0;
  font-size: .875rem;
  line-height: 1.5; }

.verificationInput input.error::placeholder {
  color: #d32f2f; }

.passwordInput a {
  width: auto;
  text-align: right;
  color: #1cbcf9;
  display: inline-block;
  line-height: 35px;
  padding: 0 10px;
  white-space: nowrap; }
  .passwordInput a:hover {
    opacity: .8; }

.is-invalid {
    border: 1px solid #dd2222cc !important;
}
/*# sourceMappingURL=onepage.css.map */
