.hid {
  display: none !important;
}

form.submitattempt input:invalid,
form.submitattempt select:invalid,
form.submitattempt textarea:invalid {
  border: 2px solid #d40707;
}

body {
  font-family:
    Roboto,
    Helvetica Neue,
    sans-serif;
  margin: 0px;
  background: #f4f7f8 !important;
  color: #292929;
}

.sm a {
  text-decoration: underline;
}

a {
  text-decoration: none;
  outline: none;
  color: #606060;
}
.content {
  margin: 12px;
}

a:hover {
  opacity: 0.7;
}
a i,
a svg {
  opacity: 0.5;
}

.noresults {
  width: 100%;
  text-align: left;
  padding: 14px;
  background: #f4f7f8 !important;
}

.welcome {
  margin-bottom: 25px !important;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.logged_info {
  font-size: 14px;
  text-align: right;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-top: 16px;
}

.mobwrap {
  float: right;
}

.sort_menus {
  text-align: right;
}

#custompop input[type="button"] {
  width: 40px;
  height: 39px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 1px;
  background: #5a5a5a;
  color: #fff;
  border: 0px;
}

#custompop input[type="button"]:hover {
  background: #000;
  opacity: 0.7;
}

.balance {
  line-height: 1.8;
  color: green;
}

.search {
  height: 32px !important;
}
.nowrap {
  white-space: nowrap;
}

.menu {
  width: 100%;
  background-color: #2c2b2b;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.menu a {
  color: #fff;
  text-decoration: none;
}
.menu a:hover {
  color: #808080;
  margin-left: 25px;
  text-decoration: none;
}

.hbtn {
  border-radius: 4px;
  background: #000;
  height: 30px;
  display: flex;
  align-items: center;
  width: fit-content !important;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.sub_nav_buttons .dlicon button i,
.sub_nav_buttons .dlicon button svg {
  margin-right: 0px;
}

.sub_nav_buttons .formsubmit {
  margin-top: 0px;
}

.red,
.inactiveactivestatus {
  color: #d40707 !important;
}
.affstats {
  color: green !important;
  font-size: 12px;
  margin-left: 10px;
  line-height: 1.8;
}
.statsinfo {
  font-size: 12px;
  margin-left: 10px;
}

.affpendingpayment {
  color: #d40707 !important;
  font-size: 12px;
  margin-left: 10px;
}

.red i,
.red svg {
  opacity: 1 !important;
  color: #d40707 !important;
}

.green {
  color: green;
}

.program_info {
  color: #6d6d6d;
  font-size: 14px;
}

.content .breadcrumb {
  padding: 8px;
}

.activestatus {
  color: green !important;
}

.status {
  font-size: 14px;
  margin-left: 0px;
}
.inactivestatus {
  color: #b0b0b0;
}

.breadcrumb {
  background: #f4f7f8 !important;
  width: 90% !important;
  vertical-align: middle !important;
  max-width: 720px !important;
}
.breadcrumb i,
.breadcrumb svg {
  color: #606060 !important;
  font-size: 14px;
}

.titledata {
  font-size: 18px;
  font-weight: 500;
}
.infoblock {
  padding-right: 15px !important;
}
.subdata {
  font-size: 12px;
  font-weight: 400;
}

.programdesc {
  width: 94% !important;
  max-width: 640px !important;
  margin-top: 10px !important;
}

.terms_text {
  width: 94% !important;
  height: 200px !important;
  max-width: 1000px !important;
  margin-top: 10px !important;
}

.program_email {
  width: 94% !important;
  max-width: 640px !important;
  margin-top: 10px !important;
  height: 200px !important;
}
.announcementtextarea {
  width: 100% !important;
  max-width: 1020px !important;
  margin-top: 10px !important;
  min-height: 200px;
}
.announcedate {
  font-size: 12px;
  margin-bottom: 6px;
}
.announceinfo {
  font-size: 14px;
  margin-top: 6px;
}
.announcementtitle {
  margin-top: 10px !important;
}

.del {
  background: #d40707 !important;
}
.del:hover {
  background: #000 !important;
}
.news {
  color: #808080;
}

.hbtn i,
.hbtn svg,
.sub_nav_buttons button i,
.sub_nav_buttons button svg,
.sub_nav_buttons div i,
.sub_nav_buttons div svg {
  opacity: 1;
  color: #fff;
  margin-right: 6px;
}
.hbtnnotext i,
.hbtnnotext svg {
  opacity: 1;
  color: #fff;
  margin-right: 0px !important;
}

.hbtn:hover,
.hbtn i:hover,
.hbtn svg:hover {
  opacity: 0.8;
  color: #fff;
}

.usernamelimit {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 23ch;
}

.formcol_img input {
  margin-left: 0px;
  margin-top: 10px !important;
}

.truncate {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 5ch;
}

.readonly {
  opacity: 0.5;
}

.commonbtn {
  background: #fff !important;
  color: #34313f !important;
  padding-left: 15px;
  padding-right: 15px;
  width: fit-content !important;
}
.commonbtn i,
.commonbtn svg {
  opacity: 1;
  color: #34313f !important;
}

.tnav_icon {
  margin-left: 10px !important;
}

.hbtnnotext {
  border-radius: 4px;
  background: #000;
  height: 30px;
  display: flex;
  align-items: center;
  width: fit-content !important;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  margin-left: 0px !important;
}

.subnavlinks a {
  font-size: 14px;
  margin-right: 15px;
}
.subnavlinks_active {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

footer {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #808080;
}
footer a {
  margin-left: 25px;
  color: #808080;
}

.panel_wrapper_parent {
  display: flex;
  border: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  padding: 0px;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 10px;
  justify-content: space-between;
}

.panel_wrapper_2col {
  display: inline-block;
  border-spacing: 5px;
  margin-top: 15px;
  width: 100%;
  border: 1px solid #d8dadb;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  height: fit-content;
}

.panel_wrapper_4col {
  border-spacing: 5px;
  width: 24% !important;
  border: 1px solid #d8dadb;
  background: #fff;
  border-radius: 12px;
  margin-top: 15px;
  padding: 15px;
  height: 100px;
}

.panel_wrapper_rt {
  float: right;
}

.panel_wrapper_parent2 {
  display: table;
  border: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  padding: 0px;
  border-radius: 10px;
}

.panel_wrapper {
  display: inline-block;
  width: 100%;
  border: 1px solid #d8dadb;
  background: #fff;
  border-radius: 12px;
  margin-top: 3px;
  padding: 15px;
  height: fit-content;
}

.panel_wrapper_broadcast {
  margin-top: 0px;
  padding: 6px;
  padding-top: 0px;
}

.show_linkcode {
  display: none;
}

.table {
  display: table;
  width: 100%;
  border-spacing: 0px;
}
.tr {
  display: table-row;
  background: #f4f7f8 !important;
}
.thead {
  display: table-header-group;
  border: 1px solid #dcdada;
}
.td {
  display: table-cell;
  padding: 14px;
  padding-right: 6px;
  text-align: justify;
  justify-content: center;
  vertical-align: middle;
}
.tbody {
  display: table-row-group;
}
.table-data {
  font-size: 14px;
}
.table-data .td {
  border-bottom: 4px solid #fff;
}

.dropbtn {
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #5a5a5a;
}

.dropdown {
  position: relative;
  display: inline-block;
  float: right;
}

.dropdown button {
  border: 0px;
}

.dropdown .hbtnnotext {
  background-image: url("../images/gear.png") !important;
  background-repeat: no-repeat;
  background-position: center;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 4px;
}

.dropdown-content a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #292929;
}

.dropdown a:hover {
  color: #5a5a5a;
}

.dropdown tnavnull {
  color: #808080;
}
.dropdown tnavnull:hover {
  color: #808080;
}

.show {
  display: block;
  right: 0px;
}

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

.login_page .logo img {
  margin: auto;
  width: 180px;
  height: auto;
  margin-bottom: 30px;
}

.affloginlogo {
  background: #000;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.affloginlogo img {
  margin-bottom: 0px !important;
}

.loginicon {
  position: relative;
  display: inline-block;
  float: right;
}

.loginicon a {
  border: 0px;
}

.loginicon .tnav_icon {
  margin-left: 0px !important;
}

.loginicon a:hover {
  color: #5a5a5a;
}

.data_row div {
  background: #f4f7f8 !important;
}

.data_row_buttons {
  text-align: right;
  white-space: nowrap;
}

.data_row_buttons a {
  border: 1px solid #c0c0c0;
  font-size: 14px;
  padding: 6px;
  border-radius: 3px;
  background: #fff;
}

form .data_table {
  display: table;
  width: 100%;
}

.pending_action {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    color: #ff0000;
  }
}

.status i,
.status svg {
  color: green;
}

.sm {
  font-size: 12px;
}

.sec_titles_sub2 {
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.btn-sm {
  padding: 8px;
  padding-right: 8px;
  padding-left: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.btn-standard:hover {
  color: #fff;
  background-color: #000;
  border: 0px;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 7px;
  font-size: 14px;
}

.btn-standard {
  color: #fff;
  background-color: #343434;
  border: 0px;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 7px;
  font-size: 14px;
}

.sub_nav_buttons button,
.sub_nav_buttons div {
  margin-bottom: 10px !important;
  background: #5a5a5a;
  padding: 8px;
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content;
  max-width: 200px;
  align-items: center;
  width: fit-content !important;
  justify-content: center;
}

.section_heading {
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdada;
  margin-bottom: 20px;
}

.error {
  font-size: 14px;
  color: #ff0000;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #ff0000;
  border-radius: 6px;
  padding: 12px;
}

.formcol .error label {
  white-space: nowrap !important;
}

.formcol .error_updated label {
  white-space: nowrap !important;
}

.error_field {
  border-color: #ff0000 !important;
}
.field_info {
  font-size: 12px;
  color: #a19f9f;
}

.error_updated {
  font-size: 14px;
  color: green !important;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid green;
  border-radius: 6px;
  padding: 12px;
}

.sub2 {
  margin-top: 30px;
}

.formsubmit {
  max-width: 100px;
  display: flex;
  margin-top: 20px;
  text-align: center;
  justify-content: center;
  float: right;
  margin-bottom: 0px !important;
  margin-left: 5px;
}

.formsubmit_agree {
  max-width: 100px;
  display: flex;
  margin-top: 20px;
  text-align: center;
  justify-content: center;
  float: none;
  margin-bottom: 0px !important;
  margin-left: 0px;
  font-size: 16px !important;
}

.formsubmitcompact {
  max-width: 100px;
  margin-top: 0px;
  text-align: center;
  justify-content: center;
  margin-bottom: 0px !important;
  margin-left: 5px;
}

.form_row {
  display: table;
}

form {
  margin: 0px;
  padding: 0px;
}

.form {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.formcol {
  display: block;
  margin-left: 0px;
  margin-top: 10px;
  color: #676767;
  font-size: 14px;
}

.formcol_img {
  border-radius: 4px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdada;
  margin-bottom: 20px;
}

.formcol_img img {
  border-radius: 4px;
  border: 1px solid #c0c0c0;
  width: 200px;
  height: 200px;
  margin-top: 8px;
}

.formcol label {
  display: inline-block;
  color: #676767;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  width: 150px !important;
}

.processoredit .formcol label {
  display: inline-block;
  color: #676767;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  width: 170px !important;
}

.form input {
  padding-left: 8px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #c0c0c0;
  height: 36px;
  color: #808080;
  width: 100%;
  max-width: 310px;
  margin-top: 0px;
}

textarea {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #c0c0c0;
  padding: 12px;
}

.form textarea {
  padding: 12px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #c0c0c0;
  height: 100px;
  color: #808080;
  width: 94%;
  max-width: 310px;
  margin-top: 0px;
}

.multiselect_wrapper {
  width: 100% !important;
  max-width: 630px;
}

.multiselect_wrapper .formcol label {
  width: fit-content !important;
  min-width: 200px;
}

.multiselect {
  padding-left: 8px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #c0c0c0;
  height: 150px !important;
  color: #808080;
  width: 100% !important;
  max-width: 310px;
  margin-top: 0px;
}

input[type="checkbox"] {
  margin: 0px;
  padding: 0px;
  width: 15px;
  height: 15px;
  border: 0px;
  outline: none;
  border-radius: 0px;
}

.formnum {
  width: 80px !important;
}

.form select {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #c0c0c0;
  height: 36px;
  color: #808080;
  width: 100%;
  width: fit-content;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 10px;
  padding-left: 10px;
}

.form_row .formcol {
  margin-right: 5px;
}
.accesslevel {
  width: 120px !important;
}
.accesslevelselect {
  margin: 0px !important;
}

.offerlabels label {
}

.srtop {
  margin-top: 10px;
}

.stats_row {
  font-size: 14px;
  line-height: 34px;
  vertical-align: middle;
  color: #333333 !important;
  padding-left: 15px !important;
  background: #9cd5db;
  height: 34px;
  border-radius: 8px;
  margin-left: 0px !important;
  padding-top: 0px !important;
  padding-right: 0px !important;
  margin-top: 10px;
}

.stats_row2 {
  font-size: 14px;
  line-height: 34px;
  vertical-align: middle;
  color: #333333 !important;
  padding-left: 15px !important;
  background-color: #edf0f1;
  height: 34px;
  border-radius: 8px;
  margin-left: 0px !important;
  padding-top: 0px !important;
  padding-right: 0px !important;
  margin-top: 10px;
}

.col1 {
  min-width: 100px;
  width: fit-content;
}

.sitebillerinfo label {
  white-space: nowrap;
  margin-right: 10px;
  width: 250px !important;
}

.search {
  width: 200px !important;
}

.stats_row_col {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 34px;
  vertical-align: middle;
  color: #333333 !important;
  padding-left: 15px !important;
  background-color: #edf0f1;
  height: 34px;
  border-radius: 8px;
  margin-left: 0px !important;
  padding-top: 0px !important;
  padding-right: 15px !important;
  margin-top: 10px;
  margin-right: 4px !important;

  font-size: 14px;
  line-height: 34px;
  color: #333333 !important;
}

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

@media only screen and (max-width: 1023px) {
  .report_view .mdatahide {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .url i,
  .url svg {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .formcol {
    display: block !important;
  }

  .table-data .affstats {
    width: 100%;
    display: block;
    margin-left: 0px;
  }

  .formcol label {
    width: 100% !important;
  }

  .mdatahide {
    display: none;
  }

  .mdataexpand,
  .infoblock {
    display: block;
  }

  .mdataexpand {
    border: 0px !important;
  }

  .url span {
    display: none;
  }

  .tnavhide span {
    display: none;
  }

  .table-data .td {
    font-size: 12px;
  }

  .balinfo {
    font-size: 12px;
  }

  .thead .td {
    font-size: 12px;
    white-space: nowrap;
  }

  .mobwrap {
  }

  .tnavhide .hbtn i,
  .tnavhide .hbtn svg {
    margin-right: 0px !important;
  }

  .panel_wrapper_2col {
    width: 100% !important;
    display: table;
  }

  .panel_wrapper_parent .panel_wrapper_2col {
    width: 100%;
    height: fit-content;
  }

  .panel_wrapper_parent {
    width: 100%;
    height: fit-content;
  }

  .stats_row_col {
    float: none !important;
  }

  .content .breadcrumb,
  .breadcrumb {
    font-size: 12px !important;
  }

  .sub_nav_buttons {
    width: 100%;
    text-align: left;
  }
}

.formsubmit {
  font-size: 16px !important;
}

.sub_nav_buttons .formsubmit {
  font-size: 13px !important;
}

.hlogo {
  background: #2c2b2b;
  padding: 10px;
}
.hlogo img {
  width: 185px;
  height: auto;
}
.hlogo .nav {
  float: right;
}
.nav .tnav_icon {
  margin-left: 0px !important;
  font-weight: 500;
}

.login_page {
  background: rgb(178, 206, 250);
  background: linear-gradient(
    218deg,
    rgba(178, 206, 250, 1) 0%,
    rgba(137, 216, 219, 1) 77%
  );
}

.login_wrapper {
  text-align: left;
  width: calc(100% - 16px);
  max-width: 550px;
  background: #fff;
  border-radius: 10px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 10px;
}

.login_inner {
  width: calc(100% - 56px);
  margin: auto;
}

.loginlogo {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}

.descriptor {
  color: #858788;
  font-size: 16px;
  font-weight: 400;
}

.section_title {
  font-size: 1.5rem;
  line-height: 1.2em;
  color: #121212;
  margin-bottom: 10px;
}

.login_field {
  border: 1px solid #888b8f;
  width: 100%;
  height: 42px !important;
  line-height: 42px;
  border-radius: 7px;
  padding: 6px;
  background: #fff;
  color: #121212;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 12px;
}

.sort_bar {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.loginform {
  padding-top: 20px;
}

.loginform label {
  margin-top: 6px;
}

.recovery_link {
  margin-top: 20px;
}

.btn_standard {
  height: 40px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  border: 0px;
  width: 100%;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #343434;
  color: #fff;
  vertical-align: middle;
  margin-bottom: 20px;
}

.btn_standard:hover {
  background: #000;
}

.splashscreen {
  text-align: Center;
}

@media only screen and (max-device-width: 767px) {
  .login_page {
    background: #fff;
    background-color: #fff;
  }

  .login_field {
    border: 1px solid #888b8f;
    width: 100%;
    height: 42px !important;
    line-height: 42px;
    border-radius: 7px;
    padding: 6px;
    background: #fff;
    color: #121212;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 12px;
  }

  .sort_menus {
    text-align: left;
  }
}

@media only screen and (max-width: 420px) {
  .hlogo {
  }

  .form input {
    width: calc(100% - 20px);
  }

  .hbtnhide {
  }

  .menu .hbtn {
    border-radius: 4px;
    background: #000;
    height: 30px;
    display: flex;
    align-items: center;
    width: fit-content !important;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 3.3vw;
    margin-left: 0px !important;
  }
}
