﻿@charset "UTF-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 *
 *    config.css
 *    @version 1.0.0
 *
 *_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

body {
	background-color: #ffffff;
	font-size: 16px;
}
input {
	font-size: 16px;
	height:40px;
}
select {
	font-size: 16px;
	height:40px;
}
textarea {
	font-size: 16px;
}
.textfield {
	font-size: 16px;
}
.sizeNormal {
	font-size: 16px;
}
.sizeUp1 {
	font-size: 18px;
}
.sizeUp2 {
	font-size: 20px;
}
#idPrefix {
	font-size: 30px;
}
.button {
	font-size: 16px;
}
#header {
	background-color: #ffffff;
	color: #0088cc;
	width: 95%;
	font-size: 16px;
}
#header .sub {
	font-size: 16px;
	color: #aaaaaa;
}
.section .title {
	font-size: 16px;
}
.section .block .title {
	font-size: 16px;
}
.section .box .bar {
	font-size: 16px;
}
.section .box .bar .sub {
	font-size: 16px;
}

.section .logs a {
	color: #666666;
}

.section .logs .log {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
}
#footer {
	border: 0px;
	font-size: 14px;
	height: 25px;
}
#copyright {
	color: #666666;
}
#other_link {
	font-size: 14px;
	color: #0088cc;
}
.tab {
	width: 65px;
}
#menu {
	background-color: #ffffff;
}
#menu a {
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
	color: #cccccc;
	background-color: #ffffff;
	/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
}
#menu a.selected {
	border-bottom-color: #0088cc;
	border-bottom-width: 2px;
}
#overlay {
	position: fixed; 
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: #ffffff;
	opacity: 0.7;
	z-index: 2;
	display: none;
	text-align:center;
}
.spinner {
    margin-top: 350px;
    padding-top: 15px;
    width: 100px;
    height: 50px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background: #666666;
}
.spinner .circle {
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 5px solid #dddddd;
    border-right-color: transparent;
    animation: spin 1s infinite linear;
}
@keyframes spin {
    0% { transform: rotate(0deg); opacity: 0.6; }
    50%  { transform: rotate(180deg); opacity: 1; }
    100%   { transform: rotate(360deg); opacity: 0.6; }
}
@media (max-width: 767px) {
   #menu a:hover {
       color: #aaaaaa!important;
       background-color:#ffffff!important;
   }
   #menu a.selected:hover {
       color: #333333!important;
   }
}
@media (min-width: 768px) {

}
#container {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
.content {
	overflow: auto;
}
.icon {
	width: 35px;
	cursor: pointer;
}
.icon2 {
	width: 25px;
	cursor: pointer;
}
.icon3 {
	width: 20px;
	cursor: pointer;
}
#menu {
	bottom: 0px;
	position: fixed;
	text-align: center;
	padding-bottom: 10px;
}
#menu td {
	width: 25%;
	line-height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
#menu a {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #aaaaaa;
}
#menu a.selected {
	font-weight: bold;
}
#main {
	width: 95%;
	margin-bottom: 20px;
}
.appList {
	margin-top: 20px;
	margin-bottom: 20px;
}
.appButton {
	background-color: #0088cc;
	border-width: 0px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	max-width: 350px;
	line-height: 50px;
	box-shadow: 0 2px 5px 0 #9e9e9e;
}
.appButton a {
	color: #ffffff;
	font-weight: bold;
	white-space: nowrap;
}
.idPrefix {
	font-size: 30px;
	font-weight: bold;
}

a.privacyBasicLink {
	color: #333333;
	text-decoration: none;
	cursor: auto;
}

@media (min-width: 768px) {
	#deviceTableArea, #proxyTableArea, #tunnelInputButton, #tunnelInputForm, #nameTableArea {
		max-width:550px;
	}
}
