/*Table of Content
-------
fonts
general
button
navbar
sidebar
sidebar search
search modal
menu top
slider
latest-news
gallery
matches
standings
stats
players
player details
news
news single
club details
settings
accordion
tabs
calendar
form
placeholder
footer
alert
*/

/*font*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');

/*general*/
body {
	font-family: 'Roboto', sans-serif;
	color: #414141;
	font-size: 13px;
	background-color: #f1f1f1;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 110%;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #333;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
	font-weight: 400;
}
h4 strong {
	font-size: 18px;
	font-weight: 800;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	margin: 5px 0;
}

a {
	color: #333;
}

a:hover {
	color: #333;
}

a.link-color {
	color: #00843a;
}

a.link-color:hover {
	color: #00843a;
}

a:focus {
	outline: 0;
}

.splide {
	position: relative !important;
	top: -60px;
	z-index: 10;
	margin: 0 auto;
	max-width: 990px;
}
.splide__slide {
	padding: 0 10px 5px 10px;
}

.title-camp {
	padding: 10px 10px;
}

.title-camp span,
.title-camp h3 i {
	display: inline-block;
	line-height: 23px;
    vertical-align: middle;	
}
.title-camp h3 i {
	font-size: 35px;
	margin-right: 5px;
	vertical-align: middle;
}
.title-camp small {
	display: block;
	font-weight: 400;
}


.btn-camp {
	border-radius: 15px !important;
	min-height: 100%;
	margin: 0;
	min-height: 90px;
	position: relative;
}
.btn-camp .card-content {
	position: relative;
	height: 90px;
	padding: 20px;
}
.btn-camp .card-title {
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: 80%;
	font-weight: 800;
	font-size: 1.3em;
	line-height: 1.1em !important;
}
.btn-camp .card-title small {
	font-weight: 500;
	display: block;
}

.btn-camp .card-icon {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 1.5em;
}

.btn-rounded {
	border-radius: 50px;
	margin: 0 5px;
	padding: 5px 20px !important;
}

.btn-tiny {
	margin: 10px !important;
    padding: 5px 15px;
	text-transform: uppercase;
    height: 34px;
    line-height: 30px;
}

.splide.fase {
	top: 0;
	margin-bottom: 20px;
}
.splide.fase .splide__slide {
	padding-right: 0;
}

.btn-fase {
	border-radius: 15px !important;
	margin: 0;
	position: relative;
}
.btn-fase .card-content { padding: 7px 5px; }
.btn-fase .card-title {
	font-weight: 600;
	font-size: 1em;
	text-align: center;
	margin: 0 !important;
	line-height: 1.1em !important;
	color: #fff;
}

.btn-sumula {
	font-size: 0.9em;
	color: #fff !important;
	padding: 5px;
	border-radius: 5px;
	position: relative;
	z-index: 999;
}

.btn-arrow {
	border-radius: 2px;
	display: inline-block;
	border-radius: 10px;
	height: 35px;
	padding: 5px 15px;
	text-transform: uppercase;
	vertical-align: middle;
}

.btn-arrow:hover {
	background-color: #ccc;
}

.data-game {
	padding: 7px 0 0 0;
	font-weight: 400;
} 

i.mini {
	font-size: 1.1em;
	vertical-align: text-top;
}

.tabs {
	width: inherit !important;
	position: inherit !important;
	background-color: transparent;
}
.tabs.bg-tabs {
	background-color: #fff;
}

/* PULSE */
.pulse-btn {
	cursor: pointer;
	box-shadow: 0 0 0 rgba(204,169,44, 0.4);
	animation: pulse 2s infinite;
  }
  .pulse-btn:hover {
	animation: none;
  }
  
  @-webkit-keyframes pulse {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(97, 13, 231, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
  }
  @keyframes pulse {
	0% {
	  -moz-box-shadow: 0 0 0 0 rgba(97, 13, 231, 0.4);
	  box-shadow: 0 0 0 0 rgba(97, 13, 231, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
		box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
  }

  /* PULSE */

  .row.slider-center {
    position: absolute;
    top:50%;
    width:100%;
}
.relative { 
	position: relative; 
}

.wrap-nav-carousel {
	position: relative;
	min-height: 300px;
	top: 0;
	z-index: 10;
	width: 100%;
}
.carousel.parceiros { width: 100%;}
.owl-parceiros .item img {
	border-radius: 15px;
}

.segments {
	padding: 30px 0;
}

.segments-page {
	padding: 80px 0 20px;
	background-color: #f1f1f1;
	margin-top: -120px;
}

.segments-bottom {
	padding-bottom: 35px;
}

.section-title {
	margin-bottom: 20px;
}

.section-title h3 {
	font-weight: 600;
	font-size: 20px;
}

.text-bold {
	font-weight: bold;
	font-size: 14px;
}

.date {
	color: #888;
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 10px;
}

.date i {
	font-size: 13px;
	margin-right: 5px;
}

.bg-second {
	background-color: #fafafa;
}

.wrap-title {
	margin-bottom: 20px;
}

/*button default*/
.button {
	background-color: #00843a;
	color: #fff;
	border: 0;
	padding: 3px 8px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
	letter-spacing: 1px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.button-white {
	background-color: transparent;
	color: #333;
	border: 1px solid #ddd;
	padding: 3px 8px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 12px;
	letter-spacing: 1px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.button-full {
	width: 100%;
	background-color: #00843a;
	color: #fff;
	border: 0;
	padding: 7px 16px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 13px;
}

.button-shop {
	background-color: #fff;
	color: #333;
	border: 0;
	padding: 3px 8px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 12px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.button i, .button-full i {
	margin-right: 6px;
}

.button:focus {
	background-color: #00843a;
}

/*navbar*/
.navbar {
	padding: 5px 0;
	padding-bottom: 75px;
	background-color: #101010;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.navbar i {
	font-size: 20px;
	margin-top: 5px;
	color: #fff;
}

.navbar .content-center {
	text-align: center;
}
.navbar .content-center img {
	display: inline-block;
}

.navbar .content-center h1 {
	font-size: 22px;
	padding: 0;
	margin: 0;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
}

.navbar .content-center h1 span {
	color: #00843a;
}
.navbar .content-left {
	padding-top: 10px;
}
.navbar .content-right {
	text-align: right;
	padding-top: 10px;
}

.navbar .row {
	margin-bottom: 0;
}

/*sidebar*/

.sidebar-panel .side-nav {
	width: 260px;
	height: 100%;
}

.sidebar-panel .side-nav .user-view {
	padding: 28px 20px 0;
	text-align: center;
}

.sidebar-panel .side-nav .user-view > img {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
}

.sidebar-panel .side-nav .user-view span {
	margin-top: 3px;
	display: block;
	line-height: normal;
}

.sidebar-panel .side-nav .user-view h5 {
	margin-top: 15px;
}

.sidebar-panel .side-nav .user-view .background img {
	width: 100%;
	height: 100%;
}

.sidebar-panel .side-nav li > a {
	padding: 0 24px;
	font-weight: 500;
}


.sidebar-panel .side-nav li a i {
	margin-right: 1rem;
	width: auto;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.87);
	color: #fff;
}

.sidebar-panel .side-nav li a > i {
	width: 30px;
	font-size: 16px;
}

.sidebar-panel .collapsible {
	border: 0;
}

.sidebar-panel .side-nav .collapsible-header {
	font-size: 14px;
	color: #333;
	font-weight: 500;
	overflow: hidden;
}

.sidebar-panel .side-nav .collapsible-header:hover {
	background: transparent;
}

.sidebar-panel .side-nav .collapsible-header > i {
	font-size: 16px;
	width: 30px;
	text-align: left;
}

.sidebar-panel .side-nav .collapsible-header span {
	float: right;
	margin: 0;
	width: 100%;
	text-align: right;
}

.sidebar-panel .collapsible-header i {
	margin-right: 0;
	font-size: 10px;
	color: #00843a;
}

.sidebar-panel .side-nav .collapsible-body {
	background-color: #fff;
}

.sidebar-panel .side-nav .collapsible-body li a {
	padding: 0 23.5px 0 48px;
}

.sidebar-panel .side-nav li.active {
	background: transparent;
}

.sidebar-panel .side-nav .icon {
	width: 25px !important;
	height: 25px !important;
	text-align: center !important;
	position: relative;
	top: 12px;
	line-height: 23px;
	border-radius: 50%;
	margin-right: 16px;
	width: 25px;
}

.sidebar-panel .side-nav .icon i {
	color: #fff;
	font-size: 12px !important;
	margin: 0;
	width: 25px;
}

.sidebar-panel .side-nav li a i {
	width: 25px !important;
	height: 25px !important;
	text-align: center !important;
	position: relative;
	top: 12px;
	line-height: 23px;
	border-radius: 50%;
	margin-right: 16px;
	width: 25px;
	color: #fff;
	font-size: 12px !important;
}

.sidebar-panel .side-nav .collapsible-header {
	padding: 0 24px;
}

/* footer */
#footer-bar {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 98;
	background-color: rgba(249, 249, 249, 0.98);
	box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.15);
	min-height: 60px;
	height: calc(62px + constant(safe-area-inset-bottom) * 1.1);
	height: calc(62px + env(safe-area-inset-bottom) * 1.1);
	display: flex;
	text-align: center;
  }
  #footer-bar a {
	color: #1f1f1f;
	padding-top: 12px;
	position: relative;
	flex: 1 1 auto;
  }
  #footer-bar a span {
	position: relative;
	z-index: 2;
	display: block;
	font-size: 10px;
	font-weight: 500;
	margin-top: 0px;
	opacity: 0.7;
	font-family: "Roboto", sans-serif !important;
  }
  #footer-bar a i {
	font-size: 18px;
	position: relative;
	z-index: 2;
  }
  #footer-bar .badge {
	font-style: normal;
	z-index: 5;
	top: 0px;
	position: absolute;
	margin-left: 3px;
	color: #FFF !important;
	width: 18px;
	text-align: center;
	line-height: 18px;
	padding: 0px;
	padding-left: 0px !important;
	border-radius: 18px;
	margin-top: 7px;
	font-size: 11px;
  }


/*search modal*/
.modal {
	position: fixed;
	top: 1520 !important;
	border-radius: 0;
	width: 80%;
}

.modal .modal-content form input {
	margin-bottom: 0 !important;
	width: calc(100% - 50px);
	margin-right: 10px;
}

.modal .modal-content .button {
	margin-top: 0;
	width: 35px;
	height: 35px;
}

.modal .modal-content .button:focus {
	background: #00843a;
}

.modal .modal-content .button i {
	margin-right: 0;
}

.active-notification {
	color: #ffffff !important;
	font-size: 25px !important;
}

/* menu top */
/* ::-webkit-scrollbar {
	display: none;
} */

@media (min-width: 400px) {
	.menu-top {
		overflow-x: hidden;
	}
}

.menu-top {
	position: fixed;
	background: #00843a;
	width: 100%;
	top: 52px;
	left: 0;
	right: 0;
	z-index: 99;
	text-align: center;
	padding: 6px 0;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

@media (min-width: 400px) {
	.menu-top {
		overflow-x: hidden;
	}
}

.menu-top ul {
	padding: 0;
	margin: 0;
}
.menu-top ul li {
	display: inline-block;
	margin: 0 10px;
}

@media (min-width: 318px) {
	.menu-top ul li {
		margin: 0 6px;
	}
}

.menu-top ul li a {
	color: #fff;
}


/*slide*/
.slide {
	height: 230px;
	margin-top: 83px;
}

.slide .slide-content {
	height: 230px;
	background: #fff;
}

.slide .slide-content .mask {
	background-color: rgba(0, 0, 0, 0.32);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slide .slide-content .mask2 {
	background-color: rgba(0, 0, 0, 0.55);	
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slide .slide-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide .slide-content .caption {
	background: linear-gradient( rgba(0, 0, 0, 0), rgb(0, 0, 0) );
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 15px 15px 30px;
	color: #fff;
}

.slide .slide-content .caption span {
	display: inline-block;
	color: #00843a;
	margin-bottom: 12px;
}

.slide .slide-content .caption h4 {
	color: #fff;
	margin-bottom: 5px;
}

.slide .owl-theme .owl-nav.disabled + .owl-dots {
	position: relative;
	top: -35px;
	margin-bottom: -36px;
}

.slide .owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	background-color: #fff;
}

.slide .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #00843a;
}


/*latest news*/
.latest-news.segments {
	padding-bottom: 34px;
}

.latest-news .row:last-child {
	margin-bottom: 0;
}

.latest-news .content {
	margin-bottom: 20px;
}

.latest-news .content img {
	width: 100%;
}

.latest-news .content h5 {
	margin-top: 10px;
}

.latest-news .content-image img {
	width: 100%;
	border-radius: 2px;
	display: block;
}

.latest-news .content-text h5 {
	font-size: 14px;
	line-height: 20px;
}

.latest-news .content-text span {
	color: #00843a;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
	font-size: 10px;
}

@media (max-width: 330px) {
	.latest-news .content-text span {
		display: none;
	}
}

.latest-news .content-grid span {
	color: #00843a;
	text-transform: uppercase;
	margin-bottom: 2px;
	display: block;
	font-size: 10px;
}

.latest-news .content-grid img {
	width: 100%;
	margin-bottom: 10px;
}

.latest-news .content-grid h5 {
	font-size: 14px;
	line-height: 20px;
}

.latest-news .button-load {
	text-align: center;
}

.button-load .see-all {
	width: 100%;
	display: inline-block;
	padding: 5px;
	border: 0;
	background: #00843a;
	border-radius: 3px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #fff;
}

/*gallery*/

.gallery.segments {
	border-top: 3px solid #ddd;
	padding: 28px 0 32px;
}

.gallery .row:last-child {
	margin-bottom: 0;
}

.gallery .content img {
	width: 100%;
	display: block;
	border-radius: 2px;
}

.gallery .content .text {
	padding: 10px;
	text-align: center;
	background: #00843a;
	border-radius: 0 0 3px 3px;
}

.gallery .content h6 {
	color: #333;
	margin-top: 10px;
}

/*gallery details*/
.gallery-details .wrap-content img {
	width: 100%;
	border-radius: 2px;
	display: block;
}

.gallery-details .wrap-content h4 {
	margin: 15px 0 10px;
}

.gallery-details .row {
	margin-bottom: 0;
}

.gallery-details .content-image {
	margin: 20px 0;
}

.gallery-details .content-image img {
	width: 100%;
	display: inline-block;
}

.gallery-details .wrap-content span {
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	color: #333;
}


/*matches*/
.matches .wrap-content {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 3px 11px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	position: relative;
	z-index: 1;
}
.jogo-time { margin-top: 30px; }

.matches .wrap-content.plus-mb {
	margin-bottom: 30px;
}

.matches .wrap-content .row {
	margin-bottom: 0;
}

.matches .wrap-content.no-mb {
	margin-bottom: 5px;
}

.matches .content-left ul,
.matches .content-right ul {
	padding: 0;
	margin: 0;
}

.matches .content-left ul li,
.matches .content-right ul li {
	margin-bottom: 10px;
}
.matches .content-left ul li,
.sumula .content-left ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.matches .content-right ul li:last-child {
	color: #00843a;
}

.matches .content-right ul li:last-child,
.matches .content-left ul li:last-child {
	margin-bottom: 0;
}

.matches .content-left a {
	font-size: 14px;
	display: flex;
	align-items: center;
	line-height: 15px;
	position: relative;
	z-index: 999;
}

.matches .content-left a img {
	margin-right: 10px;
	vertical-align: text-bottom;
	display: inline-block;
	width: 30px;
}

.matches .content-left .time-name {
	display: inline-block;
	line-height: 15px;
	vertical-align: middle;
}

.matches .content-left .score {
	margin-left: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #101010;
	display: inline-block;
}

.matches .content-right {
	text-align: right;
	border-left: 1px solid #cecece;
}

.matches .content-right ul li:first-child {
	font-weight: 600;
	color: #444;
}
.matches .content-right ul li span { 
	font-weight: 400; 
	font-size: 0.9em; 
	line-height: 1.4em;
	display: block;
}

/* ajusto os botões no tamanho que eu quero */
.owl-nav {
	position: absolute;
	top: 0;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.owl-prev, .owl-next{
	width: 30px;
	height: 30px;
	position: relative;
	background: none !important;
	outline: none;
	font-size: 1px;
	color: transparent;
 }
 
 /* crio os pseudo-elementos */
 .owl-prev::before, .owl-next::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ccc;
	border-radius: 50% !important;
	line-height: 50px;
 }
 
 /* hover para mudar de cor */
 .owl-prev:hover::before, .owl-next:hover::before{
	background: #ceb8d9;
 }
 
 /* crio as setas e centralizo */
 .owl-prev::after, .owl-next::after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	transform: rotate(135deg);
	border: solid black;
	border-width: 0 3px 3px 0;
	top: 50%; left: 50%;
	margin-top: -6px;
	margin-left: -5px;
 }
 
 /* ajusto a seta next */
 .owl-next::after {
	transform: rotate(-45deg);
	margin-left: -8px;
 }






/*sumula*/

.sumula .wrap-content {
	background: #fff;
	padding: 15px 20px;
	margin-bottom: 20px;
	box-shadow: 0 3px 11px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
}
.sumula .wrap-content.plus-mb {
	margin-bottom: 30px;
}

.sumula .wrap-content .row {
	margin-bottom: 0;
}

.sumula .wrap-content.no-mb {
	margin-bottom: 5px;
}

.sumula .content-left ul,
.sumula .content-right ul {
	padding: 0;
	margin: 0;
}

.sumula .content-left ul li,
.sumula .content-right ul li {
	margin-bottom: 10px;
}
.sumula .content-right ul li:last-child,
.sumula .content-left ul li:last-child {
	margin-bottom: 0;
}

.sumula .content-right ul li span { 
	display: block;
	margin-bottom: 5px;
	font-weight: 600; 
	font-size: 0.9em; 
	line-height: 1.4em;
}
.sumula .content-left a {
	font-size: 14px;
	display: flex;
	align-items: center;
	line-height: 15px;
}

.sumula .content-left a img {
	margin-right: 10px;
	vertical-align: text-bottom;
}

.sumula .content-left .time-name {
	display: inline-block;
	line-height: 15px;
	vertical-align: middle;
}

.sumula .content-left .score {
	margin-left: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #101010;
	display: inline-block;
}

.sumula .content-right {
	text-align: right;
	border-left: 1px solid #cecece;
}
.sumula .wrap-player .col {
	padding: 0 !important;
}
.sumula.infos {
	margin: 0;
	padding: 0;
	
}
.sumula.infos .wrap-content {
	background-color: transparent;
	padding: 0;
	box-shadow: none;
	border-radius: 0px;
}

.sumula-content {
	width: 100%;
    display: block;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgb(17, 17, 17);
}
.sumula-grid {
	width: 100%;
    display: grid;
    grid-template-columns: 40% 20% 40%;
    justify-items: center;
	align-items: center;
    padding: 12px 5px;
    font-family: opensans, sans-serif;
	border-bottom: 1px solid #f2f2f2;
}
.sumula-content .sumula-grid:last-child { border-bottom: 0;}

.sumula-grid img { width: 24px;}

.sumula-grid.wrap-header { font-weight: 700;}

.sumula-grid.change {
	grid-template-columns: 40% 20% 40%;
}
.sumula-grid.change p {
	text-wrap: nowrap;
	font-weight: 400;
	margin: 0;
}
.sumula-grid.change p i {
	font-weight: 900;
}

.sumula-grid.player-list {
	grid-template-columns: 40% 10% 10% 40% ;
	justify-items: inherit;
}
.sumula-grid.player-list .time-stats {
    justify-content: center;
}
.sumula-grid.player-list .time-player.content-right {
    justify-content: end;
	border: 0;
}
.sumula-grid.player-list .time-player i {
    margin: 0 2px;
}

.sumula-grid.wrap-header { 
	background: rgb(241, 241, 241);
	border-bottom: 0;
}
.sumula-grid span {
	text-align: center;
}
.sumula-grid .time-player {
	display: flex;
	align-items: center;
}
.p-15 {
	padding: 15px;
}

/*standing*/
.table-player thead {
	border-bottom: 1px solid #f2f2f2;
	font-size: 1.2em;
	color: #333;
}

.table-player thead th img { max-width: 45px;}
.table-player td {
	text-align: center;
	padding: 15px 15px !important;
}
.table-player th {
	text-align: center;
}
.table-player tr th:nth-child(1) {
	padding-left: 15px;
}

.table-player td.td-player {
	text-align: left;
	position: relative;
}
.table-player td.td-player .note {
	position: absolute;
	right: -20px;
	color: #ffb300;
	width: 25px;
	height: 25px;
}
.table-player th.custom-th { 
	color: #333; 
	font-weight: 900;
	min-width: 150px; 
	text-align: left;
}
.table-mobile {
	overflow-x: auto !important;
}

@media only screen and (max-width: 767px) {
	.table-club a {
		display: inline-block;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		width: 150px; /* some width */
	}
	.td-player a {
		display: inline-block;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		width: 150px; /* some width */
		margin-right: 20px;
		position: relative;
	}

}
/*times*/
.times .wrap-content .row {
	margin-bottom: 0;
}
.times .wrap-content {
	background: #fff;
	padding: 20px 5px;
	margin-bottom: 20px;
	box-shadow: 0 3px 11px rgba(0, 0, 0, 0.15);
	text-align: center;
	height: 100%;
	min-height: 100%;
	border-radius: 15px;
	line-height: 15px;
}
.times .wrap-content img {
	display: inline-block;
}
.times .wrap-content span {
	display: block;
	font-weight: 600;
	font-size: 1.2em;
}

.standing thead {
	border-bottom: 1px solid #f2f2f2;
}

.standing .custom-th,
.standing .custom-td {
	padding: 15px 0;
}

.standing tr th {
	text-align: center;
	padding-top: 5px;
}

.standing tr th,
.standing tr td {
	font-size: 14px;
	padding: 0 15px;
}

.standing tr th:nth-child(2) {
	text-align: left;
}

.standing td a { 
	display: block;
}

.standing td img {
	margin-right: 5px;
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
}

.standing tr td {
	text-align: center;
	color: #333;
	line-height: normal;
}

.standing tr td:nth-child(2) {
	text-align: left;
}
.standing tr td:nth-child(3) {
	font-weight: 900;
}

/*stats*/
.stats .wrappers {
	margin-bottom: 30px;
	
}

.stats .wrappers.no-mb {
	margin-bottom: 0;
}

.stats .wrap-title-two {
	margin-bottom: 20px;
}

.stats .wrap-title-two h6 {
	padding: 6px 15px;
	background: #888;
	color: #fff;
	display: inline-block;
	border-radius: 20px;
	font-size: 13px;
}


.stats .wrap-content.wrap-assist {
	padding-bottom: 0;
}

.stats .wrap-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}

.stats .wrap-header h6 {
	color: #333;
	font-size: 1.2em;
	font-weight: 800;
	text-transform: uppercase;
}

.stats .wrap-player.bg-grey {
	background: #f8f8f8;
}

.stats .wrap-player {
	padding: 10px;
	border-bottom: 1px solid #f2f2f2;
}

.stats .wrap-player.no-bdr {
	border: 0;
}

.stats .row {
	margin-bottom: 0;
}

.stats .content-right {
	text-align: right;
}

.stats .content-right span {
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

.stats .content-left ul {
	padding: 0;
	margin: 0;
}

.stats .content-left ul li {
	margin-bottom: 0px;
	font-size: 14px;
	color: #333;
	padding-left: 35px;
	line-height: 15px;
	display: flex;
}
.stats .content-left ul li small,
.stats .content-left ul li span {
	display: block;
}

.stats .content-left ul li .ico-time {
	display: block;
	text-align: center;
	margin-right: 10px;
	margin-left: -40px;
	width: 35px;
	height: 35px;
	padding: 3px;
	background-color: #fff;
	border-radius: 7px;
}
.stats .content-left ul li img {
	width: 90%;
	display: inline-block;
}


/*players*/
.players .row:last-child {
	margin-bottom: 0;
}

.players .content-image img {
	width: 100%;
	border-radius: 50px;
	display: block;
}

.players .content-text a {
	display: inline-block;
}

.players .content-text a i {
	margin-right: 5px;
	color: #00843a;
}

.players .content-text p {
	margin: 0 0 6px;
}

/*player details*/
.player-details .player-header {
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	background: #f5f5f5;
	border-radius: 42px;
}

.player-details .player-header .image {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 20px;
}

.player-details .player-header .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.player-details .player-header .title-name {
	overflow: hidden;
}

.player-details .player-header .title-name h2 {
	font-size: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.player-details .wrap-content {
	margin-bottom: 25px;
}

.player-details .wrap-content.no-mb {
	margin-bottom: 0;
}

.player-details .wrap-content h4 {
	margin-bottom: 15px;
}

.player-details .wrap-content ul {
	padding: 0;
	margin: 0;
}

.player-details .content ul li {
	padding: 10px 15px;
	color: #333;
}

.player-details .content ul li.stripe {
	background: #f8f8f8;
}

.player-details .content ul li span {
	font-size: 14px;
	font-weight: 500;
	float: right;
}

.player-details .content ul li span i {
	margin-left: 8px;
	color: #00843a;
}

.player-details .content ul li i {
	margin-left: 8px;
}

.player-details .media-social ul li {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
}

.player-details .media-social ul li a i {
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
}

.fa-facebook-f {
	background: #3b5999 !important;
}

.fa-twitter {
	background: #55acee !important;
}

.fa-instagram {
	background: #e4405f !important;
}

.fa-google {
	background: #dd4b39 !important;
}

/*news*/
.news select.browser-default {
	border-color: #ddd;
}

.news .wrap-filter {
	margin-bottom: 20px;
}

.news .wrap-filter h6 {
	margin-bottom: 10px;
}

.news .content {
	margin-bottom: 20px;
}

.news .content.no-mb {
	margin-bottom: 0;
}

.news .content img {
	width: 100%;
	display: block;
	border-radius: 2px;
}

.news .content span {
	display: inline-block;
	margin-top: 10px;
	color: #00843a;
}

.news .pagination {
	margin-top: 20px;
}

.news .pagination ul {
	padding: 0;
	margin: 0;
}

.news .pagination li.disabled a {
	background: #00843a;
	color: #fff;
	border-radius: 2px;
}

/*news-single*/
.news-single .content-title span {
	color: #00843a;
	display: inline-block;
	margin-bottom: 8px;
}

.news-single .content-title h4 {
	margin-bottom: 8px;
}

.news-single .content-image img {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 2px;
}

.news-single .content-text span {
	font-size: 15px;
	font-weight: 500;
	font-style: italic;
	color: #333;
}

.news-single .content-text p {
	margin-bottom: 0;
}

.related-news h4 {
	margin-bottom: 15px;
}

.related-news {
	margin-top: 20px;
}

.related-news h5 {
	line-height: 20px;
}

.related-news .content-image img {
	width: 100%;
	margin-bottom: 0;
	display: block;
}

.author {
	margin: 15px 0 30px;
	padding: 10px;
	border: 1px solid #ddd;
}

.author .content-image img {
	border-radius: 50%;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.author .content-text {
	overflow: hidden;
}

.author .content-text p {
	margin: 8px 0 0;
}

.author .content-text ul {
	padding: 0;
	margin: 0;
	margin-top: 7px;
}

.author .content-text ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

.author .content-text ul li:last-child {
	margin-right: 0;
}

.author .content-text ul li a i {
	color: #777;
	background: transparent !important;
}

.comment-form {
	padding: 0;
}

.comment-form h4 {
	margin-bottom: 15px;
}

/*club details*/
.club-details .view-bg {
	background: linear-gradient(
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0.5)
		),
	url(../images/bg-time.jpg);
	background-size: cover;
	height: 240px;
	position: relative;
	margin-top: -118px;
}

.club-details .view-bg .caption-title {
	position: absolute;
	bottom: 30px;
	left: 20px;
	width: 90%;
}
.club-details .view-bg .caption-title .title {
	position: absolute;
	bottom: 10px;
	left: 130px;
}
.club-details .view-bg .caption-title .title h3 {
	color: #fff;
	margin-bottom: 5px;
}

.club-details .view-bg .caption-title .title p {
	color: #fff;
	font-size: 14px;
	margin: 3px 0 6px;
}

.club-details .view-bg .caption-title .title a {
	color: #fff;
}

.club-details .view-bg .caption-title img {
	float: left;
	margin-right: 15px;
}

.club-details .view-bg .caption-title .title {
	overflow: hidden;
}
.club-details {
	margin-top: -30px;
}
.club-details .caption-title {
	display: flex;
	align-items: center;
	padding: 0 5px;
}
.club-details .caption-title .simbol {
	text-align: center;
	display: inline-block;
	background-color: #fff;
	padding: 10px 15px;
	border-radius: 15px;
	width: 80px;
	height: 80px;
	margin-right: 15px;
}
.club-details .caption-title .simbol img {
	width: 80%;
}
.club-details .caption-title .title {
	display: inline-block;
}

.club-details .wrap-content {
	margin-top: 20px;
}

.club-details .contents-tabs {
	margin-top: 20px;
}

.club-details .tabs .tab a {
	font-weight: 500;
	text-transform: none;
	font-size: 16px;
}

.club-details .tabs .indicator {
	display: none;
}

.club-details .wrap-content .tabs {
	border-radius: 24px;
	box-shadow: 0 3px 11px rgba(0, 0, 0, 0.15);
}

.club-details .tabs .tab a.active {
	background: #00843a;
	color: #fff;
}

.club-details .wrap-content ul {
	padding: 0;
	margin: 0;
}

.club-details .content ul li {
	padding: 10px 15px;
	color: #333;
}

.club-details .content ul li.stripe {
	background: #f8f8f8;
}

.club-details .content ul li span {
	font-size: 14px;
	font-weight: 500;
	float: right;
}

.club-details .content ul li span i {
	margin-left: 8px;
	color: #00843a;
}

.club-details .content ul li i {
	margin-left: 8px;
}

.club-details .content-details ul li i {
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #fff !important;
	border-radius: 50%;
	text-align: center;
}
.club-details .content-players {
	padding: 0;
}

.club-details .content-players img {
	width: 100%;
	border-radius: 2px;
}

.club-details .content-players .row:last-child {
	margin-bottom: 0;
}

.club-details .content-players .content-text p {
	margin: 3px 0 8px;
}

.club-details .content-players .content-text a i {
	margin-right: 5px;
	color: #00843a;
}

.club-details .content-stats ul li i {
	margin-left: 8px;
}

.club-details .media-social ul {
	padding: 0;
	margin: 0;
}

.club-details .media-social ul li {
	display: inline-block;
}
.nav-btn { padding: 10px;}
.nav-btn a {
	display: inline-flex;
	font-size: 12px;
	align-items: center;
	padding: 5px 15px 5px 10px;
	background-color: #ccc;
	font-weight: bold;
}
.nav-btn a:hover {
	background-color: #ceb8d9;
}
.nav-btn a i {
	margin-right: 5px;
}
/*settings*/

.settings .content {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.settings .content img {
	width: 70px;
	float: left;
	margin-right: 20px;
	border-radius: 2px;
}

.settings .content .button-upload input {
	display: none;
}

.settings .content .button-upload span {
	background-color: #00843a;
	color: #fff;
	padding: 8px 10px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
	letter-spacing: 1px;
	display: inline-block;
}

.settings .wrap-content .content:last-child {
	margin: 0;
	border: 0;
	padding-bottom: 4px;
}

.settings .general-settings .button {
	margin-top: 0;
}

.settings .row:last-child {
	margin-bottom: 0;
}

/*sign in*/
.sign-in .signin-contents h4 {
	margin-bottom: 20px;
}

.sign-in .social-login {
	margin-top: 20px;
}

.sign-in .social-login h5 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
}

.sign-in .social-login .row:last-child {
	margin-bottom: 0;
}

.sign-in .button-facebook {
	background-color: #3b5999;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-in .button-twitter {
	background-color: #55acee;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-in .button-linkedin {
	background-color: #0077B5;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-in .button-google {
	background-color: #dd4b39;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-in .button {
	margin-top: 0;
}

/*sign up*/
.sign-up .signup-contents h4 {
	margin-bottom: 20px;
}

.sign-up .social-login {
	margin-top: 20px;
}

.sign-up .social-login h5 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
}

.sign-up .social-login .row:last-child {
	margin-bottom: 0;
}

.sign-up .button-facebook {
	background-color: #3b5999;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-up .button-twitter {
	background-color: #55acee;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-up .button-linkedin {
	background-color: #0077B5;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-up .button-google {
	background-color: #dd4b39;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-up .button {
	margin-top: 0;
}

/*collapse*/
.collapse .collapsible {
	border: 0;
	box-shadow: 0 3px 11px rgba(0, 0, 0, 0.15);
	margin-bottom: 5px;
}

.collapse .collapsible-header i {
	margin-top: 4px;
	font-size: 1rem;
	margin-right: 0;
	color: #00843a;
}

.collapse .collapse .collapsible-body {
	background-color: #fff;
	padding: 1rem;
}

/*calendar*/
.calendar-head {
	text-align: center;
	background: #00843a;
	color: #fff;
	padding: 15px 0;
	margin-bottom: 20px;
	border-radius: 2px;
	box-shadow: 0 3px 11px rgba(0, 0, 0, 0.15);
}

.calendar-head i {
	cursor: pointer;
}

.calendar-head h5 {
	color: #fff;
}

.calendar-head .row {
	margin-bottom: 0;
}

.calendar th,
.calendar td {
	text-align: center;
}

.calendar .active {
	background: #00843a;
	color: #fff;
	box-shadow: 0 3px 11px rgba(0, 0, 0, 0.15);
}

.calendar table {
	background: #fff;
	box-shadow: 0 3px 11px rgba(0, 0, 0, 0.15);
}

/*tabs*/
.tabs-page .row {
	margin-bottom: 0;
}

.tabs-page .tabs {
	border-radius: 2px;
	box-shadow: 0 3px 11px rgba(0, 0, 0, 0.15);
	margin-top: 8px;
}

.tabs-page .contents-tabs img {
	width: 100%;
	margin-top: 20px;
	border-radius: 2px;
}

.contents-tabs h4 {
	margin-top: 10px;
}

.contents-tabs p:last-child {
	margin-bottom: 0;
}

.tabs .tab a {
	color: #00843a;
	text-transform: none;
}

.tabs .tab a:hover {
	color: #00843a;
}

.tabs .tab a.active {
	color: #00843a;
}

.tabs .indicator {
	background-color: #00843a;
}

/*form*/
form label.active {
	color: #00843a !important;
}

form input {
	border: 1px solid #ccc !important;
	height: 2.5rem !important;
	padding: 0 10px !important;
	box-sizing: border-box !important;
	background-color: #fff !important;
}

form input[type="file"] {
	height: 2.5rem !important;
	border: 0 !important;
	padding: 0 !important;
	display: block;
	margin-bottom: 20px;
}

form textarea {
	border: 1px solid #ccc !important;
	padding: 10px !important;
	box-sizing: border-box !important;
	height: 7rem !important;
	font-size: 1rem;
}

form input:focus {
	border: 1px solid #00843a !important;
	box-shadow: none !important;
}

form textarea:focus {
	border: 1px solid #00843a !important;
	box-shadow: none !important;
}

form select {
	border: 1px solid #ccc !important;
	height: 2.5rem !important;
	padding: 0 10px !important;
	box-sizing: border-box !important;
	background-color: #fff !important;
	margin: 0 0 20px 0;
}

form .button {
	margin-top: 20px;
	text-align: center;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #555;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #555;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #555;
}
:-moz-placeholder { /* Firefox 18- */
	color: #555;
}

/*footer*/
footer {
	padding: 12px 0 10px;
}

footer .content h4 {
	margin-bottom: 10px;
	color: #fff;
}

footer .content ul {
	padding: 0;
	margin: 0;
}

footer .content ul li {
	margin-bottom: 3px;
}

footer .content ul li a {
	color: #fff;
}

footer .content ul li a i {
	margin-right: 10px;
	background: transparent !important;
}

footer .footer-text,
footer .footer-text a {
	text-align: center;
	color: #ccc;
}
footer .footer-text a {
	text-decoration: underline;
}

.p-top { padding-top: 30px; }
.p-bottom { padding-bottom: 10px; }
.m-top-100px { margin-top: 0px;}

.m-top { margin-top: 15px; }
.m-bottom { margin-bottom: 15px; }

.flex-times {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

footer {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
}

.alert {
	margin: 5px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ff9900;
	color: #666;
	background-color: #ffdd33;
	font-size: medium;
}

.alert-error {
	border: 1px solid #f00;
	color: #f00;
	background-color: #ffaeae;
}

.alert-success {
	border: 1px solid #00843a;
	color: #00843a;
	background-color: #abf3cb;
}