.qmod-heading.qmod-hbg {
  display: none;
}
.qmod-brokerratings
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.next,
.qmod-brokerratings
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.previous,
.qmod-brokerratings .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #f6f6f6;
  color: #222222 !important;
}

.qmod-brokerratings
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.next:hover,
.qmod-brokerratings
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.previous:hover,
.qmod-brokerratings
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button:hover {
  background: #e3e3e3;
  color: #222222 !important;
}

.qmod-brokerratings .qmod-paginator .qmod-pagenum.qmod-btn-active,
.qmod-brokerratings .qmod-paginator .qmod-pagenum.qmod-btn-active:hover {
  background: #0477d1 !important;
  color: #fff !important;
}

.qmod-brokerratings .flag {
  width: 40px;
  height: 30px;
  padding: 0;
}

.qmod-brokerratings .CA,
.qmod-brokerratings .USA {
  background-position: center;
  background-size: 70%;
}

/* 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;
}
