/* scoreboard links */
a.update_scoreboard {
    text-decoration: none;
    cursor: pointer;
}

a.update_scoreboard:hover {
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
}

a.update_scoreboard_team {
    text-decoration: none;
    cursor: pointer;
}

a.update_scoreboard_team:hover {
    color: #000;
    cursor: pointer;
}

a.ygc-volleyball-scoreboard-clear-score {
    float: left;
    margin-left: 2px;
    color: #888;
    text-decoration: none;
    cursor: pointer;
}

a.ygc-volleyball-scoreboard-clear-score:hover {
    color: #fff;
    cursor: pointer;
}

a.ygc-volleyball-scoreboard-refresh-score {
    float: right;
    margin-right: 5px;
    color: #888;
    text-decoration: none;
    cursor: pointer;
}

a.ygc-volleyball-scoreboard-refresh-score:hover {
    color: #fff;
    cursor: pointer;
}

/* scoreboard forms */
.update_innings select {
    width: 68px;
    padding: 0px 0px 0px 0px;
    border: none;
    font-size: 10px;
}

.update_score select {
    margin-right: 40px;
    width: 35px;
    border: none;
    font-size: 10px;
}

.update_score text {
    color: red;
    overflow: hidden;
}

.edit_area {
    width: 20px;
}

.edit {
    background-color: #3d9a36;
    width: 20px;
    height: 28px;
    font-size: 14px;
}

.scoreboard_bright {
    color: #F5F5F5
}

.scoreboard_dim {
    color: #ADACAC
}

/* #D7D7D7  D0CFCF CDC9C9 DAD7D7
.scoreboard_black{color:#000}

.ygc-volleyball-scoreboard-controls{width:100%;font-weight:bold;height: 16px;color: #fff;line-height: 12px;font-size: 11px;text-decoration:none;background-color:#000; }

/* -- SCOREBOARD Scoreboard ------------------------------------- */
/*#3d9a36*/
.ygc-volleyball-no-scoreboard {
    height: 46px;
    line-height: 46px
}

/*.ygc-volleyball-scoreboard-score{display:inline-block;overflow:hidden;text-decoration:none;color:white;font-weight: bold;display:inline-block;background: -webkit-linear-gradient(top, grey, #000);background: -ms-linear-gradient(top, grey, #000);background: -moz-linear-gradient(top, grey, #000);background: -o-linear-gradient(top, grey, #000);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#000000',GradientType=0);} /* IE9 */
.ygc-volleyball-scoreboard-score {
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: inline-block
}

.ygc-volleyball-scoreboard-score-visitor-name {
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.ygc-volleyball-scoreboard-score-visitor-score {
    background-color: #000;
    height: 100%;
    display: inline-block;
    float: left;
    vertical-align: middle;
    text-align: center
}

.ygc-volleyball-scoreboard-score-visitor-sets {
    background-color: #000;
    height: 100%;
    display: inline-block;
    float: left;
    vertical-align: middle;
    text-align: center
}

.ygc-volleyball-scoreboard-score-home-sets {
    background-color: #000;
    height: 100%;
    display: inline-block;
    float: left;
    vertical-align: middle;
    text-align: center
}


.ygc-volleyball-scoreboard-score-home-name {
    float: right;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.ygc-volleyball-scoreboard-score-home-score {
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: #000;
    width: 5%;
    height: 100%;
}


.ygc-volleyball-scoreboard-set-space {
    float: left;
    display: inline-block;
    width: 2%;
    height: 100%;
    line-height: 20px;
}

.ygc-volleyball-scoreboard-set-label {
    float: left;
    display: inline-block;
    width: 6%;
    height: 100%;
    line-height: 30px;
}

/* img files spacers
.ygc-volleyball-scoreboard-left-edge{width:6%}
*/
/* scoreboard single orgunit display */
.volleyball-visitor-name-single-orgunit {
    width: 31%
}

.volleyball-visitor-score-single-orgunit {
    width: 7%
}

.volleyball-visitor-sets-single-orgunit {
    width: 4%
}

.volleyball-home-sets-single-orgunit {
    width: 4%
}

.volleyball-home-name-single-orgunit {
    width: 31%
}

.volleyball-home-score-single-orgunit {
    width: 7%
}


/* scoreboard all orgunit display */
.volleyball-visitor-name-all-orgunits {
    width: 23%
}

.volleyball-visitor-score-all-orgunits {
    width: 8%
}

.volleyball-home-name-all-orgunits {
    width: 23%
}

.volleyball-home-score-all-orgunits {
    width: 8%
}


/* ------------------------------------------------------------
     Super Desktop Large
------------------------------------------------------------- */
@media only screen and (min-width: 1110px) {
    /* -- SCOREBOARD Scoreboard ------------------------------------- */
    .ygc-volleyball-no-scoreboard {
        height: 48px;
        line-height: 48px;
        width: 100%;
        margin-left: 0px;
        font-size: 16px;
        margin-top: 0px;
        background-color: #000;
        color: #fff;
    }

    .ygc-volleyball-scoreboard-score {
        width: 100%;
        margin-left: 0px;
        font-size: 14px;
        height: 30px;
        max-height: 30px;
        line-height: 30px;
    }


    .ygc-volleyball-scoreboard-set-space {
        float: left;
        display: inline-block;
        width: 3%;
        height: 100%;
        line-height: 20px;
    }
}


/* ------------------------------------------------------------
     Desktop Large
------------------------------------------------------------- */
@media only screen and (min-width: 960px) and (max-width: 1109px) {
    /* -- SCOREBOARD Scoreboard ------------------------------------- */
    .ygc-volleyball-no-scoreboard {
        height: 46px;
        line-height: 46px;
        width: 100%;
        margin-left: 0px;
        font-size: 12px;
        margin-top: 0px;
        background-color: #000;
        color: #fff;
    }

    .ygc-volleyball-scoreboard-score {
        width: 100%;
        margin-left: 0px;
        font-size: 14px;
        margin-top: 0px;
        height: 28px;
        max-height: 28px;
        line-height: 29px;
        text-align: center
    }

    .ygc-volleyball-scoreboard-set-space {
        float: left;
        display: inline-block;
        width: 3%;
        height: 100%;
        line-height: 20px;
    }
}


/* ------------------------------------------------------------
     TABLET PORTRAIT
------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    /* -- SCOREBOARD Scoreboard ------------------------------------- */
    .ygc-volleyball-no-scoreboard {
        height: 41px;
        line-height: 41px;
        width: 100%;
        margin-left: 0px;
        font-size: 11px;
        margin-top: 2px;
        background-color: #000;
        color: #fff;
    }

    .ygc-volleyball-scoreboard-score {
        width: 100%;
        margin-left: 0px;
        font-size: 12px;
        height: 25px;
        max-height: 25px;
        line-height: 29px;
        text-align: center
    }

    .ygc-volleyball-scoreboard-set-space {
        float: left;
        display: inline-block;
        width: 3%;
        height: 100%;
        line-height: 20px;
    }

}


/* ------------------------------------------------------------ 
     MOBILE LANDSCAPE
------------------------------------------------------------- */
/* Note:Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* -- SCOREBOARD Scoreboard ------------------------------------- */
    .ygc-volleyball-no-scoreboard {
        height: 44px;
        line-height: 44px;
        width: 100%;
        margin-left: 0px;
        font-size: 14px;
        margin-top: 0px;
        background-color: #000;
        color: #fff;
    }

    .ygc-volleyball-scoreboard-score {
        width: 100%;
        font-size: 12px;
        height: 28px;
        max-height: 28px;
        line-height: 29px;
        text-align: center
    }

    .ygc-volleyball-scoreboard-set-space {
        float: left;
        display: inline-block;
        width: 4%;
        height: 100%;
        line-height: 20px;
    }
}

/* ------------------------------------------------------------
     MOBILE PORTRAIT
------------------------------------------------------------- */
/* Note:Design for a width of 320px */
@media only screen and (max-width: 479px) {
    /* -- SCOREBOARD Scoreboard ------------------------------------- */
    .ygc-volleyball-no-scoreboard {
        height: 44px;
        line-height: 48px;
        width: 100%;
        margin-left: 0px;
        font-size: 12px;
        background-color: #000;
        color: #fff;
    }

    .ygc-volleyball-scoreboard-score {
        width: 100%;
        font-size: 12px;
        height: 26px;
        max-height: 26px;
        line-height: 29px;
        text-align: center
    }

    .ygc-volleyball-scoreboard-set-space {
        float: left;
        display: inline-block;
        width: 6%;
        height: 100%;
        line-height: 20px;
    }
}
