
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #9CC2E2;
}

.topnav a {
  float: left;
  color: #0000cc;
  text-align: center;
  padding: 14px 15px;
  text-decoration: none;
  font-size: 14px;
}

.topnav a:hover {
  background-color: #0000ee;
  color: #ffffff;
}

.topnav a.logo {
  background-color: white;
  color: white;
   padding: 0px 0px;
}
 
 
.topnavImage {
  overflow: hidden;
  background-color: #9CC2E2;
  font-size: 14px; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  color: #0000ee; 
  font-weight: bold;
}

.topnavImage a {

  padding: 0px 0px 0px; 
  font-size: 14px; 
}

.topnavImage a:hover {
  background-color: #9CC2E2;
  color: #ffffff;
} 
 
 
 

 
 
* {
  box-sizing: border-box;
}

form.theform input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.theform button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.theform button:hover {
  background: #0b7dda;
}

form.theform::after {
  content: "";
  clear: both;
  display: table;
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4666e1;
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: #EAF3F4;
	border: thin solid #94bde0;
	line-height: 24px;
	text-align: center;
}
/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}
/* Float four columns side by side */
.column33 {
  float: left;
  width: 33%;
  padding: 0 10px;
}
/* Float four columns side by side */
.column66 {
  float: left;
  width: 66%;
  padding: 0 10px;
}
/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.button {
   
  
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  font-weight: bold;
  border: 1px solid navy;
  border-left: none;
  cursor: pointer;
}

.button:hover {
  background: #0b7dda;
}
/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;}
 .column33 {
    width: 100%;
    display: block;
    margin-bottom: 20px;}
 .column66 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}


.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #ffff00;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

  
 

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}
 

 
.container {
  padding: 16px;
}

 

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
 /*  position: absolute; */
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}