@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Economica:wght@700&display=swap');

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

body::before {
	content: "Total Ninja Kolonnade, MONTANA PARK, PRETORIA.";
	color: #ffffff;
	background-color: #0762ea;
	width: 100%;
	display: block;
	margin: 0 15px 0 0;
	padding: 20px;
	text-align: center;
	font-weight: 900;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-size: 1.4em;
	
}

body {
	background: #000;
	color: #fff;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;	
	margin: 0px;
}


div.headings[style] {
	color: #e70327!important;
	text-shadow: none!important;
}

div span.headings {
	font-size: 16px;
}


#sales-table {
	width:100%;
	max-width:875px;
	border-radius:0;
	box-shadow: none;
	border: none;
}

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

.headerlink{
	text-decoration: none;
}

/*responsive elements*/
  .headings {
font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;	
	padding-left: 0px; 
	font-weight:bold;
}

  .headings2 {
	font-weight:bold;
}

.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:20px;
}

input[type="submit"] { 
	background:  #e70327;
	border: none;
	border-radius: 10px;
	padding: 10px 20px;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	margin: 10px;
	}

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

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

select{
	margin:5px;
}

textarea {
	
	width: 100%;
	max-width: 460px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	
}


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

	select[style] {
	font-size: 20px!important;
	height: auto!important;
	margin: 4px auto auto auto;
	vertical-align: middle;
	}
	
	
}


/* --------------------------------------------------
    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: 300px;
	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;
}