BODY
{	
font-family: verdana, arial, sans-serif;
    font-size: 12px;
	background-image: url('back.jpg');
	background-size: cover;
	text-align: center;
	margin: 0;
    padding: 0;
	}
TD.s1
{

    COLOR: #000000;
	font-family: verdana, arial, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 4px;
    border-width: 0 0 0 0;
	border-style: solid;
	text-align: center;
}

TD.s1l
{
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #000000;
	font-family: verdana, arial, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 4px;
    border-width: 0 0 0 0;
	border-style: solid;
	text-align: left;
}
TD.s1a
{
    BACKGROUND-COLOR: #EFEFEF;
    COLOR: black;
	font-family: verdana, arial, sans-serif;
    font-size: 16px;
	margin: 0;
    padding: 4px;
    border-width: 1px 1px 1px 1px;
	border-style: solid;
	text-align: center;

}
TD.s1b
{
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: black;
	font-family: verdana, arial, sans-serif;
    font-size: 9px;
	margin: 0;
    padding: 4px;
    border-width: 1px 1px 1px 1px;
	border-style: solid;
	text-align: center;
}
TD.s3a
{
    BACKGROUND-COLOR: red;
    COLOR: #FFFFFF;
	font-family: verdana, arial, sans-serif;
    font-size: 9px;
	margin: 0;
    padding: 10px;
    border-width: 1px 1px 1px 1px;
	border-style: solid;
	text-align: center;

	
}	
TD.s3b
{
    BACKGROUND-COLOR: green;
    COLOR: #FFFFFF;
	font-family: verdana, arial, sans-serif;
    font-size: 11px;
	margin: 0;
    padding: 10px;
    border-width: 1px 1px 1px 1px;
	border-style: solid;
	text-align: center;
}

.blink {
	font-family: verdana, arial, sans-serif;
	font-size: 25px;
	color: red;
	text-align: center;
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-timing-function: steps(2, start);
}
@keyframes blink {
    80% {
        visibility: hidden;
    }
}

.img-circle {
    border-radius: 50%;
}	

.accordion {
    background-color: #EFEFEF;
    color: #000000;
	font-family: verdana, arial, sans-serif;
    font-size: 11px;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: center;
    outline: none;
    transition: 0.4s;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

.active, .accordion:hover {
    background-color: #AEB6BF;
	color:#FFFFFF;
}

.accordion:after {
    content: '\002B';
    color: #AEB6BF;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}	


#dropmenu {
    min-height:10px; 
    overflow-y :auto; 
    overflow-x:hidden; 
    width:150px;
   /* display: contents; */
 }
 

/* The navigation bar */
.navbar {
    overflow: hidden;
    background-color: #FFF;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

.navbar2 {
    overflow: hidden;
    background-color: #FFF;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
    float: center;
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-size: 14px;
}

.navbar2 a {
    float: left;
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-size: 14px;
}


a {
	text-decoration: none;
}


/* Change background on mouse-over */
.navbar a:hover {
    background: #eee;
    color: black;
	font-size: 14px;
}

.navbar2 a:hover {
    background: #eee;
    color: black;
	font-size: 14px;
}

/* Main content */
.main {
    margin-top: 0px; /* Add a top margin to avoid content overlay */
}


/* menu mobile */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: green;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 35px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 14px;}
} 

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.block {
  display: block;
  width: 100%;
  border: none;
  background-color: #4CAF50;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}