/*	URL: lsart.ru	*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Play:400,700&display=swap');

::-webkit-input-placeholder {
	color:#fff;
}

::-moz-placeholder   {
	color:#fff;
}

:-moz-placeholder  {
	color:#fff;
}

:-ms-input-placeholder {
	color:#fff;
}

input, button, textarea {
	background:0;
	border:0;
	outline:0;
	box-sizing:border-box;
	font-family:Play;
	font-size:14px;
	font-weight:bold;
	resize:none;
	color:#fff;
}

* {
	padding:0;
	margin:0;
	outline:0;
}

html, body {
	background-image:url(../images/bg-css90.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:100%;
	background-color:#e5e3e3;
	font-family:Play;
	font-size:14px;
	color:#414c68;
	padding:0 !important;
}

.uk-modal-page, .uk-modal-page body {
	overflow:visible !important;
}

a {
	color:#414c68;
	text-decoration:none;
}

ul, li {
	display:block;
	padding:0;
	margin:0;
	list-style:none;
}

a, button[type="submit"], input[type="submit"] {
	transition:all 0.5s ease;
}

.wrap {
	min-height:100vh;
	position:relative;
}

.full {
	width:1320px;
	margin:0 auto;
}

.header {
	height:92px;
	background:rgba(4,8,16, 0.90);
}

.header .full {
	height:92px;
	display:flex;
	align-items:center;
}

.panel {
	height:62px;
	background:rgba(4,8,16, 0.90);
	border-radius:0 0 5px 5px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}

.footer {
	height:164px;
	background:#1a1d25;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.footer .full {
	height:164px;
	display:flex;
	align-items:center;
}

.footer .right {
	margin-left:auto;
}

.container {
	padding:60px 0;
	padding-bottom:calc(164px + 60px);
}

.uk-modal-close.uk-close {
	cursor:pointer;
}

.orange-title {
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

.popup-under-title {
	display:flex;
	padding:10px 0;
	align-items:center;
	justify-content:center;
}

.transparent-title {
	display:flex;
	padding-top:10px;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.popup-under-title div {
	margin:0 5px;
}

.popup-form {
	display:flex;
	flex-direction:column;
	align-items:center;
}

.popup-form .capcha {
	margin-bottom:10px;
}

.uk-modal-dialog {
	box-shadow:0 0 35px rgba(0,0,0, 0.95);
	border-radius:10px;
	background:#fff !important;
}

.uk-modal-dialog .orange-title {
	color:#ef9c19 !important;
}

.uk-modal-dialog .orange-button {
	color:#ef9c19 !important;
	font-size:16px;
	font-weight:bold;
}

.uk-modal-dialog .orange-button:hover {
	color:#fff !important;
}

.popup-form input[type="text"], .popup-form input[type="number"], .popup-form select {
	border:2px solid #080b12;
	border-radius:5px;
	height:40px;
	padding:0 10px;
	margin-bottom:10px;
	text-align:center;
	color:#080b12;
}

.orange-button {
	height:50px;
	border:2px solid #eb9d24;
	border-radius:5px;
	margin-bottom:10px;
	padding:0 10px;
	text-align:center;
	cursor:pointer;
	transition:0.5s;
}

.uk-modal-footer.uk-grid {
	margin-top:20px;
}

.orange-button:hover {
	background:#eb9d24;
}

.logo {
	background:url(../images/logo-old.png) no-repeat 0 0;
	width:325px;
	height:58px;
}

.hright {
	margin-left:auto;
	display:flex;
	align-items:center;
}

.menu {
	display:flex;
	align-items:center;
}

.menu li {
	margin-left:50px;
}

.menu li:first-child {
	margin-left:0;
}

.menu a {
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	font-family:Montserrat;
}

.menu a:hover {
	color:#fd9214;
}

.login {
	display:flex;
	margin-left:20px;
}

.login a:hover {
	box-shadow:0 0 30px #ef9c1950, inset 0 0 30px #ef9c1950;
	color:#ef9c19;
}

.login a {
	border:2px solid #ef9c19;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	padding:0 10px;
	border-radius:5px;
	height:40px;
	margin-left:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	white-space:nowrap;
}

.cabinet:hover {
	background-color:#c47f12;
}

.cabinet {
	width:164px;
	height:50px;
	background:#ef9c19;
	margin-left:37px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:5px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}

.cabinet span {
	background:url(../images/ico-1.png) no-repeat 0 0;
	padding-left:29px;
	height:25px;
	display:flex;
	align-items:center;
}

.panel li:first-child {
	margin-left:0;
}

.panel li:last-child {
	margin-right:0;
}

.panel li {
	margin:0 38px;
}

.panel a {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	height:20px;
	display:flex;
	align-items:center;
	position:relative;
}

.panel a span {
	color:#ffa800;
	margin-left:5px;
}

.panel a:hover {
	color:#ffa800;
}

.panel .active a:hover {
	color:#fff;
}

.panel .active a:after {
	opacity:1;
}

.panel .active a {
	cursor:default;
}

.panel a:after {
	background:#ffa800;
	position:absolute;
	bottom:-10px;
	left:0;
	right:0;
	content:'';
	height:2px;
	opacity:0;
	transition:0.5s;
	border-radius:5px;
}

.panel .cs a {
	background:url(../images/cs.png) no-repeat 0 center;
	padding-left:31px;
}

.panel .csgo a {
	background:url(../images/csgo.png) no-repeat 0 center;
	padding-left:44px;
}

.panel .vk a {
	background:url(../images/tg2.png) no-repeat 0 center;
	padding-left:30px;
}

.about {
	background:#141825;
	border-radius:5px;
	padding:12px;
	position:relative;
	margin-top:-20px;
	box-shadow:0 5px 5px rgba(0,0,0, 0.75);
	margin-bottom:40px;
}

.about:after {
	background:url(../images/ico-2.png) no-repeat 0 0;
	width:38px;
	height:30px;
	position:absolute;
	top:7px;
	right:14px;
	content:'';
}

.about:before {
	background:url(../images/about.png) no-repeat 0 0;
	height:45px;
	position:absolute;
	top:-40px;
	left:0;
	right:0;
	content:'';
}

.about-text .transparent-title {
	background: rgba(255,255,255, 0.05);
    padding: 15px;
	align-items:flex-start;
}

.about-text .transparent-title .orange {
	font-weight:bold;
	margin:5px 0;
	display:block;
}

.about-text .text {
	padding:20px 0;
}

.about-text .text p {
	font-weight:bold;
}

.about-text .simple-list li {
	display:flex;
	margin:3px 0;
	align-items:center;
}

.about-text .simple-list li:before {
	width:8px;
	height:8px;
	border:2px solid #ef9c19;
	box-sizing:border-box;
	content:'';
	margin-right:10px;
}

.about-text {
	font-size:14px;
	color:#fff;
	font-family:Montserrat;
	border-left:2px solid #b97c1d;
	padding-left:12px;
	position:relative;
	z-index:2;
}

.about-text a {
	color:#fff;
}

.about-title {
	font-size:18px;
	font-weight:bold;
	color:#ef9c19;
	text-align:center;
	padding-bottom:12px;
	position:relative;
	z-index:2;
	text-transform:uppercase;
}

.about-title h1 {
	font-size:18px;
	font-weight:bold;
}

.viewn-loop {
	display:flex;
	flex-wrap:wrap;
	position:relative;
	margin:-7.5px;
}

.viewn:nth-child(2n) {
	background:#1a1d25 url(../images/2.png) no-repeat center bottom;
}

.viewn a {
	border-radius:25px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:30;
}

.viewn {
	width:250px;
	background:#1a1d25 url(../images/1.png) no-repeat center bottom;
	margin:7.5px;
	border-radius:25px;
	padding:12px;
	box-sizing:border-box;
	position:relative;
}

.viewn-map i {
	position:absolute;
	top:10px;
	text-shadow:0 3px 3px rgba(0,0,0, 0.5);
	border-radius:5px;
	font-size:16px;
}

.viewn-map .fa-crown {
	left:10px;
	color:#f7b428;
}

.viewn-map .fa-heart {
	right:10px;
	color:#c0392b;
}

.viewn-map {
	height:102px;
	position:relative;
}

.viewn-map img {
	width:100%;
	height:100%;
	border-radius:20px;
}

.viewn-name {
	margin:0px 0 10px 0;
	padding:0 10px;
	color:#fff;
	font-size:18px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-align:center;
	font-weight:bold;
}

.viewn-list {
	margin-top:15px;
	display:flex;
	flex-direction:column;
	padding:0 10px;
}

.viewn-list li {
	display:flex;
	font-size:14px;
	color:#fff;
	margin-bottom:15px;
}

.viewn-list span {
	color:#706d8f;
	width:65px;
}

.viewn-link {
	padding:10px 0;
	text-align:center;
}

.viewn-link a {
	font-size:12px;
	color:#fff;
	text-decoration:underline;
	font-family:Montserrat;
}

.viewn-link a:hover {
	color:#ef9c19;
}

.search:after {
	height:45px;
	position:absolute;
	top:-40px;
	left:0;
	right:0;
	content:'';
	background:url(../images/search.png) no-repeat 0 0;
}

.search:before {
	height:45px;
	position:absolute;
	bottom:-40px;
	left:0;
	right:0;
	content:'';
	background:url(../images/search.png) no-repeat 0 0;
	transform:rotate(-180deg);
}

.search {
	height:219px;
	position:relative;
	background:#1a1d25;
	border-radius:5px;
	margin:34px 0;
}

.search-in {
	position:relative;
	z-index:1;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.search-info {
	padding-top:20px;
}

.search-info-in {
	width:100%;
	display:flex;
	justify-content:center;
	margin-top:-15px;
	margin-left:54px;
}

.search-info-in .search-pole span {
	width:auto;
}

.search-info-in button {
	width:180px;
	height:38px;
	background:#404b67;
	border:1px solid #d7d7d7;
	color:#f1a736;
	margin-top:15px;
	margin-left:-15px;
	cursor:pointer;
	box-shadow:0 0 5px #404b67;
}

.search-info-in button:hover {
	box-shadow:0 0 10px #404b67, 0 0 10px #404b67;
}

.search-pole {
	display:flex;
	flex-wrap:wrap;
	height:38px;
	align-items:center;
	margin:15px 35px;
}

.search-pole span {
	box-sizing:border-box;
	padding-right:15px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:140px;
}

.search-pole .select {
	width:180px;
	display:flex;
	position:relative;
}

.search-pole .select .ik_select {
	width:100% !important;
	height:38px;
	position:absolute;
	top:0;
	left:0;
}

.ik_select_link {
	width:100%;
	height:38px;
	background:rgba(96,105,128, 0.65);
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:0 15px;
	cursor:pointer;
	box-sizing:border-box;
	display:flex;
	align-items:center;
}

.ik_select_list {
	background:rgba(96,105,128, 0.95);
	width:100% !important;
}

.ik_select_list_inner li:last-child {
	border:0;
}

.ik_select_filter_wrap {
	padding:5px;
}

.ik_select_filter_wrap input[type="text"] {
	width:100% !important;
	height:30px;
	background:#fff;
	border-radius:5px;
	color:#000;
	padding:0 5px;
}

.ik_select_list_inner li {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:10px 15px;
	display:flex;
	align-items:center;
	cursor:pointer;
	border-bottom:2px solid rgba(0,0,0, 0.15);
}

.ik_select_nothing_found {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:10px 15px;
}

.search-pole .select input[type="text"] {
	width:100%;
	height:38px;
	background:rgba(96,105,128, 0.65);
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:0 15px;
}

.search-pole .select.min-max input[type="text"],
.search-pole label {
	width:calc(50% - 7px);
}

.search-pole label:before {
	width:10px;
	height:10px;
	border:2px solid #414c68;
	border-radius:50%;
	content:'';
	margin-right:6px;
	transition:0.5s;
	box-sizing:border-box;
}

.search-pole label.active:before {
	background:#fff;
	border-color:#fff;
}

.search-pole label.active {
	color:#fff;
}

.search-pole label {
	position:relative;
	display:flex;
	align-items:center;
	font-size:13px;
	cursor:pointer;
	transition:0.5s;
}

.search-pole .select.min-max input[type="text"]:nth-child(1),
.search-pole label:nth-child(1) {
	margin-right:14px;
}

.search-in:after {
	background:url(../images/ico-3.png) no-repeat 0 0;
	width:48px;
	height:48px;
	position:absolute;
	top:20px;
	right:20px;
	content:'';
}

.table-title {
	height:50px;
	background:#1a1d25;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:25px;
	font-size:19px;
	font-weight:bold;
	color:#ff9c00;
	margin-bottom:12px;
	text-transform:uppercase;
}

.table-title h2 {
	font-size:19px;
	font-weight:bold;
}

.table ul {
	display:flex;
	height:50px;
	background:#1a1d25;
	border-radius:25px;
	color:#fff;
	font-size:15.96px;
	font-weight:bold;
	display:flex;
	align-items:center;
	padding:0 44px;
	box-sizing:border-box;
}

.table ul a {
	color:#fff;
}

.table ul:nth-child(2n) {
	background:#d3d3d3;
	color:#414c68;
}

.table ul:nth-child(2n) a {
	color:#414c68;
}

.table li {
	display:flex;
	align-items:center;
}

.table span {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	max-width:80%;
}

.table-game-ico img {
	margin-right:10px;
	width:18px;
	height:18px;
}

.table-loc-ico img {
	margin-right:10px;
	width:18px;
	height:10px;
}

.table .online {
	background:#99b242;
	width:16px;
	height:16px;
	border-radius:50%;
}

.table .offline {
	background:#c0392b;
	width:16px;
	height:16px;
	border-radius:50%;
}

.table .fa-heart {
	color:#c0392b;
}

.table .fa-crown {
	color:#eb9d24;
}

.table i {
	font-size:26px;
}

.range-col {
	width:40px;
	text-align:center;
}

.table .range {
	margin-left:15px;
	display:flex;
	align-items:center;
}

.table .fa-crown,
.table .fa-heart,
.table .online,
.table .offline {
	margin-right:15px;
}

em {
	font-style:normal;
}

.paginator {
	display:flex;
	justify-content:center;
	padding-top:50px;
}

.paginator a,
.paginator span {
	width:25px;
	height:25px;
	border-radius:5px;
	margin:1.5px;
	background:#1a1d25;
	display:flex;
	align-items:center;
	justify-content:center;
}

.paginator a {
	color:#fff;
}

.paginator span {
	color:#cd7218;
}

.paginator b {
	color:#cd7218;
}

.fnav {
	display:flex;
	padding:15px 0;
}

.fnav li {
	margin-right:30px;
}

.fnav a {
	font-size:12px;
	color:#fff;
	font-family:Montserrat;
}

.fnav a:hover {
	color:#e39918;
}

.ftext {
	font-size:12px;
	color:#9792a8;
	font-family:Montserrat;
}

.fblank {
	display:flex;
	margin-bottom:0px;
}

.fblank li {
	width:88px;
	height:31px;
	margin-left:13px;
}

.footer .right {
	text-align:center;
}

.footer .right a {
	font-size:12px;
	color:#9792a8;
	font-family:Montserrat;
}

.server-nav {
	display:flex;
	justify-content:center;
	align-items:center;
	height:80px;
	background:#181725;
	border-radius:5px;
	margin-bottom:20px;
}

.server-nav a:after {
	height:4px;
	position:absolute;
	bottom:-5px;
	left:40px;
	right:0;
	content:'';
	background:#ef9c19;
	border-radius:5px;
	transition:0.5s;
	opacity:0;
}

.server-nav li:nth-child(3) a:after {
	left:45px;
}

.server-nav .active a:after,
.server-nav li:hover a:after {
	opacity:1;
}

.server-nav a {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	height:31px;
	color:#fff;
	display:flex;
	align-items:center;
	position:relative;
}

.server-nav li {
	margin:0 20px;
}

.server-nav li:nth-child(1) a {
	background:url(../images/ico-4.png) no-repeat 0 0;
	padding-left:40px;
}

.server-nav li:nth-child(2) a {
	background:url(../images/ico-5.png) no-repeat 0 0;
	padding-left:40px;
}

.server-nav li:nth-child(3) a {
	background:url(../images/ico-6.png) no-repeat 0 0;
	padding-left:45px;
}

.server-nav li:nth-child(4) a {
	background:url(../images/dollar.svg?2) no-repeat 0 0;
	padding-left:40px;
}

.server {
	display:flex;
}

.server-l {
	width:calc(65% - 15px);
	margin-right:15px;
	background:#181725;
	border-radius:5px;
	display:flex;
	padding:20px;
	box-sizing:border-box;
}

.server-r {
	width:35%;
	background:#181725;
	border-radius:5px;
	padding:40px;
	box-sizing:border-box;
}

.server-pole {
	box-sizing:border-box;
	padding:20px;
}

.server-pole.pole-1 {
	background:#151420;
	border-radius:5px;
	width:40%;
}

.server-pole.pole-2 {
	padding-left:30px;
	padding-right:30px;
	width:60%;
}

.server-name h1 {
	font-size:16px;
}

.table-listing a:hover {
	background:#ef9c19;
	color:#fff;
}

.table-listing a {
	border:2px solid #ef9c19;
	padding:5px;
	border-radius:5px;
	color:#ef9c19;
	margin-right:10px;
}

.server-name {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.server-map {
	margin:15px 0;
}

.server-map img {
	width:100%;
	height:154px;
}

.server-info {
	font-size:14px;
	color:#686671;
	margin-bottom:15px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.server-info span {
	color:#fff;
}

.server-scale {
	height:25px;
	background:#201f30;
	border-radius:5px;
	position:relative;
}

.server-progress {
	height:25px;
	background-image: linear-gradient(
    -45deg,
    #a60128 25%,
    transparent 25%,
    transparent 50%,
    #a60128 50%,
    #a60128 75%,
    transparent 75%,
    transparent
  );
  background-color:#c80130;
  border-radius:5px;
  display:flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	color:#fff;
	box-sizing:border-box;
	padding:0 30px;
}

.title {
	color:#eb9d24;
	font-size:20px;
	font-weight:bold;
}

.simple-input {
	height:40px;
	border:2px solid #fff;
	border-radius:5px;
	padding:0 10px;
}

.mini-title {
	font-size:16px;
	color:#fff;
	margin:10px 0;
	display:block;
	font-weight:bold;
}

.registration-login {
	display:flex;
}

.fl {
	width:30%;
}

.fr {
	width:50%;
	margin-left:auto;
}

.row a {
	color:#fff;
}

.row  {
	display:flex;
	flex-direction:column;
	margin-bottom:10px;
}

.row label p {
	margin-left:5px;
}

.row label {
	margin-bottom:5px;
	color:#fff;
	display:flex;
}

.server-list {
	border-bottom:1px solid #313041;
	margin-bottom:20px;
}

.server-list li {
	padding-bottom:20px;
	font-size:14px;
	display:flex;
	color:#fff;
	align-items:center;
}

.server-list span {
	width:120px;
	color:#636277;
}

.server-list a {
	color:#ef9c19;
	margin-left:5px;
}

.status {
	width:7px;
	height:7px;
	background:#99c45a;
	border-radius:50%;
}

.server-rating {
	display:flex;
	font-size:14px;
	color:#6c6a81;
	align-items:center;
}

.server-rating .minus {
	background:#ef9c19;
	width:19px;
	height:20px;
	border-radius:5px;
	margin-left:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}

.server-rating .minus span {
	margin-top:-2px;
}

.server-rating .plus span {
	margin-top:-1px;
}

.server-rating .plus {
	background:#ef9c19;
	width:19px;
	height:20px;
	border-radius:5px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}

.server-rating .num {
	background:#313041;
	width:28px;
	height:34px;
	border-radius:5px;
	margin:0 7px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	color:#fff;
}

.myhost {
	display:flex;
	align-items:center;
	justify-content:center;
	height:90px;
}

.myhost img {
	margin-top:20px;
}

.server-table {
	display:flex;
	margin-top:15px;
}

.server-table-in:last-child {
	margin-right:0;
}

.server-table-in {
	width:calc(50% - 7.5px);
	background:#181725;
	border-radius:5px;
	margin-right:15px;
}

.server-table-in div {
	margin:10px;
	padding:10px;
	border:1px solid #201f30;
	border-radius:5px;
}

.server-table-in ul:nth-child(1) {
	font-size:12px;
	color:#696789;
}

.server-table-in ul {
	height:34px;
	display:flex;
	border-radius:5px;
	font-size:14px;
	color:#fff;
	align-items:center;
	padding:0 30px;
	box-sizing:border-box;
}

.server-table-in ul li:nth-child(1) {
	width:60%;
}

.server-table-in ul li:nth-child(2) {
	width:20%;
	text-align:center;
}

.server-table-in ul li:nth-child(3) {
	width:20%;
	text-align:right;
}

.server-table-in ul:nth-child(2n) {
	background:#201f30;
}

.profile .server-l,
.profile .server-r {
	padding:20px;
	display:block;
}

.profile-title {
	font-size:16px;
	font-weight:bold;
	color:#f69b08;
	height:36px;
	align-items:center;
	display:flex;
}

.profile .cabinet {
	width:180px;
	height:36px;
	margin-left:auto;
}

.profile .cabinet span {
	background: url(../images/24.png) no-repeat 0 0;
    padding-left: 35px;
    height: 24px;
}

.profile .cabinet.btn-rub span {
	background: url(../images/dollar5.png) no-repeat 0 0;
    padding-left: 28px;
    height: 19px;
}

.balance-add {
	margin-left:auto;
	width:180px;
	text-align:center;
	margin-top:10px;
}

.balance-add a {
	font-size:14px;
	color:#fff;
	text-decoration:underline;
}

.profile-top {
	display:flex;
	margin-bottom:20px;
}

.profile-table {
	display:flex;
	flex-direction:column;
	margin-left:-20px;
	margin-right:-20px;
}

.profile-table a {
	color:#fff;
}

.profile-table ul:nth-child(1) {
	font-size:14.82px;
	font-weight:bold;
	color:#fff;
}

.profile-table ul {
	display:flex;
	height:36px;
	box-sizing:border-box;
	padding:0 20px;
	align-items:center;
	font-size:13.84px;
	color:#fff;
}

.profile-table ul:nth-child(2n) {
	background:#2a2c34;
}

.profile-table li {
	display:flex;
	align-items:center;
}

.profile-table li img {
	margin-right:5px;
}

.profile-table li span {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	max-width:90%;
}

.profile-table li:nth-child(1) {
	width:10%;
}

.profile-table li:nth-child(2) {
	width:25%;
}

.profile-table li:nth-child(3) {
	width:25%;
}

.profile-table li:nth-child(4) {
	width:15%;
}

.profile-table li:nth-child(5) {
	margin-left:auto;
	max-width:20%;
}

.profile-table li:nth-child(5) i {
	color:#ef9c19;
	margin-left:8px;
}

.profile-nav {
	margin-left:-20px;
	margin-right:-20px;
	margin-top:30px;
}

.profile-nav li {
	height:36px;
	padding:0 20px;
	display:flex;
	align-items:center;
	transition:0.5s;
}

.profile-nav a {
	font-size:14px;
	color:#fff;
	display:flex;
}

.about-text .row {
	flex-direction:row !important;
}

.profile-nav .active {
	background:#2a2c34;
}

.profile-nav .active i {
	color:#f69b08;
}

.profile-nav i {
	width:30px;
}

.profile-nav a:hover {
	color:#f69b08;
}

.profile-nav .fa-heart {
	color:#c0392b;
}

.add-server {
	display:flex;
	flex-direction:column;
	margin-bottom:20px;
}

.add-sever-pole {
	margin-bottom:10px;
	height:40px;
	position:relative;
	display:flex;
}

.add-sever-pole .ik_select,
.add-sever-pole input[type="text"] {
	width:100% !important;
}

.uk-form-controls input[type="text"] {
	border-color:#181725 !important;
	color:#181725 !important;
}

.uk-form .uk-form-row {
	margin-bottom:15px;
}

.flex-flex {
	display:flex;
}

.column-column {
	flex-direction:column;
}

.flex-flex input[type="text"],
.flex-flex input[type="password"] {
	margin-bottom:15px;
	width:100%;
}

.flex-flex .title {
	font-size:14px;
	margin-bottom:10px;
}

.flex-bg {
	background:rgba(255,255,255, 0.08);
	padding:10px;
	color:#fff;
	margin-bottom:20px;
}

.flex-table img {
	display:none;
}

.popup-under-title {
	display:flex !important;
}

.popup-under-title span {
	margin:0 3px;
}

.dataTables_wrapper input[type="search"],
.dataTables_wrapper select {
	background:0 !important;
	border:2px solid #fff !important;
	border-radius:5px;
	padding:0 10px;
}

.dataTables_wrapper select option {
	color:#181725;
}

.dataTables_wrapper table td:nth-child(1) {
	padding-left:20px;
}

.dataTables_wrapper table td:last-child {
	padding-right:20px;
}

.dataTables_wrapper table {
	border-spacing:0;
	position:relative;
	margin-left:-20px;
	margin-right:-20px;
	width:calc(100% + 41px) !important;
	margin-top:20px;
	padding:20px 0;
}

.dataTables_wrapper tr {
	height:36px;
	color:#fff;
}

.dataTables_wrapper tr:nth-child(2n),
.dataTables_wrapper thead {
	background:#2a2c34;
}

.dataTables_wrapper .pagination a {
	color:#fff;
}

.dataTables_wrapper div.dataTables_paginate li.current,
.dataTables_wrapper div.dataTables_paginate li.current a {
	font-size:14px !important;
}