﻿.ag-dboard-content {
    width: calc(100% - 30px);
    margin: 10px 15px 0 15px;
    text-align: center;   
}

.ag-dboard-titlebox-div {

}

.ag-dboard-titlebox-txt {

}

.ag-cust-ud-div {
    display: block;
    margin-right: 20px;
    margin-bottom: 10px;
    min-height: 80px;
    border-radius: 5px;
    box-shadow: 1px 2px 9px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.05);
    width: 300px;
    padding: 5px 10px 5px 10px;
    float: left;
    background-color: rgb(255,255,255);
    /**/
    height: 500px;
    width: 300px;
    /**/
    position: relative;
    /*background-color: cornsilk;*/
}

.ag-cust-ud-lbl-div {
    width: 100%;
    text-align: center;
    /* background-color: red;
    height: 2px;*/
    height: 30px;
    margin-top: 5px;
    /*background-color: green;*/
}

.ag-cust-ud-lbl {
    /*position: absolute;*/
    /*margin: 2px 0 0 10px;*/
    /*font: 600 10px Verdana,Overpass, "Open Sans",Verdana,sans-serif;*/
    color: rgba(0,0,0,1);
    font: 600 15px "Open Sans",Verdana,sans-serif;
    padding: 3px 10px 5px 10px;
    background-color: rgba(0,0,0,0.05);
    border-radius: 12px;    
}

    .ag-cust-ud-lbl.active {
        /*color: steelblue;*/
    }

.ag-cust-ud-div-other {
    display: block;
    margin-right: 20px;
    margin-bottom: 10px;
    min-height: 80px;
    border-radius: 5px;
    box-shadow: 1px 2px 9px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.05);
    width: 300px;
    padding: 5px 10px 5px 10px;
    float: left;
    background-color: cornsilk;
}

.ag-chart-div-title {
    width: 100%;
    display: flex;
    margin-left: 13px;
    padding-top: 5px;
}

.ag-chart-container {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-top: 20px;
}

.ag-chart-box {
    box-shadow: 1px 2px 9px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.05);
    background-color: rgb(255,255,255);
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    width: 300px;
    height: 500px;
    /**/
    overflow: scroll;
}

    .ag-chart-box.x1 {
       /* width: 300px;
        height: 500px;*/
    }

    .ag-chart-box.x2 {
       /* width: 300px;
        height: 500px;*/
    }

.ag-chart-title {
    margin: 10px 10px 20px 10px;
    font: 400 19px "Roboto", "Open Sans", Arial;
    height: 70px;
}

.ag-chart-div {
}

.ag-chart-donut {
/*    clear: both;
    overflow: scroll;*/
}

.ag-cust-ud-data-container {   
}

.ag-cust-ud-data {   
    min-height: 1px;    
    text-align: left;
    margin-top: 10px;
}

    .ag-cust-ud-data.add {
        margin-top: -5px !important;
    }

    .ag-cust-ud-data.add2 {
        margin-top: -4px !important;
    }

.ag-cust-ud-txt {
    font: 600 14px "Open Sans",Verdana,sans-serif;
    color: rgba(0,0,0,0.7);
}

.ag-cust-ud-txt-0 {

}

.ag-cust-ud-txt-1 {
    font: 600 12px "Open Sans",Verdana,sans-serif;
    color: rgba(0,0,0,0.7);
}

.ag-cust-ud-txt-2 {
    font: 600 14px "Open Sans",Verdana,sans-serif;
    color: rgba(0,0,0,0.7);
}

.ag-cust-line {
    height: 1px;
    background-color: rgba(0,0,0,0.1);
    width: calc(100%);
    margin-top: 5px;
    margin-bottom: 5px;
}

.ag-cust-ud-img-div {
    width: calc(100% - 20px);  
    position: absolute;    
    text-align: center;   
    bottom: 0;
    height: 220px;
}

    .ag-cust-ud-img-div.contract {
        height: 215px;
    }

.ag-cust-ud-img {
    font-size: 150px;
    color: rgba(0,0,0,0.1);    
}

    .ag-cust-ud-img.contract {
        font-size: 140px;        
    }

@media screen and (max-width: 800px) {

    .ag-cust-ud-div {
        width: calc(100% - 3px);
    }

    .ag-cust-ud-div-other {
        width: calc(100% - 2px);
    }

    .ag-chart-box.x1 {
        width: 100%;
    }

    .ag-chart-box.x2 {
        width: 100%;
    }

