.chart-container {
    position: relative;
    width: 31.9%;
    float: right;
    border: 1px solid #c8d0dc;
    padding: 0 7px 3px 5px;
    display: none;

}

.chart-switcher {
    margin-top: -30px;
    text-align: center;
}
.chart-switcher > .chart-switch-item {
    margin: 0 5px;
    font-size: 12px;
    padding: 0 1px;
    color: rgba(1,1,1,0.5);
}
.chart-preloader {
    display:none;
    width: 100%;
    height: 100%;
    background-color: rgba(1,1,1,0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.chart-preloader > img {
    width: 75px;
    display: block;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}
.chart-switcher > .chart-switch-item.active {
    font-weight: bold;
    color: rgba(0,0,0,1);
    border-bottom: 2px solid #F2504e;
}


@media screen and (max-width: 767px) {
    .chart-container {
        width: 100%;
    }
}

.review-related-products .slick-list {
    /*height: 580 !important;*/
    width: 100% !important;
}

.price_development_title {
    text-align: center;
    color: white;
    background-color: rgb(0, 107, 189);
    font-size: 16px;
    margin: 0 -7px 0px -5px;
    padding: 5px 2px;
}

.chart-container > .title {
    color: white;
    background-color: rgb(0, 107, 189);
    font-size: 16px;
    margin: 0 -7px 14px -5px!important;

}

.chart-container > .title > .title-left {
    display: inline-block;
    margin: 5px 0;
}

.chart-container > .title > .title-right {
    float: right;
    display: inline-block;
    background-color: #f2504e;
    margin: 0
}

.chart-container > .title > li {
    box-shadow: none!important;
}

.chart-container > .title > .title-right.active a {
    height: auto;
    line-height: 36px;
}

.chart-container > .title > .title-right a {
    line-height: 36px;
    height: auto;
}

.chart-date-container {
    float: right;

}
.chart-container .title-left > a {
    color: white;
    background: transparent !important;
    border: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 16px;
    font-weight: normal;
    height: 33px !important;
    margin-top: -7px;
}

.price-notice-activate {
    border-radius: 5px;
    border: 1px solid #f2504e;
    background-color: #f2504e;
    color: white;
    padding: 4px 15px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: -27px;
    display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 821px) {
    .chart-container > .title {
        font-size: 13px;
    }
}

#price-notice-modal > .content {
    min-height: 0;
}

#price-notice-modal img {
    margin-top: 10%;
}

.price-notice-button {
    background-color: #f2504e;
    padding: 5px 5px;
    color: white;
    border: 1px solid #F2504e;
}

.price-notice-button:hover {
    background-color: transparent;
    color: #f2504e;
}

.add-to-alert:hover {
    background-color: white;
}

.price-notice-form .field {
    margin-left: 0;
}

.tab-nav > li.active > a, .tab-nav > li:hover > a {
    background-color: transparent !important;
}

.chart-container .title li > a {
    background: transparent;
    color: white;
    border: none;
    font-weight: normal;
    text-shadow: none;
}

.add_member_success {
    color: #4ac948;
}



@media screen and (min-width: 768px)and (max-width: 1100px){
    .chart-container > .title > .title-right a {
        font-size: 0;
        height: 36px;
    }

    .chart-container > .title > .title-right > a > img {
        padding-top: 50%;
    }
}


.price_checkbox {
    margin-left: -4px !important;
}