
table.calendar		{ border-left:1px solid #999; }
tr.calendar-row	{  }
td.calendar-day, td.calendar-day-np	{ min-height:80px; font-size:11px; position:relative; } * html div.calendar-day { height:80px; }
/*td.calendar-day:hover	{ background:#eceff5; }*/
td.calendar-day-np	{ background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#e2eefb; font-weight:bold; text-align:center; width:120px; height:40px!important; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number		{ background:rgba(255,255,255,0.9); padding:5px; color:#000; font-weight:bold; float:right; margin:-5px -5px 0 0; min-width:20px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }

table.calendar tr td.calendar-day:first-child{height:65px;}

.calendar-today{
    background: #fffa90!important;
}
div.cal-event{
    border:1px solid black;
    border-radius:4px;
    padding: 4px;
    margin: 4px 0;
}
.cal-confirmed:hover, .cal-pending:hover, .cal-leave:hover{
    cursor:pointer;
}
div.cal-completed{
    background:#5cb85c;
}
div.cal-confirmed{
    background:#5bc0de;
}
div.cal-pending{
    background:#f0ad4e;
}
div.cal-leave{
    font-weight:bold;
    background:#dc3545e6;
}
.text-bold{
    font-weight:bold;
}
#calendarModal .modal-body form{
    margin-bottom:0;
}
.calnav-date{
    width:200px;
    display:inline-block;
}