.tournament{
    width:100%;
    margin-top:5px;
}

.tournament-col{
    width:33%;
}
.tournament-double-col{
    width:50%;
}
.tournament-big-col{
    width:100%;
}

.tournament-info{
    text-align: center;
    background-color:white;
    border-radius:8px;
    padding:7px;
    margin:3px;
    font-size:11px;
}

.tournament-info-detail{
    text-align: center;
    background-color:white;
    border-radius:8px;
    padding:5px;
    margin:2px;
}
.tournament-available{
    padding: 6px 0px;
    margin-bottom: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
.tournament-text{
    font-size:10px;
    margin-top:8px;
    color:grey;
}

.tournament-text-detail{
    font-size:9px;
    margin-top:2px;
    color:grey;
}

.tournament-group-by-text{
    font-size:12px;
}
.tournament-status{
    margin-bottom:4px;
    font-size:11px;
    display: inline-block;
}
.tournament-name{
    font-size:11px;
    margin-bottom:8px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
}
.tournament-leagues{
    font-size:12px;
}

.tournament-header{
    border-radius:5px;
    background-color: white;
    text-align: center;
    margin:0 auto;
    padding:0px 0px 8px 0px;
}

.less-margin{
    margin-top:2px!important;
}

.prize{
    margin-top:5px!important;
    font-weight: bold;
    font-size:11px;
}

.tournament-join{
    margin:0 auto;
    margin-top:10px;
    width:135px;
    font-weight: bold;
    border-radius:9px;
    text-align:center;
    padding:10px;
    cursor:pointer;
    border-color: #1d363b;
}

.tournament-progress{
    width:93%;
    margin:7px auto;
    display:none;
}

#tournament-progress-info{
    padding-top:0!important;
}
.tournament-header-table{
    width:100%;
}
.tournament-header-table tr td:nth-child(1),.tournament-header-table tr td:nth-child(3){
    width:6%;
    text-align:center;
}

.tournament-navigate{
    font-weight: bold;
    cursor:pointer;
    padding:0 2px;
    font-size:83px;
}
.tournament-tabs{
    width:96%;
    margin:0 auto;
    margin-top:7px;
}
.tournament-tabs tr td{
    width:20%;
    margin:0 7px;
    padding:5px 3px;
    font-size: 11px;
    text-align: center;
    cursor:pointer;
    border-radius:5px;
}

.tournament-submit{
    display:none;
    font-size:20px;
    margin-left:5px;
}

.tournament-input{
    display:none;
    height: 17px;
    position: relative;
    top: -2px;
}

#tournament-status-text{
    font-size:12px;
    font-weight: normal;
}

.tournament-warning{
    display:none;
    width:87%;
    margin:5px auto;
    font-size:11px;
    max-width:500px;
}

.banned{
    color: #d90000;
}
.tournament-ban{
    margin-bottom: 7px;
}
.tournament-responsible{
    font-size:11px;
    color:grey;
}
#tournament-not-available{
    font-size: 12px;
    text-align: center;
    padding: 25px 0px;
}

.tournament-breadcrumbs{
    display:none;
    font-size:10px;
    margin:3px 3%;
}
.tournament-breadcrumbs > div{
    display: inline;
}


.shine-me {
    width:100%; /*Make sure the animation is over the whole element*/

    -webkit-animation-name: ShineAnimation;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.12,.89,.98,.47);
}

@-webkit-keyframes ShineAnimation{
    from {
        background-repeat:no-repeat;
        background-image:-webkit-linear-gradient(
                top left,
                rgba(255, 255, 255, 0.0) 0%,
                rgba(255, 255, 255, 0.0) 45%,
                rgba(255, 255, 255, 0.5) 48%,
                rgba(255, 255, 255, 0.8) 50%,
                rgba(255, 255, 255, 0.5) 52%,
                rgba(255, 255, 255, 0.0) 57%,
                rgba(255, 255, 255, 0.0) 100%
        );
        background-position:-250px -250px;
        background-size: 600px 600px
    }
    to {
        background-repeat:no-repeat;
        background-position:250px 250px;
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
}

.animate-flicker {
    animation: fadeIn 1s infinite alternate;
}

.tournament-list{
    width:100%;
}

.tournament-inner-table{
    font-size: 10px;
    background-color: white;
    border-radius: 7px;
    margin:1px auto;
    width: 93%;
    padding:2px;
}
.tournament-inner-expand{
    width:95%;
    margin:0 auto;
    font-size:11px;
    margin-bottom:20px;
    display:none;
}

.tournament-inner-table tbody tr:nth-child(1) td:nth-child(1){
    width: 10%;
    text-align: center;
}
.tournament-inner-table tbody tr:nth-child(1) td:nth-child(2){
    width: 68%;
}
.tournament-inner-table tbody tr:nth-child(1) td:nth-child(3){
    width: 22%;
    text-align: center;
}
.tournament-detail > div{
    width:100%;
    display: inline-block;
    padding:2px 0px;
}
.tournament-detail-users{
    width:35%!important;
    text-align: right;
}
.tournament-detail-name{
    width: 65%!important;
}
.tournament-detail-done-name{
    width: 55%!important;
}
.tournament-detail-stake{
    width:40%!important;
    color:grey;
    font-size:9px;
}
.tournament-detail-start{
    width: 60%!important;
    text-align: right;
    color:grey;
    font-size:9px;
}
.tournament-detail-result{
    width: 45%!important;
    text-align: right;
    color:grey;
    font-size:9px;
}
.tournament-detail-placement{
    width: 60%!important;
    text-align: left;
    color:grey;
    font-size:9px;
}
.tournament-detail-medals{
    width: 40%!important;
    text-align: right;
    color:grey;
    font-size:9px;
}

.tournament-expand-champion{
    width:88%;
    margin:0 auto;
    font-size:12px
}

.tournament > .medal-count{
    font-size: 12px;
}


#tournament-available-list{
    margin-bottom:25px;
}

.tournament-expanded-join{
    width: 75%;
    font-size:12px;
    margin: 13px auto;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    padding: 3px;
    font-weight: bold;
    margin-bottom:8px;
    cursor:pointer;
}

.tournament-detail-join {
    text-transform: uppercase;
    display: inline-block;
    padding:11px 5px;
    vertical-align: middle;
    border-radius: 8px;
    font-size: 9px;
    font-weight: bold;
    cursor:pointer;
}

.tournament-expanded-not-started{
    text-align: center;
    font-size:11px;
    margin-bottom: 8px;
    margin-top: 5px;
}

.icon-parent{
    position: relative;
    font-size:15px;
}
.icon-parent-group {
    position: absolute;
    top: 18px;
    font-size: 11px;
}

#tournament-private{
    text-align: center;
}
#tournament-private > div{
    display:inline-block;
    width:40%;
    margin:5px 4px;
    font-size:11px;
    padding: 8px 1px;
}

.private-tournament-name{
    width: 75%;
    border-radius: 5px;
    margin: 0 auto;
}

.tournament-reward{
    margin-bottom:9px;
}

.tournament-joined-reward{
    display:none;
    padding:10px;
}

.tournament-bounty{
    display:none;
    font-size:10px;
    margin-top:2px;
    color:grey;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: sliderthumb-horizontal;
    -moz-appearance: sliderthumb-horizontal;
    -ms-appearance: sliderthumb-horizontal;
    appearance: sliderthumb-horizontal;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.tournament-setting{
    padding:5px;
}
.tournament-replay{
    position: absolute;
    top: 21%;
    right: 4%;
    cursor: pointer;
}

#replay-bets > div > .medal-info{
    border:1px solid #cecece;
}

.search-nearby{
    width: 50%!important;
    margin: 2px auto;
    margin-bottom: 7px;
    font-size: 11px!important;
    padding: 4px;
}

.tournament-tab-name{
    margin-top:2px;
    font-size:10px;
}