  
/*-------------------- Overide datePicker view ----------------------*/
/*.uk-dropdown{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1020;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    margin-top: 5px;
    padding: 15px;
   // background: #fff;
    color: #666;
    font-size: 1rem;
    vertical-align: top;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
*/

.uk-datepicker {
  z-index: 1050;
  width: auto;
  -webkit-animation: uk-fade.2s ease-in-out;
  animation: uk-fade.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}
.uk-datepicker-nav {
  margin-bottom: 15px;
  text-align: center;
  line-height: 20px
}
.uk-datepicker-nav:after, .uk-datepicker-nav:before {
  content: "";
  display: table
}
.uk-datepicker-nav:after {
  clear: both
}
.uk-datepicker-nav a {
  color: #666;
  text-decoration: none
}
.uk-datepicker-nav a:hover {
  color: #666
}
.uk-datepicker-previous {
  float: left
}
.uk-datepicker-next {
  float: right
}
.uk-datepicker-next:after, .uk-datepicker-previous:after {
  width: 20px;
  font-family: FontAwesome
}
.uk-datepicker-previous:after {
  content: "\f053"
}
.uk-datepicker-next:after {
  content: "\f054"
}
.uk-datepicker-table {
  width: 100 %
}
.uk-datepicker-table td, .uk-datepicker-table th {
  padding: 2px
}
.uk-datepicker-table th {
  font-size: 12px
}

.uk-datepicker-table a {
  display: block;
  width: 26px;
  line-height: 24px;
  text-align: center;
  color: #666;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-origin: border-box
}
.uk-datepicker-table a.uk-active {
    background: #149A14;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

a.uk-datepicker-table-muted {
  color: #999
}
.uk-datepicker-table a:focus, .uk-datepicker-table a:hover {
  background-color: #fafafa;
  color: #666;
  outline: 0;
  border-color: rgba(0, 0, 0, .2)rgba(0, 0, 0, .2)rgba(0, 0, 0, .3);
  text-shadow: 0 1px 0 #fff
}
.uk-datepicker-table a: active {
  background-color: #f5f5f5;
  color: #666;
  border-color: rgba(0, 0, 0, .3)rgba(0, 0, 0, .2)rgba(0, 0, 0, .2);
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1)
}
.uk-datepicker-table a.uk-active {

}