﻿

/*Flex Report Show on left*/
.wj-control * {
    margin-bottom: 0;
}

.wj-viewer .wj-pages-wrapper {
    display: inline-block;
    margin: 0px;
    float: left;
}

.wj-control * {
    margin: 0px;
}


.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

/* Flex Grid Styling*/
.wj-flexgrid .wj-marquee, .wj-flexgrid .wj-header, .wj-flexgrid .wj-cell {
    transition: all .4s;
    /* want to play? -> http://cubic-bezier.com */
    transition-timing-function: cubic-bezier(.5,0,.5,1)
}

.wj-flexgrid {
    /*max-height: 585px;*/
    margin-bottom: 24px;
}

.wj-cell.high-value {
    font-weight: bold;
    color: green;
}

.wj-cell.low-value {
    font-weight: bold;
    font-style: italic;
    color: red;
}
/*Loading Div Style*/
.modalDiv {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: whitesmoke;
    filter: alpha(opacity=60);
    /*opacity: 0.6;*/
    /*-moz-opacity: 0.8;*/
    display: none;
}

.center {
    z-index: 1000;
    margin: 150px auto 50px auto;
    padding: 10px 20px;
    width: 150px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
}

    .center img {
        height: 100px;
        width: 100px;
    }

.spinner {
    position: fixed;
    left: 45%;
    top: 45%;
    z-index: 10000;
}

.btn.dark {
    color: white;
    text-shadow: none;
    background-color: #000;
    /*background-color: #555555;*/
}

.cell-amount {
    font-weight: bold
}

    .cell-amount:not(.wj-state-selected):not(.wj-state-multi-selected) {
        background: linear-gradient( 60deg, #ffa726, #fb8c00);
        /*background-color: #ff6a00 !important;*/
    }

.celll-daybook {
    font-weight: bold;
}

.wj-flexchart .wj-data-labels .wj-data-label {
    fill: white;
    font-weight:bold;
}