/* .cont {
  max-width: 1160px;
  margin: 20px auto;
} 


.qmodii {
  min-height: 600px;
}

.container .qmodii .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);
}
.qmodii .qmodii-cont.qmodii-advanced-chart .v-input {
  font-size: 11px;
}

button.v-btn.theme--light.secondary .v-btn__content {
  color: white;
}

span.qmod-chips.primary {
  color: gray !important;
}

.qmodii .application--wrap {
  min-height: 100%;
}

.qmodii .v-tabs__item {
  color: rgba(110, 110, 110, 0.5);
}
a.v-tabs__item.v-tabs__item--active {
  color: #333;
}

.primary {
  background-color: white !important;
  border-color: lightgray !important;
  border: 1px solid rgb(211, 211, 211);
}

.qmodii .v-tabs__item:hover {
  color: #333;
}

.qmodii .v-btn__content {
  color: gray;
}

.qmodii .v-icon {
  color: #0477d1 !important;
}
span.qmodii-symbol {
  border-color: #0477d1 !important;
}

g.highcharts-series.highcharts-series-0.highcharts-line-series
  path:nth-child(1),
g.highcharts-series.highcharts-series-0.highcharts-area-series
  path:nth-child(2) {
  stroke: #0477d1;
}


button.v-btn.v-btn--small.theme--light.red .v-btn__content {
  color: white;
}
.accent {
  background-color: #0477d1 !important;
}
path.highcharts-area {
  fill: rgba(211, 211, 211, 0.5);
}

g.highcharts-series.highcharts-series-1.highcharts-column-series.highcharts-tracker
  > rect {
  fill: rgba(211, 211, 211, 0.8);
}

.qmodii .qmodii-advChart-chart .highcharts-navigator-mask-inside {
  fill: rgba(211, 211, 211, 0.5);
}

rect.highcharts-scrollbar-thumb,
rect.highcharts-scrollbar-button,
path.highcharts-navigator-handle.highcharts-navigator-handle-right,
path.highcharts-navigator-handle.highcharts-navigator-handle-left {
  fill: gray;
}

.qmodii .theme--light.application {
  background: transparent;
}
.qmodii .qmodii-advChart-chart {
  height: 600px;
}

*/

.qmodii * {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container .qmodii .container.fluid {
  max-width: 1180px;
  margin: 20px auto;
}

.qmodii .theme--light.application {
  background: transparent !important;
}
.primary {
  background-color: #1976d2 !important;
  border-color: #1976d2 !important;
}
.secondary {
  background-color: #424242 !important;
  border-color: #424242 !important;
}

.qmodii [type="button"],
.qmodii button {
  cursor: pointer;
}

.qmodii button {
  overflow: visible;
}

.qmodii .v-btn {
  padding: 0 16px;
  align-items: center;
  border-radius: 2px;
  display: inline-flex;
  height: 36px;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  margin: 6px 8px;
  min-width: 88px;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    0.3s cubic-bezier(0.25, 0.8, 0.5, 1),
    color 1ms;
  position: relative;
  vertical-align: middle;
  user-select: none;
}

.qmodii .v-btn:not(.v-btn--depressed):not(.v-btn--flat) {
  will-change: box-shadow;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.qmodii .v-btn:not(.v-btn--outline).primary {
  color: #fff;
}

.qmodii .theme--light.v-btn {
  color: rgba(0, 0, 0, 0.87);
}

.qmodii .spacer {
  display: none;
}

.qmodii .v-tabs {
  width: 100%;
}
