.white {
  color: #fff;
}

#mainContent {
  padding-top: 20px;
  overflow: hidden;
}

.btn-sm {
  padding: 2px 15px;
  font-size: 16px;
}

.header-first {
  padding: 11px 0 0 0;
}

.tableForm {
  margin: 0;
  display: inline;
}

.dataTables_wrapper .dataTables_processing {
  background-color: #ddd;
  height: 70px;
  border: 1px solid #000;
  width: 50%;
  margin-left: -25%;
}

.paralaxHome {
  background-position: 50% 0;
  background-image: url('/images/paralax.jpg');
  background-size: 100%;
}


.round-box-green {
  border: solid 1px #D4AF37;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.joinFont {
  text-align: center;
  font-family: Impact, sans-serif;
  padding: 10px;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 24px;
  background-image: -webkit-linear-gradient(270deg, rgba(212, 175, 55, 1.00) 0%, rgba(197, 179, 88, 1.00) 75.04%);
  background-image: -moz-linear-gradient(270deg, rgba(212, 175, 55, 1.00) 0%, rgba(197, 179, 88, 1.00) 75.04%);
  background-image: -o-linear-gradient(270deg, rgba(212, 175, 55, 1.00) 0%, rgba(197, 179, 88, 1.00) 75.04%);
  background-image: linear-gradient(180deg, rgba(212, 175, 55, 1.00) 0%, rgba(197, 179, 88, 1.00) 75.04%);
  text-shadow: 2px 2px 4px #000000;
}

.toggle-header {
  border: solid 1px #D4AF37;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  text-align: left;
  padding: 10px;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 24px;
  background-image: -webkit-linear-gradient(270deg, rgba(212, 175, 55, 1.00) 0%, rgba(197, 179, 88, 1.00) 75.04%);
  background-image: -moz-linear-gradient(270deg, rgba(212, 175, 55, 1.00) 0%, rgba(197, 179, 88, 1.00) 75.04%);
  background-image: -o-linear-gradient(270deg, rgba(212, 175, 55, 1.00) 0%, rgba(197, 179, 88, 1.00) 75.04%);
  background-image: linear-gradient(180deg, rgba(212, 175, 55, 1.00) 0%, rgba(197, 179, 88, 1.00) 75.04%);

}

.toggle-header .btn {
  font-size: 14px;
  color: #fff;
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-align: left;
}

.card {
  background-color: transparent;
  border: solid 1px #D4AF37;
  margin-bottom: 20px;
}

.btn-gold {
  border: solid 1px #D4AF37;
  border-radius: calc(0.25rem - 1px);
  overflow: hidden;
  letter-spacing: 2px;
  background-image: -webkit-linear-gradient(270deg, rgba(212, 175, 55, 1.00) 0%, rgba(197, 179, 88, 1.00) 75.04%);
  background-image: -moz-linear-gradient(270deg, rgba(212, 175, 55, 1.00) 0%, rgba(197, 179, 88, 1.00) 75.04%);
  background-image: -o-linear-gradient(270deg, rgba(212, 175, 55, 1.00) 0%, rgba(197, 179, 88, 1.00) 75.04%);
  background-image: linear-gradient(180deg, rgba(212, 175, 55, 1.00) 0%, rgba(197, 179, 88, 1.00) 75.04%);
  font-size: 14px;
  color: #fff;
  padding: 10px;
  margin: 0;
  text-decoration: none;
  text-align: left;
}

@media (max-width: 420px) {
  .toggle-header .btn {
    font-size: 12px;
  }
}

.mb-0 > a {
  display: block;
  position: relative;
}

.mb-0 > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}

.mb-0 > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}

.memberMenu {
  color: #222 !Important;
}

.background-picture {
  background: url('/bg-hp-4k.jpg') no-repeat fixed;
  background-size: cover;
}

@media (max-width: 1920px) {
  .background-picture {
    background: url('/bg-hp-fullHD.jpg') no-repeat fixed;
    background-size: cover;
  }
}

@media (max-width: 1024px) {
  .paralaxHome {
    background-size: 160%
  }

  .background-picture {
    background: url('/bg-hp-1024.jpg') no-repeat fixed;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .paralaxHome {
    background-size: 270%
  }

  .background-picture {
    background: url('/bg-hp-768.jpg') no-repeat fixed;
    background-size: cover;
  }
}

@media (max-width: 480px) {
  .paralaxHome {
    background-size: 700%
  }

  .joinFont {
    font-size: 11px;
  }

  .background-picture {
    background: url('/bg-hp-768.jpg') no-repeat fixed;
    background-size: cover;
  }
}

@media (max-width: 350px) {
  .joinFont {
    font-size: 9px;
  }
}


table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #c8ced3;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #c8ced3;
}

.table tbody + tbody {
  border-top: 2px solid #c8ced3;
}

.table .table {
  background-color: #e4e5e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #c8ced3;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #c8ced3;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c1e7f4;
}

.table-hover .table-primary:hover {
  background-color: #abdff0;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #abdff0;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f0f1f3;
}

.table-hover .table-secondary:hover {
  background-color: #e2e4e8;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e2e4e8;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cdedd8;
}

.table-hover .table-success:hover {
  background-color: #bae6c9;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #bae6c9;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fdd6d6;
}

.table-hover .table-danger:hover {
  background-color: #fcbebe;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fcbebe;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ecf1f1;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ecf1f1;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c5c6c8;
}

.table-hover .table-dark:hover {
  background-color: #b8b9bc;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b8b9bc;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #e4e5e6;
  background-color: #23282c;
  border-color: #343b41;
}

.table .thead-light th {
  color: #5c6873;
  background-color: #e4e7ea;
  border-color: #c8ced3;
}

.table-dark {
  color: #e4e5e6;
  background-color: #23282c;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #343b41;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
}

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s;
}

.form-check-input {
  margin-left: 0 !important;
}

.form-check-label {
  margin-left: 20px;
}

.page-wrapper .header-container {
    position: relative;
    z-index: 2000;
}

@media screen and (min-width: 992px) {
  #navbar-collapse-1 {
    justify-content: center;
    display: flex;
  }
}