#invModelProduct .justify-start-content {
    display: flex;
    justify-content: flex-start;
}

#invModelProduct .justify-end-content {
    display: flex;
    justify-content: flex-end;
}

#invModelProduct .justify-around-content {
    display: flex;
    justify-content: space-around;
}

#invModelProduct .justify-between-content {
    display: flex;
    justify-content: space-between;
}

#invModelProduct md-card.md-analyticboard-theme, md-card.rounded {
    border-radius: 5px !important;
}

#invModelProduct .green-card {
    background: #80C58E;
    color: #fff;
    opacity: 0.7;
    box-shadow: none;
}

#invModelProduct .purple-card {
    background: #CDB8F9;
    color: #fff;
    opacity: 0.7;
    box-shadow: none;
}

#invModelProduct .sky-card {
    background: #5ACFC2;
    color: #fff;
    opacity: 0.7;
    box-shadow: none;
}

#invModelProduct .blue-card {
    background: #93AFD0;
    color: #fff;
    opacity: 0.7;
    box-shadow: none;
}

#invModelProduct .pink-card {
    background: #F9B8F7;
    color: #fff;
    box-shadow: none;
}

#invModelProduct .text-align-center{
    text-align: center !important;
}

#invModelProduct .bar-bodegas .bar {
    fill: #EAF597;
}

#invModelProduct .bar-costos .bar {
    fill: #CDCDCD;
}

#invModelProduct .bar:hover {
    fill: lightblue;
}

#invModelProduct .axis text {
    font: 10px sans-serif;
}

#invModelProduct .axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

#invModelProduct .x.axis path {
    display: none;
}

#invModelProduct .tooltip {
    position: absolute;
    padding: 10px;
    font: 12px sans-serif;
    background: #222;
    color: #fff;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
    opacity: 0.9;
    visibility: hidden;
}

#invModelProduct .BarChartContainer {
    height: 95%;
}

#invModelProduct .sparkline {
    fill: none;
    stroke: #FD8585;
    stroke-width: 3px;
}

#invModelProduct .sparkcircle {
    fill: red;
    stroke: none;
}

#invModelProduct .sparkline-wrapper{
    position: relative;
    display: inline-block;
    height: 40px;
    cursor:pointer;
    width:70%;
    color: black;
}

#invModelProduct .sparklineCell{
    padding-top: 0 !important;
}

#invModelProduct hr{
    background: lightgrey !important;
    border: 1px solid lightgrey;
}

#invModelProduct .graficaLinea{
    margin-top:-16px;
}

#invModelProduct .adj {
    color: #649ADA;
    font-weight: bold;
}

#invModelProduct .sug {
    color: #fff3e0;
    font-weight: bold;
    background: #649ADA;
    padding: 0 10px 0 10px;
}

#invModelProduct .adjShow{
    background: #F9B8F7;
    padding: 0 10px 0 10px;
}

#invModelProduct .ag-header-cell-label {
    justify-content: center;
}

#invModelProduct .cellAdj{
    background: #F9B8F760;
}

#invModelProduct .input-optimizacion {
    width: 82px;
    border: none;
    box-shadow: none;
    color: #666;
    font-weight: bold;
    font-size: 27px;
    text-align: end;
    outline: none;
    margin-bottom: 5px;
}

#invModelProduct .label {
    font-weight: 400;
    font-size: 16px;
    color: #0a0a0a;
}

#invModelProduct .slider .ui-slider-range {
    background: #F2F2F2;
}

#invModelProduct .negative-slider .slider.ui-slider-horizontal {
    background:#F2F2F2;
}

#invModelProduct .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #CDB8F9 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
}

#invModelProduct #imgLoading {
    position: absolute;
    top: 250px;
    left: 50%;
}

#invModelProduct .cont1 {
    opacity: 0.1;
    filter: alpha(opacity=5);
}

#invModelProduct .light-gray-bg {
    background: #EFEFF0;
}

#invModelProduct .title {
    font-size: 18px;
}

#invModelProduct .title-kpi {
    font-size: 24px;
}

#invModelProduct .subtitle-kpi {
    font-size: 26px;
}

#invModelProduct .subtitle {
    font-size: 22px;
}

#invModelProduct .fixed-kpi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #fff;
    transition: all 0.8s ease;
}

#invModelProduct .tick line {
  opacity: 0 !important;
}
