/*---
title: CIQ_Seed.scss /  CIQ_Seed.css stylesheet for the ChartIQ Charting Library react seed project
resume: React Components
---

//
// Output autogeneration warning to css file
//
/**
*
* WARNING: 	CIQ_Seed.css is autogenerated by CIQ_Seed.scss using node-sass in an npm run script.
* 			Any changes made directly to CIQ_Seed.css may be lost by updating and regenerating.
*
*/

/* General Global Style */

/*  */

/*
* Day theme
*/

.ciq-day {
  color: #000;
}

.ciq-day #symbolInput:hover,
.ciq-day #symbolCompareInput:hover,
.ciq-day #symbolInput:focus,
.ciq-day #symbolCompareInput:focus {
  transition: background 0.6s 0s;
  background-color: #f8f8f8;
}

.ciq-day .ciq-nav input:placeholder {
  color: #fafafa;
}

.ciq-day .ciq-nav input {
  color: #555;
  background-color: #fcfcfc;
}

.ciq-day #symbolCompareInput,
.ciq-day #symbolInput {
  border-radius: 1px;
  display: inline;
  border: #999 1px solid;
}

.ciq-day div.quick-link:hover {
  color: #aaa;
}

.ciq-day .comparisonWrapper:hover {
  background-color: #ddd;
}

.ciq-day menu-select span.title {
  color: #555;
  transition: color 0.2s 0s;
}

.ciq-day menu-select span.title:hover {
  color: #aaa;
}

.ciq-day .symbol-btn,
.ciq-day .comparison-btn {
  background-position: -45px -25px;
}

.ciq-day .comparison-btn {
  background-position: -443px -25px;
}

.ciq-day .ciq-nav menu-select#chartTypeSelect::before {
  background-position: -350px -25px;
}

.ciq-day .ciq-nav menu-select#studySelect::before {
  background-position: -300px -25px;
}

.ciq-day .ciq-nav menu-select#themeSelect::before {
  background-position: -480px -25px;
}

.ciq-day .crosshair-btn,
.ciq-day .drawing-toolbar-btn {
  background-position: -443px -25px;
}

.ciq-day .drawing-toolbar-btn {
  background-position: -250px -25px;
}

.ciq-day .timezone-btn {
  height: 27px;
  width: 27px;
  background-image: url(img/ciq-timezone-day.svg);
}

.ciq-day span.title.ciq-solid-1,
.ciq-day span.title.ciq-solid-3,
.ciq-day span.title.ciq-solid-5,
.ciq-day span.title.ciq-dotted-1,
.ciq-day span.title.ciq-dotted-3,
.ciq-day span.title.ciq-dotted-5,
.ciq-day span.title.ciq-dashed-1,
.ciq-day span.title.ciq-dashed-3,
.ciq-day span.title.ciq-dashed-5 {
  border-top-color: #000;
}

.ciq-night .ciq-nav menu-select#chartTypeSelect::before {
  background-position: -350px -50px;
}

.ciq-night .ciq-nav menu-select#studySelect::before {
  background-position: -300px -50px;
}

.ciq-night .ciq-nav menu-select#themeSelect::before {
  background-position: -480px -50px;
}

/*
* Default theme
*/

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

#chartHere {
  min-width: 350px;
}

#chartHere > div,
#chartHere > span {
  border: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  line-height: 1.6em;
}

html {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

input[type="text"],
input[type="number"] {
  border: #ddd solid 1px;
  padding: 0 5px 0 10px;
}

.stx-panel-title {
  display: none;
}

.chart-title {
  float: left;
  font-size: 14px;
  font-family: "MaisonNeue-Demi", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  z-index: 21;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #cedaeb;
}

.chart-title:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.clearfloat {
  display: block;
  height: 0;
  clear: both;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 11pt;
  text-transform: uppercase;
  color: #000;
  margin-top: 0px;
}

.ciq-share-button {
  float: left;
  cursor: pointer;
  margin-top: 10px;
}

hr.cq-separator {
  border-top: 1px solid #ccc;
  margin: 10px 0 10px 0;
  display: block;
}

.share {
  color: #000;
}

.timezone h3 {
  display: flex;
  justify-content: center;
}

nav {
  padding: 10px 12px;
  font-family: "Roboto", sans-serif;
}

.left span {
  margin-right: 10px;
}

.stx-chart-panel .stx-ico-focus,
.stx-chart-panel .stx-ico-down,
.stx-chart-panel .stx-ico-up,
.stx-btn-panel {
  display: none;
}

/* Standard Button Dimensions, Color */

.ciq-nav button.active,
.ciq-nav button:hover {
  border-radius: 1px;
  border: solid 1px #273949;
  outline: none;
  opacity: 1;
}

.ciq-nav input {
  color: #c5c7c9;
  background-color: #151f28;
  outline: none;
  line-height: 2em;
}

#studyDialog input[type="number"],
#studyDialog input[type="text"] {
  width: 75px;
  height: 27px;
}

.dialog-heading {
  color: black;
  margin: 0 0 5px 0;
  text-align: center;
  font-weight: 400;
}

.overlayMenu {
  width: 130px;
  display: inline-block;
  position: fixed;
  text-align: left;
  background: #fff;
  color: #666;
  z-index: 3;
  border-radius: 1px;
}

.overlayMenu div {
  padding: 0 20px;
  cursor: pointer;
  line-height: 27px;
}

.overlayMenu div:hover {
  background: #f3f3f3;
}

#symbolCompareInput,
#symbolInput {
  border-radius: 1px;
  display: inline-block;
  border: #333 1px solid;
  width: 100%;
}

#symbolInput:hover,
#symbolCompareInput:hover,
#symbolInput:focus,
#symbolCompareInput:focus {
  transition: background 0.6s 0s;
  background-color: #233542;
}

.ciq-nav input:placeholder {
  color: #fafafa;
}

.ciq-nav .symbol-btn,
.ciq-nav .comparison-btn {
  border: none;
  display: inline-block;
  cursor: pointer;
}

.ciq-nav .symbol-btn:hover,
.ciq-nav .comparison-btn:hover {
  opacity: 1;
}

.break-sm .ciq-nav menu-select span.title,
.break-md .ciq-nav menu-select span.title {
  display: none;
}

.break-sm .ciq-nav menu-select::before,
.break-md .ciq-nav menu-select::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  position: static;
  background-image: url(img/stx-sprite-ui.svg);
  border-right: none;
  border-bottom: none;
  opacity: 0.85;
  transition: opacity 0.2s 0s;
  vertical-align: top;
}

.break-sm .ciq-nav menu-select#periodicitySelect span.title,
.break-md .ciq-nav menu-select#periodicitySelect span.title {
  display: inline;
}

.break-lg .symbol-frame {
  width: 160px;
}

.break-md .symbol-frame {
  width: 100px;
}

.break-sm .symbol-frame {
  width: 60px;
}

.symbol-btn,
.comparison-btn {
  position: absolute;
  height: 27px;
  width: 27px;
  right: 10px;
  top: 1px;
  background-image: url(img/stx-sprite-ui.svg);
  background-position: -45px -50px;
  opacity: 0.6;
  transition: opacity 0.2s 0s;
}

.comparison-btn {
  right: 0px;
  background-position: -443px -50px;
}

.timezoneList li:hover {
  background-color: #f0f0f0;
}

.timezoneList {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.timezone .instruct {
  text-align: center;
  margin: -6px auto 0;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  color: #999;
}

.timezone-btn {
  height: 27px;
  width: 27px;
  background-image: url(img/ciq-timezone.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
  transition: opacity 0.2s 0s;
}

.current-location-message {
  text-align: center;
  margin: -6px auto 0;
  color: #999;
  padding-top: 5px;
}

.clearFloat {
  clear: both;
}

.dialog button.current-location-btn {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #398dff;
  position: relative;
  height: 27px;
  padding: 0 10px;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-right: auto;
  margin-left: 20%;
}

.dialog button.current-location-btn:hover {
  padding: 0 10px;
  font-size: 11px;
  box-shadow: 0 1px 2px rgba(69, 143, 209, 0.8);
}

.crosshair-btn,
.drawing-toolbar-btn {
  height: 27px;
  width: 27px;
  background-image: url(img/stx-sprite-ui.svg);
  opacity: 0.6;
  transition: opacity 0.2s 0s;
  background-position: -443px -50px;
}

.drawing-toolbar-btn {
  background-position: -250px -50px;
}

menu-select {
  font-size: 12px;
  vertical-align: middle;
  padding: 5px 5px;
  font-weight: 300;
  background: transparent;
  color: #000;
  border: 0px transparent;
  list-style: none;
  cursor: pointer;
}

menu-select span.title {
  color: #c5c7c9;
  transition: color 0.2s 0s;
}

menu-select span.title:hover {
  color: #ffffff;
}

.break-lg menu-select:after {
  content: "";
  position: relative;
  top: -2px;
  right: 0px;
  margin-left: 5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: solid thin #949494;
  border-bottom: solid thin #949494;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  zoom: 1;
  color: #c5c7c9;
}

menu-select-options menu-option {
  padding: 0px 20px;
  position: relative;
  text-align: left;
  display: block;
  /* line-height: 27px; */
  height: auto;
  color: #c6d1e0;
  /* color: #1c2129; */
}

#lineSelect menu-select-options menu-option {
  padding: 10px 20px;
}

menu-select-options menu-option span {
  font-weight: 300;
}

menu-select-options menu-option:hover {
  color: #000;
  /* background: #C6D1E0;  */
  /* background: #f3f3f3;  */
}

menu-select-options {
  bottom: -5px;
  right: 0;
  padding-top: 0;
  position: absolute;
  min-width: 220px;
  /* max-height: 90%; */
  overflow: auto;
  background: #323132;
  /* background: white; */
  display: none;
  z-index: 999;
  left: inherit;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
}

#periodicitySelect menu-select-options {
  min-width: 100px;
}

#themeSelect menu-select-options {
  min-width: 125px;
}

.ciq-edit {
  float: right;
  margin: 0 5px 0 5px !important;
}

#fontFamilySelect menu-select-options {
  min-width: 130px;
}

#fontSizeSelect menu-select-options {
  min-width: 60px;
}

menu-select:hover menu-select-options {
  padding: 0;
}

cq-plus {
  display: inline-block;
  float: left;
  margin-left: -8px;
}

cq-plus {
  width: 27px;
  height: 27px;
  background-image: url(img/stx-sprite-panels.svg);
  background-position: -100px -25px;
  opacity: 0.5;
}

/* Dialog Specific CSS */

.dialog-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 31;
  /* The zoom buttons have a z-index of 30 */
}

.dialog {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px 35px;
  border: 1px solid #888;
  border-radius: 3px;
  width: 350px;
  /* min-height: 400px; */
  /* max-height: 550px; */
  /* overflow: auto; */
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}

.dialog button {
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #398dff;
  padding: 5px 10px;
  cursor: pointer;
  border: none;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.dialog button:hover {
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #398dff;
  padding: 5px 10px;
  cursor: pointer;
  border: none;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(69, 143, 209, 0.8);
}

.dialog input {
  height: 26px;
  border-right: 1px solid #e4e4e4;
  float: left;
}

.theme-dialog .dialog-item > div {
  float: right;
}

#inputs .dialog-item input,
#inputs .dialog-item select,
#outputs .dialog-item .output,
#parameters .dialog-item .param {
  float: right;
  margin-right: 1em;
}

#inputs .dialog-item input,
div.dialog-item.theme-save input {
  background-color: white;
  border: 2px inset #e4e4e4;
  color: black;
  padding: initial;
  padding-left: 5px;
}

#inputs select {
  height: 28px;
}

#parameters .dialog-item input {
  float: right;
}

#parameters .dialog-item input[type="checkbox"],
.inputs input {
  margin-right: 1.3em;
}

.dialog button {
  margin-right: 10px;
}

.dialog button.pull-right {
  float: right;
  margin-right: 10px;
  margin-left: 5px;
  /* clear: both; */
}

.dialog ul {
  max-height: 225px;
  overflow: scroll;
  overflow-x: hidden;
}

.dialog .color-picker-options ul {
  overflow: hidden;
}

.dialog ul,
.dialog li {
  list-style: none;
  padding-left: 0px;
  color: #666;
}

.dialog-item .color-picker-options div {
  float: none !important;
}

div.cq-close:after {
  background-position: -253px -25px;
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
  opacity: 0.5;
  background-image: url(img/stx-sprite-panels.svg);
}

div.cq-close {
  float: right;
  margin-top: -15px;
  margin-right: -28px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-shadow: none;
  color: transparent;
}

#colorPicker {
  position: relative;
  float: right;
  z-index: 32;
  left: 0;
  top: 0;
}

.dialog-item {
  margin-bottom: 1.2em;
  color: #666;
}

.color-picker-swatch {
  float: right;
  margin-right: 1em;
  cursor: pointer;
}

.dialog-overlay .theme-field-name {
  display: inline;
}

.dialog-overlay .theme-save {
  text-align: center;
  margin-top: 25px;
}

.color-picker-swatch {
  display: block;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  outline: transparent;
}

.color-picker-options {
  /* This is the actual color picker block */
  z-index: 999;
  position: absolute;
  background: rgb(0, 0, 0);
  width: 180px;
  margin: 23px 0 0 0;
  padding: 10px 5px 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}

.color-picker-options ul {
  /* The unordered list with all the swatches */
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.color-picker-options ul:after {
  /* Fix display in some browsers */
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.color-picker-options ul li {
  /* List item containing each swatch */
  float: left;
  margin: 0 5px 5px 0;
}

.color-picker-options ul li a {
  /* The swatches themselves */
  display: block;
  width: 13px;
  height: 13px;
  text-decoration: none;
  text-indent: -100000px;
  outline: 0;
  border: 1px solid #aaa;
}

div.loader {
  background-image: url(img/loading-spin-white.svg);
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  left: 50%;
  top: 50%;
}

.chartContainer {
  height: 100%;
}

.chartContainer.toolbarOn {
  height: 96%;
}

.toolbar {
  z-index: 2;
  transition: height 0.2s 0s, padding 0.2s 0s;
  display: flex;
  color: white;
}

.toolbar > span {
  width: 100%;
  padding-left: 10px;
}

#toolSelect {
  width: 12%;
}

.toolbar .undoSection {
  float: right;
  width: 30%;
}

.toolbar .undoSection button {
  margin-left: 3px;
  opacity: 0.45;
  float: right;
}

.toolbar .undoSection button:active,
.toolbar .undoSection button:focus {
  background-color: #fff;
}

.toolbar .undoSection button.active {
  opacity: 1;
}

.drawingParameters {
  padding: 5px;
  display: flex;
  border: 1px solid #232933;
  background-color: #232933;
}

.boldBtn,
.italicBtn {
  display: inline-block;
  min-width: 25px;
  cursor: pointer;
  transition: color 0.2s 0s;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  color: #4d4d4d;
  border: solid 1px transparent;
}

.boldBtn.ciq-active,
.italicBtn.ciq-active {
  color: #fff;
  border: solid 1px #ddd;
}

.boldBtn:hover,
.italicBtn:hover {
  color: #fff;
  border: solid 1px #ddd;
}

.italicBtn,
.boldBtn {
  font-family: serif;
  color: #bbbfc2;
}

.boldBtn {
  font-weight: bold;
}

.italicBtn {
  font-style: italic;
}

#lineSelect {
  padding: 4px 0px;
  width: 100px;
  display: flex;
  margin-top: 8px;
  height: 15px;
}

#lineSelect menu-select-options {
  margin-top: 7px;
}

.ciq-heading {
  float: left;
  line-height: 27px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  color: #999;
}

.ciq-checkbox {
  /* border: solid 1px #999;  */
  left: 1px;
  bottom: 1px;
  width: 12px;
  height: 12px;
  background-position: -580px -31px;
  float: right;
}

.ciq-checkbox.ciq-active > span {
  left: 1px;
  bottom: 1px;
  width: 12px;
  height: 12px;
  background-image: url(img/stx-sprite-ui.svg) !important;
  background-position: -580px -31px;
}

.option .ciq-solid-1,
.option .ciq-solid-3,
.option .ciq-solid-5,
.option .ciq-dotted-1,
.option .ciq-dotted-3,
.option .ciq-dotted-5,
.option .ciq-dashed-1,
.option .ciq-dashed-3,
.option .ciq-dashed-5 {
  display: block;
  width: auto;
  height: 0;
  padding: 0;
  border-top-color: #666;
  border-radius: 0;
}

span.title.ciq-solid-1,
span.title.ciq-solid-3,
span.title.ciq-solid-5,
span.title.ciq-dotted-1,
span.title.ciq-dotted-3,
span.title.ciq-dotted-5,
span.title.ciq-dashed-1,
span.title.ciq-dashed-3,
span.title.ciq-dashed-5 {
  border-top-color: white;
  border-radius: 0;
  width: 70%;
  color: white;
  display: block;
  height: 50%;
  top: 5px;
}

.ciq-solid-1 {
  border-top-style: solid;
  border-top-width: 1px;
}

.ciq-solid-3 {
  border-top-style: solid;
  border-top-width: 3px;
}

.ciq-solid-5 {
  border-top-style: solid;
  border-top-width: 5px;
}

.ciq-dotted-1 {
  border-top-style: dotted;
  border-top-width: 1px;
}

.ciq-dotted-3 {
  border-top-style: dotted;
  border-top-width: 3px;
}

.ciq-dotted-5 {
  border-top-style: dotted;
  border-top-width: 5px;
}

.ciq-dashed-1 {
  border-top-style: dashed;
  border-top-width: 1px;
}

.ciq-dashed-3 {
  border-top-style: dashed;
  border-top-width: 3px;
}

.ciq-dashed-5 {
  border-top-style: dashed;
  border-top-width: 5px;
}

.chartSeries {
  display: inline-block;
  position: relative;
  left: 12px;
  cursor: default;
  text-transform: uppercase;
  font-weight: 700;
  top: 4px;
}

.chartSeriesColor {
  display: inline-block;
  position: relative;
  left: 0;
  height: 12px;
  width: 12px;
  top: 7px;
}

.deleteSeries {
  height: 19px;
  width: 20px;
  display: inline-block;
  position: absolute;
  right: 10px;
  cursor: pointer;
  background-image: url(img/stx-sprite-panels.svg);
  background-position: -250px -53px;
  transform: scale(0.9);
  margin-top: 3px;
  opacity: 0;
}

.deleteSeries:hover {
  opacity: 1;
}

.comparisonWrapper {
  float: left;
  position: relative;
  display: block;
  width: 150px;
  margin-top: 5px;
  height: 28px;
  padding-left: 16px;
  z-index: 21;
  transition: background 0.2s 0s, padding 0.2s 0s, opacity 0.2s 0.2s,
    height 0.2s 0.4s, font-size 0s 0.4s, margin 0.2s 0.4s;
}

.comparisonWrapper:hover {
  background-color: #21323f;
}

.comparisonWrapper:hover .deleteSeries {
  opacity: 0.6;
}

.comparisons {
  display: flex;
  flex-direction: column;
  float: left;
  margin-left: 10px;
}

div.left {
  float: left;
  height: 29px;
  display: flex;
}

div.right {
  float: right;
}

div.right menu-select {
  display: inline-block;
}

div.quick-link {
  float: right;
  width: 40px;
  cursor: pointer;
  height: 100%;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #878e99;
}

div.quick-link:hover {
  color: white;
}

div.ciq-footer div.share {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}

#shareDialog {
  min-height: 250px;
}

div.shareMsg {
  font-family: "Roboto", sans-serif;
  color: #666;
}

/*# sourceMappingURL=CIQ_Seed.css.map */
