.ui-datepicker {
	width: 256px;
	padding: .5em .5em 0;
}
.ui-widget {
	font-family: GothamProRegular;
	font-size: 13px;
}
.ui-widget.ui-widget-content {
	border: 1px solid transparent;
	-webkit-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.75);
}
.ui-widget-header {
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #ffa800;
}
.ui-datepicker th {
	color: #3d3d3d;
	font-family: GothamProBold;
	font-weight: normal;
}
.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: none;
	background: transparent;
	font-weight: normal;
	color: #393939;
	text-align: center;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: 1;
}
.ui-state-disabled .ui-state-default, .ui-widget-content .ui-state-disabled .ui-state-default, .ui-widget-header .ui-state-disabled .ui-state-default {
	color: #cfcfcf;
}
.ui-datepicker td span, .ui-datepicker td a {
	padding: .3em 0 !important;
	border: 1px solid transparent !important;
}
.ui-datepicker table {
	font-size: 13px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	width: 18px;
	height: 16px;
	background: #fff url("/verstka/images/icons/cal_l.png") no-repeat center;
	border: none !important;
	border: 1px solid transparent !important;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-next span {
	background: #fff url("/verstka/images/icons/cal_r.png") no-repeat center;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: 1px solid transparent !important;
	background: transparent !important;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px !important;
	top: 5px !important;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px !important;
	top: 5px !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #ffa800 !important;
	background: transparent;
	color: #ffa800;
	border-radius: 50%;
	font-family: GothamProBold;
	height: 30px;
	width: 30px;
	margin: 0 auto;
}

.jq-selectbox.jqselect {
	width: 100%;
}
.jq-selectbox__select {
	border: 1px solid #ffa800;
	border-bottom-color: #ffa800;
	background: #ffffff !important;
	font-size: 12px;
	font-family: GothamProRegular;
	font-weight: normal;
        line-height: 35px;
	height: 35px;
	outline:none;
}
.jq-selectbox__trigger {
	 border-left: 1px solid transparent;
}
.jq-selectbox__trigger-arrow {
	border-top: 5px solid #ffa800 !important;
}
.jq-selectbox .placeholder {
	width: 100%;
}
.select_destination_wrap {
	width: 100%;
	position: relative;
}
.sprite-icon-plus-green {
	position: absolute;
	top: 11px;
	right: 0;
	cursor: pointer;
}
.jq-selectbox .placeholder{
	color:#000 !important;
}
.jq-selectbox__select-text{
	width:100% !important;
}