#calBox{
    position: absolute;
    display: none;
    left: -10%;
    top: 32px;
    width: 240px;
    height: auto;
    padding: 0 0 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    z-index: 99;
}

#calBox table {
    position: relative;
    width: 100%;
    height: auto;
    }

#calBox table tr td {
    padding: 7px 6px;
    font-size: 10px;
    line-height: 10px;
}

.thismon{
    color: #000;
    cursor: pointer;
    text-align: center;
    border: 1px solid #d7d7d7;
}

.thisday{
    color: #fff;
    background-color: #b2252a;
    cursor: pointer;
    text-align: center;
    border:0;
}

.navigate{
    text-align: center;
    cursor: pointer;
}

.weekdays{
    font: normal bold 13px sans-serif;
    color: #555555;
}

.monthdisp{
    color: #555555;
    font: normal bold 14px/30px sans-serif;
    border: 0px solid #d7d7d7;
}


.ui-widget.ui-widget-content {
    border: 0;
}
.ui-datepicker {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    width: 250px;
    border: 0;
    padding: 0;
}

.ui-datepicker table {
    width: 100%;
    margin: 0;
}

.ui-datepicker-header {
    background: #ffffff;
    color: #555555;
}

.ui-widget-header {
    border: none;
}

.ui-datepicker td{
    padding: 7px 6px;
    font-size: 10px;
    line-height: 10px;
    color: #000;
    cursor: pointer;
    text-align: center;
    border: 1px solid #d7d7d7;
    background: #ffffff;
}

.ui-datepicker-calendar .ui-state-default {
    background: inherit;
    color: inherit;
    border: none;
}

.ui-datepicker .ui-datepicker-selected{
    background-color: #efefef;
}

.ui-datepicker .ui-datepicker-today{
    color: #fff;
    background-color: #b2252a;
}



/*

.ui-icon.ui-icon-circle-triangle-w {
    background: none;
}
.ui-icon.ui-icon-circle-triangle-w:after {
    content: "<i class='fa fa-angle-left' aria-hidden='true'></i>";
}

.ui-icon.ui-icon-circle-triangle-e {
    background: none;
}

.ui-icon.ui-icon-circle-triangle-e:after {
    content: "<i class='fa fa-angle-right' aria-hidden='true'></i>";
}*/
