/* Reset Select */

.scontain {
    display: table;
    text-align: center;
    /* width: 100%; */
    margin-bottom: 20px;
    width: auto;
    margin: auto;
    padding-bottom: 20px;
}

table.th {
    padding: 0 !important;
}

@media only screen and (max-width: 640px) {
    .select {
        float: none !important;
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #2c3e50;
    background-image: none;
}

/* Custom Select */
.select {
    position: relative;
    display: inline-block;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: #2c3e50;
    overflow: hidden;
    border-radius: .25em;
    float: left;
    margin: 5px;
    color: #ffffff;
}

select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #fff;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

/* Arrow */
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #34495e;
    pointer-events: none;
}

/* Transition */
.select:hover::after {
    color:
        /*#f39c12*/
        #B3DB46;
}

.select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}



/* MAÇ RESİMLİ STYLE */

.match {
    font-family: "Source Sans Pro", sans-serif, Helvetica, Arial;
    /*font-size: 81.25%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;*/
    line-height: 1.53846em;
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 90%;
    overflow: hidden;
}


/**:before *:after {
box-sizing: border-box;
}*/

.match .match__name {
    margin: 0 0 10px 0;
    color: #000000;
    font-size: 1.25em;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}

.match>.content {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.match .match__score {
    /*position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 50px;
    color: #000000;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
	padding-right: 50px;*/

    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 30px;
    color: #000000;
    font-size: 4em;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    padding-right: 62px;
}

/*Aşağı ok*/
.match .match__score:after {
    content: '';
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 25px #ededed;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}

.match .match__score .score:first-child {
    margin: 0;
}

.match .match__player {
    display: table-cell;
    vertical-align: top;
    width: 30%;
}

.match .match__player.lose .entry,
.match .match__player.lose .team {
    color: #717171;
    -webkit-filter: grayscale(95%) !important;
    /* Safari 6.0 - 9.0 */
    filter: grayscale(95%) !important;
}

/*.match .match__player.win .entry,
.match .match__player.win .team {
	color: #77dd77;
}*/

.match .match__score .score.win {
    color: #98b840;
}

.match .match__score .score.bye {
    color: #6C6C6C;
}

.match .match__score .score {
    width: 50%;
    margin-left: -8px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}


.match .match__score .score.lose {
    color: #b4b4b4;
}

.match .match__score .bye_left {
    font-size: 70%;
    /*text-align: left !important;
	padding-left: 10px;*/
}

.match .match__score .bye_right {
    font-size: 70%;
    text-align: right !important;
    padding-right: 10px;
}


.match .match__score .match__score__tb {
    display: block;
    font-size: .5em;
}

.match .match__score .match__date {
    display: block;
    width: 100%;
    text-align: center;
    white-space: normal;
}

@media (max-width:650px) {
    .match {
        font-size: 70%;
        line-height: 12px;
        max-width: 100%;

    }

    .match .match__score {
        font-size: 3.5em;
        padding: 0;
    }

    .match .match__score:after {
        top: 65%;
        border-top: solid 15px #ededed;
        border-left: solid 15px transparent;
        border-right: solid 15px transparent;
    }

    .ok_yok {
        font-family: "Source Sans Pro", sans-serif, Helvetica, Arial;
        font-size: 81.25%;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        line-height: 1.53846em;
        text-transform: uppercase;
        border: 0;
        border-collapse: separate;
        border-spacing: 3px;
        width: 50%;
        float: left;
    }
}


@media (max-width:800px) {
    .match {
        font-size: 70%;
        line-height: 12px;
        max-width: 100%;
    }

    .match .match__score {
        font-size: 3em;
    }
}

@media (max-width:666px) {
    .qualification-arrows-wrapper:nth-child(2n + 1) {
        padding-left: 10px;
        padding-right: 0;
    }
}



.match-list .match {
    margin-bottom: 40px;
}

.score-vs {
    font-size: 70%;
    /*vertical-align: sub;*/
    color: #E1E1E1;
    font-weight: normal;
    overflow: hidden;
    margin: 0 auto;
}

@media (max-width:450px) {
    .score-vs {
        display: none;

    }

    .match .match__score {
        font-size: 3.5em;
    }
}


div.match-list>div.match>div.content:nth-of-type(4n+1) {
    background: #F6F6F6;
}

.entry .entry__photo {
    display: block;
    margin: 0 auto 5px;
    max-width: 100%;
}

.entry__photo {
    border-bottom: 1px solid #F6F6F6;
    /*padding-bottom: 20px;*/
    max-height: 150px;
}

@media (max-width:650px) {
    .entry__photo {
        padding-bottom: 0;
    }
}


.entry {
    display: block;
    text-align: center;
    color: #000000;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding: 10PX;
}

.entry .entry__team__nested {
    float: left;
    padding: 1px;
    width: 33.33%;
}

.entry .entry__x__nested {
    float: left;
    padding: 3px;
    width: 50%;
}

.entry .entry__team::after {
    content: "";
    clear: both;
    display: table;
}

.entry .entry__x::after {
    content: "";
    clear: both;
    display: table;
}

.entry:hover,
.entry:focus {
    color: #98b840;
}


.entry .entry__name {
    display: block;
    text-transform: capitalize;
}

.entry .entry__name .entry_club {
    display: block;
    margin: 0 auto;
}

.entry__club {
    font-size: 80%;
    text-transform: uppercase;
}


/*QUA STİLİ*/

.competition-results-table {
    text-transform: capitalize;
}

.qualification td {
    border: 0 !important;
}

.qualification th {
    border: 0 !important;
}

table {
    font-family: "Source Sans Pro", sans-serif, Helvetica, Arial;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.53846em;
    width: 100%;
    border: 0 !important;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 1.53846em;
    margin-bottom: 1.53846em;
    word-wrap: break-word;
    /*table-layout: fixed;*/
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

tbody {
    /*border: 0 !important;*/
}

table tr {
    padding: 0;
    /*border: 0;*/
}

table td {
    /*border: 0 !important;*/
}

table tr:nth-of-type(3) {
    background-color: #ffffff;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    /*border: 0 !important;*/
}

th {
    font-weight: bold;
    text-align: -internal-center;
    /*border: 0 !important;*/
}

td,
th {
    display: table-cell;
    vertical-align: inherit;
    /*border: 0 !important;*/
}

.competition-results-table td.rank {
    width: 1px;
    height: 26px;
    padding: 0 5px 0 0;
    color: #2c3e50;
    font-weight: bold;
    text-align: left;
}

.competition-results-table td.name {
    padding: 3px 5px;
    background: #f1f1f1;
}

.competition-results-table td {
    border-bottom: 2px solid white !important;
}

.competition-results-table.qualification>tbody>tr>td.gold,
.competition-results-table.qualification>tbody>tr>td.xnine,
.competition-results-table.qualification>tbody>tr>td.asama,
.competition-results-table.qualification>tbody>tr>td.hedef {
    width: 50px;
    white-space: nowrap;
    background: #f1f1f1;
    text-align: center;
}

.competition-results-table td.score {
    width: 1px;
    padding: 0 20px;
    color: white;
    background: #45b1c6;
    text-align: center;
    font-weight: bold;
}

.competition-results-table.qualification>thead>tr>.goldheader,
.competition-results-table.qualification>thead>tr>.xnineheader,
.competition-results-table.qualification>thead>tr>.asamaheader,
.competition-results-table.qualification>thead>tr>.hedefheader {
    text-align: center;
}

.competition-results-table.qualification>tbody>tr>td.gold,
.competition-results-table.qualification>tbody>tr>td.xnine,
.competition-results-table.qualification>tbody>tr>td.asama,
.competition-results-table.qualification>tbody>tr>td.hedef {
    width: 50px;
    white-space: nowrap;
    background: #f1f1f1;
    text-align: center;
}

@media all and (max-width:650px) {

    .competition-results-table.qualification>thead,
    .competition-results-table.qualification>tbody>tr>td.gold,
    .competition-results-table.qualification>tbody>tr>td.xnine,
    .competition-results-table.qualification>tbody>tr>td.asama,
    .competition-results-table.qualification>tbody>tr>td.hedef {
        display: none;
    }
}

table th,
table td,
table tr {
    border: none;
}

.gizle {
    display: none;
}


.rotate {

    /* Safari */
    -webkit-transform: rotate(-45deg);

    /* Firefox */
    -moz-transform: rotate(-45deg);

    /* IE */
    -ms-transform: rotate(-45deg);

    /* Opera */
    -o-transform: rotate(-45deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

/*QUA STİLİ*/


tr.hidden {
    display: none;
}

tr.header {
    display: table-row;
}

tr.header {
    cursor: pointer;
}

.header .arrow-sign {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border: 0;
    border-left: 15px solid #AAA;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    cursor: pointer;
}

.header.expand .arrow-sign {
    width: 0;
    height: 0;
    border: 0;
    border-top: 15px solid #AAA;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

/*.arrow-icon {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border: 0;
    border-left: 15px solid #AAA;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    cursor: pointer;
}

.arrow-icon.active {
    width: 0;
    height: 0;
    border: 0;
    border-top: 15px solid #AAA;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}*/

.competition-results-table .td-more {
    width: 26px;
    padding-left: 5px;
}

.qualification-arrows-wrapper:nth-child(2n + 1) {
    padding-left: 40px;
    padding-right: 25px;
}

.qualification-arrows-wrapper {
    float: left;
    width: 50%;
    padding-right: 40px;
    padding-left: 25px;
}


.qualification-arrows {
    font-family: "Source Sans Pro", sans-serif, Helvetica, Arial;
    font-size: 81.25%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.53846em;
    text-transform: uppercase;
    border: 0;
    border-collapse: separate;
    border-spacing: 3px;
    text-align: center;
}

.qualification-arrows th.arrows {
    text-align: left;
    padding: 0 !important;
}

.qualification-arrows th.ortala {
    text-align: center;
}


.qualification-arrows .total-gold,
.qualification-arrows .total-xnine {
    background: #f18e00;
}

.qualification-arrows .total-gold,
.qualification-arrows .total-xnine,
.qualification-arrows .total-score {
    color: white;
    font-weight: bold;
    text-align: center;
    border-left: 5px solid white;
    border-right: 5px solid white;
}


.total-set {
    background: #FF4500;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border-left: 5px solid white;
    border-right: 5px solid white;
    max-width: 35px;
}

.qualification-arrows .total-score {
    background: #45b1c6;
    color: white;
    font-weight: bold;
    text-align: center;
    border-left: 5px solid white;
    border-right: 5px solid white;
}

.competition-results-table td.name {
    padding: 3px 5px;
    background: #f1f1f1;
}

.competition-results-table td {
    padding: 2px 5px;
}

@media (max-width: 650px) {
    .qualification-arrows-wrapper:nth-child(2n + 1) {
        padding: 0;
    }

    .qualification-arrows-wrapper {
        float: none;
        width: 100%;
        padding: 0;
    }

    .qualification-arrows {
        border-spacing: 1px;
    }

    .competition-results-table td.name {
        line-height: 14px;
        font-size: 80%;
    }

    .competition-results-table td {
        padding: 2px 2px;
    }

    .hedefno {
        font-weight: bold;
        font-size: medium;
    }

}

.uyari {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: red;
    padding-top: 5px;
    padding-bottom: 15px;
}


/* ELEME MAC DETAYI */
.match-detail-panellll {
    /*clear: both;*/
    /*padding: 10px 0 20px 0;*/
    padding: 0 10px 0 0;
    overflow: hidden;
    /*font-size: 81.25%;*/
    line-height: 1.53846em;
    display: block;
    float: left !important;
    width: 50%;
    /*padding-left: 10px;*/
    text-align: right;
    text-transform: uppercase;
    color: #AAA;
    /*font-size: 2em;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-spacing: 10px;
    margin-bottom: 20px;

}

/*.match__detay__arrows > div {
    display: block;
    float: left !important;
    width: 50%;
    padding-left: 10px;
    text-align: right;
    text-transform: uppercase;
    color: #AAA;
    font-size: 2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-spacing: 10px;
}*/

/*.match__detay__arrows > div:first-child {
    padding: 0 10px 0 0;
    text-align: left;
}*/
.elimination-arrows-wrapper {
    width: 100% !important;
}


.match-detail-panel table {
    margin: 0;
    width: 100%;
    table-layout: fixed;
    font-size: .9em;
    text-align: center;
}

.phase {
    background-color: #3a3d3f;
    color: #fff;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

.match-detail-panel table td {
    white-space: nowrap;
    /*color: #AAA;*/
}

.match-detail-panel label {
    display: block;
    padding-top: 10px;
    font-weight: bold;
    color: #2f5497;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.match-detail-panel table td.total {
    color: #2f5497;
    font-weight: bold;
}

.match-detail-panel {
    display: none;
    border: 1px solid #ccc;
}

.total {
    color: #000000;
    font-weight: bold;
}

.mobile-view {
    display: none;
}

.qua__arrows__title {
    width: 75%;
}

@media all and (max-width: 650px) {

    .desk-view {
        display: none;
    }

    .mobile-view {
        display: table-row;
    }
}


/* ELEME DETAIL OVERRIDE 
.match-detail-panel {
    clear: both;
    width: 100%;
    box-sizing: border-box;
}

.match-detail-panel .arrow_detail {
    width: 100%;
    box-sizing: border-box;
}

.match-detail-panel .qualification-arrows-wrapper,
.match-detail-panel .qualification-arrows-wrapper:nth-child(2n + 1) {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
}

.match-detail-panel .qualification-arrows {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}

.match-detail-panel .elim-side-title {
    text-align: center;
    font-weight: bold;
    padding: 6px 0 8px 0;
}

.match-detail-panel::after,
.match-detail-panel .arrow_detail::after {
    content: "";
    display: block;
    clear: both;
}*/

/* ELEME MAC DETAYI-END */