Day Picker
Day picker is use to select the days.


/* daypicker styles */
.daypicker-container-weekdays{
  max-width: 50px;
  max-height: 50px;
  border : 1px solid #64728c;
  background-color : #fff;
  font-color : #64728c;
  text-align: center;
  padding-right: 25px;
}

.daypicker-container-select {
  background-color : #64728c;
  font-color : #fff;
  text-align: center;
  
}

.daypicker-container-weekends {
    background-color : #E8EAEF;
    font-color : #64728C;
    text-align: center;
    
  }

                 
                
behavior
Support for themeing , use InterfaceColors1
can use inside the screen or modal