/*.table-form {
	position: relative;
	display: block;
	width: 350px;
	margin: 0 auto;
}*/

input {
	position: relative;
	display: block;
	width: calc(100% - 62px) !important;
	height: 48px !important;
	padding: 0 30px;
	color: #debc7e;
	font-size: 16px;
	background: #0d0b0a;
	border: 1px solid #231e1e;
	margin: 0;
	font-family: 'AGK';
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

select {
	position: relative;
	display: block;
	width: calc(100% - 2px) !important;
	height: 48px !important;
	padding: 0 30px;
	color: #debc7e;
	font-size: 16px;
	background: #0d0b0a url(../images/select.png) no-repeat center right 20px;
	border: 1px solid #231e1e;
	margin: 0;
	font-family: 'AGK';
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
	-moz-appearance: none;
}

option {
	background: #0d0b0a;
	color: #debc7e;
	font-size: 16px;
}

.captcha {
    position: absolute;
    display: inline-block;
    z-index: 1;
    top: 0px;
    bottom: 0;
    left: 14px;
    margin: auto;
}

.captcha a {
	position: relative;
	display: block;
}

.captcha a img {
	position: relative;
	display: block;
}

.cabinet-btn {
	position: relative;
	display: block;
	width: 176px !important;
	max-width: initial;
	height: 44px !important;
	background: no-repeat;
	border: none;
	cursor: pointer;
	color: #ffd991;
	font-size: 14px;
	text-transform: uppercase;
	background: url(../images/donate-btn.png) no-repeat;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.cabinet-btn:hover {
	-webkit-filter: contrast(155%);
	-moz-filter: contrast(155%);
	-o-filter: contrast(155%);
	filter: contrast(155%);
}

.forget-btn {
	position: relative;
	display: table;
	margin: 0 auto;
}

.table-title {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	color: #debc7e;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 auto 22px;
}

.table-list {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto 20px;
}

.table-list li {
	position: relative;
	display: inline-block;
}

.table-list li a {
	position: relative;
	display: block;
	padding: 6px 15px;
	background: linear-gradient(0deg, #86130c 30%, #d64c27 70%, #e3612d);
	color: #fff;
	font-size: 12px;
	margin: 0 1px 5px;
	text-decoration: none;
}

.table-list li a:hover {
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
}

.table-list.server-list a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	margin: 0 1px 5px;
	text-decoration: none;
	padding: 8px 15px;
	background: linear-gradient(0deg, #4a0d0d 30%, #d64e4e 70%, #ff2d26);
}

.table-list.server-list a:hover {
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
}

#l2, #l2top, #swsupport, #l2castle {
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	margin: 10px 0px;
}

#l2 thead tr:first-child th,
#swsupport thead tr:first-child th {
	background: none;
	color: #000;
	font-size: 14px;
	padding-bottom: 10px;
}

#l2 th,
#l2top th,
#l2castle th,
#swsupport th {
	height: 36px;
	color: #fff;
	background: #3c0c0c;
}

#l2 tr,
#l2top tr,
#l2castle tr,
#swsupport tr { 
	vertical-align: middle;
}

#l2 td,
#l2top td,
#l2castle td,
#swsupport td { 
	padding: 5px;
	text-align: center; 
	background: #2a09099e;
}

#l2 tr:nth-child(even) td,
#l2top tr:nth-child(even) td,
#l2castle tr:nth-child(even) td,
#swsupport tr:nth-child(even) td {
	background: #2a0909;
}

#l2 .serv {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: #500f0f;
	height: 35px; 
}

#l2 .name {
	text-align: left;
}

#l2 a,
#l2top a,
#swsupport a {
	color: #ebc886;
	text-decoration: underline;
	font-size: 14px;
}

#l2 a:hover,
#l2top a:hover,
#swsupport a:hover {
	text-decoration: none;
}

#l2button {
	position: relative;
	display: inline-block;
    padding: 7px 0;
    background: url(../images/load-btn.png) no-repeat center;
    font-size: 14px;
    color: #ffd991;
	width: 100% !important;
	height: 98% !important;
	cursor: pointer;
	margin: 1% 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#l2button:hover {
	-webkit-filter: contrast(155%);
	-moz-filter: contrast(155%);
	-o-filter: contrast(155%);
	filter: contrast(155%);
}

table#swsupport tr.header {
	height: 35px;
	background: #333;
	color: #fff;
	font-size: 12px;
}

table.supForm tr {
    position: relative;
    display: inline-grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin: 0 0 15px;
}

table.supForm tr td[align="center"] {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
}

table.supForm tr td[align="center"] textarea {
	position: relative;
	display: block;
   	width: calc(100% - 62px) !important;
	padding: 15px 30px;
	color: #debc7e;
	font-size: 16px;
	background: #0d0b0a;
	border: 1px solid #231e1e;
	margin: 10px auto 0;
}

table.supForm tr .tdLeft {
	position: relative;
	display: block;
	align-self: center;
	width: initial;
	padding: 0;
	margin: 0;
	justify-self: end;
	text-align: right;
}

table.supForm tr .tdRight {
	position: relative;
	display: block;
	align-self: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

table.supForm tr:first-child td,
table.supForm tr:nth-child(7) td,
table.supForm tr:last-child td,
table.supForm tr td[valign="top"] {
	grid-column-start: 1;
	grid-column-end: 3;
}

table.supForm tr td br {
	display: none;
}

table.supForm tr td .captcha {
	bottom: initial;
	top: 14px;
}

table.supForm tr td input[name="captcha"] {
	width: calc(100% - 122px) !important;
	padding: 0 30px 0 90px;
}

#swsupport2 {
	position: relative;
	display: table;
	width: 100%;
}

#swsupport2 tr:first-child th {
	padding: 0 5px;
	height: 35px;
	color: #fff;
	font-size: 12px;
	background: #360e0d;
	border-top: none;
}

#swsupport2 tr hr {
	display: none;
}

#swsupport2 tr th,
#swsupport2 tr td {
	padding: 5px;
	color: #fff;
	font-size: 12px;
	background: #1f0b0b;
	border-top: 1px solid #360e0d;
}

#swsupport2 tr th.td1,
#swsupport2 tr td.td1 {
	width: 25%;
	font-size: 14px;
	background: #531817;
}

#sexchar input[type="radio"] {
	width: 15px !important;
	height: 15px !important;
	display: inline-block;
	top: 3px;
}

div#alpha {
	position: relative;
	display: table;
	margin: 0 auto 15px;
}

div#alpha a {
	position: relative;
	display: inline-block;
	float: left;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	background: #333;
	color: #fff;
	font-size: 12px;
	margin: 0 2px 4px;
}

div#alpha a:hover {
	background: #000;
}

a#swdelete {
	position: relative;
	display: block;
	width: 100px;
	height: 30px;
	background: #bd1c00;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	margin: 10px 0;
}

a#swdelete:hover {
	background: #8c1703;
}

div#changerchar form br {
	display: none;
}

.table-login {
	position: relative;
	display: block;
	width: 280px;
	margin: 0 auto;
}

.table-login table,
.table-login table tbody,
.table-login table tbody tr,
.table-login table tbody tr td {
	position: relative;
	display: block;
	width: 280px !important;
}

.table-login input,
.table-login select {
	max-width: 100%;
}

fieldset {
    border: 1px solid #280a0b;
    padding: 5px;
}