﻿.TourShedule {
    display: block;
    float: left;
    width: 95%;
    padding: 10px;
    font-size: 1.6em;
}

.activeTours {
    display: block;
    float: left;
    width: 98%;
}

.mobileView .TourShedule {
    margin-top: 10px;
    font-size: 3em;
}

#raspisanie {
    float: left;
    background: rgba(0, 0, 0, 0.52);
    width: 70%;
    margin: 13px 15% 9px 15%;
    padding: 1%;
}

#raspisanie .time {
    color: #fff;
}

#raspisanie .name {
    color: #999;
    margin-left: 29px;
    margin-bottom: 21px;
    margin-top: 11px;
}

#raspisanie .desc {
    width: 356px;
    float: right;
    text-align: right;
    font-size: 11px;
    color: #008017;
}


.tournamenttable {
    float: left;
    width: 100%;
    margin-top: 55px !important;
}

.postList p {
    color: #868686;
}

.returntolist {
    float: right;
    margin: 31px 0;
    background: rgba(0, 0, 0, 0.31);
    padding: 11px;
    text-decoration: none;
    color: #fff !important;
}

.removeSubscription {
    float: right;
    width: 207px;
    position: absolute;
    right: 116px;
    bottom: -95px;
}

.tourtableinfo {
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.scrolloff {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.34);
    padding: 8px;
    position: relative;
    top: 8px;
    text-decoration: none;
}

.scrollon {
    color: #fff !important;
    padding: 8px;
    position: relative;
    top: 12px;
    text-decoration: none;
    display: none;
}

.tourtableinfo * {
    color: #fff;
    margin-bottom: 7px;
}

.tournamenttable .tourcolumn {
    width: 200px;
    float: left;
    margin: 0 64px 0 0px;
    background: rgba(0,0,0,0.12);
}

.canShowGame {
    opacity: 0.7;
    filter: gray;
    -webkit-filter: grayscale(100%);
    background: url(https://durakonline.ru/Content/canshowgame.png) no-repeat 0 0;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -39px;
    top: 33px;
    cursor: pointer;
}

    .canShowGame:hover {
        filter: none;
        opacity: 1;
        -webkit-filter: grayscale(0%);
    }

.tourcolumn .tourpair {
    width: 100%;
    position: relative;
    float: left;
}

    .tourcolumn .tourpair .tourplayer {
        width: 100%;
        float: left;
        overflow: hidden;
        height: 20px;
        text-align: center;
    }


        .tourcolumn .tourpair .tourplayer.pl1 {
            width: 99%;
            float: left;
            overflow: hidden;
            height: 48px;
            text-align: center;
            background: rgba(0, 0, 0, 0.31);
            border-right: 4px solid #ff0000;
        }

        .tourcolumn .tourpair .tourplayer.pl2 {
            width: 99%;
            float: left;
            overflow: hidden;
            height: 48px;
            text-align: center;
            background: rgba(0, 0, 0, 0.31);
            border-right: 4px solid #46c1ff;
        }

        .tourcolumn .tourpair .tourplayer.pl3 {
            width: 99%;
            float: left;
            display: none;
            overflow: hidden;
            height: 48px;
            text-align: center;
            background: rgba(0, 0, 0, 0.31);
            border-right: 4px solid #74ff3b;
        }

.tourcontrol {
    margin: 4px;
    color: #fff !important;
    float: right;
    font-size: 17px;
    text-decoration: none;
}


.tourcolumn .tourpair .tourplayer img {
    display: inline;
    border-radius: 4px;
    width: 39px;
    float: left;
    margin-top: 4px;
    margin-left: 4px;
}

.tourcolumn .tourpair .tourplayer .withFriend img {
    margin-left: 20px;
}

.tourcolumn .tourpair .tourplayer span {
    text-decoration: none;
    font-size: 15px;
    padding: 0;
    height: 32px;
    width: 55px;
    position: relative;
    float: left;
    line-height: 21px;
    margin: 0;
    margin-left: 11px;
    vertical-align: top;
    text-align: left;
    color: #fff;
    top: 8px;
}


.tourinvisible {
    display: none;
}

#tc1 .tourpair {
    margin: 10px 0 !important;
}



.tourscroll {
    overflow-x: auto;
    float: left;
    margin: 5px 0;
    width: 100%;
    height: 88%;
}

.havenotour {
    float: left;
    margin-top: 11px;
    width: 99%;
    border: 0;
    color: #ccc;
    margin-left: 1%;
}

.tournamentList {
    width: 100%;
    float: left;
    position: relative;
}


    .tournamentList h2 {
        text-align: center;
        color: #fff;
    }

        .tournamentList h2.header {
            float: left;
            width: 100%;
        }

.explain {
    color: #F00;
    text-align: center;
    float: left;
    width: 100%;
}

.stagetime {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #BBB;
    margin-bottom: 10px;
}

.tournamentList .oneTour {
    position: relative;
    float: left;
    width: 98%;
    margin: 13px 0% 9px 1%;
    padding-bottom: 9px;
    cursor: default;
    border-bottom: 1px solid #005c96;
}

.tolobby {
    color: #FF3535 !important;
    font-weight: bold;
    font-size: 17px;
}

.tournamentList .oneTour .inheader {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 8px;
}

.tournamentList .oneTour:hover {
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
}

.oneTour .name {
    color: #ffff00;
    font-weight: bold;
    font-size: 2em;
    margin-right: 6px;
}

.oneTour .descr {
    color: #ababab;
    font-size: 1em;
    margin-right: 6px;
}

.oneTour .name.bonus {
    color: #20d000;
}

.oneTour .name.clantourvip {
    color: #ff0;
}

.oneTour .name.abonus {
    color: #ffffff;
    background: linear-gradient(#74ff3b 40%, #f5e415 60%, #f00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(transparent,transparent,transparent);
    background: -o-linear-gradient(#74ff3b 40%, #f5e415 60%, #f00 100%);
    background: -ms-linear-gradient(#74ff3b 40%, #f5e415 60%, #f00 100%);
}

.oneTour .content {
    float: left;
    width: 100%;
}

    .oneTour .content .info {
        float: left;
        color: #fff;
        width: 100%;
        line-height: 21px;
        font-size: 13px;
    }

        .oneTour .content .info p {
            float: left;
            margin-right: 30px;
        }

    .oneTour .content .time {
        font-size: 11px;
        margin: -17px 0 2px 0;
        text-decoration: none;
        color: #fff;
        background: url(https://durakonline.ru/Content/images/time.png) no-repeat center left;
        padding: 21px 0px 15px 19px;
        float: left;
        width: 81%;
        position: relative;
        top: 9px;
        box-sizing: border-box;
    }

.tourTable {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    opacity: 0.9;
    top: 0;
}

.tourfor64 {
    zoom: 68%;
}

.tourfor128 {
    zoom: 50%;
}

.tourfor32 {
    zoom: 80%;
}

.tourTable .tourinner {
    width: 100%;
    float: left;
    height: 100%;
}



.oneTour .content .time .oneStage {
    float: left;
    position: relative;
    margin-right: 0px;
    width: 90px;
    margin-bottom: 11px;
    margin-top: 14px;
}

    .oneTour .content .time .oneStage u {
        text-decoration: none;
        text-align: center;
        width: 100%;
        float: left;
    }

    .oneTour .content .time .oneStage i {
        position: absolute;
        top: -23px;
        color: #e6e6e6;
        padding: 5px;
        left: 19px;
        font-size: 1.1em;
        text-decoration: none;
    }

.oneTour .applywrapper {
    float: right;
    width: 15%;
    position: relative;
    min-width: 116px;
    padding: 3px 0;
    height: 42px;
    margin: 1% 0;
}

    .oneTour .applywrapper .twostring {
        height: 52px;
    }

.oneTour .bottomplace {
    float: left;
    width: 100%;
    padding: 0% 0%;
}

    .oneTour .bottomplace .photos {
        float: left;
        width: 100%;
        overflow: hidden;
        max-height: 79px;
        padding: 1% 0%;
    }

.oneTour .joinerphoto {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin-right: 6px;
    float: left;
    margin-bottom: 5px;
    cursor: pointer;
    outline: none;
}

    .oneTour .joinerphoto img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px solid #fff;
        overflow: hidden;
    }

.oneTour .iparticipate {
    background: rgba(255, 255, 255, 0.16);
    padding: 9px;
    font-weight: bold;
    float: right;
    border-radius: 3px;
    box-shadow: inset 0px 0px 5px rgba(92, 148, 107, 0.27);
    height: 21px;
    margin: 7px 0px;
    text-align: center;
    width: 110px;
    color: #9A9A9A;
    font-size: 15px;
}

.oneTour .to_tour {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 3px;
    right: 3px;
}

    .oneTour .to_tour img {
        width: 100%;
        height: 100%;
    }

a.viewTours {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

    a.viewTours:hover {
        text-decoration: underline;
    }

.hiddenTours {
    margin-top: 140px;
    float: left;
    width: 100%;
}

.withFriend {
    margin-left: 35px;
    float: left;
}

.tourcontrol {
    float: right;
    width: 70px;
    margin: 13px 0;
    text-align: center;
}

.activeTours .tipik {
    display: block;
}

.touricos {
    font-size: 1.4em;
}
