/*
    NAME:          text.css
    AUTHOR:        Alan Davies (Lecturer Health Data Science)
    EMAIL:         alan.davies-2@manchester.ac.uk
    DATE:          04/02/2023
    INSTITUTION:   University of Manchester (FBMH)
    DESCRIPTION:   Style sheet for fonts and other textual elements.
*/

.metrics-text {
    color: white;
    font-size: 1em;
}

.dashboard-text {
    font-style: normal;
    font-family: sans-serif;
}

.cycle-label-text {
    color: white;
    font-size: 1.2em;
    font-weight: bold;
}

.cycle-number-text {
    color: #FCC625;
    font-size: 4em;
    font-weight: bold;
}

#time-label {
    grid-column: 2 / span 3;	
    grid-row: 3 / span 3;	
}

#resource-label {
    grid-column: 2 / span 3;	
    grid-row: 6 / span 3;	
}

#budget-label {
    grid-column: 2 / span 3;	
    grid-row: 9 / span 3;	
}

#actions-text {
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
}

#selected-node-name {
    color: #FCC425;
    font-size: 1.2em;
    font-weight: bold;
}

.orange-text {
    color: #FCC425;
}

#analytics-text {
    font-size: 0.8em;
    font-weight: bold;
}