.slick-slide {
    text-align: center;
    color: #419be0;
    background: white;
}

.slick-dots li {
    padding: 0 !important;
}

.slick-dots li:before {
    content: '' !important;
}

ul.slick-dots {
    font-size: 6px !important;
    padding: 0 !important;
    position: unset !important;
    width: unset !important;
}

.columnChart {
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 230px;
}

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

.align-center {
    display: flex;
    align-items: center;
}

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

.legend {
    display: flex;
    align-items: center;
    padding: 1em 0em 1em 1.5em;
    border-top: 1px solid #D3D3D3;
}

.padding-left-bold {
    padding-left: 1.5em;
    font-weight: bold;
}

.padding-left-0_5-em {
    padding-left: 0.5em;
}

.active {
    background-color: #d1d3d4;
    color: #000;
}

.legend-icon-size {
    font-size: 2.2em;
}

.legend-bottom-border {
    border-bottom: 1px solid #D3D3D3;
}

select.daysweek {
    width: auto;
    height: 40px;
}

.hide {
    display: none;
}

.margin-right-_3-em {
    margin-right: 0.3em;
}

.margin-bottom-_1-em {
    margin-bottom: 0.1em;
}

.labelcomboday {
    font: inherit;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0.5em 0 0.5em 1em;
}

.mo-page-loader.loading {
    background: url('../../img/ajax-loader-big.gif') no-repeat 50% 100%;
    display: block;
    height: 10px;
    margin: 30px 0;
}

.mo-loader.loading {
    background: url('../../img/ajax-loader-big.gif') no-repeat 50% 100%;
    display: block;
    height: 10px;
    margin: 30px 0;
}

.arrow-btn {
    background: none;
    border: none;
    height: 20px;
}

.height-20-px {
    height: 20px;
}

.margin-left-5-em {
    margin-left: 5em;
}

.margin-bottom-1-em {
    margin-bottom: 1.5em;
}

.margin-top-1-em {
    margin-top: 1em;
}

.margin-right-25-perc {
    margin-right: 25%;
}