.chart_reservation_history_link {
    color: #44ad99;
    text-decoration: underline;
}

.lnk-print-data:before {
    content: '';
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    background: url(/images/print_card.png) no-repeat center;
}

.reservation-chart-item {
    margin-bottom: 30px;
    overflow-x: auto;
}

.reservation-chart-item h3 {
    margin-bottom: 5px;
}

.chartAreaWrapper {
    margin-bottom: 40px;
}

.chart-header {
    margin-bottom: 30px;
}

#chart_filter_form .select2-selection--multiple {
    height: auto !important;
    min-height: 40px;
}

.field-recalculate label {
    color: #cf5919;
}

@media (max-width: 767px) {
    #chart_filter_form .select2-selection {
        height: 40px !important;
    }

    #chart_filter_form .select2-selection__rendered {
        white-space: inherit;
    }
    .chartWrapper {
        position: relative;
        max-width: 100%;
        width: 100%;
        overflow-x: scroll;
    }
    .chartWrapper > canvas {
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
    }
    .chartAreaWrapper {
        width: 100%;
    }
}
