body {
/*	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;*/
	color: #585858;
	 width: 100% !important;
}

.header-main {
	/*background: linear-gradient(#1f497d,#2d89ef);   */
	/*background: radial-gradient(#2d89ef ,#1f497d );*/
	background-color: #2d89ef;
}
.site-footer, #page {
	/*background: linear-gradient(#2d89ef,#1f497d);*/
	background-color: #2d89ef !important; ;
}

table, th, td {
	/*martyn : odstraneno, nechteli ohraniceni tabulek*/
	/*border: 1px solid rgba(0, 0, 0, 0.1);*/
	border:0;
}

/* 
puvodni barvy
.orange {	color: #FF4200;   }
.red {  color: #E82F03; }
tmave seda : #878787
šedý odkaz	#666
podklad u content-menu (oficialní) #DDD
*/
/*
gradienty  http://www.vzhurudolu.cz/prirucka/css3-gradients
	background: radial-gradient(#1f497d, #2d89ef);  centrovaný přechod 
	background: linear-gradient(#1f497d,#2d89ef);  			modrý 	lineární přechod 
	background: linear-gradient(#797678, #A0A0A0); 	  	šedý		lineární přechod
	background: linear-gradient(#1f497d,#2d89ef ) !important; 	
*/

.orange {	color: #2d89ef;   }  /* svetle modra (oficialni) */
.orangeOriginal, a.orangeOriginal { color: #FF4200 !important; }
.red, .darkBlue {  color: #1f497d !important; }  /* tmave modra (oficialni) */
.gray { color: #787679; }
.dlazdice { color: #797678; } /* dlaždice (oficialni) */
.bold { font-weight: bold; }
.red-original { color: red; }
.green, .green-original { color: #00C000; color: #00C000; }
.blokovany { color: lightgray; }

.greenBG { background-color: #00C000 !important;  }
.blueBG {	background-color: #2d89ef !important;   }  /* svetle modra (oficialni) */

.big {
	font-size: 14pt;
}
.small {
	font-size: 10px !important;
	color: lightslategray !important;
}
.right { margin: 0 0 0 auto; text-align:right; }
.center  {
	margin: 0 auto !important;
	text-align: center;
}
.left { margin: 0 auto0 0 0; text-align:left !important; }

/* nepouživat .novisible - to je pro print stránky !!! */
/*.novisibled, .noPrint {
	visibility: hidden !important;
	display:none !important;
}*/


#page  {
	font-family: Helvetica, Tahoma,Arial !important;

}

#masthead.site-header {
	background-color: #2d89ef;
	 padding: 0;
	 margin: 0;
	 height: 100px;

}
#page .hfeed  {
	background-color: #1f497d !important;

}


 .entry-content {  
 	text-align: justify;
	padding-top: 35px;
 }

/**  *********************    přebíjím jiné styly     ***************************/
/** boostrap.css, jinak jsou rolovací okna s bílým písmem - přebíjím styly pro  rating bar **/
.site-info {
	background-color:#2d89ef;
}
#menu-content ul  {
	margin: 0 0 24px 0 !important;
}

button, input, optgroup, select, textarea {
	color: black !important;
}
/* modul kalendář */
#calendar {
	font-size: 11px;
}

#tabs {
	/* tohle je ve funkce-view.php - viewTabs_init() */
}
.ui-tabs-panel {
	/* tohle je ve funkce-view.php - viewTabs_init() */
}

table.appendGrid tr td {
	font-size: 10px;
}
.site:before {
		/* jinak kolem levého menu byla část, na kterou nešlo klikat, nebyla interaktivní
		*/
		width: 140px;
	}
#ui-datepicker-div button {
	background: linear-gradient(#797678, #303030);
}

/** editační link pro wordpress **/
.entry-content .edit-link a {
	display:none;
	/*
	position: absolute;
	bottom: 0;
	right: 0;
	*/
}
pre.prettyprint {
/* slouží u vykreslování grafů **/
	display:none;
}

/* u rating, je to popisek 5 stars atd... **/
.caption .label {
	/*display:none !important;*/
}

/*  u fullcalendar tlačítko o měsíc vpřed a zpět a nyní */
.fc-state-default {
    background-color: #f5f5f5 !important;
    background-image: linear-gradient(to bottom, #C3C3C3, #808080) !important;
}

/** u stránky /club/?club=2  to jinak dělá zbytečně vekou mezeru mezi modrou linkou a začátkem stránky **/
.hentry {
	margin: 0 auto 5px;
}

#secondary a { font-size: 14px; }
#secondary a:hover { color: #DCDCDC !important;  }



#page a:hover {	color: #C3C3C3;  }


#primary {
	background-color: white;
	 /*border-bottom: 1px solid #878787;*/
}
 

div#primary.content-area {
	padding-top: 0;
}

h1 {
	color: #878787;
	margin: 0 0 20px 0 ;
}
h2 {
	color: #878787;
	margin: 0 0 10px 0 ;
}
h3 {
	font-size: 14pt;
	margin-bottom: 10px ; 
}
h4 {
	font-size: 12pt;
	margin-bottom: 10px ;
}

a {
	color: #2d89ef;
}
a:hover {
	color: #1f497d !important;
}


input[type="button"],
input[type="reset"],
input[type="submit"],
button, .button
 {
	background-color: #797678  !important;
	border-radius: 2px;
	background: radial-gradient(#2d89ef ,#1f497d);
	color: #fff !important;
	font-size: 12pt !important;
	font-weight: normal;
	/*font-weight: 500;*/
	/*padding: 10px 30px 11px;*/ /* vycentrování buttonu a a button vedle sebe */
	padding: 1px 10px ;
	text-transform: uppercase;
	vertical-align: bottom;
	white-space: nowrap;
}

input[type="text"], input[type="password"] {
	font-size: 12px ;
	padding: 3px;
	width: 240px;
	/*height: 25px;*/
}


.login-input, .login-button {
			width:240px;
			height:50px !important; 
			font-size: 14pt;
			border: 1px solid #2d89ef;
	}

/* pro upload fotek */
#container {
	width: 250px;
}
#container .button {
	display: block;
	margin:10px; 
	width: 250px;
	height:20px;
	

}
#container .button:active {
	margin: 0 !important;
}

select  {
	top: -2px;
	border: 0;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 700;
	color: black;
	/*height: 25px;*/
	/*padding: 10px 30px 11px;*/ /* vycentrování buttonu a a button vedle sebe */
	padding: 2px ;
	vertical-align: bottom;
}

.ui-widget select {
	/* pagging */
	font-size: 12px !important;
}

a.button:hover {
	color: white !important;
}



/** nahradit text v <span class="company-name"></span> 
.company-name:after{
  content: "New Company Name";
}​
 **/
 
/**   CARNI-SRO   **/ 

#secondary {
	background-color: white;
	/*border-right: 1px solid #878787;*/
	/*border-bottom: 1px solid #878787;*/
	/*min-height: 800px;*/
	min-height: 650px;
	width: 140px;
}

#content {
	margin: 0 0 0 160px;
	min-height: 650px;
}



#primary  *[type="text"], #primary  *[type="password"], #primary textarea, #primary select {
      background-color:#E3E7FF;
      border: 1px solid #8d8d8d !important;
}
#wpbody  *[type="text"], #wpbody  *[type="password"], #wpbody textarea, #wpbody select {
      background-color:#E3E7FF;
      border: 1px solid #8d8d8d !important;
}

.active, .active a {
	background-color: #D6FFC4;
	 color: #808080;
}
/* lehčí podbarvení tabulek */
.active2, .active2 a {
	background-color: #DADADA;
	 border-bottom: #C3C3C3;
}

/* odkazy ve střednjí části, ne u buttonů */
.activeMenu, .cssmenu > ul > li.activeMenu > a  {
	background-color: #2d89ef !important;
	 
}
div.buttonSmall.activeMenu, div.buttonSmall2.activeMenu  {
	background-color: #2d89ef !important;
	background: linear-gradient(#797678, #A0A0A0)  !important; 	  
}

div.buttonSmall.activeMenuBlue, div.buttonSmall2.activeMenuBlue {
	/*background: #2d89ef !important;*/
	/*background: linear-gradient(#1f497d,#2d89ef)  !important;*/
	background: linear-gradient(#797678, #A0A0A0)  !important;
	color: white !important;

}


#menu-horni-menu li.active a {
	background-color: #2d89ef;
}
/*.active a:hover {
	 color: #DCDCDC !important;
}*/

.mena {
	text-align:right;
}

.tisic {
		margin-left: 0.5em;	
}
.red {
	color : red ;
}

.bold { font-weight: bold ; }

ul.teams {
	color: #808080;
}
li.active-team {
	color:#000000 ;
}

.optionTitle {
	font-weight: bold;
	background-color: #FFDCA8;
	 text-align: center;
	 font-size: 12pt;
}
.header-gsManager {
	margin: 0 auto;
	text-align: center;
	color: white;

}
.header-gsManager img {
	display:inline;
	margin: 10px 35px;
	height: 80px;
}
.header-gsManager div {
	font-size:25px;
	margin: 28px 0 0 0;


}

div.matchVitezstvi, div.matchProhra, div.matchRemiza, div.matchNevim, div.matchProhraPP, div.matchVitezstviPP {
	float: left;
	width: 50px;
	height: 35px;
	border: 1px solid #1f497d;
	text-align: center;
	vertical-align: middle;
	margin: 5px;
	padding-top: 15px;
	font-size: 16px;
	color: white;
}
div.matchNevim { background-color: grey  ;}
div.matchVitezstvi { background-color: green  ;  }
div.matchProhra { background-color: red  ;}
div.matchRemiza { background-color: orange  ;}
div.matchVitezstviPP { background: linear-gradient(to bottom right, green 0%, green 50%, orange 50%, orange 100%); }
div.matchProhraPP { background: linear-gradient(to bottom right, orange 0%, orange 50%, red 50%, red 100%); }


.tdTop, table.tdTop tr td {
	vertical-align: top;
}

div.tabulka, table.tabulka  {
	/*!*border : 1px solid #DCDCDC;*!   odstraněno, chtěli to*/
}

table.tabulka {
	width: 99.8%;
	padding: 0;
	margin: 5px auto 40px 2px;
	background-color: white;
}

table.tabulka2 {
	padding: 0;
	margin: 5px auto 40px 2px;
	background-color: white;
}



table.tabulka tr  td, table.tabulka2 tr  td {
	/*pro anulování stylu vertical-align: baseline ze style.css*/
	vertical-align: top !important;

}

table.tabulka td, table.tabulka2 td {
	line-height: normal;
	padding: 5px 5px ;
	font-size: 9pt;
	/*border : 1px solid white;*/
}
/*table.tabulka tr td:first-child { max-width: 100px; } */ /* v některých tabulkách to blbne */

table.tabulka td.border, table.border td, table.tabulka2 td.border, table.border td {
	border : 1px solid #DCDCDC;
}


 table.tabulka tr td table tr td input[type=text], table.tabulka2 tr td table tr td input[type=text] {
	width:120px;
}

table.tabulka td textarea, table.tabulka2 td textarea  {
	width:80%;
}

table.tabulka th, table.tabulka2 th {
	padding: 2px 5px;
	font-size: 10pt;

	background: #2d89ef;
	/*background: linear-gradient(#1f497d,#2d89ef);*/
	color: #DCDCDC;
	text-align: center ;
	border: 1px solid #DCDCDC;
	font-weight: normal;
}

table.tabulka th a, table.tabulka2 th a {
	color: #DCDCDC;
}
table.tabulka th a:hover, table.tabulka2 th a:hover {
	color: white !important;
}

table.tabulka tr td a.button, table.tabulka2 tr td a.button {
	position: relative;
	/*top: -10px;  !* je to posunuté např. /orders/ Přidat změnit - Vložit partnera, musím vynulovat *!*/
	top: 0;
}

/*centrování submitu, není to dobré takto dělat, rozhazuje to grafiku*/
table.tabulka tr td input.center {
	text-align:center;
	margin: 0 50%;
}

.tabulkaGoals-and-others {
	padding: 2px 5px;
	font-size: 10pt;
	background-color: #ECECEC;
	color: #303030;
	border: 1px solid #DCDCDC;
	margin-bottom: 20px;
	max-width: 400px;
	clear: both;
	
}
.tabulkaGoals-and-others .controlRed {
	background-color: #FFAEAE;
}

table.tabulkaPeopleMin {
	float:left; 
	max-width:200px;
	margin: 5px;
}

.tabulkaStatistics {
	margin: 55px 10px 10px 10px;

	font-size:12px;
	min-width: 200px;
}
.tabulkaStatistics tr td {
	padding: 5px;
}

.tabulkaHriste {
	background-color: #004000;
	background: radial-gradient(#00C000,#004000 );
	/*border: 10px solid white;*/
}
.tabulkaHriste tr td {
	height: 80px;
	border: 0;
	color: white;
}

.tabulkaHristeSmall {
	background-color: #004000;
	background: radial-gradient(#00C000,#004000 );  
	/*border: 10px solid white;*/
}
.tabulkaHristeSmall tr td {
	height: 20px;
	border: 0;
	color: white;
}

table.tabulka100 {
	width:100px;
	border:1px solid red;
}
table.tabulka500 {
	width:500px !important;
}


table.tableTdRight tr td {
	text-align: right;
}

.brankar  select {
	background-color: #C05800 !important;
	 color: white !important;
}

ul.legenda {
	margin: 0;

}
ul.legenda li {
	list-style-type: none !important;
	font-size: 10pt;
}
ul.legenda li div {
	padding: 2px 10px;
	color: white;
	margin:2px;
	width:200px;
}

.px100 {
	width:100px;
}
.px40 {
	width:40px !important;
}


.formationPlayer {
	width:160px;
	height: 40px;
	margin: 20px;
	padding: 20px 5px 5px 5px;
	/*border: 1px solid black;*/
	/*background-color: white;*/
	color: white;
	font-size: 10px;
	text-align: center;
	/*vertical-align: middle;*/
}
.formationPlayer select {
	width: 130px;
}
.formationLine {
	/*border: 1px solid white;*/
}


.col12 {
	max-width: 49%;
	float:left;
}
.col22 {
		float:left;
		padding-left:20px;
		max-width:70%;
		width: 49%;
	}

.page-col12 {

	float:left;
	padding: 10px 0 ;
}
.page-col22 {
		width: 29%;
		float:left;
		padding: 10px;
	}

.polovina {
	width: 49%;
	vertical-align:top; 
}

.clear {
   clear: both;
}


#peopleDIV {
	
}


.break {
     display:block;
     clear:both; 

}

.names {
	float:left;
	border:1px solid red; 
 	clear : both; 
	width: 380px;
}
.names-matches {
   float:left;
   clear : both;
   width: 250px;
}

input.datepicker {
	background-color:#DAE3FF !important;
	width: 100px !important;
	font-size: 12px;
     /*background-image : url('/utb/img/ikonky/calendar.png') !important;*/
}

.footerDebugView {
	display:none;
}


#editParamValues {
	color: red;
}
.cashflow-th {
		max-width:400px !important;
		height: 5px;
		text-align:left;
}

.cashflow-td, .cashflow-skut {
		max-width:150px !important;
		height: 5px;
		text-align:right;
}
.cashflow-input {
	max-width: 150px !important;
	font-size: 8px;
	background-color:red;
}

/********************************    úprava dataTables ******************************/
.dataTables_wrapper { display: block; position: relative; }
.dataTables_length { width: 200px ; height: 40px ; left: 0; position: absolute;  float: left; top: -45px; }
.dataTables_filter { width: 350px ; height: 40px ; right: 0;  position:absolute; float: right; top: -45px ; }


/********************************    specialni styly ******************************/
.manager-add { }
.manager-del { }




/********************************    levé MENU hlavní strana  ******************************/
#menu-toggle {  display:none; }

/*ul.menu-left li ul li { display: none; }*/

#menu { 
	position: relative;
	top: 0;

}
ul.menu-left {
	margin-top:5px !important;
	 z-index: 10;
	list-style-position: inside !important;
}
ul.menu-left li  {  
		margin:  0 auto 2px 0!important;
		border: 1px solid #585858; 
		width: 140px ; 
		background-color : #787679;
}
ul.menu-left li a { position: absolute;   height: 70px;  text-align: center; }
ul.menu-left li a img {
	position: relative;
	top: 10px;
}
ul.menu-left li a div {
	position: relative;
	top: 12px;
}


.cssmenu ul ul  {
background-color: white;
}
.cssmenu ul ul li {
	height: 30px;
	width: 140px;
	border: 1px solid #C3C3C3;
}
.cssmenu ul li ul li div {
	
}
.cssmenu ul li ul li  a {
	font-size: 10pt;
	width: 140px;
	display: block;
	 margin: 5px 0 0 0;
	 text-align:center;
	 font-weight: normal !important;
	
	

}
.cssmenu ul li ul li div a img {
/*	height: 30px;
	width: 30px;*/
}
.cssmenu ul li ul li div.buttonBig a , .cssmenu ul li ul li div.buttonSmall a  {
	
}
.cssmenu ul li ul li div.buttonBig a span{

}

.cssmenu ul li ul li a {
	/*background-color: #666;
	display: block;
  	color: white;
	font-size: 10px !important ;
	display:block;
	height: 30px;
	width: 130px !important;
	 padding: 5px !important;
	 margin: 0;
	 text-align:center;*/
	 
  }
  .cssmenu a:hover {
/*	background-color: #2d89ef !important;
	color: #ffffff;*/
  }
  
 .cssmenuleftsub {
 	
 }

.menu-spravce-tymu, .menu-spravce-tymu ul li { background: linear-gradient(#797678, #303030);  }
.menu-manager, .menu-manager  ul li { background-color: #FF4200 !important;   background: linear-gradient(#FFA858,#FF4200);    }
.menu-player, .menu-player ul li { /*background-color: #1F487C !important;  background: linear-gradient(#2d89ef,#1F487C);*/ background: #2d89ef !important;     }




#content {
	padding: 0 ;
}

/**        *********************    navigační (drobečkové menu) uprostřed : zkosenné rohy Všichni, Hráči Klubu, Realizační tým... ************************* **/

/*.corner-bottom-both-bevel {
  	border-color: #FF4200 transparent transparent transparent;
  	border-width: 20px 20px 0 20px;	  
}*/



/*
#menu-content {
	min-height: 10px;
}

#menu-content  li {
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	border-style: solid;
  	min-width: 120px;
  	border-color: #DCDCDC transparent transparent transparent;
  	border-width: 25px 25px 0 25px;	  
}

#menu-content  li a {
		position: relative;
		color : #797678 ;
		top: -25px ;
		font-size: 12px;
}

#menu-content ul li:hover {

}
#menu-content ul li:hover a, #menu-content ul li a:hover  {

}
#menu-content a.activeMenu {
	background-color: transparent !important;
	color: #2d89ef;
}*/

#menu-content {
	display: relative;
	width: 100%;
}

#menu-content  li {
	display: inline-table;
	text-align: center;
  	width: 122px;
	 background: #ffffff url("/sportmanager/img/zalozka.png") no-repeat right top;
	  height: 31px;
}

#menu-content  li a {
		position: relative;
		color : #797678 ;
		font-size: 12px;
}

#menu-content ul li:hover {

}
#menu-content ul li:hover a, #menu-content ul li a:hover  {

}
#menu-content a.activeMenu {
	background-color: transparent !important;
	color: #2d89ef;
}*/


/**        *********************    navigační (drobečkové menu) uprostřed - podmenu pod nadpisem ************************* **/


.menu-content-submenu {
	position: relative;
	z-index: 1;
 	/*width:1000px; */
	margin: 0 0 0 -2px !important;
	 width: auto;
	
	}

.menu-content-submenu2 {
	margin: 20px 0 0 -2px !important;
}

/**        *********************    Hlavní nadpis na stránkách  ************************* **/

/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
	height: 33px;  /* posila to niž, submenu */
	clear: both;
	width: auto;
}
/* martyn */
.entry-title {
	background-color: white;
	width:99%;   /* kvuli pruhu */
	margin: 10px -25px 0 -30px;
	height: 40px;
	font-size: 20px;
	font-weight: 300;
	/*text-transform: capitalize;*/
	border-bottom: 3px solid #1f497d;
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #41a62a;
}

.site-content .entry-header {
	/*background-color: #fff;*/
	padding: 0 10px 12px;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}



/********************************     buttony        *********************************/
.buttonBig {
	margin: 5px;
	 display:block;
	width:100px;
	height:100px;
	border: 1px solid #878787;
	color: #DCDCDC;
	background-color: #797678;
	 text-align: center;
	 font-size: 12px;
	 float: left;
	 
}
.buttonBigClubLogo {
	margin: 5px;
	 display:block;
	width:150px;
	height:160px;
	border: 1px solid #878787;
	color: #DCDCDC;
	background-color: white;
	 text-align: center;
	 font-size: 12px;
	 float: left;
	
}

.buttonBigClubLogo a  {
	color: black;
	display:block;
	width:150px; 
	height:138px;
	font-weight: bold;
	
}
.buttonBigClubLogo a div {
	padding-top:140px !important ;
	color: black;
}

.buttonSmall {
	/*background: linear-gradient(#797678, #A0A0A0);*/
	background: linear-gradient(#1f497d,#2d89ef);
	padding: 0 5px;
	margin: 5px 2px 5px 3px;
	display:block;
	min-width:100px;
	height:30px;
	border: 1px solid #878787;
	color: #DCDCDC;
	background-color: #797678;
	 text-align: center;
	 font-size: 12px;
	 float: left;
}
.zeny { background: linear-gradient(#FFC0C0, #A0A0A0) !important;  }

.buttonSmall a, .buttonSmall2 a   {
	 position: relative;
	 top: 7px;
	 display: block;
	 color: white;
  	 text-decoration: none !important;
}

.buttonSmall a span, .buttonSmall2 a span {
	color: white;
}


.buttonSmall2 {
	padding: 0 5px;
	margin: 5px 2px 5px 3px;
	display:block;
	min-width:100px;
	height:30px;
	border: 1px solid #878787;
	color: #DCDCDC;
	background-color: #797678;
	 text-align: center;
	 font-size: 12px;
	 float: left;	background: linear-gradient(#1f497d,#2d89ef); 	
}




.buttonBig a {
	 position: relative;
	 top: 5px;
	 display: block;
	 color:#DCDCDC !important;
  	 text-decoration: none !important;

}

.buttonBig:hover, ul.menu-left li:hover, .buttonSmall:hover {
	background-color: #2d89ef;
	 background: linear-gradient(#2d89ef ,#1f497d ); 	
}

.buttonBig a:hover,.buttonSmall a:hover, ul.menu-left li a:hover {
	 color: white !important;
}
.buttonBig img {
	 padding-top: 15px;
}

.imgWatermark {
   position: relative;
   top: 0;
   left: 0;   }

img.flag {
	margin-left: 12px;
}
.watermark
{
   width: 100%;
   height: 20px;
   /*border: 1px solid red;*/
   position: relative;
   top: -25px;
   left: 5px;
   font-size: 9px ;
   vertical-align:bottom;
   	filter:alpha(opacity=50); /* for <= IE 8 */
 }



img.avatarProfile {
		max-width: 270px;
		max-height: 270px;
		/*-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;*/
}

img.avatarProfileSmall {
		max-width: 40px;
		max-height: 40px;
		-moz-border-radius:4px; -webkit-border-radius:8px; border-radius:8px;
		border: 1px solid #2d89ef;
}
img.img800px {
	max-width: 800px;
	margin: 10px auto;
		border: 1px solid #2d89ef;
}
img.img100P {
	width: 100%;
	border: 1px solid #2d89ef;
}
img.img400px {
	max-width: 400px;
	margin: 10px auto;
	border: 1px solid #2d89ef;
}
img.img800px {
	max-width: 800px;
	border: 1px solid #2d89ef;
	margin: 2px;
}
img.img200px {
	max-width: 200px;
	margin: 5px auto;
}
img.img100px {
	max-width: 100px;
	margin: 5px auto;
}

img.logoTeam {
		max-width: 120px;
		max-height: 80px;
		border: 0;
}

 .odesilatel span a, .odesilatel span  {

  }
.prijemce span a, .prijemce span {
	color : green;
  }
.news span a {
    color : #2d89ef ;
    font-size:12pt;
  }

  .odesilatel span {

    /*background-image : url('/sportmanager/img/ikonky/go-next.png');*/
    background-repeat : no-repeat;
    clear : both;
    /*padding-left:30px;*/
    font-size:12pt;
  }
  .prijemce span {

    /*background-image : url('/sportmanager/img/ikonky/go-first.png');*/
    background-repeat : no-repeat;
    clear : both;
    /*padding-left:30px;*/
    font-size:12pt;
  }


/********************************    univerzální z jiných projektů ******************************/
.no-border {
	border: 0 !important;
}
table.no-border tr td {
	border: 0 !important;
}

.require {
	font-weight: bold;
	white-space: nowrap;
}
  .ok {
    background-color : #F4FFF7;
    background-image : url('/sportmanager/img/ikonky/ok.png');
    background-repeat : no-repeat;
    clear : both;
    color : black;
    padding-left:30px;
    font-size:12pt;
    font-weight:bold;
  }


div.error, span.error {
   background-color : #FFE1E1 !important;
    background-image : url('/sportmanager/img/ikonky/error.png') !important;
    background-repeat : no-repeat;
    clear : both;
    color : black;
    padding: 5px 5px 5px 30px;
    border: 1px solid #800000;
    font-size:12pt;
    font-weight:bold;
    margin: 15px 0 15px 0;
  }





.upozorneni {
    background-image : url('/sportmanager/img/ikonky/upozorneni.png');
    background-color:#FFFBEA;
    background-repeat : no-repeat;
    clear : both;
    color : black;
    padding-left:20px;
    margin:10px;
  }
.upozorneni a {
	color: black;
	font-weight: bold;
	font-size: 12px !important;
}
.upozorneni a:hover {
	color: #1f497d !important;
}

.oznameni {
    background-image : url('/sportmanager/img/ikonky/upozorneni.png');
    background-color:#FFFBEA;
    background-repeat : no-repeat;
    clear : both;
    color : black;
    padding-left:20px;
    margin:15px;
}
.search {
    background : transparent url('/sportmanager/img/ikonky/search2.png') no-repeat;
    width:50px;
    height:50px;
    float:left;
    clear:both;
    
}

.delete {
    background : transparent url('/sportmanager/img/ikonky/error.png') no-repeat;
    width:50px;
    height:50px;
    float:left;
    clear:both;
    
}

.skrk, .skrt {
	text-decoration: line-through;
}

   .poznamka {
    color : #A0A0A0;
    font-size:9pt;
  }
  
  .neni-hotovo {
  	color: yellow;
  }
    
.neaktivni {
	color:#585858;
	 text-decoration:line-through;
}

.noDisplay {
	display:none;
	/*background-color:red;*/
}



/*    **********************    match Card      **************************/
table.tableMatch {
	width: 900px;
}
table.tableMatch tr td {
	width: 33%;;
}
.matchVysledek {
	color: #2d89ef;
	 font-size: 28pt;
	 font-weight: bold;
	 padding: 10px;
}
.matchVysledekPolocas {
	 font-size: 14pt;
	 padding-bottom: 10px;
}
.matchLogo {
	font-size: 22pt !important;
	width: 150px !important;
}
.header-title-flag {
	max-height:100px;
}

/*    **********************    tabulka cash-flow      **************************/
table.table-cashflow tbody tr td input   {
	text-align: center;
}