.tabs {
	background-color: #dee7ea;
	padding-top: 10px;
	padding-left: 28px;
	padding-right: 28px;
}

.tab_content {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	min-height: 600px;
}

label {
	font-weight: 300;
}

.long_button {
	cursor: pointer;
	position: relative;
	top: 5px;
	float: right;
	line-height: 21px;
}

.long_button #main_part {
	padding: 10px 3px 12px 48px;
	float: left;
	color: white;
	font-size: 12px;
	font-weight: bold;
	height: 42px;
}

.long_button #right_part {
	background-position: -582px 0px;
	width: 13px;
	height: 42px;
	float: left;
}

.long_button:hover {
	text-decoration: none;
}

.stop_button {
	float: left;
}

.so_button {
	float: right;
}

.profile_name {
	color: #5d6e78;
	font-weight: bold;
	font-size: 20px;
	padding-left: 7px;
	position: relative;
	top: 5px;
}

#uptime_data {
	float: left;
	position: relative;
	font-size: 12px;
	top: 5px;
	left: 5px;
}

.footer {
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

.footer span  {
	color: #8f8f9b;
	font-size: 14px;
}

.footer>span>a {
	color: #8f8f9b;
	font-size: 14px;
}

.lang {
	width: 100%;
}

.copyright {
	min-width: 230px;
	text-align: center;
}

.ppol {
	color: #8f8f9b;
	margin-top: 3px;
	margin-left: 9px;
}

.ppol a {
	color: #8f8f9b;
	text-decoration: underline;
}

.ppol a:hover {
	text-decoration: none;
}


.aright {
	text-align: right;
}


#save_settings {
	min-width: 70px;
}

.vspace {
	padding-bottom: 22px;
	width: 100%;
}

.fg {
	margin-bottom: 0px;
}

.status {
	display: flex;
}

.status strong {
	margin-right: 12px;
}

.fpicker {
	width: 100%;
	padding-bottom: 22px;
	float: left;
	margin: 0 auto;
}

.fpicker>div {
	margin-top: 5px;
	display: inline-block;
	float: left;
}

.pl-10 {
	padding-left: 10px;
}

.nav-pills>li>a {
	background-position: 4px 50%;
	background-repeat: no-repeat;
}

.nav-pills>li.active>a {
	background-color: #b6bec4;
}

.nav-pills>li.active>a:hover {
	background-color: #b6bec4;
}

.nav-pills>li.active>a:focus {
	background-color: #b6bec4;
}

.nav-pills>li.on>a {
	background-image: url('../static/green_ball.png');
}

.nav-pills>li.off>a {
	background-image: url('../static/gray_ball.png');
}

.nav-pills>li.active #switch {
	width: 28;
	height: 14;
	position: absolute;
	top: 13px;
	right: 5px;
}

.nav-pills>li.active-on #switch {
	background-image: url('../static/on.png');
}

.nav-pills>li.active-off #switch {
	background-image: url('../static/off.png');
}

.reload_captcha {
	float:left;
	cursor:pointer;
	font-size: 11px;
}

.red_text {
	color: red;
}

.password_strength {

}

.password_strength div span {
	font-size: 11px;
	color: grey;
}

.password_strength div {
	font-size: 11px;
	color: grey;
	display: block;
}

.password_bar {
	background: transparent url('../static/password_strength.png') no-repeat;
	float: right;
	width: 54px;
	height: 8px;
	min-width: 54px;
	min-height: 8px;
	margin-top: 3px
}


.bar_wweak {
	background-position: 0px 0px;
}

.bar_weak {
	background-position: 0px -8px;
}

.bar_good {
	background-position: 0px -16px;
}

.bar_strong {
	background-position: 0px -24px;
}

.bar_wstrong {
	background-position: 0px -32px;
}

#special_nick a {
	font-size: 11px;
}
