.date-picker-custom-container{position:relative}.date-picker-custom{background:#FFFFFF;box-sizing:content-box;color:#555555;display:none;font-size:15px;padding:10px;padding-top:0px;padding-left:0px;padding-right:0px;position:absolute;top:100%;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1;border:solid 1px #EEE;box-shadow:4px;border-radius:4px;-webkit-box-shadow:0px 3px 7px 1px rgba(204,204,204,0.57);box-shadow:0px 3px 7px 1px rgba(204,204,204,0.57)}.date-picker-custom::before{border-color:#444 transparent;border-style:solid;border-width:0 0px 0px;bottom:100%;content:"";left:20px;position:absolute}.date-picker-custom.to-top{bottom:100%;top:auto;-webkit-transform:translateY(-15px);transform:translateY(-15px)}.date-picker-custom.to-top::before{border-width:10px 10px 0;bottom:auto;top:100%}.date-picker-custom.active{display:block}.date-picker-custom *{box-sizing:border-box}.date-picker-custom .dp-custom-title-box{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #EEE;display:-webkit-box;display:-ms-flexbox;display:flex;height:45px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:10px;border-top-left-radius:4px;border-top-right-radius:4px;padding-bottom:10px;background-color:#F5F5F5}.date-picker-custom .dp-custom-prev,.date-picker-custom .dp-custom-next{color:#666;cursor:pointer;display:block;font-size:16px;line-height:50px;text-align:center;transition:.2s;width:50px}.date-picker-custom .dp-custom-prev:hover,.date-picker-custom .dp-custom-next:hover{color:#2196f3}.date-picker-custom .dp-custom-title{display:block;font-size:18px;line-height:40px;padding:0 10px}.date-picker-custom:not([data-dp-type="year"]) .dp-custom-title{cursor:pointer}.date-picker-custom .dp-custom-content-box{box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:288px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:10px}.date-picker-custom .dp-custom-btns{border-top:1px solid #EEE;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:10px}.date-picker-custom .dp-custom-btns .dp-custom-item{-webkit-box-flex:1;-ms-flex:1 1 0;flex:1 1 0;height:30px!important}.date-picker-custom .dp-custom-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 25%;flex:1 0 25%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.date-picker-custom .dp-custom-item:not(.dp-custom-weekday){cursor:pointer}.date-picker-custom .dp-custom-item:not(.dp-custom-weekday):hover{box-shadow:inset 0 0 0 0px #3385ff,inset 0 0 0 0px #444;background-color:#F5F5F5}.date-picker-custom .dp-custom-weekday{font-size:15px;height:24px!important}.date-picker-custom[data-dp-type="day"] .dp-custom-item{-ms-flex-preferred-size:44px;flex-basis:14.25%;height:44px}.date-picker-custom .dp-custom-current{box-shadow:inset 0 0 0 0px #66a3ff;border:solid 1px #EEEEEE}.date-picker-custom .dp-custom-selected{background:#2196f3;color:#FFF}.date-picker-custom .dp-custom-weekend{color:#f99}.date-picker-custom .cdp-out{color:#bbb!important}.date-picker-custom .dp-custom-disabled{color:#666;cursor:default!important;box-shadow:none!important}.date-picker-custom .dp-custom-disabled.dp-custom-current{box-shadow:inset 0 0 0 2px #66a3ff!important}