/*.mtz-monthpicker {*/
/*    font-size:0.8125rem;*/
/*    cursor:pointer;*/
/*    border:0px solid black;*/
/*    boarder-collapse:collapse;*/
/*    font-weight: bold !important;*/
/*    !*text-align-last:center;*!*/
/*}*/

/*.mtz-monthpicker-month{*/
/*    font-size:0.8125rem;*/
/*    cursor:pointer !important;*/
/*    height: 54px;*/
/*    background: #ffffff !important;*/
/*    font-weight: 500 !important;*/
/*}*/

/*.mtz-monthpicker-month:hover, .mtz-monthpicker-month:focus{*/
/*    color:#2f8bff !important;*/
/*}*/


.ui-monthpicker{
    width: 14em;
    /*padding: .1em .1em 0;*/
}

.ui-datepicker{
    width: 17em;
}

.ui-datepicker-calendar{
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    text-align: center;
    background: #ffffff !important;
    line-height: 43px;
    font-weight: bold !important;
    cursor:pointer !important;
    font-size:0.8125rem;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: 0px solid #d3d3d3;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
     border: 0px solid #fcefa1;
}

.ui-state-default.ui-state-hover, .ui-state-default.ui-state-active {
    color:#2f8bff !important;
}
