﻿.taskred {
    color: red
}

.redsmall {
    color: red;
    font-size:small;
}

.taskorange {
    color: darkorange
}

.taskgreen {
    color: darkgreen
}

.taskblue {
    color: blue
}

.glyphicon {
    font-size: 20px;
}

.calday
{
    text-align:left;
    
}
.caldaynum
{
    font-size:large;
    

}
.eventdone {
    font-size: small;
    color: olivedrab;
}
.eventnormal {
    font-size: small;
    color: black;
}
.eventlate {
    font-size: small;
    color: red
}

.eventnear {
    font-size: small;
    color: darkorange
}

.preventdone {
    font-size: x-small;
    color: olivedrab;
}

.preventnormal {
    font-size: x-small;
    color: black;
}

.preventlate {
    font-size: x-small;
    color: red
}

.preventnear {
    font-size: x-small;
    color: darkorange
}
.datebox{
    width:100px;
}

.colorgray{
    color:gray;
}
.colorred {
    color: red;
}
.colorblack {
    color: black;
}
.holiday{
    font-style:italic;
    color:blue;
}
.numberrow {
    background-color: lightgray;

}
.sunsat {
    width: 5%;
    
    line-height: 60%;
}
.monfri {
    width: 18%;
    
    line-height: 60%;
}

.printerbutton {
    
    background-image: url('themes/base/images/Excel.png');
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px; /* hides the link text */
}

th {
    background-color:lightgray;
   
} 

* {
    box-sizing: border-box;
}

    *:before {
        box-sizing: border-box;
    }

    *:after {
        box-sizing: border-box;
    }
