/*

	INSTRUCTIONS ---------------------------------------------------------------------------------
  
  1. link this stylesheet in the head of your HTML
  	 <link href="YOUR PATH/custom-calendar.css" rel="stylesheet" type="text/css" />
     
  2. Set the file name as data-theme attribute on your input
  	 <input data-theme="custom-calendar" />
     
  3. That's it!
  
  When you run script the style will be automatically applied.

*/
div.datedropper.custom-calendar {
  border-radius: 5px;
  width: 180px;
}
div.datedropper.custom-calendar .picker {
  border-radius: 5px;
  box-shadow: 0 0 31px 0px rgba(0, 0, 0, 0.16);
}
div.datedropper.custom-calendar .pick-l {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
div.datedropper.custom-calendar:before,
div.datedropper.custom-calendar .pick-submit,
div.datedropper.custom-calendar .pick-lg-b .pick-sl:before,
div.datedropper.custom-calendar .pick-m,
div.datedropper.custom-calendar .pick-lg-h {
  background-color: #b7a64d;
}
div.datedropper.custom-calendar .pick-y.pick-jump,
div.datedropper.custom-calendar .pick li span,
div.datedropper.custom-calendar .pick-lg-b .pick-wke,
div.datedropper.custom-calendar .pick-btn {
  color: #b7a64d;
}
div.datedropper.custom-calendar .picker,
div.datedropper.custom-calendar .pick-l {
  background-color: #FFF;
}
div.datedropper.custom-calendar .picker,
div.datedropper.custom-calendar .pick-arw,
div.datedropper.custom-calendar .pick-l {
  color: #4D4D4D;
}
div.datedropper.custom-calendar .pick-m,
div.datedropper.custom-calendar .pick-m .pick-arw,
div.datedropper.custom-calendar .pick-lg-h,
div.datedropper.custom-calendar .pick-lg-b .pick-sl,
div.datedropper.custom-calendar .pick-submit {
  color: #FFF;
}
div.datedropper.custom-calendar.picker-tiny:before,
div.datedropper.custom-calendar.picker-tiny .pick-m {
  background-color: #FFF;
}
div.datedropper.custom-calendar.picker-tiny .pick-m,
div.datedropper.custom-calendar.picker-tiny .pick-m .pick-arw {
  color: #4D4D4D;
}
div.datedropper.custom-calendar.picker-lkd .pick-submit {
  background-color: #FFF;
  color: #4D4D4D;
}
