﻿/* START material icons */
@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsround/v47/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons Round';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
  .material-icons.md-16 {
    font-size: 16px;
  }
  .material-icons.md-18 {
    font-size: 18px;
  }
  .material-icons.md-20 {
    font-size: 20px;
  }
  .material-icons.md-22 {
    font-size: 22px;
  }
  .material-icons.md-24 {
    font-size: 24px;
  }
  .material-icons.md-28 {
    font-size: 28px;
  }
  .material-icons.md-36 {
    font-size: 36px;
  }
  .material-icons.md-48 {
    font-size: 48px;
  }
  .material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
  }
    .material-icons.md-dark.md-inactive {
      color: rgba(0, 0, 0, 0.26);
    }
  .material-icons.md-light {
    color: rgba(255, 255, 255, 1);
  }
    .material-icons.md-light.md-inactive {
      color: rgba(255, 255, 255, 0.3);
    }



/* START mvcgrid */
.mvc-grid {
  overflow-x: unset !important;
  font-size: 14px;
}

  .mvc-grid > div > table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }

    .mvc-grid > div > table > thead > tr > th,
    .mvc-grid > div > table > tbody > tr > td,
    .mvc-grid > div > table > tfoot > tr > td {
      white-space: nowrap;
      color: #353c43;
      text-align: left;
    }

    .mvc-grid > div > table > thead > tr > th {
      border: 0;
      background-color: #ffffff;
      /*padding: 13px .7em;*/
      padding: .5em .7em;
    }

    .mvc-grid > div > table > tbody > tr > td,
    .mvc-grid > div > table > tfoot > tr > td {
      border: 0;
      padding: .75em 1.15em;
      vertical-align: top;
    }

    .mvc-grid > div > table .column-spacer {
      padding: 0 !important;
      border: 0 !important;
    }

    .mvc-grid > div > table > thead > tr > th {
      border-radius: 16px;
      border: 6px solid white;
    }

    .mvc-grid > div > table > thead > tr .sortable {
      /*padding-right: .75em;*/
      padding: 13px .75em;
    }

      .mvc-grid > div > table > thead > tr .sortable button {
        outline: none;
        box-shadow: none;
        width: 0;
        right: 14px;
      }

        .mvc-grid > div > table > thead > tr .sortable button span { /* hides a weird span with a letter in it */
          display: none;
        }

      .mvc-grid > div > table > thead > tr .sortable.asc,
      .mvc-grid > div > table > thead > tr .sortable.desc {
        background-color: #f7f7f7;
        padding-right: 1.65em;
      }

    .mvc-grid > div > table > thead > tr th.sortable:hover {
      background-color: #f8f9fa;
    }

.mvc-grid-sort::after,
.mvc-grid-sort::before { /* hide asc and desc sort arrows until they're active */
  opacity: 0;
}

.mvc-grid-sort::before { /* make asc and desc arrows line up */
  margin-right: -14px;
}

.mvc-grid > div > table > tbody tr:hover {
  background-color: #f8f9fa;
}

.mvc-grid > div > table > tbody:before { /*needed so the border shows up under the headers */
  content: "-";
  display: block;
  line-height: .20em;
  color: transparent;
  font-size: 0;
}

.mvc-grid > div > table > tbody tr:first-child td {
  border-top: 1px solid #f4f5f7;
}

.mvc-grid > div > table > tbody tr:hover td button {
  background-color: #f8f9fa;
}

.mvc-grid-empty-row td {
  padding: 25px !important;
}

.mvc-grid th.min-width,
.mvc-grid td.min-width {
  width: 1px;
}

.mvc-grid th.w-25-p,
.mvc-grid td.w-25-p {
  width: 25%;
}

.mvc-grid th.w-50-p,
.mvc-grid td.w-50-p {
  width: 50%;
}

/* wrapper */
.mvc-grid-wrapper {
  overflow-x: auto;
  overflow-y: visible;
  border-top: 1px solid #f4f5f7;
  border-bottom: 1px solid #f4f5f7;
}

  .mvc-grid-wrapper::-webkit-scrollbar {
    width: 10px;
    background-color: #ffffff;
  }

  .mvc-grid-wrapper::-webkit-scrollbar-button {
    border-top: 1px #f4f5f7 solid;
    background-color: #ffffff;
    width: 10px;
  }

    .mvc-grid-wrapper::-webkit-scrollbar:horizontal {
      height: 10px;
    }

  .mvc-grid-wrapper::-webkit-scrollbar-track {
    border-top: 1px #f4f5f7 solid;
  }

  .mvc-grid-wrapper::-webkit-scrollbar-thumb {
    background-color: #d7d9e2;
    border-radius: 7px;
  }

    .mvc-grid-wrapper::-webkit-scrollbar-thumb:hover {
      background-color: #e2e4ea;
      border: 1px solid #d7d9e2;
    }

    .mvc-grid-wrapper::-webkit-scrollbar-thumb:active {
      background-color: #d7d9e2;
      border: 1px solid #d7d9e2;
    }

/* pager */
.mvc-grid-pager {
  margin-top: 6px;
  text-align: left;
  font-size: .8rem;
}
  .mvc-grid-pager hr {
    border-color: #f4f5f7;
    margin-top: 7px;
  }

.mvc-grid-pager button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: content-box;
  line-height: 2.5em;
  padding: 0 6px !important;
  cursor: pointer;
  margin: 4px;
  min-width: 2em;
  color: #555555;
  border-radius: 4px;
  box-shadow: none;
  outline: none;
}

    .mvc-grid-pager button:focus,
    .mvc-grid-pager button:hover {
      background-color: #f7f7f7;
      color: black;
    }

  .mvc-grid-pager .disabled,
  .mvc-grid-pager .disabled:focus,
  .mvc-grid-pager .disabled:hover {
    background-color: #ffffff;
    cursor: not-allowed;
    color: #cccccc;
    outline: 0;
  }

  .mvc-grid-pager button.material-icons {
    /*width:24px !important;
    padding: 0 !important;
    font-size: 17px;
    line-height:27px;
      */
    position: relative;
    top: 2px;
    font-size: inherit;
  }

/* loader */
.mvc-grid-loader {
  z-index: 101 !important;
  background-color: rgba(255, 255, 255, 0.8);
}

.mvc-grid-loading > div > div {
  background-color: #cccccc;
}

/* icons */
.mvc-grid-info-icon {
  position: relative;
  top: 3px;
  line-height: 0;
  display: inline;
  user-select: none;
}

  .mvc-grid-info-icon[data-toggle=tooltip] {
    cursor: default;
  }

/* 
  grid with action column
  use the mvc-grid-action-header class with mvc-action if the action column header has an aciton menu.
*/
.mvc-grid-action {
}

.mvc-grid-action-header > thead > tr > th:last-child {
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

.mvc-grid-action-header thead th:last-child,
.mvc-grid-action tbody td:last-child:not([colspan]) {
  position: -webkit-sticky; /* for Safari */
  position: sticky !important;
  right: 0;
  width: 40px;
  background-color: #ffffff;
  text-align: center;
  padding-left: 11px !important;
  padding-right: 11px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-left: 1px solid #efefef;
  -webkit-box-shadow: -4px 3px 3px 0px rgba(0,0,0,0.04);
  -moz-box-shadow: -4px 3px 3px 0px rgba(0,0,0,0.04);
  box-shadow: -4px 3px 3px 0px rgba(0,0,0,0.04);
}

  .mvc-grid-action-header thead th:last-child button,
  .mvc-grid-action tbody td:last-child button {
    padding: 0 !important;
    color: #808080 !important;
    outline: none;
    position: relative;
    top: 3px;
  }

    .mvc-grid-action-header thead th:last-child button:hover,
    .mvc-grid-action tbody td:last-child button:hover {
      color: black !important;
    }

    .mvc-grid-action-header thead th:last-child button:focus,
    .mvc-grid-action tbody td:last-child button:focus {
      box-shadow: none;
    }

    .mvc-grid-action-header thead th:last-child button i,
    .mvc-grid-action tbody td:last-child button i {
      position: relative;
      top: 3px;
    }

/* dropdown menu within an action grid */
.mvc-grid-action-dropdown-menu {
  background-color: #ffffff;
  box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,.132), 0 1.2px 3.6px 0 rgba(0,0,0,.108);
  border: 0;
}

  .mvc-grid-action-dropdown-menu .dropdown-item {
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1em;
  }

    .mvc-grid-action-dropdown-menu .dropdown-item:active {
      background-color: #f1f1f1;
      color: inherit;
    }

/* grid toolbar */
.mvc-grid-toolbar {
  padding: 0 9px 9px 9px;
}

  .mvc-grid-toolbar .btn.bg-transparent {
    color: #808080;
    outline: none;
    box-shadow: none;
  }

    .mvc-grid-toolbar .btn.bg-transparent:hover {
      color: black;
      background-color: #f8f9fa !important;
    }

    .mvc-grid-toolbar .btn.bg-transparent:active {
      color: #888;
    }

    .mvc-grid-toolbar .btn.bg-transparent i {
      vertical-align: bottom;
    }

    .mvc-grid-toolbar .btn.bg-transparent span {
      /*position: relative;
      top: -2px*/
    }

  .mvc-grid-toolbar .search i {
    position: absolute;
    z-index: 2;
    color: #aaa;
    top: .25em;
  }

    .mvc-grid-toolbar .search i:first-child {
      left: .9em;
      pointer-events: none;
    }

    .mvc-grid-toolbar .search i:last-child {
      right: 1em;
      cursor: pointer;
      display: none;
    }
      .mvc-grid-toolbar .search i:last-child:hover {
        color: black;
      }

  .mvc-grid-toolbar .search input {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    background-color: #f7f7f7;
    border-color: #ececee;
    display: inline-block;
  }

/* misc grid classes */
.mvc-grid .tooltip-text {
  text-transform: capitalize;
}

  .mvc-grid .tooltip-text[data-toggle='tooltip'] {
    border-bottom: 1px dotted;
    cursor: default;
  }

.mvc-grid div.source {
  margin: -10px 0 0 0;
  width: 40px;
  height: 25px;
  background-size: cover;
  box-shadow: 1px 1px 2px 0 rgba(112, 112, 112, 0.5);
  position: relative;
  top: 5px;
}

  .mvc-grid div.source.bank {
    background-image: url(../Images/ach.svg);
  }

  .mvc-grid div.source.amex {
    background-image: url(../Images/amex.svg);
    border: 1px solid #cccccc;
    border-radius: 2px;
  }

  .mvc-grid div.source.mc {
    background-image: url(../Images/mastercard.svg);
  }

  .mvc-grid div.source.visa {
    background-image: url(../Images/visa.svg);
  }

  .mvc-grid div.source.discover {
    background-image: url(../Images/discover_32.png);
  }

  .mvc-grid div.source.paypal {
    background-image: url(../Images/paypal.svg);
    border: 1px solid #cccccc;
    border-radius: 2px;
  }

  .mvc-grid div.source.venmo {
    background-image: url(../Images/venmo.svg);
    border: 1px solid #cccccc;
    border-radius: 2px;
    background-position: center;
  }

  .mvc-grid div.source.googlepay {
    background-image: url(../Images/google-pay.png);
    width: 40px;
    height: 22px;
    border: 1px solid #cccccc;
    border-radius: 2px;
  }

  .mvc-grid div.source.applepay {
    background-image: url(../Images/applepay.svg);
    border: 1px solid #cccccc;
    border-radius: 2px;
  }

  .mvc-grid div.source.scanncheck {
    background-image: url(../Images/scanned-check.png);
  }
    .mvc-grid div.source.unknown::after {
    }

.mvc-grid .print-d-inline,
.mvc-grid .print-d-block,
.mvc-grid .print-d-inline-block {
  display: none !important;
}

@media print {
  @page {
    size: auto;
  }

  body {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 12px;
  }

  .mvc-grid-wrapper {
    border: none;
  
  }

  .mvc-grid,
  .mvc-grid table {
    width: 100%;
  }
  .amplifyInvoiceBanner {
    display: none !important;
  }
  .mvc-grid-headers .sortable button {
    background-color: transparent;
    border: none;
    display: none;
  }

  .mvc-grid-headers .sortable.asc,
  .mvc-grid-headers .sortable.desc {
    padding-right: 8px;
  }

    .mvc-grid-headers .sortable.asc button,
    .mvc-grid-headers .sortable.desc button {
      display: block;
      float: right;
    }

      .mvc-grid-headers .sortable.asc button::after,
      .mvc-grid-headers .sortable.desc button::after {
        opacity: 1;
        display: block;
      }

      .mvc-grid-headers .sortable.asc button::after {
        content: "\2193";
      }

      .mvc-grid-headers .sortable.desc button::after {
        content: "\2191";
      }

  .mvc-grid tbody tr:first-child td {
    border-top: none;
  }

  .mvc-grid tbody tr:nth-of-type(even) {
    background-color: #fafafa !important;
  }

  .mvc-grid th {
    padding: 7px .7em;
  }

  .mvc-grid td {
    padding: .4em 1.15em;
  }

    .mvc-grid td a {
      text-decoration: none;
      color: inherit !important;
    }

  .mvc-grid-info-icon {
    font-size: 16px !important;
  }

  .mvc-grid-pager {
    display: none;
  }

  .mvc-grid div.source {
    display: none;
  }

  .mvc-grid .print-d-inline {
    display: inline !important;
  }

  .mvc-grid .print-d-inline-block {
    display: inline-block !important;
  }

  .mvc-grid .print-d-block {
    display: block !important;
  }

  .mvc-grid .print-wrap {
    white-space: pre-line;
    line-height:1.2em;
  }

  .mvc-grid .print-hide {
    display: none !important;
  }

  .mvc-grid .tooltip-text[data-toggle='tooltip'] {
    border-bottom: 0;
  }
}

/* static */
.mvc-grid-static .mvc-grid-headers th {
  padding: 13px .8em;
  border: none;
}
.mvc-grid-static td {
  padding: 13px 1em;
}



/* START grid column selector */
.et-grid-col-sel {
}

.et-grid-col-sel div:first-child {
  width: 225px;
  min-width: 225px
}

  .et-grid-col-sel .dropdown-item {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
  }

    .et-grid-col-sel .dropdown-item input {
      display: none;
    }

    .et-grid-col-sel .dropdown-item i {
      font-size: 16px;
      line-height: 0;
      position: relative;
      top: 3px;
      visibility: hidden;
    }

    .et-grid-col-sel .dropdown-item span {
      opacity: .7;
    }

    .et-grid-col-sel .dropdown-item.column-selected i {
      visibility: visible;
    }

    .et-grid-col-sel .dropdown-item.column-selected span {
      opacity: 1;
    }

  .et-grid-col-sel .btn.bg-transparent {
    width:45%;
  }

  .et-grid-col-sel .btn.bg-transparent:hover {
    color: black;
    background-color: #f8f9fa !important;
  }



/* START grid filters */
.et-grid-filters {
  position: fixed;
  top: 65px;
  z-index: 101;
  right: 0;
  width: 350px;
  height: 100% /*calc(100% - 20px)*/;
  background-color: #ffffff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  display: none; /*hidden by default*/
}

  .et-grid-filters .filter-item {
    padding: 20px 25px 0 25px;
  }

  .et-grid-filters [data-toggle=collapse] {
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
  }

    .et-grid-filters [data-toggle=collapse]:hover {
      color: #37aade;
    }

    .et-grid-filters [data-toggle=collapse]:before {
      position: relative;
      top: 4px;
      padding-right: 5px;
      font-size: 18px;
    }

    .et-grid-filters [data-toggle=collapse].collapsed:before {
      font-family: 'Material Icons Round';
      content: "chevron_right";
    }

    .et-grid-filters [data-toggle=collapse]:before {
      font-family: 'Material Icons Round';
      content: "expand_more";
    }

.et-grid-filters-header {
  padding: 12px;
  color: #ffffff;
}

  .et-grid-filters-header span {
    position: relative;
    top: -2px
  }

  .et-grid-filters-header i:last-child {
    cursor: pointer;
    font-size: 1.4em;
    position: relative;
    top: 3px
  }

.et-grid-filters-body {
  /*padding: .75rem 1.15rem;*/
  height: calc(100% - 120px);
  overflow: auto;
}

  .et-grid-filters-body::-webkit-scrollbar {
    width: 10px;
    background-color: #ffffff;
  }

    .et-grid-filters-body::-webkit-scrollbar:horizontal {
      height: 10px;
    }

  .et-grid-filters-body::-webkit-scrollbar-track {
    border-top: 1px #efefef solid;
  }

  .et-grid-filters-body::-webkit-scrollbar-thumb {
    background-color: #d7d9e2;
    border-radius: 7px;
  }

    .et-grid-filters-body::-webkit-scrollbar-thumb:hover {
      background-color: #e2e4ea;
      border: 1px solid #d7d9e2;
    }

    .et-grid-filters-body::-webkit-scrollbar-thumb:active {
      background-color: #d7d9e2;
      border: 1px solid #d7d9e2;
    }




/* START selectpicker */
div.bootstrap-select .selectpicker-form-control {
  height: calc(1.5em + 0.75rem + 3px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

  div.bootstrap-select.wrapfix .dropdown-menu {
    min-width: 283px !important;
  }
    div.bootstrap-select.wrapfix .dropdown-menu li a span.text {
      white-space: normal;
      width: 210px;
    }
  /*#filterFund div.bootstrap-select .dropdown-menu li a span.text {
    white-space: normal;
    width: 210px;
  }*/

div.bootstrap-select .dropdown-menu {
  border: 0;
  box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,.132), 0 1.2px 3.6px 0 rgba(0,0,0,.108);
}

div.bootstrap-select .dropdown-item {
  padding: 12px 1.5rem;
  line-height: 1em;
  opacity: .7;
}

  div.bootstrap-select .dropdown-item:active {
    background-color: #f1f1f1;
    color: inherit;
    outline: none;
  }

div.bootstrap-select.show-tick .dropdown-item::before {
  font-family: "Material Icons Round";
  content: "done";
  font-size: 16px;
  position: relative;
  display: inline-block;
  left: -7px;
  vertical-align: top;
  visibility: hidden;
}

div.bootstrap-select.show-tick .dropdown-item.selected::before {
  visibility: visible;
}

div.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 0;
}

div.bootstrap-select .dropdown-item.selected {
  opacity: 1;
  background-color: none;
}

div.bootstrap-select .dropdown-item span.check-mark {
  /* not sure why the tick is always visible, this hides it */
  display: none !important;
}

div.bootstrap-select .dropdown-menu li a.opt {
  padding-left: 2.5em;
}

div.bootstrap-select .dropdown-header {
  font-weight: bold;
}

div.bootstrap-select .dropdown-item.indent .text {
  padding-left: 13px;
}

div.bootstrap-select .dropdown-item.indent .text::before {
  font-family: "Material Icons Round";
  content: "subdirectory_arrow_right";
  padding-right: 8px;
}

a[role=option].second-collection .text::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f4c3";
  margin-left: 0.5rem !important;
  font-weight: 900;
}



/* START datepicker */
.bootstrap-datetimepicker-widget {
  box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,.132);
}

  .bootstrap-datetimepicker-widget th,
  .bootstrap-datetimepicker-widget td {
    font-size: .9em !important;
  }



/* START tabs */
.et-tabs {
  border: none;
}

.et-tabs .nav-item {
  margin-right: .75em;
}

  .et-tabs .nav-item .nav-link {
    border: none; /*border: 1px solid rgba(0, 0, 0, 0);*/
    border-top-left-radius: .55em;
    border-top-right-radius: .55em;
    padding: .65em 1.15em .65em 1.15em;
    color: #777777;
  }

    .et-tabs .nav-item .nav-link:hover {
      border: none; /*border: 1px solid rgba(0, 0, 0, 0);*/
      color: black;
    }

    .et-tabs .nav-item .nav-link.active{
      border: none; /*border: 1px solid rgba(0, 0, 0, 0.125);*/
      border-bottom: 1px solid rgba(0, 0, 0, 0);
      color: black;
    }

.et-tabs-alt {
  border-bottom-width: 2px;
}

  .et-tabs-alt .nav-item {
    margin: 0;
    padding: 0;
    position: relative;
    top: 2px;
  }

    .et-tabs-alt .nav-item .nav-link {
      padding: .75em 3.25em;
      border-top: 0;
      border-right: 0;
      border-bottom: 2px solid #dee2e6;
      border-left: 0;
      color: black;
      font-size: .95em;
    }

      .et-tabs-alt .nav-item .nav-link:hover {
      }

      .et-tabs-alt .nav-item .nav-link.active {
        border-bottom-color: #007bff;
        text-shadow: 0px 0px 1px black;
      }

.et-tab-content.scrollable {
  overflow: auto;
}

  .et-tab-content.scrollable::-webkit-scrollbar {
    width: 10px;
    background-color: #ffffff;
  }

  .et-tab-content.scrollable::-webkit-scrollbar-button {
    display:none;
  }

  .et-tab-content.scrollable::-webkit-scrollbar:horizontal {
    height: 10px;
  }

  .et-tab-content.scrollable::-webkit-scrollbar-track {
  }

  .et-tab-content.scrollable::-webkit-scrollbar-thumb {
    background-color: #d7d9e2;
    border-radius: 7px;
  }

    .et-tab-content.scrollable::-webkit-scrollbar-thumb:hover {
      background-color: #e2e4ea;
      border: 1px solid #d7d9e2;
    }

    .et-tab-content.scrollable::-webkit-scrollbar-thumb:active {
      background-color: #d7d9e2;
      border: 1px solid #d7d9e2;
    }



/* START card */
.et-card {
  border: none;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
  .et-card .card-header {
    border: 0;
    border-bottom: 1px solid #efefef;
    background-color: white;
    font-size: 18px;
    font-weight: bold;
  }
  .et-card .card-body {
    border: none;
  }
  .et-card .card-text {
    color: #777777;
  }

  .et-card .btn.bg-transparent {
    color: #808080;
    outline: none;
    box-shadow: none;
  }
    .et-card .btn.bg-transparent:hover {
      color: black;
      background-color: #f8f9fa !important;
    }
    .et-card .btn.bg-transparent:active {
      color: #888;
    }
    .et-card .btn.bg-transparent i {
      vertical-align: bottom;
    }
    .et-card .btn.bg-transparent span {
      /*position: relative;
      top: -2px*/
    }



/* START confirm dialog */
[aria-describedby="jqueryExtendedConfirmDialog"] {
  box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,.132);
  border: 0 !important;
}

  [aria-describedby="jqueryExtendedConfirmDialog"] .ui-widget-header {
    font-weight: normal;
    padding-top: 15px;
    border: none;
    background: none;
    font-size: 1.3em;
  }

  [aria-describedby="jqueryExtendedConfirmDialog"] .ui-dialog-titlebar-close {
    display: none;
  }

#jqueryExtendedConfirmDialog {
  padding: 10px 15px 10px 20px;
  font-size: .85em;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}



/* START misc */
.et-content-wrapper {
  padding: 15px 0;
  background-color: white;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.et-print-table {
  width: 100%;
}
  .et-print-table td {
  }

div.multiple {
  color: #999;
}

div.recurring-canceled {
  color: #871417;
}

.et-card-loading {
  position: absolute;
  background: #ffffff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  display: none;
}
  .et-card-loading div {
    position: absolute;
    top: 45%;
    left: 49%;
  }
  .et-card-loading span {
    text-align: center;
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    font-weight: bold;
  }

.et-root-loading {
  position: fixed;
  background: #ffffff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  display: none;
  z-index: 2000;
}

  .et-root-loading div {
    position: absolute;
    top: 45%;
    left: 49%;
  }

  .et-root-loading span {
    text-align: center;
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    font-weight: bold;
  }



/* START Nav Tabs */
.et-nav-tabs {
    background-color: #fff;
}

/* should eventually convert all menus to use .activeclass on nav-link */
.et-nav-tabs li.active > a, 
.et-nav-tabs li .nav-link.active {
    font-weight: 600;
    box-shadow: inset 0px -3px 0px #176BFB;
}

    .et-nav-tabs li > a {
        color: #353C43;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
    }


/* START Modal */
.et-modal {
}

  .et-modal .modal-header {
    padding: 8px 10px !important
  }

  .et-modal .modal-title {
    font-size: 15px;
    font-weight: bold;
  }

  .et-modal .modal-footer {
    border-top: 0;
  }

.et-modal-loading {
  border-radius: .3rem;
  position: absolute;
  background: #ffffff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .9;
  display: none;
  z-index: 99999
}

  .et-modal-loading img {
    position: relative;
    top: 45%;
    left: 45%;
    width: 35px;
  }

  .et-modal-loading div {
    position: relative;
    top: 45%;
    left: 47%;
  }

.modal-header { /*backward compatibility */
  padding: 8px 10px !important
}

h3.modal-title {
  font-size: 15px;
  font-weight: bold !important;
  margin: 0;
}



/* START Custom Form Inputs */
.custom-radio .custom-control-input ~ .custom-control-label::after {
  background-image: url('../Images/forms/radio-button-deselected.svg');
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url('../Images/forms/radio-button-selected.svg');
}

.custom-checkbox .custom-control-input ~ .custom-control-label::after {
  background-image: url('../Images/forms/checkbox-deselected.svg');
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url('../Images/forms/checkbox-selected.svg');
}

.custom-radio .custom-control-input ~ .custom-control-label.muted,
.custom-checkbox .custom-control-input ~ .custom-control-label.muted {
  user-select: none;
  font-weight: normal;
  line-height: 1.7;
  color: #616B7D;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label.muted,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label.muted {
  text-shadow: .5px 0 0 #353C43;
  color: #353C43;
}

.custom-control-input:checked ~ .custom-control-label::before {
  /*color: #fff;*/
  border-color: transparent !important;
  background-color: transparent !important;
}

.custom-control-label::before {
  /*position: absolute;
  top: 0.25rem;
  left: -1.5rem;  
  content: "";
  background-color: #fff;*/
  pointer-events: none;
  display: block;
  top: .15rem;
  width: 1.2rem;
  height: 1.2rem;
  border: none;
}

.custom-control-label::after {
  /*position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  content: "";*/
  display: block;
  top: .15rem;
  width: 1.2rem;
  height: 1.2rem;
  background: no-repeat 50% / 100% 100%;
}

.custom-control-no-label {
  min-height: inherit;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  opacity: .5;
}