<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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 : Mar 9, 2016, 11:00:23 AM
    Author     : jaishankar,deep
*/

/* calendar */
    .calendars-nav, .calendars-ctrl {
        background-color:white;
    }
    .calendars a {
        color: black;

    }

    .calendars-month-header select{
        display:initial !important;
        width:initial !important;
        background-color:white;
        color:black;
    }
    .calendars-month-header{
        background-color: white;
        color: black;
        border-bottom: 1px solid #e4e4e4;
        padding: 6px 0;
        border-top: 1px solid #e4e4e4;
    }
    .calendars-month th, .calendars-month th a {
        background-color: #FFF;
        color: #9F9F9F;
    }
    .calendars-month th {
        border:none;
    }
    .calendars-month table, .calendars-month{
        border:none;
    }
    .calendars-month td {
        background-color: #FFF !important;
        /* border: none; */
        padding: 5px;
    }
    
    .calendars-month td span, .calendars-month td a{
        background-color: #FFF !important;
        /* padding:5px; */
    }

    .calendars-month td .calendars-highlight{
        background-color: #bfbfbf !important;
    }
    .calendars-month td .calendars-highlight{
        background-color: #bfbfbf !important;
    }
    .calendars-month td .calendars-selected{
        color:red;
    }</pre></body></html>