.cont {
  max-width: 1180px;
  margin: 20px auto;
}
h2.qmod-heading {
  display: none;
}
.qmod-heading {
  padding: 8px 20px;
  margin-bottom: 15px;
}
.pure-g [class*="pure-u"] .qmod-panel {
  padding: 0;
}
.qmod-price-performers
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button {
  background-color: #dddddd;
  color: #111 !important;
  outline: 0 !important;
}

.qmod-price-performers
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button:hover,
.qmod-price-performers
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button:focus,
.qmod-price-performers
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button:active {
  background: #eaeaea;
  color: #111 !important;
}

.qmod-price-performers
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current {
  background: #0477d1;
}

.qmod-price-performers
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  background: #2288d8;
}

.qmod-tab-container .qmod-tab-list .qmod-tab-item {
  background-color: #f0f0f0;
}

.qmod-price-performers .qmod-popup .qmod-popup-title {
  padding: 10px 15px;
}

.qmod-price-performers .qmod-popup .qmod-weekh-con .qmod-weekh {
  margin-right: 0;
  margin-bottom: 15px;
}

.qmod-price-performers .dataTables_wrapper .dataTables_paginate {
  padding-top: 15px;
}
.qmod-price-performers
  table.qmod-table.dataTable
  tr.child
  td.child
  table
  td:first-child {
  padding-left: 30px;
  width: 120px;
}

.qmod-price-performers .qmod-mm-dropdowns select {
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #f0f0f0;
}
.qmod-price-performers .qmod-mm-dropdowns label {
  margin-left: 0;
  margin-right: 20px;
}

.qmod-price-performers table.qmod-table.dataTable.dtr-column > thead > tr > th {
  padding: 10px 12px 10px 4px;
}

.qmod-price-performers
  table.dataTable.qmod-price-performers-table.no-footer
  tbody
  td {
  padding: 10px 5px;
}

.qmod-price-performers table.dataTable thead th.sorting:after,
.qmod-price-performers table.dataTable thead th.sorting_asc:after,
.qmod-price-performers table.dataTable thead th.sorting_desc:after {
  top: 11px;
}

.qmod-price-performers table.dataTable thead th.sorting:after {
  color: #eee;
}

.qmod-price-performers .qmod-title {
  margin: 20px 0px 10px 0px;
}

.qmod-tab-container .qmod-tab-list .qmod-tab-item.qmod-active {
  font-weight: normal;
}

.qmod-price-performers .qmod-price-performers -table td {
  font-size: 1em;
}

.qmod-price-performers
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button {
  background-color: #dddddd;
  color: #111 !important;
  outline: 0 !important;
}

.qmod-price-performers
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button:hover,
.qmod-price-performers
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button:focus,
.qmod-price-performers
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button:active {
  background: #eaeaea;
  color: #111 !important;
}

.qmod-price-performers
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current {
  background: #0477d1;
}

.qmod-price-performers
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  background: #2288d8;
}

.qmod-price-performers .qmod-popup {
  border-radius: 5px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
}
.qmod-price-performers .qmod-popup .qmod-popup-title {
  background-color: #ffffff;
  font-size: 1.2em;
  line-height: 32px;
  color: #000;
  padding: 10px;
  padding-left: 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.qmod-price-performers .qmod-popup .qmod-popup-titlebar-buttons .qmod-btn {
  line-height: 24px;
  background: transparent;
  border: 0 !important;
  color: #777;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
}

.qmod-price-performers
  .qmod-popup
  .qmod-popup-titlebar-buttons
  .qmod-btn:hover {
  color: #111;
  background: #f3f3f3;
}
.qmod-price-performers .qmod-popup .qmod-popup-body {
  border-top: 0;
  padding: 20px 35px 35px 35px;
}

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