#ui-datepicker-div {
    padding: 10px;
    margin: 0px 10px;
    border-color: #e2e2e2;
    -moz-box-shadow: #e3ebf5 0 1px 0px 0 inset, #e3ebf5 0 -1px 0px 0 inset, #e3ebf5 -1px 0 0px 0 inset, #e3ebf5 1px 0 0px 0 inset;
    -webkit-box-shadow: #e3ebf5 0 1px 0px 0 inset, #e3ebf5 0 -1px 0px 0 inset, #e3ebf5 -1px 0 0px 0 inset, #e3ebf5 1px 0 0px 0 inset;
    -o-box-shadow: #e3ebf5 0 1px 0px 0 inset, #e3ebf5 0 -1px 0px 0 inset, #e3ebf5 -1px 0 0px 0 inset, #e3ebf5 1px 0 0px 0 inset;
    box-shadow: #e3ebf5 0 1px 0px 0 inset, #e3ebf5 0 -1px 0px 0 inset, #e3ebf5 -1px 0 0px 0 inset, #e3ebf5 1px 0 0px 0 inset;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 6px;
    border-width: 3px;
    border-style: solid;
    background: white;
}
a.ui-datepicker-prev.ui-corner-all {
    color: rgb(129, 193, 255);
    font-size: 24px;
    float: left;
    cursor: pointer;
    padding: 0px 10px;
}

a.ui-datepicker-next.ui-corner-all {
    /* font-weight: bold; */
    color: rgb(129, 193, 255);
    font-size: 23px;
    float: right;
    text-align: right;
    cursor: pointer;
    padding: 0px 10px;
}
.ui-datepicker-title {
    padding: 0px 0px 4px;
    width: 210px;
}
.ui-widget-header {
    border: 1px solid rgba(170, 170, 170, 0.66);
    background: white;
    color: #100b0b;
    font-weight: normal;
    text-align: center;
    width: auto;
    height: 34px;
}

.ui-datepicker-title span {
    color: #6f6d6d;
    font-weight: bold;
    font-family: 'Roboto';
}
span.ui-datepicker-year {
    float: right;
}
select.ui-datepicker-year {
    padding: 2px;
    border: 1px solid transparent;
    font-family: 'roboto';
    font-weight: bold;
}

.ui-datepicker-title {
    padding: 0px 0px 4px;
}
.ui-datepicker-calendar th {
    color: #6f6d6d;
    font-size: 11px;
    padding: 5px;
}

.ui-datepicker-calendar td {
    font-size: 12px;
    border-right: .5px solid #ffffff;
    padding: 0px;
}
.datapicker_input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px 0px 0px 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-left: 14px;
	    width: 125px;
}

button.ui-datepicker-trigger {
    height: 34px;
    background: white;
    border: 1px solid rgba(158, 158, 158, 0.5);
    border-radius: 0px 4px 4px 0px;
    top: -1px;
    position: relative;
}

.ui-widget-header {
    border: 1px solid rgba(170, 170, 170, 0.66);
    background: white;
    color: #100b0b;
    font-weight: normal;
}

.datepp {
    display: inline-block;
    width: 94%;
    max-width: 498px;
}