@font-face {
	font-family: "Letters for Learners";
	src: url("/css/WebPlus_IBM_VGA_9x16.woff");
}

html {
	font-family: "Letters for Learners", Arial, Sans;
	font-size: 13pt;
	font-weight: 500;
	height: 100%;
}
body {
	background-color: #222;
	color: #12C715;
	height: 100%;
}
a {
	color: #12E616;
	text-decoration: none;
}
a:hover {
	color: #00Ff00;
}
h1, h2 {
	border-bottom: 1px dotted #eef;
	padding-left: 8px;
}
.menu {
	display: flex;
	width: 400px;
	position: absolute;
	top: 0;
	left: -380px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	background-color: #333;
	padding: 4px 0 4px 4px;
	z-index: 2;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
}
.menu .menulist {
	width: 374px;
}
.menu .menutab {
	width: 26px;
}
.menu > div {
	display: flex;
	flex-direction: column;
}
.menu > div > div {
	display: flex;
	flex-direction: column;
	padding: 5px 0;
	
}
.menu > div > div a {
	margin-left: 25px;
}
.menutab img {
	width: 24px;
	margin: 1px;
}
.main {
	position: absolute;
	left: 50px;
	display: flex;
	flex-direction: row;
	padding: 15px;
	right: 15px;
	flex-wrap: wrap;
	gap: 15px;
}
.main .header {
	width: 100%;
}
.active {
	border: 1px solid;
	border-radius: 15px;
	width: 50px;
	max-width: 50px;
	height: 20px;
	background-color: orange;
}
.active .toggle {
	height: 20px;
	width: 20px;
	border: 1px; solid #000;
	border-radius: 15px;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
}
.active .on {
	margin-left: 30px;
	background-color: green;
}
.active .off {
	margin-left: 0;
	background-color: red;
}
.form {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.form > div {
	margin: 4px;
	padding: 5px;
	width: 220px;
	border: 1px solid #fee;
	border-radius: 5px;
}
.form input[type=text], .form input[type=password] {
	border: 1px solid #000;
	background-color: #000;
	color: green!important;
	font-weight: bold;
	width: 95%;
	margin-left: 3px;
}
.form input[type=text]:focus, .form input[type=password]:focus {
	color: #12E616;
}
.form img {
	width: 30px;
	margin: 2px;
	float: right;
}
.form .note {
	width: 100%;
}
.form textarea {
	width: 98%;
	height: 400px;
}
.form .submit {
	border: initial;
}
.form .submit input {
	border-color: #000;
	background-color: #000;
	color: green;
	width: 100%;
	font-weight: bold;
	padding: 8px;
	font-size: 100%;
}
.login_form > div {
	width: 100%;
}
.list {
	display: table;
}
.list > div {
	display: table-row;
}
.list > div.head, .list .list_footer {
	background-color: black;
	font-size: 115%;
}
.list > div.head > div {
	padding: 5px;
}
.list > div > div {
	display: table-cell;
	border-bottom: 1px dotted #bbb;
	padding: 2px;
}
.list img {
	width: 30px;
	margin: 2px;
}
.list .list_footer {
	text-align: right;
}
#association {
	cursor: pointer;
}
.associate_contact {
	position: absolute;
	right: 4px;
	display: none;
	flex-direction: column;
	width: 155px;
	background-color: #333;
	border: 1px solid #fff;
	padding: 4px;
}
.associate_contact .close_layer {
	color: red;
	font-size: 120%;
	font-weight: bold;
	cursor: pointer;
}
.associate_contact > div {
	margin-top: 6px;
}
.clients_selection > div {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.clients_selection a {
	color: red;
}
	
.inactive a {
	color: #aaa;
}
.messaging {
	margin: 5px 50px;
	font-size: 130%;
}
.alertlvl1 {
	color: green;
	border-bottom: 2px dotted #00ff00;
}
.alertlvl2 {
	color: organge;
	border-bottom: 2px dotted #00ffff;
}
.alertlvl3 {
	color: red;
	border-bottom: 2px dotted #ff0000;
}
/* login */
.loginframe {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loginform {
	width: 355px;
}
.loginform img {
	width: 100%;
}
.loginform .form {
	display: flex;
	flex-direction: column;
}