@CHARSET "UTF-8";

html {

}

@media (min-width: 992px) {
	body {
		background: url(../img/background/bg_green.jpg) !important;
	}
}

body {
	/* Background pattern from subtlepatterns.com, Back Pattern by M.Ashok */
	background: url(../img/back_pattern/back_pattern.png); 
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	overflow-y: scroll;
}

table.table {
	max-width: 97%;
}

input {
	color: black;
}

.bg-grey {
	background-color: #ffffff;
	/*background-image: url(../img/divbg.png)*/;
	/*-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px #888;
	box-shadow: 0 0 5px 5px #888;*/
	border-radius: 5px;
}

.bg-green {
	background-color: #eeffee;
	-moz-box-shadow: 0 0 5px 5px #aaa;
	-webkit-box-shadow: 0 0 5px 5px #aaa;
	box-shadow: 0 0 5px 5px #aaa;
}

.bg-darkgrey {
	background-color: #212121;
	color: #fefefe;
}

.competition-controls {
	padding: 0.3em;
}

div.panel-infobox {
	width: 90%;
	margin: 1em auto;
	-moz-box-shadow: 2 2 5px 5px #aaa;
	-webkit-box-shadow: 2 2 5px 5px #aaa;
	box-shadow: 2 2 5px 5px #aaa;
}

div.multibet-row {
	width: 70%;
	margin: 0 auto;
}

table.score {
	max-width: 60%;
}

input.btn-green {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6e026+0,abdc28+100;Green+Flat */
	background: #b6e026; /* Old browsers */
	background: -moz-linear-gradient(top,  #b6e026 0%, #abdc28 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b6e026 0%,#abdc28 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b6e026 0%,#abdc28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e026', endColorstr='#abdc28',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 2 2 5px 5px #aaa;
	-webkit-box-shadow: 2 2 5px 5px #aaa;
	box-shadow: 2 2 5px 5px #aaa;
	border-radius: 5px;
	margin: 0 auto;
}

input.btn-green:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1ce27+0,b6e026+100 */
	background: #a1ce27; /* Old browsers */
	background: -moz-linear-gradient(top,  #a1ce27 0%, #b6e026 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a1ce27 0%,#b6e026 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a1ce27 0%,#b6e026 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1ce27', endColorstr='#b6e026',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow: 2 2 5px 5px #aaa;
	-webkit-box-shadow: 2 2 5px 5px #aaa;
	box-shadow: 2 2 5px 5px #aaa;
	border-radius: 5px;
	margin: 0 auto;
}

ul.navbar-inverse li:hover {
	background-color: #555 !important;
}

ul.navbar-inverse a:hover {
	background-color: #555 !important;
}

#container {

}

#navbar a.font-green {
	color: rgb(157, 157, 157);
}

#navbar a.font-green:hover {
	color: #b6e026;
}

#navi ul li a.font-green {
	color: rgb(157, 157, 157);
}

#navi ul li a.font-green:hover {
	color: #b6e026;
}

#lang {
	float: right;
	padding-top: 0.5em;
}

#loginform {
	width: 35;
	margin: 0 auto;
}

#notify-select {
	max-width: 20%;	
}
