/* Базовый контейнер табов */
.tabs {
	min-width: 320px;
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* прикрутим анимацию */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Прячем чекбоксы */
.tabs>input {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}
/* Шрифт-иконки от Font Awesome в формате Unicode */
.tabs>label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "\f0c9";
}
.tabs>label[for*="2"]:before {
	content: "\f007";
}
.tabs>label[for*="3"]:before {
	content: "\f030";
}
.tabs>label[for*="4"]:before {
	content: "\f03d";
}
.tabs>label[for*="5"]:before {
	content: "\f129";
}
/* Изменения стиля переключателей вкладок при наведении */
 
.tabs>label:hover {
	color: #888;
	cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
	color: #555;
	border-top: 1px solid #dd3333;
	border-bottom: 1px solid #fff;
	background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4, #tab5:checked~#content-tab5 {
	display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/
 
@media screen and (max-width: 680px) {
	.tabs>label {
		font-size: 0;
	}
	.tabs>label:before {
		margin: 0;
		font-size: 18px;
	}
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.tabs>label {
		padding: 15px;
	}
}



.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.center{
	text-align: center;
}


.single-fighter .entry h2{
	font-size: 27px;
}


.row{
	display: inline-block;
	width: 100%;
	margin-bottom: 12px;
}
.row.child-left>div{
	float: left;
}
.child-w10p>div{
	width: 10%;
}
.row span{
	font-weight: bold;
}

.entry .row h2{
	font-size: 27px;
	margin-top: -7px;
	margin-bottom: 0;
}

#fighter-top{
	display: inline-block;
}
#fighter-top .thumb{
	float: left;
    margin-right: 22px;
}
#fighter-top .thumb img{
	margin: 0;
}
#fighter-top .info{
	float: none;
    overflow: hidden;
}
#fighter-top .birthday-age{
	float: left;
	width: 50%;
}
#fighter-top .country{
	float: right;
}

@media screen and (max-width: 1200px) {
	.child-w10p>div{
		width: 20%;
	}
	#fighter-top .birthday-age,
	#fighter-top .country{
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
	.child-w10p>div{
		display: inline-block;
		padding-right: 5px;
		width: auto;
	}
}


/* таблица боев */
table.fights td:nth-child(1) span{
	font-size: 18px; 
	font-weight:bold;
}
table.fights td:nth-child(2){
	font-size: 18px;
}
table .second-line{
	margin-top: -8px;
}
table .win{
	color: #049c00;
}
table .loss{
	color: #dd3333;
}
table .draw{
	color: #846f24;
}
table .br{
	color: #737373;
}

@media screen and (max-width: 560px) {
	table.fights th:nth-child(4),
	table.fights th:nth-child(5),
	table.fights th:nth-child(6){
		display: none;
	}
	table.fights td:nth-child(4),
	table.fights td:nth-child(5),
	table.fights td:nth-child(6){
		display: none;
	}
}


/* Легенда для графиков */
.chart1.legend{
	margin-left: 30px;
	width: 100%;
}
.entry .chart1.legend ul{
	margin: 20px auto 0 auto;
	width: 76%;
}
.entry .chart1.legend ul li{
	min-width: 150px;
}
.chart2.legend{
	margin-left: 11px;
	width: 100%;
}
.entry .chart2.legend ul{
	margin: 20px auto 0 auto;
	width: 95%;
}
.entry .chart2.legend ul li{
	min-width: 190px;
}
.chart2.legend li>span{
	min-width: 105px;
	display: inline-block;
}
.legend{
	user-select: none;
}
.entry .legend ul li{
	list-style: none;
	float: left;
}
.legend li>span{
	font-size: 17px;
	padding-left: 3px;
}
.legend li>div{
	width: 24px;
	height: 24px;
	border-radius: 3px;
	text-align: center;
	line-height: 24px;
	display: inline-block;
}
.legend .win+.loss{
	margin-left: 2px;
}
.legend .win{
	background-color: #96de94;
}
.legend .loss{
	background-color: #fb9c8d;
}
.legend .draw{
	background-color: #fdec71;
}
.legend .br{
	background-color: #d2d2d2;
}

@media screen and (max-width: 560px) {
	.entry .chart1.legend ul{
		width: 100%;
	}
	.chart2.legend{
		margin-left: 0;
	}
}
@media screen and (max-width: 400px) {
	.chart1.legend{
		margin-left: 0;
	}
}



/*фильтрация на странице списка бойцов*/
#fgt-filter {
  background-color: #f0f0f0;
  padding: 10px 0px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: inline-block;
  width: 100%;
}
#fgt-filter > div {
  /*float: left;*/
  padding: 0 0.8% 0 0;
  /*width: 24%;*/
}
#fgt-filter > div select,
#fgt-filter > div input {
  width: 93%;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  height: 26px;
  padding: 0 3%;
  font-size: 100%;
  font: inherit;
  color: #444;
}
#fgt-filter > div select {
  height: 28px;
  width: 100%;
}
#fgt-filter > div:first-child {
  padding: 0 0.8%;
}

/* таблица на странице бойцы */
.fighters-content table{
    font-size: 18px;
}
.fighters-content td:first-child{
	padding-right: 7px;
}



