@import 'https://fonts.googleapis.com/css?family=Lato|Oswald';
body {color: #626161;font-family: Lato, Arial, Verdana, sans-serif;}

a:link{color:#0084A5} /*custom*/
a:active{color:#0084A5}
a:visited{color:#0084A5}
a:hover{color:#0084A5}

div.right-column span.calendartext{ display: none;}
div.right-column form>span.calendartext{ display: inline;}
#party-table tr:first-child td {font-weight:bold!important; font-size: 18px!important;}
div.left-column span.calendartext{ font-size: 14px;}
form .headings {font-size: 14px;}
center div.headings2 {
	font-weight: bold;
	font-size: 24px;
}


.error{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: red;
	margin-left: 0px;
	display:none;
	font-weight:bold;
}

.headerlink{
	text-decoration: none;
}

/*responsive elements*/
  .headings {
	font-family: Lato, Verdana, sans-serif;
	font-size: 28px;
	padding-left: 0px; 
	font-weight:400;
}

  .headings2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	padding-left: 0px; 
}

.timelisting{
	width:90%;
	height:34px;
	font-size:24px;
	font-family: Arial, Verdana, sans-serif; 
	font-weight:bold;
	padding-left:15px;
	background-color:#B8B8B8;
}
	
.tddisplay{
	height:20px;
	width:24px;
	border-collpase:collpase;
	border:0px solid #888;
	text-align:center;
	vertical-align:top;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:0px;
	font-family: Arial, Verdana, sans-serif; 
	font-weight:bold;
	font-size:24px;
}

.actday{
	height:20px;
	width:24px;
	border-collpase:collpase;
	border:0px solid #888;
	text-align:center;
	vertical-align:top;
	background-color:#B8B8B8;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:0px;
	font-family: Arial, Verdana, sans-serif; 
	font-weight:bold;
	font-size:24px;
}

.unavailable{
	height:20px;
	width:24px;
	border-collpase:collpase;
	border:0px solid #888;
	text-align:center;
	vertical-align:top;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:0px;
	font-family: Arial, Verdana, sans-serif; 
	font-weight:bold;
	font-size:24px;
	color:#CCCCCC;
}

.calendartext{
	font-family: Arial, Verdana, sans-serif; 
	font-size:14px;
}

input[type="submit"]{
	font-size: 20px;
	background-color: #0084A5; /*custom*/
	color: #fff;
	width: 200px;  
	height: 70px;

    border-radius: 3px;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #fff;
	font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0.6em 1.2em;
    text-decoration: none;
}

input[type="text"]{
    font-size:14px;
	size: 30px;
}

input[type="password"]{
    font-size:24px;
	size: 30px;
}

select{
    font-size:14px;
	margin:5px;
}

textarea {
	width: 460px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size:20px;
}

@media only screen and (max-width: 1280px) {

	.headings {
		font-size: 28px;
	}

	.headings2 {
		font-size: 14px;
	}

	.timelisting{
		height:34px;
		font-size:24px;
	}

	.tddisplay{
		font-size:24px;
	}

	.actday{
		font-size:24px;
	}

	.unavailable{
		font-size:24px;
	}

	.calendartext{
		font-size:14px;
	}

	input[type="submit"]{
		font-size: 20px;
		width: 200px;  
		height: 70px;
	}

	input[type="text"]{
		font-size:24px;
		size: 30px;
	}

	input[type="password"]{
		font-size:24px;
		size: 30px;
	}

	select{
		font-size:24px;
		margin:5px;
	}

	textarea {
		width: 460px;
		height: 120px;
		font-size:20px;
	}
}

@media only screen and (max-width: 850px) {

	.headings {
		font-size: 24px;
	}

	.headings2 {
		font-size: 14px;
	}

	.timelisting{
		height:30px;
		font-size:20px;
	}

	.tddisplay{
		font-size:20px;
	}

	.actday{
		font-size:20px;
	}

	.unavailable{
		font-size:20px;
	}

	.calendartext{
		font-size:18px;
	}

	input[type="submit"]{
		font-size: 20px;
		width: 200px;  
		height: 70px;
	}
	
	input[type="text"]{
		font-size:22px;
		size: 25px;
	}
		
	input[type="password"]{
		font-size:22px;
		size: 25px;
	}
	
	select{
		font-size:20px;
		margin:5px;
	}
	
	textarea {
		width: 400px;
		height: 100px;
		font-size:18px;
	}
}

@media only screen and (max-width: 800px) {

	.headings {
		font-size: 22px;
	}

	.headings2 {
		font-size: 22px;
	}

	.timelisting{
		height:26px;
		font-size:16px;
	}

	.tddisplay{
		font-size:16px;
	}

	.actday{
		font-size:16px;
	}

	.unavailable{
		font-size:16px;
	}

	.calendartext{
		font-size:16px;
	}

	input[type="submit"]{
		font-size: 20px;
		width: 200px;  
		height: 70px;
	}
		
	input[type="text"]{
		font-size:20px;
		size: 22px;
	}

	input[type="password"]{
		font-size:20px;
		size: 22px;
	}
	
	select{
		font-size:18px;
		margin:5px;
	}
	
	textarea {
		width: 360px;
		height: 90px;
		font-size:16px;
	}
}

@media only screen and (max-width: 750px) {

	.headings {
		font-size: 18px;
	}

	.headings2 {
		font-size: 18px;
	}
	
	.timelisting{
		height:24px;
		font-size:14px;
	}

	.tddisplay{
		font-size:14px;
	}
	
	.actday{
		font-size:14px;
	}
	
	.unavailable{
		font-size:14px;
	}
	
	.calendartext{
		font-size:14px;
	}

	input[type="submit"]{
		font-size: 14px;
		width: 180px;  
		height: 60px;
	}
			
	input[type="text"]{
		font-size:14px;
		size: 20px;
	}
	
	input[type="password"]{
		font-size:14px;
		size: 20px;
	}
	
	select{
		font-size:14px;
		margin:5px;
	}
		
	textarea {
		width: 320px;
		height: 80px;
		font-size:14px;
	}
}

@media only screen and (max-width: 600px) {

	.headings {
		font-size: 16px;
	}
	
	.headings2 {
		font-size: 16px;
	}
	
	.timelisting{
		height:24px;
		font-size:13px;
	}
	
	.tddisplay{
		font-size:12px;
	}

	.actday{
		font-size:12px;
	}

	.unavailable{
		font-size:12px;
	}

	.calendartext{
		font-size:12px;
	}

	input[type="submit"]{
		font-size: 14px;
		width: 140px;  
		height: 45px;
	}
				
	input[type="text"]{
		font-size:12px;
		size: 15px;
	}
		
	input[type="password"]{
		font-size:12px;
		size: 15px;
	}
	
	select{
		font-size:14px;
		margin:5px;
	}

	textarea {
		width: 250px;
		height: 60px;
		font-size:12px;
	}
}

@media only screen and (max-width: 510px) {

	.headings {
		font-size: 14px;
	}
}

/* --------------------------------------------------
    calendar
   -------------------------------------------------- */
table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 240px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 14px;
}
table.calendar td {
	border: 0;
	font-size: 14px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #CCCCCC 1px;
	text-align: left;
	color: #0054E3;
	font-weight: bold;
	width: 44px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 32px;
	height: 28px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #DDDDDD;
}
table.calcells td.wkend {
	background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}


 #sales-table {
    border: none;
  }
  #sales-table input[type="text"], #CustomerPassword, #Password  {
    padding: 5px;
  }
  #sales-table input[type="text"]:read-only {
    border: 2px solid #0068b0;
    cursor: not-allowed;
    pointer-events: none;
  }
  #sales-table select {
    padding: 5px;
    margin-left: 0;
  }
  #sales-table input[type="submit"] {
    background-color: #1a9ad6;
    border-radius: 50px;
    border: none;
    cursor: pointer;
  }
  #sales-table .calendartext {
    background-color: transparent!important;
  }
  #sales-table div.calendartext a {
    padding: 7px 15px;
    background-color: #1a9ad6;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
  }
  #sales-table span.calendartext a.changelink {
    color: red;
    text-decoration: none;
    font-weight: bold
  }
  table.calcells td.wkend {
    background-color: #cacaca;
  }
  .headings {
    text-shadow: none!important;
  }
  button#submit {
    background: #1a9ad6;
    border: none;
    padding: 5px 15px;
    color: white;
    margin-top: 5px;
    float: left;
    border-radius: 3px;
  }
  table.caldayheading td {
    color: #0068b0
  }