/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 8, 2019, 12:16:35 PM
    Author     : gasper
*/


body{
    margin: 0;
}

.navigationMobile{
    position: fixed;
    background-color: #236386;
    height: 49px;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #44a19b;
}


.navigationMobileImage{
    width: 33px;
    margin-top: 8px;
}

.col-sm-4 {
    width: 33.33333333%;
    float: left;
}

.col-sm-6 {
    width: 50%;
    float: left;
}

.col-sm-8{
    width: 66.66666667%;
    float: left;
}


.fixture-container{
    width: 100%;
    margin-top: 30px;
    padding-bottom: 70px;
}

.singleGame{
    background-color: #3f97982e;
    padding: .5rem;
    display: block;
    margin: .5rem 10px;
    position: relative;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.14);
    font-size: 14px;
    border-radius: 5px;
    min-height: 115px;
}

.singleGameHeader{
    color: #47a69c;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    background: #1d5982b5;
    margin-bottom: 15px;
}

.singleGameBody{
    color: #ffffff;
    padding: 10px 20px;
}


.singleGameAction{
    margin-top: 20px;
}

.team-item-add-data img{
    margin-top: 3px;
    cursor: pointer;
}

.tournament-breadcrumbs{
    margin-top: 30px;
}

.tournament-breadcrumbs a {
    color: #ffffff;
}


@media screen and (max-width: 1480px){
    .groupCard{
        height: 250px;
    }

}


@media screen and (max-width: 778px){
    .nav-tabs>li>a{
        color: #ffffff;
        font-size: 10px;
    }


    .singleGameScorer{
        color: #ffffff;
        text-align: left;
        margin-bottom: 5px;
    }

    .tab-content>.active{
        color: #ffffff;
        font-size: 12px;
    }

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        background: none;
        color: #ffffff;
    }

    .tournament-title{
        margin-top: 30px;
        font-size: 20px;
    }

    .button-back {
        border: 2px solid #ffffff;
        color: #ffffff;
        font-weight: bold;
        transition: .3s;
        background: none;
    }

    .button-add{
        border: 2px solid #ffffff;
        background-color: #226285;
    }


    html{
        height: auto;
    }

    .messegeText1{
        margin-top: 10px;
        color: #ffffff;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .messegeText2{
        color: #ffffff;
        font-size: 10px;
    }


    .groupCard{
        height: auto;
        margin: .5rem 10px;
        margin-bottom: 20px;
    }

    .groupResults{
        padding: 15px;
        color: #ffffff;
        font-size: 14px;
        border-top: 1px solid #2f788d;
    }


    .playersContainers{
        color: #ffffff;
        margin-top: 50px;
    }

    .playersTop3{
        font-size: 20px;
        border-bottom: 1px solid #ffffff;
        margin-bottom: 10px;
    }


    .breadcrumb-brackets-mobile{
        font-size: 12px;
    }

    .tournament-container{
        zoom: 0.2;
    }


    .team-item-add-data{
        position: relative;
        top: auto;
        right: auto;
    }



}



