.qmod-dividends {
  /*
 * Table styles
 */
  /*
 * Control feature layout
 */
  /*!
 *  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 */
}
.qmod-dividends table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
.qmod-dividends table.dataTable thead th,
.qmod-dividends table.dataTable tfoot th {
  font-weight: bold;
}
.qmod-dividends table.dataTable thead th,
.qmod-dividends table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}
.qmod-dividends table.dataTable thead th:active,
.qmod-dividends table.dataTable thead td:active {
  outline: none;
}
.qmod-dividends table.dataTable tfoot th,
.qmod-dividends table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
.qmod-dividends table.dataTable thead .sorting,
.qmod-dividends table.dataTable thead .sorting_asc,
.qmod-dividends table.dataTable thead .sorting_desc,
.qmod-dividends table.dataTable thead .sorting_asc_disabled,
.qmod-dividends table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
.qmod-dividends table.dataTable thead .sorting {
  background-image: url("../../../../node_modules/datatables.net-dt/images/sort_both.png");
}
.qmod-dividends table.dataTable thead .sorting_asc {
  background-image: url("../../../../node_modules/datatables.net-dt/images/sort_asc.png");
}
.qmod-dividends table.dataTable thead .sorting_desc {
  background-image: url("../../../../node_modules/datatables.net-dt/images/sort_desc.png");
}
.qmod-dividends table.dataTable thead .sorting_asc_disabled {
  background-image: url("../../../../node_modules/datatables.net-dt/images/sort_asc_disabled.png");
}
.qmod-dividends table.dataTable thead .sorting_desc_disabled {
  background-image: url("../../../../node_modules/datatables.net-dt/images/sort_desc_disabled.png");
}
.qmod-dividends table.dataTable tbody tr {
  background-color: white;
}
.qmod-dividends table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
.qmod-dividends table.dataTable tbody th,
.qmod-dividends table.dataTable tbody td {
  padding: 8px 10px;
}
.qmod-dividends table.dataTable.row-border tbody th,
.qmod-dividends table.dataTable.row-border tbody td,
.qmod-dividends table.dataTable.display tbody th,
.qmod-dividends table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
.qmod-dividends table.dataTable.row-border tbody tr:first-child th,
.qmod-dividends table.dataTable.row-border tbody tr:first-child td,
.qmod-dividends table.dataTable.display tbody tr:first-child th,
.qmod-dividends table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
.qmod-dividends table.dataTable.cell-border tbody th,
.qmod-dividends table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.qmod-dividends table.dataTable.cell-border tbody tr th:first-child,
.qmod-dividends table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
.qmod-dividends table.dataTable.cell-border tbody tr:first-child th,
.qmod-dividends table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
.qmod-dividends table.dataTable.stripe tbody tr.odd,
.qmod-dividends table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
.qmod-dividends table.dataTable.stripe tbody tr.odd.selected,
.qmod-dividends table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
.qmod-dividends table.dataTable.hover tbody tr:hover,
.qmod-dividends table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}
.qmod-dividends table.dataTable.hover tbody tr:hover.selected,
.qmod-dividends table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}
.qmod-dividends table.dataTable.order-column tbody tr > .sorting_1,
.qmod-dividends table.dataTable.order-column tbody tr > .sorting_2,
.qmod-dividends table.dataTable.order-column tbody tr > .sorting_3,
.qmod-dividends table.dataTable.display tbody tr > .sorting_1,
.qmod-dividends table.dataTable.display tbody tr > .sorting_2,
.qmod-dividends table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
.qmod-dividends table.dataTable.order-column tbody tr.selected > .sorting_1,
.qmod-dividends table.dataTable.order-column tbody tr.selected > .sorting_2,
.qmod-dividends table.dataTable.order-column tbody tr.selected > .sorting_3,
.qmod-dividends table.dataTable.display tbody tr.selected > .sorting_1,
.qmod-dividends table.dataTable.display tbody tr.selected > .sorting_2,
.qmod-dividends table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
.qmod-dividends table.dataTable.display tbody tr.odd > .sorting_1,
.qmod-dividends table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
.qmod-dividends table.dataTable.display tbody tr.odd > .sorting_2,
.qmod-dividends table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
.qmod-dividends table.dataTable.display tbody tr.odd > .sorting_3,
.qmod-dividends table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
.qmod-dividends table.dataTable.display tbody tr.odd.selected > .sorting_1,
.qmod-dividends table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
.qmod-dividends table.dataTable.display tbody tr.odd.selected > .sorting_2,
.qmod-dividends table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
.qmod-dividends table.dataTable.display tbody tr.odd.selected > .sorting_3,
.qmod-dividends table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
.qmod-dividends table.dataTable.display tbody tr.even > .sorting_1,
.qmod-dividends table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
.qmod-dividends table.dataTable.display tbody tr.even > .sorting_2,
.qmod-dividends table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
.qmod-dividends table.dataTable.display tbody tr.even > .sorting_3,
.qmod-dividends table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
.qmod-dividends table.dataTable.display tbody tr.even.selected > .sorting_1,
.qmod-dividends table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
.qmod-dividends table.dataTable.display tbody tr.even.selected > .sorting_2,
.qmod-dividends table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
.qmod-dividends table.dataTable.display tbody tr.even.selected > .sorting_3,
.qmod-dividends table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
.qmod-dividends table.dataTable.display tbody tr:hover > .sorting_1,
.qmod-dividends table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
.qmod-dividends table.dataTable.display tbody tr:hover > .sorting_2,
.qmod-dividends table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}
.qmod-dividends table.dataTable.display tbody tr:hover > .sorting_3,
.qmod-dividends table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}
.qmod-dividends table.dataTable.display tbody tr:hover.selected > .sorting_1,
.qmod-dividends table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
.qmod-dividends table.dataTable.display tbody tr:hover.selected > .sorting_2,
.qmod-dividends table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
.qmod-dividends table.dataTable.display tbody tr:hover.selected > .sorting_3,
.qmod-dividends table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
.qmod-dividends table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}
.qmod-dividends table.dataTable.nowrap th,
.qmod-dividends table.dataTable.nowrap td {
  white-space: nowrap;
}
.qmod-dividends table.dataTable.compact thead th,
.qmod-dividends table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
.qmod-dividends table.dataTable.compact tfoot th,
.qmod-dividends table.dataTable.compact tfoot td {
  padding: 4px;
}
.qmod-dividends table.dataTable.compact tbody th,
.qmod-dividends table.dataTable.compact tbody td {
  padding: 4px;
}
.qmod-dividends table.dataTable th.dt-left,
.qmod-dividends table.dataTable td.dt-left {
  text-align: left;
}
.qmod-dividends table.dataTable th.dt-center,
.qmod-dividends table.dataTable td.dt-center,
.qmod-dividends table.dataTable td.dataTables_empty {
  text-align: center;
}
.qmod-dividends table.dataTable th.dt-right,
.qmod-dividends table.dataTable td.dt-right {
  text-align: right;
}
.qmod-dividends table.dataTable th.dt-justify,
.qmod-dividends table.dataTable td.dt-justify {
  text-align: justify;
}
.qmod-dividends table.dataTable th.dt-nowrap,
.qmod-dividends table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
.qmod-dividends table.dataTable thead th.dt-head-left,
.qmod-dividends table.dataTable thead td.dt-head-left,
.qmod-dividends table.dataTable tfoot th.dt-head-left,
.qmod-dividends table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
.qmod-dividends table.dataTable thead th.dt-head-center,
.qmod-dividends table.dataTable thead td.dt-head-center,
.qmod-dividends table.dataTable tfoot th.dt-head-center,
.qmod-dividends table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
.qmod-dividends table.dataTable thead th.dt-head-right,
.qmod-dividends table.dataTable thead td.dt-head-right,
.qmod-dividends table.dataTable tfoot th.dt-head-right,
.qmod-dividends table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
.qmod-dividends table.dataTable thead th.dt-head-justify,
.qmod-dividends table.dataTable thead td.dt-head-justify,
.qmod-dividends table.dataTable tfoot th.dt-head-justify,
.qmod-dividends table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
.qmod-dividends table.dataTable thead th.dt-head-nowrap,
.qmod-dividends table.dataTable thead td.dt-head-nowrap,
.qmod-dividends table.dataTable tfoot th.dt-head-nowrap,
.qmod-dividends table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
.qmod-dividends table.dataTable tbody th.dt-body-left,
.qmod-dividends table.dataTable tbody td.dt-body-left {
  text-align: left;
}
.qmod-dividends table.dataTable tbody th.dt-body-center,
.qmod-dividends table.dataTable tbody td.dt-body-center {
  text-align: center;
}
.qmod-dividends table.dataTable tbody th.dt-body-right,
.qmod-dividends table.dataTable tbody td.dt-body-right {
  text-align: right;
}
.qmod-dividends table.dataTable tbody th.dt-body-justify,
.qmod-dividends table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
.qmod-dividends table.dataTable tbody th.dt-body-nowrap,
.qmod-dividends table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
.qmod-dividends table.dataTable,
.qmod-dividends table.dataTable th,
.qmod-dividends table.dataTable td {
  box-sizing: content-box;
}
.qmod-dividends .dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.qmod-dividends .dataTables_wrapper .dataTables_length {
  float: left;
}
.qmod-dividends .dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.qmod-dividends .dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.qmod-dividends .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.qmod-dividends .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.qmod-dividends .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;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}
.qmod-dividends .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-dividends .dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.qmod-dividends .dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.qmod-dividends .dataTables_wrapper .dataTables_length,
.qmod-dividends .dataTables_wrapper .dataTables_filter,
.qmod-dividends .dataTables_wrapper .dataTables_info,
.qmod-dividends .dataTables_wrapper .dataTables_processing,
.qmod-dividends .dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.qmod-dividends .dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.qmod-dividends .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.qmod-dividends .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.qmod-dividends .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.qmod-dividends .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.qmod-dividends .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.qmod-dividends .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.qmod-dividends .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.qmod-dividends .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.qmod-dividends .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-dividends .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.qmod-dividends .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.qmod-dividends .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.qmod-dividends .dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .qmod-dividends .dataTables_wrapper .dataTables_info,
  .qmod-dividends .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .qmod-dividends .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .qmod-dividends .dataTables_wrapper .dataTables_length,
  .qmod-dividends .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .qmod-dividends .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
@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-dividends .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-dividends .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.qmod-dividends .fa-2x {
  font-size: 2em;
}
.qmod-dividends .fa-3x {
  font-size: 3em;
}
.qmod-dividends .fa-4x {
  font-size: 4em;
}
.qmod-dividends .fa-5x {
  font-size: 5em;
}
.qmod-dividends .fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.qmod-dividends .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.qmod-dividends .fa-ul > li {
  position: relative;
}
.qmod-dividends .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.qmod-dividends .fa-li.fa-lg {
  left: -1.85714286em;
}
.qmod-dividends .fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.qmod-dividends .fa-pull-left {
  float: left;
}
.qmod-dividends .fa-pull-right {
  float: right;
}
.qmod-dividends .fa.fa-pull-left {
  margin-right: .3em;
}
.qmod-dividends .fa.fa-pull-right {
  margin-left: .3em;
}
.qmod-dividends .pull-right {
  float: right;
}
.qmod-dividends .pull-left {
  float: left;
}
.qmod-dividends .fa.pull-left {
  margin-right: .3em;
}
.qmod-dividends .fa.pull-right {
  margin-left: .3em;
}
.qmod-dividends .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.qmod-dividends .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-dividends .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.qmod-dividends .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.qmod-dividends .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.qmod-dividends .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-dividends .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-dividends :root .fa-rotate-90,
.qmod-dividends :root .fa-rotate-180,
.qmod-dividends :root .fa-rotate-270,
.qmod-dividends :root .fa-flip-horizontal,
.qmod-dividends :root .fa-flip-vertical {
  filter: none;
}
.qmod-dividends .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.qmod-dividends .fa-stack-1x,
.qmod-dividends .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.qmod-dividends .fa-stack-1x {
  line-height: inherit;
}
.qmod-dividends .fa-stack-2x {
  font-size: 2em;
}
.qmod-dividends .fa-inverse {
  color: #fff;
}
.qmod-dividends .fa-glass:before {
  content: "\f000";
}
.qmod-dividends .fa-music:before {
  content: "\f001";
}
.qmod-dividends .fa-search:before {
  content: "\f002";
}
.qmod-dividends .fa-envelope-o:before {
  content: "\f003";
}
.qmod-dividends .fa-heart:before {
  content: "\f004";
}
.qmod-dividends .fa-star:before {
  content: "\f005";
}
.qmod-dividends .fa-star-o:before {
  content: "\f006";
}
.qmod-dividends .fa-user:before {
  content: "\f007";
}
.qmod-dividends .fa-film:before {
  content: "\f008";
}
.qmod-dividends .fa-th-large:before {
  content: "\f009";
}
.qmod-dividends .fa-th:before {
  content: "\f00a";
}
.qmod-dividends .fa-th-list:before {
  content: "\f00b";
}
.qmod-dividends .fa-check:before {
  content: "\f00c";
}
.qmod-dividends .fa-remove:before,
.qmod-dividends .fa-close:before,
.qmod-dividends .fa-times:before {
  content: "\f00d";
}
.qmod-dividends .fa-search-plus:before {
  content: "\f00e";
}
.qmod-dividends .fa-search-minus:before {
  content: "\f010";
}
.qmod-dividends .fa-power-off:before {
  content: "\f011";
}
.qmod-dividends .fa-signal:before {
  content: "\f012";
}
.qmod-dividends .fa-gear:before,
.qmod-dividends .fa-cog:before {
  content: "\f013";
}
.qmod-dividends .fa-trash-o:before {
  content: "\f014";
}
.qmod-dividends .fa-home:before {
  content: "\f015";
}
.qmod-dividends .fa-file-o:before {
  content: "\f016";
}
.qmod-dividends .fa-clock-o:before {
  content: "\f017";
}
.qmod-dividends .fa-road:before {
  content: "\f018";
}
.qmod-dividends .fa-download:before {
  content: "\f019";
}
.qmod-dividends .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.qmod-dividends .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.qmod-dividends .fa-inbox:before {
  content: "\f01c";
}
.qmod-dividends .fa-play-circle-o:before {
  content: "\f01d";
}
.qmod-dividends .fa-rotate-right:before,
.qmod-dividends .fa-repeat:before {
  content: "\f01e";
}
.qmod-dividends .fa-refresh:before {
  content: "\f021";
}
.qmod-dividends .fa-list-alt:before {
  content: "\f022";
}
.qmod-dividends .fa-lock:before {
  content: "\f023";
}
.qmod-dividends .fa-flag:before {
  content: "\f024";
}
.qmod-dividends .fa-headphones:before {
  content: "\f025";
}
.qmod-dividends .fa-volume-off:before {
  content: "\f026";
}
.qmod-dividends .fa-volume-down:before {
  content: "\f027";
}
.qmod-dividends .fa-volume-up:before {
  content: "\f028";
}
.qmod-dividends .fa-qrcode:before {
  content: "\f029";
}
.qmod-dividends .fa-barcode:before {
  content: "\f02a";
}
.qmod-dividends .fa-tag:before {
  content: "\f02b";
}
.qmod-dividends .fa-tags:before {
  content: "\f02c";
}
.qmod-dividends .fa-book:before {
  content: "\f02d";
}
.qmod-dividends .fa-bookmark:before {
  content: "\f02e";
}
.qmod-dividends .fa-print:before {
  content: "\f02f";
}
.qmod-dividends .fa-camera:before {
  content: "\f030";
}
.qmod-dividends .fa-font:before {
  content: "\f031";
}
.qmod-dividends .fa-bold:before {
  content: "\f032";
}
.qmod-dividends .fa-italic:before {
  content: "\f033";
}
.qmod-dividends .fa-text-height:before {
  content: "\f034";
}
.qmod-dividends .fa-text-width:before {
  content: "\f035";
}
.qmod-dividends .fa-align-left:before {
  content: "\f036";
}
.qmod-dividends .fa-align-center:before {
  content: "\f037";
}
.qmod-dividends .fa-align-right:before {
  content: "\f038";
}
.qmod-dividends .fa-align-justify:before {
  content: "\f039";
}
.qmod-dividends .fa-list:before {
  content: "\f03a";
}
.qmod-dividends .fa-dedent:before,
.qmod-dividends .fa-outdent:before {
  content: "\f03b";
}
.qmod-dividends .fa-indent:before {
  content: "\f03c";
}
.qmod-dividends .fa-video-camera:before {
  content: "\f03d";
}
.qmod-dividends .fa-photo:before,
.qmod-dividends .fa-image:before,
.qmod-dividends .fa-picture-o:before {
  content: "\f03e";
}
.qmod-dividends .fa-pencil:before {
  content: "\f040";
}
.qmod-dividends .fa-map-marker:before {
  content: "\f041";
}
.qmod-dividends .fa-adjust:before {
  content: "\f042";
}
.qmod-dividends .fa-tint:before {
  content: "\f043";
}
.qmod-dividends .fa-edit:before,
.qmod-dividends .fa-pencil-square-o:before {
  content: "\f044";
}
.qmod-dividends .fa-share-square-o:before {
  content: "\f045";
}
.qmod-dividends .fa-check-square-o:before {
  content: "\f046";
}
.qmod-dividends .fa-arrows:before {
  content: "\f047";
}
.qmod-dividends .fa-step-backward:before {
  content: "\f048";
}
.qmod-dividends .fa-fast-backward:before {
  content: "\f049";
}
.qmod-dividends .fa-backward:before {
  content: "\f04a";
}
.qmod-dividends .fa-play:before {
  content: "\f04b";
}
.qmod-dividends .fa-pause:before {
  content: "\f04c";
}
.qmod-dividends .fa-stop:before {
  content: "\f04d";
}
.qmod-dividends .fa-forward:before {
  content: "\f04e";
}
.qmod-dividends .fa-fast-forward:before {
  content: "\f050";
}
.qmod-dividends .fa-step-forward:before {
  content: "\f051";
}
.qmod-dividends .fa-eject:before {
  content: "\f052";
}
.qmod-dividends .fa-chevron-left:before {
  content: "\f053";
}
.qmod-dividends .fa-chevron-right:before {
  content: "\f054";
}
.qmod-dividends .fa-plus-circle:before {
  content: "\f055";
}
.qmod-dividends .fa-minus-circle:before {
  content: "\f056";
}
.qmod-dividends .fa-times-circle:before {
  content: "\f057";
}
.qmod-dividends .fa-check-circle:before {
  content: "\f058";
}
.qmod-dividends .fa-question-circle:before {
  content: "\f059";
}
.qmod-dividends .fa-info-circle:before {
  content: "\f05a";
}
.qmod-dividends .fa-crosshairs:before {
  content: "\f05b";
}
.qmod-dividends .fa-times-circle-o:before {
  content: "\f05c";
}
.qmod-dividends .fa-check-circle-o:before {
  content: "\f05d";
}
.qmod-dividends .fa-ban:before {
  content: "\f05e";
}
.qmod-dividends .fa-arrow-left:before {
  content: "\f060";
}
.qmod-dividends .fa-arrow-right:before {
  content: "\f061";
}
.qmod-dividends .fa-arrow-up:before {
  content: "\f062";
}
.qmod-dividends .fa-arrow-down:before {
  content: "\f063";
}
.qmod-dividends .fa-mail-forward:before,
.qmod-dividends .fa-share:before {
  content: "\f064";
}
.qmod-dividends .fa-expand:before {
  content: "\f065";
}
.qmod-dividends .fa-compress:before {
  content: "\f066";
}
.qmod-dividends .fa-plus:before {
  content: "\f067";
}
.qmod-dividends .fa-minus:before {
  content: "\f068";
}
.qmod-dividends .fa-asterisk:before {
  content: "\f069";
}
.qmod-dividends .fa-exclamation-circle:before {
  content: "\f06a";
}
.qmod-dividends .fa-gift:before {
  content: "\f06b";
}
.qmod-dividends .fa-leaf:before {
  content: "\f06c";
}
.qmod-dividends .fa-fire:before {
  content: "\f06d";
}
.qmod-dividends .fa-eye:before {
  content: "\f06e";
}
.qmod-dividends .fa-eye-slash:before {
  content: "\f070";
}
.qmod-dividends .fa-warning:before,
.qmod-dividends .fa-exclamation-triangle:before {
  content: "\f071";
}
.qmod-dividends .fa-plane:before {
  content: "\f072";
}
.qmod-dividends .fa-calendar:before {
  content: "\f073";
}
.qmod-dividends .fa-random:before {
  content: "\f074";
}
.qmod-dividends .fa-comment:before {
  content: "\f075";
}
.qmod-dividends .fa-magnet:before {
  content: "\f076";
}
.qmod-dividends .fa-chevron-up:before {
  content: "\f077";
}
.qmod-dividends .fa-chevron-down:before {
  content: "\f078";
}
.qmod-dividends .fa-retweet:before {
  content: "\f079";
}
.qmod-dividends .fa-shopping-cart:before {
  content: "\f07a";
}
.qmod-dividends .fa-folder:before {
  content: "\f07b";
}
.qmod-dividends .fa-folder-open:before {
  content: "\f07c";
}
.qmod-dividends .fa-arrows-v:before {
  content: "\f07d";
}
.qmod-dividends .fa-arrows-h:before {
  content: "\f07e";
}
.qmod-dividends .fa-bar-chart-o:before,
.qmod-dividends .fa-bar-chart:before {
  content: "\f080";
}
.qmod-dividends .fa-twitter-square:before {
  content: "\f081";
}
.qmod-dividends .fa-facebook-square:before {
  content: "\f082";
}
.qmod-dividends .fa-camera-retro:before {
  content: "\f083";
}
.qmod-dividends .fa-key:before {
  content: "\f084";
}
.qmod-dividends .fa-gears:before,
.qmod-dividends .fa-cogs:before {
  content: "\f085";
}
.qmod-dividends .fa-comments:before {
  content: "\f086";
}
.qmod-dividends .fa-thumbs-o-up:before {
  content: "\f087";
}
.qmod-dividends .fa-thumbs-o-down:before {
  content: "\f088";
}
.qmod-dividends .fa-star-half:before {
  content: "\f089";
}
.qmod-dividends .fa-heart-o:before {
  content: "\f08a";
}
.qmod-dividends .fa-sign-out:before {
  content: "\f08b";
}
.qmod-dividends .fa-linkedin-square:before {
  content: "\f08c";
}
.qmod-dividends .fa-thumb-tack:before {
  content: "\f08d";
}
.qmod-dividends .fa-external-link:before {
  content: "\f08e";
}
.qmod-dividends .fa-sign-in:before {
  content: "\f090";
}
.qmod-dividends .fa-trophy:before {
  content: "\f091";
}
.qmod-dividends .fa-github-square:before {
  content: "\f092";
}
.qmod-dividends .fa-upload:before {
  content: "\f093";
}
.qmod-dividends .fa-lemon-o:before {
  content: "\f094";
}
.qmod-dividends .fa-phone:before {
  content: "\f095";
}
.qmod-dividends .fa-square-o:before {
  content: "\f096";
}
.qmod-dividends .fa-bookmark-o:before {
  content: "\f097";
}
.qmod-dividends .fa-phone-square:before {
  content: "\f098";
}
.qmod-dividends .fa-twitter:before {
  content: "\f099";
}
.qmod-dividends .fa-facebook-f:before,
.qmod-dividends .fa-facebook:before {
  content: "\f09a";
}
.qmod-dividends .fa-github:before {
  content: "\f09b";
}
.qmod-dividends .fa-unlock:before {
  content: "\f09c";
}
.qmod-dividends .fa-credit-card:before {
  content: "\f09d";
}
.qmod-dividends .fa-feed:before,
.qmod-dividends .fa-rss:before {
  content: "\f09e";
}
.qmod-dividends .fa-hdd-o:before {
  content: "\f0a0";
}
.qmod-dividends .fa-bullhorn:before {
  content: "\f0a1";
}
.qmod-dividends .fa-bell:before {
  content: "\f0f3";
}
.qmod-dividends .fa-certificate:before {
  content: "\f0a3";
}
.qmod-dividends .fa-hand-o-right:before {
  content: "\f0a4";
}
.qmod-dividends .fa-hand-o-left:before {
  content: "\f0a5";
}
.qmod-dividends .fa-hand-o-up:before {
  content: "\f0a6";
}
.qmod-dividends .fa-hand-o-down:before {
  content: "\f0a7";
}
.qmod-dividends .fa-arrow-circle-left:before {
  content: "\f0a8";
}
.qmod-dividends .fa-arrow-circle-right:before {
  content: "\f0a9";
}
.qmod-dividends .fa-arrow-circle-up:before {
  content: "\f0aa";
}
.qmod-dividends .fa-arrow-circle-down:before {
  content: "\f0ab";
}
.qmod-dividends .fa-globe:before {
  content: "\f0ac";
}
.qmod-dividends .fa-wrench:before {
  content: "\f0ad";
}
.qmod-dividends .fa-tasks:before {
  content: "\f0ae";
}
.qmod-dividends .fa-filter:before {
  content: "\f0b0";
}
.qmod-dividends .fa-briefcase:before {
  content: "\f0b1";
}
.qmod-dividends .fa-arrows-alt:before {
  content: "\f0b2";
}
.qmod-dividends .fa-group:before,
.qmod-dividends .fa-users:before {
  content: "\f0c0";
}
.qmod-dividends .fa-chain:before,
.qmod-dividends .fa-link:before {
  content: "\f0c1";
}
.qmod-dividends .fa-cloud:before {
  content: "\f0c2";
}
.qmod-dividends .fa-flask:before {
  content: "\f0c3";
}
.qmod-dividends .fa-cut:before,
.qmod-dividends .fa-scissors:before {
  content: "\f0c4";
}
.qmod-dividends .fa-copy:before,
.qmod-dividends .fa-files-o:before {
  content: "\f0c5";
}
.qmod-dividends .fa-paperclip:before {
  content: "\f0c6";
}
.qmod-dividends .fa-save:before,
.qmod-dividends .fa-floppy-o:before {
  content: "\f0c7";
}
.qmod-dividends .fa-square:before {
  content: "\f0c8";
}
.qmod-dividends .fa-navicon:before,
.qmod-dividends .fa-reorder:before,
.qmod-dividends .fa-bars:before {
  content: "\f0c9";
}
.qmod-dividends .fa-list-ul:before {
  content: "\f0ca";
}
.qmod-dividends .fa-list-ol:before {
  content: "\f0cb";
}
.qmod-dividends .fa-strikethrough:before {
  content: "\f0cc";
}
.qmod-dividends .fa-underline:before {
  content: "\f0cd";
}
.qmod-dividends .fa-table:before {
  content: "\f0ce";
}
.qmod-dividends .fa-magic:before {
  content: "\f0d0";
}
.qmod-dividends .fa-truck:before {
  content: "\f0d1";
}
.qmod-dividends .fa-pinterest:before {
  content: "\f0d2";
}
.qmod-dividends .fa-pinterest-square:before {
  content: "\f0d3";
}
.qmod-dividends .fa-google-plus-square:before {
  content: "\f0d4";
}
.qmod-dividends .fa-google-plus:before {
  content: "\f0d5";
}
.qmod-dividends .fa-money:before {
  content: "\f0d6";
}
.qmod-dividends .fa-caret-down:before {
  content: "\f0d7";
}
.qmod-dividends .fa-caret-up:before {
  content: "\f0d8";
}
.qmod-dividends .fa-caret-left:before {
  content: "\f0d9";
}
.qmod-dividends .fa-caret-right:before {
  content: "\f0da";
}
.qmod-dividends .fa-columns:before {
  content: "\f0db";
}
.qmod-dividends .fa-unsorted:before,
.qmod-dividends .fa-sort:before {
  content: "\f0dc";
}
.qmod-dividends .fa-sort-down:before,
.qmod-dividends .fa-sort-desc:before {
  content: "\f0dd";
}
.qmod-dividends .fa-sort-up:before,
.qmod-dividends .fa-sort-asc:before {
  content: "\f0de";
}
.qmod-dividends .fa-envelope:before {
  content: "\f0e0";
}
.qmod-dividends .fa-linkedin:before {
  content: "\f0e1";
}
.qmod-dividends .fa-rotate-left:before,
.qmod-dividends .fa-undo:before {
  content: "\f0e2";
}
.qmod-dividends .fa-legal:before,
.qmod-dividends .fa-gavel:before {
  content: "\f0e3";
}
.qmod-dividends .fa-dashboard:before,
.qmod-dividends .fa-tachometer:before {
  content: "\f0e4";
}
.qmod-dividends .fa-comment-o:before {
  content: "\f0e5";
}
.qmod-dividends .fa-comments-o:before {
  content: "\f0e6";
}
.qmod-dividends .fa-flash:before,
.qmod-dividends .fa-bolt:before {
  content: "\f0e7";
}
.qmod-dividends .fa-sitemap:before {
  content: "\f0e8";
}
.qmod-dividends .fa-umbrella:before {
  content: "\f0e9";
}
.qmod-dividends .fa-paste:before,
.qmod-dividends .fa-clipboard:before {
  content: "\f0ea";
}
.qmod-dividends .fa-lightbulb-o:before {
  content: "\f0eb";
}
.qmod-dividends .fa-exchange:before {
  content: "\f0ec";
}
.qmod-dividends .fa-cloud-download:before {
  content: "\f0ed";
}
.qmod-dividends .fa-cloud-upload:before {
  content: "\f0ee";
}
.qmod-dividends .fa-user-md:before {
  content: "\f0f0";
}
.qmod-dividends .fa-stethoscope:before {
  content: "\f0f1";
}
.qmod-dividends .fa-suitcase:before {
  content: "\f0f2";
}
.qmod-dividends .fa-bell-o:before {
  content: "\f0a2";
}
.qmod-dividends .fa-coffee:before {
  content: "\f0f4";
}
.qmod-dividends .fa-cutlery:before {
  content: "\f0f5";
}
.qmod-dividends .fa-file-text-o:before {
  content: "\f0f6";
}
.qmod-dividends .fa-building-o:before {
  content: "\f0f7";
}
.qmod-dividends .fa-hospital-o:before {
  content: "\f0f8";
}
.qmod-dividends .fa-ambulance:before {
  content: "\f0f9";
}
.qmod-dividends .fa-medkit:before {
  content: "\f0fa";
}
.qmod-dividends .fa-fighter-jet:before {
  content: "\f0fb";
}
.qmod-dividends .fa-beer:before {
  content: "\f0fc";
}
.qmod-dividends .fa-h-square:before {
  content: "\f0fd";
}
.qmod-dividends .fa-plus-square:before {
  content: "\f0fe";
}
.qmod-dividends .fa-angle-double-left:before {
  content: "\f100";
}
.qmod-dividends .fa-angle-double-right:before {
  content: "\f101";
}
.qmod-dividends .fa-angle-double-up:before {
  content: "\f102";
}
.qmod-dividends .fa-angle-double-down:before {
  content: "\f103";
}
.qmod-dividends .fa-angle-left:before {
  content: "\f104";
}
.qmod-dividends .fa-angle-right:before {
  content: "\f105";
}
.qmod-dividends .fa-angle-up:before {
  content: "\f106";
}
.qmod-dividends .fa-angle-down:before {
  content: "\f107";
}
.qmod-dividends .fa-desktop:before {
  content: "\f108";
}
.qmod-dividends .fa-laptop:before {
  content: "\f109";
}
.qmod-dividends .fa-tablet:before {
  content: "\f10a";
}
.qmod-dividends .fa-mobile-phone:before,
.qmod-dividends .fa-mobile:before {
  content: "\f10b";
}
.qmod-dividends .fa-circle-o:before {
  content: "\f10c";
}
.qmod-dividends .fa-quote-left:before {
  content: "\f10d";
}
.qmod-dividends .fa-quote-right:before {
  content: "\f10e";
}
.qmod-dividends .fa-spinner:before {
  content: "\f110";
}
.qmod-dividends .fa-circle:before {
  content: "\f111";
}
.qmod-dividends .fa-mail-reply:before,
.qmod-dividends .fa-reply:before {
  content: "\f112";
}
.qmod-dividends .fa-github-alt:before {
  content: "\f113";
}
.qmod-dividends .fa-folder-o:before {
  content: "\f114";
}
.qmod-dividends .fa-folder-open-o:before {
  content: "\f115";
}
.qmod-dividends .fa-smile-o:before {
  content: "\f118";
}
.qmod-dividends .fa-frown-o:before {
  content: "\f119";
}
.qmod-dividends .fa-meh-o:before {
  content: "\f11a";
}
.qmod-dividends .fa-gamepad:before {
  content: "\f11b";
}
.qmod-dividends .fa-keyboard-o:before {
  content: "\f11c";
}
.qmod-dividends .fa-flag-o:before {
  content: "\f11d";
}
.qmod-dividends .fa-flag-checkered:before {
  content: "\f11e";
}
.qmod-dividends .fa-terminal:before {
  content: "\f120";
}
.qmod-dividends .fa-code:before {
  content: "\f121";
}
.qmod-dividends .fa-mail-reply-all:before,
.qmod-dividends .fa-reply-all:before {
  content: "\f122";
}
.qmod-dividends .fa-star-half-empty:before,
.qmod-dividends .fa-star-half-full:before,
.qmod-dividends .fa-star-half-o:before {
  content: "\f123";
}
.qmod-dividends .fa-location-arrow:before {
  content: "\f124";
}
.qmod-dividends .fa-crop:before {
  content: "\f125";
}
.qmod-dividends .fa-code-fork:before {
  content: "\f126";
}
.qmod-dividends .fa-unlink:before,
.qmod-dividends .fa-chain-broken:before {
  content: "\f127";
}
.qmod-dividends .fa-question:before {
  content: "\f128";
}
.qmod-dividends .fa-info:before {
  content: "\f129";
}
.qmod-dividends .fa-exclamation:before {
  content: "\f12a";
}
.qmod-dividends .fa-superscript:before {
  content: "\f12b";
}
.qmod-dividends .fa-subscript:before {
  content: "\f12c";
}
.qmod-dividends .fa-eraser:before {
  content: "\f12d";
}
.qmod-dividends .fa-puzzle-piece:before {
  content: "\f12e";
}
.qmod-dividends .fa-microphone:before {
  content: "\f130";
}
.qmod-dividends .fa-microphone-slash:before {
  content: "\f131";
}
.qmod-dividends .fa-shield:before {
  content: "\f132";
}
.qmod-dividends .fa-calendar-o:before {
  content: "\f133";
}
.qmod-dividends .fa-fire-extinguisher:before {
  content: "\f134";
}
.qmod-dividends .fa-rocket:before {
  content: "\f135";
}
.qmod-dividends .fa-maxcdn:before {
  content: "\f136";
}
.qmod-dividends .fa-chevron-circle-left:before {
  content: "\f137";
}
.qmod-dividends .fa-chevron-circle-right:before {
  content: "\f138";
}
.qmod-dividends .fa-chevron-circle-up:before {
  content: "\f139";
}
.qmod-dividends .fa-chevron-circle-down:before {
  content: "\f13a";
}
.qmod-dividends .fa-html5:before {
  content: "\f13b";
}
.qmod-dividends .fa-css3:before {
  content: "\f13c";
}
.qmod-dividends .fa-anchor:before {
  content: "\f13d";
}
.qmod-dividends .fa-unlock-alt:before {
  content: "\f13e";
}
.qmod-dividends .fa-bullseye:before {
  content: "\f140";
}
.qmod-dividends .fa-ellipsis-h:before {
  content: "\f141";
}
.qmod-dividends .fa-ellipsis-v:before {
  content: "\f142";
}
.qmod-dividends .fa-rss-square:before {
  content: "\f143";
}
.qmod-dividends .fa-play-circle:before {
  content: "\f144";
}
.qmod-dividends .fa-ticket:before {
  content: "\f145";
}
.qmod-dividends .fa-minus-square:before {
  content: "\f146";
}
.qmod-dividends .fa-minus-square-o:before {
  content: "\f147";
}
.qmod-dividends .fa-level-up:before {
  content: "\f148";
}
.qmod-dividends .fa-level-down:before {
  content: "\f149";
}
.qmod-dividends .fa-check-square:before {
  content: "\f14a";
}
.qmod-dividends .fa-pencil-square:before {
  content: "\f14b";
}
.qmod-dividends .fa-external-link-square:before {
  content: "\f14c";
}
.qmod-dividends .fa-share-square:before {
  content: "\f14d";
}
.qmod-dividends .fa-compass:before {
  content: "\f14e";
}
.qmod-dividends .fa-toggle-down:before,
.qmod-dividends .fa-caret-square-o-down:before {
  content: "\f150";
}
.qmod-dividends .fa-toggle-up:before,
.qmod-dividends .fa-caret-square-o-up:before {
  content: "\f151";
}
.qmod-dividends .fa-toggle-right:before,
.qmod-dividends .fa-caret-square-o-right:before {
  content: "\f152";
}
.qmod-dividends .fa-euro:before,
.qmod-dividends .fa-eur:before {
  content: "\f153";
}
.qmod-dividends .fa-gbp:before {
  content: "\f154";
}
.qmod-dividends .fa-dollar:before,
.qmod-dividends .fa-usd:before {
  content: "\f155";
}
.qmod-dividends .fa-rupee:before,
.qmod-dividends .fa-inr:before {
  content: "\f156";
}
.qmod-dividends .fa-cny:before,
.qmod-dividends .fa-rmb:before,
.qmod-dividends .fa-yen:before,
.qmod-dividends .fa-jpy:before {
  content: "\f157";
}
.qmod-dividends .fa-ruble:before,
.qmod-dividends .fa-rouble:before,
.qmod-dividends .fa-rub:before {
  content: "\f158";
}
.qmod-dividends .fa-won:before,
.qmod-dividends .fa-krw:before {
  content: "\f159";
}
.qmod-dividends .fa-bitcoin:before,
.qmod-dividends .fa-btc:before {
  content: "\f15a";
}
.qmod-dividends .fa-file:before {
  content: "\f15b";
}
.qmod-dividends .fa-file-text:before {
  content: "\f15c";
}
.qmod-dividends .fa-sort-alpha-asc:before {
  content: "\f15d";
}
.qmod-dividends .fa-sort-alpha-desc:before {
  content: "\f15e";
}
.qmod-dividends .fa-sort-amount-asc:before {
  content: "\f160";
}
.qmod-dividends .fa-sort-amount-desc:before {
  content: "\f161";
}
.qmod-dividends .fa-sort-numeric-asc:before {
  content: "\f162";
}
.qmod-dividends .fa-sort-numeric-desc:before {
  content: "\f163";
}
.qmod-dividends .fa-thumbs-up:before {
  content: "\f164";
}
.qmod-dividends .fa-thumbs-down:before {
  content: "\f165";
}
.qmod-dividends .fa-youtube-square:before {
  content: "\f166";
}
.qmod-dividends .fa-youtube:before {
  content: "\f167";
}
.qmod-dividends .fa-xing:before {
  content: "\f168";
}
.qmod-dividends .fa-xing-square:before {
  content: "\f169";
}
.qmod-dividends .fa-youtube-play:before {
  content: "\f16a";
}
.qmod-dividends .fa-dropbox:before {
  content: "\f16b";
}
.qmod-dividends .fa-stack-overflow:before {
  content: "\f16c";
}
.qmod-dividends .fa-instagram:before {
  content: "\f16d";
}
.qmod-dividends .fa-flickr:before {
  content: "\f16e";
}
.qmod-dividends .fa-adn:before {
  content: "\f170";
}
.qmod-dividends .fa-bitbucket:before {
  content: "\f171";
}
.qmod-dividends .fa-bitbucket-square:before {
  content: "\f172";
}
.qmod-dividends .fa-tumblr:before {
  content: "\f173";
}
.qmod-dividends .fa-tumblr-square:before {
  content: "\f174";
}
.qmod-dividends .fa-long-arrow-down:before {
  content: "\f175";
}
.qmod-dividends .fa-long-arrow-up:before {
  content: "\f176";
}
.qmod-dividends .fa-long-arrow-left:before {
  content: "\f177";
}
.qmod-dividends .fa-long-arrow-right:before {
  content: "\f178";
}
.qmod-dividends .fa-apple:before {
  content: "\f179";
}
.qmod-dividends .fa-windows:before {
  content: "\f17a";
}
.qmod-dividends .fa-android:before {
  content: "\f17b";
}
.qmod-dividends .fa-linux:before {
  content: "\f17c";
}
.qmod-dividends .fa-dribbble:before {
  content: "\f17d";
}
.qmod-dividends .fa-skype:before {
  content: "\f17e";
}
.qmod-dividends .fa-foursquare:before {
  content: "\f180";
}
.qmod-dividends .fa-trello:before {
  content: "\f181";
}
.qmod-dividends .fa-female:before {
  content: "\f182";
}
.qmod-dividends .fa-male:before {
  content: "\f183";
}
.qmod-dividends .fa-gittip:before,
.qmod-dividends .fa-gratipay:before {
  content: "\f184";
}
.qmod-dividends .fa-sun-o:before {
  content: "\f185";
}
.qmod-dividends .fa-moon-o:before {
  content: "\f186";
}
.qmod-dividends .fa-archive:before {
  content: "\f187";
}
.qmod-dividends .fa-bug:before {
  content: "\f188";
}
.qmod-dividends .fa-vk:before {
  content: "\f189";
}
.qmod-dividends .fa-weibo:before {
  content: "\f18a";
}
.qmod-dividends .fa-renren:before {
  content: "\f18b";
}
.qmod-dividends .fa-pagelines:before {
  content: "\f18c";
}
.qmod-dividends .fa-stack-exchange:before {
  content: "\f18d";
}
.qmod-dividends .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.qmod-dividends .fa-arrow-circle-o-left:before {
  content: "\f190";
}
.qmod-dividends .fa-toggle-left:before,
.qmod-dividends .fa-caret-square-o-left:before {
  content: "\f191";
}
.qmod-dividends .fa-dot-circle-o:before {
  content: "\f192";
}
.qmod-dividends .fa-wheelchair:before {
  content: "\f193";
}
.qmod-dividends .fa-vimeo-square:before {
  content: "\f194";
}
.qmod-dividends .fa-turkish-lira:before,
.qmod-dividends .fa-try:before {
  content: "\f195";
}
.qmod-dividends .fa-plus-square-o:before {
  content: "\f196";
}
.qmod-dividends .fa-space-shuttle:before {
  content: "\f197";
}
.qmod-dividends .fa-slack:before {
  content: "\f198";
}
.qmod-dividends .fa-envelope-square:before {
  content: "\f199";
}
.qmod-dividends .fa-wordpress:before {
  content: "\f19a";
}
.qmod-dividends .fa-openid:before {
  content: "\f19b";
}
.qmod-dividends .fa-institution:before,
.qmod-dividends .fa-bank:before,
.qmod-dividends .fa-university:before {
  content: "\f19c";
}
.qmod-dividends .fa-mortar-board:before,
.qmod-dividends .fa-graduation-cap:before {
  content: "\f19d";
}
.qmod-dividends .fa-yahoo:before {
  content: "\f19e";
}
.qmod-dividends .fa-google:before {
  content: "\f1a0";
}
.qmod-dividends .fa-reddit:before {
  content: "\f1a1";
}
.qmod-dividends .fa-reddit-square:before {
  content: "\f1a2";
}
.qmod-dividends .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.qmod-dividends .fa-stumbleupon:before {
  content: "\f1a4";
}
.qmod-dividends .fa-delicious:before {
  content: "\f1a5";
}
.qmod-dividends .fa-digg:before {
  content: "\f1a6";
}
.qmod-dividends .fa-pied-piper-pp:before {
  content: "\f1a7";
}
.qmod-dividends .fa-pied-piper-alt:before {
  content: "\f1a8";
}
.qmod-dividends .fa-drupal:before {
  content: "\f1a9";
}
.qmod-dividends .fa-joomla:before {
  content: "\f1aa";
}
.qmod-dividends .fa-language:before {
  content: "\f1ab";
}
.qmod-dividends .fa-fax:before {
  content: "\f1ac";
}
.qmod-dividends .fa-building:before {
  content: "\f1ad";
}
.qmod-dividends .fa-child:before {
  content: "\f1ae";
}
.qmod-dividends .fa-paw:before {
  content: "\f1b0";
}
.qmod-dividends .fa-spoon:before {
  content: "\f1b1";
}
.qmod-dividends .fa-cube:before {
  content: "\f1b2";
}
.qmod-dividends .fa-cubes:before {
  content: "\f1b3";
}
.qmod-dividends .fa-behance:before {
  content: "\f1b4";
}
.qmod-dividends .fa-behance-square:before {
  content: "\f1b5";
}
.qmod-dividends .fa-steam:before {
  content: "\f1b6";
}
.qmod-dividends .fa-steam-square:before {
  content: "\f1b7";
}
.qmod-dividends .fa-recycle:before {
  content: "\f1b8";
}
.qmod-dividends .fa-automobile:before,
.qmod-dividends .fa-car:before {
  content: "\f1b9";
}
.qmod-dividends .fa-cab:before,
.qmod-dividends .fa-taxi:before {
  content: "\f1ba";
}
.qmod-dividends .fa-tree:before {
  content: "\f1bb";
}
.qmod-dividends .fa-spotify:before {
  content: "\f1bc";
}
.qmod-dividends .fa-deviantart:before {
  content: "\f1bd";
}
.qmod-dividends .fa-soundcloud:before {
  content: "\f1be";
}
.qmod-dividends .fa-database:before {
  content: "\f1c0";
}
.qmod-dividends .fa-file-pdf-o:before {
  content: "\f1c1";
}
.qmod-dividends .fa-file-word-o:before {
  content: "\f1c2";
}
.qmod-dividends .fa-file-excel-o:before {
  content: "\f1c3";
}
.qmod-dividends .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.qmod-dividends .fa-file-photo-o:before,
.qmod-dividends .fa-file-picture-o:before,
.qmod-dividends .fa-file-image-o:before {
  content: "\f1c5";
}
.qmod-dividends .fa-file-zip-o:before,
.qmod-dividends .fa-file-archive-o:before {
  content: "\f1c6";
}
.qmod-dividends .fa-file-sound-o:before,
.qmod-dividends .fa-file-audio-o:before {
  content: "\f1c7";
}
.qmod-dividends .fa-file-movie-o:before,
.qmod-dividends .fa-file-video-o:before {
  content: "\f1c8";
}
.qmod-dividends .fa-file-code-o:before {
  content: "\f1c9";
}
.qmod-dividends .fa-vine:before {
  content: "\f1ca";
}
.qmod-dividends .fa-codepen:before {
  content: "\f1cb";
}
.qmod-dividends .fa-jsfiddle:before {
  content: "\f1cc";
}
.qmod-dividends .fa-life-bouy:before,
.qmod-dividends .fa-life-buoy:before,
.qmod-dividends .fa-life-saver:before,
.qmod-dividends .fa-support:before,
.qmod-dividends .fa-life-ring:before {
  content: "\f1cd";
}
.qmod-dividends .fa-circle-o-notch:before {
  content: "\f1ce";
}
.qmod-dividends .fa-ra:before,
.qmod-dividends .fa-resistance:before,
.qmod-dividends .fa-rebel:before {
  content: "\f1d0";
}
.qmod-dividends .fa-ge:before,
.qmod-dividends .fa-empire:before {
  content: "\f1d1";
}
.qmod-dividends .fa-git-square:before {
  content: "\f1d2";
}
.qmod-dividends .fa-git:before {
  content: "\f1d3";
}
.qmod-dividends .fa-y-combinator-square:before,
.qmod-dividends .fa-yc-square:before,
.qmod-dividends .fa-hacker-news:before {
  content: "\f1d4";
}
.qmod-dividends .fa-tencent-weibo:before {
  content: "\f1d5";
}
.qmod-dividends .fa-qq:before {
  content: "\f1d6";
}
.qmod-dividends .fa-wechat:before,
.qmod-dividends .fa-weixin:before {
  content: "\f1d7";
}
.qmod-dividends .fa-send:before,
.qmod-dividends .fa-paper-plane:before {
  content: "\f1d8";
}
.qmod-dividends .fa-send-o:before,
.qmod-dividends .fa-paper-plane-o:before {
  content: "\f1d9";
}
.qmod-dividends .fa-history:before {
  content: "\f1da";
}
.qmod-dividends .fa-circle-thin:before {
  content: "\f1db";
}
.qmod-dividends .fa-header:before {
  content: "\f1dc";
}
.qmod-dividends .fa-paragraph:before {
  content: "\f1dd";
}
.qmod-dividends .fa-sliders:before {
  content: "\f1de";
}
.qmod-dividends .fa-share-alt:before {
  content: "\f1e0";
}
.qmod-dividends .fa-share-alt-square:before {
  content: "\f1e1";
}
.qmod-dividends .fa-bomb:before {
  content: "\f1e2";
}
.qmod-dividends .fa-soccer-ball-o:before,
.qmod-dividends .fa-futbol-o:before {
  content: "\f1e3";
}
.qmod-dividends .fa-tty:before {
  content: "\f1e4";
}
.qmod-dividends .fa-binoculars:before {
  content: "\f1e5";
}
.qmod-dividends .fa-plug:before {
  content: "\f1e6";
}
.qmod-dividends .fa-slideshare:before {
  content: "\f1e7";
}
.qmod-dividends .fa-twitch:before {
  content: "\f1e8";
}
.qmod-dividends .fa-yelp:before {
  content: "\f1e9";
}
.qmod-dividends .fa-newspaper-o:before {
  content: "\f1ea";
}
.qmod-dividends .fa-wifi:before {
  content: "\f1eb";
}
.qmod-dividends .fa-calculator:before {
  content: "\f1ec";
}
.qmod-dividends .fa-paypal:before {
  content: "\f1ed";
}
.qmod-dividends .fa-google-wallet:before {
  content: "\f1ee";
}
.qmod-dividends .fa-cc-visa:before {
  content: "\f1f0";
}
.qmod-dividends .fa-cc-mastercard:before {
  content: "\f1f1";
}
.qmod-dividends .fa-cc-discover:before {
  content: "\f1f2";
}
.qmod-dividends .fa-cc-amex:before {
  content: "\f1f3";
}
.qmod-dividends .fa-cc-paypal:before {
  content: "\f1f4";
}
.qmod-dividends .fa-cc-stripe:before {
  content: "\f1f5";
}
.qmod-dividends .fa-bell-slash:before {
  content: "\f1f6";
}
.qmod-dividends .fa-bell-slash-o:before {
  content: "\f1f7";
}
.qmod-dividends .fa-trash:before {
  content: "\f1f8";
}
.qmod-dividends .fa-copyright:before {
  content: "\f1f9";
}
.qmod-dividends .fa-at:before {
  content: "\f1fa";
}
.qmod-dividends .fa-eyedropper:before {
  content: "\f1fb";
}
.qmod-dividends .fa-paint-brush:before {
  content: "\f1fc";
}
.qmod-dividends .fa-birthday-cake:before {
  content: "\f1fd";
}
.qmod-dividends .fa-area-chart:before {
  content: "\f1fe";
}
.qmod-dividends .fa-pie-chart:before {
  content: "\f200";
}
.qmod-dividends .fa-line-chart:before {
  content: "\f201";
}
.qmod-dividends .fa-lastfm:before {
  content: "\f202";
}
.qmod-dividends .fa-lastfm-square:before {
  content: "\f203";
}
.qmod-dividends .fa-toggle-off:before {
  content: "\f204";
}
.qmod-dividends .fa-toggle-on:before {
  content: "\f205";
}
.qmod-dividends .fa-bicycle:before {
  content: "\f206";
}
.qmod-dividends .fa-bus:before {
  content: "\f207";
}
.qmod-dividends .fa-ioxhost:before {
  content: "\f208";
}
.qmod-dividends .fa-angellist:before {
  content: "\f209";
}
.qmod-dividends .fa-cc:before {
  content: "\f20a";
}
.qmod-dividends .fa-shekel:before,
.qmod-dividends .fa-sheqel:before,
.qmod-dividends .fa-ils:before {
  content: "\f20b";
}
.qmod-dividends .fa-meanpath:before {
  content: "\f20c";
}
.qmod-dividends .fa-buysellads:before {
  content: "\f20d";
}
.qmod-dividends .fa-connectdevelop:before {
  content: "\f20e";
}
.qmod-dividends .fa-dashcube:before {
  content: "\f210";
}
.qmod-dividends .fa-forumbee:before {
  content: "\f211";
}
.qmod-dividends .fa-leanpub:before {
  content: "\f212";
}
.qmod-dividends .fa-sellsy:before {
  content: "\f213";
}
.qmod-dividends .fa-shirtsinbulk:before {
  content: "\f214";
}
.qmod-dividends .fa-simplybuilt:before {
  content: "\f215";
}
.qmod-dividends .fa-skyatlas:before {
  content: "\f216";
}
.qmod-dividends .fa-cart-plus:before {
  content: "\f217";
}
.qmod-dividends .fa-cart-arrow-down:before {
  content: "\f218";
}
.qmod-dividends .fa-diamond:before {
  content: "\f219";
}
.qmod-dividends .fa-ship:before {
  content: "\f21a";
}
.qmod-dividends .fa-user-secret:before {
  content: "\f21b";
}
.qmod-dividends .fa-motorcycle:before {
  content: "\f21c";
}
.qmod-dividends .fa-street-view:before {
  content: "\f21d";
}
.qmod-dividends .fa-heartbeat:before {
  content: "\f21e";
}
.qmod-dividends .fa-venus:before {
  content: "\f221";
}
.qmod-dividends .fa-mars:before {
  content: "\f222";
}
.qmod-dividends .fa-mercury:before {
  content: "\f223";
}
.qmod-dividends .fa-intersex:before,
.qmod-dividends .fa-transgender:before {
  content: "\f224";
}
.qmod-dividends .fa-transgender-alt:before {
  content: "\f225";
}
.qmod-dividends .fa-venus-double:before {
  content: "\f226";
}
.qmod-dividends .fa-mars-double:before {
  content: "\f227";
}
.qmod-dividends .fa-venus-mars:before {
  content: "\f228";
}
.qmod-dividends .fa-mars-stroke:before {
  content: "\f229";
}
.qmod-dividends .fa-mars-stroke-v:before {
  content: "\f22a";
}
.qmod-dividends .fa-mars-stroke-h:before {
  content: "\f22b";
}
.qmod-dividends .fa-neuter:before {
  content: "\f22c";
}
.qmod-dividends .fa-genderless:before {
  content: "\f22d";
}
.qmod-dividends .fa-facebook-official:before {
  content: "\f230";
}
.qmod-dividends .fa-pinterest-p:before {
  content: "\f231";
}
.qmod-dividends .fa-whatsapp:before {
  content: "\f232";
}
.qmod-dividends .fa-server:before {
  content: "\f233";
}
.qmod-dividends .fa-user-plus:before {
  content: "\f234";
}
.qmod-dividends .fa-user-times:before {
  content: "\f235";
}
.qmod-dividends .fa-hotel:before,
.qmod-dividends .fa-bed:before {
  content: "\f236";
}
.qmod-dividends .fa-viacoin:before {
  content: "\f237";
}
.qmod-dividends .fa-train:before {
  content: "\f238";
}
.qmod-dividends .fa-subway:before {
  content: "\f239";
}
.qmod-dividends .fa-medium:before {
  content: "\f23a";
}
.qmod-dividends .fa-yc:before,
.qmod-dividends .fa-y-combinator:before {
  content: "\f23b";
}
.qmod-dividends .fa-optin-monster:before {
  content: "\f23c";
}
.qmod-dividends .fa-opencart:before {
  content: "\f23d";
}
.qmod-dividends .fa-expeditedssl:before {
  content: "\f23e";
}
.qmod-dividends .fa-battery-4:before,
.qmod-dividends .fa-battery:before,
.qmod-dividends .fa-battery-full:before {
  content: "\f240";
}
.qmod-dividends .fa-battery-3:before,
.qmod-dividends .fa-battery-three-quarters:before {
  content: "\f241";
}
.qmod-dividends .fa-battery-2:before,
.qmod-dividends .fa-battery-half:before {
  content: "\f242";
}
.qmod-dividends .fa-battery-1:before,
.qmod-dividends .fa-battery-quarter:before {
  content: "\f243";
}
.qmod-dividends .fa-battery-0:before,
.qmod-dividends .fa-battery-empty:before {
  content: "\f244";
}
.qmod-dividends .fa-mouse-pointer:before {
  content: "\f245";
}
.qmod-dividends .fa-i-cursor:before {
  content: "\f246";
}
.qmod-dividends .fa-object-group:before {
  content: "\f247";
}
.qmod-dividends .fa-object-ungroup:before {
  content: "\f248";
}
.qmod-dividends .fa-sticky-note:before {
  content: "\f249";
}
.qmod-dividends .fa-sticky-note-o:before {
  content: "\f24a";
}
.qmod-dividends .fa-cc-jcb:before {
  content: "\f24b";
}
.qmod-dividends .fa-cc-diners-club:before {
  content: "\f24c";
}
.qmod-dividends .fa-clone:before {
  content: "\f24d";
}
.qmod-dividends .fa-balance-scale:before {
  content: "\f24e";
}
.qmod-dividends .fa-hourglass-o:before {
  content: "\f250";
}
.qmod-dividends .fa-hourglass-1:before,
.qmod-dividends .fa-hourglass-start:before {
  content: "\f251";
}
.qmod-dividends .fa-hourglass-2:before,
.qmod-dividends .fa-hourglass-half:before {
  content: "\f252";
}
.qmod-dividends .fa-hourglass-3:before,
.qmod-dividends .fa-hourglass-end:before {
  content: "\f253";
}
.qmod-dividends .fa-hourglass:before {
  content: "\f254";
}
.qmod-dividends .fa-hand-grab-o:before,
.qmod-dividends .fa-hand-rock-o:before {
  content: "\f255";
}
.qmod-dividends .fa-hand-stop-o:before,
.qmod-dividends .fa-hand-paper-o:before {
  content: "\f256";
}
.qmod-dividends .fa-hand-scissors-o:before {
  content: "\f257";
}
.qmod-dividends .fa-hand-lizard-o:before {
  content: "\f258";
}
.qmod-dividends .fa-hand-spock-o:before {
  content: "\f259";
}
.qmod-dividends .fa-hand-pointer-o:before {
  content: "\f25a";
}
.qmod-dividends .fa-hand-peace-o:before {
  content: "\f25b";
}
.qmod-dividends .fa-trademark:before {
  content: "\f25c";
}
.qmod-dividends .fa-registered:before {
  content: "\f25d";
}
.qmod-dividends .fa-creative-commons:before {
  content: "\f25e";
}
.qmod-dividends .fa-gg:before {
  content: "\f260";
}
.qmod-dividends .fa-gg-circle:before {
  content: "\f261";
}
.qmod-dividends .fa-tripadvisor:before {
  content: "\f262";
}
.qmod-dividends .fa-odnoklassniki:before {
  content: "\f263";
}
.qmod-dividends .fa-odnoklassniki-square:before {
  content: "\f264";
}
.qmod-dividends .fa-get-pocket:before {
  content: "\f265";
}
.qmod-dividends .fa-wikipedia-w:before {
  content: "\f266";
}
.qmod-dividends .fa-safari:before {
  content: "\f267";
}
.qmod-dividends .fa-chrome:before {
  content: "\f268";
}
.qmod-dividends .fa-firefox:before {
  content: "\f269";
}
.qmod-dividends .fa-opera:before {
  content: "\f26a";
}
.qmod-dividends .fa-internet-explorer:before {
  content: "\f26b";
}
.qmod-dividends .fa-tv:before,
.qmod-dividends .fa-television:before {
  content: "\f26c";
}
.qmod-dividends .fa-contao:before {
  content: "\f26d";
}
.qmod-dividends .fa-500px:before {
  content: "\f26e";
}
.qmod-dividends .fa-amazon:before {
  content: "\f270";
}
.qmod-dividends .fa-calendar-plus-o:before {
  content: "\f271";
}
.qmod-dividends .fa-calendar-minus-o:before {
  content: "\f272";
}
.qmod-dividends .fa-calendar-times-o:before {
  content: "\f273";
}
.qmod-dividends .fa-calendar-check-o:before {
  content: "\f274";
}
.qmod-dividends .fa-industry:before {
  content: "\f275";
}
.qmod-dividends .fa-map-pin:before {
  content: "\f276";
}
.qmod-dividends .fa-map-signs:before {
  content: "\f277";
}
.qmod-dividends .fa-map-o:before {
  content: "\f278";
}
.qmod-dividends .fa-map:before {
  content: "\f279";
}
.qmod-dividends .fa-commenting:before {
  content: "\f27a";
}
.qmod-dividends .fa-commenting-o:before {
  content: "\f27b";
}
.qmod-dividends .fa-houzz:before {
  content: "\f27c";
}
.qmod-dividends .fa-vimeo:before {
  content: "\f27d";
}
.qmod-dividends .fa-black-tie:before {
  content: "\f27e";
}
.qmod-dividends .fa-fonticons:before {
  content: "\f280";
}
.qmod-dividends .fa-reddit-alien:before {
  content: "\f281";
}
.qmod-dividends .fa-edge:before {
  content: "\f282";
}
.qmod-dividends .fa-credit-card-alt:before {
  content: "\f283";
}
.qmod-dividends .fa-codiepie:before {
  content: "\f284";
}
.qmod-dividends .fa-modx:before {
  content: "\f285";
}
.qmod-dividends .fa-fort-awesome:before {
  content: "\f286";
}
.qmod-dividends .fa-usb:before {
  content: "\f287";
}
.qmod-dividends .fa-product-hunt:before {
  content: "\f288";
}
.qmod-dividends .fa-mixcloud:before {
  content: "\f289";
}
.qmod-dividends .fa-scribd:before {
  content: "\f28a";
}
.qmod-dividends .fa-pause-circle:before {
  content: "\f28b";
}
.qmod-dividends .fa-pause-circle-o:before {
  content: "\f28c";
}
.qmod-dividends .fa-stop-circle:before {
  content: "\f28d";
}
.qmod-dividends .fa-stop-circle-o:before {
  content: "\f28e";
}
.qmod-dividends .fa-shopping-bag:before {
  content: "\f290";
}
.qmod-dividends .fa-shopping-basket:before {
  content: "\f291";
}
.qmod-dividends .fa-hashtag:before {
  content: "\f292";
}
.qmod-dividends .fa-bluetooth:before {
  content: "\f293";
}
.qmod-dividends .fa-bluetooth-b:before {
  content: "\f294";
}
.qmod-dividends .fa-percent:before {
  content: "\f295";
}
.qmod-dividends .fa-gitlab:before {
  content: "\f296";
}
.qmod-dividends .fa-wpbeginner:before {
  content: "\f297";
}
.qmod-dividends .fa-wpforms:before {
  content: "\f298";
}
.qmod-dividends .fa-envira:before {
  content: "\f299";
}
.qmod-dividends .fa-universal-access:before {
  content: "\f29a";
}
.qmod-dividends .fa-wheelchair-alt:before {
  content: "\f29b";
}
.qmod-dividends .fa-question-circle-o:before {
  content: "\f29c";
}
.qmod-dividends .fa-blind:before {
  content: "\f29d";
}
.qmod-dividends .fa-audio-description:before {
  content: "\f29e";
}
.qmod-dividends .fa-volume-control-phone:before {
  content: "\f2a0";
}
.qmod-dividends .fa-braille:before {
  content: "\f2a1";
}
.qmod-dividends .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.qmod-dividends .fa-asl-interpreting:before,
.qmod-dividends .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.qmod-dividends .fa-deafness:before,
.qmod-dividends .fa-hard-of-hearing:before,
.qmod-dividends .fa-deaf:before {
  content: "\f2a4";
}
.qmod-dividends .fa-glide:before {
  content: "\f2a5";
}
.qmod-dividends .fa-glide-g:before {
  content: "\f2a6";
}
.qmod-dividends .fa-signing:before,
.qmod-dividends .fa-sign-language:before {
  content: "\f2a7";
}
.qmod-dividends .fa-low-vision:before {
  content: "\f2a8";
}
.qmod-dividends .fa-viadeo:before {
  content: "\f2a9";
}
.qmod-dividends .fa-viadeo-square:before {
  content: "\f2aa";
}
.qmod-dividends .fa-snapchat:before {
  content: "\f2ab";
}
.qmod-dividends .fa-snapchat-ghost:before {
  content: "\f2ac";
}
.qmod-dividends .fa-snapchat-square:before {
  content: "\f2ad";
}
.qmod-dividends .fa-pied-piper:before {
  content: "\f2ae";
}
.qmod-dividends .fa-first-order:before {
  content: "\f2b0";
}
.qmod-dividends .fa-yoast:before {
  content: "\f2b1";
}
.qmod-dividends .fa-themeisle:before {
  content: "\f2b2";
}
.qmod-dividends .fa-google-plus-circle:before,
.qmod-dividends .fa-google-plus-official:before {
  content: "\f2b3";
}
.qmod-dividends .fa-fa:before,
.qmod-dividends .fa-font-awesome:before {
  content: "\f2b4";
}
.qmod-dividends .fa-handshake-o:before {
  content: "\f2b5";
}
.qmod-dividends .fa-envelope-open:before {
  content: "\f2b6";
}
.qmod-dividends .fa-envelope-open-o:before {
  content: "\f2b7";
}
.qmod-dividends .fa-linode:before {
  content: "\f2b8";
}
.qmod-dividends .fa-address-book:before {
  content: "\f2b9";
}
.qmod-dividends .fa-address-book-o:before {
  content: "\f2ba";
}
.qmod-dividends .fa-vcard:before,
.qmod-dividends .fa-address-card:before {
  content: "\f2bb";
}
.qmod-dividends .fa-vcard-o:before,
.qmod-dividends .fa-address-card-o:before {
  content: "\f2bc";
}
.qmod-dividends .fa-user-circle:before {
  content: "\f2bd";
}
.qmod-dividends .fa-user-circle-o:before {
  content: "\f2be";
}
.qmod-dividends .fa-user-o:before {
  content: "\f2c0";
}
.qmod-dividends .fa-id-badge:before {
  content: "\f2c1";
}
.qmod-dividends .fa-drivers-license:before,
.qmod-dividends .fa-id-card:before {
  content: "\f2c2";
}
.qmod-dividends .fa-drivers-license-o:before,
.qmod-dividends .fa-id-card-o:before {
  content: "\f2c3";
}
.qmod-dividends .fa-quora:before {
  content: "\f2c4";
}
.qmod-dividends .fa-free-code-camp:before {
  content: "\f2c5";
}
.qmod-dividends .fa-telegram:before {
  content: "\f2c6";
}
.qmod-dividends .fa-thermometer-4:before,
.qmod-dividends .fa-thermometer:before,
.qmod-dividends .fa-thermometer-full:before {
  content: "\f2c7";
}
.qmod-dividends .fa-thermometer-3:before,
.qmod-dividends .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.qmod-dividends .fa-thermometer-2:before,
.qmod-dividends .fa-thermometer-half:before {
  content: "\f2c9";
}
.qmod-dividends .fa-thermometer-1:before,
.qmod-dividends .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.qmod-dividends .fa-thermometer-0:before,
.qmod-dividends .fa-thermometer-empty:before {
  content: "\f2cb";
}
.qmod-dividends .fa-shower:before {
  content: "\f2cc";
}
.qmod-dividends .fa-bathtub:before,
.qmod-dividends .fa-s15:before,
.qmod-dividends .fa-bath:before {
  content: "\f2cd";
}
.qmod-dividends .fa-podcast:before {
  content: "\f2ce";
}
.qmod-dividends .fa-window-maximize:before {
  content: "\f2d0";
}
.qmod-dividends .fa-window-minimize:before {
  content: "\f2d1";
}
.qmod-dividends .fa-window-restore:before {
  content: "\f2d2";
}
.qmod-dividends .fa-times-rectangle:before,
.qmod-dividends .fa-window-close:before {
  content: "\f2d3";
}
.qmod-dividends .fa-times-rectangle-o:before,
.qmod-dividends .fa-window-close-o:before {
  content: "\f2d4";
}
.qmod-dividends .fa-bandcamp:before {
  content: "\f2d5";
}
.qmod-dividends .fa-grav:before {
  content: "\f2d6";
}
.qmod-dividends .fa-etsy:before {
  content: "\f2d7";
}
.qmod-dividends .fa-imdb:before {
  content: "\f2d8";
}
.qmod-dividends .fa-ravelry:before {
  content: "\f2d9";
}
.qmod-dividends .fa-eercast:before {
  content: "\f2da";
}
.qmod-dividends .fa-microchip:before {
  content: "\f2db";
}
.qmod-dividends .fa-snowflake-o:before {
  content: "\f2dc";
}
.qmod-dividends .fa-superpowers:before {
  content: "\f2dd";
}
.qmod-dividends .fa-wpexplorer:before {
  content: "\f2de";
}
.qmod-dividends .fa-meetup:before {
  content: "\f2e0";
}
.qmod-dividends .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.qmod-dividends .sr-only-focusable:active,
.qmod-dividends .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  display: none;
}
.qmod-dividends .dataTables_wrapper .dataTables_info {
  padding: 12px  0 0 0;
}
.qmod-dividends .dataTables_wrapper .dataTables_paginate {
  padding: 5px 0 0 0;
}
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #0b73be;
  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-dividends .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  margin-right: 10px;
}
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  margin-left: 10px;
}
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  background: #ddd;
  color: #333333 !important;
}
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: linear-gradient(#0c82d6, #0c82d6);
  border: none;
}
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  background: linear-gradient(#eaeaea, #eaeaea);
  color: #333333 !important;
  border: none;
}
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: linear-gradient(#08568e, #08568e);
  color: #fff !important;
  border: none;
  box-shadow: none;
}
.qmod-dividends .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: linear-gradient(#08568e, #08568e);
  color: #fff !important;
  border: none;
}
.qmod-dividends table.qmod-table.dataTable {
  border-collapse: collapse;
}
.qmod-dividends table.qmod-table.dataTable tr {
  border-bottom: 1px solid #ddd;
}
.qmod-dividends table.qmod-table.dataTable .qmod-resp-table {
  max-width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background-color: #EAEEF1;
}
.qmod-dividends table.qmod-table.dataTable .qmod-resp-table tr {
  background-color: inherit;
}
.qmod-dividends table.qmod-table.dataTable .qmod-resp-table td {
  text-align: left;
}
.qmod-dividends table.qmod-table.dataTable tr.child td.child {
  padding-left: 2px;
  padding-right: 2px;
}
.qmod-dividends table.dataTable tbody td {
  padding: 8px 12px;
}
.qmod-dividends table.dataTable thead th {
  position: relative;
  background-image: none !important;
  padding-right: 15px;
  outline: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qmod-dividends table.dataTable thead th:nth-child(2) {
  padding-left: 10px;
}
.qmod-dividends table.dataTable thead th.sorting,
.qmod-dividends table.dataTable thead th.sorting_asc,
.qmod-dividends table.dataTable thead th.sorting_desc {
  cursor: pointer;
}
.qmod-dividends table.dataTable thead th.sorting:after,
.qmod-dividends table.dataTable thead th.sorting_asc:after,
.qmod-dividends table.dataTable thead th.sorting_desc:after {
  position: absolute;
  top: 4px;
  right: 0;
  font-family: FontAwesome;
  font-size: 12px;
}
.qmod-dividends table.dataTable thead th.sorting:after {
  content: "\f0dc";
  color: #ddd;
  font-size: inherit;
}
.qmod-dividends table.dataTable thead th.sorting_asc:after {
  content: "\f0de";
  top: 6px;
}
.qmod-dividends table.dataTable thead th.sorting_desc:after {
  content: "\f0dd";
  top: 6px;
}
.qmod-dividends table.qmod-table.dataTable.dtr-column > thead > tr > th {
  padding: 4px 12px 4px 4px;
  border-bottom: 1px solid #ccc;
}
.qmod-dividends table.qmod-table.dataTable.dtr-column > thead > tr > th.sorting:hover {
  border-bottom: 1px solid #222;
}
.qmod-dividends table.qmod-table.dataTable.dtr-column > thead > tr > th.sorting_desc,
.qmod-dividends table.qmod-table.dataTable.dtr-column > thead > tr > th.sorting_asc {
  border-bottom: 1px solid #222;
}
.qmod-dividends table.qmod-table.dataTable.dtr-column > thead > tr > th.control {
  padding: 0;
  max-width: 25px;
}
.qmod-dividends table.qmod-table.dataTable.dtr-column > tbody > tr > td.control,
.qmod-dividends table.qmod-table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
  padding: 0px 5px;
}
.qmod-dividends table.qmod-table.dataTable.dtr-column > tbody > tr > td.control:before,
.qmod-dividends table.qmod-table.dataTable.dtr-column > tbody > tr > th.control:before {
  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;
  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: "\f078";
  background-color: unset;
  color: #333;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  margin-left: 0;
}
.qmod-dividends table.qmod-table.dataTable.dtr-column > tbody > tr.parent td.control:before,
.qmod-dividends table.qmod-table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "\f077";
  background-color: unset;
}
.qmod-dividends table.qmod-table.dataTable > tbody > tr.child ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}
.qmod-dividends table.qmod-table.dataTable.dtr-inline.collapsed > tbody > tr > td.child {
  text-align: left;
}
.qmod-dividends td.child > table > tr > td > div {
  float: none;
}
.qmod-dividends td.child > table {
  border-collapse: collapse;
}
.qmod-dividends td.child > table tr {
  border-bottom: 1px solid #ddd;
  border-top: 0;
}
.qmod-dividends td.child > table tr:last-child {
  border-bottom: 0;
}
.qmod-dividends .qmod-subheading {
  margin-top: 5px;
}
.qmod-dividends table.dataTable.qmod-dividends-table.no-footer {
  border-bottom: none;
}
.qmod-dividends table.dataTable.qmod-dividends-table.no-footer thead tr th {
  padding: 4px 14px 4px 14px;
}
.qmod-dividends table.dataTable.qmod-dividends-table.no-footer thead tr th.qmod-textl {
  padding: 4px 14px 4px 16px;
}
.qmod-dividends table.dataTable.qmod-dividends-table.no-footer th:after {
  top: 20%;
}
.qmod-dividends table.dataTable.qmod-dividends-table.no-footer tbody td {
  padding: 8px 14px 8px 14px;
}
.qmod-dividends table.dataTable.qmod-dividends-table.no-footer tbody td.qmod-textl {
  padding: 8px 14px 8px 16px;
}
.qmod-dividends .qmod-dividends-upcoming-table-con .dataTables_paginate {
  display: none;
}
.qmod-dividends .qmod-panel.qmod-dividends-no-data {
  padding: 10px 20px;
}
.qmod-dividends td.qmod-textl.qmod-td-1 {
  padding-left: 18px;
}
.qmod-dividends table.dataTable.nowrap .child .child {
  white-space: normal;
}
.qmod-dividends .qmod-loading {
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 35.5em) {
  .qmod-dividends .qmod-panel-control {
    padding: 5px 5px;
  }
  .qmod-dividends table.dataTable.qmod-dividends-table.no-footer thead tr th {
    padding: 4px 12px 4px 0px;
  }
  .qmod-dividends table.dataTable.qmod-dividends-table.no-footer thead tr th.qmod-textl {
    padding: 4px 10px 4px 5px;
  }
  .qmod-dividends table.dataTable.qmod-dividends-table.no-footer tbody td {
    padding: 8px 12px 8px 0px;
  }
  .qmod-dividends table.dataTable.qmod-dividends-table.no-footer tbody td.qmod-textl {
    padding: 8px 5px 8px 10px;
  }
}

//qmod charts
.pure-g {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}
.pure-u {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-g [class*="pure-u"] {
  font-family: sans-serif;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}
.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}
.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5%;
  *width: 12.469%;
}
.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}
.pure-u-1-5 {
  width: 20%;
  *width: 19.969%;
}
.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}
.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.969%;
}
.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}
.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}
.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5%;
  *width: 37.469%;
}
.pure-u-2-5 {
  width: 40%;
  *width: 39.969%;
}
.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}
.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}
.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
  *width: 49.969%;
}
.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}
.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}
.pure-u-3-5 {
  width: 60%;
  *width: 59.969%;
}
.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5%;
  *width: 62.469%;
}
.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}
.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}
.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
  *width: 74.969%;
}
.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}
.pure-u-4-5 {
  width: 80%;
  *width: 79.969%;
}
.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}
.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5%;
  *width: 87.469%;
}
.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}
.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%;
}
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-2,
  .pure-u-sm-1-3,
  .pure-u-sm-2-3,
  .pure-u-sm-1-4,
  .pure-u-sm-3-4,
  .pure-u-sm-1-5,
  .pure-u-sm-2-5,
  .pure-u-sm-3-5,
  .pure-u-sm-4-5,
  .pure-u-sm-5-5,
  .pure-u-sm-1-6,
  .pure-u-sm-5-6,
  .pure-u-sm-1-8,
  .pure-u-sm-3-8,
  .pure-u-sm-5-8,
  .pure-u-sm-7-8,
  .pure-u-sm-1-12,
  .pure-u-sm-5-12,
  .pure-u-sm-7-12,
  .pure-u-sm-11-12,
  .pure-u-sm-1-24,
  .pure-u-sm-2-24,
  .pure-u-sm-3-24,
  .pure-u-sm-4-24,
  .pure-u-sm-5-24,
  .pure-u-sm-6-24,
  .pure-u-sm-7-24,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24,
  .pure-u-sm-10-24,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-sm-5-12,
  .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-sm-7-12,
  .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-sm-5-8,
  .pure-u-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-sm-2-3,
  .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-sm-3-4,
  .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-sm-5-6,
  .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-sm-7-8,
  .pure-u-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-5-5,
  .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-2,
  .pure-u-md-1-3,
  .pure-u-md-2-3,
  .pure-u-md-1-4,
  .pure-u-md-3-4,
  .pure-u-md-1-5,
  .pure-u-md-2-5,
  .pure-u-md-3-5,
  .pure-u-md-4-5,
  .pure-u-md-5-5,
  .pure-u-md-1-6,
  .pure-u-md-5-6,
  .pure-u-md-1-8,
  .pure-u-md-3-8,
  .pure-u-md-5-8,
  .pure-u-md-7-8,
  .pure-u-md-1-12,
  .pure-u-md-5-12,
  .pure-u-md-7-12,
  .pure-u-md-11-12,
  .pure-u-md-1-24,
  .pure-u-md-2-24,
  .pure-u-md-3-24,
  .pure-u-md-4-24,
  .pure-u-md-5-24,
  .pure-u-md-6-24,
  .pure-u-md-7-24,
  .pure-u-md-8-24,
  .pure-u-md-9-24,
  .pure-u-md-10-24,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-md-5-12,
  .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-md-7-12,
  .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-md-5-8,
  .pure-u-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-md-2-3,
  .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-md-3-4,
  .pure-u-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-md-5-6,
  .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-md-7-8,
  .pure-u-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-5-5,
  .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-2,
  .pure-u-lg-1-3,
  .pure-u-lg-2-3,
  .pure-u-lg-1-4,
  .pure-u-lg-3-4,
  .pure-u-lg-1-5,
  .pure-u-lg-2-5,
  .pure-u-lg-3-5,
  .pure-u-lg-4-5,
  .pure-u-lg-5-5,
  .pure-u-lg-1-6,
  .pure-u-lg-5-6,
  .pure-u-lg-1-8,
  .pure-u-lg-3-8,
  .pure-u-lg-5-8,
  .pure-u-lg-7-8,
  .pure-u-lg-1-12,
  .pure-u-lg-5-12,
  .pure-u-lg-7-12,
  .pure-u-lg-11-12,
  .pure-u-lg-1-24,
  .pure-u-lg-2-24,
  .pure-u-lg-3-24,
  .pure-u-lg-4-24,
  .pure-u-lg-5-24,
  .pure-u-lg-6-24,
  .pure-u-lg-7-24,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24,
  .pure-u-lg-10-24,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-lg-5-12,
  .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-lg-7-12,
  .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-lg-5-8,
  .pure-u-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-lg-2-3,
  .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-lg-3-4,
  .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-lg-5-6,
  .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-lg-7-8,
  .pure-u-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-5-5,
  .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-2,
  .pure-u-xl-1-3,
  .pure-u-xl-2-3,
  .pure-u-xl-1-4,
  .pure-u-xl-3-4,
  .pure-u-xl-1-5,
  .pure-u-xl-2-5,
  .pure-u-xl-3-5,
  .pure-u-xl-4-5,
  .pure-u-xl-5-5,
  .pure-u-xl-1-6,
  .pure-u-xl-5-6,
  .pure-u-xl-1-8,
  .pure-u-xl-3-8,
  .pure-u-xl-5-8,
  .pure-u-xl-7-8,
  .pure-u-xl-1-12,
  .pure-u-xl-5-12,
  .pure-u-xl-7-12,
  .pure-u-xl-11-12,
  .pure-u-xl-1-24,
  .pure-u-xl-2-24,
  .pure-u-xl-3-24,
  .pure-u-xl-4-24,
  .pure-u-xl-5-24,
  .pure-u-xl-6-24,
  .pure-u-xl-7-24,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24,
  .pure-u-xl-10-24,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-xl-5-12,
  .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-xl-7-12,
  .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-xl-5-8,
  .pure-u-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-xl-2-3,
  .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-xl-3-4,
  .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-xl-5-6,
  .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-xl-7-8,
  .pure-u-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-5-5,
  .pure-u-xl-24-24 {
    width: 100%;
  }
}
.qmod-btn {
  background: #ddd;
  padding: 10px;
  color: #000;
  font: 14px Arial,Tahoma,serif;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #ddd;
  outline: 0;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qmod-btn:active {
  outline: 0;
}
.qmod-btn.qmod-btn-main {
  color: #fff;
  background-color: #0b73be;
  border-color: #0b73be;
}
.qmod-btn.qmod-btn-main:hover {
  background-color: #0c82d6;
  border-color: #0c82d6;
  color: #fff;
}
.qmod-btn.qmod-btn-main:active {
  background-color: #0a64a6;
  border-color: #0a64a6;
  color: #fff;
}
.qmod-btn.qmod-btn-main.qmod-btn-active {
  background-color: #08568e;
  border-color: #08568e;
  color: #fff;
}
.qmod-btn.qmod-btn-alt {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.qmod-btn.qmod-btn-alt:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.qmod-btn.qmod-btn-alt:active {
  background-color: grey;
  border-color: grey;
  color: #fff;
}
.qmod-btn.qmod-btn-alt.qmod-btn-active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.qmod-btn.qmod-btn-invert {
  color: #0b73be;
  background-color: #fff;
  border-color: #0b73be;
}
.qmod-btn.qmod-btn-invert:hover {
  background-color: #0b73be;
  color: #fff;
  border-color: #0b73be;
}
.qmod-btn.qmod-btn-invert:active {
  background-color: #0a64a6;
  border-color: #0a64a6;
  color: #fff;
}
.qmod-btn.qmod-btn-invert.qmod-btn-active {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #000;
}
.qmod-btn.qmod-btn-rnd {
  border-radius: 5px;
}
.qmod-btn.qmod-btn-shadow {
  -webkit-box-shadow: 3px 3px 5px 0 rgba(100, 100, 100, 0.6);
  box-shadow: 3px 3px 5px 0 rrgba(100, 100, 100, 0.6);
}
.qmod-btn.qmod-btn-glow {
  -webkit-box-shadow: 0 0 3px 2px rgba(100, 100, 100, 0.6);
  box-shadow: 0 0 3px 2px rgba(100, 100, 100, 0.6);
}
.qmod-btn:hover {
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: #000;
}
.qmod-btn:active {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #000;
}
.qmod-btn.qmod-btn-active {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
  color: #000;
}
.qmod-btn.qmod-btn-link {
  border: 0;
  padding: 0;
  text-decoration: underline;
  color: #0b73be;
  background-color: transparent;
}
.qmod-btn.qmod-btn-link:hover {
  color: #0e90ee;
}
.qmod-btn-ok {
  margin: 0 20px 20px 0;
}
.qmod-btn.qmod-green {
  vertical-align: top;
  color: white;
  text-align: center;
  background: #27ae60;
  border: 0;
  cursor: pointer;
  min-width: 70px;
  border-radius: 4px;
}
.qmod-btn.qmod-green:hover {
  background: #36d278;
}
.qmod-btn.qmod-green:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.qmod-btn.qmod-lightblue {
  vertical-align: top;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #3498db;
  border: 0;
  border-bottom: 2px solid #2a8bcc;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #2a8bcc;
  box-shadow: inset 0 -2px #2a8bcc;
}
.qmod-btn.qmod-lightblue:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fa + .qmod-btn-text {
  margin-left: 3px;
}
.qmod-btn.qmod-darkblue {
  vertical-align: top;
  color: white;
  text-align: center;
  background: #2980b9;
  border: 0;
  cursor: pointer;
  min-width: 70px;
  border-radius: 4px;
}
.qmod-btn.qmod-darkblue:hover {
  background: #409ad5;
}
.qmod-btn.qmod-darkblue:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.qmod-btn.qmod-red {
  vertical-align: top;
  color: white;
  text-align: center;
  background: #c0392b;
  border: 0;
  cursor: pointer;
  min-width: 70px;
  border-radius: 4px;
}
.qmod-btn.qmod-red:hover {
  background: #d65548;
}
.qmod-btn.qmod-red:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.qmod-btn.qmod-dark {
  vertical-align: top;
  color: white;
  text-align: center;
  background: #454545;
  border: 0;
  cursor: pointer;
  min-width: 70px;
  border-radius: 4px;
}
.qmod-btn.qmod-dark:hover {
  background: #5f5f5f;
}
.qmod-btn.qmod-dark:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.qmod-btn.qmod-disabled {
  box-shadow: 0px -2px #666 inset;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #BDC3C7;
  border-bottom: 2px solid #666;
  text-shadow: none;
  opacity: 0.6;
  color: #222;
}
.qmod-btn.qmod-disabled:hover {
  background-color: #BDC3C7;
}
.qmod-button-group {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.qmod-button-group li {
  display: table-cell;
  border-right: 1px solid #ccc;
}
.qmod-button-group li button {
  width: 100%;
}
.qmod-button-group li:not(:empty) button {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.qmod-button-group li button,
.qmod-button-group li:not(:empty) ~ li button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.qmod-button-group li:last-child {
  border-right: 0;
}
.qmod-button-group li:last-child button {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.qmod-ui-tool {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: normal;
}
.qmod-ui-tool a {
  color: #0b73be;
  text-decoration: underline;
  cursor: pointer;
}
.qmod-ui-tool .qmod-postfix-script,
.qmod-ui-tool .qmod-prefix-script {
  font-size: 50%;
  vertical-align: super;
  top: 0;
}
.qmod-ui-tool .dataTables_info,
.qmod-ui-tool .dataTables_paginate {
  padding: 20px 25px 0px 25px;
}
.copied-effect {
  opacity: 0.3;
}
.qmod-story {
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.qmod-ent-item + .qmod-ent-item::before,
.qmod-ent-item-optional-last::before {
  content: '|';
  padding: 0 4px;
  font-size: 85%;
  vertical-align: text-top;
  color: #666;
  line-height: normal;
}
.qmod-modal-overlay {
  width: 100vw;
  width: calc(100vw - (100vw - 100%));
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  z-index: 9999;
  position: fixed;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}
.qmod-ui-modal {
  z-index: 9998;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0;
  visibility: visible;
  max-width: 1024px;
  margin: auto;
  max-height: 98%;
  min-height: 48%;
  width: 100%;
  overflow: auto;
}
.qmod-ui-modal .qmod-modal-loading {
  text-align: center;
  height: 60px;
}
.qmod-ui-modal .qmod-ui-modal-titlebar {
  padding: 5px;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
  background-color: #f0f0f0;
  line-height: 24px;
}
.qmod-ui-modal .qmod-ui-modal-titlebar .qmod-ui-modal-title {
  float: left;
  font-size: 1.5em;
}
.qmod-ui-modal .qmod-ui-modal-titlebar .qmod-ui-titlebar-buttons {
  float: right;
}
.qmod-ui-modal .qmod-ui-modal-titlebar .qmod-ui-titlebar-buttons .qmod-btn {
  padding: 3px 5px;
}
.qmod-ui-modal .qmod-ui-modal-titlebar .qmod-icon-cancel:before {
  margin: 0;
}
.qmod-ui-modal .qmod-ui-modal-titlebar:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.qmod-ui-modal .qmod-ui-modal-body {
  padding: 20px;
  cursor: default;
}
.qmod-ui-modal .qmod-ui-modal-body .qmod-heading {
  display: block!important;
}
.qmod-block-settings {
  float: right;
}
.qmod-dd-cont {
  position: relative;
  color: #6e6e6e;
  font-size: 14px;
  display: inline-block;
  clear: both;
}
.qmod-dd-cont .qmod-dd-header {
  cursor: pointer;
}
.qmod-dd-cont .qmod-dd-header .qmod-dd-header-icon {
  font-size: 10px;
  vertical-align: 2px;
  padding-left: 5px;
}
.qmod-dd-cont .qmod-dd-header .qmod-dd-header-icon .qmod-fa-icon {
  transition: 150ms;
}
.qmod-dd-cont .qmod-dd-header .qmod-dd-iopen {
  transform: rotate(180deg);
  color: #0b92e7;
}
.qmod-dd-cont .qmod-dd-header .qmod-dd-header-name {
  transition: 150ms;
  padding-right: 5px;
}
.qmod-dd-cont .qmod-dd-header .qmod-dd-header-lbl {
  transition: 150ms;
  padding: 0;
  border-bottom: 1px solid;
}
.qmod-dd-cont .qmod-dd-ul {
  border: 1px solid #404040;
  background-color: #f0f0f0;
  color: #404040;
  right: 0;
  top: 100%;
  position: absolute;
  clear: both;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.qmod-dd-cont .qmod-dd-ul.qmod-dd-open {
  opacity: 1;
  transition-delay: 100ms;
  z-index: 9999;
}
.qmod-dd-cont .qmod-dd-li {
  cursor: pointer;
  display: block;
}
.qmod-dd-cont .qmod-dd-li .qmod-dd-li-lbl {
  display: inline-block;
  padding: 2px 5px;
}
.qmod-dd-cont .qmod-dd-li + .qmod-dd-li {
  border-top: 1px solid #FFFFFF;
}
.qmod-dd-cont .qmod-dd-li.qmod-dd-li-active {
  color: #fff;
  background-color: #404040;
  cursor: default;
}
.qmod-dd-cont .qmod-dd-li:hover {
  color: #fff;
  background-color: #505050;
}
.qmod-group:after {
  content: "";
  display: table;
  clear: both;
}
.qmod-table {
  width: 100%;
  border-collapse: collapse;
}
.qmod-heading {
  font-weight: 500;
  margin: 0;
  padding: 5px 20px;
}
.qmod-heading:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
h1.qmod-heading {
  font-size: 140%;
}
h2.qmod-heading {
  font-size: 135%;
}
h3.qmod-heading {
  font-size: 130%;
}
h4.qmod-heading {
  font-size: 125%;
}
h5.qmod-heading {
  font-size: 120%;
}
h6.qmod-heading {
  font-size: 110%;
}
.qmod-heading i + span {
  padding-left: 4px;
}
.qmod-heading.qmod-hline {
  border-bottom: 1px solid #ccc;
  padding-bottom: .1em;
}
.qmod-hbg {
  background-color: #f0f0f0;
  border: 0;
}
.qmod-heading.qmod-hrnd {
  background-color: #f0f0f0;
  padding: .3em;
  border: 0;
  border-radius: 10px;
}
.qmod-heading.qmod-hrnd.qmod-hstag1 {
  border-radius: 10px 0;
}
.qmod-heading.qmod-hrnd.qmod-hstag2 {
  border-radius: 0 10px;
}
.qmod-heading.qmod-hrnd.qmod-hrtop {
  border-radius: 10px 10px 0 0;
}
.qmod-heading.qmod-hrnd.qmod-hrleft {
  border-radius: 10px 0 0 10px;
}
.qmod-heading.qmod-hrnd.qmod-hrright {
  border-radius: 0 10px 10px 0;
}
.qmod-heading.qmod-hrnd.qmod-hrbot {
  border-radius: 0 0 10px 10px;
}
h3[class*="qmod-date-"] {
  background-color: transparent;
}
.qmod-date-* {
  background-color: transparent;
}
.qmod-paginator {
  text-align: center;
}
.qmod-paginator .qmod-paginator-prev,
.qmod-paginator .qmod-paginator-first {
  float: left;
}
.qmod-paginator .qmod-paginator-next,
.qmod-paginator .qmod-paginator-last {
  float: right;
}
.qmod-paginator .qmod-btn {
  padding: 5px;
}
.qmod-paginator:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.qmod-pagin-bottom {
  margin-top: 15px;
}
.qmod-pagin-top {
  margin-bottom: 15px;
}
.qmod-entitlement {
  font-style: oblique;
  text-transform: uppercase;
  font-size: 7pt;
}
.qmod-ch-up {
  color: #080;
}
.qmod-ch-down {
  color: #ff0000;
}
.qmod-pull-right {
  text-align: right;
}
.qmod-img-resize {
  width: 100%;
}
.loading-indicator {
  font-family: qmod;
  color: #bbb;
}
.loading-indicator:before {
  content: '\e945';
}
.qmod-loading-indicator {
  position: fixed;
  z-index: 999999;
  font-family: qmod;
  font-size: 52px;
  width: 100%;
  height: 100%;
  color: #a6a6a6;
  top: 42%;
  left: 0;
  text-align: center;
}
.qmod-loading-overlay {
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 2900;
  display: none;
  position: fixed;
}
.qmod-resize-handler {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  margin-left: 10px;
  cursor: nwse-resize;
}
.qmod-file-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.qmod-file-list li {
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.qmod-file-list li:last-child {
  border-bottom: 0;
}
.qmod-block-wrapper {
  margin-bottom: 20px;
  background-color: #FFFFFF;
}
.qmod-block-wrapper .qmod-heading i + span {
  padding-left: 4px;
}
.qmod-block-wrapper .qmod-block-wrapper-header {
  padding-left: 15px;
  padding-right: 15px;
}
.qmod-block-wrapper .qmod-block-wrapper-body {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 35.5em) {
  .qmod-block-wrapper .qmod-block-wrapper-body {
    padding-left: 0;
    padding-right: 0;
  }
}
.qmod_realtime {
  color: #008000;
  font-style: italic;
}
.qmod_norealtime {
  color: #465665;
  font-style: italic;
}
.qmod-disclaimer {
  padding: 10px;
  padding-bottom: 0;
  text-align: left;
  font-size: 80%;
  min-height: 25px;
}
.qmod-disclaimer .qmod-disclaimer-logo {
  float: right;
  color: #333;
  font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.06em;
  display: inline-block;
  transform: scale(1.2, 1);
  background: #FFF none repeat scroll 0% 0%;
  width: auto;
  margin-right: 1.2em;
  margin-left: 20px;
}
.qmod-disclaimer .qmod-disclaimer-logo a {
  color: #333;
  text-decoration: none;
}
.qmod-disclaimer .qmod-disclaimer-logo a span {
  color: #0071BB;
}
.qmod-tab-container {
  display: inline-block;
  position: relative;
  top: 1px;
  padding: 0;
  width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qmod-tab-container .qmod-tab-list {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.qmod-tab-container .qmod-tab-list .qmod-tab-item {
  list-style: none;
  display: inline-block;
  padding: 0;
  border-color: #DDD;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px 4px 0 0;
  border-bottom-color: transparent;
  margin: 5px 0 0 5px;
  background-color: #eaeef1;
  text-align: center;
}
.qmod-tab-container .qmod-tab-list .qmod-tab-item .qmod-tab-item-link {
  color: inherit;
  text-decoration: none;
}
.qmod-tab-container .qmod-tab-list .qmod-tab-item .qmod-tab-item-link .qmod-tab-text {
  padding: 8px 16px;
  min-width: 100px;
}
.qmod-tab-container .qmod-tab-list .qmod-tab-item.qmod-active {
  background-color: #fff;
  border-bottom-width: 2px;
  font-weight: 700;
}
.qmod-tab-container-bottom {
  border-bottom-color: #DDD;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 100%;
}
.qmod-invalid {
  text-align: center;
  padding: 20px;
}
.qmod-dropdown-label {
  padding-right: 15px;
  padding-top: 3px;
  display: inline-block;
}
.qmod-dropdown-label.qmod-block-label {
  display: block;
  padding-bottom: 4px;
  padding-top: 0;
}
div.qmod-dropdown {
  position: relative;
  min-width: 165px;
  display: inline-block;
  text-align: left;
}
div.qmod-dropdown:hover ul.qmod-dropdown-menu {
  display: block;
}
div.qmod-dropdown:hover .qmod-dropdown_toggle {
  background: #DDD none repeat scroll 0% 0%;
  text-decoration: none;
}
.qmod-dropdown-menu {
  left: auto;
  min-width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  list-style: outside none none;
  z-index: 1000;
  display: none;
  border: 1px solid #DDD;
  background-color: #FFF;
  max-height: 400px;
  overflow-y: auto;
}
.qmod-dropdown-menu li.qmod-custom.qmod-first {
  border-top: 1px solid black;
}
.qmod-dropdown-menu li > a {
  text-decoration: none;
  display: block;
  color: #333;
  white-space: nowrap;
  line-height: 35px;
  padding: 0 12px;
}
.qmod-dropdown-sm.qmod-dropdown-menu li > a {
  line-height: 25px;
}
.qmod-dropdown-menu li > a:hover {
  background-color: #DDD;
  text-decoration: none;
}
.qmod-dropdown-menu li > a.qmod-active {
  background-color: #0b73be;
  color: #fff;
}
.qmod-dropdown-menu.qmod-dropdown-sm input[type="text"] {
  padding: 5px;
}
.qmod-dropdown-menu.qmod-dropdown-sm .inner-addon i {
  padding: 5px;
}
.qmod-dropdown-menu.qmod-dropdown-menu-toggles li {
  width: 100%;
}
.qmod-dropdown-menu.qmod-dropdown-menu-toggles li > div {
  padding: 5px 10px;
}
.qmod-dropdown-menu.qmod-dropdown-menu-toggles li > div .qmod-icon-toggle-icon {
  float: right;
  cursor: pointer;
}
a.qmod-dropdown_toggle {
  color: #222;
  background-color: #F0F0F0;
  border: 1px solid #DDD;
  display: block;
  line-height: 30px;
  padding: 0 0 0 12px;
  text-decoration: none;
}
a.qmod-dropdown_toggle span {
  padding-right: 10px;
}
a.qmod-dropdown_toggle .fa {
  padding-right: 10px;
  line-height: 30px;
  float: right;
}
a.qmod-dropdown_toggle .qmod-dd-icon {
  vertical-align: top;
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  float: right;
  line-height: 30px;
}
a.qmod-dropdown_toggle.qmod-dropdown-sm {
  line-height: 15px;
  padding: 2px 2px 2px 12px;
}
a.qmod-dropdown_toggle.qmod-dropdown-sm i {
  height: auto;
  width: auto;
}
.qmod-modifiers {
  padding: 10px 20px;
}
@media screen and (max-width: 35.5em) {
  .qmod-modifiers {
    padding: 10px 5px;
  }
}
.qmod-textr {
  text-align: right;
}
.qmod-textl {
  text-align: left;
}
.qmod-textc {
  text-align: center;
}
div.qmod-label,
div.qmod-desc {
  padding: 5px 10px;
}
.qmod-ui-tool input[type=date],
.qmod-ui-tool input[type=text],
.qmod-ui-tool input[type=password] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: solid 1px #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #ffffff;
  color: #333;
  transition: border 0.3s;
  width: 100%;
  padding: 10px;
}
.qmod-ui-tool .inner-addon {
  position: relative;
}
.qmod-btn-icon {
  width: 48%;
  display: inline-block;
}
.qmod-ui-tool .inner-addon i {
  position: absolute;
  padding: 11px;
  cursor: pointer;
  transition: all 500ms ease;
}
.qmod-ui-tool .inner-addon i:hover {
  color: #0078e7;
  transform: scale3d(1.3, 1.3, 1.3);
}
.qmod-ui-tool .left-addon i {
  left: 0px;
}
.qmod-ui-tool .right-addon i {
  right: 3px;
  top: 1px;
}
.qmod-ui-tool .left-addon input {
  padding-left: 30px;
}
.qmod-ui-tool .right-addon input {
  padding-right: 30px;
}
.qmod-ui-tool input[type="text"]:focus,
.qmod-ui-tool input[type="text"].focus {
  border: solid 1px #4D4D4D;
}
.qmod-ui-tool input {
  box-sizing: border-box;
  display: block;
}
.qmod-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.qmod-animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.qmod-btn:hover .qmod-animated.infinite {
  animation-iteration-count: 0;
}
.qmod-animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@keyframes qmod-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.qmod-pulse {
  -webkit-animation-name: qmod-pulse;
  animation-name: qmod-pulse;
}
.fa-rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.qmod-data-point {
  padding: 5px 10px;
}
.qmod-lookup-results tr {
  height: 22px;
}
.qm_main {
  margin-bottom: 5px;
}
.qmod-symbolhelp-modal {
  z-index: 100000;
}
.qmod-tab-header .qmod-tab {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid;
  border-radius: 3px 3px 0px 0px;
  background-color: #f0f0f0;
  border-color: #E0E0E0;
  cursor: pointer;
}
.qmod-tab-header .qmod-tab:hover {
  border-color: #666;
  background-color: #E0E0E0;
}
.qmod-tab-header .qmod-tab.qmod-tab-active {
  border-bottom: 1px solid white;
  background-color: #E0E0E0;
  cursor: auto;
}
.qm-load-indicator {
  margin: 15px auto 0;
  width: 70px;
  text-align: center;
}
.qm-load-indicator > div {
  width: 18px;
  height: 18px;
  background-color: rgba(100, 100, 100, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: qm-bouncedelay 1.4s infinite ease-in-out both;
  animation: qm-bouncedelay 1.4s infinite ease-in-out both;
}
.qm-load-indicator .qm-bouncer1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.qm-load-indicator .qm-bouncer2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes qm-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes qm-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pure-g [class*="pure-u"] {
  font-family: "Helvetica Neue", Helvetica, Arial;
}
.pure-g [class*="pure-u"] .qmod-panel {
  padding: 5px;
}
.pure-g [class*="pure-u"] .qmod-panel .qmod-panel-title {
  font-weight: bold;
  font-size: 95%;
}
.pure-g [class*="pure-u"] .qmod-panel .qmod-panel-title .qmod-panel-settings {
  float: right;
  color: #0b73be;
}
.pure-g [class*="pure-u"] .qmod-panel .qmod-panel-title > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.pure-g [class*="pure-u"] .qmod-panel .qmod-panel-title > span.qmod-inline {
  display: inline;
}
.pure-g [class*="pure-u"] .qmod-panel .qmod-panel-title > span i + span {
  padding-left: 3px;
}
.pure-g [class*="pure-u"] .qmod-panel .qmod-panel-body {
  padding: 5px 0;
}
@media screen and (max-width: 35.5em) {
  .pure-g [class*="pure-u"]:first-of-type .qmod-panel,
  .pure-g [class*="pure-u"]:last-of-type .qmod-panel {
    padding: 5px;
  }
  .qmod-btn-icon {
    width: 100%;
    margin-bottom: 10px;
  }
  .qmod-heading {
    padding: 5px;
  }
  div.qmod-label,
  div.qmod-desc {
    padding: 5px;
  }
  .qmod-ui-modal .qmod-ui-modal-titlebar {
    padding-left: 5px;
  }
  .qmod-ui-modal .qmod-ui-modal-body {
    padding: 5px;
  }
  .qmod-disclaimer .qmod-disclaimer-logo {
    float: none;
    display: block;
    text-align: center;
  }
}
.qmod-simplechart.qmod-ui-tool {
  /*!
 *  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 */
}
.qmod-simplechart.qmod-ui-tool:fullscreen,
.qmod-simplechart.qmod-ui-toolfull-screen {
  height: 100%;
  margin: 0;
  width: 100%;
}
.qmod-simplechart.qmod-ui-tool:fullscreen .qmod-block-wrapper,
.qmod-simplechart.qmod-ui-toolfull-screen .qmod-block-wrapper {
  height: 100%;
}
.qmod-simplechart.qmod-ui-tool:fullscreen .qmod-block-wrapper .qmod-chart-js,
.qmod-simplechart.qmod-ui-toolfull-screen .qmod-block-wrapper .qmod-chart-js {
  height: 95%;
}
.qmod-simplechart.qmod-ui-tool:fullscreen .qmod-block-wrapper .qmod-chart-js .qmod-main-chart,
.qmod-simplechart.qmod-ui-toolfull-screen .qmod-block-wrapper .qmod-chart-js .qmod-main-chart {
  height: 95%;
}
.qmod-simplechart.qmod-ui-tool:-webkit-full-screen {
  height: 100%;
  margin: 0;
  width: 100%;
}
.qmod-simplechart.qmod-ui-tool:-webkit-full-screen .qmod-block-wrapper {
  height: 100%;
}
.qmod-simplechart.qmod-ui-tool:-webkit-full-screen .qmod-block-wrapper .qmod-chart-js {
  height: 95%;
}
.qmod-simplechart.qmod-ui-tool:-webkit-full-screen .qmod-block-wrapper .qmod-chart-js .qmod-main-chart {
  height: 95%;
}
.qmod-simplechart.qmod-ui-tool:-moz-full-screen {
  height: 100%;
  margin: 0;
  width: 100%;
  background-color: #ffffff;
}
.qmod-simplechart.qmod-ui-tool:-moz-full-screen .qmod-block-wrapper {
  height: 100%;
}
.qmod-simplechart.qmod-ui-tool:-moz-full-screen .qmod-block-wrapper .qmod-chart-js {
  height: 95%;
}
.qmod-simplechart.qmod-ui-tool:-moz-full-screen .qmod-block-wrapper .qmod-chart-js .qmod-main-chart {
  height: 95%;
}
.qmod-simplechart.qmod-ui-tool:-ms-fullscreen {
  height: 100%;
  margin: 0 !important;
  width: 100%;
  background-color: #ffffff;
}
.qmod-simplechart.qmod-ui-tool:-ms-fullscreen .qmod-block-wrapper {
  height: 100%;
}
.qmod-simplechart.qmod-ui-tool:-ms-fullscreen .qmod-block-wrapper .qmod-chart-js {
  height: 95%;
}
.qmod-simplechart.qmod-ui-tool:-ms-fullscreen .qmod-block-wrapper .qmod-chart-js .qmod-main-chart {
  height: 95%;
}
.qmod-simplechart.qmod-ui-tool a.qmod-tooltip {
  color: #555 !important;
  border-bottom: 1px dotted #555;
  text-decoration: none;
}
.qmod-simplechart.qmod-ui-tool a.qmod-tooltip:hover {
  text-decoration: none !important;
}
.qmod-simplechart.qmod-ui-tool #qmod-tooltip {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: normal;
  border: 2px solid #ccc;
  border-radius: 3px;
  color: #000;
  background: #fff;
  position: absolute;
  z-index: 100000;
  padding: 15px;
  max-width: 350px;
}
.qmod-simplechart.qmod-ui-tool #qmod-tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.qmod-simplechart.qmod-ui-tool #qmod-tooltip:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.qmod-simplechart.qmod-ui-tool #qmod-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.qmod-simplechart.qmod-ui-tool #qmod-tooltip:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 13px;
  margin-left: -13px;
}
.qmod-simplechart.qmod-ui-tool #qmod-tooltip.top:after {
  top: auto;
  bottom: 100%;
}
.qmod-simplechart.qmod-ui-tool #qmod-tooltip.top:before {
  top: auto;
  bottom: 100%;
}
.qmod-simplechart.qmod-ui-tool #qmod-tooltip.top:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.qmod-simplechart.qmod-ui-tool #qmod-tooltip.top:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 13px;
  margin-left: -13px;
}
.qmod-simplechart.qmod-ui-tool #qmod-tooltip.left:after {
  right: 100%;
  top: 50%;
  bottom: auto;
}
.qmod-simplechart.qmod-ui-tool #qmod-tooltip.left:before {
  right: 100%;
  top: 50%;
  bottom: auto;
}
.qmod-simplechart.qmod-ui-tool #qmod-tooltip.left:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.qmod-simplechart.qmod-ui-tool #qmod-tooltip.left:before {
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #ccc;
  border-width: 13px;
  margin-top: -13px;
}
.qmod-simplechart.qmod-ui-tool #qmod-tooltip.right:after {
  right: auto;
  left: 100%;
  top: 50%;
  bottom: auto;
}
.qmod-simplechart.qmod-ui-tool #qmod-tooltip.right:before {
  right: auto;
  left: 100%;
  top: 50%;
  bottom: auto;
}
.qmod-simplechart.qmod-ui-tool #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-simplechart.qmod-ui-tool #qmod-tooltip.right:before {
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #ccc;
  border-width: 13px;
  margin-top: -13px;
  margin-left: 0;
}
.qmod-simplechart.qmod-ui-tool .flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.qmod-simplechart.qmod-ui-tool .flag {
  display: inline-block;
  width: 26px;
  height: 16px;
  vertical-align: middle;
  margin: 1px;
}
.qmod-simplechart.qmod-ui-tool .flag.flag-big {
  width: 34px;
  height: 24px;
  background-size: 34px 24px;
  margin: 0;
}
.qmod-simplechart.qmod-ui-tool .undefined {
  text-align: center;
}
.qmod-simplechart.qmod-ui-tool .undefined:after {
  content: '-';
}
.qmod-simplechart.qmod-ui-tool .USD,
.qmod-simplechart.qmod-ui-tool .USA,
.qmod-simplechart.qmod-ui-tool .US,
.qmod-simplechart.qmod-ui-tool .United.States {
  background: url('//qmod.quotemedia.com/img/flags/4x3/us.svg') no-repeat;
  background-size: 24px 14px;
  background-position: 1px 1px;
}
.qmod-simplechart.qmod-ui-tool .TUR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/tr.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .FRA {
  background: url('//qmod.quotemedia.com/img/flags/4x3/fr.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .NLD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/nl.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .IDN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/id.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .IRL {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ie.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .LUX {
  background: url('//qmod.quotemedia.com/img/flags/4x3/lu.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .ITA {
  background: url('//qmod.quotemedia.com/img/flags/4x3/it.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .BMU {
  background: url('//qmod.quotemedia.com/img/flags/4x3/bm.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .TWN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/tw.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .AED {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ae.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .ALL {
  background: url('//qmod.quotemedia.com/img/flags/4x3/al.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .ARS,
.qmod-simplechart.qmod-ui-tool .ARG {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ar.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .AUT {
  background: url('//qmod.quotemedia.com/img/flags/4x3/at.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .AUD,
.qmod-simplechart.qmod-ui-tool .AUS,
.qmod-simplechart.qmod-ui-tool .\$CADAUD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/au.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .ZAR,
.qmod-simplechart.qmod-ui-tool .ZAF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/za.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .BBD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/bb.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .BDT {
  background: url('//qmod.quotemedia.com/img/flags/4x3/bd.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .BGN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/bg.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .BHD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/bh.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .\$USDBRL {
  background: url('//qmod.quotemedia.com/img/flags/4x3/br.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .CAD,
.qmod-simplechart.qmod-ui-tool .CAN,
.qmod-simplechart.qmod-ui-tool .CA,
.qmod-simplechart.qmod-ui-tool .CND {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ca.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .XAF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/xa.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .CHF,
.qmod-simplechart.qmod-ui-tool .\$CADCHF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ch.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .CLP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/cl.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .CNY,
.qmod-simplechart.qmod-ui-tool .CHN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/cn.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .COP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/co.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .CRC {
  background: url('//qmod.quotemedia.com/img/flags/4x3/cr.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .GRC {
  background: url('//qmod.quotemedia.com/img/flags/4x3/gr.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .CZK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/cz.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .DKK,
.qmod-simplechart.qmod-ui-tool .DNK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/dk.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .DZD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/dz.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .EGP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/eg.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .EURO,
.qmod-simplechart.qmod-ui-tool .\$CADEUR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/eu.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .GBP,
.qmod-simplechart.qmod-ui-tool .GBR,
.qmod-simplechart.qmod-ui-tool .GBX,
.qmod-simplechart.qmod-ui-tool .\$CADGBP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/gb.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .HKD,
.qmod-simplechart.qmod-ui-tool .HKG,
.qmod-simplechart.qmod-ui-tool .\$CADHKD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/hk.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .HRK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/hr.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .HUF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/hu.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .PRT {
  background: url('//qmod.quotemedia.com/img/flags/4x3/pt.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .DEU {
  background: url('//qmod.quotemedia.com/img/flags/4x3/de.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .ILS,
.qmod-simplechart.qmod-ui-tool .ISR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/il.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .CHE {
  background: url('//qmod.quotemedia.com/img/flags/4x3/sz.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .INR,
.qmod-simplechart.qmod-ui-tool .IND {
  background: url('//qmod.quotemedia.com/img/flags/4x3/in.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .IQD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/iq.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .JMD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/jmd.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .JOD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/jo.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .JPY,
.qmod-simplechart.qmod-ui-tool .JPN,
.qmod-simplechart.qmod-ui-tool .\$CADJPY {
  background: url('//qmod.quotemedia.com/img/flags/4x3/jp.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .ESP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/es.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .KES {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ke.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .KPW {
  background: url('//qmod.quotemedia.com/img/flags/4x3/kp.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .KWD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/kw.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .LBP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/lb.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .LKR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/lk.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .MAD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ma.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .MUR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/mu.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .MXN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/mx.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .MYR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/my.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .XOF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/xo.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .NOK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/no.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .NZD,
.qmod-simplechart.qmod-ui-tool .NZL,
.qmod-simplechart.qmod-ui-tool .\$CADNZD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/nz.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .OMR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/om.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .PEN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/pe.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .XPF {
  background: url('//qmod.quotemedia.com/img/flags/4x3/xp.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .PHP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ph.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .PLN {
  background: url('//qmod.quotemedia.com/img/flags/4x3/pl.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .QAR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/qa.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .RON {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ro.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .\$USDRUB,
.qmod-simplechart.qmod-ui-tool .RUS {
  background: url('//qmod.quotemedia.com/img/flags/4x3/ru.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .SAR {
  background: url('//qmod.quotemedia.com/img/flags/4x3/sa.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .SDD {
  background: url('//qmod.quotemedia.com/img/flags/4x3/sd.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .SEK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/se.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .SGD,
.qmod-simplechart.qmod-ui-tool .SGP {
  background: url('//qmod.quotemedia.com/img/flags/4x3/sg.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .SKK {
  background: url('//qmod.quotemedia.com/img/flags/4x3/sk.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .THB {
  background: url('//qmod.quotemedia.com/img/flags/4x3/th.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .TND {
  background: url('//qmod.quotemedia.com/img/flags/4x3/tn.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .VND {
  background: url('//qmod.quotemedia.com/img/flags/4x3/vn.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .BEL {
  background: url('//qmod.quotemedia.com/img/flags/4x3/be.svg') no-repeat;
  background-position: 1px 1px;
  background-size: 24px 14px;
}
.qmod-simplechart.qmod-ui-tool .flag-icon:before {
  content: "\00a0";
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-lang-fr .qmod-datetime-date {
  text-transform: capitalize;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-inline-ul {
  float: right;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-inline-ul ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-inline-ul ul:nth-child(2) {
  padding-left: 25px;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-inline-ul li {
  padding: 0 4px;
  display: inline-block;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-inline-ul li button {
  text-decoration: none;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-inline-ul .qmod-frm-wrap {
  padding-top: 4px;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-bid > .qmod-dp {
  color: #080;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-ask > .qmod-dp {
  color: #ff0000;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-reghalt .qmod-tooltip {
  color: #ff0000 !important;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-datetimezone {
  margin-left: 5px;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-icon-space {
  padding: 10px;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-change-icon {
  margin-left: 5px;
  margin-right: 5px;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-separator {
  margin-bottom: 1rem;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-mkt-hours > div + div,
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-after-hours,
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-entline {
  line-height: 20px;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-mkt-hours .qmod-last,
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-mkt-hours .qmod-change {
  font-size: 190%;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-pipe-sep {
  font-size: 85%;
  vertical-align: text-top;
  color: #666;
  line-height: normal;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-bid,
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-datetime,
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-afh {
  margin-right: 20px;
  display: inline-block;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-volume,
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-ask,
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-ah-bottom {
  display: inline-block;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-heading .flag {
  margin-right: 5px;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-heading .qmod-t-text {
  vertical-align: bottom;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-head-left,
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-head-right {
  margin-left: 20px;
  margin-top: 13px;
  margin-right: 20px;
  height: 100%;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-entline {
  text-transform: uppercase;
  font-size: 10px;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .textr {
  text-align: right;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-daylow ~ .qmod-daylow {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-day-high {
  float: right;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-daylowbar {
  font-size: 12px;
  position: relative;
  margin-top: 15px;
  background-color: #cccccc;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-barpct {
  background-color: #0a64a6;
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  text-align: right;
  white-space: nowrap;
  max-width: 100%;
  height: 100%;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-cplogo {
  text-align: right;
}
@media (max-width: 767px) {
  .qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-cplogo {
    display: none;
  }
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-tradecont {
  text-align: right;
}
@media (max-width: 568px) {
  .qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-tradecont {
    text-align: center;
  }
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-tradecont a {
  text-decoration: none;
  color: #fff;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-tradecont a ~ a {
  margin-left: 10px;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-tradecont .qmod-btn {
  padding: 10px 5px;
  font-size: 18px;
  display: inline-block;
}
@media (max-width: 568px) {
  .qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-tradecont .qmod-btn {
    width: 45%;
    padding: 10px;
  }
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-hl-arrow {
  position: absolute;
  top: -16px;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-hl-label {
  white-space: nowrap;
}
.qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-hl-label.qmod-hl-left {
  position: absolute;
  left: -115px;
}
@media (max-width: 480px) {
  .qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-head-left,
  .qmod-simplechart.qmod-ui-tool .qmod-quotehead .qmod-head-right {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@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-simplechart.qmod-ui-tool .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-simplechart.qmod-ui-tool .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.qmod-simplechart.qmod-ui-tool .fa-2x {
  font-size: 2em;
}
.qmod-simplechart.qmod-ui-tool .fa-3x {
  font-size: 3em;
}
.qmod-simplechart.qmod-ui-tool .fa-4x {
  font-size: 4em;
}
.qmod-simplechart.qmod-ui-tool .fa-5x {
  font-size: 5em;
}
.qmod-simplechart.qmod-ui-tool .fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.qmod-simplechart.qmod-ui-tool .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.qmod-simplechart.qmod-ui-tool .fa-ul > li {
  position: relative;
}
.qmod-simplechart.qmod-ui-tool .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.qmod-simplechart.qmod-ui-tool .fa-li.fa-lg {
  left: -1.85714286em;
}
.qmod-simplechart.qmod-ui-tool .fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.qmod-simplechart.qmod-ui-tool .fa-pull-left {
  float: left;
}
.qmod-simplechart.qmod-ui-tool .fa-pull-right {
  float: right;
}
.qmod-simplechart.qmod-ui-tool .fa.fa-pull-left {
  margin-right: .3em;
}
.qmod-simplechart.qmod-ui-tool .fa.fa-pull-right {
  margin-left: .3em;
}
.qmod-simplechart.qmod-ui-tool .pull-right {
  float: right;
}
.qmod-simplechart.qmod-ui-tool .pull-left {
  float: left;
}
.qmod-simplechart.qmod-ui-tool .fa.pull-left {
  margin-right: .3em;
}
.qmod-simplechart.qmod-ui-tool .fa.pull-right {
  margin-left: .3em;
}
.qmod-simplechart.qmod-ui-tool .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.qmod-simplechart.qmod-ui-tool .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-simplechart.qmod-ui-tool .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.qmod-simplechart.qmod-ui-tool .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.qmod-simplechart.qmod-ui-tool .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.qmod-simplechart.qmod-ui-tool .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-simplechart.qmod-ui-tool .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-simplechart.qmod-ui-tool :root .fa-rotate-90,
.qmod-simplechart.qmod-ui-tool :root .fa-rotate-180,
.qmod-simplechart.qmod-ui-tool :root .fa-rotate-270,
.qmod-simplechart.qmod-ui-tool :root .fa-flip-horizontal,
.qmod-simplechart.qmod-ui-tool :root .fa-flip-vertical {
  filter: none;
}
.qmod-simplechart.qmod-ui-tool .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.qmod-simplechart.qmod-ui-tool .fa-stack-1x,
.qmod-simplechart.qmod-ui-tool .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.qmod-simplechart.qmod-ui-tool .fa-stack-1x {
  line-height: inherit;
}
.qmod-simplechart.qmod-ui-tool .fa-stack-2x {
  font-size: 2em;
}
.qmod-simplechart.qmod-ui-tool .fa-inverse {
  color: #fff;
}
.qmod-simplechart.qmod-ui-tool .fa-glass:before {
  content: "\f000";
}
.qmod-simplechart.qmod-ui-tool .fa-music:before {
  content: "\f001";
}
.qmod-simplechart.qmod-ui-tool .fa-search:before {
  content: "\f002";
}
.qmod-simplechart.qmod-ui-tool .fa-envelope-o:before {
  content: "\f003";
}
.qmod-simplechart.qmod-ui-tool .fa-heart:before {
  content: "\f004";
}
.qmod-simplechart.qmod-ui-tool .fa-star:before {
  content: "\f005";
}
.qmod-simplechart.qmod-ui-tool .fa-star-o:before {
  content: "\f006";
}
.qmod-simplechart.qmod-ui-tool .fa-user:before {
  content: "\f007";
}
.qmod-simplechart.qmod-ui-tool .fa-film:before {
  content: "\f008";
}
.qmod-simplechart.qmod-ui-tool .fa-th-large:before {
  content: "\f009";
}
.qmod-simplechart.qmod-ui-tool .fa-th:before {
  content: "\f00a";
}
.qmod-simplechart.qmod-ui-tool .fa-th-list:before {
  content: "\f00b";
}
.qmod-simplechart.qmod-ui-tool .fa-check:before {
  content: "\f00c";
}
.qmod-simplechart.qmod-ui-tool .fa-remove:before,
.qmod-simplechart.qmod-ui-tool .fa-close:before,
.qmod-simplechart.qmod-ui-tool .fa-times:before {
  content: "\f00d";
}
.qmod-simplechart.qmod-ui-tool .fa-search-plus:before {
  content: "\f00e";
}
.qmod-simplechart.qmod-ui-tool .fa-search-minus:before {
  content: "\f010";
}
.qmod-simplechart.qmod-ui-tool .fa-power-off:before {
  content: "\f011";
}
.qmod-simplechart.qmod-ui-tool .fa-signal:before {
  content: "\f012";
}
.qmod-simplechart.qmod-ui-tool .fa-gear:before,
.qmod-simplechart.qmod-ui-tool .fa-cog:before {
  content: "\f013";
}
.qmod-simplechart.qmod-ui-tool .fa-trash-o:before {
  content: "\f014";
}
.qmod-simplechart.qmod-ui-tool .fa-home:before {
  content: "\f015";
}
.qmod-simplechart.qmod-ui-tool .fa-file-o:before {
  content: "\f016";
}
.qmod-simplechart.qmod-ui-tool .fa-clock-o:before {
  content: "\f017";
}
.qmod-simplechart.qmod-ui-tool .fa-road:before {
  content: "\f018";
}
.qmod-simplechart.qmod-ui-tool .fa-download:before {
  content: "\f019";
}
.qmod-simplechart.qmod-ui-tool .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.qmod-simplechart.qmod-ui-tool .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.qmod-simplechart.qmod-ui-tool .fa-inbox:before {
  content: "\f01c";
}
.qmod-simplechart.qmod-ui-tool .fa-play-circle-o:before {
  content: "\f01d";
}
.qmod-simplechart.qmod-ui-tool .fa-rotate-right:before,
.qmod-simplechart.qmod-ui-tool .fa-repeat:before {
  content: "\f01e";
}
.qmod-simplechart.qmod-ui-tool .fa-refresh:before {
  content: "\f021";
}
.qmod-simplechart.qmod-ui-tool .fa-list-alt:before {
  content: "\f022";
}
.qmod-simplechart.qmod-ui-tool .fa-lock:before {
  content: "\f023";
}
.qmod-simplechart.qmod-ui-tool .fa-flag:before {
  content: "\f024";
}
.qmod-simplechart.qmod-ui-tool .fa-headphones:before {
  content: "\f025";
}
.qmod-simplechart.qmod-ui-tool .fa-volume-off:before {
  content: "\f026";
}
.qmod-simplechart.qmod-ui-tool .fa-volume-down:before {
  content: "\f027";
}
.qmod-simplechart.qmod-ui-tool .fa-volume-up:before {
  content: "\f028";
}
.qmod-simplechart.qmod-ui-tool .fa-qrcode:before {
  content: "\f029";
}
.qmod-simplechart.qmod-ui-tool .fa-barcode:before {
  content: "\f02a";
}
.qmod-simplechart.qmod-ui-tool .fa-tag:before {
  content: "\f02b";
}
.qmod-simplechart.qmod-ui-tool .fa-tags:before {
  content: "\f02c";
}
.qmod-simplechart.qmod-ui-tool .fa-book:before {
  content: "\f02d";
}
.qmod-simplechart.qmod-ui-tool .fa-bookmark:before {
  content: "\f02e";
}
.qmod-simplechart.qmod-ui-tool .fa-print:before {
  content: "\f02f";
}
.qmod-simplechart.qmod-ui-tool .fa-camera:before {
  content: "\f030";
}
.qmod-simplechart.qmod-ui-tool .fa-font:before {
  content: "\f031";
}
.qmod-simplechart.qmod-ui-tool .fa-bold:before {
  content: "\f032";
}
.qmod-simplechart.qmod-ui-tool .fa-italic:before {
  content: "\f033";
}
.qmod-simplechart.qmod-ui-tool .fa-text-height:before {
  content: "\f034";
}
.qmod-simplechart.qmod-ui-tool .fa-text-width:before {
  content: "\f035";
}
.qmod-simplechart.qmod-ui-tool .fa-align-left:before {
  content: "\f036";
}
.qmod-simplechart.qmod-ui-tool .fa-align-center:before {
  content: "\f037";
}
.qmod-simplechart.qmod-ui-tool .fa-align-right:before {
  content: "\f038";
}
.qmod-simplechart.qmod-ui-tool .fa-align-justify:before {
  content: "\f039";
}
.qmod-simplechart.qmod-ui-tool .fa-list:before {
  content: "\f03a";
}
.qmod-simplechart.qmod-ui-tool .fa-dedent:before,
.qmod-simplechart.qmod-ui-tool .fa-outdent:before {
  content: "\f03b";
}
.qmod-simplechart.qmod-ui-tool .fa-indent:before {
  content: "\f03c";
}
.qmod-simplechart.qmod-ui-tool .fa-video-camera:before {
  content: "\f03d";
}
.qmod-simplechart.qmod-ui-tool .fa-photo:before,
.qmod-simplechart.qmod-ui-tool .fa-image:before,
.qmod-simplechart.qmod-ui-tool .fa-picture-o:before {
  content: "\f03e";
}
.qmod-simplechart.qmod-ui-tool .fa-pencil:before {
  content: "\f040";
}
.qmod-simplechart.qmod-ui-tool .fa-map-marker:before {
  content: "\f041";
}
.qmod-simplechart.qmod-ui-tool .fa-adjust:before {
  content: "\f042";
}
.qmod-simplechart.qmod-ui-tool .fa-tint:before {
  content: "\f043";
}
.qmod-simplechart.qmod-ui-tool .fa-edit:before,
.qmod-simplechart.qmod-ui-tool .fa-pencil-square-o:before {
  content: "\f044";
}
.qmod-simplechart.qmod-ui-tool .fa-share-square-o:before {
  content: "\f045";
}
.qmod-simplechart.qmod-ui-tool .fa-check-square-o:before {
  content: "\f046";
}
.qmod-simplechart.qmod-ui-tool .fa-arrows:before {
  content: "\f047";
}
.qmod-simplechart.qmod-ui-tool .fa-step-backward:before {
  content: "\f048";
}
.qmod-simplechart.qmod-ui-tool .fa-fast-backward:before {
  content: "\f049";
}
.qmod-simplechart.qmod-ui-tool .fa-backward:before {
  content: "\f04a";
}
.qmod-simplechart.qmod-ui-tool .fa-play:before {
  content: "\f04b";
}
.qmod-simplechart.qmod-ui-tool .fa-pause:before {
  content: "\f04c";
}
.qmod-simplechart.qmod-ui-tool .fa-stop:before {
  content: "\f04d";
}
.qmod-simplechart.qmod-ui-tool .fa-forward:before {
  content: "\f04e";
}
.qmod-simplechart.qmod-ui-tool .fa-fast-forward:before {
  content: "\f050";
}
.qmod-simplechart.qmod-ui-tool .fa-step-forward:before {
  content: "\f051";
}
.qmod-simplechart.qmod-ui-tool .fa-eject:before {
  content: "\f052";
}
.qmod-simplechart.qmod-ui-tool .fa-chevron-left:before {
  content: "\f053";
}
.qmod-simplechart.qmod-ui-tool .fa-chevron-right:before {
  content: "\f054";
}
.qmod-simplechart.qmod-ui-tool .fa-plus-circle:before {
  content: "\f055";
}
.qmod-simplechart.qmod-ui-tool .fa-minus-circle:before {
  content: "\f056";
}
.qmod-simplechart.qmod-ui-tool .fa-times-circle:before {
  content: "\f057";
}
.qmod-simplechart.qmod-ui-tool .fa-check-circle:before {
  content: "\f058";
}
.qmod-simplechart.qmod-ui-tool .fa-question-circle:before {
  content: "\f059";
}
.qmod-simplechart.qmod-ui-tool .fa-info-circle:before {
  content: "\f05a";
}
.qmod-simplechart.qmod-ui-tool .fa-crosshairs:before {
  content: "\f05b";
}
.qmod-simplechart.qmod-ui-tool .fa-times-circle-o:before {
  content: "\f05c";
}
.qmod-simplechart.qmod-ui-tool .fa-check-circle-o:before {
  content: "\f05d";
}
.qmod-simplechart.qmod-ui-tool .fa-ban:before {
  content: "\f05e";
}
.qmod-simplechart.qmod-ui-tool .fa-arrow-left:before {
  content: "\f060";
}
.qmod-simplechart.qmod-ui-tool .fa-arrow-right:before {
  content: "\f061";
}
.qmod-simplechart.qmod-ui-tool .fa-arrow-up:before {
  content: "\f062";
}
.qmod-simplechart.qmod-ui-tool .fa-arrow-down:before {
  content: "\f063";
}
.qmod-simplechart.qmod-ui-tool .fa-mail-forward:before,
.qmod-simplechart.qmod-ui-tool .fa-share:before {
  content: "\f064";
}
.qmod-simplechart.qmod-ui-tool .fa-expand:before {
  content: "\f065";
}
.qmod-simplechart.qmod-ui-tool .fa-compress:before {
  content: "\f066";
}
.qmod-simplechart.qmod-ui-tool .fa-plus:before {
  content: "\f067";
}
.qmod-simplechart.qmod-ui-tool .fa-minus:before {
  content: "\f068";
}
.qmod-simplechart.qmod-ui-tool .fa-asterisk:before {
  content: "\f069";
}
.qmod-simplechart.qmod-ui-tool .fa-exclamation-circle:before {
  content: "\f06a";
}
.qmod-simplechart.qmod-ui-tool .fa-gift:before {
  content: "\f06b";
}
.qmod-simplechart.qmod-ui-tool .fa-leaf:before {
  content: "\f06c";
}
.qmod-simplechart.qmod-ui-tool .fa-fire:before {
  content: "\f06d";
}
.qmod-simplechart.qmod-ui-tool .fa-eye:before {
  content: "\f06e";
}
.qmod-simplechart.qmod-ui-tool .fa-eye-slash:before {
  content: "\f070";
}
.qmod-simplechart.qmod-ui-tool .fa-warning:before,
.qmod-simplechart.qmod-ui-tool .fa-exclamation-triangle:before {
  content: "\f071";
}
.qmod-simplechart.qmod-ui-tool .fa-plane:before {
  content: "\f072";
}
.qmod-simplechart.qmod-ui-tool .fa-calendar:before {
  content: "\f073";
}
.qmod-simplechart.qmod-ui-tool .fa-random:before {
  content: "\f074";
}
.qmod-simplechart.qmod-ui-tool .fa-comment:before {
  content: "\f075";
}
.qmod-simplechart.qmod-ui-tool .fa-magnet:before {
  content: "\f076";
}
.qmod-simplechart.qmod-ui-tool .fa-chevron-up:before {
  content: "\f077";
}
.qmod-simplechart.qmod-ui-tool .fa-chevron-down:before {
  content: "\f078";
}
.qmod-simplechart.qmod-ui-tool .fa-retweet:before {
  content: "\f079";
}
.qmod-simplechart.qmod-ui-tool .fa-shopping-cart:before {
  content: "\f07a";
}
.qmod-simplechart.qmod-ui-tool .fa-folder:before {
  content: "\f07b";
}
.qmod-simplechart.qmod-ui-tool .fa-folder-open:before {
  content: "\f07c";
}
.qmod-simplechart.qmod-ui-tool .fa-arrows-v:before {
  content: "\f07d";
}
.qmod-simplechart.qmod-ui-tool .fa-arrows-h:before {
  content: "\f07e";
}
.qmod-simplechart.qmod-ui-tool .fa-bar-chart-o:before,
.qmod-simplechart.qmod-ui-tool .fa-bar-chart:before {
  content: "\f080";
}
.qmod-simplechart.qmod-ui-tool .fa-twitter-square:before {
  content: "\f081";
}
.qmod-simplechart.qmod-ui-tool .fa-facebook-square:before {
  content: "\f082";
}
.qmod-simplechart.qmod-ui-tool .fa-camera-retro:before {
  content: "\f083";
}
.qmod-simplechart.qmod-ui-tool .fa-key:before {
  content: "\f084";
}
.qmod-simplechart.qmod-ui-tool .fa-gears:before,
.qmod-simplechart.qmod-ui-tool .fa-cogs:before {
  content: "\f085";
}
.qmod-simplechart.qmod-ui-tool .fa-comments:before {
  content: "\f086";
}
.qmod-simplechart.qmod-ui-tool .fa-thumbs-o-up:before {
  content: "\f087";
}
.qmod-simplechart.qmod-ui-tool .fa-thumbs-o-down:before {
  content: "\f088";
}
.qmod-simplechart.qmod-ui-tool .fa-star-half:before {
  content: "\f089";
}
.qmod-simplechart.qmod-ui-tool .fa-heart-o:before {
  content: "\f08a";
}
.qmod-simplechart.qmod-ui-tool .fa-sign-out:before {
  content: "\f08b";
}
.qmod-simplechart.qmod-ui-tool .fa-linkedin-square:before {
  content: "\f08c";
}
.qmod-simplechart.qmod-ui-tool .fa-thumb-tack:before {
  content: "\f08d";
}
.qmod-simplechart.qmod-ui-tool .fa-external-link:before {
  content: "\f08e";
}
.qmod-simplechart.qmod-ui-tool .fa-sign-in:before {
  content: "\f090";
}
.qmod-simplechart.qmod-ui-tool .fa-trophy:before {
  content: "\f091";
}
.qmod-simplechart.qmod-ui-tool .fa-github-square:before {
  content: "\f092";
}
.qmod-simplechart.qmod-ui-tool .fa-upload:before {
  content: "\f093";
}
.qmod-simplechart.qmod-ui-tool .fa-lemon-o:before {
  content: "\f094";
}
.qmod-simplechart.qmod-ui-tool .fa-phone:before {
  content: "\f095";
}
.qmod-simplechart.qmod-ui-tool .fa-square-o:before {
  content: "\f096";
}
.qmod-simplechart.qmod-ui-tool .fa-bookmark-o:before {
  content: "\f097";
}
.qmod-simplechart.qmod-ui-tool .fa-phone-square:before {
  content: "\f098";
}
.qmod-simplechart.qmod-ui-tool .fa-twitter:before {
  content: "\f099";
}
.qmod-simplechart.qmod-ui-tool .fa-facebook-f:before,
.qmod-simplechart.qmod-ui-tool .fa-facebook:before {
  content: "\f09a";
}
.qmod-simplechart.qmod-ui-tool .fa-github:before {
  content: "\f09b";
}
.qmod-simplechart.qmod-ui-tool .fa-unlock:before {
  content: "\f09c";
}
.qmod-simplechart.qmod-ui-tool .fa-credit-card:before {
  content: "\f09d";
}
.qmod-simplechart.qmod-ui-tool .fa-feed:before,
.qmod-simplechart.qmod-ui-tool .fa-rss:before {
  content: "\f09e";
}
.qmod-simplechart.qmod-ui-tool .fa-hdd-o:before {
  content: "\f0a0";
}
.qmod-simplechart.qmod-ui-tool .fa-bullhorn:before {
  content: "\f0a1";
}
.qmod-simplechart.qmod-ui-tool .fa-bell:before {
  content: "\f0f3";
}
.qmod-simplechart.qmod-ui-tool .fa-certificate:before {
  content: "\f0a3";
}
.qmod-simplechart.qmod-ui-tool .fa-hand-o-right:before {
  content: "\f0a4";
}
.qmod-simplechart.qmod-ui-tool .fa-hand-o-left:before {
  content: "\f0a5";
}
.qmod-simplechart.qmod-ui-tool .fa-hand-o-up:before {
  content: "\f0a6";
}
.qmod-simplechart.qmod-ui-tool .fa-hand-o-down:before {
  content: "\f0a7";
}
.qmod-simplechart.qmod-ui-tool .fa-arrow-circle-left:before {
  content: "\f0a8";
}
.qmod-simplechart.qmod-ui-tool .fa-arrow-circle-right:before {
  content: "\f0a9";
}
.qmod-simplechart.qmod-ui-tool .fa-arrow-circle-up:before {
  content: "\f0aa";
}
.qmod-simplechart.qmod-ui-tool .fa-arrow-circle-down:before {
  content: "\f0ab";
}
.qmod-simplechart.qmod-ui-tool .fa-globe:before {
  content: "\f0ac";
}
.qmod-simplechart.qmod-ui-tool .fa-wrench:before {
  content: "\f0ad";
}
.qmod-simplechart.qmod-ui-tool .fa-tasks:before {
  content: "\f0ae";
}
.qmod-simplechart.qmod-ui-tool .fa-filter:before {
  content: "\f0b0";
}
.qmod-simplechart.qmod-ui-tool .fa-briefcase:before {
  content: "\f0b1";
}
.qmod-simplechart.qmod-ui-tool .fa-arrows-alt:before {
  content: "\f0b2";
}
.qmod-simplechart.qmod-ui-tool .fa-group:before,
.qmod-simplechart.qmod-ui-tool .fa-users:before {
  content: "\f0c0";
}
.qmod-simplechart.qmod-ui-tool .fa-chain:before,
.qmod-simplechart.qmod-ui-tool .fa-link:before {
  content: "\f0c1";
}
.qmod-simplechart.qmod-ui-tool .fa-cloud:before {
  content: "\f0c2";
}
.qmod-simplechart.qmod-ui-tool .fa-flask:before {
  content: "\f0c3";
}
.qmod-simplechart.qmod-ui-tool .fa-cut:before,
.qmod-simplechart.qmod-ui-tool .fa-scissors:before {
  content: "\f0c4";
}
.qmod-simplechart.qmod-ui-tool .fa-copy:before,
.qmod-simplechart.qmod-ui-tool .fa-files-o:before {
  content: "\f0c5";
}
.qmod-simplechart.qmod-ui-tool .fa-paperclip:before {
  content: "\f0c6";
}
.qmod-simplechart.qmod-ui-tool .fa-save:before,
.qmod-simplechart.qmod-ui-tool .fa-floppy-o:before {
  content: "\f0c7";
}
.qmod-simplechart.qmod-ui-tool .fa-square:before {
  content: "\f0c8";
}
.qmod-simplechart.qmod-ui-tool .fa-navicon:before,
.qmod-simplechart.qmod-ui-tool .fa-reorder:before,
.qmod-simplechart.qmod-ui-tool .fa-bars:before {
  content: "\f0c9";
}
.qmod-simplechart.qmod-ui-tool .fa-list-ul:before {
  content: "\f0ca";
}
.qmod-simplechart.qmod-ui-tool .fa-list-ol:before {
  content: "\f0cb";
}
.qmod-simplechart.qmod-ui-tool .fa-strikethrough:before {
  content: "\f0cc";
}
.qmod-simplechart.qmod-ui-tool .fa-underline:before {
  content: "\f0cd";
}
.qmod-simplechart.qmod-ui-tool .fa-table:before {
  content: "\f0ce";
}
.qmod-simplechart.qmod-ui-tool .fa-magic:before {
  content: "\f0d0";
}
.qmod-simplechart.qmod-ui-tool .fa-truck:before {
  content: "\f0d1";
}
.qmod-simplechart.qmod-ui-tool .fa-pinterest:before {
  content: "\f0d2";
}
.qmod-simplechart.qmod-ui-tool .fa-pinterest-square:before {
  content: "\f0d3";
}
.qmod-simplechart.qmod-ui-tool .fa-google-plus-square:before {
  content: "\f0d4";
}
.qmod-simplechart.qmod-ui-tool .fa-google-plus:before {
  content: "\f0d5";
}
.qmod-simplechart.qmod-ui-tool .fa-money:before {
  content: "\f0d6";
}
.qmod-simplechart.qmod-ui-tool .fa-caret-down:before {
  content: "\f0d7";
}
.qmod-simplechart.qmod-ui-tool .fa-caret-up:before {
  content: "\f0d8";
}
.qmod-simplechart.qmod-ui-tool .fa-caret-left:before {
  content: "\f0d9";
}
.qmod-simplechart.qmod-ui-tool .fa-caret-right:before {
  content: "\f0da";
}
.qmod-simplechart.qmod-ui-tool .fa-columns:before {
  content: "\f0db";
}
.qmod-simplechart.qmod-ui-tool .fa-unsorted:before,
.qmod-simplechart.qmod-ui-tool .fa-sort:before {
  content: "\f0dc";
}
.qmod-simplechart.qmod-ui-tool .fa-sort-down:before,
.qmod-simplechart.qmod-ui-tool .fa-sort-desc:before {
  content: "\f0dd";
}
.qmod-simplechart.qmod-ui-tool .fa-sort-up:before,
.qmod-simplechart.qmod-ui-tool .fa-sort-asc:before {
  content: "\f0de";
}
.qmod-simplechart.qmod-ui-tool .fa-envelope:before {
  content: "\f0e0";
}
.qmod-simplechart.qmod-ui-tool .fa-linkedin:before {
  content: "\f0e1";
}
.qmod-simplechart.qmod-ui-tool .fa-rotate-left:before,
.qmod-simplechart.qmod-ui-tool .fa-undo:before {
  content: "\f0e2";
}
.qmod-simplechart.qmod-ui-tool .fa-legal:before,
.qmod-simplechart.qmod-ui-tool .fa-gavel:before {
  content: "\f0e3";
}
.qmod-simplechart.qmod-ui-tool .fa-dashboard:before,
.qmod-simplechart.qmod-ui-tool .fa-tachometer:before {
  content: "\f0e4";
}
.qmod-simplechart.qmod-ui-tool .fa-comment-o:before {
  content: "\f0e5";
}
.qmod-simplechart.qmod-ui-tool .fa-comments-o:before {
  content: "\f0e6";
}
.qmod-simplechart.qmod-ui-tool .fa-flash:before,
.qmod-simplechart.qmod-ui-tool .fa-bolt:before {
  content: "\f0e7";
}
.qmod-simplechart.qmod-ui-tool .fa-sitemap:before {
  content: "\f0e8";
}
.qmod-simplechart.qmod-ui-tool .fa-umbrella:before {
  content: "\f0e9";
}
.qmod-simplechart.qmod-ui-tool .fa-paste:before,
.qmod-simplechart.qmod-ui-tool .fa-clipboard:before {
  content: "\f0ea";
}
.qmod-simplechart.qmod-ui-tool .fa-lightbulb-o:before {
  content: "\f0eb";
}
.qmod-simplechart.qmod-ui-tool .fa-exchange:before {
  content: "\f0ec";
}
.qmod-simplechart.qmod-ui-tool .fa-cloud-download:before {
  content: "\f0ed";
}
.qmod-simplechart.qmod-ui-tool .fa-cloud-upload:before {
  content: "\f0ee";
}
.qmod-simplechart.qmod-ui-tool .fa-user-md:before {
  content: "\f0f0";
}
.qmod-simplechart.qmod-ui-tool .fa-stethoscope:before {
  content: "\f0f1";
}
.qmod-simplechart.qmod-ui-tool .fa-suitcase:before {
  content: "\f0f2";
}
.qmod-simplechart.qmod-ui-tool .fa-bell-o:before {
  content: "\f0a2";
}
.qmod-simplechart.qmod-ui-tool .fa-coffee:before {
  content: "\f0f4";
}
.qmod-simplechart.qmod-ui-tool .fa-cutlery:before {
  content: "\f0f5";
}
.qmod-simplechart.qmod-ui-tool .fa-file-text-o:before {
  content: "\f0f6";
}
.qmod-simplechart.qmod-ui-tool .fa-building-o:before {
  content: "\f0f7";
}
.qmod-simplechart.qmod-ui-tool .fa-hospital-o:before {
  content: "\f0f8";
}
.qmod-simplechart.qmod-ui-tool .fa-ambulance:before {
  content: "\f0f9";
}
.qmod-simplechart.qmod-ui-tool .fa-medkit:before {
  content: "\f0fa";
}
.qmod-simplechart.qmod-ui-tool .fa-fighter-jet:before {
  content: "\f0fb";
}
.qmod-simplechart.qmod-ui-tool .fa-beer:before {
  content: "\f0fc";
}
.qmod-simplechart.qmod-ui-tool .fa-h-square:before {
  content: "\f0fd";
}
.qmod-simplechart.qmod-ui-tool .fa-plus-square:before {
  content: "\f0fe";
}
.qmod-simplechart.qmod-ui-tool .fa-angle-double-left:before {
  content: "\f100";
}
.qmod-simplechart.qmod-ui-tool .fa-angle-double-right:before {
  content: "\f101";
}
.qmod-simplechart.qmod-ui-tool .fa-angle-double-up:before {
  content: "\f102";
}
.qmod-simplechart.qmod-ui-tool .fa-angle-double-down:before {
  content: "\f103";
}
.qmod-simplechart.qmod-ui-tool .fa-angle-left:before {
  content: "\f104";
}
.qmod-simplechart.qmod-ui-tool .fa-angle-right:before {
  content: "\f105";
}
.qmod-simplechart.qmod-ui-tool .fa-angle-up:before {
  content: "\f106";
}
.qmod-simplechart.qmod-ui-tool .fa-angle-down:before {
  content: "\f107";
}
.qmod-simplechart.qmod-ui-tool .fa-desktop:before {
  content: "\f108";
}
.qmod-simplechart.qmod-ui-tool .fa-laptop:before {
  content: "\f109";
}
.qmod-simplechart.qmod-ui-tool .fa-tablet:before {
  content: "\f10a";
}
.qmod-simplechart.qmod-ui-tool .fa-mobile-phone:before,
.qmod-simplechart.qmod-ui-tool .fa-mobile:before {
  content: "\f10b";
}
.qmod-simplechart.qmod-ui-tool .fa-circle-o:before {
  content: "\f10c";
}
.qmod-simplechart.qmod-ui-tool .fa-quote-left:before {
  content: "\f10d";
}
.qmod-simplechart.qmod-ui-tool .fa-quote-right:before {
  content: "\f10e";
}
.qmod-simplechart.qmod-ui-tool .fa-spinner:before {
  content: "\f110";
}
.qmod-simplechart.qmod-ui-tool .fa-circle:before {
  content: "\f111";
}
.qmod-simplechart.qmod-ui-tool .fa-mail-reply:before,
.qmod-simplechart.qmod-ui-tool .fa-reply:before {
  content: "\f112";
}
.qmod-simplechart.qmod-ui-tool .fa-github-alt:before {
  content: "\f113";
}
.qmod-simplechart.qmod-ui-tool .fa-folder-o:before {
  content: "\f114";
}
.qmod-simplechart.qmod-ui-tool .fa-folder-open-o:before {
  content: "\f115";
}
.qmod-simplechart.qmod-ui-tool .fa-smile-o:before {
  content: "\f118";
}
.qmod-simplechart.qmod-ui-tool .fa-frown-o:before {
  content: "\f119";
}
.qmod-simplechart.qmod-ui-tool .fa-meh-o:before {
  content: "\f11a";
}
.qmod-simplechart.qmod-ui-tool .fa-gamepad:before {
  content: "\f11b";
}
.qmod-simplechart.qmod-ui-tool .fa-keyboard-o:before {
  content: "\f11c";
}
.qmod-simplechart.qmod-ui-tool .fa-flag-o:before {
  content: "\f11d";
}
.qmod-simplechart.qmod-ui-tool .fa-flag-checkered:before {
  content: "\f11e";
}
.qmod-simplechart.qmod-ui-tool .fa-terminal:before {
  content: "\f120";
}
.qmod-simplechart.qmod-ui-tool .fa-code:before {
  content: "\f121";
}
.qmod-simplechart.qmod-ui-tool .fa-mail-reply-all:before,
.qmod-simplechart.qmod-ui-tool .fa-reply-all:before {
  content: "\f122";
}
.qmod-simplechart.qmod-ui-tool .fa-star-half-empty:before,
.qmod-simplechart.qmod-ui-tool .fa-star-half-full:before,
.qmod-simplechart.qmod-ui-tool .fa-star-half-o:before {
  content: "\f123";
}
.qmod-simplechart.qmod-ui-tool .fa-location-arrow:before {
  content: "\f124";
}
.qmod-simplechart.qmod-ui-tool .fa-crop:before {
  content: "\f125";
}
.qmod-simplechart.qmod-ui-tool .fa-code-fork:before {
  content: "\f126";
}
.qmod-simplechart.qmod-ui-tool .fa-unlink:before,
.qmod-simplechart.qmod-ui-tool .fa-chain-broken:before {
  content: "\f127";
}
.qmod-simplechart.qmod-ui-tool .fa-question:before {
  content: "\f128";
}
.qmod-simplechart.qmod-ui-tool .fa-info:before {
  content: "\f129";
}
.qmod-simplechart.qmod-ui-tool .fa-exclamation:before {
  content: "\f12a";
}
.qmod-simplechart.qmod-ui-tool .fa-superscript:before {
  content: "\f12b";
}
.qmod-simplechart.qmod-ui-tool .fa-subscript:before {
  content: "\f12c";
}
.qmod-simplechart.qmod-ui-tool .fa-eraser:before {
  content: "\f12d";
}
.qmod-simplechart.qmod-ui-tool .fa-puzzle-piece:before {
  content: "\f12e";
}
.qmod-simplechart.qmod-ui-tool .fa-microphone:before {
  content: "\f130";
}
.qmod-simplechart.qmod-ui-tool .fa-microphone-slash:before {
  content: "\f131";
}
.qmod-simplechart.qmod-ui-tool .fa-shield:before {
  content: "\f132";
}
.qmod-simplechart.qmod-ui-tool .fa-calendar-o:before {
  content: "\f133";
}
.qmod-simplechart.qmod-ui-tool .fa-fire-extinguisher:before {
  content: "\f134";
}
.qmod-simplechart.qmod-ui-tool .fa-rocket:before {
  content: "\f135";
}
.qmod-simplechart.qmod-ui-tool .fa-maxcdn:before {
  content: "\f136";
}
.qmod-simplechart.qmod-ui-tool .fa-chevron-circle-left:before {
  content: "\f137";
}
.qmod-simplechart.qmod-ui-tool .fa-chevron-circle-right:before {
  content: "\f138";
}
.qmod-simplechart.qmod-ui-tool .fa-chevron-circle-up:before {
  content: "\f139";
}
.qmod-simplechart.qmod-ui-tool .fa-chevron-circle-down:before {
  content: "\f13a";
}
.qmod-simplechart.qmod-ui-tool .fa-html5:before {
  content: "\f13b";
}
.qmod-simplechart.qmod-ui-tool .fa-css3:before {
  content: "\f13c";
}
.qmod-simplechart.qmod-ui-tool .fa-anchor:before {
  content: "\f13d";
}
.qmod-simplechart.qmod-ui-tool .fa-unlock-alt:before {
  content: "\f13e";
}
.qmod-simplechart.qmod-ui-tool .fa-bullseye:before {
  content: "\f140";
}
.qmod-simplechart.qmod-ui-tool .fa-ellipsis-h:before {
  content: "\f141";
}
.qmod-simplechart.qmod-ui-tool .fa-ellipsis-v:before {
  content: "\f142";
}
.qmod-simplechart.qmod-ui-tool .fa-rss-square:before {
  content: "\f143";
}
.qmod-simplechart.qmod-ui-tool .fa-play-circle:before {
  content: "\f144";
}
.qmod-simplechart.qmod-ui-tool .fa-ticket:before {
  content: "\f145";
}
.qmod-simplechart.qmod-ui-tool .fa-minus-square:before {
  content: "\f146";
}
.qmod-simplechart.qmod-ui-tool .fa-minus-square-o:before {
  content: "\f147";
}
.qmod-simplechart.qmod-ui-tool .fa-level-up:before {
  content: "\f148";
}
.qmod-simplechart.qmod-ui-tool .fa-level-down:before {
  content: "\f149";
}
.qmod-simplechart.qmod-ui-tool .fa-check-square:before {
  content: "\f14a";
}
.qmod-simplechart.qmod-ui-tool .fa-pencil-square:before {
  content: "\f14b";
}
.qmod-simplechart.qmod-ui-tool .fa-external-link-square:before {
  content: "\f14c";
}
.qmod-simplechart.qmod-ui-tool .fa-share-square:before {
  content: "\f14d";
}
.qmod-simplechart.qmod-ui-tool .fa-compass:before {
  content: "\f14e";
}
.qmod-simplechart.qmod-ui-tool .fa-toggle-down:before,
.qmod-simplechart.qmod-ui-tool .fa-caret-square-o-down:before {
  content: "\f150";
}
.qmod-simplechart.qmod-ui-tool .fa-toggle-up:before,
.qmod-simplechart.qmod-ui-tool .fa-caret-square-o-up:before {
  content: "\f151";
}
.qmod-simplechart.qmod-ui-tool .fa-toggle-right:before,
.qmod-simplechart.qmod-ui-tool .fa-caret-square-o-right:before {
  content: "\f152";
}
.qmod-simplechart.qmod-ui-tool .fa-euro:before,
.qmod-simplechart.qmod-ui-tool .fa-eur:before {
  content: "\f153";
}
.qmod-simplechart.qmod-ui-tool .fa-gbp:before {
  content: "\f154";
}
.qmod-simplechart.qmod-ui-tool .fa-dollar:before,
.qmod-simplechart.qmod-ui-tool .fa-usd:before {
  content: "\f155";
}
.qmod-simplechart.qmod-ui-tool .fa-rupee:before,
.qmod-simplechart.qmod-ui-tool .fa-inr:before {
  content: "\f156";
}
.qmod-simplechart.qmod-ui-tool .fa-cny:before,
.qmod-simplechart.qmod-ui-tool .fa-rmb:before,
.qmod-simplechart.qmod-ui-tool .fa-yen:before,
.qmod-simplechart.qmod-ui-tool .fa-jpy:before {
  content: "\f157";
}
.qmod-simplechart.qmod-ui-tool .fa-ruble:before,
.qmod-simplechart.qmod-ui-tool .fa-rouble:before,
.qmod-simplechart.qmod-ui-tool .fa-rub:before {
  content: "\f158";
}
.qmod-simplechart.qmod-ui-tool .fa-won:before,
.qmod-simplechart.qmod-ui-tool .fa-krw:before {
  content: "\f159";
}
.qmod-simplechart.qmod-ui-tool .fa-bitcoin:before,
.qmod-simplechart.qmod-ui-tool .fa-btc:before {
  content: "\f15a";
}
.qmod-simplechart.qmod-ui-tool .fa-file:before {
  content: "\f15b";
}
.qmod-simplechart.qmod-ui-tool .fa-file-text:before {
  content: "\f15c";
}
.qmod-simplechart.qmod-ui-tool .fa-sort-alpha-asc:before {
  content: "\f15d";
}
.qmod-simplechart.qmod-ui-tool .fa-sort-alpha-desc:before {
  content: "\f15e";
}
.qmod-simplechart.qmod-ui-tool .fa-sort-amount-asc:before {
  content: "\f160";
}
.qmod-simplechart.qmod-ui-tool .fa-sort-amount-desc:before {
  content: "\f161";
}
.qmod-simplechart.qmod-ui-tool .fa-sort-numeric-asc:before {
  content: "\f162";
}
.qmod-simplechart.qmod-ui-tool .fa-sort-numeric-desc:before {
  content: "\f163";
}
.qmod-simplechart.qmod-ui-tool .fa-thumbs-up:before {
  content: "\f164";
}
.qmod-simplechart.qmod-ui-tool .fa-thumbs-down:before {
  content: "\f165";
}
.qmod-simplechart.qmod-ui-tool .fa-youtube-square:before {
  content: "\f166";
}
.qmod-simplechart.qmod-ui-tool .fa-youtube:before {
  content: "\f167";
}
.qmod-simplechart.qmod-ui-tool .fa-xing:before {
  content: "\f168";
}
.qmod-simplechart.qmod-ui-tool .fa-xing-square:before {
  content: "\f169";
}
.qmod-simplechart.qmod-ui-tool .fa-youtube-play:before {
  content: "\f16a";
}
.qmod-simplechart.qmod-ui-tool .fa-dropbox:before {
  content: "\f16b";
}
.qmod-simplechart.qmod-ui-tool .fa-stack-overflow:before {
  content: "\f16c";
}
.qmod-simplechart.qmod-ui-tool .fa-instagram:before {
  content: "\f16d";
}
.qmod-simplechart.qmod-ui-tool .fa-flickr:before {
  content: "\f16e";
}
.qmod-simplechart.qmod-ui-tool .fa-adn:before {
  content: "\f170";
}
.qmod-simplechart.qmod-ui-tool .fa-bitbucket:before {
  content: "\f171";
}
.qmod-simplechart.qmod-ui-tool .fa-bitbucket-square:before {
  content: "\f172";
}
.qmod-simplechart.qmod-ui-tool .fa-tumblr:before {
  content: "\f173";
}
.qmod-simplechart.qmod-ui-tool .fa-tumblr-square:before {
  content: "\f174";
}
.qmod-simplechart.qmod-ui-tool .fa-long-arrow-down:before {
  content: "\f175";
}
.qmod-simplechart.qmod-ui-tool .fa-long-arrow-up:before {
  content: "\f176";
}
.qmod-simplechart.qmod-ui-tool .fa-long-arrow-left:before {
  content: "\f177";
}
.qmod-simplechart.qmod-ui-tool .fa-long-arrow-right:before {
  content: "\f178";
}
.qmod-simplechart.qmod-ui-tool .fa-apple:before {
  content: "\f179";
}
.qmod-simplechart.qmod-ui-tool .fa-windows:before {
  content: "\f17a";
}
.qmod-simplechart.qmod-ui-tool .fa-android:before {
  content: "\f17b";
}
.qmod-simplechart.qmod-ui-tool .fa-linux:before {
  content: "\f17c";
}
.qmod-simplechart.qmod-ui-tool .fa-dribbble:before {
  content: "\f17d";
}
.qmod-simplechart.qmod-ui-tool .fa-skype:before {
  content: "\f17e";
}
.qmod-simplechart.qmod-ui-tool .fa-foursquare:before {
  content: "\f180";
}
.qmod-simplechart.qmod-ui-tool .fa-trello:before {
  content: "\f181";
}
.qmod-simplechart.qmod-ui-tool .fa-female:before {
  content: "\f182";
}
.qmod-simplechart.qmod-ui-tool .fa-male:before {
  content: "\f183";
}
.qmod-simplechart.qmod-ui-tool .fa-gittip:before,
.qmod-simplechart.qmod-ui-tool .fa-gratipay:before {
  content: "\f184";
}
.qmod-simplechart.qmod-ui-tool .fa-sun-o:before {
  content: "\f185";
}
.qmod-simplechart.qmod-ui-tool .fa-moon-o:before {
  content: "\f186";
}
.qmod-simplechart.qmod-ui-tool .fa-archive:before {
  content: "\f187";
}
.qmod-simplechart.qmod-ui-tool .fa-bug:before {
  content: "\f188";
}
.qmod-simplechart.qmod-ui-tool .fa-vk:before {
  content: "\f189";
}
.qmod-simplechart.qmod-ui-tool .fa-weibo:before {
  content: "\f18a";
}
.qmod-simplechart.qmod-ui-tool .fa-renren:before {
  content: "\f18b";
}
.qmod-simplechart.qmod-ui-tool .fa-pagelines:before {
  content: "\f18c";
}
.qmod-simplechart.qmod-ui-tool .fa-stack-exchange:before {
  content: "\f18d";
}
.qmod-simplechart.qmod-ui-tool .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.qmod-simplechart.qmod-ui-tool .fa-arrow-circle-o-left:before {
  content: "\f190";
}
.qmod-simplechart.qmod-ui-tool .fa-toggle-left:before,
.qmod-simplechart.qmod-ui-tool .fa-caret-square-o-left:before {
  content: "\f191";
}
.qmod-simplechart.qmod-ui-tool .fa-dot-circle-o:before {
  content: "\f192";
}
.qmod-simplechart.qmod-ui-tool .fa-wheelchair:before {
  content: "\f193";
}
.qmod-simplechart.qmod-ui-tool .fa-vimeo-square:before {
  content: "\f194";
}
.qmod-simplechart.qmod-ui-tool .fa-turkish-lira:before,
.qmod-simplechart.qmod-ui-tool .fa-try:before {
  content: "\f195";
}
.qmod-simplechart.qmod-ui-tool .fa-plus-square-o:before {
  content: "\f196";
}
.qmod-simplechart.qmod-ui-tool .fa-space-shuttle:before {
  content: "\f197";
}
.qmod-simplechart.qmod-ui-tool .fa-slack:before {
  content: "\f198";
}
.qmod-simplechart.qmod-ui-tool .fa-envelope-square:before {
  content: "\f199";
}
.qmod-simplechart.qmod-ui-tool .fa-wordpress:before {
  content: "\f19a";
}
.qmod-simplechart.qmod-ui-tool .fa-openid:before {
  content: "\f19b";
}
.qmod-simplechart.qmod-ui-tool .fa-institution:before,
.qmod-simplechart.qmod-ui-tool .fa-bank:before,
.qmod-simplechart.qmod-ui-tool .fa-university:before {
  content: "\f19c";
}
.qmod-simplechart.qmod-ui-tool .fa-mortar-board:before,
.qmod-simplechart.qmod-ui-tool .fa-graduation-cap:before {
  content: "\f19d";
}
.qmod-simplechart.qmod-ui-tool .fa-yahoo:before {
  content: "\f19e";
}
.qmod-simplechart.qmod-ui-tool .fa-google:before {
  content: "\f1a0";
}
.qmod-simplechart.qmod-ui-tool .fa-reddit:before {
  content: "\f1a1";
}
.qmod-simplechart.qmod-ui-tool .fa-reddit-square:before {
  content: "\f1a2";
}
.qmod-simplechart.qmod-ui-tool .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.qmod-simplechart.qmod-ui-tool .fa-stumbleupon:before {
  content: "\f1a4";
}
.qmod-simplechart.qmod-ui-tool .fa-delicious:before {
  content: "\f1a5";
}
.qmod-simplechart.qmod-ui-tool .fa-digg:before {
  content: "\f1a6";
}
.qmod-simplechart.qmod-ui-tool .fa-pied-piper-pp:before {
  content: "\f1a7";
}
.qmod-simplechart.qmod-ui-tool .fa-pied-piper-alt:before {
  content: "\f1a8";
}
.qmod-simplechart.qmod-ui-tool .fa-drupal:before {
  content: "\f1a9";
}
.qmod-simplechart.qmod-ui-tool .fa-joomla:before {
  content: "\f1aa";
}
.qmod-simplechart.qmod-ui-tool .fa-language:before {
  content: "\f1ab";
}
.qmod-simplechart.qmod-ui-tool .fa-fax:before {
  content: "\f1ac";
}
.qmod-simplechart.qmod-ui-tool .fa-building:before {
  content: "\f1ad";
}
.qmod-simplechart.qmod-ui-tool .fa-child:before {
  content: "\f1ae";
}
.qmod-simplechart.qmod-ui-tool .fa-paw:before {
  content: "\f1b0";
}
.qmod-simplechart.qmod-ui-tool .fa-spoon:before {
  content: "\f1b1";
}
.qmod-simplechart.qmod-ui-tool .fa-cube:before {
  content: "\f1b2";
}
.qmod-simplechart.qmod-ui-tool .fa-cubes:before {
  content: "\f1b3";
}
.qmod-simplechart.qmod-ui-tool .fa-behance:before {
  content: "\f1b4";
}
.qmod-simplechart.qmod-ui-tool .fa-behance-square:before {
  content: "\f1b5";
}
.qmod-simplechart.qmod-ui-tool .fa-steam:before {
  content: "\f1b6";
}
.qmod-simplechart.qmod-ui-tool .fa-steam-square:before {
  content: "\f1b7";
}
.qmod-simplechart.qmod-ui-tool .fa-recycle:before {
  content: "\f1b8";
}
.qmod-simplechart.qmod-ui-tool .fa-automobile:before,
.qmod-simplechart.qmod-ui-tool .fa-car:before {
  content: "\f1b9";
}
.qmod-simplechart.qmod-ui-tool .fa-cab:before,
.qmod-simplechart.qmod-ui-tool .fa-taxi:before {
  content: "\f1ba";
}
.qmod-simplechart.qmod-ui-tool .fa-tree:before {
  content: "\f1bb";
}
.qmod-simplechart.qmod-ui-tool .fa-spotify:before {
  content: "\f1bc";
}
.qmod-simplechart.qmod-ui-tool .fa-deviantart:before {
  content: "\f1bd";
}
.qmod-simplechart.qmod-ui-tool .fa-soundcloud:before {
  content: "\f1be";
}
.qmod-simplechart.qmod-ui-tool .fa-database:before {
  content: "\f1c0";
}
.qmod-simplechart.qmod-ui-tool .fa-file-pdf-o:before {
  content: "\f1c1";
}
.qmod-simplechart.qmod-ui-tool .fa-file-word-o:before {
  content: "\f1c2";
}
.qmod-simplechart.qmod-ui-tool .fa-file-excel-o:before {
  content: "\f1c3";
}
.qmod-simplechart.qmod-ui-tool .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.qmod-simplechart.qmod-ui-tool .fa-file-photo-o:before,
.qmod-simplechart.qmod-ui-tool .fa-file-picture-o:before,
.qmod-simplechart.qmod-ui-tool .fa-file-image-o:before {
  content: "\f1c5";
}
.qmod-simplechart.qmod-ui-tool .fa-file-zip-o:before,
.qmod-simplechart.qmod-ui-tool .fa-file-archive-o:before {
  content: "\f1c6";
}
.qmod-simplechart.qmod-ui-tool .fa-file-sound-o:before,
.qmod-simplechart.qmod-ui-tool .fa-file-audio-o:before {
  content: "\f1c7";
}
.qmod-simplechart.qmod-ui-tool .fa-file-movie-o:before,
.qmod-simplechart.qmod-ui-tool .fa-file-video-o:before {
  content: "\f1c8";
}
.qmod-simplechart.qmod-ui-tool .fa-file-code-o:before {
  content: "\f1c9";
}
.qmod-simplechart.qmod-ui-tool .fa-vine:before {
  content: "\f1ca";
}
.qmod-simplechart.qmod-ui-tool .fa-codepen:before {
  content: "\f1cb";
}
.qmod-simplechart.qmod-ui-tool .fa-jsfiddle:before {
  content: "\f1cc";
}
.qmod-simplechart.qmod-ui-tool .fa-life-bouy:before,
.qmod-simplechart.qmod-ui-tool .fa-life-buoy:before,
.qmod-simplechart.qmod-ui-tool .fa-life-saver:before,
.qmod-simplechart.qmod-ui-tool .fa-support:before,
.qmod-simplechart.qmod-ui-tool .fa-life-ring:before {
  content: "\f1cd";
}
.qmod-simplechart.qmod-ui-tool .fa-circle-o-notch:before {
  content: "\f1ce";
}
.qmod-simplechart.qmod-ui-tool .fa-ra:before,
.qmod-simplechart.qmod-ui-tool .fa-resistance:before,
.qmod-simplechart.qmod-ui-tool .fa-rebel:before {
  content: "\f1d0";
}
.qmod-simplechart.qmod-ui-tool .fa-ge:before,
.qmod-simplechart.qmod-ui-tool .fa-empire:before {
  content: "\f1d1";
}
.qmod-simplechart.qmod-ui-tool .fa-git-square:before {
  content: "\f1d2";
}
.qmod-simplechart.qmod-ui-tool .fa-git:before {
  content: "\f1d3";
}
.qmod-simplechart.qmod-ui-tool .fa-y-combinator-square:before,
.qmod-simplechart.qmod-ui-tool .fa-yc-square:before,
.qmod-simplechart.qmod-ui-tool .fa-hacker-news:before {
  content: "\f1d4";
}
.qmod-simplechart.qmod-ui-tool .fa-tencent-weibo:before {
  content: "\f1d5";
}
.qmod-simplechart.qmod-ui-tool .fa-qq:before {
  content: "\f1d6";
}
.qmod-simplechart.qmod-ui-tool .fa-wechat:before,
.qmod-simplechart.qmod-ui-tool .fa-weixin:before {
  content: "\f1d7";
}
.qmod-simplechart.qmod-ui-tool .fa-send:before,
.qmod-simplechart.qmod-ui-tool .fa-paper-plane:before {
  content: "\f1d8";
}
.qmod-simplechart.qmod-ui-tool .fa-send-o:before,
.qmod-simplechart.qmod-ui-tool .fa-paper-plane-o:before {
  content: "\f1d9";
}
.qmod-simplechart.qmod-ui-tool .fa-history:before {
  content: "\f1da";
}
.qmod-simplechart.qmod-ui-tool .fa-circle-thin:before {
  content: "\f1db";
}
.qmod-simplechart.qmod-ui-tool .fa-header:before {
  content: "\f1dc";
}
.qmod-simplechart.qmod-ui-tool .fa-paragraph:before {
  content: "\f1dd";
}
.qmod-simplechart.qmod-ui-tool .fa-sliders:before {
  content: "\f1de";
}
.qmod-simplechart.qmod-ui-tool .fa-share-alt:before {
  content: "\f1e0";
}
.qmod-simplechart.qmod-ui-tool .fa-share-alt-square:before {
  content: "\f1e1";
}
.qmod-simplechart.qmod-ui-tool .fa-bomb:before {
  content: "\f1e2";
}
.qmod-simplechart.qmod-ui-tool .fa-soccer-ball-o:before,
.qmod-simplechart.qmod-ui-tool .fa-futbol-o:before {
  content: "\f1e3";
}
.qmod-simplechart.qmod-ui-tool .fa-tty:before {
  content: "\f1e4";
}
.qmod-simplechart.qmod-ui-tool .fa-binoculars:before {
  content: "\f1e5";
}
.qmod-simplechart.qmod-ui-tool .fa-plug:before {
  content: "\f1e6";
}
.qmod-simplechart.qmod-ui-tool .fa-slideshare:before {
  content: "\f1e7";
}
.qmod-simplechart.qmod-ui-tool .fa-twitch:before {
  content: "\f1e8";
}
.qmod-simplechart.qmod-ui-tool .fa-yelp:before {
  content: "\f1e9";
}
.qmod-simplechart.qmod-ui-tool .fa-newspaper-o:before {
  content: "\f1ea";
}
.qmod-simplechart.qmod-ui-tool .fa-wifi:before {
  content: "\f1eb";
}
.qmod-simplechart.qmod-ui-tool .fa-calculator:before {
  content: "\f1ec";
}
.qmod-simplechart.qmod-ui-tool .fa-paypal:before {
  content: "\f1ed";
}
.qmod-simplechart.qmod-ui-tool .fa-google-wallet:before {
  content: "\f1ee";
}
.qmod-simplechart.qmod-ui-tool .fa-cc-visa:before {
  content: "\f1f0";
}
.qmod-simplechart.qmod-ui-tool .fa-cc-mastercard:before {
  content: "\f1f1";
}
.qmod-simplechart.qmod-ui-tool .fa-cc-discover:before {
  content: "\f1f2";
}
.qmod-simplechart.qmod-ui-tool .fa-cc-amex:before {
  content: "\f1f3";
}
.qmod-simplechart.qmod-ui-tool .fa-cc-paypal:before {
  content: "\f1f4";
}
.qmod-simplechart.qmod-ui-tool .fa-cc-stripe:before {
  content: "\f1f5";
}
.qmod-simplechart.qmod-ui-tool .fa-bell-slash:before {
  content: "\f1f6";
}
.qmod-simplechart.qmod-ui-tool .fa-bell-slash-o:before {
  content: "\f1f7";
}
.qmod-simplechart.qmod-ui-tool .fa-trash:before {
  content: "\f1f8";
}
.qmod-simplechart.qmod-ui-tool .fa-copyright:before {
  content: "\f1f9";
}
.qmod-simplechart.qmod-ui-tool .fa-at:before {
  content: "\f1fa";
}
.qmod-simplechart.qmod-ui-tool .fa-eyedropper:before {
  content: "\f1fb";
}
.qmod-simplechart.qmod-ui-tool .fa-paint-brush:before {
  content: "\f1fc";
}
.qmod-simplechart.qmod-ui-tool .fa-birthday-cake:before {
  content: "\f1fd";
}
.qmod-simplechart.qmod-ui-tool .fa-area-chart:before {
  content: "\f1fe";
}
.qmod-simplechart.qmod-ui-tool .fa-pie-chart:before {
  content: "\f200";
}
.qmod-simplechart.qmod-ui-tool .fa-line-chart:before {
  content: "\f201";
}
.qmod-simplechart.qmod-ui-tool .fa-lastfm:before {
  content: "\f202";
}
.qmod-simplechart.qmod-ui-tool .fa-lastfm-square:before {
  content: "\f203";
}
.qmod-simplechart.qmod-ui-tool .fa-toggle-off:before {
  content: "\f204";
}
.qmod-simplechart.qmod-ui-tool .fa-toggle-on:before {
  content: "\f205";
}
.qmod-simplechart.qmod-ui-tool .fa-bicycle:before {
  content: "\f206";
}
.qmod-simplechart.qmod-ui-tool .fa-bus:before {
  content: "\f207";
}
.qmod-simplechart.qmod-ui-tool .fa-ioxhost:before {
  content: "\f208";
}
.qmod-simplechart.qmod-ui-tool .fa-angellist:before {
  content: "\f209";
}
.qmod-simplechart.qmod-ui-tool .fa-cc:before {
  content: "\f20a";
}
.qmod-simplechart.qmod-ui-tool .fa-shekel:before,
.qmod-simplechart.qmod-ui-tool .fa-sheqel:before,
.qmod-simplechart.qmod-ui-tool .fa-ils:before {
  content: "\f20b";
}
.qmod-simplechart.qmod-ui-tool .fa-meanpath:before {
  content: "\f20c";
}
.qmod-simplechart.qmod-ui-tool .fa-buysellads:before {
  content: "\f20d";
}
.qmod-simplechart.qmod-ui-tool .fa-connectdevelop:before {
  content: "\f20e";
}
.qmod-simplechart.qmod-ui-tool .fa-dashcube:before {
  content: "\f210";
}
.qmod-simplechart.qmod-ui-tool .fa-forumbee:before {
  content: "\f211";
}
.qmod-simplechart.qmod-ui-tool .fa-leanpub:before {
  content: "\f212";
}
.qmod-simplechart.qmod-ui-tool .fa-sellsy:before {
  content: "\f213";
}
.qmod-simplechart.qmod-ui-tool .fa-shirtsinbulk:before {
  content: "\f214";
}
.qmod-simplechart.qmod-ui-tool .fa-simplybuilt:before {
  content: "\f215";
}
.qmod-simplechart.qmod-ui-tool .fa-skyatlas:before {
  content: "\f216";
}
.qmod-simplechart.qmod-ui-tool .fa-cart-plus:before {
  content: "\f217";
}
.qmod-simplechart.qmod-ui-tool .fa-cart-arrow-down:before {
  content: "\f218";
}
.qmod-simplechart.qmod-ui-tool .fa-diamond:before {
  content: "\f219";
}
.qmod-simplechart.qmod-ui-tool .fa-ship:before {
  content: "\f21a";
}
.qmod-simplechart.qmod-ui-tool .fa-user-secret:before {
  content: "\f21b";
}
.qmod-simplechart.qmod-ui-tool .fa-motorcycle:before {
  content: "\f21c";
}
.qmod-simplechart.qmod-ui-tool .fa-street-view:before {
  content: "\f21d";
}
.qmod-simplechart.qmod-ui-tool .fa-heartbeat:before {
  content: "\f21e";
}
.qmod-simplechart.qmod-ui-tool .fa-venus:before {
  content: "\f221";
}
.qmod-simplechart.qmod-ui-tool .fa-mars:before {
  content: "\f222";
}
.qmod-simplechart.qmod-ui-tool .fa-mercury:before {
  content: "\f223";
}
.qmod-simplechart.qmod-ui-tool .fa-intersex:before,
.qmod-simplechart.qmod-ui-tool .fa-transgender:before {
  content: "\f224";
}
.qmod-simplechart.qmod-ui-tool .fa-transgender-alt:before {
  content: "\f225";
}
.qmod-simplechart.qmod-ui-tool .fa-venus-double:before {
  content: "\f226";
}
.qmod-simplechart.qmod-ui-tool .fa-mars-double:before {
  content: "\f227";
}
.qmod-simplechart.qmod-ui-tool .fa-venus-mars:before {
  content: "\f228";
}
.qmod-simplechart.qmod-ui-tool .fa-mars-stroke:before {
  content: "\f229";
}
.qmod-simplechart.qmod-ui-tool .fa-mars-stroke-v:before {
  content: "\f22a";
}
.qmod-simplechart.qmod-ui-tool .fa-mars-stroke-h:before {
  content: "\f22b";
}
.qmod-simplechart.qmod-ui-tool .fa-neuter:before {
  content: "\f22c";
}
.qmod-simplechart.qmod-ui-tool .fa-genderless:before {
  content: "\f22d";
}
.qmod-simplechart.qmod-ui-tool .fa-facebook-official:before {
  content: "\f230";
}
.qmod-simplechart.qmod-ui-tool .fa-pinterest-p:before {
  content: "\f231";
}
.qmod-simplechart.qmod-ui-tool .fa-whatsapp:before {
  content: "\f232";
}
.qmod-simplechart.qmod-ui-tool .fa-server:before {
  content: "\f233";
}
.qmod-simplechart.qmod-ui-tool .fa-user-plus:before {
  content: "\f234";
}
.qmod-simplechart.qmod-ui-tool .fa-user-times:before {
  content: "\f235";
}
.qmod-simplechart.qmod-ui-tool .fa-hotel:before,
.qmod-simplechart.qmod-ui-tool .fa-bed:before {
  content: "\f236";
}
.qmod-simplechart.qmod-ui-tool .fa-viacoin:before {
  content: "\f237";
}
.qmod-simplechart.qmod-ui-tool .fa-train:before {
  content: "\f238";
}
.qmod-simplechart.qmod-ui-tool .fa-subway:before {
  content: "\f239";
}
.qmod-simplechart.qmod-ui-tool .fa-medium:before {
  content: "\f23a";
}
.qmod-simplechart.qmod-ui-tool .fa-yc:before,
.qmod-simplechart.qmod-ui-tool .fa-y-combinator:before {
  content: "\f23b";
}
.qmod-simplechart.qmod-ui-tool .fa-optin-monster:before {
  content: "\f23c";
}
.qmod-simplechart.qmod-ui-tool .fa-opencart:before {
  content: "\f23d";
}
.qmod-simplechart.qmod-ui-tool .fa-expeditedssl:before {
  content: "\f23e";
}
.qmod-simplechart.qmod-ui-tool .fa-battery-4:before,
.qmod-simplechart.qmod-ui-tool .fa-battery:before,
.qmod-simplechart.qmod-ui-tool .fa-battery-full:before {
  content: "\f240";
}
.qmod-simplechart.qmod-ui-tool .fa-battery-3:before,
.qmod-simplechart.qmod-ui-tool .fa-battery-three-quarters:before {
  content: "\f241";
}
.qmod-simplechart.qmod-ui-tool .fa-battery-2:before,
.qmod-simplechart.qmod-ui-tool .fa-battery-half:before {
  content: "\f242";
}
.qmod-simplechart.qmod-ui-tool .fa-battery-1:before,
.qmod-simplechart.qmod-ui-tool .fa-battery-quarter:before {
  content: "\f243";
}
.qmod-simplechart.qmod-ui-tool .fa-battery-0:before,
.qmod-simplechart.qmod-ui-tool .fa-battery-empty:before {
  content: "\f244";
}
.qmod-simplechart.qmod-ui-tool .fa-mouse-pointer:before {
  content: "\f245";
}
.qmod-simplechart.qmod-ui-tool .fa-i-cursor:before {
  content: "\f246";
}
.qmod-simplechart.qmod-ui-tool .fa-object-group:before {
  content: "\f247";
}
.qmod-simplechart.qmod-ui-tool .fa-object-ungroup:before {
  content: "\f248";
}
.qmod-simplechart.qmod-ui-tool .fa-sticky-note:before {
  content: "\f249";
}
.qmod-simplechart.qmod-ui-tool .fa-sticky-note-o:before {
  content: "\f24a";
}
.qmod-simplechart.qmod-ui-tool .fa-cc-jcb:before {
  content: "\f24b";
}
.qmod-simplechart.qmod-ui-tool .fa-cc-diners-club:before {
  content: "\f24c";
}
.qmod-simplechart.qmod-ui-tool .fa-clone:before {
  content: "\f24d";
}
.qmod-simplechart.qmod-ui-tool .fa-balance-scale:before {
  content: "\f24e";
}
.qmod-simplechart.qmod-ui-tool .fa-hourglass-o:before {
  content: "\f250";
}
.qmod-simplechart.qmod-ui-tool .fa-hourglass-1:before,
.qmod-simplechart.qmod-ui-tool .fa-hourglass-start:before {
  content: "\f251";
}
.qmod-simplechart.qmod-ui-tool .fa-hourglass-2:before,
.qmod-simplechart.qmod-ui-tool .fa-hourglass-half:before {
  content: "\f252";
}
.qmod-simplechart.qmod-ui-tool .fa-hourglass-3:before,
.qmod-simplechart.qmod-ui-tool .fa-hourglass-end:before {
  content: "\f253";
}
.qmod-simplechart.qmod-ui-tool .fa-hourglass:before {
  content: "\f254";
}
.qmod-simplechart.qmod-ui-tool .fa-hand-grab-o:before,
.qmod-simplechart.qmod-ui-tool .fa-hand-rock-o:before {
  content: "\f255";
}
.qmod-simplechart.qmod-ui-tool .fa-hand-stop-o:before,
.qmod-simplechart.qmod-ui-tool .fa-hand-paper-o:before {
  content: "\f256";
}
.qmod-simplechart.qmod-ui-tool .fa-hand-scissors-o:before {
  content: "\f257";
}
.qmod-simplechart.qmod-ui-tool .fa-hand-lizard-o:before {
  content: "\f258";
}
.qmod-simplechart.qmod-ui-tool .fa-hand-spock-o:before {
  content: "\f259";
}
.qmod-simplechart.qmod-ui-tool .fa-hand-pointer-o:before {
  content: "\f25a";
}
.qmod-simplechart.qmod-ui-tool .fa-hand-peace-o:before {
  content: "\f25b";
}
.qmod-simplechart.qmod-ui-tool .fa-trademark:before {
  content: "\f25c";
}
.qmod-simplechart.qmod-ui-tool .fa-registered:before {
  content: "\f25d";
}
.qmod-simplechart.qmod-ui-tool .fa-creative-commons:before {
  content: "\f25e";
}
.qmod-simplechart.qmod-ui-tool .fa-gg:before {
  content: "\f260";
}
.qmod-simplechart.qmod-ui-tool .fa-gg-circle:before {
  content: "\f261";
}
.qmod-simplechart.qmod-ui-tool .fa-tripadvisor:before {
  content: "\f262";
}
.qmod-simplechart.qmod-ui-tool .fa-odnoklassniki:before {
  content: "\f263";
}
.qmod-simplechart.qmod-ui-tool .fa-odnoklassniki-square:before {
  content: "\f264";
}
.qmod-simplechart.qmod-ui-tool .fa-get-pocket:before {
  content: "\f265";
}
.qmod-simplechart.qmod-ui-tool .fa-wikipedia-w:before {
  content: "\f266";
}
.qmod-simplechart.qmod-ui-tool .fa-safari:before {
  content: "\f267";
}
.qmod-simplechart.qmod-ui-tool .fa-chrome:before {
  content: "\f268";
}
.qmod-simplechart.qmod-ui-tool .fa-firefox:before {
  content: "\f269";
}
.qmod-simplechart.qmod-ui-tool .fa-opera:before {
  content: "\f26a";
}
.qmod-simplechart.qmod-ui-tool .fa-internet-explorer:before {
  content: "\f26b";
}
.qmod-simplechart.qmod-ui-tool .fa-tv:before,
.qmod-simplechart.qmod-ui-tool .fa-television:before {
  content: "\f26c";
}
.qmod-simplechart.qmod-ui-tool .fa-contao:before {
  content: "\f26d";
}
.qmod-simplechart.qmod-ui-tool .fa-500px:before {
  content: "\f26e";
}
.qmod-simplechart.qmod-ui-tool .fa-amazon:before {
  content: "\f270";
}
.qmod-simplechart.qmod-ui-tool .fa-calendar-plus-o:before {
  content: "\f271";
}
.qmod-simplechart.qmod-ui-tool .fa-calendar-minus-o:before {
  content: "\f272";
}
.qmod-simplechart.qmod-ui-tool .fa-calendar-times-o:before {
  content: "\f273";
}
.qmod-simplechart.qmod-ui-tool .fa-calendar-check-o:before {
  content: "\f274";
}
.qmod-simplechart.qmod-ui-tool .fa-industry:before {
  content: "\f275";
}
.qmod-simplechart.qmod-ui-tool .fa-map-pin:before {
  content: "\f276";
}
.qmod-simplechart.qmod-ui-tool .fa-map-signs:before {
  content: "\f277";
}
.qmod-simplechart.qmod-ui-tool .fa-map-o:before {
  content: "\f278";
}
.qmod-simplechart.qmod-ui-tool .fa-map:before {
  content: "\f279";
}
.qmod-simplechart.qmod-ui-tool .fa-commenting:before {
  content: "\f27a";
}
.qmod-simplechart.qmod-ui-tool .fa-commenting-o:before {
  content: "\f27b";
}
.qmod-simplechart.qmod-ui-tool .fa-houzz:before {
  content: "\f27c";
}
.qmod-simplechart.qmod-ui-tool .fa-vimeo:before {
  content: "\f27d";
}
.qmod-simplechart.qmod-ui-tool .fa-black-tie:before {
  content: "\f27e";
}
.qmod-simplechart.qmod-ui-tool .fa-fonticons:before {
  content: "\f280";
}
.qmod-simplechart.qmod-ui-tool .fa-reddit-alien:before {
  content: "\f281";
}
.qmod-simplechart.qmod-ui-tool .fa-edge:before {
  content: "\f282";
}
.qmod-simplechart.qmod-ui-tool .fa-credit-card-alt:before {
  content: "\f283";
}
.qmod-simplechart.qmod-ui-tool .fa-codiepie:before {
  content: "\f284";
}
.qmod-simplechart.qmod-ui-tool .fa-modx:before {
  content: "\f285";
}
.qmod-simplechart.qmod-ui-tool .fa-fort-awesome:before {
  content: "\f286";
}
.qmod-simplechart.qmod-ui-tool .fa-usb:before {
  content: "\f287";
}
.qmod-simplechart.qmod-ui-tool .fa-product-hunt:before {
  content: "\f288";
}
.qmod-simplechart.qmod-ui-tool .fa-mixcloud:before {
  content: "\f289";
}
.qmod-simplechart.qmod-ui-tool .fa-scribd:before {
  content: "\f28a";
}
.qmod-simplechart.qmod-ui-tool .fa-pause-circle:before {
  content: "\f28b";
}
.qmod-simplechart.qmod-ui-tool .fa-pause-circle-o:before {
  content: "\f28c";
}
.qmod-simplechart.qmod-ui-tool .fa-stop-circle:before {
  content: "\f28d";
}
.qmod-simplechart.qmod-ui-tool .fa-stop-circle-o:before {
  content: "\f28e";
}
.qmod-simplechart.qmod-ui-tool .fa-shopping-bag:before {
  content: "\f290";
}
.qmod-simplechart.qmod-ui-tool .fa-shopping-basket:before {
  content: "\f291";
}
.qmod-simplechart.qmod-ui-tool .fa-hashtag:before {
  content: "\f292";
}
.qmod-simplechart.qmod-ui-tool .fa-bluetooth:before {
  content: "\f293";
}
.qmod-simplechart.qmod-ui-tool .fa-bluetooth-b:before {
  content: "\f294";
}
.qmod-simplechart.qmod-ui-tool .fa-percent:before {
  content: "\f295";
}
.qmod-simplechart.qmod-ui-tool .fa-gitlab:before {
  content: "\f296";
}
.qmod-simplechart.qmod-ui-tool .fa-wpbeginner:before {
  content: "\f297";
}
.qmod-simplechart.qmod-ui-tool .fa-wpforms:before {
  content: "\f298";
}
.qmod-simplechart.qmod-ui-tool .fa-envira:before {
  content: "\f299";
}
.qmod-simplechart.qmod-ui-tool .fa-universal-access:before {
  content: "\f29a";
}
.qmod-simplechart.qmod-ui-tool .fa-wheelchair-alt:before {
  content: "\f29b";
}
.qmod-simplechart.qmod-ui-tool .fa-question-circle-o:before {
  content: "\f29c";
}
.qmod-simplechart.qmod-ui-tool .fa-blind:before {
  content: "\f29d";
}
.qmod-simplechart.qmod-ui-tool .fa-audio-description:before {
  content: "\f29e";
}
.qmod-simplechart.qmod-ui-tool .fa-volume-control-phone:before {
  content: "\f2a0";
}
.qmod-simplechart.qmod-ui-tool .fa-braille:before {
  content: "\f2a1";
}
.qmod-simplechart.qmod-ui-tool .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.qmod-simplechart.qmod-ui-tool .fa-asl-interpreting:before,
.qmod-simplechart.qmod-ui-tool .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.qmod-simplechart.qmod-ui-tool .fa-deafness:before,
.qmod-simplechart.qmod-ui-tool .fa-hard-of-hearing:before,
.qmod-simplechart.qmod-ui-tool .fa-deaf:before {
  content: "\f2a4";
}
.qmod-simplechart.qmod-ui-tool .fa-glide:before {
  content: "\f2a5";
}
.qmod-simplechart.qmod-ui-tool .fa-glide-g:before {
  content: "\f2a6";
}
.qmod-simplechart.qmod-ui-tool .fa-signing:before,
.qmod-simplechart.qmod-ui-tool .fa-sign-language:before {
  content: "\f2a7";
}
.qmod-simplechart.qmod-ui-tool .fa-low-vision:before {
  content: "\f2a8";
}
.qmod-simplechart.qmod-ui-tool .fa-viadeo:before {
  content: "\f2a9";
}
.qmod-simplechart.qmod-ui-tool .fa-viadeo-square:before {
  content: "\f2aa";
}
.qmod-simplechart.qmod-ui-tool .fa-snapchat:before {
  content: "\f2ab";
}
.qmod-simplechart.qmod-ui-tool .fa-snapchat-ghost:before {
  content: "\f2ac";
}
.qmod-simplechart.qmod-ui-tool .fa-snapchat-square:before {
  content: "\f2ad";
}
.qmod-simplechart.qmod-ui-tool .fa-pied-piper:before {
  content: "\f2ae";
}
.qmod-simplechart.qmod-ui-tool .fa-first-order:before {
  content: "\f2b0";
}
.qmod-simplechart.qmod-ui-tool .fa-yoast:before {
  content: "\f2b1";
}
.qmod-simplechart.qmod-ui-tool .fa-themeisle:before {
  content: "\f2b2";
}
.qmod-simplechart.qmod-ui-tool .fa-google-plus-circle:before,
.qmod-simplechart.qmod-ui-tool .fa-google-plus-official:before {
  content: "\f2b3";
}
.qmod-simplechart.qmod-ui-tool .fa-fa:before,
.qmod-simplechart.qmod-ui-tool .fa-font-awesome:before {
  content: "\f2b4";
}
.qmod-simplechart.qmod-ui-tool .fa-handshake-o:before {
  content: "\f2b5";
}
.qmod-simplechart.qmod-ui-tool .fa-envelope-open:before {
  content: "\f2b6";
}
.qmod-simplechart.qmod-ui-tool .fa-envelope-open-o:before {
  content: "\f2b7";
}
.qmod-simplechart.qmod-ui-tool .fa-linode:before {
  content: "\f2b8";
}
.qmod-simplechart.qmod-ui-tool .fa-address-book:before {
  content: "\f2b9";
}
.qmod-simplechart.qmod-ui-tool .fa-address-book-o:before {
  content: "\f2ba";
}
.qmod-simplechart.qmod-ui-tool .fa-vcard:before,
.qmod-simplechart.qmod-ui-tool .fa-address-card:before {
  content: "\f2bb";
}
.qmod-simplechart.qmod-ui-tool .fa-vcard-o:before,
.qmod-simplechart.qmod-ui-tool .fa-address-card-o:before {
  content: "\f2bc";
}
.qmod-simplechart.qmod-ui-tool .fa-user-circle:before {
  content: "\f2bd";
}
.qmod-simplechart.qmod-ui-tool .fa-user-circle-o:before {
  content: "\f2be";
}
.qmod-simplechart.qmod-ui-tool .fa-user-o:before {
  content: "\f2c0";
}
.qmod-simplechart.qmod-ui-tool .fa-id-badge:before {
  content: "\f2c1";
}
.qmod-simplechart.qmod-ui-tool .fa-drivers-license:before,
.qmod-simplechart.qmod-ui-tool .fa-id-card:before {
  content: "\f2c2";
}
.qmod-simplechart.qmod-ui-tool .fa-drivers-license-o:before,
.qmod-simplechart.qmod-ui-tool .fa-id-card-o:before {
  content: "\f2c3";
}
.qmod-simplechart.qmod-ui-tool .fa-quora:before {
  content: "\f2c4";
}
.qmod-simplechart.qmod-ui-tool .fa-free-code-camp:before {
  content: "\f2c5";
}
.qmod-simplechart.qmod-ui-tool .fa-telegram:before {
  content: "\f2c6";
}
.qmod-simplechart.qmod-ui-tool .fa-thermometer-4:before,
.qmod-simplechart.qmod-ui-tool .fa-thermometer:before,
.qmod-simplechart.qmod-ui-tool .fa-thermometer-full:before {
  content: "\f2c7";
}
.qmod-simplechart.qmod-ui-tool .fa-thermometer-3:before,
.qmod-simplechart.qmod-ui-tool .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.qmod-simplechart.qmod-ui-tool .fa-thermometer-2:before,
.qmod-simplechart.qmod-ui-tool .fa-thermometer-half:before {
  content: "\f2c9";
}
.qmod-simplechart.qmod-ui-tool .fa-thermometer-1:before,
.qmod-simplechart.qmod-ui-tool .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.qmod-simplechart.qmod-ui-tool .fa-thermometer-0:before,
.qmod-simplechart.qmod-ui-tool .fa-thermometer-empty:before {
  content: "\f2cb";
}
.qmod-simplechart.qmod-ui-tool .fa-shower:before {
  content: "\f2cc";
}
.qmod-simplechart.qmod-ui-tool .fa-bathtub:before,
.qmod-simplechart.qmod-ui-tool .fa-s15:before,
.qmod-simplechart.qmod-ui-tool .fa-bath:before {
  content: "\f2cd";
}
.qmod-simplechart.qmod-ui-tool .fa-podcast:before {
  content: "\f2ce";
}
.qmod-simplechart.qmod-ui-tool .fa-window-maximize:before {
  content: "\f2d0";
}
.qmod-simplechart.qmod-ui-tool .fa-window-minimize:before {
  content: "\f2d1";
}
.qmod-simplechart.qmod-ui-tool .fa-window-restore:before {
  content: "\f2d2";
}
.qmod-simplechart.qmod-ui-tool .fa-times-rectangle:before,
.qmod-simplechart.qmod-ui-tool .fa-window-close:before {
  content: "\f2d3";
}
.qmod-simplechart.qmod-ui-tool .fa-times-rectangle-o:before,
.qmod-simplechart.qmod-ui-tool .fa-window-close-o:before {
  content: "\f2d4";
}
.qmod-simplechart.qmod-ui-tool .fa-bandcamp:before {
  content: "\f2d5";
}
.qmod-simplechart.qmod-ui-tool .fa-grav:before {
  content: "\f2d6";
}
.qmod-simplechart.qmod-ui-tool .fa-etsy:before {
  content: "\f2d7";
}
.qmod-simplechart.qmod-ui-tool .fa-imdb:before {
  content: "\f2d8";
}
.qmod-simplechart.qmod-ui-tool .fa-ravelry:before {
  content: "\f2d9";
}
.qmod-simplechart.qmod-ui-tool .fa-eercast:before {
  content: "\f2da";
}
.qmod-simplechart.qmod-ui-tool .fa-microchip:before {
  content: "\f2db";
}
.qmod-simplechart.qmod-ui-tool .fa-snowflake-o:before {
  content: "\f2dc";
}
.qmod-simplechart.qmod-ui-tool .fa-superpowers:before {
  content: "\f2dd";
}
.qmod-simplechart.qmod-ui-tool .fa-wpexplorer:before {
  content: "\f2de";
}
.qmod-simplechart.qmod-ui-tool .fa-meetup:before {
  content: "\f2e0";
}
.qmod-simplechart.qmod-ui-tool .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.qmod-simplechart.qmod-ui-tool .sr-only-focusable:active,
.qmod-simplechart.qmod-ui-tool .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.qmod-simplechart.qmod-ui-tool .qmod-dropdown_toggle .fa {
  padding-right: 5px;
}
.qmod-simplechart.qmod-ui-tool .qmod-icon-toggle-fa {
  display: inline-block;
  padding-top: 3px;
  float: right;
}
.qmod-simplechart.qmod-ui-tool .qmod-icon-toggle-fa .qmod-icon-toggle-label {
  font-size: 13px;
  padding-right: 4px;
}
.qmod-simplechart.qmod-ui-tool .qmod-icon-toggle-fa .qmod-icon-toggle-icon {
  cursor: pointer;
}
.qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-axis-labels,
.qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-yaxis-title {
  font-family: arial, sans-serif, 'Tahoma';
  fill: #666666;
}
.qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-grid path {
  stroke-width: 1px;
  stroke: #d8d8d8;
  stroke-dasharray: 10 8;
}
.qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip {
  top: 5px !important;
  visibility: hidden;
}
.qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip > span {
  padding: 5px;
  opacity: 0.9;
  background-color: #FFFFFF;
  border: 1px solid #d8d8d8;
  font-family: arial, sans-serif, 'Tahoma';
  color: #4e565e;
}
.qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip > span .qmod-tt-title {
  text-align: right;
  float: right;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #666666;
  padding: 0 3px 2px 3px;
  margin-bottom: 2px;
}
.qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip > span .qmod-tt-event {
  text-align: right;
  clear: both;
}
.qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip > span .qmod-tt-bold {
  font-weight: bold;
}
.qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip > span .qmod-chart-symbol i {
  font-size: 10px;
}
.qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip > span table {
  width: 100%;
}
.qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip > span table td,
.qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip > span table th {
  padding: 1px 3px 0px 3px;
}
.qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip > span table th {
  padding-bottom: 2px;
}
.qmod-simplechart.qmod-ui-tool .qmod-main-chart .highcharts-tooltip > span table .qmod-chart-chg-icon {
  padding-right: 0;
}
.qmod-simplechart.qmod-ui-tool .qmod-eod {
  padding-left: 4px;
  color: #fff;
}
.qmod-simplechart.qmod-ui-tool .qmod-eod i {
  color: #fff;
}
.qmod-simplechart.qmod-ui-tool a.qmod-dropdown_toggle span {
  padding-right: 5px;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-js {
  padding-top: 5px;
  position: relative;
  margin: 10px;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-js.qmod-loading {
  opacity: 0.4;
  pointer-events: none;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display > .qmod-chart-btns,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs > .qmod-chart-btns {
  float: right;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display > .qmod-chart-btns .qmod-dropdown + .qmod-dropdown,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs > .qmod-chart-btns .qmod-dropdown + .qmod-dropdown {
  padding-left: 5px;
}
@media (max-width: 540px) {
  .qmod-simplechart.qmod-ui-tool .qmod-chart-display > .qmod-chart-btns .qmod-dropdown,
  .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs > .qmod-chart-btns .qmod-dropdown {
    padding: 5px;
  }
}
@media (max-width: 830px) {
  .qmod-simplechart.qmod-ui-tool .qmod-chart-display > .qmod-chart-btns,
  .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs > .qmod-chart-btns {
    float: none;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-dropdown,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-dropdown {
  min-width: 115px;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-dropdown.qmod-events-dropdown,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-dropdown.qmod-events-dropdown {
  min-width: 145px;
}
@media (max-width: 540px) {
  .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-dropdown,
  .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-dropdown {
    min-width: 45% !important;
  }
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-btn-icon,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-btn-icon {
  width: auto;
  display: inline-block;
  max-width: 150px;
  margin-bottom: 0;
}
@media (max-width: 540px) {
  .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-btn-icon,
  .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-btn-icon {
    max-width: none;
  }
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-btn-icon .inner-addon i,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-btn-icon .inner-addon i {
  padding: 5px;
  position: relative;
  top: 0;
  right: 0;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-btn-icon:hover .qmod-grow-input input,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-btn-icon:hover .qmod-grow-input input {
  width: 70%;
  visibility: visible;
  transition: .2s;
  transition-delay: 0s;
  margin-left: 5px;
}
@media (max-width: 530px) {
  .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-btn-icon:hover .qmod-grow-input input,
  .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-btn-icon:hover .qmod-grow-input input {
    width: auto;
  }
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-grow-input,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-grow-input {
  overflow: hidden;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-grow-input input[type="text"],
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-grow-input input[type="text"] {
  padding: 0;
  text-align: center;
  margin-left: 0;
  color: black;
  font-size: 90%;
  border: solid 1px #c9c9c9;
  text-transform: uppercase;
  transition: .2s;
  width: 0;
  display: inline-block;
  visibility: hidden;
  transition-delay: .5s;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-grow-input input[type="text"].grow-hover,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-grow-input input[type="text"].grow-hover {
  width: 70%;
  visibility: visible;
  transition: .2s;
  transition-delay: 0s;
  margin-left: 5px;
}
@media (max-width: 530px) {
  .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-grow-input input[type="text"].grow-hover,
  .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-grow-input input[type="text"].grow-hover {
    width: auto;
  }
}
@media (max-width: 530px) {
  .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-grow-input input[type="text"],
  .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-grow-input input[type="text"] {
    width: auto;
    visibility: visible;
    transition: .2s;
    transition-delay: 0s;
    margin-left: 5px;
  }
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-grow-input input[type="text"].qmod-invalid-input,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-grow-input input[type="text"].qmod-invalid-input {
  border-color: red;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-f-left,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-f-left {
  float: left;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-f-right,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-f-right {
  float: right;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend {
  text-transform: uppercase;
  margin: 2px 0px;
  padding: 0;
  display: inline-block;
  border-radius: 5px;
}
@media (max-width: 540px) {
  .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend.qmod-legend-list > li,
  .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend.qmod-legend-list > li {
    margin: 2px;
    border-radius: 5px !important;
  }
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend.qmod-lnd-time,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend.qmod-lnd-time {
  margin-left: 5px;
}
@media (max-width: 350px) {
  .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend.qmod-lnd-time .qmod-dd-more i,
  .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend.qmod-lnd-time .qmod-dd-more i {
    display: none;
  }
}
@media (max-width: 350px) {
  .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend.qmod-lnd-time .qmod-dd-more :hover .qmod-dd-more-ul,
  .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend.qmod-lnd-time .qmod-dd-more :hover .qmod-dd-more-ul {
    display: inline-flex;
  }
}
@media (max-width: 350px) {
  .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend.qmod-lnd-time .qmod-dd-more .qmod-dd-more-ul,
  .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend.qmod-lnd-time .qmod-dd-more .qmod-dd-more-ul {
    display: inline-flex;
    position: relative;
    min-width: unset;
  }
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend.qmod-lnd-time > li,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend.qmod-lnd-time > li {
  border-radius: 5px;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li {
  border-right: 1px solid #fff;
  vertical-align: top;
  list-style: none;
  display: inline-block;
  background-color: #0a64a6;
  color: #fff;
  cursor: pointer;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li:first-child,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li:first-child {
  border-radius: 5px 0 0 5px;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li:last-child,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li:last-child {
  border-radius: 0 5px 5px 0;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li:nth-of-type(-n+2).qmod-input .qmod-dd-more-ul,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li:nth-of-type(-n+2).qmod-input .qmod-dd-more-ul {
  left: 0;
  right: auto;
}
@media (max-width: 530px) {
  .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li.qmod-input,
  .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li.qmod-input {
    display: block;
    margin-top: 4px;
  }
  .qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li.qmod-input .qmod-dd-more-ul,
  .qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li.qmod-input .qmod-dd-more-ul {
    left: 0;
  }
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li:nth-last-child,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li:nth-last-child {
  border-right: 0;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-btn-text,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-btn-text {
  display: inline-block;
  padding: 4px 5px;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more {
  border-radius: 0 0 3px 3px;
  display: inline-block;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more > i,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more > i {
  border-left: 1px solid white;
  padding: 4px 5px;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more .qmod-dd-more-ul,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more .qmod-dd-more-ul {
  list-style-type: none;
  display: none;
  margin: 0;
  padding: 0;
  min-width: 150%;
  width: auto;
  position: absolute;
  right: 0;
  border-radius: 0 0 3px 3px;
  z-index: 99999;
  background-color: #0a64a6;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more .qmod-dd-more-ul.qmod-dd-more-hover,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more .qmod-dd-more-ul.qmod-dd-more-hover {
  display: block;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more .qmod-dd-more-item,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more .qmod-dd-more-item {
  padding: 2px 4px;
  text-align: right;
  font-size: 90%;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more .qmod-dd-more-item.qmod-list-header,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more .qmod-dd-more-item.qmod-list-header {
  border-bottom: 1px double #fff;
  text-align: center;
  padding: 5px;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more .qmod-dd-more-item.qmod-list-header > i,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more .qmod-dd-more-item.qmod-list-header > i {
  padding: 2px;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more .qmod-dd-more-item a,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more .qmod-dd-more-item a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more .qmod-dd-more-item:hover:not(.qmod-list-header),
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more .qmod-dd-more-item:hover:not(.qmod-list-header) {
  background-color: #0b73be;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more .qmod-dd-more-item.qmod-active,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more .qmod-dd-more-item.qmod-active {
  background-color: #0D3349;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li .qmod-dd-more:hover .qmod-dd-more-ul,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li .qmod-dd-more:hover .qmod-dd-more-ul {
  display: block;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li:hover,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li:hover {
  background-color: #0b73be;
  position: relative;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li.qmod-input,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li.qmod-input {
  background-color: #00a31e;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li:last-of-type,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li:last-of-type {
  margin-right: 0;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-display .qmod-legend > li.qmod-active,
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-rs .qmod-legend > li.qmod-active {
  background-color: #0D3349;
}
.qmod-simplechart.qmod-ui-tool .qmod-heading .qmod-btn-link {
  font-size: 90%;
  text-decoration: none;
}
.qmod-simplechart.qmod-ui-tool .qmod-f-right {
  float: right;
}
.qmod-simplechart.qmod-ui-tool .qmod-chart-buttons-ts {
  left: 15px;
}
.qmod-simplechart.qmod-ui-tool .highcharts-container {
  border: 1px solid #ccc;
  border-radius: 3px;
}
.qmod-simplechart.qmod-ui-tool .qmod-main-chart {
  width: 100%;
  height: 400px;
}
.qmod-simplechart.qmod-ui-tool .qmod-fullscreen {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 99% !important;
  height: 98% !important;
}
@media (max-width: 320px) {
  .qmod-simplechart.qmod-ui-tool .qmod-hide-sm {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .qmod-simplechart.qmod-ui-tool .qmod-chart-js {
    margin: 0;
  }
}
@media (max-width: 529px) {
  .qmod-simplechart.qmod-ui-tool .qmod-hide-md {
    display: none;
  }
}
@media (min-width: 530px) {
  .qmod-simplechart.qmod-ui-tool .qmod-hide-sm1 {
    display: none;
  }
}
