table
{
	border-collapse: collapse;
	width: 100%;
}
input, select
{
	width: 100%;
}
pre
{
	white-space: pre-line;
}
blockquote
{
	padding: 5px;
	border-left: 1px solid #597da3;
	background-color: #e8ebf0;
}
.nav
{
	height: 30px;
	box-sizing: border-box;
	padding: 9px;
	background-color: #3a5e89;
	color: #9db3d0;
	text-shadow: 1px 1px 2px #000000;
	font-size: 11px;
	display: inline-block;
	width: 100%;
	border-radius: 8px;
	text-transform: uppercase;
}
.nav i
{
	padding: 0 3px;
}
.nav a
{
	color: #9db3d0;
	text-shadow: 1px 1px 2px #000000;
}
.nav a:hover
{
	text-decoration: underline;
}
.nav span
{
	color: #e1e5ec;
}
.right
{
	float: right !important
}
.left
{
	float: left !important
}
.center
{
	text-align: center;
}
.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.margin-top
{
	margin-top: 5px;
}
.margin-bottom
{
	margin-bottom: 3px;
}
.margin-left
{
	margin-left: 5px;
}
.margin-right
{
	margin-right: 5px;
}
.vtop
{
	vertical-align: top;
}
.vbot
{
	vertical-align: bottom;
}
.vbottom
{
	vertical-align: bottom;
}
.border-bottom
{
	border-bottom: 1px solid #DCDCDC;
}
.underline
{
	border-bottom: 1px dashed;
	padding-bottom: 2px !important;
}

.none
{
display: none
}

.hide
{
display: none
}

.pointer
{
cursor: pointer !important
}

.informer
{
padding: 8px
}

.informer.red
{
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1
}
.informer.blue
{
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1
}
.informer.green
{
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6
}
.informer.gray
{
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc
}


button, .btn
{
	border: 0;
	background-color: #43648e;
	color: #FFF !important;
	outline: 0;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	font: 13px 'Open Sans';
	border-radius: 15px;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	box-sizing: border-box;
	padding: 0px 8px 2px;
	height: 20px;
}
button:hover, .btn:hover
{
	background-color: #393939;
}
.btn-switch > .lcs_wrap
{
	display: block !important;
}
.btn-max
{
	width: 100%;
	box-sizing: border-box;
}
.btn-fix
{
	width: 90px;
}
.btn-short
{
	padding: 0px 8px 2px;
	height: 20px;
}
.btn-shift
{
	padding: 1px 6px;
}
.btn-success
{
	background-color: #3C8D78;
}
.btn-error
{
	background-color: #8d3c3c;
}
.btn-info
{
	background-color: #3c708d;
}
.btn-black
{
	background-color: #000000;
}
.btn-gray
{
	background-color: #ffffff;
	color: #000000 !important;
	box-shadow: 0px 0px 3px #969696;
}
.btn-gray:hover
{
	background-color: #CCC !important;
	color: #222 !important;
}
.btn-block
{
	background-color: #000000;
	opacity: 0.1;
	cursor: no-drop;
}
.btn-none
{
	cursor: auto;
	background: none !important;
	color: #222 !important;
}
.btn-full
{
	width: 99%
}

.all
{
	width: 1200px;
	margin: 0 auto;
}

.top
{
	width: 100%;
	display: inline-block;
	height: 20px;
	padding: 10px 0;
}
.top a
{
	font: 14px 'nav';
	color: #222;
	padding: 0 5px;
}
.top a:hover
{
	color: #000;
	border-bottom: 1px solid;
	padding-bottom: 2px !important;
}

.form
{
	margin: 0 auto
}
.form td
{
	padding: 5px
}
.form img, .form label
{
	cursor: pointer
}
.form label
{
	display: block;
	margin-bottom: 3px
}
.form input, .form select, .form textarea
{
	border: 1px dashed #CCC;
	padding: 5px;
	width: 100%;
	outline: 0;
	box-sizing: border-box;
	font: 12px 'Tahoma';
	background-color: #FFF
}
.form textarea
{
	resize: vertical;
	width: 100%;
}
.form input:focus, .form select:focus, .form textarea:focus
{
	border-color: #222
}
.form #captha
{
	text-transform: uppercase
}

.server_list
{
	width: 100%;
	display: inline-block;
	padding: 5px 5px 0 5px;
	box-sizing: border-box;
	font: 14px 'Arial';
}
.server_list table td
{
	padding: 2px;
	border-bottom: 1px solid #E8EBF0;
}
.server_list table
{
	width: 80%;
}
.server_list table tr:last-child td
{
	padding-bottom: 10px;
}
.server_list .btn
{
	position: relative;
	bottom: -5px;
}
.server_img
{
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: 160px;
	height: 120px;
}
.server_img img
{
	width: 150px;
	height: 113px;
}
.server_name
{
	max-width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.server_nav
{
	margin: 10px 0;
	width: initial;
}
.server_nav i
{
	font-size: 26px;
	display: block;
}
.server_nav td
{
	border-bottom: 1px solid #43648e;
	padding: 2px;
	text-align: center;
	font-size: 10px;
}
.server_nav td a
{
	color: #232323;
	background-color: #e7edf2;
	padding: 5px;
	width: 54px;
	height: 35px;
	display: block;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	font-size: 10px;
}
.server_nav td a:hover
{
	background-color: #E8EBF0;
	color: #3E4E68;
}
.server_nav .active
{
	background-color: #334e71;
	color: #e7edf2;
}
.server_console
{
	margin-top: 10px;
}
.server_console pre
{
	width: 99%;
	height: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-radius: 0;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #191919;
	color: #FFF;
}
.server_console table td
{
	border: 0;
}
#console_update
{
	font-size: 26px;
}
.progress
{
	width: 185px;
}
.progress > span
{
	position: relative;
	float: left;
	margin: 0 -1px;
	min-width: 30px;
	height: 16px;
	line-height: 12px;
	border-radius: 10px;
	text-align: right;
	border: 1px solid #FFF;
	background: #DDD url(../images/progress.jpg) no-repeat;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
	transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-webkit-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
.progress > span > span
{
	padding: 0 3px;
	font: 10px 'menu';
	color: #FFF;
}
.progress > span:before
{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 18px;
	background: url("../images/progress.png") 0 0 repeat-x;
	border-radius: 10px;
}
.change_map
{
	display: none;
	position: absolute;
	width: 408px;
	max-height: 370px;
	overflow: hidden;
	overflow-y: scroll;
	background-color: #F8F8F8;
	box-shadow: 1px 4px 20px #9B9B9B;
	z-index: 999;
}
.change_close
{
	display: none;
	cursor: pointer;
	position: absolute;
	padding: 5px 10px;
	background-color: #F24141;
	color: #FFF;
	z-index: 1000;
	margin-left: 360px;
	border-top: 2px solid #000;
}
.change_close:hover
{
	background-color: #323E53;
}
.change_map div
{
	cursor: pointer;
	float: left;
	padding: 4px;
	border: 1px solid #EEE;
}
.change_map div > i
{
	width: 20px;
	float: right;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #222;
	color: #ffffff;
	display: block;
	box-sizing: border-box;
	position: absolute;
	margin-left: 100px;
}
.change_map div:hover span
{
	background-color: #323E53;
}
.change_map span
{
	display: block;
	text-align: center;
	padding: 5px;
	background-color: #43648e;
	color: #F5F5F5;
	font-size: 12px;
	max-width: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.table_pad th
{
	padding: 5px;
	border-bottom: 1px solid #3c5982;
	background-color: #43648e;
	color: #FFF;
	font-weight: normal;
}
.table_pad td
{
	padding: 5px;
	border-bottom: 1px solid #eee
}
.input_pad input, .input_pad select, .input_pad textarea
{
	padding: 5px;
	border: 1px solid #E8EBF0;
	box-sizing: border-box;
	outline: 0;
}
.input_pad textarea
{
	resize: vertical;
	width: 100%;
}
.adminflags
{
	display: table-cell !important;
}
.adminflags input
{
	width: 164px;
	padding-right: 24px;
}
.adminflags div
{
	position: absolute;
	margin: -20px 141px 0;
	padding: 0 5px;
	cursor: pointer;
}
.hblock_content
{
	background-color: #56749a;
	padding: 2px 15px;
	color: #9db3d0;
	text-shadow: 1px 1px 2px #000000;
	margin-left: 20px;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 100px;
}
.block_content
{
	border: 4px solid #56749a;
	border-left-style: dashed;
	border-right-style: dashed;
	padding: 10px 5px 5px 5px;
	margin-top: -10px;
	background-color: #fff;
	border-radius: 15px;
}
.help_question
{
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px dashed #CCC;
}
.space
{
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	clear: both;
}
.height200
{
	height: 200px;
	overflow-y: scroll;
}
.width50p
{
	width: 49%;
	display: inline-block;
}
.width250
{
	width: 250px;
}
.width350
{
	width: 350px;
}
.width500
{
	width: 500px;
}
.width550
{
	width: 550px;
}

.spoiler_body
{
	display: none;
}
.spoiler_links
{
	padding-left: 15px;
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
	display: block;
}
.spoiler_body
{
	display: none;
	padding: 5px;
}
.spoilerblock
{
	padding: 7px;
	border-bottom: 1px solid #ddd;
}
.icon
{
	font-weight: bold;
	color: #CCC;
	display: inline-block;
	float: right;
	position: relative;
	
}
.plugin_block
{
	border-bottom: 1px solid #DDD;
	padding-bottom: 5px;
	display: table;
	width: 100%;
}
.plugin_info
{
	display: table-cell;
	width: 90%;
	box-sizing: border-box;
	padding: 5px;
	border-bottom: 1px dashed #DDD;
}
.plugin_action
{
	display: table-cell;
	width: 10%;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	border-bottom: 1px dashed #DDD;
}
.plugin_update
{
	cursor: pointer;
	font-size: 12px;
	color: #BCA744;
	padding-left: 5px;
}
.plugin_images
{
	display: table-row;
}
.plugin_images a
{
	margin: 3px 3px 0 0;
	display: inline-block;
	box-sizing: border-box;
}
.plugin_images img
{
	height: 50px;
	opacity: 0.7;
}
.plugin_images img:hover
{
	opacity: 1;
}
.plugin_status_stable, .plugin_status_unstable, .plugin_status_testing
{
	font-size: 12px;
}
.plugin_status_stable
{
	color: #74B084;
}
.plugin_status_unstable
{
	color: #B07474;
}
.plugin_status_testing
{
	color: #6E9FBC;
}
#search_block
{
	display: none
}
.maps_types a > div
{
	cursor: pointer;
	display: inline-block;
	padding: 5px 5px 0 5px;
	border: 1px solid #DCDCDC;
	margin: 5px 9px 0 0;
	box-sizing: border-box;
}
.maps_types a:nth-child(8) > div
{
	margin-right: 0;
}
.maps_types a > div > div
{
	text-align: center;
	position: absolute;
	margin-top: 30px;
	background-color: rgba(0, 0, 0, 0.25);
	width: 100px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
}
.maps_types a > div > img
{
	width: 100px;
}
.maps_types a > div:hover
{
	border-color: #999;
}
.maps > div
{
	display: inline-block;
	padding: 5px;
	border: 1px solid #DDD;
	margin: 6px;
}
.maps > div:nth-child(6n)
{
	margin-right: 0;
}
.maps > div > div
{
	display: block;
	cursor: pointer;
}
.maps > div > div i
{
	width: 20px;
	float: right;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #222;
	color: #ffffff;
	display: block;
	box-sizing: border-box;
	position: absolute;
	margin-left: 120px;
}
.maps div > span
{
	display: block;
	text-align: center;
	font-size: 13px;
	max-width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #2d4768;
	color: #ffffff;
	padding: 2px 5px;
}
.pages
{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.pages > div
{
	margin-top: 10px;
}
.pages a
{
	display: inline-block;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	background-color: #43648e;
	color: #F8F8F8;
	font-size: 13px;
	font-family: nav;
	padding: 2px 6px;
	position: relative;
	height: 15px;
	margin-right: 2px;
}
.pages a:hover, .pages a.active
{
	background-color: #222;
}
.filetp
{
	padding-top: 15px;
}
.filetp_block
{
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.filetp_block table td:nth-child(1) p
{
	max-width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#filetp_block > table
{
	width: 98%;
	margin-top: 10px;
}
#filetp_block > table td
{
	border-bottom: 3px solid #f5f5f5;
	background-color: #dcdcdc;
	color: #777;
	padding: 3px;
}
.filetp table:nth-child(1) tr:nth-child(1) td
{
	border-top: 1px solid #DCDCDC;
}
#filetp_edit
{
	padding-top: 10px;
}
#filetp td
{
	font: 14px 'menu';
	background-color: #FFF;
}
#filetp td p
{
	padding: 5px;
}
#filetp td:nth-child(1)
{
	padding: 0;
}
#filetp tr:nth-child(2n) td
{
	background-color: #fbfbfb;
}
#filetp tr:hover td
{
	background-color: #ededed;
}
.filetp_find
{
	width: 250px;
	float: right;
}
.filetp_find input
{
	font-size: 13px;
	height: 20px;
	padding: 7px;
	border: 1px solid #597da3;
	box-sizing: border-box;
	outline: 0;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
}
#infopath
{
	border-top: 3px solid #f5f5f5;
	background-color: #dcdcdc;
	color: #777;
	padding: 3px;
}
.CodeMirror
{
	max-width: 960px;
}
.spoiler
{
	cursor: pointer;
	display: block;
	padding: 5px;
	border: 1px solid #EEE;
	background-color: #EAEAEA;
}
.spoiler_main
{
	display: none;
	border: 1px solid #EEE;
	padding: 5px;
	border-top: 0;
	background-color: #f4f4f4;
}

#help_notice
{
	display: none;
	float: right;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	text-align: center;
	background-color: #597da3;
	color: #FFF;
	font-size: 6px;
	line-height: 12px;
	margin-top: -1px;
}

#help_notice_block
{
	display: none;
	position: fixed;
	bottom: 0;
	padding: 3px;
	width: 200px;
	z-index: 100
}

#help_notice_block > a > div
{
	background-color: #597da3;
	color: #FFF;
	padding: 5px;
	margin-top: 3px;
}

#help_notice_block > a > div > span
{
	font-size: 12px;
}

#help_notice_block > a > div > p
{
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 210px;
	overflow: hidden;
}

#help_notice_block > a > div > span > i
{
	font-size: 10px;
	margin-top: 2px;
}

.infoblock
{
	background-color: #F7F7F7;
	padding: 10px;
	border-left: 5px solid #e8ebf0;
	color: #585757;
	margin-top: 10px;
}

.help_category
{
	padding: 8px;
	background-color: #FFF;
	display: block;
	margin-bottom: 3px;
}
.help_question
{
	padding: 8px;
	background-color: #fff;
	margin-bottom: 8px;
}
.help_question > a
{
	text-decoration: underline;
	margin-bottom: 5px;
	display: block;
}
.help_question > a:hover
{
	text-decoration: none;
}
.help_question > div > a
{
	padding: 5px 10px;
	height: 8px;
	background-color: #e8ebf0;
	display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	line-height: 5px;
	margin-right: 5px;
	border: 1px solid #c2cdde;
}
.help_question > div > a:hover
{
	background-color: #c2cdde
}

.news_block
{
	padding: 8px;
	background-color: #fff;
	margin-bottom: 8px;
}
.news_block > h3
{
	width: 100%;
	font-size: 14px;
}
.news_block > h3 > a
{
	text-decoration: underline;
	margin-bottom: 5px;
	display: block;
}
.news_block > h3 span
{
	margin-right: 8px;
}
.news_block > h3 i
{
	font-size: 13px;
	font-weight: normal;
}
.news_block > h3 i:nth-child(2)
{
	margin-right: 10px;
}
.news_block > h3 > a:hover
{
	text-decoration: none;
}
.news_block > .tags
{
	margin-top: 10px;
	border-top: 1px dashed #CCC;
}

.box-shadow
{
	box-shadow: 0 0 5px #CCC;
}

.dblock
{
	display: block
}
#sum_info
{
	font-weight: bold;
}

#loadinginfo
{
	display: none;
	background-color: #496e9a;
	height: 12px;
	width: 100%;
	left: 90%;
	top: 0px;
	position: fixed;
}

.loader
{ 
	z-index: 99;
	position: fixed;
	top: 10px;
	width: 100%;
}

.loader > span
{
	display: inline-block;
	background-color: #dbdbdb;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px;
	position: fixed;
	top: 5px;
	left: 90%;
	transition: 2.8s all cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-o-transition: 2.8s all cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-ms-transition: 2.8s all cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-moz-transition: 2.8s all cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-webkit-transition: 2.8s all cubic-bezier(0.030, 0.615, 0.995, 0.415);
	z-index: 101;
}

.loader > span.jmp
{
	transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
}

.loader span.l-1 { background-color: #e74c3c;}
.loader span.l-2 { background-color: #e67e22;}
.loader span.l-3 { background-color: #f1c40f;}
.loader span.l-4 { background-color: #2ecc71;}
.loader span.l-5 { background-color: #3498db;}
.loader span.l-6 { background-color: #9b59b6;}

.outinfo
{
	text-align: center;
	top: 47%;
	position: absolute;
	background-color: #191919;
	padding: 15px;
	font-size: 20px;
	color: #fff;
	border: 2px dashed #ffffff;
	border-left: 0;
	border-right: 0;
	width: 100%;
}
.signa {
	text-align: center;
	color: #000;
	background-color: #eff3f9;
	box-shadow: 0 0 5px #c0cee2;
	padding: 5px;
	border-radius: 8px;
	display: block;
	margin: 15px auto 0;
	width: 550px;
}