.cont {
  max-width: 1180px;
  margin: 20px auto;
}
h2.qmod-heading {
  display: none;
}
.qmod-heading {
  padding: 8px 20px;
  margin-bottom: 15px;
}

.qmod-topperformers .qmod-tool-wrap {
  margin: 0px 15px;
}

.qmod-topperformers table.qmod-table.dataTable.dtr-column > thead > tr > th {
  padding: 10px 12px 10px 5px;
}
.qmod-topperformers table.dataTable.qmod-table.no-footer tbody td {
  padding: 10px 0px 10px 10px;
}

.qmod-control-panel,
.qmod-topperformers .qmod-control-segment {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 10px;
}

.qmod-topperformers .qmod-control-segment .qmod-control-btn {
  background-color: #ddd;
  color: #000;
}

.qmod-topperformers .qmod-control-segment .qmod-control-btn:hover {
  background-color: rgba(221, 221, 221, 0.795);
}

.qmod-topperformers .qmod-popup-wrapper .qmod-popup .qmod-popup-title {
  border-radius: 4px 4px 0px 0px;
  background-color: #0477d1;
  font-size: 14px;
  padding: 10px;
}

.qmod-topperformers
  .qmod-popup-wrapper
  .qmod-popup
  .qmod-popup-titlebar-buttons {
  top: 5px;
}

/* tabs */
.qmod-ui-tool .qmod-tab-container .qmod-tab-list .qmod-tab-item {
  background: none;
  border: none;
}
.qmod-ui-tool .qmod-tab-container .qmod-tab-list .qmod-tab-item.qmod-active {
  font-weight: normal;
}

.qmod-tab-container {
  top: 0;
}
.qmod-tab-container .qmod-tab-list .qmod-tab-item.qmod-active {
  font-weight: normal;
}
.qmod-tab-container .qmod-tab-list .qmod-tab-item {
  list-style: none;
  display: inline-block;
  padding: 8px;
  border-color: transparent;
  border-width: 0px;
  border-style: solid;
  border-radius: 0;
  border-bottom: 0;
  margin: 5px 0 0 0px;
  text-align: center;
  background-color: transparent;
  position: relative;
}

li.qmod-tab-item.qmod-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #0477d1;
}

.qmod-tab-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 3px;
  background: transparent;
  transition: all 0.3s;
}

li.qmod-tab-item.qmod-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #0477d1;
}
.qmod-tab-container
  .qmod-tab-list
  .qmod-tab-item
  .qmod-tab-item-link
  .qmod-tab-text {
  padding: 6px 17px 6px 24px;
}
.qmod-tab-text i {
  display: none !important;
  width: 0;
  opacity: 0;
  overflow: hidden;
}
.qmod-mini-tool table.qmod-table.dataTable th:focus,
.qmod-mini-tool table.qmod-table.dataTable td:focus {
  border: 0 !important;
}
.qmod-minimarketindices-table-con {
  margin-top: 15px;
}
.qmod-mini-tool
  table.dataTable.qmod-minimarketindices-table.no-footer
  tbody
  tr:hover {
  background-color: #eee;
}
.qmod-topperformers .qmod-control-segment .qmod-date {
  order: 1;
}
