html {
  font-family: "Arimo",Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #333333;
  padding: 1em;
}

html body {
  margin: 0;
  padding: 0;
}

html h1,
html h2,
html h3,
html h4 {
  color: #0F73C3;
  margin: 1em 0 1em 0;
  font-size: 1.3em;
}

html h1.accent,
html h2.accent,
html h3.accent,
html h4.accent {
  color: #0F73C3;
}

html .header {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #012778;
}

html .header h1 {
  color: #FFFFFF;
}

html .primary {
  background-color: #0F73C3;
  color: #FFFFFF;
  padding: 10px;
}

html .qmf-link {
  white-space: nowrap;
}

html .qmf-logo {
  padding-top: 5px;
}

html .qmf-rt,
html .qmf-non-rt {
  font-style: italic;
  font-weight: bold;
}

html .qmf-non-rt {
  color: #333;
}

html .qmf-rt {
  color: #080;
}

html .center-text {
  text-align: center;
}

html .primary--text {
  color: #0F73C3 !important;
}

html .qtool .qmod-ui-tool.qmod-mrktsumy .qmod-heading,
html .qtool .qmod-ui-tool.qmod-mrktsumy .qmod-mrktcharts,
html .qtool .qmod-ui-tool.qmod-mrktsumy .qmod-mkrtdiary,
html .qtool .qmod-ui-tool.qmod-mrktsumy .qmod-marketindices,
html .qtool .qmod-ui-tool.qmod-mrktsumy .qmod-markemovers,
html .qtool .qmod-ui-tool.qmod-mrktsumy .qmod-mrktcurrencies,
html .qtool .qmod-ui-tool.qmod-mrktsumy .qmod-mrktime {
  display: none;
}

html .qtool .qmod-ui-tool a,
html .qtool .qmod-ui-tool a:visited,
html .qtool .qmod-ui-tool a.qmod-headline > h4 {
  font-weight: bold;
  color: #188eed;
  text-decoration: none;
}

html .qtool .qmod-ui-tool a:hover,
html .qtool .qmod-ui-tool a:visited:hover,
html .qtool .qmod-ui-tool a.qmod-headline > h4:hover {
  color: #0F73C3;
  text-decoration: underline;
}

html .qtool .qmod-ui-tool input[type="text"] {
  padding: 8px;
}

html .qtool .qmod-ui-tool .qmod-btn,
html .qtool .qmod-ui-tool .qmod-button-group li {
  -webkit-transition: all 1s;
  transition: all 1s;
  border-color: #0F73C3;
  background-color: #0F73C3;
  color: #FFFFFF;
}

html .qtool .qmod-ui-tool .qmod-btn.qmod-btn-link,
html .qtool .qmod-ui-tool .qmod-button-group li.qmod-btn-link {
  padding: 8px;
  border-radius: 4px;
}

html .qtool .qmod-ui-tool .qmod-btn:hover,
html .qtool .qmod-ui-tool .qmod-button-group li:hover {
  color: #0f73c3;
}

html .qtool .qmod-ui-tool .qmod-button-group li {
  -webkit-transition: all 1s;
  transition: all 1s;
  border-color: #0f73c3;
  background-color: #012778;
  color: #0f73c3;
}

html .qtool .qmod-ui-tool .qmod-button-group li:first-of-type {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

html .qtool .qmod-ui-tool .qmod-button-group li:first-of-type button {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

html .qtool .qmod-ui-tool .qmod-button-group li:last-of-type {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

html .qtool .qmod-ui-tool .qmod-button-group li:last-of-type button {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

html .qtool .qmod-ui-tool .qmod-btn-active {
  color: #FFFFFF;
  background-color: #0f73c3;
}

html .qtool .qmod-ui-tool .qmod-heading .qmod-btn {
  color: #FFFFFF;
}

html .qtool .qmod-ui-tool .qmod-heading .qmod-btn:hover {
  color: #0f73c3;
  background: none;
}

html .qtool .qmod-ui-tool .qmod-heading .qmod-btn-active {
  color: #FFFFFF;
}

html .qtool .qmod-ui-tool .qmod-dropdown,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle,
html .qtool .qmod-ui-tool .qmod-dropdown-menu,
html .qtool .qmod-ui-tool .qmod-modifier,
html .qtool .qmod-ui-tool .qmod-legend,
html .qtool .qmod-ui-tool .qmod-chart-display {
  border-radius: 4px;
}

html .qtool .qmod-ui-tool .qmod-dropdown .qmod-dd-more-ul,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle .qmod-dd-more-ul,
html .qtool .qmod-ui-tool .qmod-dropdown-menu .qmod-dd-more-ul,
html .qtool .qmod-ui-tool .qmod-modifier .qmod-dd-more-ul,
html .qtool .qmod-ui-tool .qmod-legend .qmod-dd-more-ul,
html .qtool .qmod-ui-tool .qmod-chart-display .qmod-dd-more-ul {
  background-color: #0F73C3 !important;
  color: #0f73c3;
}

html .qtool .qmod-ui-tool .qmod-dropdown .qmod-dd-more-ul > li,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle .qmod-dd-more-ul > li,
html .qtool .qmod-ui-tool .qmod-dropdown-menu .qmod-dd-more-ul > li,
html .qtool .qmod-ui-tool .qmod-modifier .qmod-dd-more-ul > li,
html .qtool .qmod-ui-tool .qmod-legend .qmod-dd-more-ul > li,
html .qtool .qmod-ui-tool .qmod-chart-display .qmod-dd-more-ul > li {
  background-color: #0F73C3 !important;
  color: #0f73c3;
}

html .qtool .qmod-ui-tool .qmod-dropdown > li,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle > li,
html .qtool .qmod-ui-tool .qmod-dropdown-menu > li,
html .qtool .qmod-ui-tool .qmod-modifier > li,
html .qtool .qmod-ui-tool .qmod-legend > li,
html .qtool .qmod-ui-tool .qmod-chart-display > li {
  background-color: #012778 !important;
  color: #FFFFFF;
  border-color: #012778;
}

html .qtool .qmod-ui-tool .qmod-dropdown a,
html .qtool .qmod-ui-tool .qmod-dropdown li,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle a,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle li,
html .qtool .qmod-ui-tool .qmod-dropdown-menu a,
html .qtool .qmod-ui-tool .qmod-dropdown-menu li,
html .qtool .qmod-ui-tool .qmod-modifier a,
html .qtool .qmod-ui-tool .qmod-modifier li,
html .qtool .qmod-ui-tool .qmod-legend a,
html .qtool .qmod-ui-tool .qmod-legend li,
html .qtool .qmod-ui-tool .qmod-chart-display a,
html .qtool .qmod-ui-tool .qmod-chart-display li {
  -webkit-transition: all 1s;
  transition: all 1s;
}

html .qtool .qmod-ui-tool .qmod-dropdown a a, html .qtool .qmod-ui-tool .qmod-dropdown a:active, html .qtool .qmod-ui-tool .qmod-dropdown a:visited,
html .qtool .qmod-ui-tool .qmod-dropdown li a,
html .qtool .qmod-ui-tool .qmod-dropdown li:active,
html .qtool .qmod-ui-tool .qmod-dropdown li:visited,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle a a,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle a:active,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle a:visited,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle li a,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle li:active,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle li:visited,
html .qtool .qmod-ui-tool .qmod-dropdown-menu a a,
html .qtool .qmod-ui-tool .qmod-dropdown-menu a:active,
html .qtool .qmod-ui-tool .qmod-dropdown-menu a:visited,
html .qtool .qmod-ui-tool .qmod-dropdown-menu li a,
html .qtool .qmod-ui-tool .qmod-dropdown-menu li:active,
html .qtool .qmod-ui-tool .qmod-dropdown-menu li:visited,
html .qtool .qmod-ui-tool .qmod-modifier a a,
html .qtool .qmod-ui-tool .qmod-modifier a:active,
html .qtool .qmod-ui-tool .qmod-modifier a:visited,
html .qtool .qmod-ui-tool .qmod-modifier li a,
html .qtool .qmod-ui-tool .qmod-modifier li:active,
html .qtool .qmod-ui-tool .qmod-modifier li:visited,
html .qtool .qmod-ui-tool .qmod-legend a a,
html .qtool .qmod-ui-tool .qmod-legend a:active,
html .qtool .qmod-ui-tool .qmod-legend a:visited,
html .qtool .qmod-ui-tool .qmod-legend li a,
html .qtool .qmod-ui-tool .qmod-legend li:active,
html .qtool .qmod-ui-tool .qmod-legend li:visited,
html .qtool .qmod-ui-tool .qmod-chart-display a a,
html .qtool .qmod-ui-tool .qmod-chart-display a:active,
html .qtool .qmod-ui-tool .qmod-chart-display a:visited,
html .qtool .qmod-ui-tool .qmod-chart-display li a,
html .qtool .qmod-ui-tool .qmod-chart-display li:active,
html .qtool .qmod-ui-tool .qmod-chart-display li:visited {
  font-weight: bold;
  color: #FFFFFF;
}

html .qtool .qmod-ui-tool .qmod-dropdown a a:hover, html .qtool .qmod-ui-tool .qmod-dropdown a:active:hover, html .qtool .qmod-ui-tool .qmod-dropdown a:visited:hover,
html .qtool .qmod-ui-tool .qmod-dropdown li a:hover,
html .qtool .qmod-ui-tool .qmod-dropdown li:active:hover,
html .qtool .qmod-ui-tool .qmod-dropdown li:visited:hover,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle a a:hover,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle a:active:hover,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle a:visited:hover,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle li a:hover,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle li:active:hover,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle li:visited:hover,
html .qtool .qmod-ui-tool .qmod-dropdown-menu a a:hover,
html .qtool .qmod-ui-tool .qmod-dropdown-menu a:active:hover,
html .qtool .qmod-ui-tool .qmod-dropdown-menu a:visited:hover,
html .qtool .qmod-ui-tool .qmod-dropdown-menu li a:hover,
html .qtool .qmod-ui-tool .qmod-dropdown-menu li:active:hover,
html .qtool .qmod-ui-tool .qmod-dropdown-menu li:visited:hover,
html .qtool .qmod-ui-tool .qmod-modifier a a:hover,
html .qtool .qmod-ui-tool .qmod-modifier a:active:hover,
html .qtool .qmod-ui-tool .qmod-modifier a:visited:hover,
html .qtool .qmod-ui-tool .qmod-modifier li a:hover,
html .qtool .qmod-ui-tool .qmod-modifier li:active:hover,
html .qtool .qmod-ui-tool .qmod-modifier li:visited:hover,
html .qtool .qmod-ui-tool .qmod-legend a a:hover,
html .qtool .qmod-ui-tool .qmod-legend a:active:hover,
html .qtool .qmod-ui-tool .qmod-legend a:visited:hover,
html .qtool .qmod-ui-tool .qmod-legend li a:hover,
html .qtool .qmod-ui-tool .qmod-legend li:active:hover,
html .qtool .qmod-ui-tool .qmod-legend li:visited:hover,
html .qtool .qmod-ui-tool .qmod-chart-display a a:hover,
html .qtool .qmod-ui-tool .qmod-chart-display a:active:hover,
html .qtool .qmod-ui-tool .qmod-chart-display a:visited:hover,
html .qtool .qmod-ui-tool .qmod-chart-display li a:hover,
html .qtool .qmod-ui-tool .qmod-chart-display li:active:hover,
html .qtool .qmod-ui-tool .qmod-chart-display li:visited:hover {
  color: #FFFFFF;
}

html .qtool .qmod-ui-tool .qmod-dropdown a.qmod-dropdown_toggle .qmod-dropdown_selected,
html .qtool .qmod-ui-tool .qmod-dropdown li.qmod-dropdown_toggle .qmod-dropdown_selected,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle a.qmod-dropdown_toggle .qmod-dropdown_selected,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle li.qmod-dropdown_toggle .qmod-dropdown_selected,
html .qtool .qmod-ui-tool .qmod-dropdown-menu a.qmod-dropdown_toggle .qmod-dropdown_selected,
html .qtool .qmod-ui-tool .qmod-dropdown-menu li.qmod-dropdown_toggle .qmod-dropdown_selected,
html .qtool .qmod-ui-tool .qmod-modifier a.qmod-dropdown_toggle .qmod-dropdown_selected,
html .qtool .qmod-ui-tool .qmod-modifier li.qmod-dropdown_toggle .qmod-dropdown_selected,
html .qtool .qmod-ui-tool .qmod-legend a.qmod-dropdown_toggle .qmod-dropdown_selected,
html .qtool .qmod-ui-tool .qmod-legend li.qmod-dropdown_toggle .qmod-dropdown_selected,
html .qtool .qmod-ui-tool .qmod-chart-display a.qmod-dropdown_toggle .qmod-dropdown_selected,
html .qtool .qmod-ui-tool .qmod-chart-display li.qmod-dropdown_toggle .qmod-dropdown_selected {
  background-color: #0F73C3 !important;
  color: #FFFFFF !important;
}

html .qtool .qmod-ui-tool .qmod-dropdown a:active, html .qtool .qmod-ui-tool .qmod-dropdown a:visited,
html .qtool .qmod-ui-tool .qmod-dropdown li:active,
html .qtool .qmod-ui-tool .qmod-dropdown li:visited,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle a:active,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle a:visited,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle li:active,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle li:visited,
html .qtool .qmod-ui-tool .qmod-dropdown-menu a:active,
html .qtool .qmod-ui-tool .qmod-dropdown-menu a:visited,
html .qtool .qmod-ui-tool .qmod-dropdown-menu li:active,
html .qtool .qmod-ui-tool .qmod-dropdown-menu li:visited,
html .qtool .qmod-ui-tool .qmod-modifier a:active,
html .qtool .qmod-ui-tool .qmod-modifier a:visited,
html .qtool .qmod-ui-tool .qmod-modifier li:active,
html .qtool .qmod-ui-tool .qmod-modifier li:visited,
html .qtool .qmod-ui-tool .qmod-legend a:active,
html .qtool .qmod-ui-tool .qmod-legend a:visited,
html .qtool .qmod-ui-tool .qmod-legend li:active,
html .qtool .qmod-ui-tool .qmod-legend li:visited,
html .qtool .qmod-ui-tool .qmod-chart-display a:active,
html .qtool .qmod-ui-tool .qmod-chart-display a:visited,
html .qtool .qmod-ui-tool .qmod-chart-display li:active,
html .qtool .qmod-ui-tool .qmod-chart-display li:visited {
  background-color: #0F73C3 !important;
  color: #FFFFFF !important;
}

html .qtool .qmod-ui-tool .qmod-dropdown a:hover,
html .qtool .qmod-ui-tool .qmod-dropdown li:hover,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle a:hover,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle li:hover,
html .qtool .qmod-ui-tool .qmod-dropdown-menu a:hover,
html .qtool .qmod-ui-tool .qmod-dropdown-menu li:hover,
html .qtool .qmod-ui-tool .qmod-modifier a:hover,
html .qtool .qmod-ui-tool .qmod-modifier li:hover,
html .qtool .qmod-ui-tool .qmod-legend a:hover,
html .qtool .qmod-ui-tool .qmod-legend li:hover,
html .qtool .qmod-ui-tool .qmod-chart-display a:hover,
html .qtool .qmod-ui-tool .qmod-chart-display li:hover {
  background-color: #0f73c3 !important;
  color: #FFFFFF !important;
}

html .qtool .qmod-ui-tool .qmod-dropdown a.qmod-active,
html .qtool .qmod-ui-tool .qmod-dropdown li.qmod-active,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle a.qmod-active,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle li.qmod-active,
html .qtool .qmod-ui-tool .qmod-dropdown-menu a.qmod-active,
html .qtool .qmod-ui-tool .qmod-dropdown-menu li.qmod-active,
html .qtool .qmod-ui-tool .qmod-modifier a.qmod-active,
html .qtool .qmod-ui-tool .qmod-modifier li.qmod-active,
html .qtool .qmod-ui-tool .qmod-legend a.qmod-active,
html .qtool .qmod-ui-tool .qmod-legend li.qmod-active,
html .qtool .qmod-ui-tool .qmod-chart-display a.qmod-active,
html .qtool .qmod-ui-tool .qmod-chart-display li.qmod-active {
  color: #0f73c3 !important;
  background-color: #e6e6e6 !important;
  border: 1px solid #0f73c3;
  font-weight: bold;
}

html .qtool .qmod-ui-tool .qmod-dropdown a.qmod-active:hover,
html .qtool .qmod-ui-tool .qmod-dropdown li.qmod-active:hover,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle a.qmod-active:hover,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle li.qmod-active:hover,
html .qtool .qmod-ui-tool .qmod-dropdown-menu a.qmod-active:hover,
html .qtool .qmod-ui-tool .qmod-dropdown-menu li.qmod-active:hover,
html .qtool .qmod-ui-tool .qmod-modifier a.qmod-active:hover,
html .qtool .qmod-ui-tool .qmod-modifier li.qmod-active:hover,
html .qtool .qmod-ui-tool .qmod-legend a.qmod-active:hover,
html .qtool .qmod-ui-tool .qmod-legend li.qmod-active:hover,
html .qtool .qmod-ui-tool .qmod-chart-display a.qmod-active:hover,
html .qtool .qmod-ui-tool .qmod-chart-display li.qmod-active:hover {
  background-color: #e6e6e6 !important;
  color: #0f73c3 !important;
  text-decoration: none;
}

html .qtool .qmod-ui-tool .qmod-dropdown a.qmod-dropdown_toggle,
html .qtool .qmod-ui-tool .qmod-dropdown li.qmod-dropdown_toggle,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle a.qmod-dropdown_toggle,
html .qtool .qmod-ui-tool .qmod-dropdown_toggle li.qmod-dropdown_toggle,
html .qtool .qmod-ui-tool .qmod-dropdown-menu a.qmod-dropdown_toggle,
html .qtool .qmod-ui-tool .qmod-dropdown-menu li.qmod-dropdown_toggle,
html .qtool .qmod-ui-tool .qmod-modifier a.qmod-dropdown_toggle,
html .qtool .qmod-ui-tool .qmod-modifier li.qmod-dropdown_toggle,
html .qtool .qmod-ui-tool .qmod-legend a.qmod-dropdown_toggle,
html .qtool .qmod-ui-tool .qmod-legend li.qmod-dropdown_toggle,
html .qtool .qmod-ui-tool .qmod-chart-display a.qmod-dropdown_toggle,
html .qtool .qmod-ui-tool .qmod-chart-display li.qmod-dropdown_toggle {
  background-color: #0F73C3 !important;
  color: #FFFFFF !important;
}

html .qtool .qmod-ui-tool .qmod-dropdown_toggle > li:first-of-type,
html .qtool .qmod-ui-tool .qmod-legend > li:first-of-type,
html .qtool .qmod-ui-tool .qmod-chart-display > li:first-of-type {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

html .qtool .qmod-ui-tool .qmod-dropdown_toggle > li:first-of-type button,
html .qtool .qmod-ui-tool .qmod-legend > li:first-of-type button,
html .qtool .qmod-ui-tool .qmod-chart-display > li:first-of-type button {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

html .qtool .qmod-ui-tool .qmod-dropdown_toggle > li:last-of-type,
html .qtool .qmod-ui-tool .qmod-legend > li:last-of-type,
html .qtool .qmod-ui-tool .qmod-chart-display > li:last-of-type {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

html .qtool .qmod-ui-tool .qmod-dropdown_toggle > li:last-of-type button,
html .qtool .qmod-ui-tool .qmod-legend > li:last-of-type button,
html .qtool .qmod-ui-tool .qmod-chart-display > li:last-of-type button {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

html .qtool .qmod-ui-tool .qmod-table .odd,
html .qtool .qmod-ui-tool .qmod-table .even {
  border-bottom: 1px solid #0F73C3;
}

html .qtool .qmod-ui-tool .qmod-table.dataTable .sorting_desc,
html .qtool .qmod-ui-tool .qmod-table.dataTable .sorting_asc {
  border-bottom: 1px solid #0f73c3;
  color: #0f73c3;
}

html .qtool .qmod-ui-tool .dataTables_paginate,
html .qtool .qmod-ui-tool .qmod-paginator {
  display: none;
}

html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button,
html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button:active,
html .qtool .qmod-ui-tool .dataTables_paginate .qmod-pager-item,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button:active,
html .qtool .qmod-ui-tool .qmod-paginator .qmod-pager-item {
  background: none;
  background-color: #0F73C3;
  color: #FFFFFF;
  border: 1px solid #0F73C3 !important;
}

html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button.current, html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button.qmod-pager-active,
html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button:active.current,
html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button:active.qmod-pager-active,
html .qtool .qmod-ui-tool .dataTables_paginate .qmod-pager-item.current,
html .qtool .qmod-ui-tool .dataTables_paginate .qmod-pager-item.qmod-pager-active,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button.current,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button.qmod-pager-active,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button:active.current,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button:active.qmod-pager-active,
html .qtool .qmod-ui-tool .qmod-paginator .qmod-pager-item.current,
html .qtool .qmod-ui-tool .qmod-paginator .qmod-pager-item.qmod-pager-active {
  background: none;
  background-color: #0f73c3 !important;
  color: #FFFFFF !important;
  font-weight: bold;
  border: 1px solid #0F73C3 !important;
}

html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button.current:hover, html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button.qmod-pager-active:hover,
html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button:active.current:hover,
html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button:active.qmod-pager-active:hover,
html .qtool .qmod-ui-tool .dataTables_paginate .qmod-pager-item.current:hover,
html .qtool .qmod-ui-tool .dataTables_paginate .qmod-pager-item.qmod-pager-active:hover,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button.current:hover,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button.qmod-pager-active:hover,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button:active.current:hover,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button:active.qmod-pager-active:hover,
html .qtool .qmod-ui-tool .qmod-paginator .qmod-pager-item.current:hover,
html .qtool .qmod-ui-tool .qmod-paginator .qmod-pager-item.qmod-pager-active:hover {
  background: none;
  background-color: #0f73c3 !important;
  color: #FFFFFF !important;
}

html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button.qmod-pager-active,
html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button:active.qmod-pager-active,
html .qtool .qmod-ui-tool .dataTables_paginate .qmod-pager-item.qmod-pager-active,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button.qmod-pager-active,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button:active.qmod-pager-active,
html .qtool .qmod-ui-tool .qmod-paginator .qmod-pager-item.qmod-pager-active {
  background: none;
  background-color: #0f73c3 !important;
  color: #FFFFFF !important;
  font-weight: normal;
  border: 1px solid #0F73C3 !important;
}

html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button.qmod-pager-active:hover,
html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button:active.qmod-pager-active:hover,
html .qtool .qmod-ui-tool .dataTables_paginate .qmod-pager-item.qmod-pager-active:hover,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button.qmod-pager-active:hover,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button:active.qmod-pager-active:hover,
html .qtool .qmod-ui-tool .qmod-paginator .qmod-pager-item.qmod-pager-active:hover {
  background: none;
  background-color: #0f73c3 !important;
  color: #FFFFFF !important;
}

html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button.next, html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button.previous,
html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button:active.next,
html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button:active.previous,
html .qtool .qmod-ui-tool .dataTables_paginate .qmod-pager-item.next,
html .qtool .qmod-ui-tool .dataTables_paginate .qmod-pager-item.previous,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button.next,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button.previous,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button:active.next,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button:active.previous,
html .qtool .qmod-ui-tool .qmod-paginator .qmod-pager-item.next,
html .qtool .qmod-ui-tool .qmod-paginator .qmod-pager-item.previous {
  color: #FFFFFF !important;
}

html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button:hover,
html .qtool .qmod-ui-tool .dataTables_paginate .paginate_button:active:hover,
html .qtool .qmod-ui-tool .dataTables_paginate .qmod-pager-item:hover,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button:hover,
html .qtool .qmod-ui-tool .qmod-paginator .paginate_button:active:hover,
html .qtool .qmod-ui-tool .qmod-paginator .qmod-pager-item:hover {
  background: none;
  background-color: #0f73c3 !important;
  color: #FFFFFF !important;
}

html .qtool .qmod-news-list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0px;
}

html .qtool .qmod-news-list-group .qmod-news-list-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin: 1.2em;
}

html .qtool .qmod-news-list-group .qmod-news-list-item .qmod-news-source {
  display: none;
}

html .qtool .qmod-news-list-group .qmod-news-list-item .qmod-news-summary {
  font-size: 14px;
  line-height: 25px;
  font-family: 'DIN Next W01 Light', sans-serif !important;
  color: #85868c;
}

html .qtool .qmod-news-list-group .qmod-news-list-item .qmod-more-btn {
  font-size: 1.1em;
}

html .qtool .qmod-news-list-group .qmod-news-list-item a {
  width: 100%;
  display: block;
  overflow: visible;
  font: normal bold 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

html .qtool .qmod-news-list-group .qmod-news-list-item a :after {
  content: "";
  display: table;
  clear: both;
}

html .qtool .qmod-modal-overlay {
  background: rgba(0, 0, 0, 0.7);
}

html .qtool .qmod-modal-overlay .qmod-ui-modal {
  border-radius: 8px;
}

html .qtool .qmod-modal-overlay .qmod-ui-modal .qmod-ui-modal-titlebar {
  background-color: #0F73C3;
  color: #FFFFFF;
}

html .qtool .qmod-modal-overlay .qmod-ui-modal .qmod-ui-modal-titlebar .qmod-modal-close {
  float: right;
}

html .qtool .qmod-modal-overlay .qmod-ui-modal .qmod-ui-modal-titlebar .qmod-titlebar-buttons .qmod-btn {
  border: none;
}

html .qtool .qmod-modal-overlay .qmod-ui-modal .qmod-ui-modal-titlebar .qmod-titlebar-buttons .qmod-btn:hover {
  background: none;
}

html .qtool .qmod-modal-overlay .qmod-ui-modal .qmod-ui-modal-titlebar .qmod-titlebar-buttons .qmod-btn:hover .fa {
  color: #0f73c3;
}

html .qtool .qmod-modal-overlay .qmod-ui-modal .qmod-ui-modal-body {
  background-color: #FFFFFF;
}

html .qtool .qmod-popup {
  background-color: #FFFFFF;
  border: 2px solid #0F73C3;
  border-radius: 5px;
}

html .qtool .qmod-popup .qmod-popup-title {
  background-color: #012778;
  border: 2px solid #0F73C3;
  font-weight: bold;
}

html .qtool .qmod-popup .qmod-popup-title .qmod-popup-titlebar-buttons .qmod-btn i::before {
  margin: 6px;
}

html .qtool .qmod-popup .qmod-popup-title .qmod-popup-titlebar-buttons .qmod-btn:hover {
  color: #0f73c3;
  background: none;
  border: none;
}

html .qtool .qmod-hbg {
  background-color: #012778;
  color: #FFFFFF;
}

html .qtool .qmod-hbg a,
html .qtool .qmod-hbg a:visited,
html .qtool .qmod-hbg a:active {
  color: #FFFFFF;
}

html .qtool .qmod-hbg a:hover,
html .qtool .qmod-hbg a:visited:hover,
html .qtool .qmod-hbg a:active:hover {
  color: #0f73c3;
  background-color: #012778;
}

html .qtool .qmod-block-wrapper {
  background-color: inherit;
}

html .qtool .qmod-miniquotes .qmod-segment {
  color: #333333;
  font-size: 1.2em;
}

html .qtool .qmod-miniquotes .qmod-segment.qmod-shortname {
  font-weight: bold;
  color: #0F73C3;
}

html .qtool .qmod-miniquotes .qmod-segment.qmod-shortname, html .qtool .qmod-miniquotes .qmod-segment.qmod-change,
html .qtool .qmod-miniquotes .qmod-segment .qmod-currency {
  display: inline-block !important;
}

html .qtool .qmod-miniquotes .qmod-segment.qmod-shortname:not(.qmod-currency), html .qtool .qmod-miniquotes .qmod-segment.qmod-change:not(.qmod-currency),
html .qtool .qmod-miniquotes .qmod-segment .qmod-currency:not(.qmod-currency) {
  font-weight: bold;
}

html .qtool .qmod-miniquotes .qmod-segment.qmod-change-icon.fa-arrow-circle-up::before {
  color: green !important;
}

html .qtool .qmod-miniquotes .qmod-segment.qmod-longname, html .qtool .qmod-miniquotes .qmod-segment.qmod-volume {
  display: none;
}

html .qtool .qmod-miniquotes .qmod-ch-down .qmod-segment {
  color: red;
}

html .qtool .qmod-miniquotes .qmod-ch-down .qmod-segment.qmod-change-icon.fa-arrow-circle-down::before {
  color: red !important;
}

html .qmodii-symbolookup .qmodii-tab-content {
  height: auto;
}

html .v-card .v-card__title .headline {
  color: #0F73C3;
  font-size: 1.2em;
  font-weight: bold;
}

html .v-card .v-card__text {
  padding: 0 1em 0 1em;
}

html .v-card .v-card__text .qmodii-symbolookup-bottom {
  position: relative;
  top: -15px;
}

html .v-card .v-card__actions {
  background-color: #012778;
  font-weight: bold;
}

html .v-card .v-card__actions .green--text .text--darken-1 {
  color: #0F73C3;
  caret-color: #0F73C3;
}

html .v-btn:hover {
  background-color: #0F73C3;
  color: white !important;
}

html .v-btn.blue--text.text--darken-1 {
  color: #0f73c3;
  font-weight: bold;
}

html .v-btn.green {
  background-color: #0F73C3;
  border-color: #0F73C3;
}

html .v-input.v-text-field .v-label {
  left: 0px;
  right: auto;
  position: absolute;
  -webkit-transform: translateY(-18px) scale(0.75);
          transform: translateY(-18px) scale(0.75);
}

.flatpickr-calendar {
  border: 1px solid #FFFFFF;
}

.flatpickr-calendar .arrowTop::before {
  border-bottom-color: #FFFFFF;
}

.flatpickr-calendar.open .flatpickr-innerContainer span {
  padding: 0px;
  padding-right: 3px;
}

.flatpickr-calendar.open .flatpickr-innerContainer span.flatpickr-day.today, .flatpickr-calendar.open .flatpickr-innerContainer span.flatpickr-month.today {
  border: 1px solid #0F73C3;
}

.flatpickr-calendar.open .flatpickr-innerContainer span.flatpickr-day.selected, .flatpickr-calendar.open .flatpickr-innerContainer span.flatpickr-month.selected {
  background-color: #0F73C3;
  color: #FFFFFF;
  font-weight: bold;
}

.flatpickr-calendar.open .flatpickr-innerContainer span.flatpickr-day .flatpickr-prev-month:hover svg,
.flatpickr-calendar.open .flatpickr-innerContainer span.flatpickr-day .flatpickr-next-month:hover svg, .flatpickr-calendar.open .flatpickr-innerContainer span.flatpickr-month .flatpickr-prev-month:hover svg,
.flatpickr-calendar.open .flatpickr-innerContainer span.flatpickr-month .flatpickr-next-month:hover svg {
  fill: #FFFFFF;
}

@media only screen and (max-width: 780px) {
  .qmod-news-list-item {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin: 0.8em !important;
  }
}

@media only screen and (min-width: 781px) and (max-width: 1032px) {
  .qmod-news-list-item {
    -ms-flex-preferred-size: 45% !important;
        flex-basis: 45% !important;
    margin: 1em !important;
  }
}

@media only screen and (min-width: 1500px) {
  .qmod-news-list-item {
    -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
    margin: 2em !important;
  }
}
/*# sourceMappingURL=style.css.map */