/* Основной стиль отображения основного сайт */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,600,500&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Play&subset=latin,cyrillic);

body {
	background: #000 url(../img/header.jpg) no-repeat center top;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
}

a {
	color: #FFF;
}

a:visited {
	color: #FFF;
}

th {
	font-size: 14px;
	border-color: #FFF;
	color: #4d4d4d;
	border-bottom: 1px solid #262626;
	overflow: hidden;
}

tr {
	height: 100%;
	overflow: hidden;
	color: #c4c4c4;
}

tr:nth-child(even) {
	background-color: #1a1a1a;
}

tr:hover {
	background-color: #272727;
	}

td {
	overflow:hidden;
}

table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

.background_map {
	position: relative;
	display: block;
	top: 200px;
	width: 681px;
	height: 314px;
}

.info {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 14px;
	border-width: 8px;
	padding: 10px; 
	width: 290px; 
	position: relative;
	color: #FFF;
	top: -114px;
	background-color: rgba(0, 0, 0, 0.38);
	text-shadow: 1px 1px 2px black, 0 0 1em black;
	overflow:hidden;
	border-radius: 0 0 8px 0;
}

.percent_of_filled {
	border-width: 0;
	width: 681px;
	position: relative;
	color: #FFF;
	display: block;
	top: 85px;
}

.background_pof {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	border-radius: 0 0 4px 4px;
	background: #2f2f2f linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 30%);
	box-shadow: inset 0 5px 2px rgba(0, 0, 0, 0.03), 0 1px rgba(255, 255, 255, 0.04);
}

.text_pof {
	position: absolute;
	padding-top: 2px;
	left: 0;
	right: 0;
	text-align: center;
	font: normal 12px Arial, Tahoma, Verdana, sans-serif;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;color:#FFF;
	text-shadow:0 0 15px #000;"
}

.level_pof {
	height: 100%;
	color: #FFF;
	text-align: center;
	border-radius: 0 0 4px 4px;
	transition: 0.4s linear;
	transition-property: width, background-color;
	background: #86e01e linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	box-shadow: 0 0 10px #86e01e;"
}

.wrapper {
    width: 681px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.info_panel {
    color: #FFF;
    top: 80px;
}

.new_bans {
	float: left;
}

.new_bans p {
	background: linear-gradient(to top, #1a1a1a, #4e1818);
}

.new_admins {
	float: right;
}

.new_admins p {
	background: linear-gradient(to top, #1a1a1a, #254021);
}

.new_bans, .new_admins {
	width: 339px;
	background: #0f0f0f;
	border-radius: 5px;
	overflow: hidden;
	font-size: 14px;
} 

.new_admins p, .new_bans p {
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
}

#nickbanned {
	width: 140px;
	padding-left: 5px;
}

#reasonbanned {
	width: 150px;
}

#nickbanned, #reasonbanned {
	overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
}

#nickadmin {
	padding-left: 5px;
	width: 248px;
}

.watch_all {
	font-size: 13px;
	display: block;
	height: 20px;
	padding-top: 3px;
    background-image: linear-gradient(to top, #284965 0%, #151515 100%);
    text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.watch_all:hover {
    background-image: linear-gradient(to top, #38678e 0%, #151515 100%);
    text-decoration: underline;
}

.side_menu {
	position: absolute;
	background: rgba(255, 255, 255, 0.26);
	left: 50%;
	top: 105px;
}

.side_menu ul {
	position: absolute;
	text-transform: uppercase;
	font-size: 12px;
	width: 200px;
	left: 335px;
	top: 241px;
}

.side_menu li {
	list-style: none;
	height: 28px;
}

.side_menu a {
	text-decoration: none;
	color: #676767;
}

.side_menu a:hover {
    color: #FFF;
}

.active a {
	color: #FFF;
}

.players_on_server {
	font-size: 14px;
	display: inline-block;
	width: 682px;
	margin: 15px auto 0 auto;
}

.players_on_server p {
	margin: 0 0;
	background: #554115;
	padding: 2px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	background: linear-gradient(to top, #1a1a1a, #554115);
}
