/*
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 : Jul 27, 2021, 8:05:51 PM
    Author     : DAVID
*/
/**APPOINTMENT MANAGER CSS**/
.calendar-sidebar{
    padding-bottom: 0px;
    width: 160px;
    padding-left: 8px;
    padding-right: 8px;
}
.calendar-events{
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
    width:220px;
}
.calendar-inner{
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
    max-width: calc(100% - 220px);
}
.appointment-div{
    /*max-height: 550px !important;*/
    max-height: 950px !important;
    display:none;
}
.calendar-sidebar>.calendar-year {
    padding: 5px;
    text-align: center;
}
.calendar-sidebar>.month-list>.calendar-months>li {
    padding-top: 0px;
}
.app-calendar{
    /*width: 276px;*/
    width: 678px;
    float: left;
}
.events-div{
    float:right;
    width:310px;
}


#highlight, .highlight {
    /*background-color: #000000;*/
}
.highlight > a.ui-state-default {
    background: url("images/ui-bg_highlight-soft_25_ffef8f_1x100.png") repeat-x scroll 50% top #FFEF8F !important;
    border: 1px solid #F9DD34;
    color: #363636;
}
/*    .unhighlight > a.ui-state-default {
        background: url("images/ui-bg_highlight-soft_25_#00e8f4_1x100.png") repeat-x scroll 50% top #00e8f4 !important;
        border: 1px solid #F9DD34;
        color: #363636;
    }*/
#load-all-aps{
    bottom: 0;
    position: absolute;
    margin-bottom: 20px;
    outline:0 none;
}
#all-app-warning{
    color:red;
    font-size: 14px;
    display:block;
}
table.fc-scrollgrid thead tr.fc-scrollgrid-section-header div.fc-scroller{
    overflow:hidden !important;
}
.fc .fc-col-header-cell-cushion {
    color:black;
}
.fc-daygrid-day-number{
    color:black !important;
    font-size: 18px;
}