/*

  INSTRUCTIONS ---------------------------------------------------------------------------------

  1. link this stylesheet in the head of your HTML
     <link href="YOUR PATH/gc.css" rel="stylesheet" type="text/css" />

  2. Set the file name as data-theme attribute on your input
     <input data-theme="gc" />

  3. That's it!

  When you run script the style will be automatically applied.

*/
div.datedropper.gc {
  border-radius: 10px;
  width: 200px;
}
div.datedropper.gc .picker {
  border-radius: 10px;
  box-shadow: 0 0 37px 4px rgba(0, 0, 0, 0.51);
}
div.datedropper.gc .pick-l {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
div.datedropper.gc:before,
div.datedropper.gc .pick-submit,
div.datedropper.gc .pick-lg-b .pick-sl:before,
div.datedropper.gc .pick-m,
div.datedropper.gc .pick-lg-h {
  background-color: #1e64a1;
}
div.datedropper.gc .pick-y.pick-jump,
div.datedropper.gc .pick li span,
div.datedropper.gc .pick-lg-b .pick-wke,
div.datedropper.gc .pick-btn {
  color: #1e64a1;
}
div.datedropper.gc .picker,
div.datedropper.gc .pick-l {
  background-color: #FFF;
}
div.datedropper.gc .picker,
div.datedropper.gc .pick-arw,
div.datedropper.gc .pick-l {
  color: #4D4D4D;
}
div.datedropper.gc .pick-m,
div.datedropper.gc .pick-m .pick-arw,
div.datedropper.gc .pick-lg-h,
div.datedropper.gc .pick-lg-b .pick-sl,
div.datedropper.gc .pick-submit,.datedropper .picker li {
  color: #FFFFFF!important;
}
div.datedropper.gc.picker-tiny:before,
div.datedropper.gc.picker-tiny .pick-m {
  background-color: #FFF;
}
div.datedropper.gc.picker-tiny .pick-m,
div.datedropper.gc.picker-tiny .pick-m .pick-arw {
  color: #4D4D4D;
}
div.datedropper.gc.picker-lkd .pick-submit {
  background-color: #FFF;
  color: #4D4D4D;
}
.pick.pick-d li {
  color:#4D4D4D!important;
}
.pick.pick-d li span {
  padding-top:8px;
}
.pick-lg .pick-lg-b li {
  color: #4D4D4D!important;
}
div.datedropper.gc .pick-lg-b .pick-sl {
  color:#ffffff!important;
}

div.datedropper .picker ul.pick li span {
  bottom: 16px!important;
}

div.datedropper .picker ul.pick li {
  display: flex;
  justify-content: center;
  align-items: center;
}
