{
	font-size: 90%;
}

.ui-datepicker .ui-icon-circle-triangle-w::before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    font-size:10px;
    margin-right:10px;
    position:relative;
    top:-1px;
}

.ui-datepicker .ui-icon-circle-triangle-e::after {
    content: " \f054";
    font: normal normal normal 14px/1 FontAwesome;
    font-size:10px;
    margin-left:5px;
     position:relative;
    top:-1px;
}

.ui-widget {
	font-family: Lato,Helvetica,Arial,sans-serif !important;
	background: #35647e;
	border: solid 1px #ccc;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ui-datepicker {
	padding: 0;
    z-index:999 !important;
}

.ui-datepicker-header {
	border: none;
	background: transparent;
	font-weight: normal;
	font-size: 16px;
    padding:5px 10px 5px 11px !important;
}

.ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
	margin-top: .4em;
	margin-bottom: .3em;
	color: #e9f0f4;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	top: .9em;
	border:none;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	background-image: url(images/ui-icons_ffffff_256x240.png);
	background-position: -32px 0;
	margin-top: 0;
	top: 0;
	font-weight: normal;
    color:#ccc;
    font-size:16px;
}

.ui-datepicker-next, .ui-datepicker-next:hover, .ui-datepicker-next:focus, .ui-datepicker-next:active  {
    position:absolute;
    right:10px;
    top:5px !important;
}

.ui-datepicker .ui-datepicker-prev span {
	background-position: -96px 0;
}

.ui-datepicker table {
	margin: 0;
}

.ui-datepicker th:first-child {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    border: none;
    border-top: 1px solid #35647e;
    padding: 5px 10px 5px 11px !important;
}

.ui-datepicker th {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	border: none;
	border-top: 1px solid #35647e;
    padding:5px!important;
}

.ui-datepicker td {
	background: #fff;
	border: none;
	padding: 4px 0 4px 0;
    /*border:solid 1px red;*/
    text-align:center;
}

/*.ui-datepicker td:hover, .ui-datepicker td:active {
    background: #534e53;
    color:#fff;
    cursor:pointer;
}*/

td .ui-state-default {
	background: transparent;
	border: none;
	text-align: center;
	/*padding: .5em;*/
	margin: 0;
	font-weight: normal;
	color: #333333;
	font-size: 16px;
    font-family: Lato,Helvetica,Arial,sans-serif !important;
    padding:5px 8px 5px 8px;
    /*background-color:yellow;
    width:30px;*/
    /*line-height:30px;*/
}

.ui-state-default:hover {
    color:#fff;
}

.ui-state-disabled  {
	opacity: 1;
}

.ui-state-disabled .ui-state-default {
	color: #d0d0d0;
}

td .ui-state-active,
td .ui-state-hover {
	background: #35647e;
    color:#fff;
    /*line-height:30px;*/
}

