/*
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.
*/
.month-picker {
  width: 180px;
  display: none;
  position: absolute;
  z-index: 9999;
}
.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 {
  display: inline-block;
  height: 24px;
}
.month-picker-year-table .year-title {
  margin-top: 7px;
}
.month-picker-year-table .year {
  margin-top: 7px;
}
.month-picker-year-table .year-container {
  float: left;
}
.month-picker-year-table .previous-year {
  float: left;
  margin-top: 6px;
  margin-left: 4px;
}
.month-picker-year-table .next-year {
  float: right;
  margin-top: 6px;
  margin-right: 6px;
  text-align: right;
}
.month-picker-year-table .year-container {
  text-align: center;
}
.month-picker-month-table td {
  height: 30px;
  text-align: center;
  font-size: 12px;
}
.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;
}