.toumar_academic_calendar .section_wrapper {
    padding: 0!important;
    max-width: 100% !important;
}
@media screen and (max-width: 640px){
    .calendar_wrapper {
        overflow-x: scroll;
    }
}
#calendar-today.tmr_event_calandar-today {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    background: rgba(255,255,255,.75);
}
#calendar-today table {
    margin: 0;
}
#calendar-today .tmr_event_calandar-date td {
    text-align: center;
    max-width: 10px;
    border-bottom: 1px solid #d0d0d0;
}
#calendar-today .tmr_event_calandar-date td.cal_col2 {
    background: rgba(150,150,150, .5);
}
#calendar-today .tmr_event_calandar-date td.cal_col2 a {
    color:#900163;
}
#calendar-today .tmr_event_calandar-events {
    margin-top: 1em;
}
#calendar-today .tmr_event_calandar-events td {
    border: 0 none;
    text-align: justify;
}
#calendar-today .tmr_event_calandar-events td.cal_col1 {
    vertical-align: top;
    text-align: left;
}
#calendar-today .tmr_event_calandar-events a::after {
    content: '';
    display:block;
}
#academic_calendar_page .main-area.box-wrap {
    width: 100%;
}

#academic_calendar {
    direction: rtl;
    width: 100%;
    font-size: 1em;
    position: relative;
    margin: 0 auto;
    border: 0;
    border-collapse: collapse;
    min-width: 640px;
}
#academic_calendar td {
    border: 0 none !important;
    position: relative;
}
#academic_calendar, #academic_calendar table, #academic_calendar td {
	text-align: center;
}
#academic_calendar .calendar-header td {
    padding: 20px 10px;
}
#academic_calendar .month-change {
    color: #333;
    cursor: pointer;
    font-size: 110%;
}
#academic_calendar .month-prev::before, #academic_calendar .month-next::after {
    content: '';
    display: inline-block;
    width: 16px!important;
    height: 16px!important;
    position:relative;
    top: 4px;
}
#academic_calendar .month-prev::before {
    background: url(./academic-calendar-sprite.png) no-repeat -59px -16px;
    margin-left: 6px;
}
#academic_calendar .month-next::after {
    background: url(./academic-calendar-sprite.png) no-repeat 0 0;
    margin-right: 6px;
}
#academic_calendar .requested-month, #academic_calendar .requested-year{
    margin: 0 4px;
    font-size: 130%;
    font-weight: bold;
	color:#cc56a7;
	cursor: pointer;
}
#academic_calendar .requested-month::before, #academic_calendar .requested-year::after {
    content: '';
    background: url(./academic-calendar-sprite.png) no-repeat -76px -16px;
    display: inline-block;
    width: 16px!important;
    height: 16px!important;
    position:relative;
    top: 4px;
}
#academic_calendar .requested-month::before{
    margin-left: 6px;
}
#academic_calendar .requested-year::after {
    margin-right: 6px;
}
#academic_calendar .select-date {
    display: none;
    position: absolute;
    background: white;
    padding: 12px 8px;
    z-index: 1;
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 4px #f39ad7;
    margin-top: 12px;
    width: 100%;
}
#academic_calendar .select-date.active {
    display:block;
}
#academic_calendar .select-month {
    
}
#academic_calendar .select-year {
    text-align: center;
}
#academic_calendar .select-month-item {
    float: right;
    min-width: 33%;
    max-width: 50%;
    text-align: right;
    margin: 4px 0;
}
#academic_calendar .select-month-input {
    cursor: pointer;
}
#academic_calendar .select-year-button {
    display: inline-block;
    margin: 4px;
    padding: 8px 10px;
    border: 1px solid #e0e0e0;
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
}
#academic_calendar .select-year-input {
    display: inline-block;
    margin: 4px;
    padding: 12px;
    width: 100px;
}
#academic_calendar .month{
	vertical-align: top;
}
#academic_calendar .month .days-letters{
    background: #555;
    border-radius: 4px;
}
#academic_calendar .month .days-letters td{
    color: #fff;
    padding: 12px 0;
}
#academic_calendar .month .days td{
    padding: 10px 4px;
    max-width: 10px;
    vertical-align: top;
    border: 1px solid gray !important;
}
#academic_calendar .month .days td.cal-empty{
    border: 0 none !important;
}
#academic_calendar .cal-events {
    text-align: justify;
    margin: 5px 2px;
}
#academic_calendar .cal-event-item {
    display: block;
    font-size: 80%;
    text-decoration: none;
    margin: 8px 0;
    line-height: normal;
    border-bottom: 1px solid gray;
}
#academic_calendar .cal-event-item:last-child {
    border-bottom: 0 none;
}
#academic_calendar .month .fri{
	color:#cc56a7;
}
#academic_calendar .month .today .day-value{
	background:#cc56a7 !Important;
    color: #ffffff;
    border-radius: 6px;
    padding: 4px 8px;
}