@font-face {
	font-family: Custom;
	src: url('../inc/fonts/NotoSans-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: Custom;
	src: url('../inc/fonts/NotoSans-Bold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: Custom;
	src: url('../inc/fonts/NotoSans-Italic.ttf') format('truetype');
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: Liberation-Custom;
	src: url('../inc/fonts/LiberationMono-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

body {
	font-family: Custom, sans-serif, Arial, Verdana !important;
	font-size: 0.875em !important; /* 14px */
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	color: #C4C4C4;
	background: #191c21;
	/*background: #191c21 url('../img/qr-code.png') no-repeat bottom left fixed;*/
}

/* scrollbar */
::-webkit-scrollbar { width: 10px; height: 3px; }
::-webkit-scrollbar-button { width: 0px; height: 0px;  }
::-webkit-scrollbar-track-piece { background-color: #191c21; }
::-webkit-scrollbar-thumb { height: 3px; background-color: #2f343b; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background-color: #43464E; }
/*::-webkit-scrollbar-track {  background-color: #999; }
::-webkit-scrollbar-corner { background-color: #FFFFFF; }
::-webkit-resizer { background-color: #86E1EE; }*/

.dropdown {
	position: relative;
	display: inline-block;
}

.droplink {
	color: #C4C4C4;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #2f343b;
	width: 225px;
	box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.4);
	z-index: 1;
	padding-top: 15px;
	padding-bottom: 12px;
	left: -30px;
}

.dropdown-content a {
	color: #000000;
	padding-top: 15px;
	padding-bottom: 12px;
	text-decoration: none;
	display: block;
}

.dropdown:hover .dropdown-content {
	display: block;
	background-color: #2f343b;
}

h3 {
	color: #7CA214;
}

div.addurl {
	color: #000000;
	background-color: #6B8E12;
	border-radius: 10px 10px 0px 0px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	width: 350px;
	margin: auto;
}

div.srvtime {
	color: gray;
	font-family: Custom, sans-serif, Arial;
	font-size: 10px;
	text-align: center;
}

div.logo {
	height: 140px;
	padding-top: 130px;
	background: #191c21 url('../img/banner-v2.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	left: 50%;
	width: 85%;
	margin: auto;
	/*border-left: 2px solid #6B8E12;
	border-right: 2px solid #6B8E12;*/
}

div.name {
	font-size: 2.142857142857143em; /* 30px */
	font-weight: bold;
	text-align: center;
}

div.since {
	font-size: 1.1875em; /* 19px */
	font-weight: bold;
	text-align: center;
}

div.subline {
	border-top: 2px solid #6B8E12;
	width: 100%;
}

div.line {
	background: #2f343b; /*#3E4148*/
	width: 100%;
	height: 35px;
	padding-top: 25px;
	position: fixed;
	z-index: 5;
	text-align: center;
}

div.menuline {
	background: #6B8E12;
	width: 100%;
	height: 10px;
	position: fixed;
	z-index: 6;
}

hr.line {
	border: 0px;
	width: 100%;
	height: 2px;
	color: #000000;
	background-color: #000000;
}

div.time-data {
	height: 100%;
	background-color: #272b31;
	color: #b4b4b4;
	border-radius: 0px 0px 10px 0px;
	padding: 7px;
	margin-right: 10px;
	float: left;
}

div.time-data-white {
	color: #FFFFFF;
}

div.time-data-bg {
	color: #7CA214;
	text-align: center;
	font-weight: bold;
}

.srv-line {
	color: #97C819;
}

.ntp {
	color: #40c100;
}

div.ntp-url {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #97C819;
	width: 530px;
	border: 5px solid #6B8E12; /*#4d5059;*/
	border-radius: 10px 10px 10px 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: auto;
}

.ntp-td {
	color: #C4C4C4;
	text-align: left;
}

pre {
	display: block;
	font-family: Liberation-Custom, monospace, serif;
	font-size: 16px;
}

div.tracking {
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

/* Menu links */

a.mlink:link {
	color: #C4C4C4;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

a.mlink:visited {
	color: #C4C4C4;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

a.mlink:hover {
	color: #000000;
	background-color: #6B8E12;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 15px;
	padding-bottom: 12px;
	border-radius: 0px 0px 0px 0px;
	z-index: 3;
}

a.sync:link {
	color: #4f47b8; /*#7221a1;*/
	text-decoration: underline;
}

a.sync:visited {
	color: #4f47b8;
	text-decoration: underline;
}

a.sync:hover {
	color: #4f47b8;
	text-decoration: underline;
}


/* Content links */

a.link:link {
	color: #86E1EE;
	text-decoration: none;
}

a.link:visited {
	color: #86E1EE;
	text-decoration: none;
}

a.link:hover {
	color: #67F554;
	text-decoration: underline;
}

a.popup:link {
	color: #86E1EE;
	text-decoration: none;
}

a.popup:visited {
	color: #86E1EE;
	text-decoration: none;
}

a.popup:hover {
	color: #67F554;
	text-decoration: underline;
}

#qr {
	position: relative;
}

.qr {
	position: absolute;
	top: 0;
	right: 0;
}

#mt {
	position: relative;
}

.mt {
	position: absolute;
	top: 10px;
	left: 170px;
}

#mt2 {
	position: relative;
}

.mt2 {
	position: absolute;
	top: 10px;
	left: 10px;
}

div.contentbg {
	width: 85%;
	margin: auto;
	/* border-radius: 0px 0px 10px 10px; */
	background: #2f343b;
}

div.content {
	width: 70%;
	text-align: left;
	margin: auto;
}

div.bottom-line {
	margin: auto;
	width: 85%;
	padding: 17px;
	background: #252930;
	border-radius: 30px 30px 30px 30px;
}

div.footer {
	color: #818284;
	margin-top: 10px;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}

div.bottom {
	margin: 8px;
}
