html {
	text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden; /* Optional: prevents scrollbars if content overflows */
}

.fullwidth{
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display:inline;
}

table.body-table-main{	
	padding:0px; 
	margin:0px; 
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden; /* Optional: prevents scrollbars if content overflows */
}

tr.body-iframe,
tr.body-logger,
tr.body-footer,
tr.body-main,
tr.body-navigation,
tr.body-header{
	width:100%; 
	max-width:100%;  
	min-width:100%; 
	min-height:0%; 
	padding:0px; 
	margin:0px; 
	border:0px;
}
tr.body-header{ 
	height:40px;  
	max-height:3%; 	
}
tr.body-navigation{
	height:25px;  
	max-height:50px;	
}
tr.body-main{
	height:80%;  
	max-height:85%;	
	min-height:75%;
}
tr.body-footer{
	height:14px;  
	max-height:14px;	
}
tr.body-main td,
tr.body-navigation td,
tr.body-footer td,
tr.body-header td{
	padding:0px; 
	margin:0px; 
	border:0px;
	
}
.body-logger,
tr.body-logger td,
tr.body-logger{
	background-color:#ddd;
	height:200px;
	max-height:200px; 
	overflow:auto; 
	padding:0px; 
	margin:0px; 
	border:0px;
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%
}


.one_community {
	background-color:White;
	color:Brown;
	text-align:center;
	font-size:large-caption;
	overflow:auto;
	max-height:calc(100vh - 85px);
}

/* Style the tab */
.maintab , .subtab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
	display: flex;
	justify-content: space-around; 
	padding: 14px 16px;
}

/* Style the buttons inside the tab */
.maintab button, .subtab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}

/* Change background color of buttons on hover */
.maintab button:hover, .subtab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.maintab button.active, .subtab button.active {
  background-color: #ccc;
}


.dropdown-content {
  background-color: #fff;
  color:black;
  min-width: 160px;
  z-index: 9999;
  overflow-x: hidden;
}


.dropdown-content li > i,
.dropdown-content li > a, 
.dropdown-content li > span {
  background-color: #fff;
  color:black;	
}
.dropdown-content li > i,
.dropdown-content li > a{
  font-size:12px;
  font-weight:normal;
	
}

.evt_grp_btn,
.dropdown-btn{
	background-color: #888;
	color:black;
	border-radius:5px;
	margin:5px;
	font-weight:bold;
    padding: 0px 10px 0px 10px;
}


.evt_grp_btn:focus,
.evt_grp_btn:hover,
.dropdown-btn:focus ,
.dropdown-btn:hover{
  background-color: #AAA;
  color:black;
}


.evt_grp_btn:focus,
.evt_grp_btn:hover,
.evt_grp_btn{
	background-color: #cce6ff;
	color:black;
	border-radius:50%;
	padding: 2px 20px 2px 20px;
	text-align:center;
	font-weight:normal;
	
}

.evt_grp_btn:focus,
.evt_grp_btn:hover{
	color:red;
	background-color: #e6f2ff;
}

.sidenav{
	width:300px;
	top:80px;
}

.material-icons {
  color: black;
  background-color: transparent;
}

/* Style the tab content */
.maintabcontent, .eventstabcontent {
  padding: 6px 12px;
  margin-left:10px;
  margin-right:10px;
  height:80%;
  overflow:auto;
}

.organization {	
	border: 1px solid #ccc;
}

.org_name, .evt_name , 
.one_table_title{
	font-size: 14px;
	font-weight: bold;	
}

.one_table_data,
.one_table_title,{
	font-size: 10px;
	font-weight: normal;
	height: 100%;	
}

.one_table_title, 
.one_table_data,
tr.one_table_data td,
tr.one_table_title td,
tr.one_table_data th,
tr.one_table_title th{
	border: 0px;
	margin: 0px;
	border: 0px;
	height: 0px;
	padding: 0px;
	vertical-align: top;
	width:0%;
}
.one_table_data,
.one_table_title,
tr.one_table_data td,
tr.one_table_title td,
tr.one_table_data th,
tr.one_table_title th{
	height: 100%;	
	max-height: 100%;	
	font-size: 10px;
	
}
.one_table_title
tr.one_table_data th,
tr.one_table_title th{
	font-size: 13px;
}
.eventstab,
.regiontab{
  position: absolute;
  display: inline-block;
  right: 20px;
  text-align:right;
  padding:  0px ;
  
}
.eventsbtn,
.regionbtn{
  background-color:#ccc ;
  color: black;
  padding-top: 4px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.eventsdropdown-content,
.regiondropdown-content{
  display: none;
  position: float;
  text-align:center;
  font-size: 20px;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.eventsdropdown-content a:hover,
.regiondropdown-content a:hover {
	background-color: #f1f1f1;
}

.eventstab:hover .eventsdropdown-content,
.regiontab:hover .regiondropdown-content {
  display: block;
}

.eventstab:hover .eventsbtn,
.regiontab:hover .regionbtn {
  background-color: #ddd;
}

.org_list{
  text-align:left;
}

.event_description td,
.event_description tr,
.event_description{
  text-align:center;
  font-size: 20px;
  height:100%;
  max-height:100%;
}
.event_description{
  display: none;
}

.event_description td{
  background-color: yellow;
  border:5px solid red;
  text-align:center;
  font-size: 20px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.event_navigation{
	width:100%;
	padding: auto;
	margin:auto;
	text-align:center;
	
}

.event_navigation table, 
.event_list table{
	width:90%;
	text-align:center;
	font-size: 18px;
	font-weight: bolder;
	
}

table.event_table{
	width:100%;
	text-align:"left";
}
table.event_table tr td:nth-child(1),
table.event_table tr td:nth-child(4){
	width: 10%;
	min-width: 10%;
	max-width: 10%;
}
table.event_table tr td:nth-child(2){
	width: 35%;
	min-width: 35%;
	max-width: 35%;
	word-wrap:break-word;
}
table.event_table tr td:nth-child(3){
	width: 45%;
	min-width: 45%;
	max-width: 45%;
	word-wrap:break-word;
}
table.event_table tr td:nth-child(3){
}
table.event_table tr td:nth-child(4){
}
