﻿/*!
 * MonthYearPicker JavaScript Library v1.0.1
 * http://www.kvcodes.com/
 *  http://www.kvcodes.com/2018/04/simple-javascript-month-year-picker
 * Dual licensed under the MIT or GPL Version 2 licenses.
 */
#CalendarControlIFrame {  display: none;  left: 0px;  position: absolute;  top: 0px;  height: 250px;  width: 250px;  z-index: 99;}

#CalendarControl {  position:absolute;  background-color:#d1e3f9;  margin:0;  padding:0;  display:none;  z-index: 100;}

#CalendarControl table {  font-family: arial, verdana, helvetica, sans-serif;  font-size: 8pt;}

#CalendarControl th {  font-weight: normal;}

#CalendarControl th a {  font-weight: normal;  text-decoration: none;  color: #000;  padding: 1px;}

#CalendarControl td {  text-align: center;}

#CalendarControl .cal_header {  background-color: #eceeed;  color:#000;  height:30px;}

#CalendarControl .weekday {  background-color: #d1e3f9;  color: #000;}

#CalendarControl .weekend {  background-color: #f5f5e0;  color: #000;}

#CalendarControl .current { background-color: #711172;  color: #FFF;}

#CalendarControl .weekday,#CalendarControl .weekend,#CalendarControl .current {  display: block;  text-decoration: none;  line-height:25px;    padding:8px;}

#CalendarControl .cl_header { text-align:  center; background: #eceeed; line-height:25px;} 

#CalendarControl .weekday:hover,#CalendarControl .weekend:hover,#CalendarControl .current:hover {  color: #FFF;  background-color: #711172;}

#CalendarControl .previous,#CalendarControl .next {  padding: 1px 3px 1px 3px;  font-size: 1.4em;}

#CalendarControl .previous a,#CalendarControl .next a {  color:#000;  text-decoration: none;  font-weight: bold;  font-size:14px;}

#CalendarControl .title {  text-align: center;  font-weight: bold;  color: #000;  font-size:14px;}

#CalendarControl .empty {  background-color: #d1e3f9;}

.CalenderButton{	margin-top:0px;}

#dpMonthYear { 	width: calc(100% - 30px);}