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

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

.pure-g [class*="pure-u"] .qmod-panel {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qmod-pricehistory
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  background: #2288d8;
}
.qmod-pricehistory .qmod-ui-modal {
  max-width: 650px;
}
.qmod-ui-modal .qmod-ui-modal-titlebar .qmod-ui-modal-title {
  font-size: 1.2em;
  line-height: 32px;
  padding-left: 5px;
}
button.qmod-btn.qmod-modal-close {
  line-height: 24px;
  background: transparent;
  border: 0;
  color: #777;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.qmod-ui-modal .qmod-ui-modal-titlebar {
  padding: 10px;
  background-color: #ffffff;
  border-bottom: 0;
}
button.qmod-btn.qmod-modal-close:hover {
  color: #111;
  background: #f3f3f3;
}

.qmod-pricehistory .qmod-field-label-sm {
  border-bottom: 1px solid #ddd;
  margin-right: 0px;
}
.qmod-pricehistory-settings .pure-u-md-1-2:nth-child(even) .qmod-option-wrap {
  margin-right: 15px;
}
.qmod-pricehistory-settings .pure-u-md-1-2:nth-child(odd) .qmod-option-wrap {
  margin-left: 15px;
}
.qmod-pricehistory .qmod-icon-toggle-icon .fa-toggle-off {
  color: #ccc;
}
.qmod-pricehistory .qmod-icon-toggle-icon .fa-toggle-on {
  color: #50a750;
}

.qmod-ui-tool input[type="date"],
.qmod-ui-tool 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 {
  border: solid 1px #ccc;
}

.qmod-ui-tool .inner-addon i:hover {
  color: #000;
  transform: none;
  background: #f9f9f9;
  border-radius: 50%;
}
.qmod-btn-icon {
  width: 49%;
}
.qmod-btn {
  padding: 10px 15px;
}
.qmod-btn.qmod-darkblue {
  background: #0477d1;
}
.qmod-btn.qmod-darkblue:hover {
  background: #0286ef;
}
.qmod-btn.qmod-green {
  background: #1aaf25;
}
.qmod-btn.qmod-green:hover {
  background: #23bf2e;
}
.qmod-pricehistory .qmod-ui-modal {
  min-height: 300px;
}
.qmod-pricehistory .qmod-last-label {
  padding-bottom: 0;
  text-align: right;
}
.qmod-btn.qmod-btn-link {
  padding: 5px 10px;
  text-decoration: none;
  color: #111;
  background-color: transparent;
}
.qmod-btn.qmod-btn-link:hover {
  color: #111;
  background-color: #f5f5f5;
}
h2.qmod-heading {
  font-size: 20px;
  padding: 0 20px;
}
.qmod-heading-toolname {
  padding-top: 6px;
  display: inline-block;
}
/* this is for the 52 week top bars*/
.qmod-pricehistory .qmod-quotehead .qmod-barpct {
  background-color: #0477d1;
  padding-top: 2px;
  padding-bottom: 2px;
}
i.fa.fa-caret-down {
  font-size: 20px;
  margin-top: -3px;
  color: #444;
}
