﻿/*This file contains styling used specifically for components and pages that display statistical measures (tables, charts, BaN's, etc.)*/
    

/*Measure Labels*/

.comp-label strong {
    font-size: 4em;
    line-height: 1;
    font-weight: 200;
    display: block;
}

.comp-label small {
    font-size: .7em;
    text-transform: uppercase;
    display: block;
}

.containers-measures-background{
    border-radius:7px;
    background-color:whitesmoke;
    padding:25px; 
}

.containers-measures {
    border-radius: 7px;
    padding:10px; 
    margin-left: auto;
    margin-right: auto;
}

.containers-table {

   
}



.containers-chart {    

   
}



.measures-ban {
    min-height: 450px;    
}

.containers-ban {
    background-color: white;
    min-height: 145px;
    margin-bottom: 19px;
    color: #0A2E72;
    font-weight: 300;
    text-align: center;
}

.containers-ban-high {
    color: #579436;
    font-size:3em;
    font-weight: 400;
}
.containers-ban-low {
    color: #fa0202;
    font-size: 3em;
    font-weight: 400;
}
.containers-ban-avg {
    color: #135BAF;
    font-size: 3em;
    font-weight: 400;
}








/*Measure Types in BaN's*/

.text-corrugatorMeasure {
    color: #4949ac;
}

.text-millsMeasure {
    color: #7da0fa;
}

.text-totalMeasure {
    color: #f3797e;
}

.text-wosMeasure {
    color: #f29f67;
}

.text-greenMeasure {
    color: #34B1aa;
}
