/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-Aug-2015, 7:52:08 PM
    Author     : Kaiser
*/

.calendar{
    font-size: .9em;
    width: 100%;
    
}
.ui-header{       
    content:"";
    padding-bottom:0;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.05)) repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    color: rgba(0, 0, 0, 0.8);
    cursor: auto;
    font-weight: bold;
    vertical-align:middle;
    padding: 0.7em 0.8em;
    height:40px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 0.25rem 0.25rem 0;
    
}

.session{
        background-color:#E0F2F7;
}

.ui-track-header{
    font-size: .9em;
    color: #365AA0;
    line-height:20px;
    background-color:#F1F1F1;
    
}
.ui-track{
    background-color:#F7F8E0;
}