@charset "UTF-8";
/* moved from myfussi.css, adjustable menu colors */

.user-background-image {
	background-image: url(/static/torgranate_portal_hintergrund_rot_2560x1440.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.user-background-color {
	background-color: #000000;
}

.user-background-image-1001-1 {
	background-image: url(/static/backgrounds/fla_hintergrundbild2560x1440_fussball.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.user-background-image-1001-2 {
	background-image: url(/static/backgrounds/fla_hintergrundbild2560x1440_handball.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.user-background-image-1001-3711 {
	background-image: url(/static/backgrounds/fla_hintergrundbild2560x1440_crossfit.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.content_left .header {
	color:#E91021;
	font-size:18px;
}

.season_selection .btn {
	background-color:#E91021;
	color:#ffffff;
	font-size:18px;
}

.matchday_selection .btn {
	background-color:#E91021;
	color:#ffffff;
}

table.edit_grid th, tr.fake_header td {
	background-color:#ffffff;
	color: #000000;
}

/** ######################################################################### */
/** ######################################################################### */
/** Layout ################################################################## */
/** ######################################################################### */
/** ######################################################################### */



div.head_menu div.primary_menu_wrapper {
	background-color: #E91021;
}

ul.primary_menu li, ul.primary_menu li.selected.mouse_over {
	border-right: 1px solid #ffffff;
	border-left: 1px solid #E91021;
}

ul.primary_menu li.selected {
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

/* Start Page */

.login_menu_entry {
    float: right;
    height: 24px;
    position: absolute;
    right: 0;
    top: 120px;
    z-index: 5;
}

.login_menu_entry span.login_menu_label {
	color: #ffffff;
	float: right;
	padding: 8px 10px 5px 10px;
	cursor: pointer;
	border-left: #ffffff solid 1px;
	border-right: #ffffff solid 1px;	
}

.facebook_login_menu_entry {
    float: right;
    height: 27px;
    position: absolute;
    right: 52px;
    top: 120px;
}

.facebook_login_menu_entry span.login_menu_label {
	color: #ffffff;
	float: right;
	padding: 8px 10px 5px 10px;
	cursor: pointer;
}

.fb_login {
	background: url("../../images/fb_connect.png") no-repeat 0px 0px;
	display: inline-block;
	width: 100px;
	height: 25px;
}

.login_menu_entry.selected span.login_menu_label {
	background-color: #E8E7E7;
	color: #282828;
	border: #000 solid 1px;
	border-bottom: none;
	padding-top: 7px;	
}



/* myfussi Panel ------------------------------------------------------*/

.login_menu_entry #myfussi_panel {
	color: #282828;
	clear: right;
	float: right;
	width: 300px;
	background: #E8E7E7;
	z-index: 100;
	display: none;
}

.login_menu_entry.selected  #myfussi_panel {
	display: block;
}

#myfussi_panel_spacer {
	float: right;
	width: 315px;
	height: 27px;	
}

#myfussi_home_link {
	position: absolute;
	display: block;
	width: 90px;
	height: 40px;
	left: 205px;
	top: 25px;
}

a#registration_link {
	clear: none;
	color: #000000;
    display: inline;
    float: right;
    margin: -13px 5px 0;
}

a#password_reset {
	float: right;
	font-weight: normal;
	color: #000000;
	margin-right: 5px;
}
a:hover#password_reset {
	color: #000000;
	cursor: pointer;
}

#myfussi_panel div.box {
	height: 105px;
	overflow: hidden;
	padding-bottom: 3px;
}

#myfussi_panel span.login_label {
	width: 60px;
	float: left;
	margin: 5px 0px 0px 10px;
}
#myfussi_panel div.box form#login_form span.login_label.persistent_login {
/* 	clear: left; */
	width: 120px;
}
#myfussi_panel div.box form#login_form input#persistent_login {
	width: 15px;
/* 	clear: left; */
}
#myfussi_panel input {
	margin: 5px 45px 0px 5px;
	width: 120px;
	float: left;
}

#myfussi_panel input#password {
	width: 97px;
	margin-right: 5px;
}

#myfussi_panel #login_button {
	width: 18px;
	height: 22px;
	float: left;
	margin-top: 5px;
	background-color: #272727;
	color: #fff;
	text-decoration: none !important;
	padding-top: 2px;
	padding-left: 6px;
}

#myfussi_panel #login_button:hover {
	color: #000000;
}


#myfussi_panel span.error {
	width: 300px;
	display: block;	
	margin-left: 75px;
}

#myfussi_panel div.box img#known_user {
	border: 1px solid #000000;
    float: left;
    height: 60px;
    margin: 9px 0 0 9px;
}
#myfussi_panel div.box div#known_user_content_block {
	float: left;
    text-align: right;
    margin: 22px 0 0 10px;
}
#myfussi_panel div.box div#known_user_content_block p {
	margin-bottom: 7px;
}
#myfussi_panel div.box div#known_user_content_block a {
	color: #000;
	text-decoration: underline;
}
#myfussi_panel div.box div#known_user_content_block a:HOVER {
	color: #000000;
}

#header a.feedback_head_link {
	position: fixed;
	left: 0px;
	top: 40%;
}


/* Menu ------------------------------------------------------*/


.head_menu {
	background-color: #E91021;
	margin-bottom:10px;
}

.head_menu a {
	color: #ffffff;
}

.head_menu a:hover {
	color: #ffffff;
}

.head_menu .sub_menu {
	background-color:#ffffff;
}

.head_menu .sub_menu a {
	color: #000000;
}

.sub_menu a.selected {
	text-decortion:none;
}

.head_menu .primary_menu_wrapper {
	background: url("../../images/white_point_1.png") bottom repeat-x;
	height: 27px;
}

.head_menu li {
	float: left;
	padding: 6px 10px 0 10px;
	height: 26px;
	cursor: pointer;
}

.primary_menu li.current_mouse_over,
.primary_menu li.selected {
/* 	background-image:url("../images/mainNavBg-active.png"); */
/* 	background-repeat:repeat-x; */
/* 	border-left:1px solid #585858; */
/* 	border-right:1px solid #282828; */
/* 	new style */
	background-color: #ffffff;
}

.primary_menu li.selected a {
/* 	color: #fff; */
/* 	new style */
	color: #E91021;
	text-decoration:none;
}

.primary_menu li.mouse_over {
	background: none;
}
.primary_menu li.current_mouse_over {
	background-color: #ffffff;
}
.primary_menu li.selected.mouse_over a {
	color: #ffffff;
}

.primary_menu li.current_mouse_over a {
	color: #000000 !important;
}

.secondary_menu {
	display: none;	
}

.secondary_menu.selected {
	display: block;	
}

.secondary_menu.mouse_over {
	display: none;	
}

.secondary_menu.current_mouse_over {
	display: block;	
}

.secondary_menu p.menu_empty {
	height: 21px;
	padding: 6px 10px 0 10px;
	color: #888;
}


.select_menu {
	display: none;
	position: absolute;
	margin-left: -10px;
	margin-top: 5px;
	background-color: #e8e7e7;
	z-index: 1000;
}


.select_menu li {
	float: none;
	border-bottom: solid 1px #ccc;
}

li.selected > a {
	text-decoration: underline;
}

/* Teaser Box ####################################################### */
div.teaser_box {
	background-color: #fff;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
}
div.teaser_box h1 {
	color: black;
	/*text-transform: uppercase;*/
}
div.teaser_box div.team_list {
	background-color: #fff;
	margin-bottom: 10px;
}
div.teaser_box div.team_teaser {
	float: left;
	margin: 5px 4px 5px 3px;	
	width: 50px;
	text-align: center;
	font-size: 10px;
	overflow: hidden;
}
div.teaser_box div.team_teaser.last {
	margin-right: 0;	
}

.teammgm-teaser li {
	padding:5px;
	border-bottom:1px solid #E8E8E8;
}

.teammgm-teaser li:last-child {
	border:0px;
}

.teammgm-teaser img {
	margin-right:7px;
}

.teammgm-teaser .mgm-name {
	margin-left:26px;
}

.imaged-list img {
	float:left;
	margin:0px 12px 20px 0px;
}

/* Footer */
#footer {
    width: 1200px;
    margin:auto; 
    color: #ffffff;
    padding-bottom:100px;
    padding-left:34px;
}

#footer .inner {
	background-color: #E91021;
    min-height: 140px;
    width:990px;
}

#footer a {
    margin-top: 8px;
    color: #ffffff;
}

#footer h3 {
	font-size:18px;
	font-weight:bold;
	padding:30px 30px 0px 30px;
}

.footer-contact-block,
.footer-link-block {
	margin:30px 0px 30px 30px;
}

.footer-link-block-two-cols {
	overflow:hidden;
	margin: 0px 30px 30px 0px;
}

.footer-link-block-two-cols-right {
	float: right; 
	margin: 0px 10px 0px 0px;
	text-align: right;
}

.footer-link-block-two-cols-left {
	overflow: hidden;
	margin: 0px 0px 0px 30px;	
}

.footer-brand-line {
	background-color:#ffffff;
    color:#000;
	text-align:right;
	padding: 3px 20px 3px 0px;
}

/* ********************************************** */

a, a:hover {
	color: #000000;
}

.info_box {
	background-color: #000000;
	/*border: solid 1px #d8d8d8;*/
}
.info_box_left_arrow {
	background: #000000 url("../../images/arrow_over_left.png") no-repeat;
}

.info_box.facebook_icon a:hover {
	background-color: #000000;
}

.content_header h1 {
	color: #000000;
}

.league_header h1 {
	color: black;
}

.content_header ul, .league_header ul {
	background-color: #E91021;
	height:26px;
	background-position:bottom left;
	background-repeat:repeat-x;
}

.matchday_menu li {
	background-color: #E91021;
	height:26px;
	background-position:bottom left;
	background-repeat:repeat-x;
}

table.league_table_short th {
	color: #000000;
}

table.edit_grid th, tr.fake_header td {
	background-color: #000000;
	color: #000000;
}

.league_menu a {
	color: #ffffff;
}

.matchday_menu a {
	color: #ffffff;
}

.content_menu li a {
	color: #ffffff;
}

.content_menu li.selected, .league_menu li.selected, .matchday_menu li.flex_menu_selected_entry {
	background-color: #ffffff;
}

.league_menu_table  {
	background-color: #ffffff;
	overflow:hidden;
}

.league_menu_table li.selected {
	background-color: #E91021;
}

table.league_table_short th {
	color: #E91021;
}

.assessment-player-image {
	background-color: #000000;
}

table.league_table th {
	background-color: #E91021;
    color: #ffffff;
}

.border_bottom_table td {
	border-bottom: 1px solid #ffffff;
}


.content_left .header {
	color: #000000;
}

#lineHightTable.toggle_color_table td {
	border-bottom: 1px solid #E91021;
}

/* ************ JUST COLOURS ************* */

.menu_top_colour {
	color: #E91021;
}

.menu_bottom_colour {
	color: #ffffff;
}

.default_colour {
	color: #000000;
}

table.tournament_table th {
	background-color: #ffffff;
	color: #000000;    
}

.tournament_round {
	background-color: #E91021;
	color: #ffffff;    
}

.menu_bottom_style {
	background-color: #ffffff;
	color: #000000;    
}

.menu_top_style {
	background-color: #E91021;
	color: #ffffff;    
}

.teamOfTheWeek_color {
	border-color: #null;
    background-color: #null;
}

.content_background_color {
	background-color: #FFFFFF;
}


/* new calendar cycle-through list */
time.icon
{
  line-height: initial;
  font-size: 0.7em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  /*margin: 2em auto; */
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #ff0000;
  border-bottom: 1px dashed #444444;
  box-shadow: 0 2px 0 #ff0000;
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #ff0000;
}

time.icon span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}

.calendarViewIcon { float: left; margin-left: 10px; }
.calendarViewDetail { float: left; margin-left: 14px; text-align: center; min-width: 220px; width: 220px; }
.calendarViewNavigation { float: left; margin-left: 14px; min-width: 220px; width: 220px; }
.calendarViewNavigation button { color: white; background-color: #ff0000; min-width: 80px; }
.calendarViewNavigation button:hover { color: white; background-color: #ff0000; }
.calendarViewBreak { clear: both; margin-bottom: 10px; }
a.calenderLinkUnstyled { color: initial; text-decoration: none; }
a.calenderLinkUnstyled:hover { color: initial; text-decoration: none; }
.calendarNext { float: right; }

ul.dsp_primary_menu > li > a {
	text-decoration:none;
	font-size: 1.2em;
	color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
}

ul.dsp_secondary_menu li > a, ul.dsp_select_menu li > a {
	text-decoration:none;
	font-size: 1.2em;
	color: #000000;
	padding-left: 8px;
	padding-right: 8px;
}

ul.dsp_secondary_menu li > a > div, ul.dsp_select_menu li > a > div {
	padding-left: 8px;
	padding-right: 8px;
}

div.dsp_container {
	width:990px;
	position: absolute;
	z-index: 1234567851;
	background-color: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
	padding-top: 10px;
	padding-bottom: 10px;
}

div.dsp_head_menu {
	width: 990px;
	background-color: #E91021;
	color: #ffffff;
	display:block;
	overflow:hidden;
	margin-bottom: 10px;
	font-size: 12px;
}

div.dsp_column-center {
	border-left: solid;
	border-left-color: #E91021;
	border-left-width: thin;
	border-right: solid;
	border-right-color: #E91021;
	border-right-width: thin;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	width: 350px;
}

div.dsp_column-center > ul > li > div, div.dsp_column-right > ul > li > div {
	color: #000000;
	text-decoration: none;
	font-size: 1.1em;
}

div.dsp_column-center > ul > li > a, div.dsp_column-right > ul > li > a {
	color: #000000;
	text-decoration: none;
	font-size: 1.1em;
}

li.dsp_primary_menu_entry_selected {
	background-color: #ffffff;
	color: #000000 !important;
}

li.dsp_primary_menu_entry_selected > a {
	background-color: #ffffff;
	color: #000000 !important;
}

li.dsp_menu_entry_selected {
	background-color: #E91021;
	color: #ffffff !important;
}

li.dsp_menu_entry_selected, li.dsp_menu_entry_selected > a > div {
	background-color: #505050;
	color: #ffffff !important;
}
li.dsp_menu_entry_selected > a, li.dsp_menu_entry_selected > a > div {
	color: #ffffff !important;
}

li.dsp_menu_overview_button {
	background-color: #E91021;
	text-align: center;
	font-size: 1.2em;
	margin-top: 15px;
}

li.dsp_menu_overview_button > a {
	color: #ffffff !important;
	vertical-align: middle;
}

#matchday_header_next a, #matchday_header_prev a {
	background-color: #E91021;
	color: #ffffff;
}

#matchday_header_next , #matchday_header_prev {
	background-color: #E91021;
}

.headword_background {
	background-color: #FF0000 !important;
}

.headword_color {
	color: #FFFFFF !important;
}
.rs_dachzeile {
	background-color: #FF0000 !important;
	color: #FFFFFF !important;
	padding: 2px;
	font-size: 14px;
	display: inline-block;
}
.gsc-search-button {
	background-color: #FF0000 !important;
}
.rs_dachzeile_right_small a {
	color: #FFFFFF !important;
}
.rs_dachzeile_article {
	background-color: #FF0000 !important;
	color: #FFFFFF !important;
	padding: 2px;
	font-size: 16px;
	display: inline-block;
}
.baseBackgroundColor {
	background-color: #363345;
}
