/*

The jQuery UI Month Picker Version 2.2

https://github.com/KidSysco/jquery-ui-month-picker/

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation;
version 3.0. This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, visit
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt.
*/

input[readonly="readonly"].month-year-input
{
    background-color: white !important;
}

.month-picker
{
    width: 216px;
    display: none;
    position: absolute;
    z-index: 9999;
    margin: 5px auto 0 !important;
    font: 9pt Arial, sans-serif !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5) !important;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5) !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5) !important;
    z-index: 100000;
}

    .month-picker .ui-widget-header {
        background: #253785 !important;
        color: white !important;
        font-weight: bold !important;
        -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2) !important;
        line-height: 30px !important;
        border-width: 0 !important;
        border-style: solid !important;
    }

.month-year-input
{
    width: 60px;
}

.month-picker .year-container-all
{
    cursor: pointer;
}

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

.month-picker-year-table .year-title, .month-picker-year-table .year-container
{
    float: left;
    display: inline-block;
}

.month-picker-year-table .year-title
{
    margin-left: 35px;
    font-size: 9pt;
}

.month-picker-year-table .year
{
    margin-right: 35px;
    font-size: 9pt;
}

.month-picker-year-table .year-container
{
    width: 50px;
}

.month-picker-year-table .previous-year
{
    width: 35px;
}

    .month-picker-year-table .previous-year button,
    .month-picker-year-table .next-year button
    {
        background: none !important;
        border: 0 !important;
        top: -5px;
    }

        .month-picker-year-table .previous-year button span
        {
            background-image: url('../Images/DataPicker_Arrow_Left.png') !important;
        }

.month-picker-year-table .next-year
{
    width: 35px;
    text-align: right;
}

    .month-picker-year-table .next-year button span
    {
        background-image: url('../Images/DataPicker_Arrow_Right.png') !important;
    }

.month-picker-year-table button
{
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    cursor: pointer;
}

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

.month-picker-month-table
{
    background: rgba(255,255,255,0.2);
    padding: 0 !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
}

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

    .month-picker-month-table td button
    {
        width: 100%;
        height: 35px;
        background: white !important;
        border: 0;
        color: #666666 !important;
        border-right: 1px solid #bbb !important;
        border-bottom: 1px solid #bbb !important;
    }

        .month-picker-month-table td button:hover
        {
            border: 0;
            border-right: 1px solid #bbb !important;
            border-bottom: 1px solid #bbb !important;
            background: #dadada !important;
        }
        .month-picker-month-table td button.ui-state-focus
        {
            border: 0;
            border-right: 1px solid #bbb !important;
            border-bottom: 1px solid #bbb !important;
        }

.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;
}

.month-picker .ui-button-icon-primary
{
    display: none;
}

.month-picker .ui-button-icon-only .ui-button-text
{
    width: 20px;
    display: block;
    vertical-align: top;
    position: relative;
    top: -6px;
    height: 100%;
}