
body {
    font-family: "Arial", sans-serif;
    background: #ffffff;
    /* background-image: linear-gradient(200deg, #ccb 30%, #2a2a2a 100%); */
    /* color: #fafafa; */
    /* color: #fff; */
}

body nav div {
	text-align: center;
}

body nav div h1 {
/*	color: #e0e0e0;*/

    color: #fbba00;
}

.error-container {
    display: none;
}
.error-message {
    text-align: center;
    padding: 20px;
    margin-bottom: 8px;
    border: 1px solid red;
    color: red;
    background: #e5e7ee;
    box-shadow: 3px 3px 15px #999999;
}
.error-button-ok {
    text-align: right;
    margin-bottom: 8px;	
    display: block;
}
.error-button-ok button {
	box-shadow: 3px 3px 15px #999999;
}

.main-container {
	margin-top: 100px;
	width: 800px;
}

.login-container {
	text-align: center;
	margin-top: 60px;
	display: block;
}
.login-popup {
	display: inline-block;
    text-align: center;
    border: 1px solid #999999;
    padding: 40px;
    width: 500px;
    background: #e5e7ee;
    box-shadow: 3px 3px 15px #999999;
}
.login-password {
	margin-top: 10px;
}
.login-button {
	text-align: right;
}

.table-container {
	margin-top: 30px;
	display: none;
}
.refresh-devices {
	padding-left: 20px;
    padding-bottom: 10px;
}
.refresh-devices a {
	color: #363847;
}
.refresh-enable {
	display: inline;
}
.refresh-disable {
	display: none;
	color: #c0c0c0;
}

.devices-table {
	table-layout: fixed;
}
.devices-table, .devices-table th, .devices-table td {
	border: 1px solid #999;
}

.devices-table>thead>tr>th {
    border-bottom: 2px solid #999;
}

.devices-table>thead>tr {
    background-color: #f4f5f8;
}
.devices-table>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.devices-table>tbody>tr:nth-of-type(even) {
    background-color: #f4f5f8;
}
.dev-table-head {
	vertical-align: top;
}

.dev-col-name {
	width: 35%;
}
.dev-col-flag {
	text-align: center;
	width: 15%;
}
.dev-col-ip {
	width: 25%;
}
.dev-col-status {
	width: 20%;
}
.dev-col-btn {
	width: 5%;
}
.vpn-check {
	width: 20px;
	height: 20px;
}
.dev-control-name {
	font-style: italic;
}
.dev-counter-name {
	font-weight: 600;
}
.virtual-ip-link a:link,
.virtual-ip-link a:visited,
.virtual-ip-link a:hover,
.virtual-ip-link a:active {
	font-weight: bold;
	text-decoration: none;
}

.client-info-link:link,
.client-info-link:visited,
.client-info-link:hover,
.client-info-link:active {
	color: #363847;
}

.form-container {
	display: none;
    width: 800px;
    min-height: 100px;
    margin-top: 20px;
}
.add-client-button {
    display: block;
}
.add-client-form {
    display: none;
    border: 1px solid #999999;
    background-color: #e9e9e9;
    padding: 8px 15px 18px 15px;
}
.add-client-descr {
    padding-top: 6px;
    padding-bottom: 10px;
}
.label-hostname {
	padding-right: 10px;
}
.input-err-msg {
	display: none;
	padding-left: 10px;
    font-weight: 400;
    color: #ff6666;
}
#add_client_reset {
	margin-right: 10px;
}

.client-info-header {
	border-bottom: 1px solid #d0d0d0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #f3f3f3;
}
.client-info-footer {
	height: 10px;
	min-height: 10px;
}
.client-info-table {
	width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.client-info-tr-head {
	font-weight: bold;
    line-height: 2em;
    border-bottom: 2px solid #d0d0d0;
}
.client-info-tr-body {
    line-height: 2em;
    border-bottom: 1px solid #e9e9e9;
}
.client-info-tr-sep {
	
}
.client-info-col-key {
	width: 40%;
	vertical-align: top;
}
.client-info-col-val {
	width: 60%;
    vertical-align: top;
}
.label-cust {
	font-weight: 500;
}

