body, html {
	font-family: Inter var,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    -webkit-font-smoothing: antialiased;
	font-size: 14px;
	background-color: #E4E4E4;
}

a:link { text-decoration: none; color:#BBBBBB;}
a:visited { text-decoration: none; color:#BBBBBB;}
a:hover { text-decoration: none; color:#FFFFFF;}
a:active { text-decoration: none; color:#BBBBBB;}


@font-face{
	font-family:"digital-clock-font";
	src: url("digital.ttf");
}

.menu {
	position:fixed;
	width:200px;
	top:0px;
	left:0px;
	height:100%;
	box-sizing: border-box;
	padding-top: 65px;
	padding-bottom: 50px;
	background-color:#2d323f;
	color: #FFFFFF;
	overflow-y:auto;
	overflow-x: hidden;
}

.menu-item {
	box-sizing: border-box;
	padding: 20px 0px 0px 10px;
	cursor: pointer;
	color: #CCCCCC;
}

.menu-item-selected {
 	color: #FFFF00;
	background: url("../img/menuselected.png") no-repeat right 20px bottom 5px;
	background-size: 8px 8px;
}

.submenu {
	display: none;
	margin-left: 45px;
}

.submenu-prefix {
	display: inline-block;
	background: url("../img/submenu.png") no-repeat fixed center;
	background-size: 12px 12px;
	width: 20px;
	-webkit-transition: -webkit-transform .25s;
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s,-webkit-transform .25s;
}

.submenu-prefix-open {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	text-align: center;
	width: 200px;
	border-top: 1px solid #999999;
	color: #999999;
	background-color:#3d4154;
}

.header {
	position:fixed;
	width:100%;
	height: 50px;
	line-height: 50px;
	top:0px;
	left:0px;
	color: #BBBBBB;
	background: rgb(30, 94, 2) url("../img/logo.png") no-repeat left 20px center;
	background-size: 80px 40px;
}

.header-info {
	position: absolute;
	right: 20px;
	padding-left: 20px;
	top: 0px;
	color: #000000;
}

.content {
	position: absolute;
	min-width: 700px;
	min-height: 500px;
	width: 100%;
	left: 0px;
	top: 0px;
	box-sizing: border-box;
	padding: 50px 0px 50px 200px;
}

.widget {
	padding: 10px;
	margin: 20px 0px 0px 20px;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #d1d1d1;
	background-color: #FFFFFF;
	width:fit-content;
	border-radius: 5px;
}

.pane {
	padding: 20px;
	margin: 20px 0px 0px 1%;
	box-sizing: border-box;
	border: 1px solid #d1d1d1;
	background-color: #FFFFFF;
	width:48%;
	min-width: 200px;
	display: inline-block;
	border-radius: 5px;
}

.modal {
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(128,128,128,0.85);
	z-index: 9;
}

.modal-content {
	padding: 20px;
	box-sizing: border-box;
	border: 0px solid #d1d1d1;
	background-color: #FFFFFF;
	width:fit-content;
	border-radius: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page-title {
	font-size: 22px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 20px;
}

.page-back-button {
	display: inline-block;
	width: 50px;
	cursor: pointer;
	background: url("../img/back.png") no-repeat center;
	background-size: 25px 25px;
}

.tab-container {
	margin: 20px 20px 20px 20px;
	position: relative;
}

.tab-header {
	padding: 10px 30px 10px 30px;
	display: inline-block;
	color: #555555;
	cursor: pointer;
}

.tab-header:hover {
	background-color: #E4F0E2;
	color: #222222;
}

.tab-header-selected {
	background-color: #FFFFFF !important;
	color: #000000;
}

.tab-header-panel {
	width: 100%;
	min-width: 800px;
	box-sizing: border-box;
	background-color: #D4E0D2;
}

.tab-content {
	width: 100%;
	min-width: 800px;
	box-sizing: border-box;
	padding: 30px 40px 40px 40px;
	background-color: #FFFFFF;
	border-top: 1px solid #EEEEEE;
}

.form-input-label {
	font-size: 14px;
	font-weight: bold;
	color: #777777;
	padding: 0px 0px 5px 0px;
}

.enable-2FA {
	display: inline-block;
	padding: 3px 10px 3px 10px;
	border-radius: 3px;
	font-size: 12px;
	margin: 0px 0px 0px 30px;
	border: 1px solid #27882d;
	color: #005500;
	font-weight: normal;
	background-color: #d2fedb;
	cursor: pointer;
}

.disable-2FA {
	display: inline-block;
	padding: 3px 10px 3px 10px;
	border-radius: 3px;
	font-size: 12px;
	margin: 0px 0px 0px 30px;
	color: #990303;
	border: 1px solid #790000;
	font-weight: normal;
	background-color: #ffbaba;
	cursor: pointer;
}

.error {
	font-size: 12px;
	color: #FF0000;
}

.error-message {
	font-size: 12px;
	color: #FF0000;
	border: 1px solid #FF0000;
	background-color: #FFEEEE;
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	width: fit-content;
}

.stations-list-table {
	width: 96%;
	margin-left: 2%;
	font-size: 12px;
	white-space: nowrap;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.stations-list-table tr:hover {
	background-color: #d9fbd9;
}

.stations-list-table th {
	text-align: left;
	background-color: #D4E0D2;
	color: #999999;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.stations-list-table td {
	text-align: left;
	color: #777777;
	cursor: pointer;
	padding: 10px;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}

