/*
This piece of software and all its components are licensed to
Diamond Cube (PTY) Ltd. 
*/
/* 
    Created on : 19-Apr-2014, 12:09:00
    Author     : bogosi.gabonnwe
*/

.row {
    margin-top: 10px;
    overflow: auto;
}

.divider {
    height: 10px;
    width: 100%;
}

.col-3 {
    width: calc(100% / 3);
    float: left;
}

.colBody {
    min-height: 100px;
    margin: 10px;
}

#ReportList h3 {
    margin-left: 30px;
    color: #919EA9;
}

#ReportList ul li {
    margin: 8px;
}

/* the actual report */

.reportContainer {
        display: none;
        border: 1px solid #999999;
        position: relative;
        background-color: #FFF;
        top: 0;
        z-index: 2055;
        margin: auto auto auto auto;
        color: #000;
        box-shadow: 5px 5px 10px rgba(0,0,0,.7);
}

.report {
    width: 670px;
    overflow-y: auto;
    height: 1000px;
}