html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #99cc99;
}

.container1{
	float: left;
	background-color:#004488;
	position: relative;
	width: 100%;
	height: auto;
}

.div1{
	float:left;  
	width:10%; 
	height:auto;
	padding-top: 10px;
	text-align: right;
	vertical-align: text-center;
}

.div2{
	float:left;  
	width:70%; 
	height:auto;
	text-align: left;
	vertical-align: text-center;
}

.div3{
    float:left;
	vertical-align: text-center;
	text-align: right;
	width:20%; 
	height:auto;
}

span{
	font-size:20px;
	color: #595;
	font-style: bold;
}

.img1{
	width: 100%;
	height: 100%;
	max-height: 80px;
	max-width: 80px;
}

.img2{
	width: 80%;
	height: auto;
	max-height: 80px;
	max-width: 200px;
}

.container2{
	float: left;
	padding-left:2px;
	padding-top: 2px;
	background-color:#11cc99;
	position: relative;
	left:0px;
	width: 100%;
	height: auto;
	min-height: 30px;
}
	
.div4{
	float:left;  
	width:50%;
	height:auto;
	text-align: left;
	vertical-align: text-center;
}




.link{
	float:left;
	background-color: #3355cc;
	color: yellow;
	margin-left: 3px;
	padding: 3px 2px;
	font-size: 12px;
	border: 2;
	cursor: pointer;
	border-radius: 4px;
	cursor:pointer; 
	-webkit-border-radius: 5px; 	
	border-radius: 5px;

	webkit-box-shadow: 0px 3px 3px #2b638f;
	-moz-box-shadow: 0px 3px 3px #2b638f;
	box-shadow: 0px 3px 3px #2b638f;
}

.link a {
	background-color: #3333dd;
	color: yellow;
	font-size: 12px;
	padding: 2px 2px;
	text-decoration: none;
	display: block;
}

.link a:hover {
	background-color:darkblue;
	color: yellow;
}

.styling{
	background-color:black;
	color:lime;
	font: bold 12px MS Sans Serif;
	padding: 3px;
}

span2{
	background-color:darkblue;
	opacity: 0;
	animation: blinking 5s linear infinite;
	font-size:14px;
	color: yellow;
	font-weight: bold;
	font-style: italic;
}

@keyframes blinking {
  from,
  49.9% {
	opacity: 0;
  }
  50%,
  to {
	opacity: 1;
  }
}

.div5{
	float:right;  
	width:50%; 
	height:auto;
	text-align: right;
	vertical-align: text-center;
}

.dropdown {
	float: left;
	display: inline-block;
	color: darkblue;

}

.dropbtn {
	margin-bottom:5px;
	background-color: #3355cc;
	color: yellow;
	margin-left: 3px;
	padding:5px;
	font-size:clamp(10px, 1.6vw, 18px);
	border: 0;
	cursor: pointer;
	border-radius: 5px;
	cursor:pointer; 
	-webkit-border-radius: 5px; 	
	border-radius: 5px;

	webkit-box-shadow: 0px 3px 3px #2b638f;
	-moz-box-shadow: 0px 3px 3px #2b638f;
	box-shadow: 0px 3px 3px #2b638f;
}

.dropbtn img{
	width:20px;
	height:auto;
	max-height:15px;
	
}

.dropdown-content {
	margin-left:-35px;
	display: none;
	text-align:center;
	font-size: 14px;
	position: absolute;
	background-color: #3355cc;
	width: 150px;
	min-width: 50px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}



.dropdown-content a {
	background-color: #3355cc;
	color: yellow;
	font-size: 14px;
	padding: 5px 5px;
	text-decoration: none;
	display: block;
}




.dropdown-content a:hover {
	background-color:#3399ee;
	color: white;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: darkblue;
	color: yellow;
}



.container3{
	float: left;
	padding-left:1px;
	padding-top: 1px;
	background-color:azure;
	position: relative;
	left:0px;
	width: 100%;
	height: auto;
	min-height: 725px;
}

.container3a{
	float: left;
	background-color:azure;
	position: relative;
	left:0px;
	width: 100%;
	height: auto;
	min-height:600px;
}

.button{
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding:2px 5px;
	background:#059;
	color:white;
	text-align:center;
	border:2;
	border-color: yellow;
	cursor:pointer; 
	-webkit-border-radius: 2px; 
	border-radius: 5px;
	webkit-box-shadow: 0px 3px 0px #2b638f;
	-moz-box-shadow: 0px 3px 0px #2b638f;
	box-shadow: 0px 3px 0px #2b638f;
}


.buttons{
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding:2px 5px;
	background:#059;
	color:white;
	text-align:center;
	border:2;
	border-color: yellow;
	cursor:pointer; 
	-webkit-border-radius: 2px; 
	border-radius: 5px;
	webkit-box-shadow: 0px 3px 0px #2b638f;
	-moz-box-shadow: 0px 3px 0px #2b638f;
	box-shadow: 0px 3px 0px #2b638f;
}
.buttons-pdf, .buttons-excel, .buttons-print, .buttons-edit {
	height: 25px;
	background:#059;
	font-size:12px;
	color:white;
	text-align:center;
	border:2;
	border-color: yellow;
	cursor:pointer; 
	-webkit-border-radius: 2px; 
	border-radius: 5px;
	webkit-box-shadow: 0px 3px 0px #2b638f;
	-moz-box-shadow: 0px 3px 0px #2b638f;
	box-shadow: 0px 3px 0px #2b638f;
}

.inbox11{
  padding-top: 2px;
  padding-bottom: 2px;
  font: bold 12px'lucida sans', 'trebuchet MS', 'Tahoma';
  border: 1px solid #a4c3ca;
  background: #f1f1f1;
  border-radius: 5px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
  min-width: 30%;
  max-width:100%;
  height: aoto;
  max-height: 700px;
}

.divadd{
	position:absolute; 
	left: 10px; 
	top: 80px;
	width: 80%;
	height: auto;
	background:#cceedd; 
	display:none;
}

span3{
	font-size:15px;
	color: yellow;
	font-style: bold;
	text-align: center;
}

span5{
	font-size:12px;
	color: white;
	text-align: center;
}

.inbox {
  padding-top: 2px;
  padding-bottom: 2px;
  font: bold 12px'lucida sans', 'trebuchet MS', 'Tahoma';
  border: 1px solid #a4c3ca;
  background: #f1f1f1;
  border-radius: 5px;
  width: 45%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
  min-width: 35px;
  max-width: 100%;
  height: 25px;
  
}


textarea{
	min-height: 50px;
	font-size: 12px;
}


table.t1{
	width:100%;
}

table.t1 td {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

table.t1 tr:nth-child(even) {background: #ded;}
table.t1 tr:nth-child(odd) {background: #dde;}

table.t1 tr:hover { background-color: #bbb; }
table.t1 tr.ra td{
	background-color: #37c;
} 

/*
table.t1 tr.r1 td{
	background-color: #ddd;
	font-size: 12px;
	color:#0088dd;
} 

table.t1 tr.r0 td{
 background-color: #ccc;
 font-size: 12px;
 color:#000099;
} 

*/
table.t1 tr.r1{
	background-color: #cdd;
	font-size: 12px;
	color:#000099;
} 


table.t1 tr.r0{
	background-color: #ddc;
	font-size: 12px;
	color:#000099;
} 

table.t1 tr:hover{
	background-color: #cce;
	font-size: 12px;
	color:#000099;
} 

table.t1 th {
	background-color: #059;
	font-size:12px;
	font-weight:bold;
	color: white;
}


table.t1 tr.rh td{
 background-color: #069;
 font-size: 12px;
 font-weight:bold;
 color:yellow;
}

table.t1 tr.rf td{
 background-color: #579;
 font-size: 12px;
 font-weight:bold;
 color:white;
} 

table.t2{
	border:1px;
	border-color:#dddddd;
	width: 100%;
}


table.t2 th {
	background-color: #59a;
	color: white;
} 

table.t2 tr.hd td {
	background-color: #35a;
} 

table.t2 tr.mn td {
	background-color: #aaddee;
	text-align: center;
} 
table.t2 tr.ft td {
	background-color: #cdc;
	height: 30px;
} 

table.t3{
	width:100%;
}

table.t3 th {
	background-color: #9999ee;
	color: white;
} 

table.t3 td {
	background-color: #369;
	padding: 0.2em 2ex 0.2em 2ex;
	FONT-SIZE: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
} 

#heading1{
	width: 100%;
	height: 50px;
}

#heading2{
	width: 100%;
	height: 750px;
}

.fourth-cols {
    margin-top: 20px;
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom:50px;
}
.fourth-cols p{text-align:justify;}
.fourth-cols h4{text-align:center; font-weight:bold;}

.fourth-cols .w3-content {
    margin-top: 20px;
    margin-bottom: 60px;
}
.welcome-home-heading span, .fourth-cols span {
    color: #000;
    font-family: Verdana;
    font-weight: bold;
}
.fourth-cols div.w3-quarter {
    padding: 0 20px;
}
.home-about ul li{line-height: 30px;
    font-weight: normal;
    font-family: sans-serif;
}
.home-contact-logo{
    width: 170px;
    padding-right: 40px;
    padding-bottom: 90px;
}
.home-new-flag{margin: 0;
    height: 12px;
    margin-bottom: 4px;
    margin-left: 4px;
}
.home-membership .w3-row{margin-bottom:20px;}

.header{
	font-size:22px;
	background:#059;
	text-align:center;
	width: 100%;
	height: 35px;
}

.footer{
	padding:5px;
	background:#07b;
	text-align:center;
	width: 100%;
	height: 35px;
}


* {
  box-sizing: border-box;

}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 5px;
  background:#ccc;
  color:darkblue;
  font-weight: bold;
  text-align:right;
 
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column .col {
    width: 100%;
  }
}

/*Zoom pictures*/
.zoom {
	float: left;
	padding: 5px;
	transition: transform .2s;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.zoom:hover {
	-ms-transform: scale(1.7); /* IE 9 */
	-webkit-transform: scale(1.7); /* Safari 3-8 */
	transform: scale(1.7); 
}



.zoom1{
	float: left;
	padding: 1px;
	transition: transform .2s;
	width: auto;
	height: auto;;
	margin: 0 auto;
}

.zoom1:hover {
	-ms-transform: scale(2.0); /* IE 9 */
	-webkit-transform: scale(2.0); /* Safari 3-8 */
	transform: scale(2.0); 
}


/* Create four equal columns that floats next to each other */
.col {
  float: left; 
  width: 50%; /*changed from 25% to 50%*/
  padding: 10px;
  text-align:right;
  color:darkblue;
  font-size:15px;
  font-weight:bold;
}

/* Clear floats after the columns 
.row:after {
  content: "";
  display: table;
  clear: both;
}
*/

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 2000px) {
  .col  {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col  {
    width: 100%;
  }
}
.uniqueClassName {
    text-align: center;
}

div.scroll { 
	margin: 4px, 4px; 
	padding: 4px;  
	width: 100%; 
	overflow-x: auto; 
	overflow-y: hidden; 
	white-space: nowrap; 
}

.container11{
	float: left;
	/*position: relative;*/
	padding-top: 10px;
	padding-bottom: 10px;
	left: 0px;
	height: auto;
	text-align: center;
	width: 10%;
}

.container12{
	float: left;
	/*position: relative;*/
	padding-top: 10px;
	top: 30px;
	/*left: 10%;*/
	width: 80%;
	height: auto;
	text-align: center;
}
/*style='text-align:right; width:15%; height:auto; display:flex;
  justify-content:center; overflow-x:auto;'
