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

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
}

input[type="submit"]#submit,
#sendbutton,
button,
input[type="submit"] {
	background-color: #019193;
}

#sales-table {
	width:100%;
	max-width:875px;
}

#countdown {
	float: left;
}

.error{
	color: red;
	margin-left: 0px;
	display:none;
	font-weight:bold;
}



/*responsive elements*/
  .headings {
	padding-left: 0px; 
	font-weight:bold;
}

  .headings2 {
	padding-left: 0px; 
	font-weight:bold;
}

.timelisting{
	width:90%;
	height:34px;
	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-weight:bold;
}

.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-weight:bold;
}

.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-weight:bold;
	color:#CCCCCC;
}

.calendartext{
}


div.headings a.headerlink,
span.headings a.headerlink{
	text-decoration: none;
	background: #999999;
	color: #ffffff!important;
}

input[type="submit"]#submit,
input[type="submit"], 
button, 
div.headings a.headerlink,
span.headings a.headerlink {
	border: none;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	margin: 10px;
	cursor: pointer;
	min-width: 100px;
	border-radius: 3px;
}

input[type="text"],
input[type="password"]{
	font-size: 16px;
	border: 1px solid #767676;
	border-radius: 3px;
	padding: 5px;
}

select[style],
select {
	font-size: 16px!important;
	border: 1px solid #767676!important;
	border-radius: 3px!important;
	width: auto!important;
	height: auto!important;
	padding: 5px;
	
}


textarea {
	width: 460px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-size: 16px;
}

span.headings div a {
	color: #333333!important;	
}

#sales-table center div div.headings[style] {
	color: #333333!important;
	text-shadow: none!important;
}


#sales-table center div span.headings span a{
	background:none!important;
	color: #cccccc!important;
	padding: 0!important;
	min-width: 5px!important;
}


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

	.headings {
	}

	.headings2 {
	}

	.timelisting{
		height:34px;
	}

	.tddisplay{
	}

	.actday{
	}

	.unavailable{
	}

	.calendartext{
	}
}

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

	.headings {
	}

	.headings2 {
	}

	.timelisting{
		height:30px;
	}

	.tddisplay{
	}

	.actday{
	}

	.unavailable{
	}

	.calendartext{
	}

}

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

	.headings {
	}

	.headings2 {
	}

	.timelisting{
		height:26px;
	}

	.tddisplay{
	}

	.actday{
	}

	.unavailable{
	}

	.calendartext{
	}

}

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

	.headings {
	}

	.headings2 {
	}
	
	.timelisting{
		height:24px;
	}

	.tddisplay{
	}
	
	.actday{
	}
	
	.unavailable{
	}
	
	.calendartext{
	}
}

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

	.headings {
	}
	
	.headings2 {
	}
	
	.timelisting{
		height:24px;
	}
	
	.tddisplay{
	}

	.actday{
	}

	.unavailable{
	}

	.calendartext{
	}

}

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

	.headings {
	}
}

/* --------------------------------------------------
    calendar
   -------------------------------------------------- */
table.calendar {
	font-size: 1.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 260px;
	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 {
}
table.calendar td {
	border: 0;
	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: 32px; /*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;
}