
*
	{
		font-size: 12px;
		font-family: "Verdana";
	}

body 
	{
		color: white;
		position: relative;
		z-index: 0;
		padding: 0px;
		margin: 0px;
		background-color: black;
		min-height: 100vh;
		/* background-color: transparent; */
	}
body::before
	{
		content: '';
		/* background-image: url("../images/brick8.jpg"); */
		background-image: url("../images/bricker-white-s.png");
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 0.025;
		background-size: 250px 250px;
		/* background-size: 200px 200px; */
		background-position: 0px 0px;
		background-repeat: repeat;
    }
    
.body-container
	{
		position: relative;
  		min-height: 100vh;	
	}
footer
	{
		position: absolute;
		bottom: 45px;
		height: 90px;
	}
.container-content 
	{
		padding: 15px 15px 135px 15px !important;
	}

.table_layout
	{
		width: 100%;
		margin-bottom: 10px;
		border-spacing: 0px;
	}
.table_layout tr td.left_menu
	{
		vertical-align: top;
		width: 205px;
		padding: 15px 0px 15px 15px;
	}
.table_layout tr td.middle_body
	{
		vertical-align: top;
		text-align: left;
		width: calc(100% - 205px);
		padding: 0px 15px 15px 5px;
	}

.table_body
	{
		width: 100%;
		margin-bottom: 10px;
		border-spacing: 0px;
	}
.table_body tr td
	{
		vertical-align: top;
	}
.table_body tr td.left
	{
		padding: 0px 12px 0px 6px;
	}
.table_body tr td.right
	{
		padding: 0px 6px 0px 12px;
	}
.table_body tr td.middle
	{
		padding: 0px 6px 0px 6px;
	}


div.gap
	{
		height: 20px;
	}

.half,
table tr td .half
	{
		width: 100% !important;
		max-width: 830px !important;
		/* border: 1px solid white; */
	}

aside.sidebar-left
	{
		width: 205px;
		min-width: auto;
		padding: 15px 10px 15px 22px;
		/* float: left; */
	}
div.body-area
	{
		width: calc(100% - 205px);
		/* float: left; */
		padding: 0px;
	}
footer
	{
		width: calc(100% - 210px);
	}

footer .break
	{
		border-width: 1px;
		margin: 2px;
		/* border-color: #999; */
	}
footer .footer-body
	{
		padding-top: 10px;
	}

.layout
	{
		display: flex;
		justify-content: left;
	}

/* @media screen and (max-width: 1600px) 
	{
		aside.sidebar-left
			{
				width: 180px;
				min-width: 0px;
			}
		div.body-area
			{
				width: calc(100% - 240px);
			}
	} */
@media screen and (max-width: 800px) 
	{
		/* aside.sidebar-left
			{
				width: 0px;
				min-width: 0px;
			}
		div.body-area
			{
				width: 100%;
			} */
	}

div.body-stretch
	{
		width: 100%;
	}

div.content > div
	{
		padding: 0px 12px;
	}

div.totop
	{
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: 35px;
		height: 35px;
		background-color: #c9c9c9;
		border-radius: 5px;
		border: 1px solid white;
		opacity: 0.1;
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		cursor: pointer;
	}
div.totop:hover
	{
		opacity: 0.4;
		box-shadow: 0px 0px 5px 0px white;
	}
/* div.totop:active
	{
		opacity: 0.4;
		border: 1px solid #555;
		box-shadow: 0px 0px 5px 0px #777;
	} */
div.totop i
	{
		color: black;
		font-size: 28px;
	}
div.totop:active i
	{
		font-size: 28px;
	}

.copyright
	{
		margin-top: 5px;
		font-size: 10px;
	}
.copyright a
	{
		font-size: inherit;
	}