@charset "utf-8";
/* CSS Document */

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

div.form-group div input, div.form-group div select {
	margin:10px;
}

.form-horizontal .control-label {
	padding-top:15px;
	
}	

div.form-controls {
	border-top:1px solid #CCCCCC;
	background-color:#EEEEEE;
	padding:20px 20px 20px 150px;
}

.progress-bar {
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size:40px 40px;
}

.progress-bar-success {
	background-color:#5CB85C;
}

.progress-bar-alert {
	background-color:#D9534F;
}

#groupheader {
	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
	height:300px;
	background-repeat:no-repeat;
	background-position:center center;
	margin-left:0;
}

#grouptitle {
	height:40px;
	background:url('/img/bg_trans.png') repeat;
	color:#FFFFFF;
	font-size:30px;
	font-weight:bold;
	line-height:40px;
	margin-top:260px;
	margin-left:0;
}

#grouptitle span {
	padding-left:15px;
}

ul.subnav {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

ul.subnav li {
	float:left;
	padding:0px 10px;
}

ul.subnav li:not(:last-child) {
	border-right:1px solid black;
}

ul.subnav li a.active {
	font-weight:bold;
}

div.game div.teamwrapper {
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-top:20px;
}

.team_mini {
	font-size:14px;
	width:30px;
	height:30px;
	padding:0;
	line-height:30px;
	float:left;
	border-radius:5px;
	font-weight:bold;
	text-align:center;
}

.vs_mini {
	font-size:14px;
	width:30px;
	height:30px;
	line-height:30px;
	float:left;
	text-align:center;
}

.time {
	float:left;
	width:100px;
	text-align:right;
	height:30px;
	line-height:30px;
}

.burger {
    display:none;
}

.pickerslide {
    width:600px;
}

@media (max-width:650px){
    .container {
        width:100%;
        padding-top:140px;
    }
    
    .navbar .brand {
        margin-left:15px;
    }
    
    .navbar .nav > li {
        float:none;
    }
    
    .navbar .nav {
        padding-left:25px;
    }
    
    .burger {
        float:right;
        display:block;
        background-color:#FFFFFF;
    }
 
    .nav-collapse {
        /*display:none;*/
    }
    
    .loginform {
        width:100% !important;
    }
    
    .form-horizontal .controls {
        margin-left:50px;
        padding-left:15px;
    }
    
    .form-horizontal .control-label {
        width:100px;
    }
    
    #toollist {
        width:100%;
    }
    
    #toollist .nav.nav-list {
        display:none;
    }
}