.cont {
  max-width: 1020px;
  margin: 20px auto;
}

.qmod-trades-historic .qmod-histrad-setting {
  padding: 0px 3px;
}

.qmod-trades-historic .qmod-options-pkr,
.qmod-trades-historic .qmod-submit-con,
.qmod-trades-historic .qmod-recent-con,
.qmod-trades-historic .qmod-historic-con {
  padding-top: 25px;
}

.qmod-heading {
  padding: 8px 20px;
  margin-bottom: 15px;
}

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

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

.qmod-trades-historic
  .qmod-table.qmod-trades-table.dataTable
  .qmod-trade-indicator,
th.qmod-textr.qmod-trade-shares,
td.qmod-textr.qmod-trade-shares,
th.qmod-textr.qmod-trade-price,
td.qmod-textr.qmod-trade-price {
  text-align: center;
}

.qmod-trades-historic
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button {
  color: #111 !important;
  background-color: #dddddd;
  border-color: #dddddd;
}
.qmod-trades-historic
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button:hover {
  color: #111;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.qmod-trades-historic
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button:active,
.qmod-trades-historic
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current {
  background-color: #0477d1;
  border-color: #0477d1;
  color: #fff;
}
.qmod-trades-historic
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button:active,
.qmod-trades-historic
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  background-color: #2288d8;
  border-color: #2288d8;
}
.qmod-trades-historic .dt-buttons .dt-button {
  background: #0477d1;
}
.qmod-trades-historic .dt-buttons .dt-button:hover {
  background: #2288d8;
}
.qmod-trades-historic .qmod-btn {
  outline: none !important;
}
.qmod-ui-tool .inner-addon i:hover {
  color: #000;
  transform: none;
  background: #f9f9f9;
}
.qmod-ui-tool .inner-addon i {
  border-radius: 50%;
}
.qmod-ui-tool input[type="date"],
.qmod-trades-historic input[type="text"] {
  border: solid 1px #ddd;
  border-radius: 0;
  box-shadow: none;
  background-color: #f0f0f0;
  outline: none !important;
}
.qmod-ui-tool input[type="text"]:focus,
.qmod-ui-tool input[type="text"].focus {
  border: solid 1px #ccc;
}
.qmod-btn.qmod-green:hover {
  background: #2ebd6a;
}
.qmod-trades-historic .ball-loader {
  color: rgba(105, 105, 105, 0.3);
}
.qmod-ui-tool a.qmod-dropdown_toggle .fa,
.qmod-ui-tool a.qmod-dropdown_toggle i {
  padding-right: 7px;
}
