@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

/***********************************************************
* Common
***********************************************************/
/*body*/
/*{*/
/*background-image: url('../img/bg.jpg');*/
/*background-color: #406bdd;*/
/*background-repeat:no-repeat;*/
/*background-size: cover;*/
/*color: #ffffff;*/
/*font-family: Calibri, Helvetica, Times New Roman, Arial;*/
/*}*/

body
{
	/*background-color: #0481E0;*/
	/*background-image: url('../img/bg3.jpg');*/
	/*background-repeat:no-repeat;*/
	/*background-size: cover;*/
	/*background-size: contain;*/
	/*color: #555555;*/
	/*font-family: Calibri, Helvetica, Times New Roman, Arial;*/

	background: url('../img/bg.jpg') no-repeat center center fixed;
	/*background: url('../img/bg_em2.jpg') no-repeat center center fixed;*/
	/*background: url('../img/bg_em3.jpg') no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1
{
	font-family: 'Open Sans', 'Roboto', sans-serif;
	font-weight: 200;
}

h2, h3
{
	font-family: 'Open Sans', 'Roboto', sans-serif;
	font-weight: 200;
}

#content
{
	padding: 64px 0 56px 0;
	/*color:#ffffff;*/
}

.white
{
	color: #ffffff !important;
}

.anrede
{
	color: #555555 !important;
	text-shadow: 0 1px 1px #ddd;
	font-weight: 700;
}

.bold
{
	font-weight: 700;
	text-transform: uppercase;
}

.shadow
{
	text-shadow: 0px 0px 5px #555555;
}

.center
{
	margin: 0 auto;
	float: none;
}

.text-center
{
	text-align: center;
}

.well
{
	/*font-family: 'Roboto';*/
	/*font-weight: 200;*/
	background-image: none;
	margin: 0 0;
	color: #555555;
	background-color: #f4f4f4 !important;
	border-radius: 10px !important;
	/*background-color: rgba(255, 255, 255, 0.8) !important;*/
}

#flashMessage
{
	margin-top: 20px;
}

.align-top
{
	vertical-align: top;
}

.padding-col-horziontal
{
	padding: 0 4em;
}

.padding-col-vertical
{
	padding: 2em 0;
}

.border-left
{
	border-left: 1px solid silver;
}

.border-top
{
	border-top: 1px solid silver;
}

.border-right
{
	border-right: 1px solid silver;
}

.border-bottom
{
	border-bottom: 1px solid silver;
}

.info
{
	font-family: "Open Sans";
	font-weight: 200;
	color: #848484;
	padding-left: 0px;
	padding-right: 10px;
}

div#mainMenu ul.nav.navbar-nav.navbar-right li.dropdown a.dropdown-toggle
{
	color: #ffffff !important;
}

div#mainMenu ul.nav.navbar-nav.navbar-right li.dropdown:hover a.dropdown-toggle
{
	color: #2196f3 !important;
}

.table
{
	background-color: #ececec !important;
}

.WelcomeTextHeadline
{
	font-size: 3em;
}

.WelcomeText
{
	font-size: 2em;
	font-weight: 400;
	line-height: 1.5em;
	color: #ffffff;
	text-shadow: 1px 2px 2px #000000;
}

@media (max-width: 767px)
{
	body
	{
		background: url('../img/bg_small.jpg');
		background-size: auto;
		width: 100%;
	}

	.anrede
	{
		color: #ffffff !important;
	}

	#content
	{
		padding: 64px 0 57px 0;

	}

	.navbar-nav
	{
		Margin: 0;
	}

	.list-group-item
	{
		text-align: center;
	}
}

/***********************************************************
* Login Form
***********************************************************/

.form-signin
{
	margin: 0 auto;
	max-width: auto;
	padding: 15px;
}

.form-signin .form-signin-heading, .form-signin .checkbox
{
	margin-bottom: 10px;
}

.form-signin .checkbox
{
	font-weight: normal;
}

.form-signin .form-control
{
	-moz-box-sizing: border-box;
	font-size: 16px;
	height: auto;
	padding: 10px;
	position: relative;
}

.form-signin .form-control:focus
{
	z-index: 2;
}

.form-signin input[type="email"]
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-bottom: -1px;
}

.form-signin input[type="password"]
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-bottom: 10px;
}

/***********************************************************
* Register Form
***********************************************************/

.form-register
{
	margin: 0 auto;
	max-width: 600px;
	padding: 15px;
}

.form-register, .form-register-heading, .form-register .checkbox
{
	margin-bottom: 10px;
}

.form-register .checkbox
{
	font-weight: normal;
}

.form-register .form-control
{
	-moz-box-sizing: border-box;
	font-size: 16px;
	height: auto;
	padding: 10px;
	position: relative;
}

.form-register .form-control:focus
{
	z-index: 2;
}

.form-register input[type="email"]
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-bottom: -1px;
}

.form-register input[type="password"]
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-bottom: -1px;
}

/* Main marketing message and sign up button */
.jumbotron
{
	text-align: center;
	background-color: transparent;
	/*background-image: url('../img/jumbotron.jpg');*/
}

.jumbotron .btn
{
	padding: 14px 24px;
	font-size: 21px;
}

.panel-subheadline
{
	font-size: 1.5em;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 0;
}

/***********************************************************
* Navigation
***********************************************************/

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified
{
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.nav-justified > li > a
{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
	font-weight: 400;
	color: #777;
	text-align: center;
	background-color: #e5e5e5; /* Old browsers */
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* Chrome 10+,Safari 5.1+ */
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* Opera 11.10+ */
	background-image: linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e5e5e5', GradientType=0); /* IE6-9 */
	background-repeat: repeat-x; /* Repeat the gradient */
	border-bottom: 1px solid #d5d5d5;
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus
{
	background-color: #ddd;
	background-image: none;
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
}

.nav-justified > li:first-child > a
{
	border-radius: 5px 5px 0 0;
}

.nav-justified > li:last-child > a
{
	border-bottom: 0;
	border-radius: 0 0 5px 5px;
}

@media (min-width: 768px)
{
	.nav-justified
	{
		max-height: 52px;
	}

	.nav-justified > li > a
	{
		border-right: 1px solid #d5d5d5;
		border-left: 1px solid #fff;
	}

	.nav-justified > li:first-child > a
	{
		border-left: 0;
		border-radius: 5px 0 0 5px;
	}

	.nav-justified > li:last-child > a
	{
		border-right: 0;
		border-radius: 0 5px 5px 0;
	}
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px)
{
	/* Remove the padding we set earlier */
	.masthead,
	.marketing,
	.footer
	{
		padding-right: 0;
		padding-left: 0;
	}
}

.adminnavbar
{
	background-color: #ffffff;
}

.adminnavbar li.dropdown a.dropdown-toggle
{
	color: #000;
}

.group-list-box
{
	height: 500px;
	overflow: auto;
	/*position:relative*/
}

.group-list-box table tr td label
{
	display: block;
}

.submenu
{

}

/***********************************************************
* Bet Forms
***********************************************************/
.bet
{

	border-bottom: 1px solid silver;
	margin-bottom: 0px;
}

.bet tr td
{
	vertical-align: middle !important;
	font-size: 1.8em;
	font-family: 'Open Sans', 'Roboto', sans-serif;
	font-weight: 300;
	text-align: left;
	border-top: 0px !important;
}

.bet tr td img
{
	margin-bottom: 5px;
}

.bet .team
{
	font-size: 1.8em;
	padding: 0;
	font-family: 'Open Sans', 'Roboto', sans-serif;
	font-weight: 200;
	text-align: left;
	width: 70%;
	text-shadow: 0px 1px 0px silver;
	text-transform: uppercase;
}

.bet .team1
{
	margin-right: 10px;
	white-space: nowrap;
}

.bet .team2
{
	margin-left: 10px;
	white-space: nowrap;

}

.bet .goals-input
{
	padding: 8px 4px;
	/*width: 1%;*/
}

.bet .goals-input input
{
	font-size: 1em;
	font-weight: 400;
	height: 1.8em;
	text-align: center;
	margin: 0 auto;
	width: 30px;
	padding: 0;
	min-width: 40px;
	background-color: #fafafa;
	border: 1px solid silver;
	border-radius: 3px;
	color: #666666;
}

.bet .doubledot
{
	width: 1%;
	vertical-align: middle;
	text-align: center;
}

.bet .result
{
	text-align: right;
	width: 15%;
	letter-spacing: 2px;
}

.bet .flag
{
	width: 10%;
	padding: 0;
	margin: 3px;
}

.bet .flag img
{
	width: 30px;
	height: 20px;
	border: 1px solid white;
}

.bet .br
{
	display: none;
}

.match-information div
{
	/*font-size:1em;*/
}

.match-information div
{
	font-size: 0.6em !important;
	color: #555555;
	margin-bottom: 0px;
}

.well-wrapper
{
	padding: 10px;
}

.well-wrapper .status .label
{
	font-weight: 100;
	letter-spacing: 1px;
	border-radius: 0px 0px 0px;
	margin: 0px;
	padding: 3px;
}

.nextMatches
{
	margin-top: 10px;
}

/*******************************************************
* colors for BetResult/ergebnissübersicht
*******************************************************/
/*
.correctResult
{
	border: 1px solid #63d339;

}

.correctResult tr td
{
	background-color: #b1f8a3 !important;
}

.wrongResult
{
	border: 1px solid #d96b57;

}

.wrongResult tr td
{
	background-color: #f8b7aa !important;
}

.trendResult
{
	border: 1px solid #ddc620;

}

.trendResult tr td
{
	background-color: #f8f590 !important;
}*/

/*knallige Farben*/
/*******/
.correctResult, .bet .correctResult
{
	background-color: #238f0f !important;
	color: #ffffff;
	font-weight: 300;
	font-size: 1.8em;
}

.trendResult, .bet .trendResult
{
	background-color: #dea501 !important;
	color: #ffffff;
	font-weight: 300;
	font-size: 1.8em;
}

.wrongResult, .bet .wrongResult
{
	background-color: #dd2523 !important;
	/*background-color: #de2d14 !important;*/
	color: #ffffff;
	font-weight: 300;
	font-size: 1.8em;
}

/*Variante 1, nur input bunt*/
.correctResult .goals-input, .correctResult .result, .correctResult .doubledot
{
	background-color: #238f0f !important;
	color: #ffffff;
}

.wrongResult .goals-input, .wrongResult .result, .wrongResult .doubledot
{
	background-color: #de2d14 !important;
	color: #ffffff;
}

.trendResult .goals-input, .trendResult .result, .trendResult .doubledot
{
	background-color: #dea501 !important;
	color: #ffffff;
}

.correctResult .goals-input, .wrongResult .goals-input, .trendResult .goals-input
{
	padding-left: 8px;
}

/*Variante 2, ganze Zeile bunt*/

.correctResult2
{
	color: #ffffff;
}

.correctResult2 tr td
{
	background-color: #238f0f !important;
}

.wrongResult2
{
	color: #ffffff;
}

.wrongResult2 tr td
{
	background-color: #ff605b !important; /*#de2d14*/
}

.trendResult2
{
	border: 1px solid #ddc620;
	color: #ffffff;
}

.trendResult2 tr td
{
	background-color: #dea501 !important;
}

/*******/

.small-view
{
	display: none;
}

.normal-view
{
	display: block;
	width: 100%;
}

.page-header
{
	margin: 0;
	padding: 5px 5px 15px 5px;
}

.page-header h2
{
	margin: 0;
}

.finishedMatch, .pendingMatch
{
	text-shadow: 0px 0px 0px;
}

.finishedMatch td
{
	/*background-color: #e7e7e7 !important;*/
}

.pendingMatch td
{
	background-color: #ffbaab;
	padding:0 !important;
	border-top:1px solid #ffffff;
}

.btn-save-bet
{
	width: 100%;
	display: block !important;
	margin: 10px 0 50px 0;
}

/*****************************************************************************
* RANKING
*****************************************************************************/

.ranking-its-me
{
	font-weight: bold;
	font-size: 1.3em;
	background-color: #0069bf !important;
	color: #ffffff !important;
}

.ranking-its-me a.std-color
{
	color: #ffffff;
}

.ligaplatzierung
{
	color: #9f9f9f;
	font-size: 1em;
	font-weight: 300;
	margin-top: 13px;
}

/*MediaQueries for BetTables*/

/* Large desktop */
@media (min-width: 1500px)
{

}

/* Large desktop */
@media (min-width: 1200px) and (max-width: 1500px)
{
	/*.bet{	color:purple;}*/
	.bet .team
	{
		font-size: 1.3em;
	}

	.bet .goals-input input
	{
		width: 40px;
		font-size: 0.9em;
	}
}

/* Large desktop */
@media (min-width: 980px)  and (max-width: 1200px)
{

	/*.bet{	color:red;}*/
	.bet .team
	{
		font-size: 1.5em;
	}

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px)
{
	/*.bet{	color:green;}*/
	.bet .goals-input
	{
		/*width: 6%;*/
	}

	.bet .team
	{
		font-size: 1.5em;
	}

	.match-information
	{
		font-size: 0.9em !important;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px)
{
	/*.bet{	color:blue;}*/
	.bet .goals-input
	{
		/*width: 10%;*/
	}

	.bet .team
	{
		font-size: 1.2em;
		line-height: 1.8em;
	}

	.bet .flag
	{
		line-height: 1.2em;
		margin-bottom: 6px;
	}

	.bet .br
	{
		display: block;
	}

	.bet .hyphen
	{
		display: none;
	}

	.bet .team1
	{
		margin-right: 0;
		margin-left: 10px;
	}

	.bet .team2
	{
		margin-left: 10px;
	}

	.match-information
	{
		font-size: 0.8em !important;
	}

	.btn-save-bet
	{
		height: 3em;
		margin: 20px 0;
		width: 100%;
		display: block !important;
	}

	.bet .goals-input input
	{
		font-size: 1em;
		height: 2em;
		padding: 3px;
		text-align: center;
		width: 100%;
	}

	.WelcomeTextHeadline
	{
		font-size: 2em;
	}

	.WelcomeText
	{
		font-size: 1.5em;
	}

	.ranking-its-me
	{
		font-size: 1em;
	}

    .modal-title
    {
	 font-size: 1.7em
    }
}

/* Landscape phones and down */
@media (max-width: 480px)
{
	h4
	{
		font-size: 16px;
	}

	/*.bet{	color:orange;}*/
	#portlet-matchesOfTheDay
	{
		padding: 0;
	}

	.well-wrapper
	{
		padding: 10px 0;
	}

	.well-wrapper .well
	{
		border-radius: 0 !important;
		padding: 5px;
	}

	.bet .result
	{
		font-size: 1.3em;
	}

	.match-information td
	{
		font-size: 0.8em !important;
		color: #939393;
	}

	.bet .goals-input
	{
		/*width: 12%;*/
	}

	.bet .doubledot
	{
		width: 2%;
		padding: 1px;
	}

	.bet .team
	{
		font-size: 0.9em;
		padding: 5px;
	}

	.bet .team1
	{
		margin-left: 3px;
	}

	.bet .team2
	{
		margin-left: 3px;
	}

	.btn-save-bet
	{
		height: 3em;
		margin: 20px 0;
		width: 100%;
		display: block !important;
	}

	.bet .goals-input input
	{
		font-size: 1em;
		height: 2em;
		padding: 0px;
		text-align: center;
		width: 100%;
	}

	.WelcomeTextHeadline
	{
		font-size: 1.5em;
	}

	.WelcomeText
	{
		font-size: 1.2em;
		line-height: 1.5em;
		color: #ffffff;
		text-shadow: 1px 1px 1px #000000;
	}
	.modal-title
	{
		font-size: 1.4em
	}

}

/* small phones portrait */
@media (max-width: 320px)
{
	h3
	{
		font-size: 18px;
	}

	/*.bet{	color:red;}*/
	.panel-body
	{
		padding: 0;
	}

	.bet .flag
	{
		display: none;
	}

	.bet .goals-input
	{
		/*width: 20%;*/
	}

	.bet .doubledot
	{
		width: 1%;
		padding: 2px;
	}

	.bet .team
	{
		font-size: 0.9em;
	}

	.btn-save-bet
	{
		height: 3em;
		margin: 20px 0;
		width: 100%;
		display: block !important;
	}

	.bet .goals-input input
	{
		font-size: 1em;
		height: 2em;
		padding: 0px;
		text-align: center;
		width: 100%;
	}

	.WelcomeTextHeadline
	{
		font-size: 1.2em;
	}

	.WelcomeText
	{
		font-size: 1.0em;
	}

	.modal-title
	{
		font-size: 1.2em
	}
}

/*****************************************************************************
* ERGEBNISSE (Übersicht)
*****************************************************************************/
.OverviewUserResult
{

}

.OverviewUserResult tr td
{
	line-height: 1.5em !important;
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.OverviewUserResult tr td:nth-child(1), .OverviewUserResult tr td:nth-child(2)
{
	text-align: left;
}

.OverviewUserResult .match
{
	font-weight: bold;
	text-transform: uppercase;
}

/*****************************************************************************
* Profile
*****************************************************************************/
ul.profile li a
{
	Background-color: rgba(0, 137, 225, 0.16);
	color: #ffffff;
}

ul.profile li a:hover
{
	Background-color: #fefefe;
	color: #555555;
}

ul.profile
{
	/*border-bottom: none;*/
	margin-left: 10px;
	margin-bottom: 1px;
	border-color: #ffffff;
}

.panel
{
	margin: 0 !important;
	/*margin-top:10px !important;*/
	margin-top: 10px !important;
	box-shadow: 3px 3px 7px #555;
}

.inner-panel
{
	margin: 0 !important;
}

.panel-heading
{
	padding: 10px;

}

.panel .table
{
	margin: 0;
}

.panel .small-link
{
	font-size: 70%;
}

.error-message
{
	background-color: #F2DEDE;
	border-color: #EBCCD1;
	color: #A94442;
	padding: 5px;
	margin-bottom: 10px;
}

.form-contact
{
	margin: 0 auto;
	max-width: 930px;
	padding: 15px;
}

.form-register
{
	margin: 0 auto;
	max-width: 930px;
	padding: 15px;
}

.rules
{
	margin: 0 auto;
	max-width: 930px;
	padding: 15px;
	margin-top: 20px;
}

#portlet-OverviewResultsForCurrentUser
{
	font-size: 80%;
}

.vcenter
{
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.row-centered
{
	text-align: center;
}

.col-centered
{
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
}

.btn-facebook
{
	background-color: #3b5998;
}

.deleteUser
{
	background-color: #DD1144;
	color: #ffffff;
	text-decoration: line-through;
}

.adminUser
{
	background-color: #e08600;
	color: #ffffff;
}

.green
{
	color: #4caf50;
}

.grey
{
	color: #666666;
}

.red
{
	color: #e51c23;
}

#invitationHeadline h3
{
	color: #474747;
	margin-bottom: 20px;
}

.bonusquestion-correct
{
	background-color: #00aa00;
	color: #ffffff;
}

.bonusquestion-wrong
{
	background-color: #DD1144;
	color: #ffffff;
}

.bonusquestion-pending
{
	background-color: #cacaca;
}

.bonusquestion-result
{
	background-color: #00aa00;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 10px 10px 10px 10px;
}

.popover-title
{
	background-color: #9c27b0;
}

.enjoy_hint_label
{
	text-shadow: 1px 1px 1px #000000;
}

.messageUnread
{
	padding: 7px;
	margin-bottom: 5px;
	background-color: #67be6c;
}


.messageRead
{
	padding: 7px;
	margin-bottom: 5px;
	background-color: #e3e3e3;
	color: #ababab;
}

.messageRead p a
{
	font-weight: bold;
	color: #ababab !important;
}


.openMatchInformation
{
	color: #737373;
}
