﻿body 
{
}
    .Calendario .ajax__calendar_container {
            border: 1px solid #daf2fc !important;
            background-color: #ffffff !important;
            color: black !important;
            position :absolute;
            z-index : 100003 !important;
        }
 
            .Calendario .ajax__calendar_container th {
                padding: 0px !important;
            }
 
            .Calendario .ajax__calendar_container td {
                background-color: #ffffff !important;
                padding: 0px !important;
            }
 
        .Calendario .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year {
            color: grey !important;
        }
 
        .Calendario .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year {
            color: blue !important;
            border:1px solid #daf2fc !important;
            background-color: #daf2fc !important;
        }
 
        .Calendario .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year {
            color: black !important;
            font-weight: bold !important;
            border:1px solid blue !important;
            
        }

.arrow.left.primary {
  top: 50% !important;
  left: -8px !important;
  margin-top: -8px !important;
  border-left-width: 0 !important;
  border-right-color: #594f8d !important;
  border-right-color: rgba(0,0,0,0.1) !important;
}
.arrow.left.primary:after {
  content: " " !important;
  left: 1px !important;
  border-left-width: 0 !important;
  border-right-color: #594f8d !important;
  bottom: -7px !important;
}

.arrow.left.green {
  top: 50% !important;
  left: -8px !important;
  margin-top: -8px !important;
  border-left-width: 0 !important;
  border-right-color: #92cf5c !important;
  border-right-color: rgba(0,0,0,0.1) !important;
}
.arrow.left.green:after {
  content: " " !important;
  left: 1px !important;
  border-left-width: 0 !important;
  border-right-color: #92cf5c !important;
  bottom: -7px !important;
}