
.mobile .matches-table .match-tips
{
    /*width: 400px;*/
}

.mobile .match-tips .tips-part
{
    left: 180px;
}

.mobile .match-tips h3.predictions
{
    left: 200px;
}

.mobile .pick-team-component-tips .tips ul.rounds
{
    left: 100px !important;
}


.mobile .tip-label
{
    white-space: nowrap;
    overflow: hidden;
}

.mobile .tip-label.small
{
    width: 120px !important;
}

.mobile .matches-table .tip-label.small .time
{
    display: none;
}

.mobile .match-tips .points-container
{
    left: 110px;
    top: 10px;
    z-index: 5;
}

.mobile .round-name
{
    display: none;
}

.period-points-summary
{
    height: 40px;
    line-height: 40px;
}

.summary-all-events
{
    text-align: center;
    padding: 10px 10px 5px 10px;
}

.summary-all-events a:hover
{
    color: black;
    background-color: #cbcaca;
}


.summary-all-events li
{
    display: inline-block;
}

.summary-all-events a
{
    display: inline-block;
    text-transform: uppercase;
    background: #e8e8e8;
    border-radius: 4px;
    margin: 4px;
    width: 120px;
    position: relative;
    font-size: 11px;
    text-align: center;
}

.summary-all-events li .team-img
{
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
}


.summary-all-events li .team-img.home
{
    left: 2px;
}

.summary-all-events li .team-img.away
{
    right: 2px;
}

.summary-all-events .home-abbr
{
    padding-right: 5px;
    color: dimgrey;
}

.summary-all-events .away-abbr
{
    color: dimgrey;
}

.has-multiple-listings .not-inline-of-periods .table-header
{
    display: none;
}


.not-inline-of-periods .table-header-not-inline-listings
{
    display: none;
}

.has-multiple-listings .not-inline-of-periods .table-header-not-inline-listings
{
    display: block;
}

.has-not-multiple-listings .not-inline-wizard-button
{
    display: none;
}

.game-container .tip-block
{
}

.game-container .tip-row-2
{
    position: relative;
    min-height: 44px;
}

.game-container .tip-block ul > li:nth-child(2n)
{
    /*     background-color: #efefef;*/
}

.game-container .last-changed-debug-info
{
    position: absolute;
    top: 0;
    left: 5px;
    background: #807ed8;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
    line-height: 16px;
    z-index: 100;
    border-radius: 2px;
    padding: 0 5px;
}

.game-container .last-changed-debug-info:hover
{
    opacity: 0.15;
}

.game-container .ranking-period-marker
{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.game-container .ranking-period-marker.block
{
    margin-top: -7px;
    position: relative;
    z-index: 1;
}

.game-container .ranking-period-marker.section
{
    margin-top: 20px;
}

.game-container .extra-message
{
    text-align: center;
    padding: 0 10px 5px 10px;
    line-height: 16px;
}

.game-container .debug-tip-value
{
    background: #9057c2;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    line-height: 16px;
    position: absolute;
    top: 25px;
    left: 175px;
    padding: 0 4px;
    z-index: 100;
    user-select: text;
    cursor: default;
    display: block;
}

.game-container .debug-tip-value:hover
{
    opacity: 0.15;
}

.locked .tip-control-button-look,
.disabled .tip-control-button-look,
.tip-control-button-look.disabled
{
    box-shadow: -1px 2px 5px rgb(0 0 0 / 40%);
}

.pick-control
{
    padding: 0;
    width: 140px;
    height: 36px;
    z-index: 1;
    position: relative;
    overflow: visible;
    cursor: pointer;
    user-select: none;
    background-color: rgba(0,0,0,0.15);
    border-radius: 15px 5px 5px 5px;
}

.pick-control .box
{
    position: absolute;
    box-sizing: border-box;
    left: 36px;
    top: 0;
    width: 110px;
    height: 36px;
    padding: 0 5px 0 10px;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    line-height: 36px;
    text-align: left;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pick-control.has-subline .box
{
    line-height: 16px;
    padding-top: 1px;
}

.pick-control .label
{
    white-space: nowrap;
    color: #777;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.pick-control .subline
{
    display: block;
    color: #999;
    font-size: 11px;
    white-space: nowrap;
    position: relative;
    top: -6px;
}

.pick-control.has-subline
{
    line-height: 15px;
    padding-top: 2px;
    height: 32px;
}

.pick-control.ghost .label,
.pick-control.ghost .subline
{
    opacity: 0.6;
}

.pick-control.ghost svg,
.pick-control.ghost img
{
    opacity: 0.15;
}

.pick-control.not-active .label
{
    text-decoration: line-through;
    color: #b8b8b8;
}

.pick-control.over-budget .label
{
    text-decoration: line-through;
    color: #b8b8b8;
}

.pick-control.not-active .subline
{
    color: #a10000;
}

.pick-control.disabled .box
{
    border-color: #ccc;
    cursor: default;
}

.pick-control.reserve-is-inactive.disabled
{
    opacity: 0.4;
}

.pick-control.ui-draggable-dragging
{
    z-index: 1000;
    left: 10px;
}

.pick-control.ui-draggable-dragging
{
    box-shadow: -12px 4px 5px rgba(0,0,0,0.2);
}

.pick-control .actor-img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    outline: none;
    border: none;
    border-radius: 15px 0 0 5px;
}

.period-table .tip-lines
{
    background: #f2f2f2;
    border-radius: 20px;
    margin: 0 10px;
    padding: 10px 0;
}




.tip-predictions
{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 44px;
    width: 249px;
    padding-left: 15px;
    /*		background-image: url(/content/images/shadow-edge-right-subtle.png?v=2);
		background-position: left center;
		background-repeat: repeat-y;
*/ border-left: 1px solid #e2e2e2;
}


/* mobile (vs bigger than mobile) */
@media (max-width:499px)
{
    .tip-label .label
    {
        width: 50px !important;
    }

    .sub-header .predictions
    {
        display: none;
    }

    .bonus-question-component .tip-label .label
    {
        display: none;
    }
}

@media (max-width:700px)
{
    .tip-predictions
    {
        border-left-color: transparent;
    }
}


.game-container .points-container2
{
    position: absolute;
    right: 0;
    top: 11px;
    width: 76px;
    z-index: 6;
}

.game-container .has-resulting-position .points-container2
{
    width: 51px;
}

.game-container .sub-header2
{
    position: relative;
    text-align: center;
    margin: 20px 0 0 0;
    height: 36px;
    line-height: 40px;
}

.game-container .sub-header2 h3
{
    font-size: 16px;
}

.game-container .period-table
{
    background: #fff;
}


.game-container .ranking-period-marker
{
    background: var(--primary-color);
    font-family: var(--title-font);
}


.tip-control-button-look
{
    box-shadow: -1px 2px 5px var(--control-shadow-color);
    border-radius: 15px 5px 5px 5px;
    background-color: #fff !important;
}

.game-container .table-header .stats-icon2
{
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(/content/svg/stats2.svg?color=fff);
    background-size: 20px;
    right: 15px;
    bottom: 15px;
    border-radius: 5px;
}

.game-container .table-header .stats-icon2:hover
{
    background-color: rgba(255,255,255,0.15);
}

@media (width <= 720px)
{
    .game-container .table-header .stats-icon2
    {
        background-image: var(--stats2-svg-primary);
        bottom: 0;
        right: 5px;
    }
}


