@charset "UTF-8";

* {
	box-sizing: border-box;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
}

html {
	font-family: Inter, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background-color: #f3f4f8;
	color: #171921;
	font-family: Inter, arial, helvetica, sans-serif;
	font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
	overflow-y: scroll;
}

.app {
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-width: 100%;
}

.header {
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	min-height: 64px;
}

.header__inner {
	min-width: 900px;
	position: relative;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	height: 64px;
}

.header__wrapper {
	display: flex;
	align-items: center;
	width: 100%;
}

.app__inner {
	flex: 1;
	min-width: 900px;
	position: relative;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	width: 100%;
}

.sidebar {
	padding-left: 6px;
	width: 30%;
	float: right;
	margin-right: 0;
	overflow-anchor: none;
}

.sidebar-block {
	margin-top: 16px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}

.sidebar-block_border {
	background-color: #ffffff;
}

.main {
	width: 100%;
	/* float: left;
	padding-right: 12px; */
}

.main__inner {
	margin-top: 16px;
	margin-bottom: 16px;
	position: relative;
}

.app__content {
	padding: 1rem;
	background-color: #fff;
}

.header__item {
	vertical-align: middle;
	display: table-cell;
}

.header__menu {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	position: relative;
}

.header__logo,
.header__right-menu {
	flex-shrink: 0;
}

.header-right-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-right-menu__item {
	margin-right: 12px;
	width: 36px;
	height: 36px;
	border-radius: 36px;
}

.avatar {
	display: inline-block;
	width: 36px;
	height: 36px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 100%;
	overflow: hidden;
}

.header-right-menu__item:last-child {
	margin-right: 0;
}

.header-right-menu .avatar {
	background-color: transparent;
}

.avatar_indicate-on-hover:not([data-editable=true]) {
	overflow: visible;
	transition: box-shadow 200ms;
}

.avatar__default {
	display: inline-block;
	border-radius: 100%;
	position: relative;
	background-size: contain;
	width: 36px;
	height: 36px;
}

.avatar_indicate-on-hover:not([data-editable=true]):hover {
	box-shadow: 0 0 0px 2px #1065ff;
}
.dropdown-menu-profileuser-predictions a:hover {
	color: #0055c2;
}










.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
	outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: opacity 250ms ease, visibility 250ms ease, transform 250ms cubic-bezier(.71, 1.7, .77, 1.24);
    float: left;
    min-width: 160px;
    margin: 16px 0 0;
    list-style: none;
    background: #fff;
    border: 1px solid #f2f3f7;
    border-radius: 8px;
    box-shadow: 0 44px 58px 0 rgba(9, 10, 11, .18);
    color: #000;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}


.open {
	*z-index: 1000;
}

.open>.dropdown-menu {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.dropdown-menu-profile {
	width: 320px;
	background: #f7f8fa;
}
.dropdown-menu-profile-header {
    background: #fff;
    overflow: hidden;
    padding: 12px 16px 0;
    position: relative;
    border-radius: 8px 8px 0 0;
}

.dropdown-menu-profile-header-container {
    align-items: center;
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr repeat(2, auto);
    margin-bottom: 8px;
}
.dropdown-menu-profile-user {
    align-items: center;
    display: grid;
    gap: 2px 8px;
    grid-template-columns: 20px 1fr;
}
.dropdown-menu-profile-header-button {
    height: 28px;
    padding: 4px;
    width: 28px;
}
.dropdown-menu-profileFullName {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    display: flex;
}
.dropdown-menu-profileuser-predictions {
    color: #6f7383;
    font-size: 13px;
    font-weight: 500;
    grid-column: 1 / -1;
    line-height: 1.4;
}
.dropdown-menu-profileheader-button-icon {
    color: #cacdd7;
    height: 20px;
    width: 20px;
	 display: inline-flex;
}
.dropdown-menu-profile-header-button:not(:disabled):hover .dropdown-menu-profileheader-button-icon
 {
        color: #6f7383;
}
.links-blocks[data-v-35525820] {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    padding: 8px;
}
.header-profile-link[data-v-095ffd4f] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px #090a0b0d;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px;
}
.icon {
    flex-shrink: 0;
    height: 16px;
    width: 16px;
}
.link-icon[data-v-095ffd4f] {
    color: #6f7383;
    height: 20px;
    width: 20px;
}
.nuxt-icon.nuxt-icon--fill, .nuxt-icon.nuxt-icon--fill * {
    fill: currentColor !important;
}
.nuxt-icon svg {
    height: 1em;
    margin-bottom: .125em;
    vertical-align: middle;
    width: 1em;
}
.nuxt-icon svg {
    height: 100% !important;
    margin: 0 !important;
    width: 100% !important;
}
.additional[data-v-095ffd4f] {
    align-items: center;
    background: #ecf4ff;
    border-radius: 12px;
    display: inline-flex;
    font-weight: 500;
    gap: 4px;
    justify-content: center;
    margin-left: auto;
    padding: 2px 8px 2px 6px;
}
.text-h5, h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.286;
}
.link-text[data-v-095ffd4f]
 {
    color: #171921;
    font-weight: 500;
    width: 100%;
}
.additional[data-v-095ffd4f], .additional .additional-icon[data-v-095ffd4f]
 {
    color: #0161da;
}
.links[data-v-35525820] {
    display: flex;
    flex-direction: column;
    padding: 0 8px;
}
.header-profile-link--small[data-v-095ffd4f] {
    align-items: center;
    background: none;
    box-shadow: none;
    padding: 12px 8px;
}
.header-profile-link--small .link-text[data-v-095ffd4f] {
    width: auto;
}
.arrow-icon[data-v-095ffd4f] {
    color: #cacdd7;
    margin-left: auto;
}
.header-profile-link--small[data-v-095ffd4f]:not(:disabled):hover {
        background: #fff;
        box-shadow: 0 4px 12px #090a0b0d;
}
.header-profile-link:not(:disabled):hover .link-icon[data-v-095ffd4f], .header-profile-link:not(:disabled):hover .link-text[data-v-095ffd4f] {
        color: #0055c2;
}
.links--bottom[data-v-35525820] {
    border-top: 1px solid #e6e8ef;
    margin-top: 8px;
    padding: 8px;
}

















/* beta user group */
.UserLevel--colored.expert[data-v-ff897bdd] {
    background-color: #fd213a;
    -webkit-text-stroke-color: #fd0824;
    border-color: #fd0824;
}
.UserLevel[data-v-ff897bdd] {
    border: .5px solid;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    padding: 0 2px 1px;
    text-transform: uppercase;
    transform: skew(-9deg);
    -webkit-text-stroke-width: .5px;
    margin-left: 6px;
}
.UserLevel span[data-v-ff897bdd]
 {
    transform: skew(9deg);
}





.header__logo .logo a {
	padding: 16px 0;
}

.logo a {
	display: flex;
}

.header-menu {
	height: 64px;
	position: relative;
	overflow: hidden;
	margin-right: 2px;
	text-overflow: ellipsis;
	display: flex;
	padding-left: 40px;
	padding-right: 30px;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.header-menu__item {
	display: inline-flex;
	position: relative;
	white-space: nowrap;
	margin-right: 8px;
	align-items: center;
	outline: 0;
	height: 100%;
	cursor: pointer;
	transition: all 200ms ease-out;
}

.header-menu__item a {
	display: flex;
	align-items: center;
	padding: 17px 8px;
	color: currentColor;
	box-sizing: border-box;
	transition: color 200ms ease-out;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}















a,
.link {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px
}

input,
select {
	width: 100%
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
}

.modal-body>h3 {
	display: block
}

.text-h1,
h1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.33;
}
.text-h2, h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.sub-title[data-v-5eb556a5] {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    margin-bottom: 16px;
    width: 100%;
}

pre {
	font-family: var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);
	line-height: 1.45;
	color: #1f2328;
	background-color: #f6f8fa;
	padding: 8px;
}

#loadinginfo {
	display: none;
	background-color: #fff;
	height: 15px;
	width: 100%;
	left: 90%;
	top: 0px;
	position: fixed
}

.left {
	float: left
}

.right {
	float: right
}

.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,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button {
	background-color: #fff0;
	border: none;
	cursor: pointer;
	outline: none;
}

a,
a svg,
a:after,
a:before,
button,
button svg,
input {
	cursor: pointer;
	outline: none;
	transition-duration: .2s;
	transition-property: color, background-color, opacity, box-shadow, fill, border, stroke;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}

.btn {
	cursor: pointer;
	display: inline-block;
	background: #0161da;
	color: #fff !important;
	padding: 8px 16px;
	border-radius: 18px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	transition: background 0.3s, transform 0.2s;
}


button:hover,
.btn:hover {
	opacity: 0.8;
}

.btn-switch>.lcs_wrap {
	display: block !important
}

.btn-max {
	width: 100%;
	box-sizing: border-box
}

.btn-fix {
	width: 90px
}

.btn-short {
	padding: 1px 5px
}

.btn-shift {
	padding: 1px 6px
}

.btn-success {
	background-color: #82b17f
}

.btn-error {
	background-color: #b17f7f
}

.btn-info {
	background-color: #33a9de
}

.btn-black {
	background-color: #000
}

.btn-gray {
	background-color: #DDD;
	color: #222 !important
}

.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%
}






.logo {
	font-size: 24px;
	color: #5f6368;
	font-weight: 700;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.user {
	padding: 0;
}

.recsign a {
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 9999px;
	padding: 8px 12px;
	font-weight: 700;
	background-color: #0161da;
	color: #fff;
}

.recsign a:hover {
	background-color: #0055c2;
}


.nav {
    font-size: 11px;
    padding-left: 24px;
    padding-right: 24px;
    margin: -16px -16px 16px;
    position: relative;
    align-items: center;
    display: flex;
    min-height: 32px;
    overflow-x: auto;
}

.nav i {
	padding: 0 3px
}

.nav a {
	color: #191919
}

.nav a:hover {
	text-decoration: underline
}




.block .title {
	text-align: right;
	padding: 7px;
	font-size: 13px;
	text-align: center
}

.block .title::after {
	content: '';
	border-bottom: 1px solid #191919;
	display: block;
	margin: 5px auto;
	width: 70%
}

.block ul {
	list-style: none
}

.block ul li {
	border-bottom: 1px solid rgb(225, 230, 234)
}

.block ul li a {
	color: #191919;
	font-size: 13px;
	padding: 8px 6px;
	display: block;
	transition: all 0.23s ease-in-out;
}

.block ul li a:hover,
.block ul li .active {
	background-color: #F0F2F5
}

.block ul li a>i:nth-child(1) {
	margin-right: 4px;
	width: 20px;
	text-align: center
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
	 padding: 24px;
}
.footer__links {
    display: flex;
    width: 100%;
    gap: 8px;
    max-width: 1020px;
}



.service {
	text-align: center;
	width: 200px
}

.service {
	text-align: center;
	width: 200px;
	float: left;
	margin: 10px 16.666px;
	background-color: #f3f4f5;
	border: 1px solid #f3f4f5;
	padding: 4px;
}

.service>.line {
	border-top: 1px solid #222;
	width: 200px;
	position: relative;
	top: 12px
}

.service>.title {
	font-size: 11px;
	background-color: #f0f2f2;
	display: inline-block;
	position: relative;
	padding: 5px;
	z-index: 10
}

.service img {
	opacity: 0.8
}

.service a {
	border: 1px solid #cecece;
	padding: 5px 36px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0;
	display: inline-block
}

.service a:hover {
	background-color: #eee
}

blockquote {
	padding: 5px;
	border-left: 1px solid #597da3;
	background-color: #e8ebf0
}

/* form */
input,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input {
	outline: none;
}

input:focus {
	border-color: #0161da;
	box-shadow: 0 0 0 3px #0161da14;
}

input:not([disabled]):hover {
	box-shadow: 0 0 0 3px #0161da14;
}

.Input .text-field {
	border-radius: 8px;
	border-style: solid;
	border-width: 1px;
	cursor: text;
	font-weight: 500;
	font-size: 13px;
	padding: 8px 12px;
	width: 100%;
}

.Input .text-field:not(:focus) {
	border-color: #e6e8ef;
}






.form {
	margin: 0 auto
}

.form td {
	padding: 5px
}

.form img,
.form label {
	cursor: pointer
}

.form label {
	display: block;
	margin-bottom: 3px;
	font-size: 9px;
	font-weight: bold
}

.form input,
.form select,
.form textarea {
	padding: 8px 12px;
	width: 100%;
	outline: 0;
	border-radius: 8px;
	border-style: solid;
	border-width: 1px;
	font-weight: 500;
	font-size: 13px;
	background-color: #FFF;
}

.form textarea {
	resize: vertical;
	width: 100%
}

.form input:not(:focus),
.form select:not(focus),
.form textarea:not(focus) {
	border-color: #e6e8ef;
}

.form #captha {
	text-transform: uppercase
}

.server_list {
	width: 100%;
	display: inline-block;
	padding: 5px 5px 0 5px;
	box-sizing: border-box;
}

.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;
	font-weight: 500;
}

.server_nav {
	margin: 10px 0;
	width: initial
}

.server_nav i {
	font-size: 24px;
	display: block;
	text-shadow: none
}

.server_nav td {
	border-bottom: 1px solid #ccc;
	padding: 3px;
	text-align: center;
	font-size: 11px;
	line-height: 22px;
	font-weight: 500;
}

.server_nav td a {
	background-color: #fcfcfc;
	box-shadow: 0 0 2px #ccc;
	padding: 5px;
	width: 70px;
	height: 50px;
	display: block;
	transition: all 0.23s ease-in-out;
}

.server_nav td a:hover,
.server_nav .active {
	color: #2196F3
}

.server_console pre {
	width: 99%;
	height: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-radius: 0;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #333333;
	color: #FFF;
	font-size: 12px;
}

.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-size: 10px;
	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: #3E4E68;
	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 #DCDCDC;
	background-color: #f0f2f2;
	color: #191919;
	font-weight: normal
}

.table_pad td {
	padding: 5px;
	border-bottom: 1px solid #DCDCDC
}

.table_pad tr:nth-last-child(1) td {
	border: 0
}

.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
}

.adminflags div {
	position: absolute;
	margin: -23px 145px 0;
	padding: 0 5px;
	cursor: pointer
}

.hblock_content {
	background-color: #76889b;
	padding: 6px 10px 5px 10px;
	color: #fff;
	border-bottom: 1px solid #45515d;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.block_content {
	border: 2px solid #f0f2f5;
	border-left-style: solid;
	border-right-style: solid;
	padding: 5px;
	background-color: #ffffff;
}

.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
}


.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 5px 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: 4px
}

.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: #222;
	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: #597da3;
	color: #F8F8F8;
	font-size: 13px;
	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-size: 13px;
	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: 14px;
	height: 18px;
	padding: 5px;
	border: 1px solid #8ca1b9;
	box-sizing: border-box;
	outline: 0
}

#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;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    text-align: center;
    background-color: #04aa4e;
    color: #FFF;
}

#help_notice_block {
	display: none;
	position: fixed;
	bottom: 0;
	padding: 3px;
	width: 200px
}

#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;
	background-color: #f0f2f2;
	display: inline-block;
	border-radius: 5px;
	margin-right: 5px;
	border: 1px solid #e1e1e1;
	font-size: 11px;
}

.help_question>div>a:hover {
	background-color: #c2cdde
}

.news_block {
	padding: 8px;
	background-color: #fff;
	margin-bottom: 8px;
	font-size: 13px;
	text-align: left;
	word-wrap: break-word;
	overflow-wrap: break-word;
	text-wrap: pretty;
}

.news_block>h1,
.news_block>h3 {
	margin-bottom: 5px;
	width: 100%;
	font-size: 14px
}

.news_block>h1>a,
.news_block>h3>a {
	text-decoration: underline;
	margin-bottom: 5px;
	display: block
}

.news_block>h1 span,
.news_block>h3 span {
	font-size: 13px;
	font-weight: normal
}

.news_block>h1 span:nth-child(2),
.news_block>h3 span:nth-child(2) {
	margin-right: 10px
}

.news_block>h1>a:hover,
.news_block>h3>a:hover {
	text-decoration: none
}

.news_block>.tags {
	font-size: 12px;
	margin-top: 10px;
	border-top: 1px dashed #CCC
}

.box-shadow {
	box-shadow: 0 0 5px #CCC
}

.dblock {
	display: block
}

#sum_info {
	font-weight: bold
}

.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%
}

.pretext {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}