a.qmod-tooltip {
  color: #555 !important;
  text-decoration: none;
}
a.qmod-tooltip:hover {
  text-decoration: none !important;
}
#qmod-tooltip {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: normal;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 3px;
  color: #000;
  background: #fff;
  position: absolute;
  z-index: 100000;
  padding: 15px;
  max-width: 350px;
}
#qmod-tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#qmod-tooltip:before {
  top: 100%;
  left: 50%;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#qmod-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#qmod-tooltip:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 13px;
  margin-left: -13px;
}
#qmod-tooltip.top:after {
  top: auto;
  bottom: 100%;
}
#qmod-tooltip.top:before {
  top: auto;
  bottom: 100%;
}
#qmod-tooltip.top:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#qmod-tooltip.top:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 13px;
  margin-left: -13px;
}
#qmod-tooltip.left:after {
  right: 100%;
  left: auto;
  top: 50%;
  bottom: auto;
}
#qmod-tooltip.left:before {
  right: 100%;
  left: auto;
  top: 50%;
  bottom: auto;
}
#qmod-tooltip.left:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
  margin-left: -60px;
}
#qmod-tooltip.left:before {
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #ccc;
  border-width: 13px;
  margin-top: -13px;
  margin-left: -65px;
}
#qmod-tooltip.right:after {
  right: auto;
  left: 100%;
  top: 50%;
  bottom: auto;
}
#qmod-tooltip.right:before {
  right: auto;
  left: 100%;
  top: 50%;
  bottom: auto;
}
#qmod-tooltip.right:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
  margin-left: 0;
}
#qmod-tooltip.right:before {
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #ccc;
  border-width: 13px;
  margin-top: -13px;
  margin-left: 0;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eceef1;
}
.flatpickr-calendar.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border: 1px solid #eceef1;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eceef1;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #eceef1;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eceef1;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #eceef1;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #eceef1;
  color: #5a6171;
  fill: #5a6171;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #5a6171;
  fill: #5a6171;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72, 72, 72, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72, 72, 72, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(90, 97, 113, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #5a6171;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #5a6171;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(90, 97, 113, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #eceef1;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #eceef1;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: #eceef1;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #eceef1;
  color: #5a6171;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid #eceef1;
  border-right: 1px solid #eceef1;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #eceef1;
  box-shadow: -1px 0 0 #eceef1;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}
.flatpickr-day.today {
  border-color: #bbb;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #ff5a5f;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #ff5a5f;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #ff5a5f;
  box-shadow: -10px 0 0 #ff5a5f;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72, 72, 72, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
  box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid #eceef1;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eceef1;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
span.flatpickr-day.selected {
  font-weight: bold;
}
.flatpickr-calendar {
  font-family: var(--QMOD-font-family);
  z-index: 9999;
}
.flatpickr-calendar .flatpickr-day.selected {
  border: 0;
  background: var(--QMOD-primary-color);
}
.numInputWrapper span {
  opacity: 1;
  border: 0;
}
.flatpickr-next-month:hover svg,
.flatpickr-next-month:hover svg path,
.flatpickr-prev-month svg,
.flatpickr-prev-month:hover svg path {
  fill: #5a6171;
}
.flatpickr-day {
  width: 32px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  transition: all 0.1s ease-in-out;
  max-width: unset;
}
.flatpickr-day.inRange {
  box-shadow: none;
}
.flatpickr-day:focus-visible {
  outline: 2px solid #222 !important;
}
.rangeMode .flatpickr-day {
  margin-top: 5px;
}
span.flatpickr-weekday {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.85em;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  padding: 0 5px;
}
.flatpickr-rContainer {
  margin-top: 10px;
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  font-size: 0.8em;
  background-color: white;
}
.dayContainer {
  justify-content: flex-start;
  padding: 5px;
}
.flatpickr-months .arrowUp,
.flatpickr-months .arrowDown {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flatpickr-current-month {
    padding: 0;
  }
  .flatpickr-prev-month,
  .flatpickr-next-month {
    top: -10px;
  }
}
body.qmod-modal-open {
  overflow: hidden;
}
.qmod-trades-historic {
  @charset "UTF-8";
  /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
  /* FONT PATH
 * -------------------------- */
  /* makes the font 33% larger relative to the icon container */
  /* Deprecated as of 4.4.0 */
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
  /*
 * Table styles
 */
  /*
 * Control feature layout
 */
}
.qmod-trades-historic .flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.qmod-trades-historic .flag {
  display: inline-block;
  width: 26px;
  height: 16px;
  vertical-align: middle;
  margin: 1px;
}
.qmod-trades-historic .flag.flag-big {
  width: 34px;
  height: 24px;
  background-size: 34px 24px;
  margin: 0;
}
.qmod-trades-historic .undefined {
  text-align: center;
}
.qmod-trades-historic .undefined:after {
  content: '-';
}
.qmod-trades-historic .USD,
.qmod-trades-historic .USA,
.qmod-trades-historic .US,
.qmod-trades-historic .United.States {
  background: url('//qmod.quotemedia.com/img/flags/4x3/us.svg') no-repeat;
  background-size: 24px 14px;
  background-position: 1px 1px;
}
.qmod-trades-historic .TUR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/tr.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .FRA {
  background: url('//qmod.quotemedia.com/img/flags/4x3/fr.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .NLD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/nl.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .IDN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/id.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .IRL {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ie.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .LUX {
  background: url('//qmod.quotemedia.com/img/flags/4x3/lu.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .ITA {
  background: url('//qmod.quotemedia.com/img/flags/4x3/it.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .BMU {
  background: url('//qmod.quotemedia.com/img/flags/4x3/bm.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .TWN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/tw.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .AED {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ae.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .ALL {
  background: url('//qmod.quotemedia.com/img/flags/4x3/al.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .ARS,
.qmod-trades-historic .ARG {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ar.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .AUT {
  background: url('//qmod.quotemedia.com/img/flags/4x3/at.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .AUD,
.qmod-trades-historic .AUS,
.qmod-trades-historic .\$CADAUD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/au.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .ZAR,
.qmod-trades-historic .ZAF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/za.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .BBD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/bb.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .BDT {
  background: url('//qmod.quotemedia.com/img/flags/4x3/bd.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .BGN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/bg.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .BHD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/bh.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .\$USDBRL {
  background: url('//qmod.quotemedia.com/img/flags/4x3/br.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .CAD,
.qmod-trades-historic .CAN,
.qmod-trades-historic .CA,
.qmod-trades-historic .CND {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ca.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .XAF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/xa.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .CHF,
.qmod-trades-historic .\$CADCHF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ch.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .CLP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/cl.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .CNY,
.qmod-trades-historic .CHN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/cn.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .COP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/co.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .CRC {
  background: url('//qmod.quotemedia.com/img/flags/4x3/cr.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .GRC {
  background: url('//qmod.quotemedia.com/img/flags/4x3/gr.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .CZK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/cz.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .DKK,
.qmod-trades-historic .DNK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/dk.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .DZD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/dz.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .EGP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/eg.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .EURO,
.qmod-trades-historic .\$CADEUR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/eu.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .GBP,
.qmod-trades-historic .GBR,
.qmod-trades-historic .GBX,
.qmod-trades-historic .\$CADGBP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/gb.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .HKD,
.qmod-trades-historic .HKG,
.qmod-trades-historic .\$CADHKD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/hk.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .HRK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/hr.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .HUF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/hu.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .PRT {
  background: url('//qmod.quotemedia.com/img/flags/4x3/pt.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .DEU {
  background: url('//qmod.quotemedia.com/img/flags/4x3/de.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .ILS,
.qmod-trades-historic .ISR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/il.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .CHE {
  background: url('//qmod.quotemedia.com/img/flags/4x3/sz.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .INR,
.qmod-trades-historic .IND {
  background: url('//qmod.quotemedia.com/img/flags/4x3/in.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .IQD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/iq.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .JMD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/jmd.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .JOD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/jo.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .JPY,
.qmod-trades-historic .JPN,
.qmod-trades-historic .\$CADJPY {
  background: url('//qmod.quotemedia.com/img/flags/4x3/jp.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .ESP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/es.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .KES {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ke.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .KPW {
  background: url('//qmod.quotemedia.com/img/flags/4x3/kp.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .KWD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/kw.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .LBP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/lb.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .LKR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/lk.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .MAD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ma.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .MUR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/mu.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .MXN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/mx.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .MYR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/my.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .XOF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/xo.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .NOK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/no.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .NZD,
.qmod-trades-historic .NZL,
.qmod-trades-historic .\$CADNZD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/nz.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .OMR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/om.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .PEN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/pe.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .XPF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/xp.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .PHP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ph.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .PLN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/pl.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .QAR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/qa.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .RON {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ro.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .\$USDRUB,
.qmod-trades-historic .RUS {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ru.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .SAR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/sa.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .SDD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/sd.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .SEK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/se.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .SGD,
.qmod-trades-historic .SGP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/sg.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .SKK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/sk.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .THB {
  background: url('//qmod.quotemedia.com/img/flags/4x3/th.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .TND {
  background: url('//qmod.quotemedia.com/img/flags/4x3/tn.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .VND {
  background: url('//qmod.quotemedia.com/img/flags/4x3/vn.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .BEL {
  background: url('//qmod.quotemedia.com/img/flags/4x3/be.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-trades-historic .flag-icon:before {
  content: "\00a0";
}
.qmod-trades-historic .qmod-quotehead .qmod-inline-ul {
  float: right;
}
.qmod-trades-historic .qmod-quotehead .qmod-inline-ul ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.qmod-trades-historic .qmod-quotehead .qmod-inline-ul ul:nth-child(2) {
  padding-left: 25px;
}
.qmod-trades-historic .qmod-quotehead .qmod-inline-ul li {
  padding: 0 4px;
  display: inline-block;
}
.qmod-trades-historic .qmod-quotehead .qmod-inline-ul li button {
  text-decoration: none;
}
.qmod-trades-historic .qmod-quotehead .qmod-inline-ul .qmod-frm-wrap {
  padding-top: 4px;
}
.qmod-trades-historic .qmod-quotehead .qmod-bid > .qmod-dp {
  color: var(--QMOD-ticker-green);
}
.qmod-trades-historic .qmod-quotehead .qmod-ask > .qmod-dp {
  color: var(--QMOD-ticker-red);
}
.qmod-trades-historic .qmod-quotehead .qmod-reghalt .qmod-tooltip {
  color: #ff0000 !important;
}
.qmod-trades-historic .qmod-quotehead .qmod-datetimezone {
  margin-left: 5px;
}
.qmod-trades-historic .qmod-quotehead .qmod-icon-space {
  padding: 10px;
}
.qmod-trades-historic .qmod-quotehead .qmod-change-icon {
  margin-right: 5px;
}
.qmod-trades-historic .qmod-quotehead .qmod-separator {
  margin-bottom: 1rem;
}
.qmod-trades-historic .qmod-quotehead .qmod-mkt-hours > div + div,
.qmod-trades-historic .qmod-quotehead .qmod-after-hours,
.qmod-trades-historic .qmod-quotehead .qmod-entline {
  line-height: 20px;
}
.qmod-trades-historic .qmod-quotehead .qmod-mkt-hours .qmod-last,
.qmod-trades-historic .qmod-quotehead .qmod-mkt-hours .qmod-change {
  font-size: 190%;
}
.qmod-trades-historic .qmod-quotehead .qmod-pipe-sep {
  font-size: 85%;
  vertical-align: text-top;
  color: #666;
  line-height: normal;
}
.qmod-trades-historic .qmod-quotehead .qmod-bid,
.qmod-trades-historic .qmod-quotehead .qmod-datetime,
.qmod-trades-historic .qmod-quotehead .qmod-afh {
  margin-right: 20px;
  display: inline-block;
}
.qmod-trades-historic .qmod-quotehead .qmod-volume,
.qmod-trades-historic .qmod-quotehead .qmod-ask,
.qmod-trades-historic .qmod-quotehead .qmod-ah-bottom {
  display: inline-block;
}
.qmod-trades-historic .qmod-quotehead .qmod-heading .flag {
  margin-right: 5px;
}
.qmod-trades-historic .qmod-quotehead .qmod-heading .qmod-t-text {
  vertical-align: bottom;
}
.qmod-trades-historic .qmod-quotehead .qmod-head-left,
.qmod-trades-historic .qmod-quotehead .qmod-head-right {
  margin-left: 20px;
  margin-top: 13px;
  margin-right: 20px;
  height: 100%;
}
.qmod-trades-historic .qmod-quotehead .qmod-entline {
  text-transform: uppercase;
  font-size: 12px;
}
.qmod-trades-historic .qmod-quotehead .textr {
  text-align: right;
}
.qmod-trades-historic .qmod-quotehead .qmod-daylow ~ .qmod-daylow {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
}
.qmod-trades-historic .qmod-quotehead .qmod-day-high {
  float: right;
}
.qmod-trades-historic .qmod-quotehead .qmod-daylowbar {
  font-size: 12px;
  position: relative;
  margin-top: 15px;
  background-color: #cccccc;
}
.qmod-trades-historic .qmod-quotehead .qmod-barpct {
  background-color: var(--QMOD-primary-color);
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  text-align: right;
  white-space: nowrap;
  max-width: 100%;
  height: 100%;
}
.qmod-trades-historic .qmod-quotehead .qmod-cplogo {
  text-align: right;
}
@media (max-width: 767px) {
  .qmod-trades-historic .qmod-quotehead .qmod-cplogo {
    display: none;
  }
}
.qmod-trades-historic .qmod-quotehead .qmod-tradecont {
  text-align: right;
}
@media (max-width: 568px) {
  .qmod-trades-historic .qmod-quotehead .qmod-tradecont {
    text-align: center;
  }
}
.qmod-trades-historic .qmod-quotehead .qmod-tradecont a {
  text-decoration: none;
  color: #fff;
}
.qmod-trades-historic .qmod-quotehead .qmod-tradecont a ~ a {
  margin-left: 10px;
}
.qmod-trades-historic .qmod-quotehead .qmod-tradecont .qmod-btn {
  padding: 10px 5px;
  font-size: 18px;
  display: inline-block;
}
@media (max-width: 568px) {
  .qmod-trades-historic .qmod-quotehead .qmod-tradecont .qmod-btn {
    width: 45%;
    padding: 10px;
  }
}
.qmod-trades-historic .qmod-quotehead .qmod-hl-arrow {
  position: absolute;
  top: -16px;
}
.qmod-trades-historic .qmod-quotehead .qmod-hl-label {
  white-space: nowrap;
}
.qmod-trades-historic .qmod-quotehead .qmod-hl-label.qmod-hl-left {
  position: absolute;
  left: -115px;
}
@media (max-width: 568px) {
  .qmod-trades-historic .qmod-quotehead .qmod-head-left,
  .qmod-trades-historic .qmod-quotehead .qmod-head-right {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.qmod-trades-historic .qmod-quotehead .qmod-tot,
.qmod-trades-historic .qmod-quotehead .qmod-pct,
.qmod-trades-historic .qmod-quotehead .qmod-last {
  margin-right: 5px;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts//fontawesome-webfont.eot?v=4.7.0');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts//fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts//fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts//fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts//fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.qmod-trades-historic .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.qmod-trades-historic .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.qmod-trades-historic .fa-2x {
  font-size: 2em;
}
.qmod-trades-historic .fa-3x {
  font-size: 3em;
}
.qmod-trades-historic .fa-4x {
  font-size: 4em;
}
.qmod-trades-historic .fa-5x {
  font-size: 5em;
}
.qmod-trades-historic .fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.qmod-trades-historic .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.qmod-trades-historic .fa-ul > li {
  position: relative;
}
.qmod-trades-historic .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.qmod-trades-historic .fa-li.fa-lg {
  left: -1.85714286em;
}
.qmod-trades-historic .fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.qmod-trades-historic .fa-pull-left {
  float: left;
}
.qmod-trades-historic .fa-pull-right {
  float: right;
}
.qmod-trades-historic .fa.fa-pull-left {
  margin-right: 0.3em;
}
.qmod-trades-historic .fa.fa-pull-right {
  margin-left: 0.3em;
}
.qmod-trades-historic .pull-right {
  float: right;
}
.qmod-trades-historic .pull-left {
  float: left;
}
.qmod-trades-historic .fa.pull-left {
  margin-right: 0.3em;
}
.qmod-trades-historic .fa.pull-right {
  margin-left: 0.3em;
}
.qmod-trades-historic .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.qmod-trades-historic .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.qmod-trades-historic .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.qmod-trades-historic .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.qmod-trades-historic .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.qmod-trades-historic .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.qmod-trades-historic .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.qmod-trades-historic :root .fa-rotate-90,
.qmod-trades-historic :root .fa-rotate-180,
.qmod-trades-historic :root .fa-rotate-270,
.qmod-trades-historic :root .fa-flip-horizontal,
.qmod-trades-historic :root .fa-flip-vertical {
  filter: none;
}
.qmod-trades-historic .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.qmod-trades-historic .fa-stack-1x,
.qmod-trades-historic .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.qmod-trades-historic .fa-stack-1x {
  line-height: inherit;
}
.qmod-trades-historic .fa-stack-2x {
  font-size: 2em;
}
.qmod-trades-historic .fa-inverse {
  color: #fff;
}
.qmod-trades-historic .fa-glass:before {
  content: "\f000";
}
.qmod-trades-historic .fa-music:before {
  content: "\f001";
}
.qmod-trades-historic .fa-search:before {
  content: "\f002";
}
.qmod-trades-historic .fa-envelope-o:before {
  content: "\f003";
}
.qmod-trades-historic .fa-heart:before {
  content: "\f004";
}
.qmod-trades-historic .fa-star:before {
  content: "\f005";
}
.qmod-trades-historic .fa-star-o:before {
  content: "\f006";
}
.qmod-trades-historic .fa-user:before {
  content: "\f007";
}
.qmod-trades-historic .fa-film:before {
  content: "\f008";
}
.qmod-trades-historic .fa-th-large:before {
  content: "\f009";
}
.qmod-trades-historic .fa-th:before {
  content: "\f00a";
}
.qmod-trades-historic .fa-th-list:before {
  content: "\f00b";
}
.qmod-trades-historic .fa-check:before {
  content: "\f00c";
}
.qmod-trades-historic .fa-remove:before,
.qmod-trades-historic .fa-close:before,
.qmod-trades-historic .fa-times:before {
  content: "\f00d";
}
.qmod-trades-historic .fa-search-plus:before {
  content: "\f00e";
}
.qmod-trades-historic .fa-search-minus:before {
  content: "\f010";
}
.qmod-trades-historic .fa-power-off:before {
  content: "\f011";
}
.qmod-trades-historic .fa-signal:before {
  content: "\f012";
}
.qmod-trades-historic .fa-gear:before,
.qmod-trades-historic .fa-cog:before {
  content: "\f013";
}
.qmod-trades-historic .fa-trash-o:before {
  content: "\f014";
}
.qmod-trades-historic .fa-home:before {
  content: "\f015";
}
.qmod-trades-historic .fa-file-o:before {
  content: "\f016";
}
.qmod-trades-historic .fa-clock-o:before {
  content: "\f017";
}
.qmod-trades-historic .fa-road:before {
  content: "\f018";
}
.qmod-trades-historic .fa-download:before {
  content: "\f019";
}
.qmod-trades-historic .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.qmod-trades-historic .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.qmod-trades-historic .fa-inbox:before {
  content: "\f01c";
}
.qmod-trades-historic .fa-play-circle-o:before {
  content: "\f01d";
}
.qmod-trades-historic .fa-rotate-right:before,
.qmod-trades-historic .fa-repeat:before {
  content: "\f01e";
}
.qmod-trades-historic .fa-refresh:before {
  content: "\f021";
}
.qmod-trades-historic .fa-list-alt:before {
  content: "\f022";
}
.qmod-trades-historic .fa-lock:before {
  content: "\f023";
}
.qmod-trades-historic .fa-flag:before {
  content: "\f024";
}
.qmod-trades-historic .fa-headphones:before {
  content: "\f025";
}
.qmod-trades-historic .fa-volume-off:before {
  content: "\f026";
}
.qmod-trades-historic .fa-volume-down:before {
  content: "\f027";
}
.qmod-trades-historic .fa-volume-up:before {
  content: "\f028";
}
.qmod-trades-historic .fa-qrcode:before {
  content: "\f029";
}
.qmod-trades-historic .fa-barcode:before {
  content: "\f02a";
}
.qmod-trades-historic .fa-tag:before {
  content: "\f02b";
}
.qmod-trades-historic .fa-tags:before {
  content: "\f02c";
}
.qmod-trades-historic .fa-book:before {
  content: "\f02d";
}
.qmod-trades-historic .fa-bookmark:before {
  content: "\f02e";
}
.qmod-trades-historic .fa-print:before {
  content: "\f02f";
}
.qmod-trades-historic .fa-camera:before {
  content: "\f030";
}
.qmod-trades-historic .fa-font:before {
  content: "\f031";
}
.qmod-trades-historic .fa-bold:before {
  content: "\f032";
}
.qmod-trades-historic .fa-italic:before {
  content: "\f033";
}
.qmod-trades-historic .fa-text-height:before {
  content: "\f034";
}
.qmod-trades-historic .fa-text-width:before {
  content: "\f035";
}
.qmod-trades-historic .fa-align-left:before {
  content: "\f036";
}
.qmod-trades-historic .fa-align-center:before {
  content: "\f037";
}
.qmod-trades-historic .fa-align-right:before {
  content: "\f038";
}
.qmod-trades-historic .fa-align-justify:before {
  content: "\f039";
}
.qmod-trades-historic .fa-list:before {
  content: "\f03a";
}
.qmod-trades-historic .fa-dedent:before,
.qmod-trades-historic .fa-outdent:before {
  content: "\f03b";
}
.qmod-trades-historic .fa-indent:before {
  content: "\f03c";
}
.qmod-trades-historic .fa-video-camera:before {
  content: "\f03d";
}
.qmod-trades-historic .fa-photo:before,
.qmod-trades-historic .fa-image:before,
.qmod-trades-historic .fa-picture-o:before {
  content: "\f03e";
}
.qmod-trades-historic .fa-pencil:before {
  content: "\f040";
}
.qmod-trades-historic .fa-map-marker:before {
  content: "\f041";
}
.qmod-trades-historic .fa-adjust:before {
  content: "\f042";
}
.qmod-trades-historic .fa-tint:before {
  content: "\f043";
}
.qmod-trades-historic .fa-edit:before,
.qmod-trades-historic .fa-pencil-square-o:before {
  content: "\f044";
}
.qmod-trades-historic .fa-share-square-o:before {
  content: "\f045";
}
.qmod-trades-historic .fa-check-square-o:before {
  content: "\f046";
}
.qmod-trades-historic .fa-arrows:before {
  content: "\f047";
}
.qmod-trades-historic .fa-step-backward:before {
  content: "\f048";
}
.qmod-trades-historic .fa-fast-backward:before {
  content: "\f049";
}
.qmod-trades-historic .fa-backward:before {
  content: "\f04a";
}
.qmod-trades-historic .fa-play:before {
  content: "\f04b";
}
.qmod-trades-historic .fa-pause:before {
  content: "\f04c";
}
.qmod-trades-historic .fa-stop:before {
  content: "\f04d";
}
.qmod-trades-historic .fa-forward:before {
  content: "\f04e";
}
.qmod-trades-historic .fa-fast-forward:before {
  content: "\f050";
}
.qmod-trades-historic .fa-step-forward:before {
  content: "\f051";
}
.qmod-trades-historic .fa-eject:before {
  content: "\f052";
}
.qmod-trades-historic .fa-chevron-left:before {
  content: "\f053";
}
.qmod-trades-historic .fa-chevron-right:before {
  content: "\f054";
}
.qmod-trades-historic .fa-plus-circle:before {
  content: "\f055";
}
.qmod-trades-historic .fa-minus-circle:before {
  content: "\f056";
}
.qmod-trades-historic .fa-times-circle:before {
  content: "\f057";
}
.qmod-trades-historic .fa-check-circle:before {
  content: "\f058";
}
.qmod-trades-historic .fa-question-circle:before {
  content: "\f059";
}
.qmod-trades-historic .fa-info-circle:before {
  content: "\f05a";
}
.qmod-trades-historic .fa-crosshairs:before {
  content: "\f05b";
}
.qmod-trades-historic .fa-times-circle-o:before {
  content: "\f05c";
}
.qmod-trades-historic .fa-check-circle-o:before {
  content: "\f05d";
}
.qmod-trades-historic .fa-ban:before {
  content: "\f05e";
}
.qmod-trades-historic .fa-arrow-left:before {
  content: "\f060";
}
.qmod-trades-historic .fa-arrow-right:before {
  content: "\f061";
}
.qmod-trades-historic .fa-arrow-up:before {
  content: "\f062";
}
.qmod-trades-historic .fa-arrow-down:before {
  content: "\f063";
}
.qmod-trades-historic .fa-mail-forward:before,
.qmod-trades-historic .fa-share:before {
  content: "\f064";
}
.qmod-trades-historic .fa-expand:before {
  content: "\f065";
}
.qmod-trades-historic .fa-compress:before {
  content: "\f066";
}
.qmod-trades-historic .fa-plus:before {
  content: "\f067";
}
.qmod-trades-historic .fa-minus:before {
  content: "\f068";
}
.qmod-trades-historic .fa-asterisk:before {
  content: "\f069";
}
.qmod-trades-historic .fa-exclamation-circle:before {
  content: "\f06a";
}
.qmod-trades-historic .fa-gift:before {
  content: "\f06b";
}
.qmod-trades-historic .fa-leaf:before {
  content: "\f06c";
}
.qmod-trades-historic .fa-fire:before {
  content: "\f06d";
}
.qmod-trades-historic .fa-eye:before {
  content: "\f06e";
}
.qmod-trades-historic .fa-eye-slash:before {
  content: "\f070";
}
.qmod-trades-historic .fa-warning:before,
.qmod-trades-historic .fa-exclamation-triangle:before {
  content: "\f071";
}
.qmod-trades-historic .fa-plane:before {
  content: "\f072";
}
.qmod-trades-historic .fa-calendar:before {
  content: "\f073";
}
.qmod-trades-historic .fa-random:before {
  content: "\f074";
}
.qmod-trades-historic .fa-comment:before {
  content: "\f075";
}
.qmod-trades-historic .fa-magnet:before {
  content: "\f076";
}
.qmod-trades-historic .fa-chevron-up:before {
  content: "\f077";
}
.qmod-trades-historic .fa-chevron-down:before {
  content: "\f078";
}
.qmod-trades-historic .fa-retweet:before {
  content: "\f079";
}
.qmod-trades-historic .fa-shopping-cart:before {
  content: "\f07a";
}
.qmod-trades-historic .fa-folder:before {
  content: "\f07b";
}
.qmod-trades-historic .fa-folder-open:before {
  content: "\f07c";
}
.qmod-trades-historic .fa-arrows-v:before {
  content: "\f07d";
}
.qmod-trades-historic .fa-arrows-h:before {
  content: "\f07e";
}
.qmod-trades-historic .fa-bar-chart-o:before,
.qmod-trades-historic .fa-bar-chart:before {
  content: "\f080";
}
.qmod-trades-historic .fa-twitter-square:before {
  content: "\f081";
}
.qmod-trades-historic .fa-facebook-square:before {
  content: "\f082";
}
.qmod-trades-historic .fa-camera-retro:before {
  content: "\f083";
}
.qmod-trades-historic .fa-key:before {
  content: "\f084";
}
.qmod-trades-historic .fa-gears:before,
.qmod-trades-historic .fa-cogs:before {
  content: "\f085";
}
.qmod-trades-historic .fa-comments:before {
  content: "\f086";
}
.qmod-trades-historic .fa-thumbs-o-up:before {
  content: "\f087";
}
.qmod-trades-historic .fa-thumbs-o-down:before {
  content: "\f088";
}
.qmod-trades-historic .fa-star-half:before {
  content: "\f089";
}
.qmod-trades-historic .fa-heart-o:before {
  content: "\f08a";
}
.qmod-trades-historic .fa-sign-out:before {
  content: "\f08b";
}
.qmod-trades-historic .fa-linkedin-square:before {
  content: "\f08c";
}
.qmod-trades-historic .fa-thumb-tack:before {
  content: "\f08d";
}
.qmod-trades-historic .fa-external-link:before {
  content: "\f08e";
}
.qmod-trades-historic .fa-sign-in:before {
  content: "\f090";
}
.qmod-trades-historic .fa-trophy:before {
  content: "\f091";
}
.qmod-trades-historic .fa-github-square:before {
  content: "\f092";
}
.qmod-trades-historic .fa-upload:before {
  content: "\f093";
}
.qmod-trades-historic .fa-lemon-o:before {
  content: "\f094";
}
.qmod-trades-historic .fa-phone:before {
  content: "\f095";
}
.qmod-trades-historic .fa-square-o:before {
  content: "\f096";
}
.qmod-trades-historic .fa-bookmark-o:before {
  content: "\f097";
}
.qmod-trades-historic .fa-phone-square:before {
  content: "\f098";
}
.qmod-trades-historic .fa-twitter:before {
  content: "\f099";
}
.qmod-trades-historic .fa-facebook-f:before,
.qmod-trades-historic .fa-facebook:before {
  content: "\f09a";
}
.qmod-trades-historic .fa-github:before {
  content: "\f09b";
}
.qmod-trades-historic .fa-unlock:before {
  content: "\f09c";
}
.qmod-trades-historic .fa-credit-card:before {
  content: "\f09d";
}
.qmod-trades-historic .fa-feed:before,
.qmod-trades-historic .fa-rss:before {
  content: "\f09e";
}
.qmod-trades-historic .fa-hdd-o:before {
  content: "\f0a0";
}
.qmod-trades-historic .fa-bullhorn:before {
  content: "\f0a1";
}
.qmod-trades-historic .fa-bell:before {
  content: "\f0f3";
}
.qmod-trades-historic .fa-certificate:before {
  content: "\f0a3";
}
.qmod-trades-historic .fa-hand-o-right:before {
  content: "\f0a4";
}
.qmod-trades-historic .fa-hand-o-left:before {
  content: "\f0a5";
}
.qmod-trades-historic .fa-hand-o-up:before {
  content: "\f0a6";
}
.qmod-trades-historic .fa-hand-o-down:before {
  content: "\f0a7";
}
.qmod-trades-historic .fa-arrow-circle-left:before {
  content: "\f0a8";
}
.qmod-trades-historic .fa-arrow-circle-right:before {
  content: "\f0a9";
}
.qmod-trades-historic .fa-arrow-circle-up:before {
  content: "\f0aa";
}
.qmod-trades-historic .fa-arrow-circle-down:before {
  content: "\f0ab";
}
.qmod-trades-historic .fa-globe:before {
  content: "\f0ac";
}
.qmod-trades-historic .fa-wrench:before {
  content: "\f0ad";
}
.qmod-trades-historic .fa-tasks:before {
  content: "\f0ae";
}
.qmod-trades-historic .fa-filter:before {
  content: "\f0b0";
}
.qmod-trades-historic .fa-briefcase:before {
  content: "\f0b1";
}
.qmod-trades-historic .fa-arrows-alt:before {
  content: "\f0b2";
}
.qmod-trades-historic .fa-group:before,
.qmod-trades-historic .fa-users:before {
  content: "\f0c0";
}
.qmod-trades-historic .fa-chain:before,
.qmod-trades-historic .fa-link:before {
  content: "\f0c1";
}
.qmod-trades-historic .fa-cloud:before {
  content: "\f0c2";
}
.qmod-trades-historic .fa-flask:before {
  content: "\f0c3";
}
.qmod-trades-historic .fa-cut:before,
.qmod-trades-historic .fa-scissors:before {
  content: "\f0c4";
}
.qmod-trades-historic .fa-copy:before,
.qmod-trades-historic .fa-files-o:before {
  content: "\f0c5";
}
.qmod-trades-historic .fa-paperclip:before {
  content: "\f0c6";
}
.qmod-trades-historic .fa-save:before,
.qmod-trades-historic .fa-floppy-o:before {
  content: "\f0c7";
}
.qmod-trades-historic .fa-square:before {
  content: "\f0c8";
}
.qmod-trades-historic .fa-navicon:before,
.qmod-trades-historic .fa-reorder:before,
.qmod-trades-historic .fa-bars:before {
  content: "\f0c9";
}
.qmod-trades-historic .fa-list-ul:before {
  content: "\f0ca";
}
.qmod-trades-historic .fa-list-ol:before {
  content: "\f0cb";
}
.qmod-trades-historic .fa-strikethrough:before {
  content: "\f0cc";
}
.qmod-trades-historic .fa-underline:before {
  content: "\f0cd";
}
.qmod-trades-historic .fa-table:before {
  content: "\f0ce";
}
.qmod-trades-historic .fa-magic:before {
  content: "\f0d0";
}
.qmod-trades-historic .fa-truck:before {
  content: "\f0d1";
}
.qmod-trades-historic .fa-pinterest:before {
  content: "\f0d2";
}
.qmod-trades-historic .fa-pinterest-square:before {
  content: "\f0d3";
}
.qmod-trades-historic .fa-google-plus-square:before {
  content: "\f0d4";
}
.qmod-trades-historic .fa-google-plus:before {
  content: "\f0d5";
}
.qmod-trades-historic .fa-money:before {
  content: "\f0d6";
}
.qmod-trades-historic .fa-caret-down:before {
  content: "\f0d7";
}
.qmod-trades-historic .fa-caret-up:before {
  content: "\f0d8";
}
.qmod-trades-historic .fa-caret-left:before {
  content: "\f0d9";
}
.qmod-trades-historic .fa-caret-right:before {
  content: "\f0da";
}
.qmod-trades-historic .fa-columns:before {
  content: "\f0db";
}
.qmod-trades-historic .fa-unsorted:before,
.qmod-trades-historic .fa-sort:before {
  content: "\f0dc";
}
.qmod-trades-historic .fa-sort-down:before,
.qmod-trades-historic .fa-sort-desc:before {
  content: "\f0dd";
}
.qmod-trades-historic .fa-sort-up:before,
.qmod-trades-historic .fa-sort-asc:before {
  content: "\f0de";
}
.qmod-trades-historic .fa-envelope:before {
  content: "\f0e0";
}
.qmod-trades-historic .fa-linkedin:before {
  content: "\f0e1";
}
.qmod-trades-historic .fa-rotate-left:before,
.qmod-trades-historic .fa-undo:before {
  content: "\f0e2";
}
.qmod-trades-historic .fa-legal:before,
.qmod-trades-historic .fa-gavel:before {
  content: "\f0e3";
}
.qmod-trades-historic .fa-dashboard:before,
.qmod-trades-historic .fa-tachometer:before {
  content: "\f0e4";
}
.qmod-trades-historic .fa-comment-o:before {
  content: "\f0e5";
}
.qmod-trades-historic .fa-comments-o:before {
  content: "\f0e6";
}
.qmod-trades-historic .fa-flash:before,
.qmod-trades-historic .fa-bolt:before {
  content: "\f0e7";
}
.qmod-trades-historic .fa-sitemap:before {
  content: "\f0e8";
}
.qmod-trades-historic .fa-umbrella:before {
  content: "\f0e9";
}
.qmod-trades-historic .fa-paste:before,
.qmod-trades-historic .fa-clipboard:before {
  content: "\f0ea";
}
.qmod-trades-historic .fa-lightbulb-o:before {
  content: "\f0eb";
}
.qmod-trades-historic .fa-exchange:before {
  content: "\f0ec";
}
.qmod-trades-historic .fa-cloud-download:before {
  content: "\f0ed";
}
.qmod-trades-historic .fa-cloud-upload:before {
  content: "\f0ee";
}
.qmod-trades-historic .fa-user-md:before {
  content: "\f0f0";
}
.qmod-trades-historic .fa-stethoscope:before {
  content: "\f0f1";
}
.qmod-trades-historic .fa-suitcase:before {
  content: "\f0f2";
}
.qmod-trades-historic .fa-bell-o:before {
  content: "\f0a2";
}
.qmod-trades-historic .fa-coffee:before {
  content: "\f0f4";
}
.qmod-trades-historic .fa-cutlery:before {
  content: "\f0f5";
}
.qmod-trades-historic .fa-file-text-o:before {
  content: "\f0f6";
}
.qmod-trades-historic .fa-building-o:before {
  content: "\f0f7";
}
.qmod-trades-historic .fa-hospital-o:before {
  content: "\f0f8";
}
.qmod-trades-historic .fa-ambulance:before {
  content: "\f0f9";
}
.qmod-trades-historic .fa-medkit:before {
  content: "\f0fa";
}
.qmod-trades-historic .fa-fighter-jet:before {
  content: "\f0fb";
}
.qmod-trades-historic .fa-beer:before {
  content: "\f0fc";
}
.qmod-trades-historic .fa-h-square:before {
  content: "\f0fd";
}
.qmod-trades-historic .fa-plus-square:before {
  content: "\f0fe";
}
.qmod-trades-historic .fa-angle-double-left:before {
  content: "\f100";
}
.qmod-trades-historic .fa-angle-double-right:before {
  content: "\f101";
}
.qmod-trades-historic .fa-angle-double-up:before {
  content: "\f102";
}
.qmod-trades-historic .fa-angle-double-down:before {
  content: "\f103";
}
.qmod-trades-historic .fa-angle-left:before {
  content: "\f104";
}
.qmod-trades-historic .fa-angle-right:before {
  content: "\f105";
}
.qmod-trades-historic .fa-angle-up:before {
  content: "\f106";
}
.qmod-trades-historic .fa-angle-down:before {
  content: "\f107";
}
.qmod-trades-historic .fa-desktop:before {
  content: "\f108";
}
.qmod-trades-historic .fa-laptop:before {
  content: "\f109";
}
.qmod-trades-historic .fa-tablet:before {
  content: "\f10a";
}
.qmod-trades-historic .fa-mobile-phone:before,
.qmod-trades-historic .fa-mobile:before {
  content: "\f10b";
}
.qmod-trades-historic .fa-circle-o:before {
  content: "\f10c";
}
.qmod-trades-historic .fa-quote-left:before {
  content: "\f10d";
}
.qmod-trades-historic .fa-quote-right:before {
  content: "\f10e";
}
.qmod-trades-historic .fa-spinner:before {
  content: "\f110";
}
.qmod-trades-historic .fa-circle:before {
  content: "\f111";
}
.qmod-trades-historic .fa-mail-reply:before,
.qmod-trades-historic .fa-reply:before {
  content: "\f112";
}
.qmod-trades-historic .fa-github-alt:before {
  content: "\f113";
}
.qmod-trades-historic .fa-folder-o:before {
  content: "\f114";
}
.qmod-trades-historic .fa-folder-open-o:before {
  content: "\f115";
}
.qmod-trades-historic .fa-smile-o:before {
  content: "\f118";
}
.qmod-trades-historic .fa-frown-o:before {
  content: "\f119";
}
.qmod-trades-historic .fa-meh-o:before {
  content: "\f11a";
}
.qmod-trades-historic .fa-gamepad:before {
  content: "\f11b";
}
.qmod-trades-historic .fa-keyboard-o:before {
  content: "\f11c";
}
.qmod-trades-historic .fa-flag-o:before {
  content: "\f11d";
}
.qmod-trades-historic .fa-flag-checkered:before {
  content: "\f11e";
}
.qmod-trades-historic .fa-terminal:before {
  content: "\f120";
}
.qmod-trades-historic .fa-code:before {
  content: "\f121";
}
.qmod-trades-historic .fa-mail-reply-all:before,
.qmod-trades-historic .fa-reply-all:before {
  content: "\f122";
}
.qmod-trades-historic .fa-star-half-empty:before,
.qmod-trades-historic .fa-star-half-full:before,
.qmod-trades-historic .fa-star-half-o:before {
  content: "\f123";
}
.qmod-trades-historic .fa-location-arrow:before {
  content: "\f124";
}
.qmod-trades-historic .fa-crop:before {
  content: "\f125";
}
.qmod-trades-historic .fa-code-fork:before {
  content: "\f126";
}
.qmod-trades-historic .fa-unlink:before,
.qmod-trades-historic .fa-chain-broken:before {
  content: "\f127";
}
.qmod-trades-historic .fa-question:before {
  content: "\f128";
}
.qmod-trades-historic .fa-info:before {
  content: "\f129";
}
.qmod-trades-historic .fa-exclamation:before {
  content: "\f12a";
}
.qmod-trades-historic .fa-superscript:before {
  content: "\f12b";
}
.qmod-trades-historic .fa-subscript:before {
  content: "\f12c";
}
.qmod-trades-historic .fa-eraser:before {
  content: "\f12d";
}
.qmod-trades-historic .fa-puzzle-piece:before {
  content: "\f12e";
}
.qmod-trades-historic .fa-microphone:before {
  content: "\f130";
}
.qmod-trades-historic .fa-microphone-slash:before {
  content: "\f131";
}
.qmod-trades-historic .fa-shield:before {
  content: "\f132";
}
.qmod-trades-historic .fa-calendar-o:before {
  content: "\f133";
}
.qmod-trades-historic .fa-fire-extinguisher:before {
  content: "\f134";
}
.qmod-trades-historic .fa-rocket:before {
  content: "\f135";
}
.qmod-trades-historic .fa-maxcdn:before {
  content: "\f136";
}
.qmod-trades-historic .fa-chevron-circle-left:before {
  content: "\f137";
}
.qmod-trades-historic .fa-chevron-circle-right:before {
  content: "\f138";
}
.qmod-trades-historic .fa-chevron-circle-up:before {
  content: "\f139";
}
.qmod-trades-historic .fa-chevron-circle-down:before {
  content: "\f13a";
}
.qmod-trades-historic .fa-html5:before {
  content: "\f13b";
}
.qmod-trades-historic .fa-css3:before {
  content: "\f13c";
}
.qmod-trades-historic .fa-anchor:before {
  content: "\f13d";
}
.qmod-trades-historic .fa-unlock-alt:before {
  content: "\f13e";
}
.qmod-trades-historic .fa-bullseye:before {
  content: "\f140";
}
.qmod-trades-historic .fa-ellipsis-h:before {
  content: "\f141";
}
.qmod-trades-historic .fa-ellipsis-v:before {
  content: "\f142";
}
.qmod-trades-historic .fa-rss-square:before {
  content: "\f143";
}
.qmod-trades-historic .fa-play-circle:before {
  content: "\f144";
}
.qmod-trades-historic .fa-ticket:before {
  content: "\f145";
}
.qmod-trades-historic .fa-minus-square:before {
  content: "\f146";
}
.qmod-trades-historic .fa-minus-square-o:before {
  content: "\f147";
}
.qmod-trades-historic .fa-level-up:before {
  content: "\f148";
}
.qmod-trades-historic .fa-level-down:before {
  content: "\f149";
}
.qmod-trades-historic .fa-check-square:before {
  content: "\f14a";
}
.qmod-trades-historic .fa-pencil-square:before {
  content: "\f14b";
}
.qmod-trades-historic .fa-external-link-square:before {
  content: "\f14c";
}
.qmod-trades-historic .fa-share-square:before {
  content: "\f14d";
}
.qmod-trades-historic .fa-compass:before {
  content: "\f14e";
}
.qmod-trades-historic .fa-toggle-down:before,
.qmod-trades-historic .fa-caret-square-o-down:before {
  content: "\f150";
}
.qmod-trades-historic .fa-toggle-up:before,
.qmod-trades-historic .fa-caret-square-o-up:before {
  content: "\f151";
}
.qmod-trades-historic .fa-toggle-right:before,
.qmod-trades-historic .fa-caret-square-o-right:before {
  content: "\f152";
}
.qmod-trades-historic .fa-euro:before,
.qmod-trades-historic .fa-eur:before {
  content: "\f153";
}
.qmod-trades-historic .fa-gbp:before {
  content: "\f154";
}
.qmod-trades-historic .fa-dollar:before,
.qmod-trades-historic .fa-usd:before {
  content: "\f155";
}
.qmod-trades-historic .fa-rupee:before,
.qmod-trades-historic .fa-inr:before {
  content: "\f156";
}
.qmod-trades-historic .fa-cny:before,
.qmod-trades-historic .fa-rmb:before,
.qmod-trades-historic .fa-yen:before,
.qmod-trades-historic .fa-jpy:before {
  content: "\f157";
}
.qmod-trades-historic .fa-ruble:before,
.qmod-trades-historic .fa-rouble:before,
.qmod-trades-historic .fa-rub:before {
  content: "\f158";
}
.qmod-trades-historic .fa-won:before,
.qmod-trades-historic .fa-krw:before {
  content: "\f159";
}
.qmod-trades-historic .fa-bitcoin:before,
.qmod-trades-historic .fa-btc:before {
  content: "\f15a";
}
.qmod-trades-historic .fa-file:before {
  content: "\f15b";
}
.qmod-trades-historic .fa-file-text:before {
  content: "\f15c";
}
.qmod-trades-historic .fa-sort-alpha-asc:before {
  content: "\f15d";
}
.qmod-trades-historic .fa-sort-alpha-desc:before {
  content: "\f15e";
}
.qmod-trades-historic .fa-sort-amount-asc:before {
  content: "\f160";
}
.qmod-trades-historic .fa-sort-amount-desc:before {
  content: "\f161";
}
.qmod-trades-historic .fa-sort-numeric-asc:before {
  content: "\f162";
}
.qmod-trades-historic .fa-sort-numeric-desc:before {
  content: "\f163";
}
.qmod-trades-historic .fa-thumbs-up:before {
  content: "\f164";
}
.qmod-trades-historic .fa-thumbs-down:before {
  content: "\f165";
}
.qmod-trades-historic .fa-youtube-square:before {
  content: "\f166";
}
.qmod-trades-historic .fa-youtube:before {
  content: "\f167";
}
.qmod-trades-historic .fa-xing:before {
  content: "\f168";
}
.qmod-trades-historic .fa-xing-square:before {
  content: "\f169";
}
.qmod-trades-historic .fa-youtube-play:before {
  content: "\f16a";
}
.qmod-trades-historic .fa-dropbox:before {
  content: "\f16b";
}
.qmod-trades-historic .fa-stack-overflow:before {
  content: "\f16c";
}
.qmod-trades-historic .fa-instagram:before {
  content: "\f16d";
}
.qmod-trades-historic .fa-flickr:before {
  content: "\f16e";
}
.qmod-trades-historic .fa-adn:before {
  content: "\f170";
}
.qmod-trades-historic .fa-bitbucket:before {
  content: "\f171";
}
.qmod-trades-historic .fa-bitbucket-square:before {
  content: "\f172";
}
.qmod-trades-historic .fa-tumblr:before {
  content: "\f173";
}
.qmod-trades-historic .fa-tumblr-square:before {
  content: "\f174";
}
.qmod-trades-historic .fa-long-arrow-down:before {
  content: "\f175";
}
.qmod-trades-historic .fa-long-arrow-up:before {
  content: "\f176";
}
.qmod-trades-historic .fa-long-arrow-left:before {
  content: "\f177";
}
.qmod-trades-historic .fa-long-arrow-right:before {
  content: "\f178";
}
.qmod-trades-historic .fa-apple:before {
  content: "\f179";
}
.qmod-trades-historic .fa-windows:before {
  content: "\f17a";
}
.qmod-trades-historic .fa-android:before {
  content: "\f17b";
}
.qmod-trades-historic .fa-linux:before {
  content: "\f17c";
}
.qmod-trades-historic .fa-dribbble:before {
  content: "\f17d";
}
.qmod-trades-historic .fa-skype:before {
  content: "\f17e";
}
.qmod-trades-historic .fa-foursquare:before {
  content: "\f180";
}
.qmod-trades-historic .fa-trello:before {
  content: "\f181";
}
.qmod-trades-historic .fa-female:before {
  content: "\f182";
}
.qmod-trades-historic .fa-male:before {
  content: "\f183";
}
.qmod-trades-historic .fa-gittip:before,
.qmod-trades-historic .fa-gratipay:before {
  content: "\f184";
}
.qmod-trades-historic .fa-sun-o:before {
  content: "\f185";
}
.qmod-trades-historic .fa-moon-o:before {
  content: "\f186";
}
.qmod-trades-historic .fa-archive:before {
  content: "\f187";
}
.qmod-trades-historic .fa-bug:before {
  content: "\f188";
}
.qmod-trades-historic .fa-vk:before {
  content: "\f189";
}
.qmod-trades-historic .fa-weibo:before {
  content: "\f18a";
}
.qmod-trades-historic .fa-renren:before {
  content: "\f18b";
}
.qmod-trades-historic .fa-pagelines:before {
  content: "\f18c";
}
.qmod-trades-historic .fa-stack-exchange:before {
  content: "\f18d";
}
.qmod-trades-historic .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.qmod-trades-historic .fa-arrow-circle-o-left:before {
  content: "\f190";
}
.qmod-trades-historic .fa-toggle-left:before,
.qmod-trades-historic .fa-caret-square-o-left:before {
  content: "\f191";
}
.qmod-trades-historic .fa-dot-circle-o:before {
  content: "\f192";
}
.qmod-trades-historic .fa-wheelchair:before {
  content: "\f193";
}
.qmod-trades-historic .fa-vimeo-square:before {
  content: "\f194";
}
.qmod-trades-historic .fa-turkish-lira:before,
.qmod-trades-historic .fa-try:before {
  content: "\f195";
}
.qmod-trades-historic .fa-plus-square-o:before {
  content: "\f196";
}
.qmod-trades-historic .fa-space-shuttle:before {
  content: "\f197";
}
.qmod-trades-historic .fa-slack:before {
  content: "\f198";
}
.qmod-trades-historic .fa-envelope-square:before {
  content: "\f199";
}
.qmod-trades-historic .fa-wordpress:before {
  content: "\f19a";
}
.qmod-trades-historic .fa-openid:before {
  content: "\f19b";
}
.qmod-trades-historic .fa-institution:before,
.qmod-trades-historic .fa-bank:before,
.qmod-trades-historic .fa-university:before {
  content: "\f19c";
}
.qmod-trades-historic .fa-mortar-board:before,
.qmod-trades-historic .fa-graduation-cap:before {
  content: "\f19d";
}
.qmod-trades-historic .fa-yahoo:before {
  content: "\f19e";
}
.qmod-trades-historic .fa-google:before {
  content: "\f1a0";
}
.qmod-trades-historic .fa-reddit:before {
  content: "\f1a1";
}
.qmod-trades-historic .fa-reddit-square:before {
  content: "\f1a2";
}
.qmod-trades-historic .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.qmod-trades-historic .fa-stumbleupon:before {
  content: "\f1a4";
}
.qmod-trades-historic .fa-delicious:before {
  content: "\f1a5";
}
.qmod-trades-historic .fa-digg:before {
  content: "\f1a6";
}
.qmod-trades-historic .fa-pied-piper-pp:before {
  content: "\f1a7";
}
.qmod-trades-historic .fa-pied-piper-alt:before {
  content: "\f1a8";
}
.qmod-trades-historic .fa-drupal:before {
  content: "\f1a9";
}
.qmod-trades-historic .fa-joomla:before {
  content: "\f1aa";
}
.qmod-trades-historic .fa-language:before {
  content: "\f1ab";
}
.qmod-trades-historic .fa-fax:before {
  content: "\f1ac";
}
.qmod-trades-historic .fa-building:before {
  content: "\f1ad";
}
.qmod-trades-historic .fa-child:before {
  content: "\f1ae";
}
.qmod-trades-historic .fa-paw:before {
  content: "\f1b0";
}
.qmod-trades-historic .fa-spoon:before {
  content: "\f1b1";
}
.qmod-trades-historic .fa-cube:before {
  content: "\f1b2";
}
.qmod-trades-historic .fa-cubes:before {
  content: "\f1b3";
}
.qmod-trades-historic .fa-behance:before {
  content: "\f1b4";
}
.qmod-trades-historic .fa-behance-square:before {
  content: "\f1b5";
}
.qmod-trades-historic .fa-steam:before {
  content: "\f1b6";
}
.qmod-trades-historic .fa-steam-square:before {
  content: "\f1b7";
}
.qmod-trades-historic .fa-recycle:before {
  content: "\f1b8";
}
.qmod-trades-historic .fa-automobile:before,
.qmod-trades-historic .fa-car:before {
  content: "\f1b9";
}
.qmod-trades-historic .fa-cab:before,
.qmod-trades-historic .fa-taxi:before {
  content: "\f1ba";
}
.qmod-trades-historic .fa-tree:before {
  content: "\f1bb";
}
.qmod-trades-historic .fa-spotify:before {
  content: "\f1bc";
}
.qmod-trades-historic .fa-deviantart:before {
  content: "\f1bd";
}
.qmod-trades-historic .fa-soundcloud:before {
  content: "\f1be";
}
.qmod-trades-historic .fa-database:before {
  content: "\f1c0";
}
.qmod-trades-historic .fa-file-pdf-o:before {
  content: "\f1c1";
}
.qmod-trades-historic .fa-file-word-o:before {
  content: "\f1c2";
}
.qmod-trades-historic .fa-file-excel-o:before {
  content: "\f1c3";
}
.qmod-trades-historic .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.qmod-trades-historic .fa-file-photo-o:before,
.qmod-trades-historic .fa-file-picture-o:before,
.qmod-trades-historic .fa-file-image-o:before {
  content: "\f1c5";
}
.qmod-trades-historic .fa-file-zip-o:before,
.qmod-trades-historic .fa-file-archive-o:before {
  content: "\f1c6";
}
.qmod-trades-historic .fa-file-sound-o:before,
.qmod-trades-historic .fa-file-audio-o:before {
  content: "\f1c7";
}
.qmod-trades-historic .fa-file-movie-o:before,
.qmod-trades-historic .fa-file-video-o:before {
  content: "\f1c8";
}
.qmod-trades-historic .fa-file-code-o:before {
  content: "\f1c9";
}
.qmod-trades-historic .fa-vine:before {
  content: "\f1ca";
}
.qmod-trades-historic .fa-codepen:before {
  content: "\f1cb";
}
.qmod-trades-historic .fa-jsfiddle:before {
  content: "\f1cc";
}
.qmod-trades-historic .fa-life-bouy:before,
.qmod-trades-historic .fa-life-buoy:before,
.qmod-trades-historic .fa-life-saver:before,
.qmod-trades-historic .fa-support:before,
.qmod-trades-historic .fa-life-ring:before {
  content: "\f1cd";
}
.qmod-trades-historic .fa-circle-o-notch:before {
  content: "\f1ce";
}
.qmod-trades-historic .fa-ra:before,
.qmod-trades-historic .fa-resistance:before,
.qmod-trades-historic .fa-rebel:before {
  content: "\f1d0";
}
.qmod-trades-historic .fa-ge:before,
.qmod-trades-historic .fa-empire:before {
  content: "\f1d1";
}
.qmod-trades-historic .fa-git-square:before {
  content: "\f1d2";
}
.qmod-trades-historic .fa-git:before {
  content: "\f1d3";
}
.qmod-trades-historic .fa-y-combinator-square:before,
.qmod-trades-historic .fa-yc-square:before,
.qmod-trades-historic .fa-hacker-news:before {
  content: "\f1d4";
}
.qmod-trades-historic .fa-tencent-weibo:before {
  content: "\f1d5";
}
.qmod-trades-historic .fa-qq:before {
  content: "\f1d6";
}
.qmod-trades-historic .fa-wechat:before,
.qmod-trades-historic .fa-weixin:before {
  content: "\f1d7";
}
.qmod-trades-historic .fa-send:before,
.qmod-trades-historic .fa-paper-plane:before {
  content: "\f1d8";
}
.qmod-trades-historic .fa-send-o:before,
.qmod-trades-historic .fa-paper-plane-o:before {
  content: "\f1d9";
}
.qmod-trades-historic .fa-history:before {
  content: "\f1da";
}
.qmod-trades-historic .fa-circle-thin:before {
  content: "\f1db";
}
.qmod-trades-historic .fa-header:before {
  content: "\f1dc";
}
.qmod-trades-historic .fa-paragraph:before {
  content: "\f1dd";
}
.qmod-trades-historic .fa-sliders:before {
  content: "\f1de";
}
.qmod-trades-historic .fa-share-alt:before {
  content: "\f1e0";
}
.qmod-trades-historic .fa-share-alt-square:before {
  content: "\f1e1";
}
.qmod-trades-historic .fa-bomb:before {
  content: "\f1e2";
}
.qmod-trades-historic .fa-soccer-ball-o:before,
.qmod-trades-historic .fa-futbol-o:before {
  content: "\f1e3";
}
.qmod-trades-historic .fa-tty:before {
  content: "\f1e4";
}
.qmod-trades-historic .fa-binoculars:before {
  content: "\f1e5";
}
.qmod-trades-historic .fa-plug:before {
  content: "\f1e6";
}
.qmod-trades-historic .fa-slideshare:before {
  content: "\f1e7";
}
.qmod-trades-historic .fa-twitch:before {
  content: "\f1e8";
}
.qmod-trades-historic .fa-yelp:before {
  content: "\f1e9";
}
.qmod-trades-historic .fa-newspaper-o:before {
  content: "\f1ea";
}
.qmod-trades-historic .fa-wifi:before {
  content: "\f1eb";
}
.qmod-trades-historic .fa-calculator:before {
  content: "\f1ec";
}
.qmod-trades-historic .fa-paypal:before {
  content: "\f1ed";
}
.qmod-trades-historic .fa-google-wallet:before {
  content: "\f1ee";
}
.qmod-trades-historic .fa-cc-visa:before {
  content: "\f1f0";
}
.qmod-trades-historic .fa-cc-mastercard:before {
  content: "\f1f1";
}
.qmod-trades-historic .fa-cc-discover:before {
  content: "\f1f2";
}
.qmod-trades-historic .fa-cc-amex:before {
  content: "\f1f3";
}
.qmod-trades-historic .fa-cc-paypal:before {
  content: "\f1f4";
}
.qmod-trades-historic .fa-cc-stripe:before {
  content: "\f1f5";
}
.qmod-trades-historic .fa-bell-slash:before {
  content: "\f1f6";
}
.qmod-trades-historic .fa-bell-slash-o:before {
  content: "\f1f7";
}
.qmod-trades-historic .fa-trash:before {
  content: "\f1f8";
}
.qmod-trades-historic .fa-copyright:before {
  content: "\f1f9";
}
.qmod-trades-historic .fa-at:before {
  content: "\f1fa";
}
.qmod-trades-historic .fa-eyedropper:before {
  content: "\f1fb";
}
.qmod-trades-historic .fa-paint-brush:before {
  content: "\f1fc";
}
.qmod-trades-historic .fa-birthday-cake:before {
  content: "\f1fd";
}
.qmod-trades-historic .fa-area-chart:before {
  content: "\f1fe";
}
.qmod-trades-historic .fa-pie-chart:before {
  content: "\f200";
}
.qmod-trades-historic .fa-line-chart:before {
  content: "\f201";
}
.qmod-trades-historic .fa-lastfm:before {
  content: "\f202";
}
.qmod-trades-historic .fa-lastfm-square:before {
  content: "\f203";
}
.qmod-trades-historic .fa-toggle-off:before {
  content: "\f204";
}
.qmod-trades-historic .fa-toggle-on:before {
  content: "\f205";
}
.qmod-trades-historic .fa-bicycle:before {
  content: "\f206";
}
.qmod-trades-historic .fa-bus:before {
  content: "\f207";
}
.qmod-trades-historic .fa-ioxhost:before {
  content: "\f208";
}
.qmod-trades-historic .fa-angellist:before {
  content: "\f209";
}
.qmod-trades-historic .fa-cc:before {
  content: "\f20a";
}
.qmod-trades-historic .fa-shekel:before,
.qmod-trades-historic .fa-sheqel:before,
.qmod-trades-historic .fa-ils:before {
  content: "\f20b";
}
.qmod-trades-historic .fa-meanpath:before {
  content: "\f20c";
}
.qmod-trades-historic .fa-buysellads:before {
  content: "\f20d";
}
.qmod-trades-historic .fa-connectdevelop:before {
  content: "\f20e";
}
.qmod-trades-historic .fa-dashcube:before {
  content: "\f210";
}
.qmod-trades-historic .fa-forumbee:before {
  content: "\f211";
}
.qmod-trades-historic .fa-leanpub:before {
  content: "\f212";
}
.qmod-trades-historic .fa-sellsy:before {
  content: "\f213";
}
.qmod-trades-historic .fa-shirtsinbulk:before {
  content: "\f214";
}
.qmod-trades-historic .fa-simplybuilt:before {
  content: "\f215";
}
.qmod-trades-historic .fa-skyatlas:before {
  content: "\f216";
}
.qmod-trades-historic .fa-cart-plus:before {
  content: "\f217";
}
.qmod-trades-historic .fa-cart-arrow-down:before {
  content: "\f218";
}
.qmod-trades-historic .fa-diamond:before {
  content: "\f219";
}
.qmod-trades-historic .fa-ship:before {
  content: "\f21a";
}
.qmod-trades-historic .fa-user-secret:before {
  content: "\f21b";
}
.qmod-trades-historic .fa-motorcycle:before {
  content: "\f21c";
}
.qmod-trades-historic .fa-street-view:before {
  content: "\f21d";
}
.qmod-trades-historic .fa-heartbeat:before {
  content: "\f21e";
}
.qmod-trades-historic .fa-venus:before {
  content: "\f221";
}
.qmod-trades-historic .fa-mars:before {
  content: "\f222";
}
.qmod-trades-historic .fa-mercury:before {
  content: "\f223";
}
.qmod-trades-historic .fa-intersex:before,
.qmod-trades-historic .fa-transgender:before {
  content: "\f224";
}
.qmod-trades-historic .fa-transgender-alt:before {
  content: "\f225";
}
.qmod-trades-historic .fa-venus-double:before {
  content: "\f226";
}
.qmod-trades-historic .fa-mars-double:before {
  content: "\f227";
}
.qmod-trades-historic .fa-venus-mars:before {
  content: "\f228";
}
.qmod-trades-historic .fa-mars-stroke:before {
  content: "\f229";
}
.qmod-trades-historic .fa-mars-stroke-v:before {
  content: "\f22a";
}
.qmod-trades-historic .fa-mars-stroke-h:before {
  content: "\f22b";
}
.qmod-trades-historic .fa-neuter:before {
  content: "\f22c";
}
.qmod-trades-historic .fa-genderless:before {
  content: "\f22d";
}
.qmod-trades-historic .fa-facebook-official:before {
  content: "\f230";
}
.qmod-trades-historic .fa-pinterest-p:before {
  content: "\f231";
}
.qmod-trades-historic .fa-whatsapp:before {
  content: "\f232";
}
.qmod-trades-historic .fa-server:before {
  content: "\f233";
}
.qmod-trades-historic .fa-user-plus:before {
  content: "\f234";
}
.qmod-trades-historic .fa-user-times:before {
  content: "\f235";
}
.qmod-trades-historic .fa-hotel:before,
.qmod-trades-historic .fa-bed:before {
  content: "\f236";
}
.qmod-trades-historic .fa-viacoin:before {
  content: "\f237";
}
.qmod-trades-historic .fa-train:before {
  content: "\f238";
}
.qmod-trades-historic .fa-subway:before {
  content: "\f239";
}
.qmod-trades-historic .fa-medium:before {
  content: "\f23a";
}
.qmod-trades-historic .fa-yc:before,
.qmod-trades-historic .fa-y-combinator:before {
  content: "\f23b";
}
.qmod-trades-historic .fa-optin-monster:before {
  content: "\f23c";
}
.qmod-trades-historic .fa-opencart:before {
  content: "\f23d";
}
.qmod-trades-historic .fa-expeditedssl:before {
  content: "\f23e";
}
.qmod-trades-historic .fa-battery-4:before,
.qmod-trades-historic .fa-battery:before,
.qmod-trades-historic .fa-battery-full:before {
  content: "\f240";
}
.qmod-trades-historic .fa-battery-3:before,
.qmod-trades-historic .fa-battery-three-quarters:before {
  content: "\f241";
}
.qmod-trades-historic .fa-battery-2:before,
.qmod-trades-historic .fa-battery-half:before {
  content: "\f242";
}
.qmod-trades-historic .fa-battery-1:before,
.qmod-trades-historic .fa-battery-quarter:before {
  content: "\f243";
}
.qmod-trades-historic .fa-battery-0:before,
.qmod-trades-historic .fa-battery-empty:before {
  content: "\f244";
}
.qmod-trades-historic .fa-mouse-pointer:before {
  content: "\f245";
}
.qmod-trades-historic .fa-i-cursor:before {
  content: "\f246";
}
.qmod-trades-historic .fa-object-group:before {
  content: "\f247";
}
.qmod-trades-historic .fa-object-ungroup:before {
  content: "\f248";
}
.qmod-trades-historic .fa-sticky-note:before {
  content: "\f249";
}
.qmod-trades-historic .fa-sticky-note-o:before {
  content: "\f24a";
}
.qmod-trades-historic .fa-cc-jcb:before {
  content: "\f24b";
}
.qmod-trades-historic .fa-cc-diners-club:before {
  content: "\f24c";
}
.qmod-trades-historic .fa-clone:before {
  content: "\f24d";
}
.qmod-trades-historic .fa-balance-scale:before {
  content: "\f24e";
}
.qmod-trades-historic .fa-hourglass-o:before {
  content: "\f250";
}
.qmod-trades-historic .fa-hourglass-1:before,
.qmod-trades-historic .fa-hourglass-start:before {
  content: "\f251";
}
.qmod-trades-historic .fa-hourglass-2:before,
.qmod-trades-historic .fa-hourglass-half:before {
  content: "\f252";
}
.qmod-trades-historic .fa-hourglass-3:before,
.qmod-trades-historic .fa-hourglass-end:before {
  content: "\f253";
}
.qmod-trades-historic .fa-hourglass:before {
  content: "\f254";
}
.qmod-trades-historic .fa-hand-grab-o:before,
.qmod-trades-historic .fa-hand-rock-o:before {
  content: "\f255";
}
.qmod-trades-historic .fa-hand-stop-o:before,
.qmod-trades-historic .fa-hand-paper-o:before {
  content: "\f256";
}
.qmod-trades-historic .fa-hand-scissors-o:before {
  content: "\f257";
}
.qmod-trades-historic .fa-hand-lizard-o:before {
  content: "\f258";
}
.qmod-trades-historic .fa-hand-spock-o:before {
  content: "\f259";
}
.qmod-trades-historic .fa-hand-pointer-o:before {
  content: "\f25a";
}
.qmod-trades-historic .fa-hand-peace-o:before {
  content: "\f25b";
}
.qmod-trades-historic .fa-trademark:before {
  content: "\f25c";
}
.qmod-trades-historic .fa-registered:before {
  content: "\f25d";
}
.qmod-trades-historic .fa-creative-commons:before {
  content: "\f25e";
}
.qmod-trades-historic .fa-gg:before {
  content: "\f260";
}
.qmod-trades-historic .fa-gg-circle:before {
  content: "\f261";
}
.qmod-trades-historic .fa-tripadvisor:before {
  content: "\f262";
}
.qmod-trades-historic .fa-odnoklassniki:before {
  content: "\f263";
}
.qmod-trades-historic .fa-odnoklassniki-square:before {
  content: "\f264";
}
.qmod-trades-historic .fa-get-pocket:before {
  content: "\f265";
}
.qmod-trades-historic .fa-wikipedia-w:before {
  content: "\f266";
}
.qmod-trades-historic .fa-safari:before {
  content: "\f267";
}
.qmod-trades-historic .fa-chrome:before {
  content: "\f268";
}
.qmod-trades-historic .fa-firefox:before {
  content: "\f269";
}
.qmod-trades-historic .fa-opera:before {
  content: "\f26a";
}
.qmod-trades-historic .fa-internet-explorer:before {
  content: "\f26b";
}
.qmod-trades-historic .fa-tv:before,
.qmod-trades-historic .fa-television:before {
  content: "\f26c";
}
.qmod-trades-historic .fa-contao:before {
  content: "\f26d";
}
.qmod-trades-historic .fa-500px:before {
  content: "\f26e";
}
.qmod-trades-historic .fa-amazon:before {
  content: "\f270";
}
.qmod-trades-historic .fa-calendar-plus-o:before {
  content: "\f271";
}
.qmod-trades-historic .fa-calendar-minus-o:before {
  content: "\f272";
}
.qmod-trades-historic .fa-calendar-times-o:before {
  content: "\f273";
}
.qmod-trades-historic .fa-calendar-check-o:before {
  content: "\f274";
}
.qmod-trades-historic .fa-industry:before {
  content: "\f275";
}
.qmod-trades-historic .fa-map-pin:before {
  content: "\f276";
}
.qmod-trades-historic .fa-map-signs:before {
  content: "\f277";
}
.qmod-trades-historic .fa-map-o:before {
  content: "\f278";
}
.qmod-trades-historic .fa-map:before {
  content: "\f279";
}
.qmod-trades-historic .fa-commenting:before {
  content: "\f27a";
}
.qmod-trades-historic .fa-commenting-o:before {
  content: "\f27b";
}
.qmod-trades-historic .fa-houzz:before {
  content: "\f27c";
}
.qmod-trades-historic .fa-vimeo:before {
  content: "\f27d";
}
.qmod-trades-historic .fa-black-tie:before {
  content: "\f27e";
}
.qmod-trades-historic .fa-fonticons:before {
  content: "\f280";
}
.qmod-trades-historic .fa-reddit-alien:before {
  content: "\f281";
}
.qmod-trades-historic .fa-edge:before {
  content: "\f282";
}
.qmod-trades-historic .fa-credit-card-alt:before {
  content: "\f283";
}
.qmod-trades-historic .fa-codiepie:before {
  content: "\f284";
}
.qmod-trades-historic .fa-modx:before {
  content: "\f285";
}
.qmod-trades-historic .fa-fort-awesome:before {
  content: "\f286";
}
.qmod-trades-historic .fa-usb:before {
  content: "\f287";
}
.qmod-trades-historic .fa-product-hunt:before {
  content: "\f288";
}
.qmod-trades-historic .fa-mixcloud:before {
  content: "\f289";
}
.qmod-trades-historic .fa-scribd:before {
  content: "\f28a";
}
.qmod-trades-historic .fa-pause-circle:before {
  content: "\f28b";
}
.qmod-trades-historic .fa-pause-circle-o:before {
  content: "\f28c";
}
.qmod-trades-historic .fa-stop-circle:before {
  content: "\f28d";
}
.qmod-trades-historic .fa-stop-circle-o:before {
  content: "\f28e";
}
.qmod-trades-historic .fa-shopping-bag:before {
  content: "\f290";
}
.qmod-trades-historic .fa-shopping-basket:before {
  content: "\f291";
}
.qmod-trades-historic .fa-hashtag:before {
  content: "\f292";
}
.qmod-trades-historic .fa-bluetooth:before {
  content: "\f293";
}
.qmod-trades-historic .fa-bluetooth-b:before {
  content: "\f294";
}
.qmod-trades-historic .fa-percent:before {
  content: "\f295";
}
.qmod-trades-historic .fa-gitlab:before {
  content: "\f296";
}
.qmod-trades-historic .fa-wpbeginner:before {
  content: "\f297";
}
.qmod-trades-historic .fa-wpforms:before {
  content: "\f298";
}
.qmod-trades-historic .fa-envira:before {
  content: "\f299";
}
.qmod-trades-historic .fa-universal-access:before {
  content: "\f29a";
}
.qmod-trades-historic .fa-wheelchair-alt:before {
  content: "\f29b";
}
.qmod-trades-historic .fa-question-circle-o:before {
  content: "\f29c";
}
.qmod-trades-historic .fa-blind:before {
  content: "\f29d";
}
.qmod-trades-historic .fa-audio-description:before {
  content: "\f29e";
}
.qmod-trades-historic .fa-volume-control-phone:before {
  content: "\f2a0";
}
.qmod-trades-historic .fa-braille:before {
  content: "\f2a1";
}
.qmod-trades-historic .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.qmod-trades-historic .fa-asl-interpreting:before,
.qmod-trades-historic .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.qmod-trades-historic .fa-deafness:before,
.qmod-trades-historic .fa-hard-of-hearing:before,
.qmod-trades-historic .fa-deaf:before {
  content: "\f2a4";
}
.qmod-trades-historic .fa-glide:before {
  content: "\f2a5";
}
.qmod-trades-historic .fa-glide-g:before {
  content: "\f2a6";
}
.qmod-trades-historic .fa-signing:before,
.qmod-trades-historic .fa-sign-language:before {
  content: "\f2a7";
}
.qmod-trades-historic .fa-low-vision:before {
  content: "\f2a8";
}
.qmod-trades-historic .fa-viadeo:before {
  content: "\f2a9";
}
.qmod-trades-historic .fa-viadeo-square:before {
  content: "\f2aa";
}
.qmod-trades-historic .fa-snapchat:before {
  content: "\f2ab";
}
.qmod-trades-historic .fa-snapchat-ghost:before {
  content: "\f2ac";
}
.qmod-trades-historic .fa-snapchat-square:before {
  content: "\f2ad";
}
.qmod-trades-historic .fa-pied-piper:before {
  content: "\f2ae";
}
.qmod-trades-historic .fa-first-order:before {
  content: "\f2b0";
}
.qmod-trades-historic .fa-yoast:before {
  content: "\f2b1";
}
.qmod-trades-historic .fa-themeisle:before {
  content: "\f2b2";
}
.qmod-trades-historic .fa-google-plus-circle:before,
.qmod-trades-historic .fa-google-plus-official:before {
  content: "\f2b3";
}
.qmod-trades-historic .fa-fa:before,
.qmod-trades-historic .fa-font-awesome:before {
  content: "\f2b4";
}
.qmod-trades-historic .fa-handshake-o:before {
  content: "\f2b5";
}
.qmod-trades-historic .fa-envelope-open:before {
  content: "\f2b6";
}
.qmod-trades-historic .fa-envelope-open-o:before {
  content: "\f2b7";
}
.qmod-trades-historic .fa-linode:before {
  content: "\f2b8";
}
.qmod-trades-historic .fa-address-book:before {
  content: "\f2b9";
}
.qmod-trades-historic .fa-address-book-o:before {
  content: "\f2ba";
}
.qmod-trades-historic .fa-vcard:before,
.qmod-trades-historic .fa-address-card:before {
  content: "\f2bb";
}
.qmod-trades-historic .fa-vcard-o:before,
.qmod-trades-historic .fa-address-card-o:before {
  content: "\f2bc";
}
.qmod-trades-historic .fa-user-circle:before {
  content: "\f2bd";
}
.qmod-trades-historic .fa-user-circle-o:before {
  content: "\f2be";
}
.qmod-trades-historic .fa-user-o:before {
  content: "\f2c0";
}
.qmod-trades-historic .fa-id-badge:before {
  content: "\f2c1";
}
.qmod-trades-historic .fa-drivers-license:before,
.qmod-trades-historic .fa-id-card:before {
  content: "\f2c2";
}
.qmod-trades-historic .fa-drivers-license-o:before,
.qmod-trades-historic .fa-id-card-o:before {
  content: "\f2c3";
}
.qmod-trades-historic .fa-quora:before {
  content: "\f2c4";
}
.qmod-trades-historic .fa-free-code-camp:before {
  content: "\f2c5";
}
.qmod-trades-historic .fa-telegram:before {
  content: "\f2c6";
}
.qmod-trades-historic .fa-thermometer-4:before,
.qmod-trades-historic .fa-thermometer:before,
.qmod-trades-historic .fa-thermometer-full:before {
  content: "\f2c7";
}
.qmod-trades-historic .fa-thermometer-3:before,
.qmod-trades-historic .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.qmod-trades-historic .fa-thermometer-2:before,
.qmod-trades-historic .fa-thermometer-half:before {
  content: "\f2c9";
}
.qmod-trades-historic .fa-thermometer-1:before,
.qmod-trades-historic .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.qmod-trades-historic .fa-thermometer-0:before,
.qmod-trades-historic .fa-thermometer-empty:before {
  content: "\f2cb";
}
.qmod-trades-historic .fa-shower:before {
  content: "\f2cc";
}
.qmod-trades-historic .fa-bathtub:before,
.qmod-trades-historic .fa-s15:before,
.qmod-trades-historic .fa-bath:before {
  content: "\f2cd";
}
.qmod-trades-historic .fa-podcast:before {
  content: "\f2ce";
}
.qmod-trades-historic .fa-window-maximize:before {
  content: "\f2d0";
}
.qmod-trades-historic .fa-window-minimize:before {
  content: "\f2d1";
}
.qmod-trades-historic .fa-window-restore:before {
  content: "\f2d2";
}
.qmod-trades-historic .fa-times-rectangle:before,
.qmod-trades-historic .fa-window-close:before {
  content: "\f2d3";
}
.qmod-trades-historic .fa-times-rectangle-o:before,
.qmod-trades-historic .fa-window-close-o:before {
  content: "\f2d4";
}
.qmod-trades-historic .fa-bandcamp:before {
  content: "\f2d5";
}
.qmod-trades-historic .fa-grav:before {
  content: "\f2d6";
}
.qmod-trades-historic .fa-etsy:before {
  content: "\f2d7";
}
.qmod-trades-historic .fa-imdb:before {
  content: "\f2d8";
}
.qmod-trades-historic .fa-ravelry:before {
  content: "\f2d9";
}
.qmod-trades-historic .fa-eercast:before {
  content: "\f2da";
}
.qmod-trades-historic .fa-microchip:before {
  content: "\f2db";
}
.qmod-trades-historic .fa-snowflake-o:before {
  content: "\f2dc";
}
.qmod-trades-historic .fa-superpowers:before {
  content: "\f2dd";
}
.qmod-trades-historic .fa-wpexplorer:before {
  content: "\f2de";
}
.qmod-trades-historic .fa-meetup:before {
  content: "\f2e0";
}
.qmod-trades-historic .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.qmod-trades-historic .sr-only-focusable:active,
.qmod-trades-historic .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.qmod-trades-historic :root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
}
.qmod-trades-historic table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
.qmod-trades-historic table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
.qmod-trades-historic table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}
.qmod-trades-historic table.dataTable thead > tr > th.sorting,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_asc,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_desc,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_asc_disabled,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_desc_disabled,
.qmod-trades-historic table.dataTable thead > tr > td.sorting,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_asc,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_desc,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_asc_disabled,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}
.qmod-trades-historic table.dataTable thead > tr > th.sorting:before,
.qmod-trades-historic table.dataTable thead > tr > th.sorting:after,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_asc:before,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_asc:after,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_desc:before,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_desc:after,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_asc_disabled:before,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_asc_disabled:after,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_desc_disabled:before,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_desc_disabled:after,
.qmod-trades-historic table.dataTable thead > tr > td.sorting:before,
.qmod-trades-historic table.dataTable thead > tr > td.sorting:after,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_asc:before,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_asc:after,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_desc:before,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_desc:after,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_asc_disabled:before,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_asc_disabled:after,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_desc_disabled:before,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}
.qmod-trades-historic table.dataTable thead > tr > th.sorting:before,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_asc:before,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_desc:before,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_asc_disabled:before,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_desc_disabled:before,
.qmod-trades-historic table.dataTable thead > tr > td.sorting:before,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_asc:before,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_desc:before,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_asc_disabled:before,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
}
.qmod-trades-historic table.dataTable thead > tr > th.sorting:after,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_asc:after,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_desc:after,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_asc_disabled:after,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_desc_disabled:after,
.qmod-trades-historic table.dataTable thead > tr > td.sorting:after,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_asc:after,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_desc:after,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_asc_disabled:after,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
}
.qmod-trades-historic table.dataTable thead > tr > th.sorting_asc:before,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_desc:after,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_asc:before,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}
.qmod-trades-historic table.dataTable thead > tr > th.sorting_desc_disabled:after,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_asc_disabled:before,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_desc_disabled:after,
.qmod-trades-historic table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}
.qmod-trades-historic table.dataTable thead > tr > th:active,
.qmod-trades-historic table.dataTable thead > tr > td:active {
  outline: none;
}
.qmod-trades-historic div.dataTables_scrollBody table.dataTable thead > tr > th:before,
.qmod-trades-historic div.dataTables_scrollBody table.dataTable thead > tr > th:after,
.qmod-trades-historic div.dataTables_scrollBody table.dataTable thead > tr > td:before,
.qmod-trades-historic div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  display: none;
}
.qmod-trades-historic div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}
.qmod-trades-historic div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
.qmod-trades-historic div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: 13 110 253;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.qmod-trades-historic div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
.qmod-trades-historic div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
.qmod-trades-historic div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
.qmod-trades-historic div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}
@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.qmod-trades-historic table.dataTable.nowrap th,
.qmod-trades-historic table.dataTable.nowrap td {
  white-space: nowrap;
}
.qmod-trades-historic table.dataTable th.dt-left,
.qmod-trades-historic table.dataTable td.dt-left {
  text-align: left;
}
.qmod-trades-historic table.dataTable th.dt-center,
.qmod-trades-historic table.dataTable td.dt-center,
.qmod-trades-historic table.dataTable td.dataTables_empty {
  text-align: center;
}
.qmod-trades-historic table.dataTable th.dt-right,
.qmod-trades-historic table.dataTable td.dt-right {
  text-align: right;
}
.qmod-trades-historic table.dataTable th.dt-justify,
.qmod-trades-historic table.dataTable td.dt-justify {
  text-align: justify;
}
.qmod-trades-historic table.dataTable th.dt-nowrap,
.qmod-trades-historic table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
.qmod-trades-historic table.dataTable thead th,
.qmod-trades-historic table.dataTable thead td,
.qmod-trades-historic table.dataTable tfoot th,
.qmod-trades-historic table.dataTable tfoot td {
  text-align: left;
}
.qmod-trades-historic table.dataTable thead th.dt-head-left,
.qmod-trades-historic table.dataTable thead td.dt-head-left,
.qmod-trades-historic table.dataTable tfoot th.dt-head-left,
.qmod-trades-historic table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
.qmod-trades-historic table.dataTable thead th.dt-head-center,
.qmod-trades-historic table.dataTable thead td.dt-head-center,
.qmod-trades-historic table.dataTable tfoot th.dt-head-center,
.qmod-trades-historic table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
.qmod-trades-historic table.dataTable thead th.dt-head-right,
.qmod-trades-historic table.dataTable thead td.dt-head-right,
.qmod-trades-historic table.dataTable tfoot th.dt-head-right,
.qmod-trades-historic table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
.qmod-trades-historic table.dataTable thead th.dt-head-justify,
.qmod-trades-historic table.dataTable thead td.dt-head-justify,
.qmod-trades-historic table.dataTable tfoot th.dt-head-justify,
.qmod-trades-historic table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
.qmod-trades-historic table.dataTable thead th.dt-head-nowrap,
.qmod-trades-historic table.dataTable thead td.dt-head-nowrap,
.qmod-trades-historic table.dataTable tfoot th.dt-head-nowrap,
.qmod-trades-historic table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
.qmod-trades-historic table.dataTable tbody th.dt-body-left,
.qmod-trades-historic table.dataTable tbody td.dt-body-left {
  text-align: left;
}
.qmod-trades-historic table.dataTable tbody th.dt-body-center,
.qmod-trades-historic table.dataTable tbody td.dt-body-center {
  text-align: center;
}
.qmod-trades-historic table.dataTable tbody th.dt-body-right,
.qmod-trades-historic table.dataTable tbody td.dt-body-right {
  text-align: right;
}
.qmod-trades-historic table.dataTable tbody th.dt-body-justify,
.qmod-trades-historic table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
.qmod-trades-historic table.dataTable tbody th.dt-body-nowrap,
.qmod-trades-historic table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
.qmod-trades-historic table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
.qmod-trades-historic table.dataTable thead th,
.qmod-trades-historic table.dataTable tfoot th {
  font-weight: bold;
}
.qmod-trades-historic table.dataTable thead th,
.qmod-trades-historic table.dataTable thead td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.qmod-trades-historic table.dataTable thead th:active,
.qmod-trades-historic table.dataTable thead td:active {
  outline: none;
}
.qmod-trades-historic table.dataTable tfoot th,
.qmod-trades-historic table.dataTable tfoot td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.qmod-trades-historic table.dataTable tbody tr {
  background-color: transparent;
}
.qmod-trades-historic table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: white;
  color: rgb(var(--dt-row-selected-text));
}
.qmod-trades-historic table.dataTable tbody tr.selected a {
  color: #090a0b;
  color: rgb(var(--dt-row-selected-link));
}
.qmod-trades-historic table.dataTable tbody th,
.qmod-trades-historic table.dataTable tbody td {
  padding: 8px 10px;
}
.qmod-trades-historic table.dataTable.row-border tbody th,
.qmod-trades-historic table.dataTable.row-border tbody td,
.qmod-trades-historic table.dataTable.display tbody th,
.qmod-trades-historic table.dataTable.display tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.qmod-trades-historic table.dataTable.row-border tbody tr:first-child th,
.qmod-trades-historic table.dataTable.row-border tbody tr:first-child td,
.qmod-trades-historic table.dataTable.display tbody tr:first-child th,
.qmod-trades-historic table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
.qmod-trades-historic table.dataTable.cell-border tbody th,
.qmod-trades-historic table.dataTable.cell-border tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.qmod-trades-historic table.dataTable.cell-border tbody tr th:first-child,
.qmod-trades-historic table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.qmod-trades-historic table.dataTable.cell-border tbody tr:first-child th,
.qmod-trades-historic table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
.qmod-trades-historic table.dataTable.stripe > tbody > tr.odd > *,
.qmod-trades-historic table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}
.qmod-trades-historic table.dataTable.stripe > tbody > tr.odd.selected > *,
.qmod-trades-historic table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.923));
}
.qmod-trades-historic table.dataTable.hover > tbody > tr:hover > *,
.qmod-trades-historic table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
}
.qmod-trades-historic table.dataTable.hover > tbody > tr.selected:hover > *,
.qmod-trades-historic table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 1)) !important;
}
.qmod-trades-historic table.dataTable.order-column > tbody tr > .sorting_1,
.qmod-trades-historic table.dataTable.order-column > tbody tr > .sorting_2,
.qmod-trades-historic table.dataTable.order-column > tbody tr > .sorting_3,
.qmod-trades-historic table.dataTable.display > tbody tr > .sorting_1,
.qmod-trades-historic table.dataTable.display > tbody tr > .sorting_2,
.qmod-trades-historic table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}
.qmod-trades-historic table.dataTable.order-column > tbody tr.selected > .sorting_1,
.qmod-trades-historic table.dataTable.order-column > tbody tr.selected > .sorting_2,
.qmod-trades-historic table.dataTable.order-column > tbody tr.selected > .sorting_3,
.qmod-trades-historic table.dataTable.display > tbody tr.selected > .sorting_1,
.qmod-trades-historic table.dataTable.display > tbody tr.selected > .sorting_2,
.qmod-trades-historic table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.919));
}
.qmod-trades-historic table.dataTable.display > tbody > tr.odd > .sorting_1,
.qmod-trades-historic table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
}
.qmod-trades-historic table.dataTable.display > tbody > tr.odd > .sorting_2,
.qmod-trades-historic table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
}
.qmod-trades-historic table.dataTable.display > tbody > tr.odd > .sorting_3,
.qmod-trades-historic table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
}
.qmod-trades-historic table.dataTable.display > tbody > tr.odd.selected > .sorting_1,
.qmod-trades-historic table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.954));
}
.qmod-trades-historic table.dataTable.display > tbody > tr.odd.selected > .sorting_2,
.qmod-trades-historic table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.947));
}
.qmod-trades-historic table.dataTable.display > tbody > tr.odd.selected > .sorting_3,
.qmod-trades-historic table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.939));
}
.qmod-trades-historic table.dataTable.display > tbody > tr.even > .sorting_1,
.qmod-trades-historic table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}
.qmod-trades-historic table.dataTable.display > tbody > tr.even > .sorting_2,
.qmod-trades-historic table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
}
.qmod-trades-historic table.dataTable.display > tbody > tr.even > .sorting_3,
.qmod-trades-historic table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
}
.qmod-trades-historic table.dataTable.display > tbody > tr.even.selected > .sorting_1,
.qmod-trades-historic table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.919));
}
.qmod-trades-historic table.dataTable.display > tbody > tr.even.selected > .sorting_2,
.qmod-trades-historic table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.911));
}
.qmod-trades-historic table.dataTable.display > tbody > tr.even.selected > .sorting_3,
.qmod-trades-historic table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.903));
}
.qmod-trades-historic table.dataTable.display tbody tr:hover > .sorting_1,
.qmod-trades-historic table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
}
.qmod-trades-historic table.dataTable.display tbody tr:hover > .sorting_2,
.qmod-trades-historic table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
}
.qmod-trades-historic table.dataTable.display tbody tr:hover > .sorting_3,
.qmod-trades-historic table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
}
.qmod-trades-historic table.dataTable.display tbody tr:hover.selected > .sorting_1,
.qmod-trades-historic table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.982));
}
.qmod-trades-historic table.dataTable.display tbody tr:hover.selected > .sorting_2,
.qmod-trades-historic table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.974));
}
.qmod-trades-historic table.dataTable.display tbody tr:hover.selected > .sorting_3,
.qmod-trades-historic table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected, 0.962));
}
.qmod-trades-historic table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.qmod-trades-historic table.dataTable.compact thead th,
.qmod-trades-historic table.dataTable.compact thead td,
.qmod-trades-historic table.dataTable.compact tfoot th,
.qmod-trades-historic table.dataTable.compact tfoot td,
.qmod-trades-historic table.dataTable.compact tbody th,
.qmod-trades-historic table.dataTable.compact tbody td {
  padding: 4px;
}
.qmod-trades-historic table.dataTable th,
.qmod-trades-historic table.dataTable td {
  box-sizing: content-box;
}
.qmod-trades-historic .dataTables_wrapper {
  position: relative;
  clear: both;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_length {
  float: left;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(230, 230, 230, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C */
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_length,
.qmod-trades-historic .dataTables_wrapper .dataTables_filter,
.qmod-trades-historic .dataTables_wrapper .dataTables_info,
.qmod-trades-historic .dataTables_wrapper .dataTables_processing,
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate {
  color: inherit;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.qmod-trades-historic .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.qmod-trades-historic .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.qmod-trades-historic .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.qmod-trades-historic .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.qmod-trades-historic .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.qmod-trades-historic .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.qmod-trades-historic .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.qmod-trades-historic .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.qmod-trades-historic .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.qmod-trades-historic .dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .qmod-trades-historic .dataTables_wrapper .dataTables_info,
  .qmod-trades-historic .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .qmod-trades-historic .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .qmod-trades-historic .dataTables_wrapper .dataTables_length,
  .qmod-trades-historic .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .qmod-trades-historic .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  display: none;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_info {
  padding: 12px 0 0 0;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate {
  padding: 5px 0 0 0;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: var(--QMOD-primary-color);
  color: #FFF !important;
  font: 14px Arial, Tahoma, serif;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  padding: 8px 16px;
  margin-left: 1px;
  margin-right: 1px;
  border: none;
  text-shadow: none;
  box-shadow: none;
  outline: 0;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  margin-right: 10px;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  margin-left: 10px;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  background: #ddd;
  color: #333333 !important;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: linear-gradient(#0c82d6, #0c82d6);
  border: none;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  background: linear-gradient(#eaeaea, #eaeaea);
  color: #333333 !important;
  border: none;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: linear-gradient(#08568e, #08568e);
  color: #fff !important;
  border: none;
  box-shadow: none;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: linear-gradient(#08568e, #08568e);
  color: #fff !important;
  border: none;
}
.qmod-trades-historic table.qmod-table.dataTable {
  border-collapse: collapse;
}
.qmod-trades-historic table.qmod-table.dataTable th:focus,
.qmod-trades-historic table.qmod-table.dataTable td:focus {
  border: 1px solid black;
}
.qmod-trades-historic table.qmod-table.dataTable tr {
  border-bottom: 1.5px solid #eee;
}
.qmod-trades-historic table.qmod-table.dataTable tr.child {
  border-bottom: 0 !important;
}
.qmod-trades-historic table.qmod-table.dataTable tr.child td.child {
  padding-left: 2px;
  padding-right: 2px;
  border-bottom: 0;
}
.qmod-trades-historic table.qmod-table.dataTable tr.child td.child table > tr :last-child {
  text-align: right;
  white-space: normal;
}
.qmod-trades-historic table.qmod-table.dataTable .qmod-resp-table {
  max-width: 100%;
  border-radius: 3px;
  border-collapse: separate;
}
.qmod-trades-historic table.qmod-table.dataTable .qmod-resp-table tr {
  background-color: inherit;
}
.qmod-trades-historic table.qmod-table.dataTable .qmod-resp-table td {
  text-align: left;
}
.qmod-trades-historic table.qmod-table.dataTable .qmod-resp-table td:last-child {
  text-align: right;
  white-space: normal;
}
.qmod-trades-historic table.qmod-table.dataTable .qmod-resp-table td:last-child * {
  text-align: right;
  white-space: normal;
}
.qmod-trades-historic table.dataTable.qmod-table tbody tr td {
  padding: 10px 20px 10px 8px;
}
.qmod-trades-historic table.dataTable.qmod-table tbody tr td.qmod-col-nopad {
  padding: 0;
}
.qmod-trades-historic table.dataTable.qmod-table tbody tr td.qmod-textr {
  text-align: right;
}
.qmod-trades-historic table.dataTable.qmod-table tbody tr td:nth-child(2) {
  padding-left: 0;
}
.qmod-trades-historic table.dataTable.qmod-table thead tr th {
  position: relative;
  padding: 10px 20px 10px 8px;
  outline: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qmod-trades-historic table.dataTable.qmod-table thead tr th:nth-child(2) {
  padding-left: 0;
}
.qmod-trades-historic table.dataTable.qmod-table thead tr th.qmod-textr {
  text-align: right;
}
.qmod-trades-historic table.dataTable.qmod-table thead tr th.qmod-textc {
  text-align: center;
}
.qmod-trades-historic table.dataTable.qmod-table thead tr th.sorting,
.qmod-trades-historic table.dataTable.qmod-table thead tr th.sorting_asc,
.qmod-trades-historic table.dataTable.qmod-table thead tr th.sorting_desc {
  cursor: pointer;
}
.qmod-trades-historic table.dataTable.qmod-table tfoot tr th {
  padding: 10px 20px 10px 8px;
}
.qmod-trades-historic table.dataTable.qmod-table tfoot td.qmod-textr {
  text-align: right;
}
.qmod-trades-historic table.dataTable.qmod-table tfoot:nth-child(2) {
  padding-left: 0;
}
.qmod-trades-historic table.dataTable.responsive.nowrap > thead > tr > th:focus {
  border: 0;
}
.qmod-trades-historic table.dataTable.responsive.nowrap tr {
  border-bottom: var(--QMOD-primary-border);
}
.qmod-trades-historic table.dataTable.responsive.nowrap > thead > tr > th.sorting_desc,
.qmod-trades-historic table.dataTable.responsive.nowrap > thead > tr > th.sorting_asc,
.qmod-trades-historic table.dataTable.responsive.nowrap > thead > tr > th.sorting:hover {
  border: 0;
  border-bottom: 2px solid var(--QMOD-primary-color);
}
.qmod-trades-historic table.qmod-table.dataTable.nowrap > thead > tr > th:focus {
  border: 0;
}
.qmod-trades-historic table.qmod-table.dataTable.nowrap tr {
  border-bottom: var(--QMOD-primary-border);
}
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting::after,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting_asc::after,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting_desc::after,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting::before,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting_asc::before,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting_desc::before {
  font: normal normal normal 1.3em FontAwesome;
  opacity: 0;
  right: 0;
}
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting::after,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting_asc::after,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting_desc::after {
  content: "\f0d7";
  top: 40%;
}
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting::before,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting_asc::before,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting_desc::before {
  content: "\f0d8";
  bottom: 40%;
}
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting.sorting_desc::after,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting_asc.sorting_desc::after,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting_desc.sorting_desc::after,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting.sorting_asc::before,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting_asc.sorting_asc::before,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting_desc.sorting_asc::before {
  opacity: 1;
}
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting.sorting_desc::before,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting_asc.sorting_desc::before,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting_desc.sorting_desc::before,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting.sorting_asc::after,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting_asc.sorting_asc::after,
.qmod-trades-historic table.qmod-table.dataTable.nowrap thead tr th.sorting_desc.sorting_asc::after {
  opacity: 0;
}
.qmod-trades-historic table.qmod-table.dataTable.nowrap > thead > tr > th.sorting_desc,
.qmod-trades-historic table.qmod-table.dataTable.nowrap > thead > tr > th.sorting_asc,
.qmod-trades-historic table.qmod-table.dataTable.nowrap > thead > tr > th.sorting:hover {
  border: 0;
  border-bottom: 2px solid var(--QMOD-primary-color);
}
.qmod-trades-historic table.dataTable thead > tr > th.sorting_asc:before,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_desc:after,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_asc:before,
.qmod-trades-historic table.dataTable thead > tr > th.sorting_desc:after,
.qmod-trades-historic table.dataTable thead > tr > th.sorting:after,
.qmod-trades-historic table.dataTable thead > tr > th.sorting:before {
  right: 0;
  color: #575757;
}
.qmod-trades-historic table.dataTable thead > tr > th.sorting_asc:after {
  display: none;
}
.qmod-trades-historic table.dataTable thead > tr > th.sorting_desc:before {
  display: none;
}
.qmod-trades-historic table.qmod-table.dataTable > thead > tr > th {
  border-bottom: 1.5px solid #eee;
}
.qmod-trades-historic table.qmod-table.dataTable > thead > tr > th.sorting:hover {
  border-bottom: 1px solid #222;
}
.qmod-trades-historic table.qmod-table.dataTable > thead > tr > th.sorting_desc,
.qmod-trades-historic table.qmod-table.dataTable > thead > tr > th.sorting_asc {
  border-bottom: 1px solid #222;
}
.qmod-trades-historic table.qmod-table.dataTable > thead > tr > th.control {
  padding: 0;
  max-width: 25px;
}
.qmod-trades-historic table.qmod-table.dataTable.dtr-column > tbody > tr > td.control,
.qmod-trades-historic table.qmod-table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
  padding: 0px 5px;
}
.qmod-trades-historic table.qmod-table.dataTable.dtr-column > tbody > tr > td.control:before,
.qmod-trades-historic table.qmod-table.dataTable.dtr-column > tbody > tr > th.control:before {
  display: inline-block;
  font: normal normal normal 14px/1 quotemedia;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  box-sizing: content-box;
  text-align: left;
  text-indent: 0;
  padding: 2px;
  line-height: normal;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  content: "\e921";
  background-color: unset;
  color: #333;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  margin-left: 0;
}
.qmod-trades-historic table.qmod-table.dataTable.dtr-column > tbody > tr.parent td.control:before,
.qmod-trades-historic table.qmod-table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "\e92b";
  background-color: unset;
}
.qmod-trades-historic table.qmod-table.dataTable > tbody > tr.child ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}
.qmod-trades-historic table.qmod-table.dataTable.dtr-inline.collapsed > tbody > tr > td.child {
  text-align: left;
}
.qmod-trades-historic td.child > table > tr > td > div {
  float: none;
}
.qmod-trades-historic td.child > table {
  border-collapse: collapse;
  width: 100%;
}
.qmod-trades-historic td.child > table tr {
  border-bottom: 1.5px solid #eee;
  border-top: 0;
}
.qmod-trades-historic td.child > table tr td {
  box-sizing: border-box;
}
.qmod-trades-historic .qmod-tab-row {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background-color: #EAEEF1;
  border-radius: 3px;
}
.qmod-trades-historic .qmod-tab-row.qmod-tab-views {
  padding: 5px 10px 0 10px;
}
.qmod-trades-historic .qmod-tab-row .qmod-tab {
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.qmod-trades-historic .qmod-tab-views .qmod-tab {
  border: 1px solid transparent;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 0;
  margin-right: 5px;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 590px) {
  .qmod-trades-historic .qmod-tab-views .qmod-tab {
    padding: 5px 10px;
    font-size: 13px;
  }
}
.qmod-trades-historic .qmod-tab-views .qmod-tab:last-child {
  margin-right: 0;
}
.qmod-trades-historic .qmod-tab-views .qmod-tab a.qmod-tab-label {
  text-decoration: none;
}
.qmod-trades-historic .qmod-tab-views .qmod-tab:hover,
.qmod-trades-historic .qmod-tab-views .qmod-tab.qmod-tab-active {
  background-color: #fff;
  border: 1px solid #C3CED3;
  border-radius: 3px 3px 0px 0px;
  border-bottom: 0;
  color: #000;
  box-shadow: 0 -1px 0px 1px rgba(0, 0, 0, 0.05);
}
.qmod-trades-historic .qmod-tab-views .qmod-tab:hover .qmod-tab-label,
.qmod-trades-historic .qmod-tab-views .qmod-tab.qmod-tab-active .qmod-tab-label {
  color: #000;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab {
  border: 0;
  display: inline-block;
  padding: 5px 10px;
  background-color: #2980b9;
  cursor: pointer;
  text-align: left;
  color: #fff;
  border-radius: 3px;
  margin: 5px 0;
  margin-right: 8px;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab.qmod-tab-nobg {
  background-color: transparent;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab.qmod-tab-nobg .qmod-tab-label {
  color: #2980b9;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab.qmod-tab-nobg:hover {
  background-color: transparent;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab.qmod-tab-nobg:hover .qmod-tab-label {
  color: #0b88d1;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab:hover {
  background-color: #0b88d1;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab.qmod-tab-addsymbol {
  background-color: #00b100;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .qmod-trades-historic .qmod-tab-header .qmod-tab.qmod-tab-addsymbol {
    margin-left: 0;
  }
}
.qmod-trades-historic .qmod-tab-header .qmod-tab.qmod-tab-portrename {
  padding: 0 5px;
  background-color: transparent;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab.qmod-tab-portrename .qmod-tab-label-text {
  font-size: 15px;
  color: #000;
  padding-right: 5px;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab.qmod-tab-portrename .qmod-portnamedit {
  font-weight: bold;
  padding: 6px 6px 8px 10px;
  font-size: 15px;
  width: 225px;
  display: inline-block;
  text-align: left;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab .qmod-porticon {
  vertical-align: middle;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab .qmod-porticon + .qmod-tab-label-text {
  margin-left: 5px;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab.qmod-tab-delport {
  background-color: #ea0000;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab:first-child {
  padding: 0px 5px;
  background-color: inherit;
  padding-left: 5px;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab .qmod-tab-label {
  text-decoration: none;
  min-height: 17px;
  display: inline-block;
  color: #fff;
  position: relative;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab .qmod-tab-label .qmod-tab-label-text {
  letter-spacing: 1px;
  font-size: 14px;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab.qmod-tab-active {
  background-color: #2980b9;
}
.qmod-trades-historic .qmod-tab-header .qmod-tab.qmod-tab-active .qmod-tab-label {
  cursor: pointer;
  color: #fff;
}
.qmod-trades-historic .qmod-smartlookup-results {
  width: auto;
  padding-top: 10px;
  max-height: 80%;
  bottom: 30px;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-sersel {
  margin-left: auto;
  display: inline-block;
  padding: 0px;
  padding-bottom: 5px;
  border-bottom: none;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-sersel .qmod-searchby {
  padding-right: 5px;
}
.qmod-trades-historic .qmod-smartlookup-results input,
.qmod-trades-historic .qmod-smartlookup-results label {
  display: inline-block;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-label {
  background-color: #fff;
  cursor: pointer;
  padding: 5px;
  color: #000;
  border: 1px solid #2980b9;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-label.qmod-searchby-name {
  border-radius: 3px 0 0 3px;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-label.qmod-searchby-symbol {
  border-radius: 0 3px 3px 0;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-label.qmod-active {
  background-color: #2980b9;
  color: #fff;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-label input {
  display: none;
}
.qmod-trades-historic .qmod-smartlookup-results input[type="radio"],
.qmod-trades-historic .qmod-smartlookup-results input[type="checkbox"] {
  line-height: normal;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-smartlookup-result {
  cursor: pointer;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-smartlookup-result .qmod-table {
  border-collapse: collapse;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-smartlookup-result tr {
  border: 0;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-smartlookup-result tr td {
  border-bottom: 1px solid #d3d3d3;
  padding: 5px;
  background-color: #FFF;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-smartlookup-result tr td > span {
  display: inline-block;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-smartlookup-result tr:hover td {
  transition: background-color 0.2s;
  background-color: #EAEEF1;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-tabs {
  position: relative;
  margin-bottom: 10px;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-tabs .qmod-tab {
  margin: 2px;
  margin-bottom: 0px;
  display: inline-block;
  font-size: 90%;
  padding: 5px 10px;
  border: 1px solid #4D4D4D;
  border-bottom: 0;
  background-color: #f1f1f1;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-tabs .qmod-tab.qmod-active {
  background-color: #4D4D4D;
  color: #ffffff;
}
.qmod-trades-historic .qmod-smartlookup-results .qmod-tabs .qmod-tab:hover {
  cursor: pointer;
  background-color: #4D4D4D;
  color: #ffffff;
}
.qmod-trades-historic .qmod-smartlookup-start {
  margin-top: 5px;
  margin-bottom: 5px;
  max-height: 300px;
  min-height: 300px;
}
.qmod-trades-historic .qmod-smartlookup-wrap {
  margin-top: 5px;
  margin-bottom: 5px;
  max-height: 300px;
  min-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.qmod-trades-historic .qmod-symbol-lookup {
  display: inline-block;
}
.qmod-trades-historic .qmod-symbol-lookup .qmod-invalid-symbol {
  margin-left: 10px;
  font-weight: bold;
  display: inline-block;
  padding: 11px;
  background-color: #ff9999;
  border: 1px solid darkred;
  border-radius: 5px;
}
.qmod-trades-historic .qmod-symbol-lookup .qmod-symbol-lookup-input {
  max-width: 225px;
  width: 225px;
  display: inline-block;
}
.qmod-trades-historic .qmod-symbol-lookup .qmod-symbol-lookup-btn {
  display: inline-block;
}
.qmod-trades-historic .qmod-symbol-lookup .qmod-btn {
  margin-left: 10px;
  padding: 10px 20px;
}
.qmod-trades-historic .qmod-popup-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.15);
  display: table;
}
.qmod-trades-historic .qmod-popup-wrapper .pop-up-middle {
  display: table-cell;
  vertical-align: middle;
}
.qmod-trades-historic .qmod-popup-wrapper .qmod-popup {
  opacity: 0;
  transition: opacity 0.3s;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.25);
  min-height: 475px;
  max-width: 600px;
  width: 75vw;
  margin: auto;
  z-index: 101;
  border-radius: 5px;
}
@media screen and (max-width: 590px) {
  .qmod-trades-historic .qmod-popup-wrapper .qmod-popup {
    width: 95%;
  }
}
.qmod-trades-historic .qmod-popup-wrapper .qmod-popup .qmod-popup-body {
  border-radius: 0 0 5px 5px;
  padding: 20px;
  text-align: left;
  clear: both;
  border-top: 1px solid #c4c4c4;
  height: auto;
}
.qmod-trades-historic .qmod-popup-wrapper .qmod-popup .qmod-popup-title {
  border-radius: 5px 5px 0 0;
  background-color: #2980b9;
  font-size: 110%;
  color: #fff;
  padding: 10px 20px;
  min-height: 18px;
  position: relative;
}
.qmod-trades-historic .qmod-popup-wrapper .qmod-popup .qmod-popup-titlebar-buttons {
  position: absolute;
  right: 20px;
  top: 6px;
}
.qmod-trades-historic .qmod-popup-wrapper .qmod-popup .qmod-popup-titlebar-buttons .qmod-btn {
  font-size: 24px;
  cursor: pointer;
  background-color: transparent;
  padding: 0em;
  color: #fff;
  border: none;
}
.qmod-trades-historic .qmod-popup-wrapper .qmod-anim-fadein {
  opacity: 1;
}
.qmod-trades-historic .qmod-block-wrapper {
  margin-top: 20px;
}
.qmod-trades-historic .qmod-btn {
  border-radius: 4px;
}
.qmod-trades-historic .qmod-time-picker-open {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
}
.qmod-trades-historic .qmod-time-pkr,
.qmod-trades-historic .qmod-span-pkr {
  position: relative;
}
.qmod-trades-historic .qmod-time-pkr .qmod-time-picker,
.qmod-trades-historic .qmod-span-pkr .qmod-time-picker {
  width: 220px;
  position: absolute;
  top: 65px;
  z-index: 2;
  border: 1px solid grey;
  border-radius: 5px;
  padding: 5px;
  background-color: white;
}
.qmod-trades-historic .qmod-time-pkr .qmod-time-button,
.qmod-trades-historic .qmod-span-pkr .qmod-time-button {
  margin-top: 10px;
}
.qmod-trades-historic .qmod-time-pkr .qmod-dropdown,
.qmod-trades-historic .qmod-span-pkr .qmod-dropdown {
  min-width: 31px;
  background-color: white;
}
.qmod-trades-historic .qmod-time-pkr .qmod-dropdown .qmod-dropdown-menu,
.qmod-trades-historic .qmod-span-pkr .qmod-dropdown .qmod-dropdown-menu {
  min-width: 64px;
}
.qmod-trades-historic .qmod-switch-position {
  position: relative;
  top: -20px;
}
.qmod-trades-historic .dt-buttons {
  text-align: right;
}
.qmod-trades-historic .dt-buttons .dt-button {
  border: 0;
  display: inline-block;
  background-color: #2980b9;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  height: 37px;
  line-height: 37px;
  width: 100%;
}
.qmod-trades-historic .dt-buttons .buttons-csv {
  background-color: #9e9e9e;
}
.qmod-trades-historic .qmod-export .dt-button {
  padding: 0px 6px;
  background-color: white;
  color: #222222;
}
.qmod-trades-historic .qmod-change-switch {
  display: inline-block;
  cursor: pointer;
}
.qmod-trades-historic .qmod-change-switch .dt-button {
  padding: 0 12px;
  position: relative;
}
.qmod-trades-historic .qmod-change-switch div {
  display: inline-block;
  text-align: center;
}
.qmod-trades-historic .qmod-change-switch .qmod-greyed {
  position: static;
}
.qmod-trades-historic .qmod-change-switch .qmod-recent {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.qmod-trades-historic .qmod-change-switch .qmod-historic {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.qmod-trades-historic .qmod-histrad-setting {
  max-width: 160px;
  display: inline-block;
  margin: 10px;
}
.qmod-trades-historic .qmod-histrad-setting label {
  line-height: 20px;
  display: inline-block;
  padding: 0 0 5px 0;
  vertical-align: middle;
  font-weight: bold;
}
.qmod-trades-historic .qmod-trade-settings-error {
  margin-top: 10px;
  color: #333;
  border: 1px solid #e4e4a5;
  background-color: #f7f7cd;
  padding: 5px;
  display: none;
}
.qmod-trades-historic .qmod-histrad-settings .pure-u-sm-1-2:first-of-type > div {
  padding-left: 0;
}
.qmod-trades-historic .qmod-histrad-settings .qmod-faded {
  opacity: 0.51;
}
.qmod-trades-historic .qmod-greyed {
  background-color: #9e9e9e !important;
}
.qmod-trades-historic .qmod-disabled,
.qmod-trades-historic .qmod-disabled input {
  pointer-events: none;
  cursor: default;
}
.qmod-trades-historic .qmod-disabled .qmod-get-trades,
.qmod-trades-historic .qmod-disabled input .qmod-get-trades {
  background-color: #E3E3E3;
  color: #222;
}
.qmod-trades-historic .qmod-submit-con {
  padding-right: 0;
}
.qmod-trades-historic .qmod-options-pkr,
.qmod-trades-historic .qmod-submit-con {
  padding-top: 25px;
}
.qmod-trades-historic .qmod-invalid {
  border-color: red !important;
}
.qmod-trades-historic .qmod-panel-summary .qmod-panel-title {
  background-color: #f0f0f0;
}
.qmod-trades-historic .qmod-panel-summary span {
  margin: 5px;
  display: inline-block;
}
.qmod-trades-historic .qmod-chart-history img {
  width: 100%;
}
.qmod-trades-historic .qmod-table.qmod-trades-table.dataTable {
  border-bottom: 1px solid #ddd;
  margin: 0 5px;
}
.qmod-trades-historic .qmod-table.qmod-trades-table.dataTable .qmod-trade-cancelled {
  text-decoration: line-through;
}
.qmod-trades-historic .qmod-table.qmod-trades-table.dataTable .qmod-trade-datetime {
  padding-left: 4px;
}
.qmod-trades-historic .qmod-table.qmod-trades-table.dataTable .qmod-trade-indicator {
  text-align: left;
}
.qmod-trades-historic .qmod-table.qmod-trades-table.dataTable .qmod-active-row {
  background-color: #eee;
}
.qmod-trades-historic .qmod-table.qmod-trades-table.dataTable tr {
  border-bottom: none;
}
.qmod-trades-historic .qmod-table.qmod-trades-table.dataTable .qmod-trades-table-row {
  border-top: 1px solid #ddd;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_info {
  padding-left: 0;
}
.qmod-trades-historic .dataTables_wrapper .dataTables_paginate {
  padding-right: 0;
}
.qmod-trades-historic .highcharts-tooltip > span {
  padding: 5px;
  opacity: 0.9;
  background-color: #FFFFFF;
  border: 1px solid #d8d8d8;
  font-size: 15px;
  font-family: arial, sans-serif, 'Tahoma';
  color: #4e565e;
}
.qmod-trades-historic .highcharts-tooltip > span .qmod-tt-title {
  text-align: right;
  float: right;
  font-weight: bold;
  border-bottom: 1px solid #666666;
  margin: 0 3px 2px 3px;
  margin-bottom: 2px;
}
.qmod-trades-historic .highcharts-tooltip > span .qmod-tt-event {
  text-align: right;
  clear: both;
}
.qmod-trades-historic .highcharts-tooltip > span .qmod-tt-bold {
  font-weight: bold;
}
.qmod-trades-historic .highcharts-tooltip > span .qmod-chart-tooltip-label {
  font-weight: 700;
}
.qmod-trades-historic .highcharts-tooltip > span .qmod-chart-symbol i {
  font-size: 10px;
}
.qmod-trades-historic .highcharts-tooltip > span table {
  width: 100%;
}
.qmod-trades-historic .highcharts-tooltip > span table td,
.qmod-trades-historic .highcharts-tooltip > span table th {
  padding: 1px 3px 0px 3px;
}
.qmod-trades-historic .highcharts-tooltip > span table th {
  padding-bottom: 2px;
}
.qmod-trades-historic .highcharts-tooltip > span table td {
  font-size: 13px;
}
.qmod-trades-historic .highcharts-tooltip > span table .qmod-chart-chg-icon {
  padding-right: 0;
}
.qmod-trades-historic .ball-loader,
.qmod-trades-historic .ball-loader:before,
.qmod-trades-historic .ball-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ball-loader-anim 1.8s infinite ease-in-out;
  animation: ball-loader-anim 1.8s infinite ease-in-out;
}
.qmod-trades-historic .ball-loader {
  color: #696969;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.25s;
}
.qmod-trades-historic .ball-loader:before,
.qmod-trades-historic .ball-loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.qmod-trades-historic .ball-loader:before {
  left: -3.5em;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.qmod-trades-historic .ball-loader:after {
  left: 3.5em;
  -webkit-animation-delay: 0.82s;
  animation-delay: 0.82s;
}
@-webkit-keyframes ball-loader-anim {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes ball-loader-anim {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@media screen and (max-width: 389px) {
  .qmod-trades-historic .qmod-symbol-pkr {
    display: block;
  }
  .qmod-trades-historic .qmod-switch-position {
    top: 0;
    left: -2px;
  }
}
@media screen and (max-width: 1023px) {
  .qmod-trades-historic .pure-u-sm-1 > .qmod-submit-con {
    padding-left: 0;
  }
  .qmod-trades-historic .qmod-block-wrapper .qmod-histrad-settings .pure-u-sm-1-2 > .qmod-submit-con {
    padding-top: 35px;
  }
}
@media screen and (max-width: 567px) {
  .qmod-trades-historic .flatpickr-calendar {
    right: auto !important;
  }
  .qmod-trades-historic .qmod-submit-con {
    padding: 10px 0 0 0;
  }
}
