.ui-widget.ui-widget-content {
    border: 1px solid #9E9E9E;
    border-radius: 0;
    padding: 20px;
}
.ui-widget-header {
    border: 0;
    background: #FFF;
    color: #333333;
    font-weight: bold;
}
.ui-datepicker {
    width: 20em;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0;
    background: #FFF;
    font-weight: normal;
    color: #454545;
    text-align: center;
    text-shadow: none;
    padding: 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 12px;
    width: 30px;
    height: 18px;
}
.ui-datepicker-prev span {
    background-image: url(/wp-content/themes/mvo/img/left.png) !important;
}

.ui-datepicker-next span {
    background-image: url(/wp-content/themes/mvo/img/right.png) !important;   
}
.ui-datepicker-next span,.ui-datepicker-prev span {
    background-position: 0px 0px !important;
    background-size: cover;
    background-repeat: no-repeat!important;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 0%;
    margin-left: 0px;
    top: 50%;
    margin-top: -9px;
    width: 30px;
    height: 18px;
    cursor: pointer;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 0;
    background: #FFF;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker-today a{
    border: 1px solid #383838!important;
    color: #3C594C!important;
    background: #FFF!important;
}
.highlighted-with-event a{
    color: #FFF!important;
    background: #3C594C!important;
}
.ui-tooltip-content a{
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.ui-tooltip-content{
    
}
.ui-tooltip{
    background: #F2F2F2;
    border: 0!important;
    box-shadow: none;
}
.ui-datepicker-month{
    text-transform: uppercase;
}
/* calendar */
.ui-widget.ui-widget-content {
    border: 1px solid #9e9e9e;
    border-radius: 0;
    padding: 20px
}

.ui-widget-header {
    border: 0;
    background: #fff;
    color: #333;
    font-weight: 700
}

.ui-datepicker {
    width: 20em
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    border: 0;
    background: #fff;
    font-weight: 400;
    color: #454545;
    text-align: center;
    text-shadow: none;
    padding: 0
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 12px;
    width: 30px;
    height: 18px
}

.ui-datepicker-prev span {
    background-image: url(/wp-content/themes/mvo/img/left.png) !important
}

.ui-datepicker-next span {
    background-image: url(/wp-content/themes/mvo/img/right.png) !important
}

.ui-datepicker-next span, .ui-datepicker-prev span {
    background-position: 0 0 !important;
    background-size: cover;
    background-repeat: no-repeat !important
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 50%;
    margin-top: -9px;
    width: 30px;
    height: 18px;
    cursor: pointer
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 0;
    background: #fff;
    font-weight: 400;
    color: #2b2b2b
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker-today a{
    border: 1px solid #383838!important;
    color: #3C594C!important;
    background: #FFF!important;
}
.highlighted-with-event a{
    color: #FFF!important;
    background: #3C594C!important;
}

.ui-tooltip-content a {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px
}

.ui-tooltip {
    background: #f2f2f2;
    border: 0 !important;
    box-shadow: none
}















