@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 Westown, SHONGWENI, DURBAN.";
	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: #ffffff!important;
	text-shadow: none!important;
	font-family:'Economica',Helvetica,Arial,Lucida,sans-serif!important;
	font-size: 160%;
}


td.notmnth {
	background-color: #cccccc;
	color#fff;
}
td.wkday, td.wkend {
	background-color: #fff;
	color: #000!important;
}

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

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

form[name=TrackerDetails] table tr td span[style] {
	color: #fff!important;
	padding-left: -10px;
}

form[name=TrackerDetails] table tr:nth-child(odd) td {
	background-color: #e70327!important;
}

form[name=TrackerDetails] table tr:nth-child(odd) td div.headings[style] {
	color: #000!important;
}


form[name=TrackerDetails] table tr:nth-child(1) td, 
form[name=TrackerDetails] table tr:nth-child(2) td, 
form[name=TrackerDetails] table tr:nth-child(3) td, 
form[name=TrackerDetails] table tr:nth-child(4) td {
	background-color: #000!important;
}

form[name=TrackerDetails] table:first-child tr td {
	background-color: #000!important;
	border-top: 1px solid white!important;
	
}

.error{

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

.headerlink{
	text-decoration: none;
}

/*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{
	font-family: Arial, Verdana, sans-serif; 
	
}



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

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

select{
    margin:5px;
}

select[style] {
	font-size: 16px!important;
	height: auto!important;
}	

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: 'Poppins',Helvetica,Arial,Lucida,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;
}