html{
    height: 100%;
}
/* Temp override to the ui-grid-header to fix height issue */
/*.ui-grid-header-cell-wrapper {*/
/*height: 0px;*/
/*}*/

/*body::-webkit-scrollbar {*/
/*/!* This is the magic bit *!/*/
/*display: none;*/
/*}*/

/*body {*/
/*-ms-overflow-style: none;*/
/*}*/

textarea {
    resize: none;
}

.anti-row {
    margin-left: 0px;
    margin-right: 0px;
}

.page-fill {
    top: 70px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
    min-height: 550px !important;
}
.page-scroll {
    margin-top: 70px;
}
.busy-div {
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    margin-left:auto;
    margin-right:auto;
    width: 280px;
    z-index: 1500;
}

@-webkit-keyframes webkit-spin {
    from {
        -webkit-transform: scale(1) rotate(0deg);
    }
    to {
        -webkit-transform: scale(1) rotate(359deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.loading-icon {
    -ms-animation: spin .7s infinite linear;
    -moz-animation: spin .7s infinite linear;
    -webkit-animation: webkit-spin .7s infinite linear;
    top: 2px;
    margin-left: 7px;
}


.circleBronze {
    width: 19px;
    height: 19px;
    background: #D8BB99;
}
.circleSilver {
    width: 19px;
    height: 19px;
    background: #C1C1C1;
}
.circleGold {
    width: 19px;
    height: 19px;
    background: #EABF37;
}
.circlePlatinum {
    width: 19px;
    height: 19px;
    background: #757170;
}
.circle {
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
}

.dashBoardLarge {
    font-weight:bold;
    font-size:20px;
}

.dashBoardWell {
    stroke: none;
    opacity: 1;
    fill-opacity: 1;
    height:215px; 
    background-color:rgba(192,192,192,0.3);
    border: solid 1px #ccc;
}

.summaryProductsDialog .modal-dialog {
    width: 1000px;
}

#gridTotals .ag-body-viewport {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    background: linear-gradient(#fff, #d3d3d3);
}

.total-row {
    font-size: 9pt;
    font-weight: bold;
    background: linear-gradient(#fff, #d3d3d3);
    color: black !important;
}
.ag-floating-bottom {
    font-size: 9pt;
    font-weight: bold;
    background: linear-gradient(#fff, #d3d3d3) !important;
    color: black !important;
}
.ag-floating-bottom-viewport {
    background: linear-gradient(#fff, #d3d3d3) !important;
    border-top: gray solid 1px;
}