﻿
.main_select_scrbd {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.scrbd-partner {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.scrbd-partner span{
    display: block;
    width: 100%;
    font-weight: 500;
    color: #1e792c;
}

.scrbd-partner img{
    max-width:180px;
    margin: 0 auto;
    width:100%;
}

.option_scrbd_week {
    position: relative;
    display: inline-block;
    max-width: 250px;
    width: 100%;
    margin: 0px 3px 0px 3px;
    color: #fff;
    background: #1e792c;
    /*background: linear-gradient(90deg, rgb(65 32 1) 0%, rgba(109,154,46,1) 100%);*/
    text-align: center;
    padding: 16px 15px;
    font-size: 1.3em;
    border-radius: 4px;
    border: none;
    font-weight: 400;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.option_scrbd_weekend {
    position: relative;
    display: inline-block;
    max-width: 250px;
    width: 100%;
    margin: 0px 3px 0px 3px;
    color: #fff;
    background: #07330e;
    /*background: linear-gradient(90deg, rgb(31 42 68) 0%, rgb(90 31 31) 100%);*/
    text-align: center;
    padding: 16px 15px;
    font-size: 1.3em;
    border-radius: 4px;
    border: none;
    font-weight: 400;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

    .option_scrbd_week:hover, .option_scrbd_weekend:hover {
        opacity: 0.9;
    }

.option-scbrd-active::after {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -10px;
    width: 80%;
    border-radius: 10px;
    height: 4px;
    content: '';
    background: rgb(96, 107, 65);
    background: linear-gradient(90deg, rgb(54 122 29) 0%, rgb(103 55 57) 100%);
}

/********************************************************************/

.scbrd-module-info {
    display: block;
    font-size: 0.7em;
    color: #c3c3c3;
}

.scbrd-mdl-t {
    display: inline-block;
    float: left;
}

.scbrd-mdl-i {
    display: inline-block;
    float: right;
}

.scbrd-mdl-active {
    color: #1e792c;
}

.scbrd-module-text {
    font-size: 1.2em;
    padding: 25px 20px;
    text-align: center;
    background-color: #0f1f3e;
    color: #fff;
}

.scbrd_main_container {
}

.scbrd_main_title {
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.7em;
    font-weight: 500;
}

.game_league {
    position: absolute;
    top: -18px;
    left: 15px;
    color: #fff;
    background: rgb(1,30,65);
    background: linear-gradient(90deg, rgba(1,30,65,1) 0%, rgba(109,154,46,1) 100%);
    text-align: center;
    display: block;
    padding: 5px 14px;
    border-radius: 4px;
    transform: skewX(-10deg);
    font-weight: 400;
    z-index: 90;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.game_bagaccrue {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.game_bagaccrue div {
    display: inline-block;
    padding: 12px 25px;
    background-color: #0f1f3e;
    border-radius: 3px;
    color: #e1e1e1;
    font-size: 1.3em;
}

.game_bagaccrue div span {
    display: block;
    font-size: 1.7em;
    color: #fff;
    font-weight: 600;
}

.game_bagaccrue.sc-weekend div {
    background: rgb(61, 37, 50) !important;
    background: linear-gradient(90deg, rgb(31 42 68) 0%, rgb(90 31 31) 100%) !important;
}

.gamein_message {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 400px;
    width: 90%;
    padding: 20px 40px;
    border-radius: 5px;
    background-color: #f6f6f6;
    color: #688c29;
    font-weight: 600;
    font-size: 1.4em;
}

    .gamein_message::after {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: 7px;
        width: 155px;
        border-radius: 10px;
        height: 3px;
        content: '';
        background: rgb(222, 222, 222);
    }

.game_date {
    margin: 0 auto;
    max-width: 300px;
    padding: 15px 10px;
    text-align: center;
    font-size: 1.4em;
    line-height: 26px;
    color: #444;
}

.span_date {
    position: relative;
    top: -5px;
    font-size: 0.6em;
    color: #6d9a2e;
    font-weight: 500;
}

.main_game {
    border: solid 1px #d4d4d4;
    border-radius: 3px;
    min-height: 300px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.team_select_goals_right {
    min-height: 80px;
    line-height: 80px;
    text-align: right;
}

.team_select_goals_left {
    min-height: 80px;
    line-height: 80px;
    text-align: left;
}

.team_select_goals {
    min-height: 80px;
    line-height: 80px;
    text-align: center;
}

.team_select {
    max-width: 105px;
    width: 100%;
    border-radius: 3px;
}

.team_image {
    min-height: 80px;
    text-align: center;
}

.team_image img {
    width: 80px;
    margin: 0 auto;
}

.team_image span {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    font-size: 2em;
    line-height: 77px;
}

.tlocal span {
    background-color: #6d9a2e;
    color: #fff;
}

.tvisit span {
    background-color: #011e41;
    color: #fff;
}

.team_name {
    /*min-height: 80px;
    line-height: 80px;*/
    font-size: 1.2em;
    text-align: center;
}

.team_name span{
    display: block;
    font-size: 1.3em;
    font-weight: 500;
}

.label_type_team {
    padding: 15px;
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
    font-style: italic;
    color: #444;
    letter-spacing: 1px;
}

.team_name_rpv {
    /*min-height: 80px;
    line-height: normal !important;*/
    font-size: 1.2em;
    text-align: center;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.team_name_rpv span{
    display: block;
    font-size: 1.3em;
    font-weight: 500;
}

.game_vs {
    /*min-height: 80px;
    line-height: 80px;*/
    text-align: center;
    font-size: 2em;
}

.white-bg {
    background-color: #FFF;
}

.lock-game {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #d0d0d0;
    opacity: 0.2;
    z-index: 80;
}

.nolock-game {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #8c8c8c;
    opacity: 0.2;
    z-index: 80;
    display: none;
}

.game_save {
    text-align: center;
    margin-top: 50px;
}

.btn_save_game {
    border-radius: 3px;
    padding: 15px 24px;
    background: rgb(54, 81, 26);
    background: linear-gradient(90deg, rgb(55 80 19) 0%, rgba(33,84,139,1) 100%);
    font-size: 1.2em;
    color: #FFF;
    border: none;
    transition-duration: 0.4s;
    outline: none;
}

    .btn_save_game:hover {
        opacity: 0.8;
        transition-duration: 0.4s;
    }

.predicted-text {
    font-size: 3em;
    font-weight: 400;
}

.time_goals_text {
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 16px 15px;
    text-align: center;
    border: solid 1px #e6e6e6;
    border-radius: 3px;
}

.time_goals_text_2 {
    background-color: #ffffff;
    text-align: center;
    border-radius: 3px;
    padding: 20px;
}

.cont_select_times {
    margin-top: 8px;
    margin-bottom: 8px;
}

.time_goal {
    min-height: 42px;
    line-height: 42px;
    font-size: 1.2em;
    text-align: center;
}

.time_select {
    width: 87%;
    height: 42px;
    border-radius: 3px;
    display: table;
    margin: 0 auto;
}

.loader_items {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #FFF;
    background-image: url('../images/iconos/loader.gif');
    background-position: center center;
    background-size: 90px 90px;
    background-repeat: no-repeat;
    display: none;
}

.mark-success {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    display: inline-block;
    background-image: url('../images/iconos/mark-success.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.mark-error {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    display: inline-block;
    background-image: url('../images/iconos/mark-error.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-correct {
    background-color: #639c57 !important;
}

.bg-incorrect {
    background-color: #8d6120 !important;
}

.scbrd_modal_span {
    font-weight: 100;
    font-size: 1.4em;
    color: #333333;
}

.scbrd_modal_text {
    font-weight: 400;
    font-size: 1em;
    color: #749e2d;
}

.scbrd_modal_text2 {
    position: relative;
    /*background-color: #f3f4f4;*/
    padding: 10px 16px;
    margin-top: 10px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 1em;
    color: #333;
}

.scbrd_modal_text_askafter {
    padding: 12px 30px;
    background-color: #f7f7f7;
    color: #444;
    border-radius: 3px;
    margin-bottom: 8px;
}

.scbrd_modal_text_askafter input[type=checkbox]{
    vertical-align:sub !important;
}

.cont_confirm_buttons_points {
    padding: 20px 30px;
}

    .cont_confirm_buttons_points button {
        margin-left: 2px;
        margin-right: 2px;
    }

.scbrd_filter-buttons {
    position: relative;
    max-width: 450px;
    width: 90%;
    min-height: 35px;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}

.scbrd_filter-item {
    position: relative;
    display: inline-block;
    /*width: 150px;*/
    width: 34%;
    margin-left: -2px;
    margin-right: -2px;
    line-height: 35px;
    height: 100%;
    font-size: 0.9em;
    text-align: center;
    color: #2b425e;
    font-weight: 600;
    cursor: pointer;
}

    .scbrd_filter-item:hover {
        color: #6d9a2e;
    }

    .scbrd_filter-item i {
        font-size: 1.2em;
    }

    .scbrd_filter-item.ftr-active {
        background: #6d9a2e;
        color: #fff;
        transition-duration: 0.3s;
    }

    .scbrd_filter-item.ftr-active-2 {
        background: rgb(109,154,46);
        background: linear-gradient(90deg, rgba(109,154,46,1) 50%, rgba(1,30,65,1) 50%);
        color: #fff;
        transition-duration: 0.3s;
    }

    .scbrd_filter-item.ftr-active-3 {
        background: #011e41;
        color: #fff;
        transition-duration: 0.3s;
    }

    .scbrd_filter-item.ftr-error {
        background: #791010;
        color: #fff;
        transition-duration: 0.3s;
    }

    .scbrd_filter-item.ftr-active span, .scbrd_filter-item.ftr-active-2 span, .scbrd_filter-item.ftr-active-3 span {
        color: #3c3;
        transition-duration: 0.3s;
    }

.scbrd_game_result {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 1.2em;
    font-weight: 400;
    color: #6b9a36;
}

    .scbrd_game_result span {
        font-weight: 600;
    }

/*****************************Last week Scoreboards******************************/

.scbrd_lastweek_resume {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    padding: 13px;
}

.scbrd_lw_res {
    position: relative;
    display: inline-block;
    max-width: 300px;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #153745;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    border-radius: 4px;
    padding: 10px;
}

    .scbrd_lw_res span {
        display: block;
        font-size: 1.8em;
    }

.scbrd_lw_nodata {
    position: relative;
    margin: 0 auto;
    display: block;
    font-size: 1.3em;
    text-align: center;
    max-width: 300px;
    width: 90%;
    background-color: #f6f6f6;
    color: #464646;
    font-weight: 400;
    margin-bottom: 50px;
    padding: 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.scbrd_anonymous_text {
    position: relative;
    max-width: 530px;
    width: 90%;
    min-height: 35px;
    text-align: center;
    border-radius: 30px;
    padding: 10px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    font-weight: 400;
    color: #585f18;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.20), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}

/******************************My Scoreboards************************************/

/*.scrbd_filters{
    position: relative;
    width:100%;
    text-align:center;
    padding:20px;
}

.scrbd_filter_league{
    position: relative;
    display: inline-block;
}

.scrbd_filter_daterange{
    position: relative;
    display: inline-block;
}

.scrbd_filter_button{
    position: relative;
    display: inline-block;
}

.scrbd_filter_button button{

}*/

/**********************************************************************************/

@media screen and (max-width: 991px) {

    .team_name_rpv {
        /*min-height: 80px;
        line-height: normal !important;*/
        font-size: 1.2em;
        text-align: center;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .team_select_goals_right {
        min-height: 80px;
        line-height: 80px;
        text-align: center;
    }

    .team_select_goals_left {
        min-height: 80px;
        line-height: 80px;
        text-align: center;
    }

    .game_vs {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .item_time {
        text-align: center;
    }

    .mark-success {
        position: absolute;
        top: 17px;
        left: 120px;
    }

    .mark-error {
        position: absolute;
        top: 17px;
        left: 120px;
    }

    .scbrd_filter-buttons {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 546px) {
    .option_scrbd_week {
        max-width: 173px;
        padding: 45px 15px;
    }

    .option_scrbd_weekend {
        max-width: 173px;
        padding: 45px 15px;
    }
}

@media screen and (max-width: 496px) {
    .scbrd_filter-buttons {
        display: inline-block;
        width: auto;
    }

    .scbrd_filter-item {
        min-width: 95px;
        line-height: 30px;
        padding-top: 9px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .scbrd_filter-item i {
            display: block;
            font-size: 1.3em;
        }
}

@media screen and (max-width: 450px) {
    .team_image img {
        width: 100%;
        margin: 0 auto;
    }

    .team_select {
        width: 100%;
        border-radius: 3px;
    }
}

@media screen and (max-width: 391px) {
    .option_scrbd_week {
        max-width: 150px;
    }

    .option_scrbd_weekend {
        max-width: 150px;
    }

    .gamein_message i {
        display: block;
        position: relative;
        margin-top: 5px;
    }
}

@media screen and (max-width: 350px) {
    .game_bagaccrue div span {
        display: block;
    }

    .scbrd_lw_res {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 345px) {
    .scbrd_filter-item {
        min-width: 80px;
    }

    .option_scrbd_week {
        max-width: 250px;
        padding: 16px 15px;
        margin-bottom: 20px;
    }

    .option_scrbd_weekend {
        max-width: 250px;
        padding: 16px 15px;
    }
}
