/*! jQuery UI - v1.11.4 - 2015-04-09
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CVerdana%2Csans-serif&fwDefault=bold&fsDefault=1.3em&cornerRadius=0px&bgColorHeader=%2393c719&bgTextureHeader=highlight_soft&bgImgOpacityHeader=0&borderColorHeader=%23ffffff&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%2393c719&fcContent=%23666666&iconColorContent=%23222222&bgColorDefault=%23ffffff&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23ffffff&fcDefault=%23046520&iconColorDefault=%23888888&bgColorHover=%23046520&bgTextureHover=flat&bgImgOpacityHover=0&borderColorHover=%23046520&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%2393c719&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=%23ffffff&fcActive=%23046520&iconColorActive=%23454545&bgColorHighlight=%23ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=0&borderColorHighlight=%23ffffff&fcHighlight=%23e3801c&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/


@media screen and (max-width:500px){
    .ui-datepicker.ui-datepicker-multi{
        /*background:yellow !important;*/
        width:15em !important;
        /* display:grid !important; */
        margin-left:0px !important;
         top:26% !important; 
    }
    .ui-datepicker-multi-2 .ui-datepicker-group{
        width:100% !important;
    }
    /*.ui-datepicker-group-last{*/
    /*    display:none;*/
    /*}*/
}
@media screen and (min-width:502px){
    .ui-datepicker.ui-datepicker-multi{
       margin-top: 15px;
    margin-left: -100px;
    width: 23em !important;
    padding: 5px;
    }
  
    .ui-datepicker.ui-datepicker-multi:before {
    position: absolute;
    content: "";
    top: -10px;
    left: 115px;
    height: 0;
    width: 0;
    display: block;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
}
}
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
    color: #aaaaaa;
}


/* Icons
----------------------------------*/

/* states and /parking/images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
    /* margin: -26px auto 0 122px; */
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
	width: 12em;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 0;
	height: 45px;
    width: 45px;
}

.ui-datepicker .ui-datepicker-prev {
    /*background: url("../img/arrow_left.png") 50% 50% no-repeat;*/
    background: url("../img/icon-index/arrow_left_white.png") 45% 28% no-repeat;
	left: 0;
}
.ui-datepicker .ui-datepicker-next {
    /*background: url("../img/arrow_right.png") 50% 50% no-repeat;*/
    background: url("../img/icon-index/arrow_right_white.png") 50% 28% no-repeat;
	right: 0;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background-color: rgba(255,255,255,0.2);
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
    background: url("../img/icon-index/arrow_left_white.png") 45% 28% no-repeat;
}

.ui-datepicker .ui-datepicker-next.ui-state-disabled{
    background: url("../img/icon-index/arrow_right_white.png") 50% 28% no-repeat;
}

.ui-datepicker .ui-state-disabled:hover {
    background-color: transparent;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 30px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .7em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	border: 0;
}
.ui-datepicker td {
	border: 0;
    width: 32px;
}

.ui-datepicker td.dp-highlight a,
.ui-datepicker td.ui-datepicker-today.dp-highlight a,
.ui-datepicker td.ui-datepicker-today.dp-highlight a.ui-state-active{
    background: #1acc8d;
    color: white;
}

.ui-datepicker td.dp-highlight-first a{
    border-left: 3px solid #1acc8d;
}

.ui-datepicker td.dp-highlight-last a{
    border-right: 3px solid #1acc8d;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
    font-size: 12px;
    line-height: 16px;
	text-align: center;
	text-decoration: none;
}

.ui-datepicker td.ui-datepicker-today a{
    color: whire;
    background: #1acc8d;
}

.ui-datepicker td a:hover {
    color: #515151;
    background: #cecece;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
/*.ui-datepicker.ui-datepicker-multi {*/
/*    margin-top: 15px;*/
/*    margin-left: -100px;*/
/*    width: 23em;*/
/*    padding: 5px;*/
/*}*/

/*.ui-datepicker.ui-datepicker-multi:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: -10px;*/
/*    left: 115px;*/
/*    height: 0;*/
/*    width: 0;*/
/*    display: block;*/
/*    border-style: solid;*/
/*    border-width: 0 10px 10px 10px;*/
/*    border-color: transparent transparent #ffffff transparent;*/
/*}*/

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-first {
    padding-right: 1px;
}

.ui-datepicker-multi .ui-datepicker-group-last {
    padding-left: 1px;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: "Roboto Condensed",sans-serif;
	font-size: 1.3em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: "Roboto Condensed",sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	background: #ffffff;
	color: #666666;
}
.ui-widget-content a {
color: black;
    font-weight: 600;
}
.ui-widget-header {
	/*background: #eaeaea;*/
	/*color: #515151;*/
    background: #1acc8d;
    color: #fff;
	font-weight: normal;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #046520;
	text-decoration: none;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #515151;
    background: #cecece;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-datepicker td.ui-datepicker-today a.ui-state-active{
    background: #1acc8d;
    color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #046520;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
    background: #1acc8d;
    color: #ffffff;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #e3801c;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	/*background: #fef1ec url("/parking/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;*/
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("/parking/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("/parking/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}



