@charset "utf-8";

html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";
	font-size: 14px;
	color:#A0A0A0;
	background-color: #000000;
	background-image: url("../img/background.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    margin: 0;
    padding: 0;
}
.container {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.inner {
	text-align: center;
}
.inner .logo {
	width: 610px;
	margin-bottom: 50px;
}
.load {
	display: none;
    position: relative;
	background: rgba(0, 0, 0, 0.6);
	left: 0px;
	right: 0px;
	border-radius: 10px;
	padding: 20px;
	margin-top: -20px;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
    width: 600px;
}
#content {
    max-width: auto;
    height: auto;
}
.content {
	position: relative;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
    height: auto;
    max-height: 450px;
}
.content h1 {
	color: #6b7deb;
}
.content h2 {
	color: #73baee;
}
.content a {
	text-decoration: underline;
	font-weight: bold;
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
	color: #A0A0A0;
}
.content a:hover {
	color: #a151fd;
}
#busy {
	position: absolute;
	display: none;
	top: -20px;
	bottom: -20px;
	left: 0px;
	right: 0px;
	background-image: url("../img/busy.svg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-blend-mode: overlay;
	z-index: 1;
	vertical-align: middle;
}
#close {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 2;
    cursor: pointer;
    display: none;
}
#close img {
	width: 35px;
}
.search input {
    margin-bottom: 30px;
    background: rgba(0, 0, 0, 0.3);
    background-image: url("../ico/searxng.png");
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 265px 7px;
    border: none;
    font-family: Arial, Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";
	font-size: 17px;
    font-style: normal;
    color: #ffffff;
    padding: 8px;
    padding-left: 15px;
    border-radius: 20px;
    outline: none;
    width: 280px;
}
.menu {
    width: 650px;
	margin-bottom: 10px;
	display: flex;
	justify-content: start;
    margin-left: auto;
    margin-right: auto;
}
.menu div {
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	transition: transform .2s;
}
.menu div a {
	text-decoration: none;
	color: #FFFFFF;
}
.menu div:hover {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	transform: scale(1.2);
}
.menu div img {
	width: 65px;
	margin-bottom: 10px;
	filter: none;
}
.menu #offline {
	opacity: 0.3;
	opacity: 30%;
}
.menu #offline:hover {
	transform: scale(1.0);
	background: none;
}
.social {
	margin-top: 60px;
	z-index: 0;
}
.social a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #868686;
	font-size: 12px;
	text-decoration: none;
}
.social a img {
	width: 18px;
	opacity: 0.5; 
	opacity: 50%;
	transition: opacity 0.5s;
}
.social a img:hover {
	animation: shake 0.5s; 
	opacity: 1;
	opacity: 100%;
}
@keyframes shake {
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
}
.footer {
	position: fixed;
	bottom: 0px;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 99%;
	margin: 0px;
	padding: 3px;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 13px;
	color: #A0A0A0;
}
.footer a {
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
	color: #A0A0A0;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	color: #a151fd;
}
.info {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
	padding: 20px;
    color: #000000;
    font-weight: normal !important;
}
.info:hover {
    background: rgba(255, 255, 255, 0.5) !important;
    transform: none !important;
}
.vpntest {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    background-color: #6591da;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    color: #ffffff;
    align-items: center;
    font-weight: normal;
    background-image: url("../img/login_bg.png");
    background-size: cover; 
}
.vpntest a {
    font-weight: bold;
    color: #ffffff;
}
.vpntest img {
    width: 20px;
    padding-right: 8px;
}
.login {
    z-index: 2;
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}
.login a {
    text-decoration: none;
    color: #ffffff;
}
.login div {
    background-color: #6591da;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-weight: bold;
    background-image: url("../img/login_bg.png");
    background-size: cover;
}
.login div img {
    width: 20px;
    padding-right: 8px;
}
.loginMenu {
    position: absolute;
    z-index: 2;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 52px;
    background-color: #6591da;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    color: #ffffff;
    background-image: url("../img/login_bg.png");
    background-size: cover;
    text-align: center;
    box-shadow: -1px 1px 30px #000000;
}
.loginMenu .logout {
    display: inline-flex;
    align-items: center;
    float: right;
    font-weight: bold;
    cursor: pointer;
}
.loginMenu .logout img {
    width: 20px;
    padding-right: 8px;
}
.loginMenu .userAbilities {
    clear: both;
}
.userAbilities table {
    padding-top: 20px;
    width: 85%;
}
#ability {
    font-size: 11px;
    background: rgba(255, 255, 255, 0.3) !important;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    display: inline-flex;
}
#ability img {
    width: 15px;
    margin-right: 4px;
}
.loginForm {
    z-index: 3;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    background-blend-mode: overlay;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
}
.loginForm img {
    position: absolute;
    width: 200px;
    margin-top: -400px;
}
.loginForm div {
    height: 250px;
    background-image: url("../img/login.png");
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: left center;
    padding-left: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginForm input[type=text],[type=password] {
    border: 2px solid #4a6ecb;
    background: rgba(0, 0, 0, 0.2);
    font-size: 16px;
    color: #ffffff;
    border-radius: 15px;
    padding: 8px;
    margin: 8px;
    font-size: 15px;
    resize: none;
    font-family: Arial, Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";
    width: 250px;
}
.loginForm input[type=text],[type=password]:focus {
    outline: none;
}
.loginform input::placeholder {
    color: #4a6ecb !important;
}
.loginForm input[type=submit],[type=button] {
    border: none;
    border-radius: 20px;
    padding: 10px;
    margin-top: 25px !important;
    margin: 5px;
    background-color: #727cea;
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
    width: 90px;
}
.loginForm input[type=submit] {
    font-weight: bold;
}
#about {
    position: absolute;
    z-index: 4;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.65);
}
#about .logo {
    background-color: #000000;
	background-image: url("../img/background.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 250%;
    padding: 10px;
    text-align: center;
}
#about .logo img {
    height: 40px;
}

