#graphScreen {
    float: right;
    margin: 0 10px;
    width: 82%;
    /*height:650px;*/

}

#kpiScreen {
    float: left;
    height: 750px;
    /* margin: 0 1.5%;*/
    width: 15%;
    padding-left: 0px;
    margin-top: 0px;
    box-shadow: 6px 0px 22px -6px rgba(82, 79, 82, 1);
    /*position: fixed;*/
    /* top:118px;
     left: 27px;*/


    /*background-color:rgb(3, 90, 146);*/
}

.pod {
    border: 1px solid #DEDCDC;
    height: 300px;
    margin-top: 10px;
    background: white;
    box-shadow: 6px 8px 22px -6px rgba(82, 79, 82, 1);
    margin-bottom: 10px;
}

.pods {
    margin-bottom: 10px;
    height: 300px;
}

.pg-wrapper .container {
    margin: 0px;
}

.hometab {
    padding-left: 0px;
}

.kpi {
    width: 90%;
    height: 15%;
    margin: 6px 0;
    text-align: center;
    background-color: #9ab5d0;
    padding-top: 5px;
    font-weight: bold;
    border: 1px solid #DEDCDC;
}

.kpi:first-child {
    margin-top: 10px;
}

.kpi h4 {
    font-size: 15px;
    margin-top: 15px;
    color: red;
    font-weight: bold;

}

/*
Label the data
*/
td:before {
    /*content: attr(data-th) ": ";*/
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

#dynamicTable {
    margin-top: 20px;
}

#dynamicTable th {
    padding: 10px 10px;
}

#dynamicTable tr td {
    padding: 0 15px;

    text-align: left;
}

/*#orderStatus{
	margin-top:50px;
}*/

#ddt1 {
    margin-left: 30px;
}

#ddt1 h4 {
    margin-top: 20px;
}

.table-hover tbody tr:hover td {
    background: aqua;
}

/* aside{
	position:fixed;
}*/

#chartScreen {
    background: #EAF2F8;
}

.pod h5 {
    float: left;
    margin-left: 25px;
}

.pod .datatable_btn {
    float: right;
    margin-left: 20px;
    margin-top: 5px;
}

.pod svg {

    clear: both;
}

.pod .row {
    margin-top: 5px;
}

svg {
    display: block;
    margin: auto;
}

#tableHeader {
    font-size: 20px;
    font-weight: 600;
}

/*-----media queries------*/

/*xs*/
@media (max-width: 575px) {

    #kpiScreen {
        width: 100%;
        height: fit-content;
        padding-left: 50px;
        box-shadow: none;
    }

    #chartScreen {
        background: none;

        padding: 0px;
    }

    #graphScreen {
        width: 100%;
        margin-top: 10px;
    }

    .pod {
        box-shadow: 0px 0px 5px 0px rgba(87, 79, 82, 1);
    }

    #bs-overrides .graphHeaders h5 {
        font-size: 10px !important;
    }

    svg {
        height: 300px;
        margin-left: 5px;
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    #bs-overrides .col-sm-6 {
        /* -ms-flex: 0 0 50%;*/
        flex: 0 0 46%;
        max-width: 46%;

    }

    #kpiScreen {
        height: 362px;
        box-shadow: none;
        padding-left: 20px;
    }

    .pod {
        -webkit-box-shadow: 0px 12px 21px 0px rgba(87, 79, 82, 1);
        -moz-box-shadow: 0px 12px 21px 0px rgba(87, 79, 82, 1);
        box-shadow: 0px 12px 21px 0px rgba(87, 79, 82, 1);
    }

    .kpi {
        margin: 6px 10px;
    }

    .kpi:nth-child(2) {
        margin-top: 10px;
    }


}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    /*#bs-overrides .col-md-10{
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 81.333333%;
        max-width: 81.333333%;
    }*/
    #kpiScreen {
        height: auto;
        box-shadow: 6px 0px 22px -6px rgba(82, 79, 82, 1);
        padding-left: 0px;
    }

    #bs-overrides #kpiScreen h5 {
        font-size: 16px;
    }

    #graphScreen {
        margin: 0;
    }

    #bs-overrides .col-sm-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {


}

/*tool tip */
.d3-tip {
    line-height: 1;
    font-weight: bold;
    background: red;
    color: white;
    border-radius: 2px;
    pointer-events: none;
}

.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: red;
    position: absolute;
    pointer-events: none;
}

div.tooltip {
    color: white;
    position: absolute;
    text-align: center;
    width: 60px;
    height: 28px;
    padding: 2px;
    font: 12px sans-serif;
    background: red;
    border: 2px solid black;
    pointer-events: none;
}




