html, body, div, span, applet, object, iframe,
h1, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: arial, sans-serif,  helvetica, Verdana;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: #808080;    
 /*   background-image: url("../graphics/bg.png");  background-repeat:repeat; */
    
}

/* Web page container to centre whole page */

#page-container {
 	margin-right: auto;
	margin-left: auto;
	width: 98%; /* Holding outermost DIV */
	max-width: 1260px;   
        background: #ffffff; 
/*	border:2px solid #5970B2; */ 	
}



hr {
margin: 0;
width: 100%;
height: 2px;
background-color:#5970B2;
color:#5970B2;
}
/* Navigational container */

/* Header container*/
#header_container {
    margin-right: auto;
    width: 100%;
    font-size: 1.25em; 
}

/* top banner*/
#top_banner {
    width: 100%;
    height: 40px;
    font-size: 1.25em; 
    background-color:#D3D3D3;
    color:#000;
    text-align: center; 
    padding: 10px;
}



.col_header {   
  display: table-cell;
  width: 80%;
  padding: 5px;
  vertical-align: middle;
  text-align: center; 
}

.col_header_left {   
  display: table-cell;
  margin: 5px;
  width: 20%;
  vertical-align: middle;
  text-align: center; 
}

/* Add a black background color to the top navigation */


.topnav {
  overflow: hidden;
  background-color: #FFFFFF;
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #FFFFFF;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #000;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  background-image: url(../graphics/navdown_purple.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}


/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

.body_container_header {
    display: table;
    width: 100%;
}

.login{  
    width: 320px;  
    overflow: hidden;  
    margin: auto;
    padding: 10px;  
    background: #00a0e0;  
    border-radius: 15px ; 
}  

.contactus{  
    width: 98%; /* Holding outermost DIV */
    max-width: 420px;  
    overflow: hidden;  
    margin: auto;
    padding: 10px;  
    background: #00a0e1;  
    border-radius: 15px ; 
}  


label{  
        color: #fff;  
        font-size: 20px;  
    }
     
#Uname{  
        width: 300px;  
        height: 30px;  
        border: none;  
        border-radius: 3px;  
        padding-left: 8px;  
    }
#Pass{  
        width: 300px;  
        height: 30px;  
        border: none;  
        border-radius: 3px;  
        padding-left: 8px;  
          
    }  
#log{  
        width: 120px;  
        height: 30px;  
        border: none;  
        border-radius: 17px;  
        padding-left: 2px;  
        color: #00a0e0;  
      
      
    }  

#mylog{  
        width: 130px;  
        height: 30px;  
        border: none;  
        border-radius: 17px;  
        padding-left: 7px;  
        color: #000;  
      
      
    }  

/* adjust booking container*/
#adjust_container {
    width: 100%;
    font-size: 1em; 
}
#adjust_right {
 	height: 40px;
 	width: 48%;
 	margin: 0 1%;
 	text-align: left;
	float: right;
}

#adjust_left {
 	height: 40px;
 	width: 48%;
	margin: 0 1%;
 	text-align: left;
	float: left;
}

/* member container*/
#member_container {
    width: 100%;
    font-size: 1.25em; 
}

.col {   
  display: table-cell;
  width: 50%;
  padding: 5px;
  vertical-align: middle;
  text-align: center; 
}

.col_left {   
  display: table-cell;
  margin: 5px;
  width: 50%;
  vertical-align: middle;
  text-align: left; 
}

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.body_previous_winner {
    display: table;
    width: 100%;
}
.column_two {
  display: table-cell;
  width: 48%;
  margin: 0 1%;
  vertical-align: middle;
  text-align: left; 
    
  
}
/* Create two columns one 20% and other 80%*/

.column_twenty_two {
  display: table-cell;
  width: 18%;
  margin: 0 1%;
  vertical-align: middle;
  text-align: left; 
  float: left;
    
  
}
.column_eighty_two {
  display: table-cell;
  width: 78%;
  margin: 0 1%;
  vertical-align: middle;
  text-align: left; 
  float: right;
    
  
}

.boxed_image {
  width: 98%;
  margin: 1% 1%;
} 

.boxed_text {
  width: 96%;
  margin: 0 2%;
  font-size: 1.25em;
}

div.start_date_relative {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 310px;
    height: 30px;
} 

div.absolute-addweek {
    position: absolute;
    width: 110px;
    top: 25px;
    left: 5px;
}

div.absolute-subtractweek {
    position: absolute;
    top: 25px;
    right: 5px;
}

div.relative {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 310px;
    height: 200px;
} 

div.absolute-right-question {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 20px;
}
div.absolute-left-question {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 35px;
    height: 20px;
}

div.absolute-middle {
    position: absolute;
    top: 35px;
    left: 5px;
}

div.absolute-right {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 35px;
    height: 20px;
}
div.absolute-left {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 35px;
    height: 20px;
}
div.absolute-middleleft {
    position: absolute;
    top: 10px;
    left: 55px;
}
div.absolute-middleright {
    position: absolute;
    top: 10px;
    right: 65px;
}
div.absolute-calendar {
    position: absolute;
    top: 45px;
    left: 55px;
 }

#myhoover {
    font-weight: 900;
    color: #000;
    font-size: 20px;
 }

#myhoover a:link, a:visited {
    color: #000;
}

#myhoover a:hover {
    background-color: #6c93f8;
}


/* Create three equal columns that floats next to each other */
.column_third {
  float: left;
  width: 33.33%;
  padding: 10px;
}

/* Create four equal columns that floats next to each other */
.column_four {
  float: left;
  width: 25%;
  vertical-align: middle;
  text-align: center; 
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



div.fieldSet {
    border: solid black thin;
    width: 500px;
    background-color: #ffffb0;
}
fieldset {
    border: none;
    margin: 0 0 0 -10px;
    padding: 0;
}
legend {
    font-size: 20px;
    background-color: blue;
    color: white;
    width: 100%;
    padding: 5px;
}
label.field {
    text-align: right;
    width: 100px;
    float: left;
    font-weight: bold;
}
input.textbox-300 {
    width: 300px;
    float: left;
}
fieldset p {
    clear: both;
    padding: 5px;
}
label span, .required {
    color: red;
    font-weight: bold;
}

table, th, td {
  border: 1px solid black;
}

table {
  border-collapse: collapse;
}

.square {
    float:left;
    position: relative;
    width: 16%;
    padding-bottom : 16%; /* = width for a 1:1 aspect ratio */
    margin:1.66%;
    overflow:hidden;
}

.content {
    position:absolute;
    height:80%; /* = 100% - 2*10% padding */
    width:90%; /* = 100% - 2*5% padding */
    padding: 10% 5%;
}
.table{
    display:table;
    height:100%;
    width:100%;
}
.table-cell{
    display:table-cell;
    vertical-align:middle;
    text-align: center;
    height:100%;
    width:100%;
    background-color: #fff;
    border: 1px solid black;
}

.table-cell:hover {
  background-color: #e3b987;
  color: #fff;
}

.table-cell-readonly{
    display:table-cell;
    vertical-align:middle;
    text-align: center;
    height:100%;
    width:100%;
    background-color: #fb518f;
    border: 1px solid black;
}
.table-cell-action{
    display:table-cell;
    vertical-align:middle;
    text-align: center;
    height:100%;
    width:100%;
    background-color: #e3b987;
    border: 1px solid black;
}
.table-cell-action:hover {
  background-color: #fff;
  color: #e3b987;
}
.table-cell-action-readonly{
    display:table-cell;
    vertical-align:middle;
    text-align: center;
    height:100%;
    width:100%;
    background-color: #e3b987;
    border: 1px solid black;
}


#covid_container {
    width: 98%;
    margin: 0 1%;
    font-size: 1.25em; 
    padding: 15px;
}

/* Footer */
#footer {
 	clear: both;
 	height: 30px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 24px;
	font-weight: 400;
	background: #D3D3D3;
	color: #000000;
}




#footer a:link {
	color: #000000;
}

#footer a:hover {
	color: #db6d16;
}

#footer_left {
 	clear:left;
 	width: 50%;
 	text-align: center;
	float: left;
    overflow: hidden;
}

#footer_right {
 	clear:right;
 	width: 50%;
 	text-align: center;
	float: right;
    overflow: hidden;
}

p.invoice {
  font-weight: 900;
  color: #e84d1a;
  font-size: 14px;
}
p.forget {
  color: #e84d1a;
}
p.orders {
  font-weight: 900;
  color: #e84d1a;
  font-size: 20px;
}

p.dark {
  font-weight: 900;
  color: #000;
  font-size: 16px;
  padding: 10px;
}
p.darkbig {
  font-weight: 900;
  color: #000;
  font-size: 20px;
}

p.green {
  color:#0f6003; 
  font-size:1.25em;
  font-weight:bold
}

p.headings {
  font-weight: bold;
  color: #000;
  font-size: 16px;
  padding: 10px;
}

p.headings_lighter {
  font-weight: normal;
  color: #000;
  font-size: 16px;
  padding: 10px;
}

h3 {
 	color:#0f6003; 
	font-weight:bold
}

@media screen and (max-width: 800px) {
.column_third {
    display: block;
    width: 48%;
    margin: 0 1%; 
}

}

@media screen and (max-width: 700px) {
.column_third {
    display: block;
    width: 98%;
    margin: 0 1%;
}

.column_four {
    display: block;
    width: 98%;
    margin: 0 1%;
}

.column_two {
    display: block;
    width: 98%;
    margin: 0 1%;
}

#top_banner {
    font-size: 1.00em; 
}

.col_header { 
    display: block;
    width: 98%;
    margin: 0 1%;
}

.col_header_left { 
    display: block;
    width: 98%;
    margin: 0 1%;
}    
 
 .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
    
 #footer {
 	height: 60px;
}

#footer_left {
 	width: 100%;
}

#footer_right {
 	width: 100%;
} 
.col {
    display: block;
    width: 98%;
    margin: 0 1%;
  }
  
.col_left {
    display: block;
    width: 98%;
    margin: 0 1%;
  }

.dropdown .dropbtn {
  background-position: left center;
}  
    
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 700px) {
    
    
   
 .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
} 

       

       