@font-face {
	font-family: "Source Sans Pro";
	src: url("https://webdev.deineit.com/fonts/SourceSansPro-SemiBold.ttf");
}
/*

 ______   _______ _________ _        _______ __________________
(  __  \ (  ____ \\__   __/( (    /|(  ____ \\__   __/\__   __/
| (  \  )| (    \/   ) (   |  \  ( || (    \/   ) (      ) (   
| |   ) || (__       | |   |   \ | || (__       | |      | |   
| |   | ||  __)      | |   | (\ \) ||  __)      | |      | |   
| |   ) || (         | |   | | \   || (         | |      | |   
| (__/  )| (____/\___) (___| )  \  || (____/\___) (___   | |   
(______/ (_______/\_______/|/    )_)(_______/\_______/   )_(   
___  ____ _  _ ____ _    ____ ___  _  _ ____ _  _ ___
|  \ |___ |  | |___ |    |  | |__] |\/| |___ |\ |  |
|__/ |___  \/  |___ |___ |__| |    |  | |___ | \|  |

www.DeineIT.com (c) 2016 - 2025 
developed & designed by Felix Hebgen (www.felixhebgen.de)


*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #D9D9D9;
	font-family: 'Source Sans Pro', sans-serif;
	overflow-y: scroll;
}

.container {
	display: block;
	margin: 0 auto;
	width: 400px;
	margin: 3em auto;
	background-color: white;
	box-shadow: 0px 36px 49px 0px rgba(0, 0, 0, .4);
}

.container .wrapper {
	padding: 40px;
}

.container .wrapper .logo {
	text-align: center;
	margin-bottom: 20px;
}

.container .wrapper .logo img {
	height: auto;
	width: 100%;
}

.container .wrapper .logo.customer img {
	width: auto;
	max-width: 100%;
}

img {
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.nodisplay {
	display: none;
}

.well {
	margin: 0 auto;
	padding: 1.6em 1em .8em;
	background-color: #eee;
}

.well.success {
	background-color: rgba(144, 238, 144, .4);
}

.well.warning {
	background-color: rgba(255, 215, 0, .4);
}

.well.error {
	background-color: rgba(220, 20, 60, .4);
}

.well h4,
.well p {
	padding: 0;
	margin: 0;
	text-align: center;
}

.well p {
	font-weight: normal !important;
	font-size: 10pt;
	padding-top: 10px;
}

.well button.cta {
	border: none;
	background-color: rgba(255,255,255,.7);
	text-transform: uppercase;
	border-radius: 0px;
	padding: 10px 20px;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: bold;
	font-size: 11pt;
	margin: -10px 0px -20px -5px;
}

.well button.cta:hover {
	background-color: rgba(255,255,255,.9);
	cursor: pointer;
}

.well button.cta:focus,
.well button.cta:active {
	background-color: rgba(255,255,255,.5);
}

.toggleSetupMode {
	position: relative;
	z-index: 150;
	color: #777777 !important;
}


/* NAVIGATION
 =================================== */

.container .wrapper .expandMenu {
	display: none;
}

.container .wrapper .expandMenu img {
	width: 100%;
	opacity: .6;
}

.container .wrapper ul.methods {
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 8px 0px 30px 0px;
	width: 110%;
	margin-left: -5%;
}

.container .wrapper ul.methods li {
	display: inline;
	margin: 0;
	padding: 0;
}

.container .wrapper ul.methods li a {
	color: rgb(0,0,0);
	opacity: .4;
	padding: 10px 0px 10px 0px;
	margin: 0px 10px 0px 10px;
	text-transform: uppercase;
	text-decoration: none;
	transition: .2s !important;
}

.container .wrapper ul.methods li a:hover {
	color: rgb(0,0,0);
	opacity: .55;
	transition: .2s !important;
}

.container .wrapper ul.methods li a.active {
	color: rgb(0,0,0);
	opacity: 1;
	border-spacing: 10px;
	border-bottom: 2px rgb(0,0,0) solid;
	transition: .2s !important;
}

.container .wrapper .tabcontent {
	display: none;
}

.container .wrapper .tabcontent.active {
	display: block;
}


/* DASHBOARD PERFORMANCE NEEDLES
 =================================== */

table {
	margin: -1.8em auto 2em 2em;
}

table tbody tr td {
	margin: 0px;
	padding: 0px;
}

table tbody .additional {
	width: 255px;
	margin: 40px 20px 0px 10px;
	font-weight: normal;
	color: #444444;
}

table tbody tr:nth-child(2) .additional,
table tbody tr:nth-child(2) .speedbox {
	position: relative;
	z-index: 99;
}

.speedbox {
	margin: 3em 3em -5.5em;
	height: 200px;
	width: 200px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	position: relative;
}

.speedbox__groove {
	height: 100px;
	width: 200px;
	background: transparent;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border: 20px solid #eee;
	border-bottom: 0;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}

.speedbox__score {
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(-45deg);
	/* -webkit-transform: rotate(0deg); */
	height: 200px;
	width: 200px;
	background: transparent;
	border-radius: 50%;
	border: 20px solid #5c6f7b;
	border-color: transparent transparent #5c6f7b #5c6f7b;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 1;
	transition: transform 0.3s ease;
}

.speedbox__base {
	width: 240px;
	height: 100px;
	background: white;
	position: relative;
	top: 100px;
	z-index: 20;
}

.speedbox__base:before {
	content: "";
	width: 240px;
	position: absolute;
	top: 0;
	border-bottom: 1px solid #eee;
	box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.5);
}

.speedbox__odo {
	text-align: center;
	position: absolute;
	color: #5c6f7b;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}

.speedbox__odo i {
	font-size: 13px;
	opacity: 0.6;
}

.speedbox__odo > div {
	margin-bottom: 0;
}

.speedbox__odo span {
	font-size: 0.7em;
}

.speedbox__ping {
	font-size: 13px;
}

.speedbox__up {
	font-size: 13px;
	line-height: 1.5em;
}

.speedbox__down {
	font-size: 25px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	line-height: 1.2em;
}


 /* DISPLAY SUCCESS / ERROR
 =================================== */

.displayError {
	background-color: crimson;
	color: white;
	padding: 10px 15px;
	text-align: center;
}

.displaySuccess {
	background-color: lightgreen;
	color: black;
	padding: 10px 15px;
	text-align: center;
}


/* FORM
 =================================== */

.container .wrapper form {
	margin: 20px 0px 10px;
	padding: 10px;
}

.container .wrapper form label {
	text-transform: uppercase;
	opacity: .5;
	font-size: 11pt;
}

.container .wrapper form input[type='submit'] {
	font-weight: bold;
}

.container .wrapper form input {
	width: 100%;
	background-color: rgba(0,0,0,.05);
	outline: none;
	border: none;
	border-radius: 20px;
	margin: 5px -20px 20px -20px;
	padding: 12px 20px;
	font-size: 12pt;
	font-family: 'Source Sans Pro', sans-serif;
	color: #555555;
	transition: .2s !important;
}

.container .wrapper form input:hover {
	background-color: rgba(0,0,0,.075);
	transition: .2s !important;
}

.container .wrapper form input:focus,
.container .wrapper form input:active {
	background-color: rgba(0,0,0,.1);
	transition: .2s !important;
}

.container .wrapper form input#auth_voucher {
	font-family: monospace;
}

.container .wrapper form input#auth_submit_voucher,
.container .wrapper form input#auth_submit_login,
.container .wrapper form input#auth_submit_logout,
.container .wrapper form input#btnSubmit {
	background-color: rgba(0,0,0,.8);
	color: white;
	transition: .2s !important;
	width: 113%;
	margin: 25px -20px 10px;
	padding: 10px;
	text-transform: uppercase;
}

.container .wrapper form input#auth_submit_voucher:hover,
.container .wrapper form input#auth_submit_login:hover,
.container .wrapper form input#auth_submit_logout:hover,
.container .wrapper form input#btnSubmit:hover {
	cursor: pointer;
	text-align: center;
	box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.2);
	transition: .2s !important;
}


/* CARDS
 =================================== */

.container .wrapper .cards {
	margin-bottom: -10px;
}

.container .wrapper .cards .card {
	background-color: #F2F2F2;
	border-radius: 10px;
	padding: 10px 20px;
	margin: 10px 0px;
	display: block;
	transition: .2s;
}

.container .wrapper .cards .card:hover {
	background-color: #E8E8E8;
	transform: scale(1.05);
	transition: .2s;
}

.container .wrapper .cards .card:focus,
.container .wrapper .cards .card:active {
	background-color: #D9D9D9;
	transform: scale(1.025);
	transition: .2s;
}

.container .wrapper .cards a {
	text-decoration: none;
	color: #444444;
}


/* CHECKBOX DESIGN
 =================================== */

.checkbox-container {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-top: -10px;
	margin-bottom: -5px;
	margin-left: 5px;
	cursor: pointer;
	font-size: 11pt;
	color: #888888;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #eee;
}

.checkbox-container:hover input ~ .checkmark {
	background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
	background-color: #222222;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-container .checkmark:after {
	left: 4px;
	top: 3px;
	width: 6px;
	height: 8px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}


/* TOOLTIPS
 =================================== */

a.tooltip {
	position: relative;
	text-decoration: none;
}

a.tooltip:after {
	content: attr(data-tooltip);
    position: absolute;
    bottom: -30%;
    left: 220%;
    background: black;
    padding: 5px 15px;
    color: black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: white;
	text-transform: none;
	font-size: 11pt;
}

a.tooltip:before {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-right: 20px solid black;
    border-top: 10px solid transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    left: 160%;
    bottom: -3%;
}

a.tooltip:hover:after {
	left: 200%;
}

a.tooltip:hover:before {
	left: 140%;
}

a.tooltip:hover:after, a:hover:before {
	opacity: 1;
}

.container .wrapper .acp img.info {
	margin-left: 10px;
	height: 10px;
	width: auto;
	opacity: .5;
}


/* MODALS
 =================================== */
 
.modal {
	display: none;
	position: fixed;
	z-index: 199;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.3);
	font-weight: normal;
}

.modal-content {
	background-color: white;
	margin: auto;
	padding: 30px 40px;
	width: 500px;
	box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.2);
}

.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.restartConfirmation button#btnRestart {
	background-color: crimson;
	box-shadow: none;
	border: none;
	outline: none;
	padding: 10px 30px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
	margin: -5px 20px 0px -10px;
}

.restartConfirmation button#btnRestart:hover,
.restartConfirmation button#btnAbort:hover {
	cursor: pointer;
	opacity: .6;
}

.restartConfirmation button#btnRestart:active,
.restartConfirmation button#btnRestart:focus,
.restartConfirmation button#btnAbort:active,
.restartConfirmation button#btnAbort:focus {
	cursor: pointer;
	opacity: .4;
}

.restartConfirmation button#btnAbort {
	background-color: lightgray;
	box-shadow: none;
	border: none;
	outline: none;
	padding: 10px 30px;
	color: black;
	text-transform: uppercase;
	margin-left: -10px;
	font-weight: bold;
	font-size: 10pt;
	margin-top: -5px;
}


/* ADMIN CONTROL PANEL
 =================================== */

.container .wrapper .acp form label.checkbox-container {
	opacity: 1;
	margin: 10px 0px 20px -2px;
}

.container .wrapper .acp form label {
	display: block;
}

.container .wrapper .acp form input {
	display: block;
	width: 300px;
}

.container .wrapper .acp form input[type=submit] {
	cursor: pointer;
	margin-top: 30px;
	text-transform: uppercase;
}

.container .wrapper .acp .network h2,
.container .wrapper .acp .overview h2 {
	margin-bottom: 5px;
}

.container .wrapper .acp .network a {
	color: crimson;
	text-decoration: none;
	border-bottom: 1px solid;
	font-size: 11pt;
}

.container .wrapper .acp .overview a {
	color: #337AB7;
	text-decoration: none;
	border-bottom: 1px solid;
	font-size: 11pt;
}

.container .wrapper .acp .network a:hover,
.container .wrapper .acp .overview a:hover {
	opacity: .6;
}

.container .wrapper .acp .network a:focus,
.container .wrapper .acp .network a:active,
.container .wrapper .acp .overview a:focus,
.container .wrapper .acp .overview a:active {
	opacity: .4;
}



/* COPYRIGHT
 =================================== */

.container .wrapper .copyright {
	text-align: center;
	opacity: .4;
	font-size: 11pt;
	margin-top: 20px;
	line-height: 1.4;
}

.container .wrapper .copyright a {
	color: black;
	border-bottom: 1px solid;
	text-decoration: none;
}

.container .wrapper .copyright a:hover {
	opacity: .7;
}

.container .wrapper .copyright a:focus,
.container .wrapper .copyright a:active {
	opacity: .4;
}


/* RESPONSIVE
 =================================== */

@media (max-width: 712px) {
    .container {
		width: 375px;
		margin: .5em auto;
	}
	
	.container .wrapper .logo img {
		width: 130% !important;
		height: auto !important;
		margin-left: -14% !important;
	}
	
	.container .wrapper .logo.customer img {
		width: auto !important;
		height: 120px !important;
		margin-left: 0px !important;
	}
	
	.container .wrapper .loading img {
		margin-left: -25px;
	}
	
	.container .wrapper ul.methods li {
		display: block;
		margin: 0;
		padding: 15px 0px;
	}
	
	.container .wrapper ul.methods {
		display: none;
	}
	
	.container .wrapper .expandMenu {
		display: block;
	}
	
	table {
		margin-left: -45px;
	}
	
	table tr td {
		padding: 20px 40px;
		display: block;
	}
	
	table tr td:nth-child(2) {
		z-index: 135;
		position: relative;
	}
	
	table tr:nth-child(2) td:nth-child(1) {
		z-index: 165;
		position: relative;
	}
	
	table tr:nth-child(2) td:nth-child(2) {
		z-index: 185;
		position: relative;
	}
	
	.well {
		padding: 4em auto;
	}
	
}
