﻿.calendar_main_container {
    position: absolute;
    width: 269px;
    height: auto;
    font-family: inherit;
    border-width: 1px;
    border-color: #c5dbec;
    border-style: solid;
    border-radius: 3px;
    background: #fefefe;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    color: #000;
    z-index: 100000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span.e-day {
    cursor: pointer;
    background: #fff !important;
    border-width: 1px !important;
    border-color: #0078d3 !important;
    border-style: solid !important;
    color: #404040 !important;
    /*padding: 4px !important;*/
    border-radius: 3px !important;
}

    .e-calendar .e-content td.e-today span.e-day,
    span.e-day:hover {
        background-color: #e8f3fd;
        border: 1px solid #2c7ab1;
        color: #25477b;
        border-radius: 10%;
    }
.e-calendar, .e-bigger.e-small .e-calendar{
    max-width: auto !important;
}
.e-calendar .e-content td.e-today.e-selected span.e-day,
.e-calendar .e-content td.e-today.e-selected:hover span.e-day,
.e-calendar .e-content td.e-selected span.e-day,
.e-calendar .e-content td.e-selected:hover span.e-day,
.e-calendar .e-content td.e-focused-date span.e-day,
.e-calendar .e-content.e-year td.e-selected:hover span.e-day,
.e-calendar .e-content.e-decade td.e-selected:hover span.e-day {
    background: #0078d3!important;
    border-color: #0078d3!important;
    color: #fff !important;
    border-radius: 3px !important;
}
    .e-calendar .e-content td.e-today span.e-day, .e-calendar .e-content td.e-focused-date.e-today span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-today span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
        background: #fff !important;
        border-width: 1px !important;
        border-color: #0078d3 !important;
        color: #202328 !important;
        border-radius: 3px !important;
    }
.e-calendar .e-content td:hover span.e-day, .e-calendar .e-content td:focus span.e-day, .e-bigger.e-small .e-calendar .e-content td:hover span.e-day, .e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
    border-radius: 0 !important;
}

.e-calendar .e-header .e-title,
.e-calendar .e-header span {
    color: #25477b;
}

.e-week-header tr th {
    position: relative;
    min-width: 25px;
    width: 29px;
    font-size: 1em;
    font-weight: bold;
    color: #25477b;
    text-transform: uppercase;
    cursor: default;
}

.e-footer-container {
    display: none !important;
}

.e-header {
    display: none !important;
}

.e-calendar {
    border: none;
}

.scheduler_sub {
    padding-left: 8px;
}
