.fullscreen_till_actual_image_width_and_no_futher
{
	max-width:100%;
	max-height:100%;
}

.fullscreen_to_infinity_and_beyond
{
	width:100%;
	height:100%;
}

.ui-page
{
    background:url(../images/Background.jpg) no-repeat center center fixed; 
    background-size: cover;
    background-size:100% 100%;
}

#panel-overlay
{
    background:url(../images/Background.jpg) no-repeat center center fixed; 
    background-size: cover;
    background-size:100% 100%;
}

.custom-corners .ui-bar
{
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
}
.custom-corners .ui-body
{
	border-top-width: 0;
	-webkit-border-bottom-left-radius: inherit;
	border-bottom-left-radius: inherit;
	-webkit-border-bottom-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

.ui-grid-solo img
{
	width:100%;
}

.ui-grid-c img
{
	width:100%;
}

.ui-grid-c div
{
	padding: 7px; /*Spacing between grid but the vertical spacing will always be a little bit more.*/
}

.image_title
{
	margin-top:-8px; /*Without this, the image title will be too low below the image [default].*/
	text-align:center;
	font-family:consolas; font-weight:bold; font-size:17px;
}

table
{
	font-weight:bold;
}

.aqua_marine_color
{
	color: #09533a; /* #58ebb9; */
}

@media screen and (min-width: 0px) and (max-width: 1080px)
{
	.content-secondary
	{
		display: none;
	}
}

@media screen and (min-width: 1081px) and (max-width: 7680px) /*or just @media screen and (min-width: 1081px)*/
{
	.panel_overlay
	{
		visibility: hidden;
	}

	.content-secondary
	{
		margin-left: -16px; margin-top: -16px; /*override mysterious margins*/
		/* position:fixed; Remove this if menu is so long it actually needs scrolling */

		width: 20%; /*change as desired*/
		float: left;
	}

	.content-primary
	{
		width: 80%; /*change as desired*/
		float: right;
	}
}

.ui-header
{
	background: rgba(255, 255, 255, 0.8) !important;
}

.ui-footer
{
	background: rgba(255, 255, 255, 0.8) !important;
}

.ui-bar
{
	background: rgba(255, 255, 255, 0.7);
}

.ui-body
{
	background: rgba(255, 255, 255, 0.6);
}

.ui-collapsible-heading-toggle
{
	background: rgba(255, 255, 255, 0.7) !important;
}

.ui-collapsible-content
{
	background: rgba(255, 255, 255, 0.6) !important;
}

/* Transparent List View */
.ui-li-static
{
	background: rgba(255, 255, 255, 0.6) !important;
}

ul[data-role="listview"].ui-listview >li> a
{
	background: rgba(255, 255, 255, 0.6);
}

ul[data-role="listview"].ui-listview >li:hover> a
{
	background: rgba(88, 235, 185, 0.6); /* Transparent List View Mouse Over Color */
}

.ui-btn
{	
	background: rgba(255, 255, 255, 0.6) !important;
}