/*

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

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