@cache-version: `( new Date() ).getTime()` ;

a#whitelink           { font-size:24px; font-family: sans-serif ; text-decoration: none; color:white ; border:0;  }
a#whitelink:active    { font-size:24px; font-family: sans-serif ; text-decoration: none; color:white ; border:0;  }
a#whitelink:link      { font-size:24px; font-family: sans-serif ; text-decoration: none; color:white ; border:0;  }
a#whitelink:visited   { font-size:24px; font-family: sans-serif ; text-decoration: none; color:white ; border:0;  }
a#whitelink:hover     { font-size:24px; font-family: sans-serif ; text-decoration: none; color:yellow ; border:0; }

.html_menu_option

.content {
            max-width: 800px;
            margin: 100px auto;
            padding: 30px;
            background-color: rgba(0, 0, 0, 0.7);
            border-radius: 10px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        }

h1 {
            color: #fff;
            margin-top: 0;
        }

p {
            line-height: 1.6;
        }

.controls {
            margin-top: 30px;
            display: flex;
            gap: 10px;
        }

button {
            padding: 10px 15px;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }

button:hover {
            background-color: #45a049;
        }

body	{
        font-family: Arial, sans-serif;
        color: #fff;
    	text-align:left;
        display: block; 
    	margin: 5px;
    	padding: 5px;
     	background-color: black;
     	position: relative;
     	margin: 0;
     	padding: 0;
    	z-index: 100;
	border-radius: 6px;
}

td {
	border-radius: 6px;
   }

.background_image {
    position: fixed ; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* background-image: url("/backgrounds/thohtio-background-01.png?version=@{cache-version}"); */
    /* background-image: url("/backgrounds/binaural-beats.sine-waves.0001.jpg?version=@{cache-version}"); */

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center ;
    background-size: cover ;
    z-index: 0;
    overflow: auto!important; 
}

html 	{
	margin: 0;
	padding: 0;
	display: block;
	justify-content: left;
	align-items: left;
}

.top_panel {
    	margin-left: 40px;
    	padding: 4px;
	vertical-align: middle ;
    	z-index: 1000;
}

.container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 5px;
	border-radius:6px;
    	z-index: 1000;
	vertical-align:top;
	min-width:94%;
	max-width:94%;
	}

/*
 
aside 	{
	width:20%;
	max-width:20%;
	padding: 4px;
	border-radius:6px;
	text-align:center; 
	z-index: 1000;
	margin:6px; 
	}

main 	{
	max-width:20%;
	position: relative ;
	left: 20px;
	top:100px ;
	padding: 4px;
	margin:4px; 
	margin-right:20px; 
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border:0px solid #bbb ;
	border-radius:6px;
	z-index: 1000;
	height:75vh!important;
	width:80%;
	min-width:65%;
	max-width:95%;
	}
*/

.center-panel, .right-panel {
position: relative;
top:0px;
    flex: 1;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius:6px;
	max-width:90%;
	min-width:90%;
}

.center-panel {
    font-size: 32px; 
    font-weight: bold;
    border-radius:6px;
    /* overflow: auto!important; */
}

.right-panel {
    font-size: 1em;
    font-style: italic;
    border-radius:6px;
    /* overflow: auto!important; */
}

.rss-item {
    margin-bottom: 5px;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.rss-item a {
    text-decoration: none;
    c olor: #333;
}

.rss-item a:hover {
    text-decoration: underline;
}

.page_body      {
                border:1px solid lime ;
                text-align:center;
                vertical-align:top ;
                box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
                backdrop-filter: blur(22px);
                -webkit-backdrop-filter: blur(22px);
                border-radius:7px;
                border-spacing:7px;
                }

.page_title	{
		text-align:center ;
		color:white;
		margin:4px;
		padding:4px;
		border: 0px solid white ;
		border-radius: 5px ;
		text-transform: uppercase;
		font-size:44px;
		box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8); 
    		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px); 
		opacity: 1;
		}

.page_footer 	{
		position: relative ;
		left: 1%;
		right:1%;
		bottom:5%;
		color:white;
		margin: 1px auto ;
		font-weight: bold;
		}

.sidebar {
	text-transform: uppercase;
	border-radius:6px; 
	padding: 4px;
	margin:4px auto; 
	border-spacing:8px; 
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); 
	backdrop-filter: blur(24px); 
	-webkit-backdrop-filter: blur(5px); 
	}

.sidebar ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }


.sidebar li 	{
	    	border:lime; line-height: 1.5; }
            	padding: 5px ; 
            	margin: 5px ; 
            	border -bottom: 1px solid #ddd; 
            	border: 0px solid #bbb; 
	    	border-radius:4px;
            	position: relative; 
	    	font-weight:bold; 
        	}

.s_idebar li:last-child {
            border-bottom: none; 
        }

.sidebar a {
            text-decoration: none;
            display: block; 
            transition: color 0.5s ease; 
        }

.sidebar a:hover {
            color: lime ;  
        }

.sidebar a {
           text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
            color: white ;  
        }

.content {
            flex: 1; 
            padding: 5px;
        }
	
#rss-container {
    		font-family: sans-serif;
  	}

#rss-container div {
    		margin-bottom: 1px;
    		padding: 1px;
    		border: 1px solid #ccc;
  	}

#rss-container a {
    		font-weight: bold;
    		text-decoration: none;
  	}

#rss-container p {
    		margin-top: 5px;
  	}

.social_media_buttons {
	text-align: center;
	vertical-align: middle;
}

#slides-container img {
  max-width: 100%;
  height: auto;
  display: block;
}

.icon {
    font-size: 24px;
    opacity: 0.6;
    transition: opacity 0.3s ease-in-out;
}

.m_image_off, #mhome:hover .m_image_on {
  display:none;
  margin-left: auto;
  margin-right: auto;
  width:90% ;
}

.m_image_on, #mhome:hover .m_image_off {
  display:block;
  margin-left: auto;
  margin-right: auto;
  width:80% ;
}

.image_off, #home:hover .image_on {
  display:none;
  margin-left: auto;
  margin-right: auto;
  width:80%; 
}

.image_on, #home:hover .image_off {
  display:block;
  margin-left: auto;
  margin-right: auto;
  width:80%; 
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.background-cell img {
    background-image: url( "images/file.gif" ) ;
    border-radius: 8px; 
    background-repeat: no-repeat; 
    background-position: center center ;
    background-size: cover ;
    border-radius: 8px; 
    margin: 10px auto ;
    padding: 10px auto ;
    width:75% ;
    max-width:720px;
    }


.t-flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0; 
}

.img-fade {
    transition: opacity 2s ease-in-out; /* Adjust time as needed */
    opacity: 0; /* Start with images invisible */
    display: none; /* Prevent images from taking up space when not visible */
}

.img-visible {
    opacity: 1;
    display: block; /* Ensure the image is shown when it's supposed to be visible */
}

.content_box	{
		padding: 8px  ;
		margin:  8px  ;
		color: white; 
		font-family: arial,helvetica,sans-serif ;
		}

.row_content	{
		border: 1px solid silver;
		border-radius: 4px;
		margin: 10px ;
		padding: 8px ; 
		color:white ;
		font-weight: normal ;
		font-family: arial, helvetica, sans-serif ;
		vertical-align:top ;
		}

.td_dark	{
		border: 2px solid #afafaf;
		border-radius: 4px;
		margin:4px;
		padding:4px;
		background-image: linear-gradient( #000, #EEE ) ;
		}

a#whitelink           { font-size:24px; font-family: sans-serif ; text-decoration: none; color:white ; border:0;  }
a#whitelink:active    { font-size:24px; font-family: sans-serif ; text-decoration: none; color:white ; border:0;  }
a#whitelink:link      { font-size:24px; font-family: sans-serif ; text-decoration: none; color:white ; border:0;  }
a#whitelink:visited   { font-size:24px; font-family: sans-serif ; text-decoration: none; color:white ; border:0;  }
a#whitelink:hover     { font-size:24px; font-family: sans-serif ; text-decoration: none; color:yellow ; border:0; }

.html_menu_option
		{
		font-family:arial, helvetica, sans-serif ;
		font-size:24px;
		font-weight: bold;
		}


.celltitle	{
		font-family:arial,helvetica,sans-serif;
		font-size:12px; 
		font-weight: bold; 
		background: linear-gradient(-180deg, #efefef , white ); 
		text-align:center;
		vertical-align:middle; 
		border:1px solid #afafaf ; 
		border-radius:4px; 
		padding:4px; 
		margin:4px; 
        	}

.cellsubtitle	{
		font-family:arial,helvetica,sans-serif;
		font-size:12px; 
		font-weight: bold; 
		background: linear-gradient(-180deg, #d3ccff , white ); 
		text-align:center;
		vertical-align:middle; 
		border:1px solid #dfdfdf ; 
		border-radius:4px; 
		padding:4px; 
		margin:4px; 
        	}

.celldata	{
		font-family:arial,helvetica,sans-serif;
		font-size:11px ; 
		font-weight: normal ; 
		text-align:left ;
		vertical-align:middle ; 
		border:1px solid #afafaf ; 
		border-radius:4px ; 
		padding:2px ;
		margin:2px ;
		empty-cells: show ;
		background: white ;
        	}

.background-cell {
    background-repeat: no-repeat; 
    background-position: center center ;
    background-repeat: no-repeat; 
    background-position: center center ;

}

.basicbutton
{
    /* General  */


    /* Size */
	height: 20px;
	width: 150px;

    /* Fill */
	background-color: transparent;
	background-origin: border-box;
	background-color: hsla(0.0, 0.0%, 87.6%, 1.00);
	zoom: 1;

    /* Stroke  */
	border: 1px solid hsla(0.0, 0.0%, 71.8%, 1.00);
	-moz-border-radius: 5px; /* FF1-3.6 */
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 5px 5px 5px 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

    /*  Label  */
	color: hsla(0.0, 0.0%, 20.7%, 0.95);
	font-family: "Helvetica","Verdana","Arial","sans-serif";
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-shadow: 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.50);

    /*  Shadow & Inner Shadow */
	box-shadow:0px 2px 2px hsla(0.0, 0.0%, 0.0%, 0.15);

    /*  Opacity  */
	opacity: 1.000;

}

.basicbutton:Hover
{
    /* General  */


    /* Size */
	height: 20px;
	width: 150px;


    /* Fill */
	background-color: transparent;
	background-origin: border-box;
	background-color: hsla(0.0, 0.0%, 93.7%, 1.00);
	zoom: 1;


    /* Stroke  */
	border: 1px solid hsla(0.0, 0.0%, 71.8%, 1.00);
	-moz-border-radius: 5px; /* FF1-3.6 */
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 5px 5px 5px 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */


    /*  Label  */
	color: hsla(0.0, 0.0%, 20.7%, 0.95);
	font-family: "Helvetica","Verdana","Arial","sans-serif";
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	text-shadow: 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.90);


    /*  Shadow & Inner Shadow */
	box-shadow:0px 3px 3px hsla(0.0, 0.0%, 0.0%, 0.20);


    /*  Opacity  */
	opacity: 1.000;

}

.basicbutton:Active
{
    /* General  */


    /* Size */
	height: 20px;
	width: 150px;


    /* Fill */
	background-color: transparent;
	background-origin: border-box;
	background-color: hsla(0.0, 0.0%, 95.9%, 1.00);
	zoom: 1;


    /* Stroke  */
	border: 1px solid hsla(0.0, 0.0%, 71.8%, 1.00);
	-moz-border-radius: 5px; /* FF1-3.6 */
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 5px 5px 5px 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */


    /*  Label  */
	color: hsla(0.0, 0.0%, 20.7%, 0.95);
	font-family: "Helvetica","Verdana","Arial","sans-serif";
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	text-shadow: 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.90);


    /*  Shadow & Inner Shadow */
	box-shadow:0px 1px 0px hsla(0.0, 0.0%, 0.0%, 0.00);


    /*  Opacity  */
	opacity: 1.000;

}

.basicbutton[disabled]
{
    /* General  */


    /* Size */
	height: 20px;
	width: 150px;


    /* Fill */
	background-color: transparent;
	background-origin: border-box;
	background-color: hsla(0.0, 0.0%, 42.5%, 1.00);
	zoom: 1;


    /* Stroke  */
	border: 1px solid hsla(0.0, 0.0%, 37.0%, 1.00);
	-moz-border-radius: 5px; /* FF1-3.6 */
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 5px 5px 5px 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */


    /*  Label  */
	color: hsla(0.0, 0.0%, 20.7%, 0.95);
	font-family: "Helvetica","Verdana","Arial","sans-serif";
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	text-shadow: 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.90);


    /*  Shadow & Inner Shadow */
	box-shadow:0px 1px 0px hsla(0.0, 0.0%, 0.0%, 0.30);


    /*  Opacity  */
	opacity: 1.000;

}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
