/*

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

*/
div.datedropper.datedropper-adria-style {
  border-radius: 0px;
  width: 200px;
}
div.datedropper.datedropper-adria-style .picker {
  border-radius: 0px;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.12);
}
div.datedropper.datedropper-adria-style .pick-l {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
div.datedropper.datedropper-adria-style:before,
div.datedropper.datedropper-adria-style .pick-submit,
div.datedropper.datedropper-adria-style .pick-lg-b .pick-sl:before,
div.datedropper.datedropper-adria-style .pick-m,
div.datedropper.datedropper-adria-style .pick-lg-h {
  background-color: #212739;
}

div.datedropper.datedropper-adria-style .pick-submit {
  background-color: #00e100;
}
div.datedropper.datedropper-adria-style .pick-y.pick-jump,
div.datedropper.datedropper-adria-style .pick li span,
div.datedropper.datedropper-adria-style .pick-lg-b .pick-wke,
div.datedropper.datedropper-adria-style .pick-btn {
  color: #212739;
}
div.datedropper.datedropper-adria-style .picker,
div.datedropper.datedropper-adria-style .pick-l {
  background-color: #FFF;
}
div.datedropper.datedropper-adria-style .picker,
div.datedropper.datedropper-adria-style .pick-arw,
div.datedropper.datedropper-adria-style .pick-l {
  color: #4D4D4D;
}
div.datedropper.datedropper-adria-style .pick-m,
div.datedropper.datedropper-adria-style .pick-m .pick-arw,
div.datedropper.datedropper-adria-style .pick-lg-h,
div.datedropper.datedropper-adria-style .pick-lg-b .pick-sl,
div.datedropper.datedropper-adria-style .pick-submit {
  color: #FFF;
}
div.datedropper.datedropper-adria-style.picker-tiny:before,
div.datedropper.datedropper-adria-style.picker-tiny .pick-m {
  background-color: #FFF;
}
div.datedropper.datedropper-adria-style.picker-tiny .pick-m,
div.datedropper.datedropper-adria-style.picker-tiny .pick-m .pick-arw {
  color: #4D4D4D;
}
div.datedropper.datedropper-adria-style.picker-lkd .pick-submit {
  background-color: #FFF;
  color: #4D4D4D;
}

