﻿#dashboard-container {
    margin-top: 5px;
    margin-left: 10px;
}

.container {
    margin: 5px;
    /*margin-bottom: 15px;*/
    height: 330px;
    width: 340px;
    background-color: #fff;
}

#dashboard-container #chart {
    height: 330px;
    width: 330px;
    background-color: #fff;
}

#dashboard-container > div:first-of-type {    
    margin: -5px 15px 5px -5px;
    background-color: #f0f0f0;
}

.report-stats-tileView {
    width: 340px;
    height: 340px !important;
    max-height: 340px !important;
    display: inline-block;
}

    .report-stats-tileView .dx-tile:nth-child(1) {
        background: #6fc846;
    }

    .report-stats-tileView .dx-tile:nth-child(2) {        
        background: #fcb32e;
    }

    .report-stats-tileView .dx-tile:nth-child(3) {
        background: #3e9bd8;
    }

@media (max-width: 1030px) {
    .report-stats-tileView {
        width: 320px;
    }

    #dashboard-container .container {
        height: 340px;
        width: 320px;
    }

    #dashboard-container #chart {
        height: 340px;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .report-stats-tileView {
        width: 100% !important;
        height: 170px !important;
        max-height: 170px !important;
    }

    #dashboard-container .container {
        height: 340px;
        width: 100%;
        margin-right: 20px;
    }

    #dashboard-container #chart {
        height: 340px;
        width: 100%;
    }
}


#dashboardFilterPanel {
    background-color: #fff;
    position: absolute;
    top: 50px;
    left: -260px;
    bottom: 0;
    width: 300px;
    z-index: 1;
    border-right: solid 1px lightgrey;
    /*box-shadow: 30px 0px 30px -30px rgba(0,0,0,0.2);*/
}

#dashboardReportsPanel {
    left: 50px;
}

#dashboardFilterPanelCollapsed {
    display: block;
}

.rotateText {
    clear: both;
    position: absolute;
    top: 65px;
    right: -3px;
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
}

.expand-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent !important;
    color: lightgrey !important;
    z-index: 10;
}
