@font-face {
    font-family: 'Regular';
    src:url('font/TitilliumWeb-Regular.ttf') format('opentype');
}
@font-face {
    font-family: 'Bold';
    src:url('font/TitilliumWeb-Bold.ttf') format('opentype');
}
@font-face {
    font-family: 'Light';
    src:url('font/TitilliumWeb-Light.ttf') format('opentype');
}
@font-face {
    font-family: 'Semibold';
    src:url('font/TitilliumWeb-SemiBold.ttf') format('opentype');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.schedule:hover > .logo_filter, .mlszmc_standings .standings_box tbody tr:hover > .logo_filter img {
    filter: brightness(0) invert(1) !important;
}

body{
    padding:0;
    margin:0;
}

select::-ms-expand{
    display:none;
}

.flexAlignCenter{
    display:flex;
    align-content:center;
    justify-content:center;
}

.mlszmc_standings{
	padding: 20px 0;
    padding-bottom: 40px;
    background: #edeff2;
    font-family: 'Open sans', sans-serif;
}

.mlszmc_standings .h1, .mlszmc_standings .h2, .mlszmc_standings .h3, .mlszmc_standings .h4, .mlszmc_standings .h5, .mlszmc_standings .h6, .mlszmc_standings h1, .mlszmc_standings h2, .mlszmc_standings h3, .mlszmc_standings h4, .mlszmc_standings h5, .mlszmc_standings h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.mlszmc_standings .container{
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    overflow:hidden;
    max-width: 1280px;
}

.mlszmc_standings .selectbox.absolute_select {
    position: absolute;
    right: 14px;
    top: 26px;
}

.mlszmc_standings select.absolute_select, .round-selector select {
    border: 0;
    background-color: #f5f5f6;
    color: #383737;
    font-size: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
    padding: 0 30px 0 0;
    outline: none;
    background: #edeff2 url(https://szurkoloiklub.mlsz.hu/img/down_arrow4.png) no-repeat 0 0 !important;
    background-position: right center !important;
    cursor: pointer;
}

.mlszmc_standings .container_title {
    color: #565d57;
    border-bottom: 3px solid #bfc3c8;
    font-family: Bold;
    font-family: Semibold;
    font-size: 30px;
    padding-bottom: 5px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.mlszmc_standings td.standing_bold {
    white-space: nowrap;
    font-weight: bold;
}

.mlszmc_standings .three-box-container, .mlszmc_standings .two-box-container {
    margin: 0 -10px;
}

.mlszmc_standings .three-box-container:after {
    content: '';
    display: block;
    clear: both;
}

.mlszmc_standings .three-box-container .box {
    width: 33.33%;
    display: block;
    float: left;
    vertical-align: top;
    padding: 0 10px;
    border-right: 1px solid #cbcdd0;
}

.mlszmc_standings .three-box-container .box:last-child, .mlszmc_standings .two-box-container .box:last-child, .mlszmc_standings .one-box-container .box:last-child {
    border-right: 0;
}

.mlszmc_standings .box_header {
    position: relative;
    padding-bottom: 5px;
    overflow:hidden;
}

.mlszmc_standings .box_title {
    float: left;
    color: #94989d;
    font-family: Bold;
    font-family: Semibold;
    font-size: 22px;
    letter-spacing: 0.5px;
}

.mlszmc_standings .gray_border {
    border-bottom: 1px solid #e0e2e5 !important;
}

.mlszmc_standings .schedule_box .turn_number {
    text-align: center;
    border-bottom: 1px solid #b4bbc2;
    margin-top: 29px;
    position: relative;
}

.mlszmc_standings .turn_number span {
    color: #565d67;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 4px;
}

.mlszmc_standings .turn_number span.buyticket {
    height: 30px;
    width: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://szurkoloiklub.mlsz.hu/img/jegy_dark.png);
    height: 13px;
    width: 30px;
    background-position: bottom center;
    background-size: initial;
    background-image: url(https://szurkoloiklub.mlsz.hu/img/ticket.new.inverse.png);
}

.mlszmc_standings .schedule {
    border-bottom: 1px solid #b4bbc2;
    padding: 6px 0;
    font-size: 13px;
    display: table;
    height: 60px;
    width: 100%;
    table-layout: fixed;
    position: relative;
}

.mlszmc_standings .schedule:hover {
    background-color: #57455b;
    color: #fff;
    cursor: pointer;
}

.mlszmc_standings .schedule > div {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

.mlszmc_standings .schedule_box .home_team, .mlszmc_standings .schedule_box .away_team {
    float: left;
    width: 30%;
    overflow: hidden;
    padding: 0px 0;
}

.mlszmc_standings .schedule_box .home_team {
    text-align: right;
}

.mlszmc_standings .schedule_box .home_team, .mlszmc_standings .schedule_box .away_team {
    width: 28%;
    padding: 0 3px;
}

.mlszmc_standings .schedule_box .home_team span, .mlszmc_standings .schedule_box .away_team span {
    display: block;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mlszmc_standings .schedule_box .home_team span a, .mlszmc_standings .schedule_box .away_team span a{
    color:inherit;
}

.mlszmc_standings .schedule_box .home_logo, .mlszmc_standings .schedule_box .away_logo {
    float: left;
    width: 11%;
    overflow: hidden;
    text-align: center;
    height: 26px;
}

.mlszmc_standings .schedule_box .home_logo img, .mlszmc_standings .schedule_box .away_logo img {
    max-width: 90%;
    height: 100%;
    width: auto;
}

.mlszmc_standings #kiemelt_ligak .schedule_box .result-cont {
    width: 14%;
}

.mlszmc_standings .schedule_box .result {
    float: left;
    background-color: #c61e29;
    color: #fff;
    padding: 2px 5px;
    width: 16%;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    float: none;
    display: flex;
    flex-direction: column;
    min-height: 32px;
    width: 100%;
    min-width: 45px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mlszmc_standings .schedule:hover .result {
    background: #ffffff;
    color: #57455b;
}

.mlszmc_standings .schedule_box .schedule-info {
    font-family: Regular !important;
    font-size: 11px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mlszmc_standings .schedule_box .schedule-date {
    display: block;
    font-size: 12px;
    font-family: Regular !important!;
}

.mlszmc_standings .schedule_box .result span:nth-child(2) {
    font-family: Bold;
}

.mlszmc_standings .standings_box table {
    margin-top: 25px;
    border-collapse: collapse;
    width: 100%;
}

.mlszmc_standings h1, .mlszmc_standings h3, .mlszmc_standings p, .mlszmc_standings span, .mlszmc_standings option, .mlszmc_standings select, .mlszmc_standings input, .mlszmc_standings td, .mlszmc_standings th {
    font-family: 'Regular';
}

.mlszmc_standings .standings_box td, .mlszmc_standings .standings_box th {
    color: #494949;
    height: 30px;
    position: relative;
    font-size:14px;
    text-align:center;
}

.mlszmc_standings .standings_box th:nth-child(3), .mlszmc_standings .standings_box td:nth-child(3) {
    text-align: left;
    padding-left: 5px;
    white-space: nowrap;
}

.mlszmc_standings th.standing_position {
    text-align: center;
}

.mlszmc_standings .standings_box tr td, .mlszmc_standings .standings_box tr th {
    border-bottom: 1px solid #b4bbc2;
}

.mlszmc_standings .buyticket {
    display: none;
    position: absolute;
    right: 0;
    bottom: 3px;
    right: 4px;
    bottom: 8px;
}

.mlszmc_standings div.buyticket {
    position: relative;
    bottom: 0;
    width: 8%;
    width: 32px;
}

.mlszmc_standings .buyticket img {
    visibility: hidden;
}

.mlszmc_standings .buyticket a {
    display: block;
    background: url(https://szurkoloiklub.mlsz.hu/img/ticket.new.inverse.png);
    height: 24px;
    background-position: bottom center;
    width: 24px;
}

.mlszmc_standings .schedule:hover .buyticket a {
    background-position: top center;
}

.mlszmc_standings td.standing_top_position:before, .mlszmc_standings th.standing_position:before, .mlszmc_standings td.standing_position:before, .mlszmc_standings td.standing_last_position:before {
    display: block;
    content: '';
    width: 3px;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 0;
}

.mlszmc_standings th.standing_position:before, .mlszmc_standings td.standing_position:before {
    background: #00b1cc;
}

.mlszmc_standings td.standing_top_position:before, .mlszmc_standings td.standing_last_position:before, .mlszmc_standings td.standing_position:before {
    background: #c61e29;
}

.mlszmc_standings td.standing_last_position:before {
    background: #57455b;
}

.mlszmc_standings td.standing_top_position, .mlszmc_standings td.standing_last_position, .mlszmc_standings td.standing_position {
    text-align: center;
    padding: 2px 0;
    padding-left: 3px;
    width: 40px;
}

.mlszmc_standings .standings_box img {
    vertical-align: middle;
    height: 25px;
    width: auto;
}

.mlszmc_standings .standings_box tbody tr:hover td{
    background-color: #57455b;
    border-bottom: 1px solid #57455b;
    cursor: pointer;
    color: #ffffff;
}

a {
    color:#fff;
    text-decoration: none;
}

.schedule:hover > .result-cont .result .schedule-points a, .schedule:hover > .result-cont .result .schedule-info a {
    color:#57455b !important;
}

.tab-more-cont {
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    text-align: right;
}

.tab-more {
    text-transform: uppercase;
    color: #494949;
    font-size: 14px;
    font-weight: bold;
    font-family: Regular;
}

.tab-more span {
    margin-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
}

.schedule-message-cont {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 81px;
    padding: 30px 0;
    font-family: 'Regular', sans-serif;
    font-size: 16px;
    line-height:20px;
}

@media screen and (max-width:1500px){
	.mlszmc_standings .standings_box table{
		table-layout:fixed;
	}

	.mlszmc_standings .standings_box tr td, .mlszmc_standings .standings_box tr th{
		width:25px;
	}

	.mlszmc_standings .standings_box th:nth-child(3), .mlszmc_standings .standings_box td:nth-child(3){
		width:auto;
		overflow:hidden;text-overflow:ellipsis;
		padding-right:5px;
	}
}

@media screen and (max-width:1200px){
	.mlszmc_standings .standings_box tr td, .mlszmc_standings .standings_box tr th{
		width:20px;
	}

	.mlszmc_standings .standings_box th:nth-child(3), .mlszmc_standings .standings_box td:nth-child(3){
		padding-left:10px;
	}

	.mlszmc_standings .standings_box th:nth-child(2), .mlszmc_standings .standings_box td:nth-child(2){
		width:30px;
	}

	.mlszmc_standings #kiemelt_ligak .schedule_box .result-cont{
		width:52px;
	}
}

@media screen and (max-width:991px){
	.mlszmc_standings .three-box-container .box{
		width:100%;
		border:none;
		margin-bottom:30px;
	}

	.mlszmc_standings .box_title{
		font-size:20px;
		line-height:22px;
	}

	.mlszmc_standings .selectbox.absolute_select{
		position:initial;
	}

	.mlszmc_standings .container_title{
		font-size:24px;
		line-height:28px;
	}

	.mlszmc_standings #kiemelt_ligak .schedule_box .result-cont{
		width:14%;
	}

	.mlszmc_standings .schedule_box .result{
		min-width:auto;
	}
}

@media screen and (max-width:360px){
	.mlszmc_standings .schedule_box .home_logo, .mlszmc_standings .schedule_box .away_logo{
		display:none;
	}
}