.month-picker {
    display: inline-block;
    position: absolute;
    z-index: 9999;
    box-shadow: 0 0 5px 0px rgba(0,0,0,.7);
}

.month-picker table {
  border-collapse: separate;
  border-spacing: 2px 2px;
}

.month-picker td {
    padding: 0px;
}

.month-picker .ui-button-text {
  padding: .4em 0;
}

.month-picker-header {
    margin: 3px 3px 0px 3px;
    background: transparent;
    border: 0;
}
.ui-widget-header .ui-icon{
    background: url(images/ar-icon.png) no-repeat;
}
.ui-icon-circle-triangle-w{
    background-position: 0 0;
}
.ui-icon-circle-triangle-e{
    background-position: -16px !important;
}
.month-picker-title .ui-state-hover{
    border: 1px solid transparent;
    background: none;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    background: none;
    border: 1px solid #d9d9d9;
    font-family: 'pt sans';
}
.ui-button.ui-state-default.ui-button-text-only.ui-state-hover{
    font-weight: bold;
    color: #3992a0;
    border: 1px solid #3992a0;
}
.ui-button.ui-button-disabled.ui-state-disabled{
    border: 0;
}
.ui-button .ui-button-text{
    line-height: 1em;
}
.ui-state-active, .ui-widget-content .ui-state-active{
    color: #3992a0;
}

input[name="year"][readonly],
input[name="month"][readonly],
input[name="month_year"][readonly]{
    background: none;
    cursor: pointer;
}
.month-picker-year-table {
    width: 100%;
    /*
    Makes sure the next/previous/jump years buttons are not unnecessarily
    selected if the user clicks them a couple of times fast.
    */
    -ms-user-select: none; /* IE 10+ */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.month-picker-year-table a {
    border: 1px solid transparent;
}

.month-picker-year-table .ui-button {
    font-size: 1.1em;
    width: 1.5em;
    height: 1.5em;
    cursor: default;
    margin: 0;
}

.month-picker-year-table .month-picker-title {
    text-align: center;
}

.month-picker-year-table .month-picker-title .ui-button {
    font-size: 1em;
    padding: .1em 0;
    width: 100%;
    font-weight: bold;
}

.month-picker-year-table .ui-button-text {
    padding: 0;
    color: #3b8c9a;
    font-family: 'PT Sans', sans-serif;
}

.month-picker-month-table td {
    height: 35px;
    text-align: center;
}

.month-picker-month-table .ui-button {
    width: 4.2em;
    margin: .2em;
}

.month-picker-open-button {
    height: 20px;
    width: 20px;
    vertical-align: bottom;
}

.month-picker-invalid-message {
    display: none;
    background-color: Yellow;
}

.month-picker-disabled {
    background-color: #e1e1e1;
}
