Файл: style/web/static/ui/css/my.css
Строк: 230
div.error {
	font-size: 12px;
	color: red;
}
input.error {
	border:
1px solid red!important;
}
.user-cabinet-body .alert-danger
{
	margin-top: 20px;
}
.add-admins-form {
	margin-top:
30px;
}
.add-admins-form > form {
	display:
inline-block;
}
.add-server-tab-content .checkbox-mods label.btn >
label {
	background-color: inherit;
	border: none;
	padding:
0;
}
.add-project-server h2 {
	margin-bottom: 40px;
}
.user-support
{
	width: 100%;
	height: 1000px;
}
.add-achiv-form .alert-success
{
	font-size: 14px;
	padding: 6px 12px;
	margin-bottom: 0;
	display:
none;
	text-align: center;
}
.search-body
.project-servers-table__name,
.search-body
.project-servers-table__ip,
.user-cabinet-body
.project-servers-table__name,
.user-cabinet-body
.project-servers-table__ip {
	width: 19.577777%;
}
.search-body
.project-servers-table__ver,
.search-body
.project-servers-table__type,
.search-body
.project-servers-table__pvp,
.user-cabinet-body
.project-servers-table__ver,
.user-cabinet-body
.project-servers-table__type,
.user-cabinet-body
.project-servers-table__pvp {
	width: 13.577778%;
}
.search-body
.project-servers-table__players,
.user-cabinet-body
.project-servers-table__players {
	width: 8%;
}
.search-body
.project-servers-table__ver,
.user-cabinet-body
.project-servers-table__ver {
	width: 8%;
}
.search-body
.project-servers-table__uptime,
.user-cabinet-body
.project-servers-table__uptime {
	width: 7%;
}
.search-body
.project-servers-table__edit,
.search-body
.project-servers-table__remove,
.user-cabinet-body
.project-servers-table__edit,
.user-cabinet-body
.project-servers-table__remove {
    width: 3%;
	padding:
8px;
	line-height: 1.42857143;
	display: inline-block;
	vertical-align:
top;
}
/* Preloader
*/
#circularG{
	position:relative;
	width:34px;
	height:34px;
	margin:
auto;
}
.circularG{
	position:absolute;
	background-color:rgb(44,92,98);
	width:8px;
	height:8px;
	border-radius:5px;
		-o-border-radius:5px;
		-ms-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
	animation-name:bounce_circularG;
		-o-animation-name:bounce_circularG;
		-ms-animation-name:bounce_circularG;
		-webkit-animation-name:bounce_circularG;
		-moz-animation-name:bounce_circularG;
	animation-duration:1.1s;
		-o-animation-duration:1.1s;
		-ms-animation-duration:1.1s;
		-webkit-animation-duration:1.1s;
		-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}
#circularG_1{
	left:0;
	top:14px;
	animation-delay:0.41s;
		-o-animation-delay:0.41s;
		-ms-animation-delay:0.41s;
		-webkit-animation-delay:0.41s;
		-moz-animation-delay:0.41s;
}
#circularG_2{
	left:3px;
	top:3px;
	animation-delay:0.55s;
		-o-animation-delay:0.55s;
		-ms-animation-delay:0.55s;
		-webkit-animation-delay:0.55s;
		-moz-animation-delay:0.55s;
}
#circularG_3{
	top:0;
	left:14px;
	animation-delay:0.69s;
		-o-animation-delay:0.69s;
		-ms-animation-delay:0.69s;
		-webkit-animation-delay:0.69s;
		-moz-animation-delay:0.69s;
}
#circularG_4{
	right:3px;
	top:3px;
	animation-delay:0.83s;
		-o-animation-delay:0.83s;
		-ms-animation-delay:0.83s;
		-webkit-animation-delay:0.83s;
		-moz-animation-delay:0.83s;
}
#circularG_5{
	right:0;
	top:14px;
	animation-delay:0.97s;
		-o-animation-delay:0.97s;
		-ms-animation-delay:0.97s;
		-webkit-animation-delay:0.97s;
		-moz-animation-delay:0.97s;
}
#circularG_6{
	right:3px;
	bottom:3px;
	animation-delay:1.1s;
		-o-animation-delay:1.1s;
		-ms-animation-delay:1.1s;
		-webkit-animation-delay:1.1s;
		-moz-animation-delay:1.1s;
}
#circularG_7{
	left:14px;
	bottom:0;
	animation-delay:1.24s;
		-o-animation-delay:1.24s;
		-ms-animation-delay:1.24s;
		-webkit-animation-delay:1.24s;
		-moz-animation-delay:1.24s;
}
#circularG_8{
	left:3px;
	bottom:3px;
	animation-delay:1.38s;
		-o-animation-delay:1.38s;
		-ms-animation-delay:1.38s;
		-webkit-animation-delay:1.38s;
		-moz-animation-delay:1.38s;
}
@keyframes
bounce_circularG{
	0%{
		transform:scale(1);
	}
	100%{
		transform:scale(.3);
	}
}
@-o-keyframes
bounce_circularG{
	0%{
		-o-transform:scale(1);
	}
	100%{
		-o-transform:scale(.3);
	}
}
@-ms-keyframes
bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}
	100%{
		-ms-transform:scale(.3);
	}
}
@-webkit-keyframes
bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}
	100%{
		-webkit-transform:scale(.3);
	}
}
@-moz-keyframes
bounce_circularG{
	0%{
		-moz-transform:scale(1);
	}
	100%{
		-moz-transform:scale(.3);
	}
}
/*
End of Preloader */