
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
    margin: 0;
  }
  
  article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
  }
  
  body {
    background-color: #f1f1f1;
    color: #444;
    font-size: 12px;
    font-family: Whitney SSm A,Whitney SSm B,Tahoma,sans-serif;
    font-weight: 500;
    line-height: 1.47;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: scroll;
}

.navbar {
  border-top: 5px solid #f60;
  background-color: #f1f1f1;
}

a.nav-link {
  color: #444;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: Whitney SSm A,Whitney SSm B,Tahoma,sans-serif;
}

.table-responsive {
  margin: 0;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
}
  
  [tabindex="-1"]:focus {
    outline: 0 !important;
  }

  .anchor {
    display: block;
    height: 80px;;
  }

  .widget {
    padding: 0;
  }

  .widget .header {
    margin: 0;
    padding: 10px 0;
  }
  .widget .table thead tr th,
  .widget .table thead tr td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .widget .table thead > tr > th:first-child,
  .widget .table tbody > tr > td:first-child {
    padding-left: 20px;
  }

  .widget .table thead > tr > th:last-child,
  .widget .table tbody > tr > td:last-child {
    padding-right: 20px;
  }

  .table tbody > tr > td {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  /* .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
  }
  
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }

.row-widget {
  margin-left: -10px;
  margin-right: -10px;
}

.wrapper-widget {
  padding-left: 10px;
  padding-right: 10px;
}

.widget {
  background-color: #fff;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 2px;
  padding: 0 20px 25px;
  width: 100%;
  position: relative;
}

.widget .header {
  border-bottom: 1px solid #dedede;
  height: 54px;
  line-height: 60px;
  padding-right: 20px;
  position: relative;
}

.page-header .col-lg-4 h1, .page-header .col-lg-8 a, .widget .header {
  margin-left: -20px;
  margin-right: -20px;
}


.page-header, .widget .header, .modal-header {
    border-bottom: 1px solid #dedede;
    height: 54px;
    line-height: 60px;
    padding-right: 20px;
    position: relative;
}

.page-header a, .widget .header a, .table-filters a {
  float: right;
  margin-right: -20px;
  padding: 0 20px;
  cursor: pointer;
  color: #444444;
}

.widget .header a {
  padding: 0 5px;
  margin-right: 0;
}

.page-header a:hover, .widget .header a:hover, .table-filters a:hover {
  color: #ff6600;
}

.page-header a .fa, .widget .header a .fa, .table-filters a .fa,
.page-header a .far, .widget .header a .far, .table-filters a .far {
  color: #ff6600;
  font-size: 14px;
  margin-right: 2px;  
  vertical-align: middle;
}

.page-header h1, .widget .header h2, .widget .header h3, h5.modal-title {
  display: inline-block;
  padding: 5px 5px 0 20px;
  margin: 0;
  border-bottom: none;
  font-size: 19px;
  font-weight: 600;
}
.widget .list-group, .widget table {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  background-color: transparent;
}

.widget .list-group, .widget table {
  margin-bottom: 0;
} */

  .mt-xlg {
    margin-top: 80px;
  }

  .pt-xlg {
    padding-top: 80px;
  }

