.marketcap-table a,
.marketcap-table a:hover {
  color: #212529;
}
.navbar-collapse {
  width: 100%;
}
body {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(240, 240, 240, 1) 100%
    )
    no-repeat top;
  background-size: 100% 500px;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}
td.fav img {
  padding-bottom: 2px;
  padding-top: 2px;
  cursor: pointer;
  width: 22px;
  height: 22px;
}
.formfield-container {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
div.label {
  font-size: 18px;
  font-weight: bold;
  padding-top: 7px;
}
.form-input {
  width: 100%;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  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;
}
.form-input:focus {
  border-color: orange;
  outline: 0;
  box-shadow: none;
}
.button-padding-7 {
  padding: 7px;
}
.header-actions .header-button {
  cursor: pointer;
  border-radius: 8px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #444;
  background-color: #efefef;
  font-size: 16px;
  margin-right: 15px;
}
.header-button .fav-icon,
.header-button .account-icon {
  vertical-align: bottom;
  height: 24px;
  width: 16px;
}
.dark .header-actions .header-button {
  color: #fff;
  background-color: #343e59;
}
.input-error {
  color: #ff0000;
}
.form-input.error {
  border-color: #ff0000;
}
.formfield-container {
  padding: 8px;
}
body.dark {
  background: linear-gradient(
      0deg,
      rgba(52, 62, 89, 1) 0%,
      rgba(58, 64, 74, 1) 100%
    )
    no-repeat top;
  background-size: 100% 500px;
}
body,
.marketcap-table,
.site-header-row,
.nav-bar-companiesmarketcap,
.typeahead-search-results,
.form-control:focus,
.dropdownSelectSort {
  background-color: #fff;
}
body.dark,
.dark .marketcap-table,
.dark .nav-bar-companiesmarketcap,
.dark .typeahead-search-results,
.dark .form-control:focus,
.dark .dropdownSelectSort {
  background-color: #343e59;
}
.dark .dropdownSelectSort,
.dark .site-header-row,
.dark .ranking-bar span.option,
.dark .footer-container,
.dark .page-link,
.dark .nav-bar-companiesmarketcap,
.dark .typeahead-search-results,
.dark .marketcap-table,
.dark .profile-container,
.dark .dropdown-menu {
  background-color: #2b2d3e;
  color: #ffffff;
}
.dark .ranking-bar,
.dark .bottom-table-description {
  color: #ffffff;
}
.dark-shown {
  display: none;
}
.dark .dark-shown {
  display: inline;
}
.dark .dark-hidden {
  display: none;
}
.bottom-table-description {
  color: #495057;
}
#chartdiv {
  width: 100%;
  height: 500px;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.site-header-announcement {
  background-color: #fff7aa;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.dark .site-header-announcement {
  background-color: #6b6204;
}
.company-logo {
  margin-top: 5px;
  height: 32px;
  width: 32px;
}
.company-name {
  font-size: 20px;
}
.company-code {
  font-size: 12px;
  opacity: 0.6;
}
.site-header {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*opacity: 0.8;*/
  font-size: 13px;
  padding-left: 20px;
  margin-bottom: 6px;
  margin-top: 6px;
}
.h1-title {
  color: #444;
}
.dark .h1-title {
  color: #fff;
}
.dark .ranking-bar span.active {
  color: #ffa500;
}
.dark .ranking-bar span.option {
  border-color: #808080;
}
.p-5px {
  padding: 5px;
}
.company-outliner,
table.marketcap-table .company-outliner .name-td {
  background-color: #fff;
}
.precious-metals-outliner,
table.marketcap-table .precious-metals-outliner .name-td {
  background-color: #fffccc;
}

.etf-outliner,
table.marketcap-table .etf-outliner .name-td {
  background-color: #aaffff;
}

.crypto-outliner,
table.marketcap-table .crypto-outliner .name-td {
  background-color: #ffaaff;
}
.dark .company-outliner,
.dark table.marketcap-table .crypto-outliner .name-td {
  background-color: #2b2d3e;
}
.dark .precious-metals-outliner,
.dark table.marketcap-table .precious-metals-outliner .name-td {
  background-color: #645000;
  color: #fff;
}
.dark .etf-outliner,
.dark table.marketcap-table .etf-outliner .name-td {
  background-color: #0080ff;
}
.dark .crypto-outliner,
.dark table.marketcap-table .crypto-outliner .name-td {
  background-color: #519;
}
.alert {
  text-align: center;
  font-size: 20px;
  background-color: #fa4444;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  padding: 11px;
}
.error-alert {
  background-color: #fa4444;
  color: #fff;
}
.success-alert {
  background-color: #05b169;
  color: #fff;
}

.ranking-bar {
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  color: #444444;
}
.ranking-bar span.option {
  color: #666;
  border-width: 2px;
  border-style: solid;
  border-color: #dadada;
  border-radius: 22px;
  height: 18px;
  white-space: nowrap;
  padding: 6px 10px;
  white-space: normal;
  position: relative;
  background-color: #ffffff;
  font-weight: 400;
  white-space: nowrap;
  margin-left: 2px;
}
.ranking-bar span.option:hover {
  color: #444;
}
.dark .ranking-bar span.option:hover {
  color: #fff;
}
.ranking-bar a {
  line-height: 46px;
}
.ranking-bar a:hover {
  text-decoration: none;
}
.ranking-bar span.active {
  background-color: #ffffff;
  color: #222;
  border-color: #666;
}
.ranking-bar span.ranked-by {
  margin-right: 5px;
}
.table-container,
.container {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 100%;
  overflow-x: auto;
}
.table-container.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.table-container table.marketcap-table {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.bottom-table-description {
  margin-top: 15px;
}
.signin-btn {
  height: 22px;
  background: none;
  border-width: 1px;
  border-style: solid;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #444444;
  margin-right: 20px;
  border-radius: 19px;
  font-size: 14px;
  font-weight: 800;
  color: #212529;
  border: none;
}
.percentage-red,
.text-red {
  color: #fa4444;
}
.percentage-green,
.text-green {
  color: #05b169;
}
.percentage-green svg.a,
.percentage-red svg.a {
  height: 17px;
  padding-bottom: 2px;
  padding-top: 0;
  vertical-align: text-bottom;
  margin-right: 2px;
}
.percentage-green svg.a {
  fill: #6e6;
}
.dark .percentage-green svg.a {
  fill: #05b169;
}
.percentage-red svg.a {
  fill: #fb7777;
}
.dark .percentage-red svg.a {
  fill: #fa4444;
}
table th.sorting {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
.marketcap-table {
  font-size: 18px;
  border-radius: 5px;
}
.marketcap-table th {
  font-weight: 500;
  color: #444;
}
table.marketcap-table td {
  padding-top: 20px;
  white-space: nowrap;
}
table.marketcap-table td.name-td {
  padding-top: 0.5rem;
  white-space: normal;
}
.name-td .logo-container {
  padding-top: 0.25rem;
  float: left;
}
.name-td .name-div {
  padding-left: 3rem;
}
.table thead th {
  border-bottom: none;
  border-top: none;
}
.marketcap-table td span.rank {
  color: #000000;
  background-color: #dee2e6;
  padding: 2px;
  border-radius: 2px;
  margin-right: 5px;
}
.table.marketcap-table th {
  border-top: none;
  box-sizing: border-box;
}
.table.marketcap-table td {
  border-top: 1px solid #e8e8e8;
}
.marketcap-table tbody tr:hover {
  background-color: #f8fafd;
}
.marketcap-table tbody tr:hover td {
  background-color: #f8fafd !important;
}
.dark .marketcap-table tbody tr:hover {
  background-color: #223144;
}
.dark .marketcap-table tbody tr:hover td {
  background-color: #223144 !important;
}
table.marketcap-table .name-td,
table.dataTable thead > tr > th.th-name {
  position: sticky;
  background-color: #fff;
  left: 0;
  z-index: 100;
}
.dark table.marketcap-table .name-td,
.dark table.dataTable thead > tr > th.th-name {
  background-color: #2b2d3e;
}
.sparkline-td {
  padding-top: 5px !important;
}
.sparkline-td svg {
  stroke-width: 2px;
  fill: none;
  height: 50px;
  width: 160px;
}
.sparkline-td.red svg {
  stroke: #fa4444;
}
.sparkline-td.green svg {
  stroke: #05b169;
}
svg .cursorText {
  fill: #2a2a2a;
}
.dark svg .cursorText {
  fill: #fff;
}
svg .cursorText2 {
  fill: #808080;
}
.dark svg text.small {
  fill: #fff;
}
@media only screen and (min-width: 1340px) {
  .table-container,
  .bottom-table-description,
  .container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-section {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.footer-container {
  padding: 20px;
  background-color: #f5f7f7;
}
.nav-bar-companiesmarketcap {
  border-width: 1px 0px 1px 0px;
  border-color: #dee2e6;
  border-style: solid;
  margin-bottom: 15px;
  margin-top: 0px;
  padding: 0rem 1rem 0rem 1rem;
  display: flex;
  position: relative;
  align-items: center;
}
.navbar-nav .nav-link.nav-link-companiesmarketcap {
  margin-left: 10px;
  font-weight: 500;
  color: #666;
  padding: 17px 0.5rem 17px 0.5rem;
}
.navbar-nav .nav-link.nav-link-companiesmarketcap:hover {
  color: #444;
  text-decoration: none;
}
.navbar-nav .nav-link img {
  max-width: 18px;
  vertical-align: sub;
  margin-right: 3px;
}
ul.navbar-nav {
  margin-left: auto;
  margin-right: auto;
  width: 1220px;
}
.navbar-toggler-icon {
  width: 2em;
  height: 2em;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}
.megamenu .row {
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.dropdown-menu.megamenu {
  border-width: 0px 0px 1px 0px;
}
.border-left {
  border-color: #dadada;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdownSelectSort {
  border: 1px solid #ced4da;
  padding: 0px 8px 0px 8px;
  font-size: 1.75rem;
}
#company-tab-menu {
  width: 100%;
  margin-top: 20px;
}
.info-box {
  float: left;
  width: 33%;
  text-align: left;
}
.info-box .line1 {
  font-size: 24px;
}
.info-box .line2 {
  font-size: 14px;
  color: #8f8f8f;
}
.company-description {
  max-height: 190px;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.company-description::-webkit-scrollbar {
  display: none;
}
.info-box-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.info-box-container .row {
  padding-bottom: 20px;
}
.category-stats-bar {
  text-align: center;
  opacity: 0.8;
}
.category-stats-bar .companies-count {
  margin-right: 15px;
}
.category-stats-bar span.actions {
  margin-left: 15px;
}
.category-stats-bar .actions img {
  height: 16px;
  vertical-align: baseline;
}
.responsive-shown {
  display: none;
}
.responsive-shown-inline {
  display: none;
}
.thead-copy {
  position: fixed;
  z-index: 100;
  top: 0px;
  background-color: #fff;
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-color: #f7f7f7;
}
.dark .thead-copy {
  background-color: #2b2d3e;
  border-color: #343e59;
}
.table .thead-copy th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media only screen and (max-width: 996px) {
  .ranking-bar {
    overflow-x: auto;
    white-space: nowrap;
  }
  .ranking-bar .more-option {
    display: none;
  }
  .table-container,
  .bottom-table-description,
  .container {
    margin-left: 0;
    margin-right: 0;
  }
  rh,
  .responsive-hidden {
    display: none;
  }
  .responsive-shown {
    display: block;
  }
  .responsive-shown-inline {
    display: inline;
  }
  .company-logo-container {
    float: left;
    padding-right: 40px;
  }
  .company-logo-container img {
    width: 64px;
    height: 64px;
  }
  .company-title-container .company-name {
    font-size: 30px;
  }
  .company-title-container .company-code {
    display: none;
  }
}
@media (max-width: 1260px) {
  .navbar.nav-bar-companiesmarketcap #navbarSupportedContent {
    width: 100%;
  }
  body .megamenu .row {
    width: 100%;
  }
}
.badge.category-badge {
  font-size: 16px;
  margin-right: 5px;
  border: 1px solid #ced4da;
  background-color: transparent;
  border-radius: 14px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.badge.category-badge:hover {
  background-color: #f4f4f4;
}
.info-box.categories-box {
  width: 100%;
  padding-top: 5px;
}
.categories-box .line2 {
  padding-top: 5px;
}
@media (min-width: 992px) {
  body .tab-medium-hide {
    display: block;
  }
  body .tab-medium-show {
    display: none;
  }
  .navbar #navbarSupportedContent {
    float: left;
    max-width: 650px;
    display: flex !important;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.navbar-collapse-container {
  width: 1220px;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}
.search-form {
  float: right;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.search-form input.search-input {
  width: 250px;
}
.search-form .btn-search {
  background-color: transparent;
  border-width: 0;
  cursor: default;
  position: absolute;
  height: 25px;
  width: 25px;
  right: 8px;
  top: 18px;
}
.search-form .btn-search svg {
  vertical-align: baseline;
}
.typeahead-search-results {
  z-index: 10000;
  display: none;
  position: absolute;
  top: 50px;
  width: 250px;
  border: 1px #ced4da solid;
  padding: 10px;
}
.dark .typeahead-search-results {
  border: 1px #6c6c6c solid;
}
.form-control:focus {
  color: #495057;
  border-color: orange;
  outline: 0;
  box-shadow: none;
}
.color-dark-grey {
  color: #495057;
}
.position-relative {
  position: relative;
}
.dropdown .dropdown-menu {
  -webkit-box-shadow: 8px 11px 33px -22px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 8px 11px 33px -22px rgba(0, 0, 0, 0.75);
  box-shadow: 8px 11px 33px -22px rgba(0, 0, 0, 0.75);
}
.dropdown-menu.currency-menu {
  top: auto;
  left: auto;
}
span.currency-code {
  width: 36px;
  display: inline-block;
}
span.symbol {
  width: 16px;
  display: inline-block;
}
.dropdown #dropdownSortDisplay {
  font-size: 1.5rem;
  min-width: 250px;
  position: absolute;
  transform: translate3d(781px, 44px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
  display: none;
}
.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.mover.up .arrow {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.mover.down .arrow {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
td .mover {
  padding-right: 15px;
  white-space: nowrap;
  margin-left: -15px;
}
td .mover.up {
  color: #05b169;
}
td .mover.up i {
  border-color: #05b169;
}
td .mover.down {
  color: #fa4444;
}
td .mover.down i {
  border-color: #fa4444;
  margin-bottom: 3px;
}
.header-actions a {
  text-decoration: none;
}
.header-actions svg {
  fill: #444444;
}
.dark {
  background-color: #050510;
  color: #fafafa;
}
.dark .header-actions svg {
  fill: #ffffff;
}
.dark .percentage-green,
.dark .text-green {
  color: #afa;
}
.dark .footer a {
  color: #ffffff;
}
.dark .percentage-red,
.dark .text-red {
  color: #fa5555;
}
.dark .nav-bar-companiesmarketcap {
  border-color: #343e59;
}
.dark .nav-link.nav-link-companiesmarketcap {
  color: #fafafa !important;
}
.dark tr.cryptocurrency-outliner {
  background-color: #000ccc;
}
.dark a,
.dark a:hover {
  color: #fff;
}
.dark .dropdown-menu {
  border-color: #bababa;
}
.dark .dropdown-item:hover,
.dark .dropdown-item:focus {
  background-color: #11131d;
}
.dark .dropdown-item {
  color: #fafafa;
}
.dark .marketcap-table a,
.dark .marketcap-table a:hover {
  color: #fafafa;
}
.navbar-light .navbar-toggler {
  border: none;
  margin: 0.25rem 0rem 0.25rem 0rem;
}
.dark .navbar-light .navbar-toggler-icon {
  background-color: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#bababa' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.dark .badge.category-badge {
  color: #fafafa;
}
.dark .background-ya {
  background-color: #030729;
}
.dark .dropdownSelectSort {
  border-color: #252d3f;
}
.dark .nav-tabs .nav-link {
  color: #fff;
}
.dark .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: #2b2d3e;
  border-color: #dee2e6 #dee2e6 #2b2d3e;
}
.dark .badge.category-badge:hover {
  background-color: #444444;
}
.dark .search-form input.search-input {
  background-color: #343e59;
  border-color: #6c6c6c;
  color: #fff;
}
.dark .marketcap-table th {
  color: #fff;
}
.dark .table td {
  border-top: 1px solid #343e59;
}
.dark td .mover.up {
  color: #afa;
}
.dark td .mover.up i {
  border-color: #afa;
}
.dark td .mover.down {
  color: #fa5555;
}
.dark td .mover.down i {
  border-color: #fa5555;
  margin-bottom: 3px;
}
.dark .social-media-icons svg {
  fill: #fff;
}
.company-profile-logo {
  height: 128px;
  width: 128px;
}
.profile-container {
  background-color: #fff;
  padding: 8px;
  margin-left: 15px;
  margin-right: 15px;
}
.profile-nav {
  margin-left: 15px;
  margin-right: 15px;
}
.profile-container h3 {
  text-align: center;
  font-size: 22px;
}

/* data tables */

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 8px;
  position: absolute;
  top: 12px;
  content: "\25B2";
  font-weight: 900;
  font-size: 10px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
  content: "\25BC";
  font-weight: 900;
  right: 8px;
  top: 20px;
  position: absolute;
  font-size: 10px;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 22px;
}

table.dataTable {
  clear: both;
  margin-top: 10px;
  margin-bottom: 6px;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive
  > div.dataTables_wrapper
  > div.row
  > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive
  > div.dataTables_wrapper
  > div.row
  > div[class^="col-"]:last-child {
  padding-right: 0;
}

@media only screen and (min-width: 1560px) {
  .table-container,
  .container {
    max-width: 1400px;
  }
  .ranking-bar {
    max-width: 1350px;
  }
  .site-header {
    font-size: 14px;
    max-width: 1380px;
  }
  .navbar-collapse-container {
    width: 1320px;
    max-width: 1370px;
  }
  h1 {
    font-size: 2rem;
  }
  body {
    font-size: 18px;
  }
  .dropdown-item {
    font-size: 18px;
  }
  .search-form input.search-input {
    width: 340px;
    font-size: 18px;
  }
  .typeahead-search-results {
    width: 340px;
  }
  .ranking-bar {
    font-size: 18px;
  }
  .company-logo {
    height: 38px;
    width: 38px;
  }
  .typeahead-search-results .company-logo {
    height: 36px;
    width: 36px;
  }
  table.marketcap-table td {
    padding-top: 26px;
    padding-bottom: 12px;
  }
  table.marketcap-table td.name-td {
    padding-top: 14px;
    white-space: normal;
  }
  .name-td .name-div {
    padding-left: 3.5rem;
  }
  .company-name {
    font-size: 22px;
  }
  .info-box .line2 {
    font-size: 16px;
  }
  .company-title-container .company-code {
    font-size: 14px;
  }
  .footer-section {
    max-width: 1380px;
  }
  table.marketcap-table {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .sparkline-td svg {
    margin-top: 12px;
  }
  body .info-icon.in-text-tooltip {
    padding-bottom: 4px;
    padding-top: 6px;
  }
}
@media only screen and (min-width: 997px) {
  .expandable-rank {
    display: none;
  }
}
@media only screen and (min-width: 996px) and (max-width: 1559px) {
  table.marketcap-table {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
.hidden {
  display: none !important;
}
body .hidden {
  display: none !important;
}
.overflow-hidden {
  overflow: hidden;
}
.tooltip-style {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  background-color: #222;
  color: #fff;
  border-radius: 10px;
}
.page-link {
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* POPUP */
.popup-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 10001;
  background-color: #888;
}
.dark .popup-overlay {
  background-color: #222;
}
.dark .popup {
  background-color: #343e59;
}
.popup {
  z-index: 10002;
  background-color: #fff;
  width: 800px;
  padding: 20px;
  border-radius: 26px;
  margin: auto;
  vertical-align: middle;
  position: relative;
}
.popup-container {
  position: fixed;
  z-index: 100000;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.popup-title {
  font-size: 30px;
  text-align: center;
}
.popup-title img {
  height: 30px;
  vertical-align: bottom;
  padding-bottom: 2px;
  margin-right: 5px;
}
.popup-body {
  padding-top: 15px;
  font-size: 18px;
}
.popup-col-80 {
  width: 80%;
  float: left;
}
.popup-col-20 {
  width: 20%;
  float: left;
}
.popup-columns {
  clear: both;
}
.popup-columns > div {
  padding-bottom: 10px;
  padding-top: 5px;
}
.report-popup textarea {
  width: 90%;
  height: 150px;
}
.popup-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}
.popup-close-icon {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2IoNjgsIDY4LCA2OCknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J001LDUgTDI1LDI1IE01LDI1IEwyNSw1Jy8+PC9zdmc+);
  width: 25px;
  height: 25px;
  display: block;
}
.popup-success {
  text-align: center;
  background-color: #05b169;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 20px;
  width: 100%;
  border-radius: 10px;
  font-weight: bold;
}
.popup-error {
  text-align: center;
  background-color: #fa4444;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 20px;
  width: 100%;
  border-radius: 10px;
  font-weight: bold;
}

.popup-buttons {
  clear: both;
  padding-top: 15px;
  width: 100%;
}
.popup-buttons-2 > div {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.popup-buttons-2 {
  clear: both;
}
.popup-buttons-2 button {
  width: 100%;
}
.popup-greeting {
  padding-bottom: 10px;
}
.option-title {
  font-size: 22px;
  font-weight: 700;
}
.button-secondary {
  background-color: transparent;
  color: orange;
  border: orange 2px solid;
}
.button-primary {
  background-color: orange;
  color: #fff;
  border: orange 2px solid;
}

.button-delta-app-v3,
.button-delta-app-v4 {
  font-size: 20px;
  color: #6236ff;
  border: 3px solid #6236ff;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: transparent;
}

.button-delta-app-v5 {
  font-size: 18px;
  border-width: 2px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  font-size: 16px;
  margin-right: 5px;
  border: 1px solid #ced4da;
  background-color: transparent;
  border-radius: 14px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.button-delta-app-v6 {
  color: #444;
  background-color: #e0e0e0;
  border: 0;
  padding: 7px;
  border-radius: 8px;
  font-size: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.dark .button-delta-app-v6 {
}
button {
  border-radius: 6px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 22px;
  cursor: pointer;
}
.dark .popup-close-icon {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2IoMjU1LCAyNTUsIDI1NSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J001LDUgTDI1LDI1IE01LDI1IEwyNSw1Jy8+PC9zdmc+);
}
.report-notes {
  opacity: 0.6;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: orange;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-container.checkbox-disabled {
  cursor: default;
  background-color: #ccc;
}
.checkbox-container.checkbox-disabled input:checked ~ .checkmark {
  background-color: #ccc;
}

@media only screen and (max-width: 400px) {
  .search-form input.search-input {
    width: 200px;
    padding-right: 25px;
  }
  .site-header {
    padding-left: 10px;
  }
  .info-box .line1 {
    font-size: 20px;
  }
}

.dropdown.currency-dropdown {
  display: inline;
  position: relative;
}

.currency-dropdown .dropdown-menu {
  left: -40px;
}

@media only screen and (max-width: 480px) {
  body .currency-dropdown .dropdown-menu {
    width: 100%;
    right: 0;
    position: absolute;
    left: 0;
  }

  body .dropdown.currency-dropdown {
    position: static;
  }

  body .header-actions .header-button {
    margin-right: 10px;
  }
}

/* EOD row */
.eod-marketcap-rows {
  text-align: center;
  clear: both;
}
.eod-marketcap-rows .eod-col {
  width: 25%;
  max-width: 25%;
  float: left;
  padding-bottom: 10px;
}
@media (max-width: 996px) {
  .eod-marketcap-rows .eod-col {
    width: 50%;
    max-width: 50%;
  }
  .profile-container {
    margin-left: 5px;
    margin-right: 5px;
  }
  .profile-nav {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 400px) {
  .eod-marketcap-rows .eod-col {
    width: 100%;
    max-width: 100%;
  }
  body .header-actions .header-button {
    margin-right: 5px;
  }
}
.eod-marketcap-rows .marketcap {
  font-weight: bold;
}
.eod-marketcap-rows .info-icon {
  height: 20px;
  vertical-align: bottom;
  padding-bottom: 3px;
  cursor: pointer;
}
/* End of EOD row */

.info-box a {
  text-decoration: none;
  color: #212529;
}
.dark .info-box a {
  color: #fff;
}

.max-width-650px-shown {
  display: none;
}

@media only screen and (max-width: 720px) {
  .max-width-720px-hidden {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  .max-width-650px-hidden {
    display: none;
  }
  .max-width-650px-shown {
    display: block;
  }
  .company-title-container .company-name.long-company-name {
    font-size: 22px;
  }
  .ranking-bar a {
    line-height: 38px;
  }
  .table-container,
  .marketcap-table,
  .bottom-table-description,
  .container {
    font-size: 14px;
  }
  .company-name {
    font-size: 16px;
  }
  .rh-sm {
    display: none;
  }
  h1,
  h1.h1-title {
    font-size: 22px;
  }
  .category-stats-bar {
    font-size: 15px;
  }
  .ranking-bar {
    font-size: 14px;
  }
  .popup-title {
    font-size: 22px;
  }
  .popup-buttons-2 > div {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.table td {
  padding: 0.5rem;
}
h1 {
  font-size: 1.75rem;
}
h2 {
  font-size: 1.25rem;
}
h2.big {
  font-size: 1.75rem;
}
tr.cryptocurrency-outliner {
  background-color: #fffccc;
  opacity: 1;
}
.dropdown-toggle::after {
  color: #808080;
}
.padding-lr-15px {
  padding-left: 15px;
  padding-right: 15px;
}
.margin-lr-15px {
  margin-left: 15px;
  margin-right: 15px;
}
.background-ya {
  padding: 4px;
  background-color: #fffaaa;
}
.background-yb {
  background-color: #fffbbb;
}
.table td.td-right {
  text-align: right;
  padding-right: 25px;
}
.lexicon-container {
  font-size: 18px;
}
.lexicon-container h1 {
  font-size: 2.5rem;
  padding-top: 10px;
  padding-bottom: 20px;
}
.lexicon-container h2 {
  font-size: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
svg text,
svg p {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer a {
  color: #000000;
}
.footer a:hover {
  color: #000000;
}
.dark .footer a:hover {
  color: #fff;
}
.other-definitions-container {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.header-actions {
  float: right;
  padding-right: 30px;
}
.header-seperator {
  display: inline;
  height: 100%;
  border-color: #dee2e6;
  border-style: solid;
  border-width: 0 2px 0 0;
  margin-left: 15px;
  margin-right: 15px;
}
.dark .dark-hidden {
  display: none;
}
.dark .dark-shown {
  display: inline;
}
.dark-shown {
  display: none;
}
button:focus:not(:focus-visible) {
  outline: none;
}
table th {
  white-space: nowrap;
}
.w-100 {
  width: 100%;
}
.companiesmarketcap-logo {
  height: 30px;
  width: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 55 55' width='30' height='30' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='40' rx='10' ry='8' width='15' height='15' style='fill:orange;'/%3E%3Crect x='20' y='25' rx='10' ry='8' width='15' height='30' style='fill:orange;'/%3E%3Crect x='40' y='5' rx='10' ry='8' width='15' height='50' style='fill:orange;'/%3E%3C/svg%3E");
}
.clear-both {
  clear: both;
}
.info-icon.ttm-dates-info-icon {
  height: 25px;
  vertical-align: top;
  padding-bottom: 4px;
  padding-top: 6px;
  cursor: pointer;
}
.info-icon.in-text-tooltip {
  margin-left: 2px;
  margin-right: 2px;
  padding-bottom: 6px;
  padding-top: 4px;
}

/* chart CSS */
.companiesmarketcap-chart .chart-line-horizontal {
  fill: #dedede;
  height: 1px;
}
.dark .companiesmarketcap-chart .chart-line-horizontal {
  fill: #808080;
}
.companiesmarketcap-chart .chart-cursor-line {
  fill: #dedede;
}
.dark .companiesmarketcap-chart .chart-cursor-line {
  fill: #808080;
}
.chart-sparkline-fill {
  fill: #fff4e4;
}
.dark .chart-sparkline-fill {
  fill: #2b2d5e;
}
.cursor-circle {
  stroke: #fff;
}
.dark .cursor-circle {
  stroke: #2b2d3e;
}
.chart-line-horizontal.zero-line {
  stroke-width: 2px;
  stroke-dasharray: 4;
  stroke: #808080;
}
a.text-underline {
  text-decoration: underline;
}
.companiesmarketcap-chart .chart-bar {
  fill: orange;
}
.dropdown-menu.dropdown-menu-right {
  right: 0;
  left: auto;
}

.close-ad {
  border-radius: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 18px;
  color: #fff;
  border: none;
  background-color: #444;
  margin-top: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
.close-ad:hover {
  background-color: #666;
}

.b-container1 {
  min-height: 30px;
}
table span.year {
  min-width: 40px;
  display: inline-block;
}

.alert-warning-delisted {
  padding: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
.dark .alert-warning {
  color: #fff;
  background-color: #7d3700;
  border-color: #7d3700;
}
.currency-symbol-left {
  padding-right: 2px;
  opacity: 0.7;
}
.fav-btn {
  border: 0;
  background-color: #e0e0e0;
  padding: 0 5px;
}
.fav-btn img {
  padding-top: 4px;
  height: 24px;
}
.tab-medium-hide {
  display: none;
}
.tab-medium-show {
  display: block;
}
.show-scroll-separator .name-td:after {
  display: block;
  content: "";
  background: linear-gradient(90deg, rgb(232, 232, 232, 0.5), transparent);
  width: 4px;
  position: absolute;
  right: -3px;
  height: 100%;
  top: 0;
}
.dark .show-scroll-separator .name-td:after,
.dark .show-scroll-separator .th-name .afterElem {
  background: linear-gradient(90deg, rgb(52, 62, 89, 0.6), transparent);
}
.show-scroll-separator .th-name .afterElem {
  display: block;
  content: "";
  background: linear-gradient(90deg, rgb(232, 232, 232, 0.5), transparent);
  width: 4px;
  position: absolute;
  right: -3px;
  height: 100%;
  top: 0;
}

.flag.flag16 {
  width: 16px;
  height: 16px;
}
