 

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #77bffd;
    color: #333333;
 }
 
 #slider {
    height: 12px !important;
    margin: 4px 6px 25px 6px;
    border-radius: 6px;
}
div#mindate,div#maxdate{
    font-size: 13px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 2px solid #c93f3f !important;
    background: #e94362 !important;
    font-weight: normal;
    color: #77bffd;
    box-shadow: 1px 1px 3px 0px #5e5d5d;
    height: 20px !important;
    width: 20px !important;
}

.ui-slider .ui-slider-handle:focus-visible {
    outline: #e94362 !important;
}
 


.ui-widget.ui-widget-content {
    border: 3px solid #e94362 !important;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e94362 !important;
    color: #333333;
 }

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
 }




.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: none;
    border: none;
}

 

.ui-slider-handle:after {
 
    color: #000;
 

}