﻿
/* (c) 2017 evoMath,  author: evoMath */

/*
COLORS:
FB_DARK: #3b5998 = rgb(59, 89, 152)
FB_BRIGHT: #dde2ed = rgb(221, 226, 237) 
*/

/* ================= schoolgrid ============================================= */

div.schoolgrid {
    font-size: 32px;	
}	

p.hint {
    font-family: sans-serif;
    font-size: 24px;   
    text-align: left !important;    
}

#divInteraction {
    margin: auto;
    text-align: center;
    margin-bottom: 64px;
}

p.center {
    text-align: center !important;    
}

table.schoolgrid {
    border-style: solid;
    border-width: thin;
    border-color: #DDDDDD;	
}

table.schoolgrid th.cell, table.schoolgrid td.cell {
    font-family: sans-serif;
    font-size: 28px;
    text-align: center;
    padding: 0px;
    width: 32px;
    height: 32px;
    border-style: solid;
    border-width: thin;
    border-color: #DDDDDD;
    color: #3b5998;
}

table.schoolgrid td.selected {
    /*color: #dde2ed;*/
    color: #FFFFFF;
    background: #3b5998;
}

table.schoolgrid th.cell {
    font-weight: bold;	
}

table.schoolgrid th.editable, table.schoolgrid td.editable {
    cursor: pointer;	
}

table.schoolgrid th.editable:HOVER, table.schoolgrid td.editable:HOVER {
    background: #dde2ed;    
}

table.schoolgrid td.underline {
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #0099FF;
}	




