.tabli{
  list-style-type: none;
  margin: 2vw 0;
  
  font-size: 3vh;
}


.taba {
  text-decoration: none;
  color: white;
  font-family: Roman;
  font-size: 15pt;

  padding: 2vw;

}
.tabnav{
  width: 200vw;
  background-color: black;
}

.tabul{
  display: block;
  margin: 0;
  padding: 0;
  
  display: flex;  
}

.tabbody{
  margin: 0;
  padding: 0;
}

.tabbutton{
  display: none;
}


a:hover{
  background-color: white;

}

.tabhr {
   border-width: 10px;
}



.tabhover.nav.li.a:hover{
	background-color: black;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav b {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown button{
  background-color: #4CAF50;
  color: white;
  text-align: center;

}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;

  margin: 0;

}

.dropdown .dropbtnSelected {
  font-size: 16px;  
  border: none;
  outline: none;
  background-color: #4CAF50;  /* selected Green background */
  color: white; /* selected text color */
  padding: 14px 16px;
  font-family: inherit;
  margin: 0;

} 
.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;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the color of links on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;  /* Green background */
  color: white;		      /* White foreground */
}

/* Add a color to the active/current link */
.topnav b.active {
  background-color: #4CAF50;
  color: white;
}

/* Code for not active tab */
topnav a.Nactive {
  float: left;
  color: #f2f2f2;
  text-align: center;
}

 .topnav a.Nactive:hover {
  background-color: #333;
  color: white;
}


/* Make radio selection into button select */
.radio-toolbar {
  margin: 4px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}


.radio-toolbar label {
    display: inline-block;
    
    background-color: #ddd;
    padding: 10px 15px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
}

/*

.radio-toolbar label:hover {
  background-color: #ddd;
}
*/
/*
.radio-toolbar label:hover {
  background-color: #33ccff;
}
 */ 
.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked + label {
	color: #ffffff;
    background-color: #003d99;
    border-color: #0052cc;
}




.Tbuttonstyle 
{ 
display: inline-block;
    
    background-color: #ddd;
    padding: 5px 5px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
}

/* .Tbuttonstyle:hover {background: #33ccff;background-position: 0px -501px;color: #000000; } */
	
.clbutton {
	
	background-color: #ddd;
	border: 2px solid #444;
	padding-right: 5px;
	padding-left: 5px;
	
}			

/* .clbutton:hover {background: #33ccff;background-position: 0px -501px;color: #000000; } */


.styled-select select {
	
    font-size: 16px;   
    border: 8px;
    background-color: #ddd;
    width: 140px;      
    height: 40px;   
    
    
}


.custom-select select {
	
    font-size: 16px;   
    border: 8px;
    width: 140px;      
    height: 40px; 
    margin:40px;
    background: #003d99;
    color:#fff;
    
  
}

.styled-table table {
	border: 3px solid black;
	font-size: 12px;
border-collapse: collapse;
}

.styled-table td {
	border: 3px solid black;
	font-size: 12px;
border-collapse: collapse;
}


.banner-table table {
	border: 0;
	font-size: 12px;
border-collapse: collapse;
}

.banner-table td {
	border: 0;
	font-size: 12px;
border-collapse: collapse;
}

.banner-table hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 2px;
} 

.banner-table tr:hover td {
	background-color: white;
}





.b2f-table table {
	border: 0px;
	font-size: 12px;
        border-collapse: collapse;
}

.b2f-table td {
	border: 3px;
	font-size: 14px;
	text-align: left;
	border-collapse: collapse;
}

.b2f-table th {
	border: 0;
	font-size: 14px;
	text-align: left;
	border-collapse: collapse;
	padding: 3px;
	background-color: white;
}


.b2f-table hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 2px;
} 










.b2fA-table table {
	border: 0;
	font-size: 12px;
	border-collapse: collapse;
}

.b2fA-table tr:hover th {
	background-color: white;
}

.b2fA-table td {
	border: 0;
	font-size: 14px;
	text-align: center;
	border-collapse: collapse;
	padding: 2px;
}

.b2fA-table th {
	border: 0;
	font-size: 14px;
	text-align: left;
	border-collapse: collapse;
	padding: 3px;
}



.b2fB-table table {
	border: 0px;
	font-size: 12px;
        border-collapse: collapse;
}


.b2fB-table td {
	border: 3px;
	font-size: 14px;
	text-align: left;
	border-collapse: collapse;
}

.b2fB-table th {
	border: 0;
	font-size: 14px;
	text-align: left;
	border-collapse: collapse;
	padding: 3px;
	background-color: white;
}

.b2fB-table hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 2px;
}




.e3f-table table {
	border: 0;
	font-size: 12px;
	border-collapse: collapse;
	width: 45%;
}

.e3f-table tr:hover td {
	background-color: white;
}

.e3f-table td {
	border: 0;
	font-size: 14px;
	text-align: right;
	border-collapse: collapse;
	padding: 2px;
}



.e3f-table th {
	border: 0;
	font-size: 14px;
	text-align: left;
	border-collapse: collapse;
	padding: 3px;
}


.noh-table th {
	background-color: white;
}
