html {
 font-family: Arial, Helvetica, sans-serif;

}
body { 
	color:#f6f6f6;
	font-weight:bold;
	font-size:28px; 
	}
	
input[type=checkbox]
{
	accent-color: green;
	width : 32px;
     height : 32px;
}
.container
{ 
	width: 80%;
	min-width: 800px;
	margin:0 auto; 
	border: #000000 1px solid;
	border-radius: 2px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background:#0;
	padding:10px; 
	margin-top:40px;
	padding:4px;
	background-color:#f6f6f6;
	display: table;
	color:black;
	}

.container input
{ 
	BORDER: black 1px solid;
	border-radius: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #f6f6f6;
	color: BLACK;
 	clear: both;
 	vertical-align:right;
 	display: table-cell;
 	margin-left: 0px;
  

}
/*
.img{
    width:64px;
    height:64px;
    color: red;
    background-color: white;
    display: inline-block;
}
*/
.bimg tr {
		height: 40px;
}
.bimg a:hover img{
    opacity:.2;
    background-color: white;
    display: block;
}
/*
.bimg a:hover{
    width:32px;
    height:32px;
    background-color: white;
 
}*/
.container form
{
	background-color: #f6f6f6;
	display: table-cell;
	BORDER: none;

}

.container a:link {
    color: black;
    text-decoration: none;
}

.container a:visited {
    color:  black;
    text-decoration: none;
}
.container a:hover {
     background-color: #333333;
	color: white;
}

.container a:active {
    color: black;
    text-decoration: none;
}	


.container table {
    table-layout: fixed;
    border: 0px;
    background-color: #f6f6f6;
   
}

.container td {
	border: 0px;
	vertical-align: left;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-color: #f6f6f6;
}
.container input[type=submit]
{
	font-size: 24px;
	font-weight: normal;
	background-color:#AAAAAA;
}
.container input[type=submit]:hover 
{
   color: WHITE;
   background-color:#333333;
}

.container input[type=submit]:disabled 
{
	font-size: 24px;
	font-weight: normal;
	background-color:#0;
}

.container input[type=button]
{
	font-size: 24px;
	font-weight: normal;
	background-color:#AAAAAA;
}
.container input[type=button]:hover 
{
   color: WHITE;
   background-color:#333333;
}

.container input[type=button]:disabled 
{
	font-size: 24px;
	font-weight: normal;
	background-color:#0;
}

.container select {
    font-weight: bold;
    padding: 0px;
    font-size: 24px;
}


.container *{
	
	
	}
.container * + *{margin-top:30px;}


.header
{	padding-top: 5px;
	height:40px;
	font-size: 24px;
	font-weight: normal;
	background:#333333; 
	border-color:black;
}
.header img{
    color: #FFFFFF;
    text-decoration: none;
    background:#333333; 
    padding: 0px;
    margin: 0px;
}

.header a:link {
    color: #AAAAAA;
    text-decoration: none;
    background:#333333; 
}

.header a:visited {
    color: #AAAAAA;
    text-decoration: none;
    background:#333333; 
}
.header a:hover {
     background-color: #333333;
	color: white;
}

.header a:active {
    color: black;
    text-decoration: none;
    background:#333333; 
}	
.header table {
    table-layout: fixed;
    width: 100%;
    border: 0;
    background-color: #333333;
   
}
.header td {
    border: 0;
    vertical-align: left;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    background-color: #333333;
}

.footer
{
  height:50px;
  background: black;
  border-color:black;
  font-size: 24px;
  font-weight: normal;
  color: white;
}
.footer a:link {
    color: #AAAAAA;
    text-decoration: none;
    border-color:black;
    background-color: black; 
}

.footer a:visited {
    color: #AAAAAA;
    text-decoration: none;
    background-color: black; 
}
.footer a:hover {
     background-color: black; 
	color: white;
}

.footer a:active {
    color: white;
    text-decoration: none;
    background-color: black; 
}	
.footer table {
    table-layout: fixed;
    width: 100%;
    border: 0;
    background-color: black; 
   
}
.footer td {
    border: 0;
    vertical-align: left;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    background-color: black; 
}

/*min-height:100vh;*/
.content
{
	min-height:100vh;

}

.header{position:-webkit-sticky; position:sticky; top:0;}
.footer{position:-webkit-sticky; position:sticky; bottom:0;}

@media (max-width: 768px)
{
	.footer
	{
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
	}
}

.codeedit
{	BORDER: 0;
	border-radius: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 100%;
	min-width: 800px;
	margin: auto;
	clear: both;
	vertical-align:middle;
	display: table; /*-cell;*/
	background-color: #f6f6f6;
	color: #000000;
}
.codeedit input
{ 
	BORDER: 0;
	border-radius: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #f6f6f6;
	color: BLACK;
 	clear: both;
 	vertical-align:right;
 	display: table-cell;
 	margin-left: 0px;

}
.codeedit form
{
	background-color: #f6f6f6;
	display: table-cell;
	BORDER: none;

}

.codeedit a:link {
    color: black;
    background-color: #f6f6f6;
}

.codeedit a:visited {
    color: black;
    background-color: #f6f6f6;
}
.codeedit a:hover {
     background-color: #f6f6f6;
	color: #AAAAAA;
}

.codeedit a:active {
    color: #AAAAAA;
    background-color: #f6f6f6;
}

.codeedit a:hover img{
    opacity:.3;
    background-color: #f6f6f6;

}
table {
    table-layout: fixed;
    border: 0;
    background-color: white;
   
}

.codeedit table {
    table-layout: fixed;
    border: 0;
    border-collapse: collapse; 
   /* background-color: #f6f6f6;*/
   
}
.codeedit td {
    border: 0;
    vertical-align: left;
    padding: 0px;
    background-color: inherit;
    /*background-color: #f6f6f6;*/
}

.codeedit th {
    border-bottom: 1pt solid black;
    vertical-align: left;
    padding: 0px;
    /*background-color: #f6f6f6;*/
}
.codeedit tr {
 /*background-color: #f600f6;*/
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

h2
{	border: 0;
	border-radius: 0;
	background-color: #f6f6f6;
	width: 100%;
	margin-top: 0;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: both;
	vertical-align:middle;
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	color: black;
	
}
h3
{	border: 0;
	border-radius: 0;
	background-color: #aaaaaa;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: both;
	vertical-align:middle;
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	color: black;
	
}

h4
{	background-color: #f6f6f6;
	font-size: 28px;
	font-weight: bold;
	color: black;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

.wrapper {
  height: 100%;
  width: 100%;
  display: table;
}
.
.scrollable {
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  overflow: auto;
}

.mlink a:link {
    color: red;
    text-decoration: none;
}

.mlink a:visited {
    color:  red;
    text-decoration: none;
}
.mlink a:hover {
     background-color: #f3f3f3;
	color: white;
}

.mlink a:active {
    color: black;
    text-decoration: none;
}	


input::-webkit-calendar-picker-indicator {
  display: none;/* remove default arrow */
}
.myarrow:after {
    content: url(img/arrow.png);
    margin-left: -20px; 
    padding: .1em;
    pointer-events:none;
}

.images{
	
	
}
.images img 
{ border: 0;
  display:inline; 
  margin: 0 2px;
  box-shadow: none;
  height: 32px;
  float: none;
  padding: 0px;
  background-color: inherit;
}

.table-container {
  display: table;
  width: 100%;
}


.table-row {
  display: flex; /* Use flexbox to evenly space the cells */
  justify-content: space-between; /* Evenly space the cells horizontally */
}

.table-cell {
  display: table-cell;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  border: 0px solid #ccc;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
}

.evenly-spaced {
   flex: 1; 
}
.centered-cell {
  width: 262px;
}
.centered-cell img {
  max-width: 100%;
  height: auto;
}
.table-cell[align="left"] {
  text-align: left;
}

.table-cell[align="right"] {
  text-align: right;
}

.logo {
  display: inline-block;
 
}
.logo a:visited {
    color: #AAAAAA;
    text-decoration: none;
    background: transparent; 
 
}

.logo img{
    color: #FFFFFF;
    border: none;
    display: block;
    text-decoration: none;
    background:#333333; 
    padding: 0px;
    margin: 0px;
    position: relative;
    top: -4px;
    
    
}

.logo:hover img 
{	transition: filter 0.3s;
	filter: grayscale(100%);
	

}

figcaption.attachment__caption{
  display: none;
}

.about-account-details {
  width: 90%;
  text-align: left;
  font-size: 18px;
  margin-top: 0;
  border: 1px solid;
  padding: 10px 22px;
  margin-bottom: 10px;
}

.about-account-details li {
  margin-top: 20px;
}

.agree {
  text-align: center;
  font-size: 28px;
  margin-top: 10px;
}

h2.about-account {
  margin-bottom: 0;
}

.container .register-submit:disabled,
.container .register-submit:disabled:hover {
  background: #ccc;
  color: #ddd;
  border-color: #ddd;
}

.main-wrapper-cedit {
  display: flex;
}
.main-wrapper-cedit .cedit-half {
  width: 50%;
}

.main-wrapper-cedit .user-manual {
  border: 1px solid #000000;
  padding: 10px;
  line-height: 1.6;
  width: 30%;
  margin-right: 5%;
  margin-top: 0;
}

.user-manual .flex-row {
  display: flex;
  margin-top: 0;
  margin-bottom: 10px;
  align-items: start;
  font-size: 16px;
}
.user-manual .icon {
  width: 30px;
  text-align: center;
  font-size: 18px;
  margin-right: 10px;
}
.user-manual .text {
  flex: 1;
  margin: 0;
}

.color-blue {
  color: blue;
}

.news-body div,
table.cell-normal td {
  font-weight: normal;
}
