﻿@media screen and (min-width: 768px) {
    .transaction_charts {
        width: 800px;
        height: 400px;
    }

    .selected_buildings_incharts {
        width: 800px;
        
    }

    .chart_button_list {
        width: 800px;
    }
}

@media screen and (max-width: 767px) {
    .transaction_charts {
        width: 100%;
        height: auto;
    }

    .selected_buildings_incharts {
        width: 100%;
        height: auto;
    }   

    .chart_button_list{
        width:100%;
    }
}

.transaction_charts {
    
}

    .transaction_charts::after {
        content: "";
        background: url('/icons/water.png');
        opacity: 0.2;
        top: 10%;
        left: 10%;
        bottom: 10%;
        right: 10%;
        position: absolute;
        z-index: -1;
    }

.select_building_instruction{
    color:red;
}

.chart_select {
    background-color: #3C3C3C !important;
    color: #fff;
    /*    border-radius: 10px;*/
    border : 1px solid #3C3C3C;
    /*    margin: 1rem;
    left: -5rem;*/
    padding: 7px;
    /*    padding: 0.6rem;
    padding-right: 5px;
    padding-right: 0.5rem;*/
    margin-top: 3px;
    float: left;
}

.period_select {
    margin: 1rem;
}

.interval_select {
    color: #000;
    background-color: #D0D0D0 !important;
    /* border-radius: 10px;*/
    border: 1px solid #3C3C3C;
    /*    margin: 1rem;
    left: -5rem;*/
    padding: 7px;
    /* padding: 0.6rem;
    padding-right: 5px;
    padding-right: 0.5rem;*/
    margin-top: 3px;
    float: left;
}

.chart_button_list {
    display: flex;
    align-items: center;
}

.interval_button_list{
   display:flex;
   align-items:center;

}

.leftMargin {
    margin-left:10px;
}