@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
  unicode-range: U0000-00FF, U0131, U0152-0153, U02BB-02BC, U02C 6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourceserifpro/v11/neIQzD-0qpwxpaWvjeD0X88SAOeauXQ-oA.woff2) format('woff2');
  unicode-range: U0000-00FF, U0131, U0152-0153, U02BB-02BC, U02C 6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}
body {
  padding: 0;
}
body .contentArea {
  padding-top: 60px;
  padding-bottom: 40px;
}
.frLogin {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}
.frLogin .flLogo {
  margin-bottom: 60px;
}
.frLogin .flLogo img {
  width: 300px;
}
.frForm {
  margin-bottom: 60px;
  display: block;
  position: relative;
}
.frForm .field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
  width: 500px;
}
.frForm .field input {
  background: transparent;
  border-bottom: 2px solid #383556;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  color: #383556;
  outline: none;
  font-family: 'Source Serif Pro', serif;
  font-size: 16px;
  padding: 15px 0;
  border-radius: 0;
  box-shadow: none;
}
.frForm .field input:focus {
  outline: 0;
  border-bottom: 1px solid #383556;
}
.frForm .field label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}
.frForm .field label,
.frForm .field input {
  transition: all 0.2s;
  color: #383556;
}
.frForm input + label {
  cursor: text;
  overflow: hidden;
  transform-origin: left bottom;
  transform: translate(0,50px) scale(1);
}
.frForm ::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.frForm input:not(:placeholder-shown) + label,
.frForm input:focus + label {
  transform: translate(0,15px) scale(.8);
  cursor: pointer;
}
.frForm .loginBtn {
  background-color: #FDB515;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  border: 2px solid #FDB515;
  outline: none !important;
  margin: 60px 0;
}
.affiliateNav {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 5px 5px 1px rgba(0,0,0,0.1);
  height: 80px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.affiliateNav:before {
  width: 100%;
  background-color: white;
  bottom: -2px;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(0% 0%,5% 100%,10% 0%,15% 100%,20% 0%,25% 100%,30% 0%,35% 100%,40% 0%,45% 100%,50% 0%,55% 100%,60% 0%,65% 100%,70% 0%,75% 100%,80% 0%,85% 100%,90% 0%,95% 100%,100% 0%);
}
.affiliateNav:after {
  width: 100%;
  background-color: white;
  bottom: -2px;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(0% 0%,5% 100%,10% 0%,15% 100%,20% 0%,25% 100%,30% 0%,35% 100%,40% 0%,45% 100%,50% 0%,55% 100%,60% 0%,65% 100%,70% 0%,75% 100%,80% 0%,85% 100%,90% 0%,95% 100%,100% 0%);
}
.affiliateNav li {
  position: absolute;
  right: 15px;
  list-style: none;
}
.affiliateNav li a {
  color: #FDB515 !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  text-decoration: none;
}
.listAffiliate {
  width: 80%;
  margin: 80px auto 0;
}
.listAffiliate h1 {
  font-family: 'Source Serif Pro', serif;
  text-align: center;
  margin-bottom: 30px;
  color: #383556;
}
.listAffiliate table {
  border: none;
}
.listAffiliate table thead {
  background-color: transparent;
  border-bottom: 2px solid #383556;
}
.listAffiliate table thead tr th {
  border: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #383556;
  letter-spacing: 2px;
  font-size: 14px;
  padding-bottom: 15px;
}
.listAffiliate table tbody * {
  font-family: 'Source Serif Pro', serif;
  background-color: transparent !important;
  font-size: 16px;
  border: none !important;
  padding-top: 20px !important;
  color: #383556;
}
.listAffiliate a.btn.btn-default {
  background-color: transparent;
  border: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #383556;
  letter-spacing: 2px;
  font-size: 14px;
  padding-bottom: 15px;
}
.listAffiliate input,
.listAffiliate select {
  border: none;
  box-shadow: none !important;
  border-bottom: 1.3px solid #383556;
  border-radius: 0;
  outline: none !important;
  border-color: #383556 !important;
}
.listAffiliate .dataTables_length {
  margin-bottom: 60px;
}
.listAffiliate .pagination {
  margin-top: 60px !important;
}
.listAffiliate .paginate_button {
  margin-top: 60px;
}
.listAffiliate .paginate_button a {
  color: #383556;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: transparent;
}
.listAffiliate .paginate_button a:hover {
  background-color: transparent;
}
.listAffiliate .paginate_button.active a {
  color: #FDB515 !important;
}
.listAffiliate .paginate_button.active a:hover {
  color: #FDB515 !important;
}
.listAffiliate .dataTables_info,
.listAffiliate label {
  color: #383556;
  margin: 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}
.affiliateFooter {
  position: relative;
  padding: 30px;
  text-align: center;
  width: 100%;
  background: white;
  margin-top: 60px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #383556;
  letter-spacing: 2px;
  font-size: 14px;
}
