.z-depth-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* 2dp elevation modified*/
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
.z-depth-5, .modal {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
.title-main{
  margin-top: 35px;
  margin-bottom: 35px;
  border-bottom: 2px solid #312759;
}
.title-main h1{
  z-index: 1030;
  color:#312759;
  font-size: 35px;
  position: relative;
  top: 9px;
  left: 0;
}
.title-main::before{
  content: '';
  width: 550px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 30px;
}

.history{
  margin-bottom: 80px;
}

.border-history{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 26.56px 5.44px rgba(49, 39, 89, 0.09);

  padding:20px;
}
.border-history h1{
  font-size: 24px;
  font-family: "DaxlinePro";
  color: rgb(49, 39, 89);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  z-index: 172;
}
.border-history p {
  margin-top: 15px;
  font-size: 17px;
  font-weight: normal;
  font-family: "DaxlinePro";
  color: rgb(49, 39, 89);
  line-height: 1.2;
  text-align: justifyLeft;
  height: 428px;
  z-index: 173;
}

.tab-content .border-history{
  min-height: 475px;
}

.history-tabs.tab .nav-tabs li{
  width: 50%
}
.perescope.tab .nav-tabs{
  width: 350px;
  margin: auto;
  padding-bottom: 20px;
}
.perescope.tab .nav-tabs li{
  width: 160px;
}

.clubs-thumb{
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.border-history .table>tbody>tr>td .clubs-thumb{
  width: 100%;
  height: 50px;
  object-fit: contain;
}

.border-history .no-bordered span{
  position: relative;
  top:-5px;
  left: 15px;
}

.border-history .no-bordered{
  border-top:0;
}

.border-history .table>tbody>tr>td, .border-history .table>tbody>tr>th, .border-history .table>tfoot>tr>td, .border-history .table>tfoot>tr>th, .border-history .table>thead>tr>td, .border-history .table>thead>tr>th{
  font-size: 14px;
  padding: 4px;
  vertical-align: middle;
  text-transform: uppercase;
}

.table-premier-form .table>thead>tr>td, .table>thead>tr>th{
  font-size: 12px;
  padding: 6px;
  vertical-align: middle;
  border: 0!important;
  text-transform: uppercase;
  text-align: center;
}

.table-premier-form .table>tbody>tr>td, .table>tbody>tr>th {
  font-size: 12px;
  padding: 3.5px;
  vertical-align: middle;
  border-top: 1px solid #dedede!important;
  text-align: center;
  background-color: #fff;
}
.left-text{
  text-align: left !important;
}
.left-text span
{
  vertical-align: super !important;
}


/*----------history_cup----------*/
div.jQBracket .teamContainer{
  border: 1px solid #eee;
}
.content1.history #leftBracket,
.content1.history div.jQBracket,
.content1.history #leftBracket2,
.content1.academy.season #play-off #leftBracket,
.content1.academy.season #play-off div.jQBracket,
.content1.academy.season #play-off #leftBracket2,
.content1.academy.season #country #leftBracket,
.content1.academy.season #country div.jQBracket,
.content1.academy.season #country #leftBracket2 {
	float: left;
	width: 100% !important;
}

.content1.history div.jQBracket .connector,
.content1.academy.season #play-off div.jQBracket .connector,
.content1.academy.season #country div.jQBracket .connector {
	border-color: #000 !important;
}

.content1.history div.jQBracket .team,
.content1.academy.season #play-off div.jQBracket .team,
.content1.academy.season #country div.jQBracket .team {
	height: 50px;
}

.content1.history div.jQBracket .team div.label,
.content1.history div.jQBracket .team div.score,
.content1.academy.season #play-off div.jQBracket .team div.label,
.content1.academy.season #play-off div.jQBracket .team div.score,
.content1.academy.season #country div.jQBracket .team div.label,
.content1.academy.season #country div.jQBracket .team div.score {
	height: 100%;
}

.content1.history div.jQBracket .bubble,
.content1.academy.season #play-off div.jQBracket .bubble,
.content1.academy.season #country div.jQBracket .bubble {
	display: none;
}

.content1.history div.jQBracket .bracket,
.content1.academy.season #play-off div.jQBracket .bracket,
.content1.academy.season #country div.jQBracket .bracket {
	width: 100%;
}

.content1.history div.jQBracket .team div.label,
.content1.academy.season #play-off div.jQBracket .team div.label,
.content1.academy.season #country div.jQBracket .team div.label {
	height: 100% !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 100%;
	padding-left: 8px !important;
}

.content1.history div.jQBracket .team div.label>span,
.content1.academy.season #play-off div.jQBracket .team div.label>span,
.content1.academy.season #country div.jQBracket .team div.label>span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
	width: 30px;
	margin-right: 10px;
}

.content1.history div.jQBracket .team div.label,
.content1.academy.season #play-off div.jQBracket .team div.label,
.content1.academy.season #country div.jQBracket .team div.label {
	font-family: Montserrat-Bold, arial;
	font-size: 10px;
	font-weight: bold;
	color: #141414;
	text-transform: uppercase;
}

.content1.history #leftBracket .tools,
.content1.history #leftBracket2 .tools,
.content1.academy.season #play-off #leftBracket .tools,
.content1.academy.season #play-off #leftBracket2 .tools,
.content1.academy.season #country #leftBracket .tools,
.content1.academy.season #country #leftBracket2 .tools {
	display: none;
}

.content1.history div.jQBracket .team div.score,
.content1.academy.season #play-off div.jQBracket .team div.score,
.content1.academy.season #country div.jQBracket .team div.score {
	color: #000 !important;
	font-size: 12px;
	font-family: Montserrat-Bold, arial;
	line-height: 42px !important;
	background-color: transparent !important;
}

.content1.history div.jQBracket .team.highlightLoser,
.content1.history div.jQBracket .team.lose,
.content1.academy.season #play-off div.jQBracket .team.highlightLoser,
.content1.academy.season #play-off div.jQBracket .team.lose,
.content1.academy.season #country div.jQBracket .team.highlightLoser,
.content1.academy.season #country div.jQBracket .team.lose {
	background-color: #f0f0f0 !important;
}

.content1.history div.jQBracket .team.win,
.content1.academy.season #play-off div.jQBracket .team.win,
.content1.academy.season #country div.jQBracket .team.win {
	background-color: #fff !important;
}

.content1.history div.jQBracket .team.highlightWinner,
.content1.academy.season #play-off div.jQBracket .team.highlightWinner,
.content1.academy.season #country div.jQBracket .team.highlightWinner {
	background-color: #ffcb00 !important;
}

.content1.history .owl-carousel2,
.content1.academy.season #play-off .owl-carousel2,
.content1.academy.season #country .owl-carousel2 {
	margin-bottom: 35px;
}

.content1.history .bracket .round:last-of-type,
.content1.academy.season #play-off .bracket .round:last-of-type,
.content1.academy.season #country .bracket .round:last-of-type {
	margin-right: 0 !important;
}

.content1.history .bracket_title,
.content1.academy.season #play-off .bracket_title,
.content1.academy.season #country .bracket_title {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-family: Montserrat-Bold, arial;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	clear: left;
	width: 100%;
}

.content1.history .bracket_title.nomob,
.content1.academy.season #play-off .bracket_title.nomob,
.content1.academy.season #country .bracket_title.nomob {
	position: absolute;
      color: #000;
}

.content1.history_cup .share {
	margin-top: 120px;
}

@media (min-width: 1100px) {
	.content1.history .bracket .round:last-of-type,
	.content1.academy.season #play-off .bracket .round:last-of-type,
	.content1.academy.season #country .bracket .round:last-of-type {
		width: 220px !important;
	}
	.content1.history .bracket .round:last-of-type .team.win.highlightWinner,
	.content1.academy.season #play-off .bracket .round:last-of-type .team.win.highlightWinner,
	.content1.academy.season #country .bracket .round:last-of-type .team.win.highlightWinner {
		width: 220px !important;
	}
	.content1.history .bracket .round:last-of-type .team.win.highlightWinner div.score,
	.content1.academy.season #play-off .bracket .round:last-of-type .team.win.highlightWinner div.score,
	.content1.academy.season #country .bracket .round:last-of-type .team.win.highlightWinner div.score {
		padding-right: 48px !important;
		width: 63px !important;
	}
}

.overflow{
  max-height: 574px;
  overflow-y: scroll;
}
.cover_main {
    max-width: 1146px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 20px;
}
.title2{
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Daxline-pro', sans-serif;
    color:#312759;
    white-space: nowrap;
    padding-right:10px;
    margin-bottom:20px !important;
}
.title2_line{
    height: 2px;
    background: #312759;
    display: block;
    width: 100%;
    position: relative;
    top: 22px;
}
.title2_cover{
    display: flex;
    flex-direction: row;
}


/*son*/

.flextion-index{
  max-height: 470px;
  overflow-y: scroll;
}

.flextion-index h1{
  font-size: 24px;
  font-family: "DaxlinePro";
  color: rgb(49, 39, 89);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

.map-aze li{
  border-bottom: 1px solid #312759;
  font-size: 14px;
  font-family: 'Daxline-pro', sans-serif;
  color: rgb(49, 39, 89);
  text-transform: uppercase;
  line-height: 2;
  text-align: left;
  margin-top: 11px;
  padding-left:35px;
  box-sizing: border-box;
}
.map-aze li a{
  text-decoration: none;
  color: #312759;
  box-sizing: border-box;
  vertical-align: middle;
}

.map-aze li:nth-child(3) a,
.map-aze li:nth-child(6) a,
.map-aze li:nth-child(8) a,
.map-aze li:nth-child(9) a,
.map-aze li:nth-child(10) a,
.map-aze li:nth-child(11) a,
.map-aze li:nth-child(12) a{
    text-decoration: line-through;
}

.map-aze li a::before{
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../../img/sys/circle.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
  position: absolute;
  left: 10px;
  margin-top: -7px;
}
.map-aze li a.active::before{
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../../img/sys/circle-hover.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
  position: absolute;
  left: 10px;
  margin-top: -7px;
}
.selectedYear
{
  background-color: #312759;

}
.selectedYear h1
{
  color:white !important;

}
.map-aze li a span{
  float: right;
}
.map-true li {
  line-height: 15px;
  padding-bottom: 10px;
  margin-top: 24px!important;
}
.border-history{
  margin-bottom: 20px;
  background-color: #fff;
}

.scroll-max{
  max-height:300px;
  overflow-y:scroll;
}
.malalta{
  margin: auto;
  padding-bottom: 50px;
}
.malalta li{
  float: left;
  margin-right: 25px;
  cursor: pointer;
}
.malalta li a{
  text-decoration: none;
  color: #312759;
}
.item-cup-year h2 a{
	color: #312759;
	text-decoration:none;
}

.item-cup-year.active h2 a{
	color: #fff;
	text-decoration:none;
}
.no-bordered.width-140{
  text-align: left!important;
}
.history1_table>tbody>tr>td:last-child, .history1_table>tbody>tr>th:last-child,.history1_table>thead>tr>td:last-child,.history1_table>thead>tr>th:last-child{
  padding-left:12px;
  border-left:1px solid #ddd;
}
.coach1_title{
	font-size:14px;
	text-transform:uppercase;
}
.history1_coach{
	vertical-align: middle;
	padding:20px;
	box-shadow: 0px 2px 26.56px 5.44px rgba(49, 39, 89, 0.09);
}

.fix-play-button {
	width: 192px;
	height: 192px;
	background-image: url(../../img/sys/play-button.png);
	background-repeat: no-repeat;
	background-size: 192px 192px;
	background-color: transparent;
	border: 0;
	position: absolute;
	outline: 0;
	top: 136px;
	left: 38%;
}

.maxhead>thead>tr>th{
  background-color: #ebebeb;
}
.tab-content .border-history {
    min-height: 458px;
}


/**/
.cup-section{
  background-color: #fff;
  min-height: 414px;
}
.trop-absolute{
	border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  background-color: #fff;
  box-shadow: 0px 2px 26.56px 5.44px rgba(49, 39, 89, 0.09);
	position: absolute;
  width: 320px;
  height: 413px;
  z-index: 1020;
	padding: 35px;
}
.trophies-title{
  font-size: 30px;
  font-family: "DaxlinePro-Light";
  color: rgb(49, 39, 89);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
	margin-top: 15px;
}

.padding-4{
	padding-left: 4px;
	padding-right: 4px;
}
.item-trop{
	min-height: 413px;
}
.basic-cup .owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	right: -60px;
	top: 350px;
	outline: 0;
}
.basic-cup .owl-carousel .owl-nav button.owl-next{
	position: absolute;
  right: -100px;
	top: 350px;
	outline: 0;
}
.cup-img-trop{
	width: 130px;
	height: 100px;
	padding: 15px;
	margin: auto;
}
.cup-img-trop img{
	width: 100px;
	height: 70px;
	object-fit: contain;
	margin: auto;
}
.cup-year-trop{
	border: 1px solid #312759;
	width: 130px;
	height: 45px;
	margin: auto;
	padding-top:10px;
}
.cup-year-trop h1{
	font-size: 30px;
  font-family: "DaxlinePro";
  color: rgb(49, 39, 89);
  line-height: 0.8;
  text-align: center;
	vertical-align: middle;
}
.trop-text{
	width: 250px;
  min-height: 93px;
  background-color: rgb(49, 39, 89);
  margin: auto;
  position: absolute;
  left: -24.5px;
	padding: 10px;
}
.trop-text span.even{
	width: 2px;
  height: 147px;
  background-color: #312759;
  position: absolute;
  top: -145px;
  left: 50%;
  margin: auto;
}
.trop-text span.odd{
	width: 2px;
  height: 34px;
  background-color: #312759;
  position: absolute;
  top: -22px;
  left: 50%;
  margin: auto;
}
.basic-cup .owl-carousel .owl-stage-outer {
    margin-right: -9px;
}
.basic-cup .owl-carousel{
    margin-left: -9px;
}
.trop-text p{
font-size: 14px;
    /* font-family: "DaxlinePro-Regular"; */
    color: rgb(254, 254, 254);
    line-height: 1.2;
    font-weight: normal;
    text-align: left;
    height: auto;
    white-space: pre-wrap;
    display: block;
    width: 100%;
}

.owl-item.active > div:after {

}
.owl-item.center > div:after {

}
.owl-item.active.center > div:after {
  
}
.owl-item > div:after {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
}


/*additional*/
/*////////////////////////////////*/
.border-history p{
  height: auto;
}

.content1.history.history_cup{
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
    .title2_cover{
        margin-top: 100px;      
    }
}

@media only screen and (max-width: 767px) {
    .title2_cover{
        margin-top: 0px!important;      
    }
    .cover_main {
        padding-top: 0px!important;
    }
}




