body.modal-open {
	overflow: visible;
}


.clear {
	clear: both;
}

.footer-logo--has-txt .footer-logo__heading {
	display: block;
	vertical-align: middle;
	padding-top: 10px;
}

.site-wrapper {
	/*background: #edeff4;*/
}

.main-nav__sub li a {
	padding: 8px 16px;
}

.mb5{
	margin-bottom: 5px;
}
.mb15{
	margin-bottom: 15px;
}
.game-result__team-logo {
	max-height: 100px;
	max-width: 100px;
}

/* Match Table */
#bracketDisplay {
	padding: 10px;
	background: #FFF;
	border: 1px solid #dedede;
	position: relative;
}

.mHighlight {
	background: #808080 !important;
}

.match {
	font-weight: bold;
	height: 26px;
	line-height: 24px;
	margin-top: -1px;
}

.mTeam {
	padding-left: 5px;
}

.match .winner {
	color: #090;
}

.match .loser {
	color: #f00;
}

.matchIN {
	position: relative;
}

.matchIN.myTeam .mTeam {
	background: #ff52005c;
}

.mTeam {
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	text-overflow: ellipsis;
}

.mTeam a {
	text-overflow: ellipsis;
	overflow: hidden;
}

.mScore {
	right: 0;
	position: absolute;
	background: #efefef;
	width: 25px;
	text-align: center;
	font-weight: normal !important;
	box-sizing: border-box;
}

.mNumber {
	position: absolute;
	font-weight: normal !important;
	font-size: 9px;
	box-sizing: border-box;
	text-align: center;
	width: 25px;
	z-index: 999;
}

.mNumber a {
	display: block;
}

.mNumberMark {
	background: rgba(249, 160, 40, 0.3) !important;
}

.matchFU {
	background: rgb(120, 120, 120) !important;
}

.mLink {
	font-weight: normal !important;
	font-size: 10px;
}

/** Matches **/
.line {
	background: #0d7db5;
}

.match {
	color: rgb(249, 160, 40);
	border: 1px solid #0d7db5 !important;
	background: rgb(85, 85, 85);
}

.match a {
	color: rgb(249, 160, 40) !important;
}

.mScore {
	border-left: 1px solid #0d7db5 !important;
}

.mNumber {
	background: #6d6d6d;
	border-right: 1px solid #0d7db5 !important;
}

.mline {
	border-right: 1px solid #0d7db5 !important;
}

.mLink {
	color: #7d7d7d;
}

.img-card::before {
	content: "";
	background: #000;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	height: 100%;
}

.img-card p {
	color: #FFF;
}

.img-card .card__content {
	padding: 48px;
}

.short-menu::before {
	width: 63% !important;
}

.game-banner {
	background: url('/temp/game_bnner.jpg');
}

.game-banner .header__secondary,.game-banner .header__primary {
	background: none;
}

.banner-overlay::after {
	content: "";
	background: #000;
	opacity: 0.7;
	position: absolute;
	width: 100%;
	height: 100%;
}

.striped-form-rows {
	font-family: "Montserrat", sans-serif;
	line-height: 1.42857143em;
	margin-bottom: 1rem;
	color: #9a9da2;
	font-size: 11px;
}

.striped-form-rows > .row {
	margin-bottom: 0;
}

.striped-form-rows > .row:nth-child(2n + 1), .striped-rows > div:nth-child(2n + 1) {
	background: rgba(0,0,0,0.05);
}

/* Matches */
@media (max-width: 991px) {
	.game-result__score-result {
		display: block;
		position: absolute;
		top: 8px;
		right: 0;
	}

	.game-result__score-result-two {
		top: auto;
		bottom:4px;
	}
}


.match-result-title {
	font-size: 12px;
	margin:0;
}

.match-submit-score {
	margin-left:-24px;
	margin-right:-24px;
}

.match-submit-name {
	font-size: 15px !important;
	text-transform: uppercase;
}

.error-message {
	font-weight: bold;
	color: darkred;
	font-size: 12px;
}

/* Chat */
.card--lg .match-chat__content {
	padding: 21px;
}

#match-chat-input {
	width: 100%;
	resize: none;
}

#chat-window {
	padding: 6px 12px;
	border: 1px solid #e4e7ed;
	height: 322px;
	max-height: 322px;
	overflow-y: auto;
}

.chat-message {
	margin-bottom: 6px;
}

.chat-message-content {
	text-align: justify;
	border-radius: 4px;
	padding: 6px 12px;
	line-height: 20px;
	background: rgba(0, 0, 0, 0.05);

}

.chat-message-time {
	font-size: 80%;
}

.chat-message.incoming .chat-message-time {
	margin-right: 6px;
}

.chat-message.outgoing .chat-message-time {
	float: right;
	margin-left: 6px;
}

.chat-message-content:after {
	clear:both;
}

.chat-message .chat-username {
	font-weight: bold;
	text-transform: uppercase;
	margin: 12px 0 6px 0;
}

.chat-message.incoming .chat-username {
	color: red;
}

.chat-message.outgoing .chat-username {
	color: #38a9ff;
	text-align: right;
}

.chat-message.incoming {
	padding-right: 24px;
}

.chat-message.outgoing {
	padding-left: 24px;
}

.chat-message.incoming + .chat-message.incoming .chat-username {
	display: none;
}

.chat-message.outgoing + .chat-message.outgoing .chat-username {
	display: none;
}

.display-block{
	display:block !important;
	opacity: 1 !important;
}

.card__header_small{
	padding:10px 23px !important;
}
.card__content_small{
	padding: 10px !important;
}

.btn-link-icon {
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 2px solid #fff;
	right: 23px;
	top: 50%;
	margin-top: -13px;
	text-align:center;
	padding:3px 0;
}

/** Tournament Info **/
.tournament-info .sp-area,.org-info .sp-area{

}
.tournament-info .sp-logo,.org-info .sp-logo{
	padding:20px 0;
}
.tournament-info .heading-area,.org-info .heading-area{
	padding:50px 10px;
}
.tournament-info .heading-area .size-info,.org-info .heading-area .org-tag{
	font-size: 92px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #fff;
	line-height: 1em;
	vertical-align: middle;
	margin-left:-50px;
	display:inline-block;
}
.tournament-info .heading-area .subscribe-button{
	display:inline-block;
	padding-left:20px;
}
.tournament-info .heading-area .tournament-name,.org-info .heading-area .org-name{
	font-family: "Montserrat", sans-serif;
	font-size: 54px;
	line-height: 46px;
	letter-spacing: -0.02em;
	font-weight: 700;
	color: #c2ff1f;
	text-transform: uppercase;
	word-break: break-word;
}
.org-info .heading-area .org-name{
	font-size:48px;
}
.tournament-info .info-area,.org-info .info-area{
	padding:50px 0px;
}
.tournament-info .info-area h6,.org-info .info-area h6{
	font-size: 10px;
	color: #9ed5ff;
	line-height: 1.2em;
	margin-bottom: 0.1em;
	font-weight: 400;
}
.tournament-info .info-area span,.org-info .info-area span{
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: 700;
	color:#FFF;
}
.tournament-info .info-area span a,.org-info .info-area span a{
	color:#FFF;
}

.profile_avatar {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}

.profile_avatar img {
	min-height: 200px;
}

.avatar_placeholder {
	display: flex;
	height: 200px;
	width: 200px;
	align-items: center;
	justify-content: center;
}

.avatar_placeholder .fas {
	font-size: 100px;
}

.launcher_profile {
	padding: 13px 10px;
	display: flex;
	align-items: center;
}

.launcher_icon {
	display: flex;
	justify-content: center;
	width: 48px;
}

.launcher_icon svg {
	max-height: 32px;
}

.launcher_tag {
	font-size: 16px;
	margin-left: 12px;
}

.launcher_profiles.edit .launcher_icon {
	width: 72px;
}

.launcher_profiles.edit .launcher_tag {
	flex: 1;
}

.orgs-list-item .card-img-top {
	overflow: hidden;
	height: 144px
}

.orgs-list-item .card-img-top img {
	width: 100%;
	transition: transform 300ms linear;
}

.orgs-list-item:hover .card-img-top img {
	transform: scale(1.1);
}

.orgs-list-item .card-body {
	display: flex;
	flex-flow: column nowrap;
}

#notification-container {
	position:fixed;
	z-index:1040;
	top:0;
	right:0;
	bottom:0;
	width: 260px;
	color:#fff;
	background: #292c31;
	display: flex;
	flex-flow: column nowrap;
	transition: max-width 150ms linear;
	max-width: 0;
}

#notification-container.show {
	max-width: 260px;
}

#notification-container .notifications-header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	width: 260px;
	padding: 1rem;
	border-bottom: 1px solid rgba(0,0,0,0.4);
}

#notification-container .notifications-toggle {
	width: 2rem;
	height: 2rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

#notification-container h5, #notification-container h6 {
	color:#fff;
	line-height: 1.2;
	margin-bottom:0;
}

#notification-container .notification-meta {
	font-size: 12px;
	color: rgb(210, 210, 210);
	text-align: right;
}

#notifications-list {
	padding:0.5rem;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
}

#notifications-list .notification {
	padding: 0.5rem;
	background: rgba(255, 255, 255, 0.12);
	margin-bottom: 1rem;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.7);
}

#notifications-list .notification.unread, #notifications-list .notification.flag-as-read {
	background: rgba(255, 255, 255, 0.26);
}

.notification-actions {
	margin-top: 0.5rem;
}

.notification-actions .btn{
	width: 100%;
	margin-top: 0.5rem;
}

select.form-control {
	color: #31404b;
}

.modal--login .modal-account__item--logo {
	min-height: 500px;
}

.dropdown-menu.dropdown-menu-dark {
	background: #292c31;
	border-radius:0;
	border:none;
	font-family: "Montserrat", sans-serif;
	color:#fff;
	min-width: 8rem;
	margin-top:0;
}

.dropdown-menu.dropdown-menu-dark .dropdown-item {
	font-size:9px;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: 700;
	color:#fff;
	transition: color 0.3s ease;
	padding:0.25rem 1rem;
}

.dropdown-menu.dropdown-menu-dark .dropdown-divider {
	border-color: #000;
}

.dropdown-menu.dropdown-menu-dark .dropdown-item:hover,  .dropdown-menu.dropdown-menu-dark .dropdown-item:focus{
	color: #38a9ff;
	text-decoration: none;
	background-color: transparent;
}

.dropdown-menu-dark .dropdown-item.dropdown__item-logout {
	color: #6b6d70;
}

.burger-menu-icon {
	left: initial;
	right: 34px;
}

.main-nav__header {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	width: auto;
}

.main-nav__header .dropdown-menu {
	margin-left:-16px;
}

.main-nav__item {
	display: inline-block;
	height: 48px;
	color: #fff;
	line-height: 48px;
	transition: color 0.3s ease;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}

.main-nav__item:before {
	content: "\2F";
	display: inline-block;
	color: #6b6d70;
	margin: 0 16px 0 14px;
}

.main-nav__header .main-nav__item:first-child:before {
	display: none;
}

.main-nav__item > a {
	color: #fff;
}

.main-nav__item.active {
	color: #04a777;
}

.main-nav__header .dropdown-toggle {
	transition: color 0.3s ease;
}

.main-nav__item:hover, .main-nav__item > a:hover, .main-nav__item .dropdown-menu.dropdown-menu-dark .dropdown-item:hover {
	color:#07956b;
}

.main-nav__brand {
	height: 48px;
	padding: 0.5rem;
	margin-right:1rem;
}

.main-nav__brand .header-logo__img {
	max-height: 100%;
}

.header.header--layout-1 {
	position: sticky;
	top:0;
	z-index: 1040;
}

.modal--login .modal-account__item--logo {
	background: rgb(30, 30, 30);
	background: linear-gradient(35deg, rgb(30, 30, 30) 0%, rgb(41, 40, 60) 100%);
	display:flex;
	flex-flow: column nowrap;
}

.modal-account__item--logo-img {
	margin-top: auto;
	margin-bottom: auto;

}

.modal--login .modal-account__item-register-txt {
	position: relative;
	left:0;
	right:0;
	top:0;
	transform: translate(0);
}

@media (min-width: 992px) {
	.header__secondary, .header__primary {
		display: none;
	}
}

@media (max-width: 992px) {
	.header__primary .info-block__item {
		padding: 2px 0 16px 0;
	}
}

.sp-area {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	padding-right:64px;
}

.footer-logo--has-txt {
	margin-top: 0;
}

.footer-logo--has-txt > a > img.footer-logo__img {
	margin-top:-25px;
	padding-bottom:10px;
}

.footer-logo--has-txt .footer-logo__heading {
	padding-top: 0;
}

@media (max-width: 768px) {
	.tournament-info .heading-area .size-info {
		margin-left:0;
		flex-grow: 1 !important;
	}

	.tournament-info .heading-area .subscribe-button {
		padding-left: 8px;
		margin-top:1rem;
	}

	.tournament-info .heading-area .tournament-name,.org-info .heading-area .org-name{
		font-size:42px;
	}

	.tournament-info .heading-area .size-info, .org-info .heading-area .org-tag {
		word-break: break-word;
		font-size:80px;
	}

	.tournament-info .info-area, .org-info .info-area {
		padding: 0 8px 50px 8px;
		text-align: center;
	}

	.tournament-info .info-area h6, .org-info .info-area h6 {
		font-size: 15px;
	}
}

.featured-team-tag {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.featured-team-link {
	font-size: 18px;
	text-transform: uppercase;
}

#terugbelModal .close {
	display: block;
	width: 2rem;
	height: 2rem;
	margin:0;
	padding:0;
}

#terugbelModal .modal-header {
	display: flex;
	justify-content: end;
}

.form-control {
	color: #bdbdbd;
}


/**
 * Front page Styles
 */
.highlight-green {
	color: #04a777;
}

a.highlight-green:hover {
	color: #07956b;
}

.icobox__icon {
	color: #04a777;
}

.icobox__icon--filled {
	background-color: #04A777;
	color: #fff;
}

.border-top-accent {
	border-top: 3px solid #04a777;
}

.border-bottom-accent {
	border-bottom: 3px solid #04a777;
}

.btn-primary-inverse {
	background-color: #04a777;
}

.btn-primary-inverse:hover {
	background-color: #07956b;
}

.highlight-yellow {
	color: #FDD425;
}

.front-page-hero {
	height: 100vh;
	height: calc(100vh - 51px);
}

.banner-section {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-section > * {
	position: relative;
	z-index:1;
}

.banner-section:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}

.front-page-title {
	font-size: 5rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1rem;
}

.front-page-subtitle {
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
}

.front-page-h3 {
	font-size: 2.5rem;
}

@media (max-width: 768px) {
	.front-page-title {
		font-size: 3rem;
	}

	.front-page-subtitle {
		font-size: 1.5rem;
	}

	.front-page-h3 {
		font-size: 2rem;
	}
}

@media (max-width: 576px) {
	.front-page-title {
		font-size: 2rem;
	}

	.front-page-subtitle {
		font-size: 1.25rem;
	}

	.front-page-h3 {
		font-size: 1.5rem;
	}
}

@media (max-width: 992px) {
	.front-page-h3 {
		font-size: 2.25rem;
	}
}



.front-page-partners {
	background: #191b1e;
}