:root {
	--green-bg: #48A914;
}

.more-panel span {
	background: var(--green-bg);
	border-radius: 4px;
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	padding: 8px 0;
}

.more-pannel-fullwidth {
	max-width: none !important;
}

.more-panel span {
	font-family: roboto condensed,sans-serif;
	font-size: 17px;
	font-weight: 400;
}
.more-panel span:hover {
	cursor: pointer;
	opacity: 0.8;
}

.more-panel span.disabled {
	background-color: #777777;
}

.terms_and_conditions_title {
	margin-bottom: 25px;
}

.terms_and_conditions_block {
	padding-bottom: 20px;
}

.terms_and_conditions_block h2 {
	margin-bottom: 10px;
}

.privacy_block {
	padding-top: 70px;
}

.privacy_block:first-of-type {
	padding-top: 0!important;
}

.privacy_block h2 {
	margin-bottom: 20px;
}

.privacy_block h3 {
	margin-bottom: 15px;
}

.privacy_block p {
	margin-bottom: 15px;
}

.privacy_block_list {
	padding-left: 0;
	margin-bottom: 15px;
}

.privacy_block_list li {
	font-size: 14px;
	margin-left: 15px;
	list-style-type: circle;
}

.advertise_title {
	margin-bottom: 30px;
}

.advertise_block {
	margin-bottom: 20px;
}

.advertise_block p {
	margin-bottom: 15px;
}

.advertise_title {
	margin-bottom: 30px;
}

.advertise_block {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.advertise_block .advertise_email {
	font-size: 14px;
	margin-bottom: 15px;
	float: left;
}

.advertise_block h2 {
	margin-bottom: 20px;
}

.advertise_address {
	font-style: normal;
	font-size: 14px;
	margin-bottom: 15px;
}

.advertise_list {
	padding-left: 0;
	margin-bottom: 15px;
}

.advertise_list li {
	font-size: 14px;
	list-style-type: none;
}

input[type=text]:not(#searchbar .input input), textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}

input[type=text]:focus:not(#searchbar .input input:focus),
input[type=password]:focus:not(#searchbar .input input:focus),
input[type=email]:focus:not(#searchbar .input input:focus),
textarea:focus {
	outline: none !important;
	border: 1px solid #0B1724 !important;
}

input[type=submit] {
	background-color: #48A914;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #0B1724;
}

.contact_left {
	width: 70%;
	float: left;
	padding-right: 10px;
}

.contact_left h2 {
	margin-bottom: 20px;
}

.contact_left form {
	margin-bottom: 30px;
}

.contact_right {
	width: 30%;
	float: left;
	padding-left: 10px;
}

.contact_right h2 {
	margin-bottom: 20px;
}

.contact_title {
	margin-bottom: 30px;
}

.contact_address {
	font-style: normal;
	font-size: 14px;
	margin-bottom: 15px;
}

.job_offers_title {
	margin-bottom: 30px;
}

.job_offers_block {
	margin-bottom: 20px;
}

.job_offers_block p {
	margin-bottom: 20px;
}

.copy-panel button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: inherit;
}

.mega-article-part .title .meta-panel .person:after {
	top: 14px !important;
}

.paragraph-panel h2 {
	margin-bottom: 15px;
}

.mega-article-part .paragraph-panel h2 {
    margin: 0;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.content-element img {
	width: 100%;
	height: auto;
}

.float-right.content-element {
	padding-left: 20px;
	margin-bottom: 20px;
}

.float-left.content-element {
	padding-right: 20px;
	margin-bottom: 20px;
}

.col-full {
	width: 100%;
}

.col-full.content-element {
	margin-bottom: 20px;
}

.col-full.content-element img {
	width: 100%;
}

.col-full.content-element .article-image  {
	width: 100%;
}

.content-element .article-image p {
	background-color: #f2f3f5;
	padding: 0 10px;
	margin-bottom: 0;
	font-size: 14px;
	color: #546176;
}

.mega-article-part .picture-panel {
	margin-bottom: 0;
}

.quote-panel {
	margin-top: 20px;
    margin-bottom: 40px;
}

.quote-panel label:before {
    bottom: -20px;
}

.quote-wrapper {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.content-element .form-group:hover {
	cursor: pointer;
}

.poll-panel form.results .custom-radio-btn {
	cursor: inherit;
}

table {
	color: #0B1724;
	border-spacing: 0;
	border-collapse: collapse;
}

table tbody tr:nth-of-type(odd) {
	background: 0 0;
}

table tbody tr:nth-of-type(even) {
	/*background: #f5f6f6;*/
}

table thead th, table tfoot td {
	background-color: #f5f6f6;
}

table th {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	color: #0B1724;
	text-align: left;
	border-top: 1px solid #cdd1d7;
	padding: 4px 8px;
}

table tbody td {
	border-top: 0px solid #cdd1d7;
	padding: 6px 8px;
}

.article-figure {
	position: relative;
}

.article-label {
	position: absolute;
	bottom: 0;
	z-index: 0;
	background-color: #6fb747;
	width: 100%;
	color: white;
	padding: 8px 12px;
	font-weight: 500;
}

.article-title > div {
	width: 100%;
}

.picture-panel figure img {
	height: auto;
}
.headlinesView-full {
	width: 100% !important;
}
@media only screen and (max-width: 991px) {
	/* .day-content-part .col5 > .row img {
		width: 100%;
		height: 100%;
	} */
	.feature-article-bar > .container > .row > div:first-child {
		margin-bottom: 15px !important;
	}
}
@media only screen and (max-width: 1124px) {
	.top-section a.article-title figure img {
		height: auto;
	}
}
.header-bar .fa-user{
	color: #fff;
	font-size: 18px;
	position: relative;
	float: right;
	margin-top: 19px;
	margin-left: 16px;
	cursor: pointer;
}
.header-bar .fa-user:hover{
	opacity: 0.8;
}
.login-page {
	background-color: #f5f6f6;
	height: 100vh;
	width: 100vw;
}
.logo-wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
.logo-wrapper img {
	display: inline-block;
	width: 130px;
}
.login-wrapper {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 72px 72px 72px;
	background-color: #ffffff;
}
.login-top {
	width: 100%;
	text-align: right;
}
.login-top a {
	padding: 20px 0;
	display: inline-block;
}
.login-horizontal {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #d8d8d8;
	line-height: 0.1em;
	margin: 25px 0 0;
	display: inline-block;
}
.login-horizontal span {
	background: #fff;
	padding: 0 10px;
	color: #7B8187;
}
.login-bottom {
	display: flex;
}
.login-left {
	width: calc(50% - 1px);
	padding-right: 40px;
	border-right: 1px solid #d8d8d8;
}
.login-right {
	width: 50%;
	padding-left: 40px;
}
.login-right a:hover {
	text-decoration: underline;
}
.login-full {
	width: 100%;
}
.login-with-facebook {
	background-color: #4267B2;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
}
.login-with-facebook:hover {
	cursor: pointer;
}
.login-with-google {
	background-color: #DB4437;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 15px;
}
.login-with-google:hover {
	cursor: pointer;
}
.login-with-facebook i {
	color: #fff;
	font-size: 20px;
}
.login-with-google i {
	color: #fff;
	font-size: 20px;
}
#socialmedia_login {
	margin-bottom: 20px;
}
.login-form {
	margin-top: 20px;
}
.login-form input[type=text],
.login-form input[type=email],
.login-form input[type=password] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 5px !important;
	resize: vertical;
}
.login-form-row {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}
.login-form-button {
	background-color: #6fb747;
	color: #fff;
	outline: inherit;
	border: none;
	margin-bottom: 20px;
	font-family: roboto condensed,sans-serif;
	font-size: 17px;
	font-weight: 400;
	padding: 8px 15px;
	line-height: 24px;
	border-radius: 4px;
	cursor: pointer;
}
.login-form-button:hover,
.login-with-facebook:hover,
.login-with-google:hover {
	opacity: 0.8;
}
.login-wrapper a {
	color: #0B1724;
}
.login-title {
	text-align: left;
	margin-bottom: 20px;
	font-size: 30px;
}
.login-back {
	color: #6fb747 !important;
	font-size: 15px;
}
.login-back:hover {
	text-decoration: underline;
}
.login-right {
	font-size: 15px;
}
.login-right a {
	color: #6fb747 !important;
}
.login-list {
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}
.login-list li {
	margin-bottom: 10px;
}
.login-list li:last-of-type {
	margin-bottom: 0;
}
.login-validation {
	width: 100%;
}
.login-validation ul {
	margin-top: 10px;
	padding-left: 0;
}
.login-validation li {
	margin-bottom: 10px;
}
.login-validation li:last-of-type {
	margin-bottom: 0;
}
.grey-border-top {
	border-top: 2px solid #818b9a;
}
.mega-article-part.teams {
	padding: 30px 0;
}
.team-image-holder {
	width: 50px;
	position: relative;
}
.small-icon-image {
	bottom: 0;
	right: -5px;
	position: absolute;
	display: block;
}
.team-text {
	font-weight: bold;
	margin-left: 20px;
}
.table-pagination {
	background: rgba(3,23,53,.03);
	height: 40px;
}
.table_pagination .btn.disabled, .table_pagination .btn:disabled {
	cursor: default;
}
.table-pagination .prev-btn {
	margin-right: 10px;
}
.table-pagination .prev-btn .disabled {
	color: grey;
}
.align-items-center {
	align-items: center!important;
}
.justify-content-center {
	justify-content: center!important;
}
.table-pagination .pg-no button.btn.crnt-page {
	position: relative;
	background: rgba(3,23,53,.08);
}
.table-pagination .pg-no button.btn {
	height: 30px;
	border-radius: 0;
	text-align: center;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.table-pagination button {
	font-family: Roboto,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color: rgba(3,23,53,.66);
}
.table-pagination .pg-no button.btn.crnt-page:after {
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: 2px;
	content: "";
	background: rgba(3,23,53,.66);
}
.btn.disabled, .btn:disabled {
	opacity: .65;
}
.table-pagination button {
	font-family: Roboto,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color: rgba(3,23,53,.66);
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.col-form-label {
	width: 20%;
}
.col-form-select {
	width: 80%;
}
.select2.select2-container {
	width: 100% !important;
}
.select-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.btn-primary {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .32px;
	color: var(--white);
	padding: 8px 20px;
	border-radius: 20px;
	background: var(--green-bg);
}
.btn-secondary {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .32px;
	padding: 8px 20px;
	border-radius: 20px;
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
a.link-danger, button.link-danger {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .32px;
	padding: 8px 20px;
	border-radius: 20px;
	color: #dc3545;
}
.content-part-login {
	margin-bottom: 54px;
}
input[type=text]:not(#searchbar .input input), textarea, .login-form input[type=password], .login-form input[type=email], .login-form-row label {
	font-size: 14px;
}
.login-form-row input {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}
.logo a img {
	height: 42px;
	padding: 0px 0;
	margin-left: 0;
	margin-top: 14px;
}
.text-left {
	text-align: left !important;
	justify-content: start !important;
}
.text-center {
	text-align: center !important;
	justify-content: center !important;
}
.text-right {
	text-align: right !important;
	justify-content: end !important;
}
.article-panel .text-panel {
	width: 100%;
}
.most-read-part span.redlabel, .top-section a.article-title span.redlabel, .article-panel .text-panel span.redlabel{
	background: #0b1724;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    padding: 2px 6px;
    line-height: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	margin-bottom: 2px;
	letter-spacing: 0.4px;
}
.most-read-part .row .col5 h3 b{
	margin-right: 10px;
}
/*fixed header*/
#layout{
	padding-top: 0px;
}

body.sticky .logo a img, body.sticky .logo {
	height: 54px;
}
body.sticky .logo{
	top: -21px;
}
body.sticky .logo a img{
	margin-top: 21px;
}
body .logo a img{
	transition: 0.15s;
	transition-timing-function: ease-in;
}
body.sticky #header-part{
	position: fixed;
}
body.sticky #layout{
	padding-top: 75px;
}
body #header-part{
	height: 70px;
	background: #0b1724;
}
body #menu{
	margin-right: 0px;
}
body .smallIcons{
	justify-content: flex-end;
	display: flex;
	margin-top: 8px;
}
body .smallIcons span{
	position: fixed;
}
body #menu .nav-bar{
	top: 8px;
	position: fixed;
	z-index: 999;
	margin-right: 80px;
}

.logo{
	/*background: red;*/

	height: 100%;
	bottom: 0px;
}
.logo a{
	background: none;
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	display: inline;
}
body.sticky #header-part{
	height: 54px;
}
/*DATEPICKER CHANGES*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight{
	background: #e9f5fe !important;
	border: 1px solid #958585 !important;
}
.ui-widget{
	font-family: 'Roboto', sans-serif !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background: #0b1724 !important;
	color: #fff !important;
	border: 1px solid #0b1724 !important;
}
p.more a{
	color: #0B1724;
	margin-left: 10px;
	display: inline-block;
	margin-top: 5px;
}
p.more a:hover{
	color: #0058AB;
	text-decoration: underline;
}
.tabs a.tab.arrow{
	width: auto;
	height: auto;
	padding: 0px;
	background: none;
}
.tabs a.tab.arrow span{
	line-height: inherit;
	display: inline-block;
	width: 16px;
	position: relative;
	top: 7px;
}
.tabs a.tab.arrow span i{
	color: #0b1724;
}
.live-football .tabs a.tab.arrow span{
	display: flex;
}
.matches-block .panel .left-team i.flag, .matches-block .panel .right-team i.flag {
	margin-left: 6px;
	margin-right: 6px;
}

@keyframes flickerAnimation {
	0%   { opacity:1; }
	50%  { opacity:0.6; }
	100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
	0%   { opacity:1; }
	50%  { opacity:0.6; }
	100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
	0%   { opacity:1; }
	50%  { opacity:0.6; }
	100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
	0%   { opacity:1; }
	50%  { opacity:0.6; }
	100% { opacity:1; }
}
.animate-flicker {
	-webkit-animation: flickerAnimation 1.5s infinite;
	-moz-animation: flickerAnimation 1.5s infinite;
	-o-animation: flickerAnimation 1.5s infinite;
	animation: flickerAnimation 1.5s infinite;
}
.mega-article-part .title .meta-panel .person:after {
	right: 0;
}
.mega-article-part .title .meta-panel .person {
	margin-right: 5px;
}
.day-content-part .inner.no-border {
	border-top: none;
}
i.match_icon{
	display:inline-block;
	width: 16px;
	height: 16px;
	background-size: contain;
	line-height: initial;
	background-repeat: no-repeat;
}
i.match_icon.assist{
	background-image: url('/images/match_icons_32x32/assist.png');
}
i.match_icon.goal{
	background-image: url('/images/match_icons_32x32/goal.png');
}
i.match_icon.cancel_goal{
	background-image: url('/images/match_icons_32x32/missed_pen.png');
}
i.match_icon.yellow{
	background-image: url('/images/match_icons_32x32/yellow.png');
}
i.match_icon.red{
	background-image: url('/images/match_icons_32x32/red.png');
}
i.match_icon.yellow_red{
	background-image: url('/images/match_icons_32x32/yellow_red.png');
}
i.match_icon.sub_in{
	background-image: url('/images/match_icons_32x32/sub_in.png');
}
i.match_icon.sub_out{
	background-image: url('/images/match_icons_32x32/sub_out.png');
}
i.match_icon.var{
	background-image: url('/images/match_icons_32x32/var_check.png');
}
i.match_icon.hands{
	background-image: url('/images/match_icons_32x32/hands.png');
}
i.match_icon.offside{
	background-image: url('/images/match_icons_32x32/offside.png');
}
i.match_icon.penalty:after{
	content: "P";
	color: #fff;
	font-weight: 400;
	position: absolute;
	font-size: 9px;
	margin-top: 0px;
	background: #adadad;
	display: inline-block;
	width: 10px;
	border-radius: 50%;
	line-height: 10px;
	text-align: center;
	margin-left: -3px;
}
.away i.match_icon.penalty:after{
	margin-left: 9px;
}
i.match_icon.end_1sthalf{
	background-image: url('/images/match_icons_32x32/end_1sthalf.png');
}
i.match_icon.end_2nd_half{
	background-image: url('/images/match_icons_32x32/end_2nd_half.png');
}
i.match_icon.s1sthalf{
	background-image: url('/images/match_icons_32x32/1sthalf.png');
}
i.match_icon.s2nd_half{
	background-image: url('/images/match_icons_32x32/2nd_half.png');
}
i.match_icon.injury{
	background-image: url('/images/match_icons_32x32/injury.png');
}


.mega-article-part.match .match_feature table.left_right .home{
	text-align: left;
	/*width: 50%;
    padding-left: 10px;*/
}
.mega-article-part.match .match_feature table.left_right .away{
	text-align: left;
	/*width: 50%;
    padding-left: 10px;*/
}
.mega-article-part.match .match_feature table.left_right .home a.player{
	float:left;
}
.field_holder .pitch{
	background-image: url('/images/field_doubles.png');
	width: 100%;
	aspect-ratio: 100 / 56;
	background-size: 33.33%;
}
.field_holder .pitch .lines{
	background-image: url('/images/lijnen.png');
	background-repeat: no-repeat;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background-size: 100% 99.8%;
	margin: 5px;
	float: left;
	display: flex;
}
.field_holder .bench{
	background: #a4d48a;
	width: 100%;
	overflow: hidden;
	padding: 10px;
	font-family: roboto condensed,sans-serif;
}
.field_holder .bench .homeTeam{
	float:left;
	width: 50%;
}
.field_holder .bench .awayTeam{
	float:right;
	width: 50%;
	text-align: -webkit-right;
}
.field_holder .bench .homeTeam img{
	float: left;
	margin-right: 10px;
}
.field_holder .bench .awayTeam img{
	float: right;
	margin-left: 10px;
}
.field_holder .bench img{
	width: 40px;
}
.field_holder .bench .tactiek{
	background: #00000038;
	display: inline-block;
	height: 40px;
	line-height: 14px;
	padding: 4px;
	padding-left: 7px;
	padding-right: 7px;
	min-width: 82px;
	border-radius: 3px;
	font-size: 13px;
}
.field_holder .bench .awayTeam .tactiek{
	text-align: left;
}
.field_holder .bench .tactiek div{
	font-size: 20px;
	font-weight: 600;
	margin-top: 3px;
}
.field_holder .matchTactiek{
	width: 50%;
	height: 100%;
	display: inline-flex;
	position: relative;
}
.field_holder .matchTactiek .player{
	display: inline-block;
	text-align: -webkit-center;
	width: 80px;
	height: 56px;
	position: absolute;
	margin-left: -40px;
	margin-top: -30.5px;
}
.field_holder .matchTactiek.premium .player{
	cursor: pointer;
}
.field_holder .matchTactiek.premium a.player:hover .playerInField{
	text-decoration: none;
}
.field_holder .matchTactiek .player .icons{
	margin-top: -3px;
}
.field_holder .matchTactiek .player .icons i{
	width: 12px;
	height: 12px;
}
.field_holder .matchTactiek .player .icons i.fa-arrow-alt-circle-down{
	color: #ff0000;
	background: #fff;
	border-radius: 50%;
}
.field_holder .matchTactiek .player .icons i.icon-goal, .field_holder .matchTactiek .player .icons i.icon-ball-own{
    width: 13px;
    height: 13px;
    background-size: 160px 160px;
    background-position: -16px 0px;
}
.field_holder .matchTactiek .player .icons i.icon-ball-own{
	background-position: -16px -144px;
}
.field_holder .matchTactiek.away .player{
	margin-left: 0px;
	margin-right: -40px;
}
.field_holder .matchTactiek .player b{
	display: inline-block;
	/*background: #fff;*/
	line-height: 14px;
	font-size: 13px;
	padding: 0px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	border-radius: 2px;
	font-weight: 500;
	font-family: roboto condensed,sans-serif;
    padding-top: 0px;
    padding-bottom: 1px;
	margin-left: 0px !important;
}
.field_holder .matchTactiek.away .player b{
	/*background: #0b1724;
	color: #fff;*/
}
.field_holder .matchTactiek .playerInField{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
	font-size: 13px;
	font-weight: 600;
}
.field_holder .matchTactiek .playerInField.home{
	background: #48A914;
	color: #fff;
}
.field_holder .matchTactiek .playerInField.away{
	background: #0b1724;
	color: #fff;
}
.field_holder .matchTactiek .player img{
	width: 42px;
}
.field_holder .fieldTabs{
	display: none;
}
.jBox-container, .jBox-pointer:after{
	background: #fff !important;
	font-family: 'Roboto', sans-serif;
	color: #000 !important;
}
.jBox-content img{
	float: left;
	width: 50px;
}

.jBox-TooltipDark .jBox-container {
	border-radius: 4px;
	background: #0b1724 !important;
	color: #fff !important;
	box-shadow: 0 0 6px rgba(0, 0, 0, .4);
	font-size: 13px;
	line-height: 20px;
}
.jBox-TooltipDark .jBox-pointer:after {
	background: #0b1724 !important;
}
.jBox-TooltipDark .jBox-closeButton {
	background: #0b1724;
}
.jBox-TooltipDark .jBox-container hr{
    margin-top: 2px;
    margin-bottom: 4px;
    border: none;
    border-top: 1px solid #fff6;
}
.jBox-TooltipDark .jBox-container i{
	color:rgba(255, 255, 255, 0.753);
	font-size: 12px;
}
  

.createdDataTable img{
	height: 20px;
	width: 20px;
	max-width: inherit;
}
ul.subtabs{
	margin-bottom: 10px;
	flex-wrap: wrap;
    gap: 0px 6px;
    display: flex;
}
ul.subtabs a.li{
	display: inline-block;
	background: #EBECED;
	border-radius: 5px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	font-size: 13px;
	color: #979797;
}
ul.subtabs a.li:hover{
    color: #fff;
    background: #0B1724;
}
ul.subtabs a.li.active{
	background: #0B1724;
	color: #fff;
}
table.createdDataTable thead th{
	font-size:11px;
	word-wrap: break-word;
	padding: 6px 6px 10px 6px !important;
	font-weight: 500 !important;
	line-height: 14px;
	max-width: 105px;
	text-align: center;
	min-width: 30px;
}
table.createdDataTable thead th.club{
	min-width: 20px;
}
table.createdDataTable tbody td {
	padding: 8px 5px !important;
	white-space: nowrap;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
}
table.createdDataTable tbody td.name, table.createdDataTable thead th.name{
	text-align: left;
}
table.createdDataTable i.match_icon{
	width: 14px;
	height: 14px;
}
table.createdDataTable a{
	color: #0B1724;
}
table.createdDataTable a:hover{
	color: #0058AB;
	text-decoration: underline;
}
table.createdDataTable thead .sorting{
	background-position: 50% 100% !important;
	background-repeat: no-repeat;
	background-image: none !important;
}
table.createdDataTable thead .sorting_desc{
	background-position: 50% 90% !important;
}
table.createdDataTable thead .sorting_asc{
	background-position: 50% 120% !important;
}
.dataTables_wrapper{
	overflow: hidden;
}
table.createdDataTable{
	max-width: 100%;
}
table.createdDataTable{
	opacity:0.01;
}
table.createdDataTable.dataTable {
	opacity:1;
}
table.createdDataTable tbody tr:nth-of-type(even) {
	background: #f5f6f6 !important;
}
#content-part{
	margin-top: 0px;
}
.standings .panel figure img{
	width: 24px;
	margin-right: 5px;
}
.scrore-block.standings .panel .tr2 span{
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.scrore-block.standings .panel .tr2 figure{
	display: contents;
}
.mega-article-part.match .match_feature.head2head .matches-block{
	margin-top: 10px;
}
.mega-article-part.match .match_feature.head2head .panel span, .mega-article-part.match .match_feature.head2head .panel strong{
	/*font-size: 13px;*/
}
.article-panel-sidebar.related{
	margin-bottom: 10px;
}
.most-read-part span.redlabel{
	position: absolute;
    margin-top: -25px;
    line-height: 15px;
}
.article-panel-sidebar.related.dossier{
	background: #0b1724;
	margin-bottom: 15px;
}
.article-panel-sidebar.related.dossier h2{
	background: #ff0000;
	color: #fff;
	display: inline-block;
	padding-left: 8px;
	line-height: 28px;
	padding-right: 8px;
	border-bottom-right-radius: 6px;
}
.article-panel-sidebar.related.dossier h3{
	color: #fff;
}
.article-panel-sidebar.related.dossier a.panel{
	padding-left: 8px;
	border-top: 1px solid #515151;
}
.article-panel-sidebar.related.dossier a.panel:hover h3{
	color: #e1e1e1;
}
.article-panel-sidebar.related.dossier a.panel:first-of-type{
	margin-top: 5px;
	border-top: none;
}
@media only screen and (max-width: 656px) { /*RESPONSIVE TABLE*/
	#content-part{
		margin-top: 0px;
	}
	table.createdDataTable thead th.club{
		width: 40px;
	}
	table.createdDataTable img{
		margin-left: 20px;
	}
	table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before{
		box-shadow: none !important;
		border: none !important;
		margin-top: -6px !important;
		/*background-color: #0B1724 !important;*/
	}
	table.dataTable>tbody>tr.child>td.child{
		text-align: left !important;
	}
	table.dataTable>tbody>tr.child ul.dtr-details{
		width: 100%;
	}
	ul.subtabs a.li{
		margin-bottom: 6px;
	}
	table.createdDataTable thead th{
		padding: 10px 6px 15px 6px !important;
	}
	table.dataTable>tbody>tr.child span.dtr-title{
		min-width: auto !important;
		float: left;
	}
	table.dataTable>tbody>tr.child span.dtr-data{
		margin-left: 3px;
	}
	table.dataTable>tbody>tr.child span.dtr-title:after{
		content: ":";
	}
}

@media only screen and (max-width: 768px) {
	/*FIELD MOBILE*/
	.field_holder{
		width: 200%;
	}
	.field_holder .fieldTabs{
		display: table;
		width: 50%;
	}
	.field_holder .fieldTabs .tab{
		display: table-cell;
		width: 50%;
		line-height: 34px;
		padding: 0px 10px;
		font-family: roboto condensed,sans-serif;
		font-size: 16px;
		cursor: pointer;
	}
	.field_holder .fieldTabs .tab.active{
		background: #a4d48a;
	}
	.tabs a.tab top_mobile{
		display: block;
		font-size: 12px;
	}
	.tabs a.tab sub_mobile{
		display: block;
		font-size: 12px;
		letter-spacing: -0.5px;
		line-height: 14px;
		padding-bottom: 3px;
	}
	.tabs a.tab top, .tabs a.tab sub{
		display: none;
	}
	body #header-part{
		position: fixed;
		height: 54px;
	}
	body .logo a img{
		height: 34px !important;
	}
	#layout{
		padding-top: 54px;
	}
	.article-title >div:after{
		background: linear-gradient(180deg, rgba(11, 23, 36, 0) 0%, rgb(11 23 36 / 20%) 17.89%, rgb(11 23 36) 37.23%);
	}
	body #menu .nav-bar{
		position: relative;
	}
	.tabs.center{
		padding-left: 10px;
	}
	.tabs.center a.tab{
		font-size: 15px;
		padding: 2px 3px;
		width: calc((100% / 5) - 15px);
	}
	.tabs.center a.tab top{
		font-size: 11px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.tabs a.tab sub{
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.tabs a.tab.vandaag{
		border: 0px;
	}
	.tabs .moreDates input[type=text]:not(#searchbar .input input){
		width: 40px;
	}
	.tabs .moreDates{
		right: 7px;
		position: absolute;
		padding-top: 5px;
	}
	.tabs.center a.tab.leftHome{
		margin-right: 10px;
		margin-left: 0px;
		width: auto;
		padding-left: 6px;
		padding-right: 6px;
	}
	.tabs a.tab.arrow{
		width: 30px;
	}
	.tabs.center a.tab.back{
		position: absolute;
		margin-left: 27%;
	}
	.tabs.center a.tab.future{
		position: absolute;
		margin-left: 61%;
	}
	.tabs.center a.tab.onlyOne{
		width: calc(100% / 4);
		position: absolute;
		margin-left: 35%;
	}
	.feature-article-bar .article-panel .text-panel .comments ul{
		flex-wrap: wrap;
	}
	.feature-article-bar .article-panel .text-panel .comments ul .redlabel{
		margin-top: 0px;
	}
	.top-section .comments ul li{
		margin-bottom: 3px;
	}
}
.homepage .headlinesView .text.text-panel {
	width: 100% !important;
}

.day-content-part .col2 > .row:nth-last-of-type(2) {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.mega-article-part.day-content-part .inner {
	padding: 24px 0 !important;
}