body {
  font-size: 16px;
  color: #1e2f65;
  background-color: #f4f6fd;
}

.page-content-wrapper {
  width: 100%;
}

.page-content-side-padding {
  padding-left: 25px;
  padding-right: 25px;
}

.page-header {
  height: 100px;
  padding-top: 22px;
  padding-left: 25px;
  padding-right: 25px;
}

a {
  color: #1e2f65;
}

.std-flex {
  display: flex;
  flex-direction: row;
}

.page-logo {
  padding-top: 3px;
}

.resultBadge-lg {
  font-weight: 700;
  border-radius: 11px;
  font-size: 20px;
  padding: 0px 8px 3px 8px;
  margin: 2px;
}

.resultBadge-sm {
  font-weight: 700;
  border-radius: 8px;
  font-size: 16px;
  padding: 0px 8px 3px 8px;
  margin: 2px;
}

.resultBadge-loss {
  color: #d33a2c !important;
  background-color: #ffe7e7;
  border: 1px solid #fee0e0;
}

.resultBadge-draw {
  color: #ce8501 !important;
  background-color: #ffdb9b;
  border: 1px solid #f9d595;
}

.resultBadge-win {
  color: #137d54 !important;
  background-color: #d6f3e7;
  border: 1px solid #c6f2e0;
}

.team-menu {
  display: inline-block;
  font-size: 16px;
  padding: 6px 15px;
  margin-top: 15px;
  font-weight: bold;
}

a.team-menu {
  text-decoration: none !important;
}

.team-menu.selected,
.team-menu:hover {
  border-bottom: 3px solid;
}

.teamheader-title {
  padding-left: 16px;
  font-size: 32px;
  font-weight: bold;
}

.teamheader {
  /*  border-radius: 15px;*/
  padding: 16px 10px;
}

.panel {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 11px;
  background-color: #ffffff;
}

.greyBackground {
  background-color: #f5f5f5;
}

.teamBoxesContainer {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 22px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.page-footer {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  background: #05396b;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0 2rem;
  order: 4;
  height: 50px;
}

.page-footer a {
  color: #fff;
}

.page-footer-left-col {
  flex: 1 1 50%;
}

.page-footer-right-col {
  flex: 1 1 50%;
  justify-content: flex-end;
  display: flex;
}

.text-bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.news-panel {
  max-width: 1100px;
}

#cbSelectTable,
.cbSelectTable,
.cbLinkDropDown {
  color: #1d97ff;
  background-color: #dff0ff;
  font-weight: bold;
  border-radius: 11px;
  height: 50px;
  padding-left: 10px;
  margin-bottom: 10px;
  min-width: 70px;
  border: none;
}

#cbMobileSortBy {
  width: 100%;
  background-color: #6362e7;
  /*  color: $std-text-color;*/
  color: #f1f1f1;
  /*  font-size: 16px;*/
  font-weight: bold;
  border-radius: 11px;
  height: 50px;
  padding-left: 10px;
  margin-bottom: 10px;
  display: none;
  border: none;
}

.tableSelectButtons {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 920px) {
  #cbMobileSortBy {
    display: inline-block;
  }
  #cbSelectTable {
    width: 100%;
  }
  .tableSelectButtons {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.page-breadcrumb {
  padding: 0;
  background: transparent;
  margin: 0 0 1.5rem;
  font-size: 12px;
}

.breadcrumb {
  background: transparent;
}

.breadcrumb > li > a {
  text-decoration: none !important;
}

.panel-hdr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px 4px 0 0;
}
.panel-hdr h2 {
  font-size: 16px;
  padding-top: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
  font-weight: 500;
}

.panel-info-text {
  font-style: italic;
  font-size: 14px;
}

.panel-currentform {
  height: 146px;
}

.panel-conent-currentform {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.gridHeaderText {
  font-size: 22px;
  font-weight: bold;
}

.gridHeaderTextDetail {
  font-size: 16px;
  font-style: italic;
  padding-bottom: 20px;
}

.leagueBadge {
  display: block;
  width: 38px;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
}

.leagueBadgePL {
  background-color: #3f1052;
  color: #f1f1f1;
}

.leagueBadgeCH {
  background-color: #2455b2;
  color: #f1f1f1;
}

.leagueBadgeL1 {
  background-color: #f57135;
  color: #f1f1f1;
}

.leagueBadgeL2 {
  background-color: #ba0c2f;
  color: #f1f1f1;
}

.leagueBadgeNL,
.leagueBadge6th,
.leagueBadge7th {
  background-color: #008c99;
  color: #f1f1f1;
}

.linkButton {
  color: #1d97ff;
  background-color: #dff0ff;
  padding: 8px 12px;
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 8px;
  margin-top: 15px;
}

.linkButton2 {
  color: #1d97ff;
  background-color: #dff0ff;
  padding: 8px 12px;
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
  margin-left: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.linkSectionPage {
  margin-top: 10px;
  margin-bottom: 15px;
}

.statInfoText {
  background-color: #f4f6fd;
  color: #8f97b2;
  border-radius: 11px;
  padding: 8px 10px;
  font-size: 12px;
}

.tableInfoText {
  border-radius: 11px;
  padding: 8px 10px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 12px;
  color: #1e2f65;
  border: 1px dotted #1e2f65;
}

.panel h5 {
  padding-left: 12px;
  padding-bottom: 10px;
}

.fbcu {
  cursor: pointer;
}

.container-ad-top {
  margin: 25px 50px;
}

.panel-header {
  font-size: 20px;
  padding-bottom: 10px;
}

.currentRunValue {
  width: 80px;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  background-color: #232323;
  color: #f1f1f1;
  padding-top: 8px;
  border-right: 1px #eaeaea solid;
}

.currentRunTeamName {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 18px;
}

.currentRunTeamRecord {
  padding-left: 18px;
  padding-bottom: 10px;
  font-size: 14px;
}

.currentRunFooter {
  padding: 10px 16px;
  background-color: #ffffff;
  /*  border-color: #eaeaea;
    border-style: solid;
    border-width: 0px 1px 1px 1px;*/
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  font-size: 14px;
}

.currentRunHeader {
  background-color: #ffffff;
  font-size: 16px;
  padding: 10px 16px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.currentRunContainer {
  margin-bottom: 40px;
}

.info-text-success,
.info-text-danger,
.info-text-normal {
  padding: 0px 8px;
  border-radius: 11px;
  font-weight: 700;
}

.info-text-success {
  color: #137d54 !important;
  background-color: #d6f3e7;
  border: 1px solid #c6f2e0;
}

.info-text-danger {
  color: #d33a2c !important;
  background-color: #ffe7e7;
  border: 1px solid #fee0e0;
}

.flex-column {
  padding: 10px;
}

.flex-line-container {
  display: flex;
  flex-wrap: nowrap;
}

.flex-table-season-col {
  flex: 0 0 80px;
}

.flex-table-season-col-north-south {
  flex: 0 0 200px;
}

.flex-table-team-col {
  flex: 1 1 100px;
}

.flex-table-value-col {
  flex: 0 0 40px;
}

.flex-table-header {
  background-color: #6362e7;
  color: #f1f1f1;
}

@media (max-width: 980px) {
  .flex-line-container {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .flex-table-season-col,
  .flex-table-season-col-north-south {
    flex: 1 1 100%;
    border-bottom: 1px solid #f5f2f5 !important;
    font-weight: bold;
  }
  .flex-table-team-col {
    flex: 1 1 200px;
  }
  .flex-table-value-col {
    flex: 0 0 40px;
  }
  .flex-table-header {
    display: none;
  }
  .flex-grouped-line {
    display: flex;
    flex: 100%;
    border-bottom: 1px solid #f5f2f5 !important;
  }
  .promotionDisplayDesktop {
    display: none;
  }
}
@media (min-width: 981px) {
  .flex-line-container {
    border-top: 1px solid #f5f2f5 !important;
    padding: 0.75rem;
  }
  .flex-grouped-line {
    display: flex;
    flex: 1 1 100px;
    max-width: 320px;
    padding-right: 38px;
  }
  .promotionDisplayMobile {
    display: none;
  }
}
@media (min-width: 981px) and (max-width: 1450px) {
  .promoted-teams-4 .flex-grouped-line {
    max-width: 280px;
  }
}
@media (min-width: 981px) and (max-width: 1298px) {
  .promoted-teams-4 .flex-grouped-line {
    max-width: 225px;
  }
}
@media (min-width: 981px) and (max-width: 1050px) {
  .promoted-teams-4 .flex-grouped-line {
    max-width: 200px;
  }
}
.toggleInfoText {
  cursor: pointer;
}

.team-search-result {
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}

.team-search-result.highlighted {
  background: #e0e0e0;
}

#globalTeamSearch {
  background: transparent !important;
  font-weight: 400;
  border: none;
  padding-left: 10px;
  color: #1e2f65;
}

#globalTeamSearchBoxContainer {
  border: 1px solid #cfcfcf !important;
  border-radius: 11px;
  padding-left: 10px;
  color: #1e2f65;
  display: flex;
  align-items: center;
}

#globalTeamSearch-mobile #globalTeamSearchBoxContainer {
  font-size: 20px;
}
#globalTeamSearch-mobile #globalTeamSearchContainer {
  margin-top: 5px;
  margin-right: 20px;
}

#globalTeamSearch-desktop #globalTeamSearchBoxContainer {
  font-size: 14px;
}
#globalTeamSearch-desktop #globalTeamSearchContainer {
  margin-top: 8px;
  width: 220px;
}

#globalTeamSearch:focus {
  border: none !important;
  outline: none !important; /* Removes the default outline */
}

#globalSearchResultsTeams {
  position: relative;
  z-index: 10;
  /*  border:1px solid #ccc;*/
  max-width: 400px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.15);
  padding: 1rem 0;
}

@media (max-width: 1249px) {
  #globalTeamSearch-desktop {
    display: none !important;
  }
}
.alert {
  border-radius: 11px;
  max-width: 1100px;
}

.alert-danger {
  border: 1px solid #fee0e0;
}

.alert-danger,
.alert-danger a {
  color: #d33a2c !important;
  background-color: #ffe7e7;
}

.alert-success {
  border: 1px solid #c6f2e0;
}

.alert-success,
.alert-success a {
  color: #137d54 !important;
  background-color: #d6f3e7;
}

.teamlink-danger,
.teamlink-success,
.statinfo-danger {
  border-radius: 11px;
  padding: 8px 10px;
}

.teamlink-danger,
.statinfo-danger {
  color: #d33a2c !important;
  background-color: #ffe7e7;
}

.teamlink-success {
  color: #137d54 !important;
  background-color: #d6f3e7;
}

.statinfo-danger {
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
}

.page-sidebar {
  background-color: #f4f6fd;
  position: relative;
  flex: 1 0 auto;
  flex-direction: column;
  display: flex;
  z-index: 20;
}

.primary-nav {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.primary-nav .nav-menu:last-of-type {
  margin: 0;
}
.primary-nav .nav-menu:first-of-type {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.nav-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}
.nav-menu b.collapse-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e2f65;
}
.nav-menu b.collapse-sign > [class*=fa-] {
  font-size: 16px;
}
.nav-menu ul {
  padding-left: 0;
  list-style: none;
  display: none;
}
.nav-menu li {
  position: relative;
}
.nav-menu li a {
  display: flex; /*new*/
  align-items: center; /*new*/
  outline: 0;
  padding: 12px 10px;
  font-size: rem(14px);
  color: #1e2f65;
  font-weight: 400;
  text-decoration: none;
  position: relative; /* needed for mod-nav-hiarchiy*/
}
.nav-menu li a > [class*=fa-] {
  margin-right: 4px;
  font-size: 23px;
  width: 28px;
  color: #1e2f65;
  text-align: left;
}
.nav-menu li a > .nav-link-text {
  flex: 1; /*new*/
  display: inline-flex;
  align-items: center;
  line-height: normal;
}
.nav-menu li a:hover {
  text-decoration: none;
  background-color: #05396b;
  color: #ffffff;
}
.nav-menu li a:hover > [class*=fa-] {
  color: #ffffff;
}
.nav-menu li a:hover > .collapse-sign {
  color: #ffffff;
}
.nav-menu li > ul {
  background-color: #f3f3f3;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-menu li > ul li a {
  color: #1e2f65;
  padding: 12px 10px 12px 42px;
}
.nav-menu li > ul li a b.collapse-sign > [class*=fa-] {
  font-size: 14px;
}
.nav-menu li > ul li a:hover {
  background-color: #05396b;
  color: #ffffff;
}
.nav-menu li > ul li a:hover > .nav-link-text > [class*=fa-] {
  color: #ffffff;
}
.nav-menu li > ul li:last-child > ul {
  padding-bottom: 0;
}
.nav-menu li:last-child {
  margin-bottom: 0;
}
.nav-menu:last-child {
  margin-bottom: 0;
}

.page-search {
  display: none;
}

@media (max-width: 991px) {
  .page-sidebar {
    width: 100%;
  }
  .page-logo {
    flex: 1 1 auto;
  }
  .page-search {
    flex: 1 1 auto;
  }
  .page-sidebar-mobile-hide {
    display: none !important;
  }
  .closeMenuContainer {
    display: block;
    text-align: right;
  }
  .page-header-flex {
    flex-wrap: wrap;
  }
  .btnCloseMenu {
    display: none;
  }
  .mobile-menu-buttons {
    font-size: 28px;
    margin-right: 6px;
  }
  .mobile-menu-buttons a {
    margin-left: 10px;
    text-decoration: none;
  }
  .nav-title {
    padding: 12px 10px;
    font-weight: bold;
  }
}
@media (min-width: 991px) {
  .page-sidebar {
    height: 40px;
    z-index: 10;
    padding: 0 0.625rem;
    /*		    background: #ffffff;*/
  }
  .page-sidebar .primary-nav {
    flex: 1;
    display: flex;
    align-items: stretch;
    font-size: 0;
    /* Make an auto-hiding scroller for IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Remove the default scrollbar for WebKit implementations */
  }
  .page-sidebar .primary-nav::-webkit-scrollbar {
    display: none;
  }
  .page-sidebar .primary-nav .nav-menu {
    margin: 0;
    margin-left: 2.9rem;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex: 0 1 100%;
    transition: margin 0.5s ease-out 0s;
  }
  .page-sidebar .primary-nav .nav-menu > li {
    display: inline-block;
    position: static;
  }
  .page-sidebar .primary-nav .nav-menu > li.nav-title {
    display: none;
  }
  .page-sidebar .primary-nav .nav-menu > li > a {
    padding: 0.75rem 1.5rem 0.75rem 1rem;
    text-align: center;
    height: 100%;
  }
  .page-sidebar .primary-nav .nav-menu > li > a > [class*=fa-] {
    /*								width: inherit;
    								margin: 0 ;
    								margin-right: .5rem !important;
    								display: flex !important;					
    								align-items: center;
    								justify-content: left;
    								color: inherit;*/
    display: none;
  }
  .page-sidebar .primary-nav .nav-menu > li > a > .nav-link-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: normal;
    vertical-align: text-top;
    font-weight: 400;
    display: inline-block; /*override inline-flex*/
    flex: 0 1 auto;
  }
  .page-sidebar .primary-nav .nav-menu > li > a > .collapse-sign {
    margin-left: 0.5rem;
    color: #000;
    position: absolute;
    right: 0.5rem;
    top: 0;
    bottom: 0;
  }
  .page-sidebar .primary-nav .nav-menu > li a {
    font-size: 0.9rem;
  }
  .page-sidebar .primary-nav .nav-menu > li > ul {
    display: none !important;
    width: 210px;
    top: 20px;
    position: absolute;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.15);
    padding: 1rem 0;
    margin-top: 1rem;
  }
  .page-sidebar .primary-nav .nav-menu > li > ul li {
    width: 100%;
    position: relative;
  }
  .page-sidebar .primary-nav .nav-menu > li > ul li a {
    padding: 0.65rem 1.25rem;
    width: 100%;
    color: #1e2f65;
    max-height: none;
    box-shadow: none;
  }
  .page-sidebar .primary-nav .nav-menu > li > ul li a .nav-link-text {
    display: block;
  }
  .page-sidebar .primary-nav .nav-menu > li > ul li ul {
    background: #ffffff;
    padding: 0;
  }
  .page-sidebar .primary-nav .nav-menu > li > ul li ul li a {
    padding-left: 2rem;
  }
  .page-sidebar .primary-nav .nav-menu > li > ul li:hover > a {
    background: #05396b;
    color: #ffffff;
  }
  .page-sidebar .primary-nav .nav-menu > li > ul:after {
    content: "";
    display: block;
    width: calc(100% + 100px);
    height: calc(100% + 120px);
    position: absolute;
    z-index: -1;
    left: -50px;
    top: -1rem;
    background: transparent;
  }
  .page-sidebar .primary-nav .nav-menu > li:hover > a {
    color: #000000;
    background: transparent;
  }
  .page-sidebar .primary-nav .nav-menu > li:hover > a + ul {
    display: block !important;
    animation: animateFadeInUp 0.5s;
    -webkit-animation: animateFadeInUp 0.5s;
  }
  .mobile-menu-buttons {
    display: none;
  }
  .closeMenuContainer {
    display: none;
  }
}
.jgSortHeader {
  cursor: pointer;
}

.table {
  color: #1e2f65;
}

.table-std thead {
  background-color: #6362e7;
  color: #f1f1f1;
}

.table-std thead th {
  border-bottom: 0 !important;
  border-top: 0 !important;
}

.table-team thead th {
  border-bottom: 0 !important;
  border-top: 0 !important;
}

.table td {
  border-top: 1px solid #f5f2f5 !important;
}

.tdNumber {
  text-align: right;
}

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

.tdFixtureTime {
  width: 155px;
}

.tdFixtureTimeLong {
  width: 205px;
}

.tdCompetitionLink {
  width: 150px;
}

.tdCompetitionBadge {
  width: 42px;
}

.tdTeamLink {
  width: 190px;
}

.tdTeamLinkLong {
  width: 250px;
}

.tdFixture {
  width: 380px;
}

.tdTablePos {
  width: 42px;
  text-align: right;
}

.tdTableNumber {
  width: 50px;
  text-align: right;
}

.tdTableGoalDiff {
  width: 70px;
  text-align: right;
}

.tdSeasons {
  width: 82px;
  text-align: right;
}

.tdTeamForm {
  width: 190px;
}

@media (max-width: 920px) {
  .mobileGridCol {
    display: none;
  }
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-item {
  width: 20%;
}

.fr-table-header-row {
  background-color: #6362e7;
  color: #f1f1f1;
  display: flex;
  flex-wrap: wrap;
}

.fr-table-header-item {
  width: 20%;
  padding: 12px;
}

.fr-table-item {
  width: 20%;
  padding: 12px;
}

.fr-table-row {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #f5f2f5 !important;
}

.fr-table-row > div {
  padding: 12px;
}

.fr-table-header-row > div {
  padding: 12px;
  font-weight: bold;
}

.fr-table-team {
  flex: 2 2 190px;
}

.fr-table-competition-badge {
  flex: 0 0 50px;
}

.fr-table-stat-value {
  flex: 1 1 70px;
  text-align: right;
}

.fr-table-stat-info-text,
.fr-table-stat-info-text-not-mobile {
  flex: 2 2 190px;
}

.fr-table-one-line-mobile {
  display: none;
}

@media screen and (max-width: 810px) {
  .fr-table-stat-info-text {
    display: flex;
    flex-basis: 100%;
  }
  .fr-table-stat-info-text-not-mobile {
    display: none;
  }
  .fr-table-one-line-mobile {
    flex-basis: 100%;
    display: block;
  }
}
@media (max-width: 920px) {
  .mobile-grid-header-info {
    padding-top: 10px;
    padding-left: 12px;
    padding-bottom: 10px;
  }
  .desktop-grid-header {
    display: none;
  }
  .mobile-reduce-size {
    font-size: 13px;
  }
  .mobile-reduce-size .leagueBadge {
    width: 30px;
  }
}
@media (min-width: 921px) {
  .mobile-grid-header-info-container {
    display: none;
  }
  .mobile-grid-header {
    display: none;
  }
}
.panel-std-padding {
  padding: 20px;
}

.std-margin-top {
  margin-top: 20px;
}

.panel-row-std-margin {
  padding-top: 10px;
  padding-bottom: 10px;
}