/* Datepicker */
.datepicker_bg {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    background:rgba(0,0,0,.5);
    z-index: 1;
    display:none;
}
.ui-datepicker {
    width:100%;
    max-width:360px;
    top:50% !important;
    transform:translateY(-50%);
    position: fixed !important;
    right: 0 !important;
    left: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    border: 0;
    background: #111e;
    border-radius: 2px;
    border: 3px solid #ffffff33;
    color: #fff;
    padding: 0 15px 15px 15px;
    box-sizing: border-box;
    box-shadow: 0px 0px 200px 0px rgba(0, 0, 0, 0.25);
    z-index: 102 !important;
    user-select: none;
    border-radius: 1em;
}

.ui-datepicker .ui-datepicker-header {
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    margin-left: -15px;
    margin-right: -15px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

.ui-datepicker .ui-datepicker-header { background: #00000000; }
.ui-datepicker .ui-datepicker-title {
    height: 50px;
    background: #ffffff11;    
    color: #fff;
    font-size:12px;
    font-weight: 600;
    text-transform: uppercase;
    margin:0;
    line-height: 50px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

.ui-datepicker .ui-widget-header .ui-icon {
    display: none !important;
    background: none !important;
    position: relative !important;
    text-indent: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.ui-datepicker .ui-datepicker-prev { left:0; top:0; text-align: left; height:100%; width:50px; padding:0 0 0 15px; cursor:pointer; }
.ui-datepicker .ui-datepicker-prev:hover { opacity: .85; }
.ui-datepicker .ui-datepicker-prev:active { opacity: .5; }
.ui-datepicker .ui-datepicker-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    padding:0;
}
.ui-datepicker .ui-datepicker-next { right:0; top:0; text-align: right; height:100%; width:50px; padding:0 15px 0 0; cursor:pointer; }
.ui-datepicker .ui-datepicker-next:hover { opacity: .85; }
.ui-datepicker .ui-datepicker-next:active { opacity: .5; }
.ui-datepicker .ui-datepicker-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    padding:0;
    text-align: right;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover { background:none !important; border:0 !important; }
.ui-datepicker .ui-datepicker-calendar th { width:14.28%; font-size: 12px; }
.ui-datepicker .ui-datepicker-calendar.ui-weekpicker-calendar th { width:12%; }
.ui-datepicker-week-col { text-align: left !important; font-size: 12px; }
/* .ui-datepicker .ui-datepicker-calendar td { padding:3px; } */
.ui-datepicker table { margin:0; border-spacing: 0px; border-collapse: separate; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { cursor:pointer; background: #ffffff11; color: #fff; border:0; border:2px solid #ffffff33; border-radius: 3px; padding:10px 5px; text-align: center; font-weight: 600; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover { background:#ffffff33; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border-color: #ffffff; background: #ffffff33; color: #fff; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border-color: #fff; }
