#datepicker-container{
    position: relative;
}

#datepicker{
    display: none;
    position: absolute;
    top: 77px;
    left: -105px;
    width: 276px;
    padding: 12px;
    background-color: #354149;
    z-index: 8000;
    box-shadow: 0 0 8px #333;
    -moz-box-shadow: 0 0 8px #333;
    -webkit-box-shadow: 0 0 8px #333;
}

.active #datepicker{
    display: block;
}

.ui-datepicker{
    background-color: #f8f8f8;
    font-family: "Roboto", sans-serif;
    color: #354149;
}

.ui-datepicker-header{
    background-color: #ef3740;
    color: #fff;
}

.ui-datepicker-prev,
.ui-datepicker-next{
    display: inline-block;
    width: 55px;
    padding-top: 38px;
    min-height: 60px;
    font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
    content: " ";
    color: #fff;
    cursor: pointer;
    font-size: 18px;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ui-datepicker-prev span,
.ui-datepicker-next span{
    display: none;
}

.ui-datepicker-prev {
    text-align: right;
	float: left;
    outline: 0;
}

.ui-datepicker-prev:before {
	content: "\e608";
}

.ui-datepicker-next {
    text-align: left;
	float: right;
    outline: 0;
}

.ui-datepicker-next:before {
	content: "\e60c";
}

.ui-state-disabled.ui-datepicker-prev:before,
.ui-state-disabled.ui-datepicker-next:before{
    content: ' ';
}

.ui-datepicker-prev:hover,
.ui-datepicker-prev:active,
.ui-datepicker-next:hover,
.ui-datepicker-next:active{
    color: #fff;
    text-decoration: none;
}

.ui-datepicker-title{
    padding: 18px 0;
    min-height: 60px;
    text-align: center;
    font-family: "Oswald", sans-serif;
}

.ui-datepicker-month{
    display: block;
}

.ui-datepicker-year{
    font-size: 28px;
}

.ui-datepicker-calendar{
    width: 100%;
}

.ui-datepicker-calendar a{
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #354149;
    background: #dfdfdf none;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td{
    text-align: center;
    font-size: 12px;
    height: 28px;
    color: #354149;
}

.ui-datepicker-calendar th{
    color: #ee3a43;
}

.ui-datepicker-today,
.ui-datepicker-today span,
.ui-datepicker-today a{
    background-color: #ee3a43;
    color: #fff;
}