/* zFlex/ASPxCalendar.css */

/* new calendar styles */
.dxeCalendarDay_Material {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
}

    .dxeCalendarDay_Material:hover {
        /*background-color: #eeeeee;*/
        background-image: none;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        background-color: #e1e1e1;
    }

.dxeCalendarDay_Material,
.dxeCalendar_Material td.dxMonthGridWithWeekNumbers > table > tbody > tr > td:first-child {
    padding: 5px 5px 5px 5px;
}

.dxeCalendar_Material td.dxMonthGridWithWeekNumbers > table > tbody > tr:last-child > td,
.dxeCalendar_Material td.dxMonthGrid > table > tbody > tr:last-child > td,
.dxeCalendar_Material td.dxMonthGridWithWeekNumbers > table > tbody > tr:last-child > td:first-child {
    padding-bottom: 15px;
}

.dxeCalendarDayHeader_Material {
    padding: 15px 4px 5px;
}

.dxeCalendarSelected_Material {
    background-size: 30px 30px;
    color: black;
    background-position: center 0px;
    background-image:none;
    background-color: #d1d1d1;
}

    .dxeCalendarSelected_Material.dxeCalendarToday_Material {
        color: white;
    }

.dxeCalendarButtonHover_Material,
.dxeCalendarButtonPressed_Material {
    color: #373737 !important;
    border-radius: 3px;
    background-color: #e1e1e1;
    background: #e1e1e1;
}

.dxeCalendarToday_Material {
    background-size: contain;
    color: black;
    background-position: center 0px;
    background-image: none;
    border: thin solid #888888;
}

.dxeCalendar_Material td.dxMonthGridWithWeekNumbers > table > tbody > tr > td:nth-child(2).dxeCalendarSelected_Material,
.dxeCalendar_Material td.dxMonthGridWithWeekNumbers > table > tbody > tr > td:nth-child(2).dxeCalendarToday_Material {
    background-position: center 0px;
}

.dxeCalendarToday_Material.dxeCalendarDay_Material:hover {
    background-image: none;
    color: black;
}
.dxeCalendarSelected_Material.dxeCalendarToday_Material
{
    background-image: none;
    color:black;
}


.dxeFocused_Material.dxeCalendar_Material {
    border: thin solid #d1d1d1;
    /*box-shadow: 0 0 6px #cdd2d4;*/
}

.dxeCalendar_Material.dxeFocused_Material .dxeCalendarFooter_Material {
    border-color: #eaeaea;
}

.dxeCalendar_Material .dxeCalendarFooter_Material {
    padding-right: 9px;
}

.dxeCalendarFooter_Material {
    padding: 5px 0px;
}

/* calendar FastNav */
.dxeCalendarFastNavMonthHover_Material,
.dxeCalendarFastNavYearHover_Material {
    color: #373737;
    background-color: #e1e1e1;
    border: 1px solid transparent;
    border-radius: 3px;
}
.dxeCalendarFastNavMonthHover_Material {
    padding: 5px;
}
.dxeCalendarFastNavYearHover_Material {
    padding: 2px 4px;
}
.dxeCalendarFastNavMonthSelected_Material,
.dxeCalendarFastNavYearSelected_Material {
    color: White;
    border-radius: 3px;
    background-color: #888888;
}
/* /calendar FastNav */
/* time picker */
.dxeDateEditClockCell_Material {
    padding: 25px 25px 0 25px;
}
.dxeDateEditTimeEditCell_Material {
    padding: 15px 60px 15px 60px;
    width: 90px;
}
/* /new calendar styles */

/*-- old custom Appointment Styles --*/
/*------------- custom tooltip -----*/
.cToolTipClearFlow {
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 14px;
}

.cToolTipContainer {
    width: 300px;
    font-family: Roboto;
    font-size: 14px;
    border: thin solid #5C5C5C;
    border-radius: 3px;
    /* box-shadow: 0px 2px 5.8px 0.2px rgba(9, 9, 9, 0.15); */
}

.cToolTipTopLeftCorner {
    height: 0px;
    width: 0px;
    overflow: hidden;
    float: left;
}

.cToolTipTopSide {
    background: #5C5C5C url(tt/dot.gif) repeat-x bottom;
    height: 5px;
    overflow: hidden;
    width: 300px;
    float: left;
}

.cToolTipTopRightCorner {
    height: 0px;
    width: 0px;
    overflow: hidden;
    float: left;
}

.cToolTipLeftSide {
    background: #5C5C5C url(tt/dot.gif) repeat-y left;
    width: 300px;
    overflow: hidden;
}

.cToolTipRightSide {
    background: url(tt/dot.gif) repeat-y right;
    width: 300px;
    overflow: hidden;
    color: white;
}

.cToolTipBottomLeftCorner {
    height: 0px;
    width: 0px;
    overflow: hidden;
    float: left;
}

.cToolTipBottomSide {
    background: #5C5C5C url(tt/dot.gif) repeat-x bottom;
    height: 5px;
    overflow: hidden;
    width: 300px;
    float: left;
}

.cToolTipBottomSideSizeFixer {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.cToolTipBottomRightCorner {
    height: 0px;
    width: 0px;
    overflow: hidden;
    float: left;
}

.cToolTipFooter {
    background-color: #5C5C5C !important;
}

.cToolTipSeparatingStrip {
    background: #5C5C5C;
    overflow: hidden;
    height: 1px;
}
/*------------- /custom tooltip -----*/
/*-- /old custom Appointment Styles --*/
