/* CSS Document */


@media screen and (max-width: 599px) {		
	div.dp-popup { 
		position: fixed;
		top: 10%;
		left: 5%;
		/*font-size: 18px;*/
		font-size: 1em;
		width:90%;
	}
}



@media screen and (min-width: 600px) {
	div.dp-popup { 
		position: fixed;
		/*top: 30%;*/
		top: 25%;
		left: 25%;
		/*font-size: 16px;*/
		font-size: 1em;
		/*width: 171px; original*/
		width:50%;
	}
}

@media screen and (min-width: 768px) {
	div.dp-popup { 
		position: fixed;
		/*top: 30%;*/
		top: 25%;
		left: 25%;
		/*font-size: 16px;*/
		font-size: 1em;
		/*width: 171px; original*/
		width:50%;
	}
}

@media screen and (min-width: 900px) {
	div.dp-popup { 
		position: fixed;
		/*top: 30%;*/
		top: 25%;
		left: 30%;
		/*font-size: 17px;*/
		font-size: 1.2em;
		/*width: 171px; original*/
		width:40%;
	}
}

@media screen and (min-width: 1200px) {
	div.dp-popup { 
		position: fixed;
		/*top: 30%;*/
		top: 25%;
		/*left: 35%;*/
		left: 30%;
		/*font-size: 18px;*/
		font-size: 1.2em;
		/*width: 171px; original*/
		/*width:30%;*/
		width:40%;
	}
}

@media screen and (min-width: 1400px) {
	div.dp-popup { 
		position: fixed;
		/*top: 30%;*/
		top: 25%;
		/*left: 37.5%;*/
		left: 35%;
		/*font-size: 19px;*/
		font-size: 1.2em;
		/*width: 171px; original*/
		/*width:25%;*/
		width:30%;
	}
}

@media screen and (min-width: 1600px) {
	div.dp-popup { 
		position: fixed;
		/*top: 30%;*/
		top: 25%;
		/*left: 40%;*/
		left: 35%;
		/*font-size: 20px;*/
		font-size: 1.2em;
		/*width: 171px; original*/
		/*width:20%;*/
		width:30%;
	}
}


	div.dp-popup { 
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
		max-width:400px;
		/*background: rgb(48,149,180); original*/
		background: #476C47;
		font-family: arial, sans-serif;
		padding: 0;
	}


	div.dp-calendar {
		/*position: fixed*/;
		/*margin:auto;*/
		float:left;
		width:100%;
	}
	div#dp-popup {
		/*position: absolute;
		margin:auto;*/
		z-index: 199;
	}
	div.dp-popup h2 {
		font-size: 90%;
		text-align: center;
		margin: 2px 0;
		padding: 3px 5px;
		color:#fff;
		border:0;
	}
	a#dp-close {
		font-size: 11px;
		padding: 4px 0;
		text-align: center;
		display: block;
	}
	a#dp-close:hover {
		text-decoration: underline;
	}
	div.dp-popup a {
		color: #000;
		text-decoration: none;
		padding: 3px 2px 0;
	}
	div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
		color: #fff !important;
	}
	div.dp-popup div.dp-nav-prev {
		/*position: absolute;
		top: 2px;
		left: 4px;*/
		width: 50%;
	}
	div.dp-popup div.dp-nav-prev a {
		float: left;
	}
	a.dp-nav-prev-year {
		margin-right:0.5em;
	}
	a.dp-nav-next-year {
		margin-left:0.5em;
	}
	/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
	div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
		cursor: pointer;
	}
	div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
		cursor: default;
	}
	div.dp-popup div.dp-nav-next {
		/*position: absolute;
		top: 2px;
		right: 4px;*/
		float: right;
		width: 50%;
	}
	div.dp-popup div.dp-nav-next a {
		float: right;
	}
	div.dp-popup a.disabled {
		cursor: default;
		color: #aaa;
	}
	div.dp-popup td {
		cursor: pointer;
	}
	div.dp-popup td.disabled {
		cursor: default;
	}
	
	.dp-choose-date-after {
		clear:both;
	}
	
	a.dp-choose-date {
		float:left;
		width: 24px;
		height: 24px;
		padding: 0;
		margin: .8em 3px 0;
		display: block;
		text-indent: -2000px;
		overflow: hidden;
		margin-left: -.05em;
		background: url(../images/icons/calendar.png) no-repeat;
		background-size: 24px 24px;
	}
	a.dp-choose-date.dp-disabled {
		background-position: 0 -20px;
		cursor: default;
	}
	/* makes the input field shorter once the date picker code
	 * has run (to allow space for the calendar icon)
	 */
	input.dp-applied {
		width: 70%;
		float: left;
		/*cursor: pointer;*/
	}


	table.jCalendar {
		width: 100%;
		/*background: rgb(48,149,180); original*/
		border-collapse: separate;
		border-spacing: 0px;
		font-size:100%;
		font-family: arial, sans-serif;
		padding: 0;
		/*width: 171px;*/
		/*width: 90%;*/
	}
	table.jCalendar th { /* smtwtfs */
		/*background: #B1D1E2; original*/
		background: #9CB09C;
		color: #1e1e1e;
		font-weight: bold;
		padding: 3px;
		border-color:#B1D1E2;
	}
	
	table.jCalendar td {
		/* current dow */
		background: #fff;
		color: #000;
		text-align: center;
		padding:3px 5px;
		border-color:#B1D1E2;
	}
	table.jCalendar td.other-month {
		/* other month dow */
		background: #ddd;
		color: #aaa;
	}
	table.jCalendar td.today {
		background: #cdd7cd;
		color: #000;
	}
	table.jCalendar td.selected {
		background: #c60c30;
		color: #fff;
	}
	table.jCalendar td.selected.dp-hover {
		background: #f33;
		color: #fff;
	}
	table.jCalendar td.dp-hover,
	table.jCalendar tr.activeWeekHover td {
		background: #9CB09C;
		color: #000;
	}
	table.jCalendar tr.selectedWeek td {
		background: #c60c30	;
		color: #fff;
	}
	table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
		background: #bbb;
		color: #888;
	}
	table.jCalendar td.unselectable,
	table.jCalendar td.unselectable:hover,
	table.jCalendar td.unselectable.dp-hover {
		background: #bbb;
		color: #888;
	}
	
	
	/*table.jCalendar {
		border: 1px solid #000;
		background: #aaa;
		border-collapse: separate;
		border-spacing: 2px;
	}
	
	table.jCalendar th {
		background: #333;
		color: #fff;
		font-weight: bold;
		padding: 3px 5px;
	}
	
	table.jCalendar td {
		background: #ccc;
		color: #000;
		padding: 3px 5px;
		text-align: center;
	}
	
	table.jCalendar td.other-month {
		background: #ddd;
		color: #aaa;
	}
	
	table.jCalendar td.today {
		background: #666;
		color: #fff;
	}
	
	table.jCalendar td.selected {
		background: #f66;
		color: #fff;
	}
	
	table.jCalendar td.selected.dp-hover {
		background: #f33;
		color: #fff;
	}
	
	table.jCalendar td.dp-hover,
	table.jCalendar tr.activeWeekHover td {
		background: #fff;
		color: #000;
	}
	
	table.jCalendar tr.selectedWeek td {
		background: #f66;
		color: #fff;
	}
	
	table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
		background: #bbb;
		color: #888;
	}
	
	table.jCalendar td.unselectable,
	table.jCalendar td.unselectable:hover,
	table.jCalendar td.unselectable.dp-hover {
		background: #bbb;
		color: #888;
	}*/