h1 {
  font-family: Trebuchet MS;
  color: #ffff80;
  text-align: center;
  padding: 10px 10px 10px 10px;
  font-size: 200%;
}
body
 {
  background-image:url('shuttle.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
    margin: auto;
    padding: 0;
    width: 100%;
    min-height: 50%;
    text-align:center;
    color: black;
}
html
{
	margin: auto;
	min-height: 100%;
	width: 100%;
}

#left {
  margin: 0%;
  float: left;
  width: 60%;
  overflow: hidden;
}

#right {
  float: right;
  width: 40%;
  overflow: hidden;
} 

s_container {
            text-align: center;
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
 
 spinner {
            border: 8px solid #f3f3f3;
            border-radius: 50%;
            border-top: 8px solid #3498db;
            width: 50px;
            height: 50px;
            animation: spin 1s linear infinite;
            margin: 0 auto;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
 
table.center {
  margin-left: auto; 
  margin-right: auto;
}

tr:nth-child(even) {
            background-color: #7d7d7d;
        }
tr:nth-child(odd) {
  background-color: rgb(71, 71, 71);
}

a {
  color: #dfffff;
  text-decoration: underline;
  font-size: 105%;
}

a:focus {
  color: red;
}

a:hover {
  color: green;
}

:link {
  color: green;
  font-size: 105%;
}

#horizontalbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: auto;
  top: 0;
  text-align: left;
}

#horizontalbar li {
  float: left;
}

li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-family: Trebuchet MS;
  font-size: 300%;
  text-align: center;
  border-style: solid;
  height: 7%;
}

li a.ODD {
  background-color: rgb(71, 71, 71);
  color: #dfffff; 
  font-size:200%;
}
li a.EVEN {
  background-color: #7d7d7d;
  color: #dfffff;
   font-size:200%;
}

li a.User {
  background-color: #EA2D21;
  color: black; 
}
li a.Rules {
  background-color: #DE5713;
  color: black;
}

li a.Slots {
  background-color: #CFD660;
  color: black;
}

li a.Schedule {
  background-color: #DC7633;
  color: black;
}

li a.Roster {
  background-color: #DC7633;
  color: black;
}

li a.Payment {
  background-color:#19b019;
  color: black;
}

li a.List {
  background-color: #008000;
  color: black;
}

li a.Transactions {
  background-color: #4278CF;
  color: black;
}

li a.Assign {
  background-color: #4278CF;
  color: black;
}

li a.Routine {
  background-color: #964ABF;
  color: black;
}

li a.Game {
  background-color: #964ABF;
  color: black;
}

li a.Logout {
  background-color: #353137;
  color: white;
}

li a:hover {
  background-color: white;
  color: black;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.nav li {
  width: 12.5%;
  border-bottom: none;
  text-align: center;
}

.navAdm li {
  width: 14.25%;
  border-bottom: none;
  text-align: center;
}

.navUser li {
  width: 16.65%;
  border-bottom: none;
  text-align: center;
}

li {
  float: left;
}

li a:hover:not(.active) {
  background-color: white;
}

.active {
  background-color: white;
}

#container{
	position: relative;
	left: 44%;
	width: 40%;
	height: 3%;
	transform: translate(-50%, -50%);
}

#search{
	position: relative;
	width: 127%;
	height: 110%;
	padding-left: 5px;
  text-align: center;
	font-size: 15px;
  color: #1A9BCB;
	border: 2px solid;
}

#chev{
	position: absolute;
	top: 25%;
	left: 100%;
	width: 40%;
	height: 100%;
	text-align: center;
	cursor: pointer;
}

#results{
	position: absolute;
	left: 0%;
	width: 130%;
	max-height: 500%;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;	
	display: none;
	border: 1px solid;
}

.item{
	position: relative;
	display: inline-block;
	top: 0px;
	left: 0px;
	width: 80%;
	height: 25%;
	padding-left: 1px;
	font-size: 14px;
	font-family: sans-serif;
	border: none;
	line-height: 25px;
	cursor: pointer;
}

.item:hover{
	background: #39f;
}


input{
	margin:0;
	border:0;
	padding:0;
	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	background:none;
	line-height:1;
	flex: 0 0 200px;
	color: white;
	font-size :75%;
}



#home-login {
  margin-top: 1%;
  height: 100%;
}

.container-login {
  height: 100%;
  width: 40%;
  border: 1px solid grey;
  margin: 0 auto;
  text-align: center;
  background: rgba(35,35,35,0.6);
  border-radius: 5px;
  transition: 1s;
}

.login:hover {
  background: #232323;
  box-shadow: 0 0 10px #0f0,
        0 0 20px #0f0,
        0 0 30px #0f0,
        0 0 40px #0f0,
        0 0 50px #0f0;
  animation: logobox 5s linear infinite;
}

@keyframes logobox {
  0% {
    filter: hue-rotate(0deg);
  }

  100% {
    filter: hue-rotate(360deg);
  }
}


.box-login input[type = "Fname"] {
  border-radius: 10px 10px 0 0;
}

.box-login input[type = "Lname"] {
  border-radius: 0 0 10px 10px;
}
.box-login input[type = "SABC"],
.box-login input[type = "text"],
.box-login input[type = "Fname"],
.box-login input[type = "Lname"],
.box-login input[type = "Email"],
.box-login input[type = "password"],
.box-login input[type = "password2"],	
.box-login input[type = "Phone"],
.box-login input[type = "payment"],
.box-login input[type = "search"]{
  border:0;
  background: none;
  display: block;
  margin: 1px auto;
  text-align: center;
  border: 1px solid #3498db;
  padding: 7px 5px;
  height: 3%;
  width: 50%;
  outline: none;
  color: white;
  transition: 0.25s;
}

.box-login input[type = "SABC"]:hover,
.box-login input[type = "text"]:hover,
.box-login input[type = "Fname"]:hover,
.box-login input[type = "Lname"]:hover,
.box-login input[type = "Email"]:hover,
.box-login input[type = "password"]:hover,
.box-login input[type = "password2"]:hover,
.box-login input[type = "Phone"]:hover,
.box-login input[type = "payment"]:hover,
.box-login input[type = "search"]:hover{
  border-color: rgba(189, 59, 223, 0.5);
  border-radius: 1px;
}

.box-login input[type = "SABC"]:focus:hover,
.box-login input[type = "text"]:focus:hover,
.box-login input[type = "Fname"]:focus:hover,
.box-login input[type = "Lname"]:focus:hover,
.box-login input[type = "Email"]:focus:hover,
.box-login input[type = "password"]:focus:hover,
.box-login input[type = "password2"]:focus:hover,
.box-login input[type = "Phone"]:focus:hover,
.box-login input[type = "payment"]:focus:hover,
.box-login input[type = "search"]:focus:hover{
  border-color: rgba(189, 59, 223, 0.5);
  border-radius: 1px;
}

.box-login input[type = "SABC"]:focus,
.box-login input[type = "text"]:focus,
.box-login input[type = "Fname"]:focus,
.box-login input[type = "Lname"]:focus,
.box-login input[type = "Email"]:focus,
.box-login input[type = "password"]:focus,
.box-login input[type = "password2"]:focus,
.box-login input[type = "Phone"]:focus,
.box-login input[type = "payment"]:focus,
.box-login input[type = "search"]:focus{
  border-color: rgba(189, 59, 223, 0.5);
  border-radius: 1px;
}

.box-login input[type = "submit"]{
  width: 30%;
  height: 3%;
  border:0;
  background: linear-gradient(to bottom right, #430F92, #4728C5);;
  display: block;
  margin: 10px auto;
  text-align: center;
  border: 1px solid rgba(189, 59, 223, 0.5);
  padding: 1px 3px;
  outline: none;
  color: white;
  border-radius: 1px;
  transition: 1s;
  cursor: pointer;
  text-transform: uppercase;
  }

.box-login input[type = "submit"]:hover{
  background: linear-gradient(to bottom right, #430F92, #4728C5);
  border: 2px solid transparent;
}

.box-login button[type = "submit1"]{
  width: 50%;
  height: 3%;
  border:0;
  background: none;
  display: inline-block;
  margin: 10px auto;
  text-align: center;
  border: 5px solid rgba(189, 59, 223, 0.5);
  padding: 1px 3px;
  outline: none;
  color: white;
  border-radius: 2px;
  transition: 1s;
  cursor: pointer;
  text-transform: uppercase;
  }

.box-login button[type = "submit1"]:hover{
  background: linear-gradient(to bottom right, #430F92, #4728C5);
  border: 2px solid transparent;
}
.box-login a {
  color: white;
  text-decoration: none;
}

.box-login a:hover {
  color: white;
  text-decoration: none;
}

.box-login span {
  color: white;
}
#home-calendar{
  margin-top: 1%;
  height: 80%;
  width: 70%;
}

table, tr, td {
  border: 3px solid white;
  color: #dfffff;
}

h3{
  color:blue;
  text-align: center;
  align: center;
}

h2{
  color: #ce4325;
  text-align: center;
  align: left;
}

#tbl_schedule {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 70%;
  margin-right: 30%;
}

#tbl_schedule td, #tbl_schedule th {
  border: 1px solid #ddd;
  padding: 4px;
}

#tbl_schedule tr:nth-child(even)

#tbl_schedule tr:hover {background-color: #ddd;}

#tbl_schedule th {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  background-color: #4CAF50;
}

#tbl_calendar {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 70%;
  margin-right: 30%;
}

#tbl_calendar td, #tbl_calendar th {
  border: 1px solid #ddd;
  padding: 4px;
}

#tbl_calendar tr:nth-child(even)

#tbl_schedule tr:hover {background-color: #ddd;}

#tbl_schedule th {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  background-color: #4CAF50;
}

#SlotsTable1 {
  background-color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size :150%;
  border-collapse: collapse;
  width: 70%;
} 

#RulesTable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 50%;
} 
  
#SlotsTable1 td, #SlotsTable1 th {
	border: 1px solid white;
	padding: 8px;
	font-size: 125%;
}
 
#SlotsTable1 tr:nth-child(even)

#SlotsTable1 tr:hover {background-color: black}

#SlotsTable1 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: black;
}

.slot input[type = "submitSlot"]{
  width: 15%;
  height: 1%;
  border:0;
  background: none;
  display: block;
  margin: 1% auto;
  text-align: center;
  border: 5px solid rgba(189, 59, 223, 0.5);
  padding: 1% 10%;
  outline: none;
  color: white;
  border-radius: 24px;
  background-color: green;
  transition: 1s;
  cursor: pointer;
  text-transform: uppercase;
}

.admin_schedule input[type = "update"]{
  width: 15%;
  height: 1%;
  border:0;
  background: none;
  display: block;
  margin: 1% auto;
  text-align: center;
  border: 5px solid rgba(189, 59, 223, 0.5);
  padding: 1% 10%;
  outline: none;
  color: black;
  border-radius: 24px;
  background-color: orange;
  transition: 1s;
  cursor: pointer;
  text-transform: uppercase;
}


#AdminSchedule {
  background-color: orange;
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 40%;
} 
 
#AdminSchedule tr:nth-child(even)

#AdminSchedule tr:hover {background-color: #ddd;}

#AdminSchedule th {
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: left;
  background-color: black;
}

#adm_btn input[type = "submit"]{
  width: 50%;
  height: 3%;
  border:0;
  background: linear-gradient(to bottom right, #430F92, #4728C5);;
  display: block;
  margin: 1px auto;
  text-align: center;
  border: 1px solid rgba(189, 59, 223, 0.5);
  padding: 1px 1px;
  outline: none;
  color: white;
  border-radius: 1px;
  transition: 1s;
  cursor: pointer;
  text-transform: uppercase;
  }

#btnSelect{
  width: 15%;
  color: midnightgreen; 	
  background-color: white;
  font-weight: bold;
  border-radius: 1px;
}

#selSlot{
  width: 25%;
  padding: 1% 2%;
  color: midnightgreen; 	
  background-color: white;
  font-weight: bold;
  border-radius: 1px;
}

#btnNav{
  width: 23%;
  padding: 1% 2%;
  color: white; 	
  background-color: black;
  font-weight: bold;
  border-radius: 1px;
}


#PayTable1 {
  background-color: orange;
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 70%;
} 
#jspTable {
  background-color: orange;
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 40%;
} 
#assignTable {
 background-color: orange;
 font-family: Arial, Helvetica, sans-serif;
 border-collapse: collapse;
 width: 70%;   
}
#assignTable tr:nth-child(even)

#assignTable tr:hover {background-color: #ddd;}

#assignTable th {
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: left;
  background-color: #4CAF50;
}

input[type=submit] {
    padding:5px 15px; 
    background:green; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

