@font-face {
    font-family: 'Titillium Web';
    src: url('./titillium_web/TitilliumWeb-Light.eot');
    src: url('./titillium_web/TitilliumWeb-Light.woff') format('woff'),
    url('./titillium_web/TitilliumWeb-Light.ttf') format('truetype'),
    url('./titillium_web/TitilliumWeb-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    font-style: normal;
}

.scoreSerieTitle {
    padding-top: 50px;
    background-color: #777273;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.scoreRankingTitle {
    padding-top: 50px;
    background-color: #777273;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.scoreWon, .table-striped > tbody > tr:nth-child(odd) > td.scoreWon {
    background-color: #04c63d;
    color: #fff;
    text-align: center;;
    padding-top: 10px;
    padding-bottom: 10px
}

.scoreLost, .table-striped > tbody > tr:nth-child(odd) > td.scoreLost {
    background-color: #e03e4a;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.teamtitle {
    border-bottom: 2px solid #343f49;
    color: #343f49;
    font-weight: bold;
    margin: 5px 0px 15px 0px;
    font-size: 24px;
    font-family: 'Signika', sans-serif;
}

.scoreMyRanking, .table-striped > tbody > tr:nth-child(odd) > td.scoreMyRanking {
    background-color: #ab0049;
    color: #fff;
}

.teamsubtitle {
    color: #ab0049;
    font-weight: bold;
    text-decoration: underline;
    margin: 15px 0px 15px 0px;
    font-size: 18px;
    font-family: 'Signika', sans-serif;
}

#reqNavExtra {
    text-align: right;
}

#reqNavExtra > a, #reqNavExtra > a:visited {

    text-decoration: none;
    margin: 5px 5px 5px 5px;
    display: inline-block;
    cursor: pointer;
    padding: 5px 15px 5px 15px;
    background: #ab0049;
    /* background: rgba(140, 0, 60, 0.42);*/
    font-size: 16px;
    font-family: 'Signika', sans-serif;
    color: #fff;
}

#reqNavExtra > a:hover {
    background: #cf0053;
}

.markedlink, .markedlink:visited {
    /*font-weight: bold;*/
    font-family: 'Titillium Web', sans-serif;
    text-decoration: none;
    margin: 5px 10px 5px 5px;
    display: inline-block;
    cursor: pointer;
    padding: 5px 15px 5px 15px;
    background: #ab0049;
    font-size: 16px;
    font-family: 'Signika', sans-serif;
    color: #fff;
}

.markedlink:hover {
    background: #cf0053;
}

#favorites {
    padding: 2px 2px 2px 5px;
}

a.favorite:before {
    content: "\f006";
    font-family: FontAwesome;
    padding-right: 3px;
}

a.favorite, a.favorite:visited {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: #343f49;
    padding: 3px 2px 2px 2px;
    text-decoration: none;
}

@media (min-width: 767px) {
    a.favorite:hover {
        background-color: #343f49;
        color: #fff;
    }
}

a.delfav, a.delfav:visited {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: #343f49;
    padding: 3px 2px 2px 2px;
    text-decoration: none;
}

a.delfav:before {
    content: "\f1f8";
    font-family: FontAwesome;
    color: #A00;
    cursor: pointer;
    padding-right: 3px;
}

.table-condensed thead > tr.scoreSerieTitle > th {
    padding: 8px;
    font-weight: normal;
}

#loadBar {
    text-align: center;
    font-size: 20px;
    display: none;
    position: fixed;
    width: 50%;
    height: 32px;
    top: 50%;
    left: 25%;
    margin-top: -16px;
    /*background: #fff;*/
    z-index: 300;
}

html {
    height: 100%;
}

.volleyscoreBody {
    background: #343f49;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: white;
}

#volleyscoreContainer {
    background: #fff;
    padding: 0px;
    min-height: 100%;
    width: 100%;
}

#reqNavExra {
    padding-right: 8px;
    text-align: right;
}

#reqContent {
    padding: 15px;
}

#loader {
    text-align: center;
    font-size: 80px;
    display: none;
    position: fixed;
    width: 50%;
    height: 32px;
    top: 50%;
    left: 25%;
    margin-top: -16px;
    z-index: 300;
}

@charset "UTF-8";
@font-face {
    font-family: 'volley';
    src: url('./volley.eot?cg08rb');
    src: url('./volley.eot?#iefixcg08rb') format('embedded-opentype'),
    url('./volley.woff?cg08rb') format('woff'),
    url('./volley.ttf?cg08rb') format('truetype'),
    url('./volley.svg?cg08rb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-volley:before {
    font-family: volley;
    content: "\e600";
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.team:hover, .table-striped > tbody > tr:nth-child(odd) > td.team:hover {
    cursor: pointer;
    text-decoration: underline;
    background-color: #343f49;
    color: #fff;
}

.match:hover, .table-striped > tbody > tr:nth-child(odd) > td.match:hover {
    cursor: pointer;
    text-decoration: underline;
    background-color: #343f49;
    color: #fff;
}

.serie:hover, .table-striped > tbody > tr:nth-child(odd) > td.serie:hover {
    cursor: pointer;
    text-decoration: underline;
    background-color: #343f49;
    color: #fff;
}

.sporthall:hover, .table-striped > tbody > tr:nth-child(odd) > td.sporthall:hover {
    cursor: pointer;
    text-decoration: underline;
    background-color: #343f49;
    color: #fff;
}

.volleyscores h2 {
    margin: 1em 0 0.5em 0;
    font-weight: normal;
    position: relative;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.6);
    font-size: 28px;
    line-height: 40px;
    background: #355681;
    background: rgba(53, 86, 129, 0.8);
    border: 1px solid #fff;
    padding: 5px 15px;
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(53, 86, 129, 0.5);
    font-family: 'Muli', sans-serif;
}

.volleyscores h3 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
    font-size: 22px;
    line-height: 40px;
    color: #355681;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(53, 86, 129, 0.3);
}

.volleyscores h4 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #788699;
    font-family: 'Muli', sans-serif;
}

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

@media (max-width: 1023px) {
    #volleyscoreContainer {
        position:fixed;
        width:100%;
        max-width:100%;
        overflow-x:hidden;
        overflow-y:scroll;
        height:100%;
        z-index:30;
    }

    .menuOpen
    {
        -webkit-transition:all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;

        -webkit-transform:translateX(-256px);
        -moz-transform: translate(-256px);
        -o-transform:translate(-256px);
        transform: translate(-256px);
    }


    .menuClose
    {
        -webkit-transition:all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform:translateX(0px);
        -moz-transform: translate(0px);
        -o-transform:translate(0px);
        transform: translate(0px);
    }
    .toggle-button:focus {
        outline: none;
    }

    .volleyscoreBanner {
        font-weight: 600;
        font-family: 'Titillium Web', sans-serif;
        font-size: 24px;
        line-height: 50px;
        width:100%;
        padding: 5px 15px 5px 10%;
        color: #343f49;
        text-align: left;
        box-shadow: inset 0 0 5px rgba(52, 63, 73, 0.5),
        inset -255px 0 35px white;
        background: #fff url(../images/volleyscores.jpg) no-repeat center left;
    }

    #volleyscoreMenu {
        position: fixed;
        top:0px;
        left: calc(100% - 256px);
        width: 256px;
        background: #343f49;
        z-index:20;
       height:100%;
        overflow-y: scroll;
        display:none;
    }

    .toggle-button {
        font-size: 25px;
        margin-top:3px;
        padding: 6px 10px 6px 10px;
        position:fixed;
        top:6px;
        right:17px;
        z-index: 100;
        background: rgba(52, 63, 73, 0.7);
        color: rgba(255, 255, 255, 0.7);
        display: inline-block;
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .volleyscoreBanner h4 {
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 5px;
        font-size: 18px;
        line-height: 20px;
    }

    .reqContent{
        width:100%;
    }

}

.table > tbody > tr.match > td {
    vertical-align: middle;
}

.volleyscoreBanner > a, .volleyscoreBanner > a:hover {
    text-decoration: none;
    color: #343f49;
}

.matchchanged {
    background-color: #fdff76;
}

.matchpostponed {
    text-decoration: line-through;
}

.origButton{
    background:rgba(52, 63, 73, 0.7);
    color:rgba(255,255, 255, 0.7);
    border: 1px solid transparent;
    -webkit-transition:all ease 0.3s,background-color 300ms linear, color 300ms linear;
       -moz-transition: all ease 0.3s,background-color 300ms linear, color 300ms linear;
       -o-transition: all ease 0.3s,background-color 300ms linear, color 300ms linear;
       -ms-transition: all ease 0.3s,background-color 300ms linear, color 300ms linear;
       transition: all ease 0.3s,background-color 300ms linear, color 300ms linear;
}
.scrolledButton{
    color:rgba(52, 63, 73,0.2);
    background:rgba(255,255, 255,0.2);
    border-color:rgba(52, 63, 73, 0.2);
    -webkit-transition:all ease 0.3s,background-color 300ms linear, color 300ms linear;
         -moz-transition: all ease 0.3s,background-color 300ms linear, color 300ms linear;
         -o-transition: all ease 0.3s,background-color 300ms linear, color 300ms linear;
         -ms-transition: all ease 0.3s,background-color 300ms linear, color 300ms linear;
         transition: all ease 0.3s,background-color 300ms linear, color 300ms linear;
}

@media (min-width: 1024px) {
    .volleyscoreBanner {
        font-weight: 600;
        font-family: 'Titillium Web', sans-serif;
        height: 100px;
        width: 100%;
        font-size: 60px;
        line-height: 48px;
        padding: 20px 10px 10px 15%;
        color: #343f49;
        box-shadow: inset 0 0 0 1px rgba(52, 63, 73, 0.5),
        inset -285px 0 35px white;
        background: #fff url(../images/volleyscores.jpg) no-repeat center left;
    }

    .toggle-button {
        display: none;
    }

    #volleyscoreContainer {
        float: right;
        width: calc(100% - 256px);
        left: 256px;
        min-height: 100%;
    }

    #volleyscoreMenu {
        position: fixed;
        height: 100%;
        z-index: 0;
        width: 256px;
        display: inline-block;
        background: #343f49;
        overflow-y:auto;
    }

    .volleyscoreBanner h4 {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
    width: 200px;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 1px #c6c6c6 dashed /*white-space: nowrap; overflow: hidden;*/

}

.autocomplete-selected {
    background: #8a8a8a;
    color: #fff
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #cf0053;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 20px;
    color: #ab0049;
    font-style: italic
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.volleyscoreMnu {
    width: 100%;
    padding-left: 8px;
}

.volleyscoreMnu li {
    list-style-type: none;
    cursor: pointer;
    width: 100%;
}

.volleyscoreMnu ul {
    padding-left: 4px;
    display: none;
}

.volleyscoreMnu .mnuLevel1 > ul {
    width: 100%;
    padding-bottom: 8px;
    padding-top: 0px;
}

.volleyscoreMnu .lblLevel1 {
    width: 100%;
    color: #cf0053;
    font-weight: bold;
    padding: 0px;
}

.volleyscoreMnu .mnuLevel2 {
    padding: 0px;
    margin-left: 0px;
}

.volleyscoreMnu .lblLevel2 {
    color: #343f49;
    width: 100%;
    font-weight: bold;
    padding: 0px;
}

.volleyscoreMnu .mnuLevel2 > ul {
    padding-bottom: 2px;
    padding-top: 2px;
}

.volleyscoreMnu .mnuLink {
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: #343f49;
    padding: 3px 2px 2px 2px;
}

@media (min-width: 1024px) {
    .volleyscoreMnu .mnuLink:hover {
        background-color: #343f49;
        color: #fff;
    }
}

.volleyscoreMnu i {
    width: 10px;
}

.alert-score {
    margin-left: 5px;
    margin-right: 5px;
    color: #cf0053;
    background-color: #ffffff;
    border-color: #cf0053;
}

.alert-rscore {
    margin-left: 5px;
    margin-right: 5px;
    color: #7F797D;
    background-color: #ffffff;
    border-color: #7F797D;
}

.fb-page, .fb-page iframe[style], .fb-page span {
    width: 100% !important;
}

.classicURL
{
   display:none;
}