﻿/* Coupon.css
   Styly pro sazenku -> CouponContent.cs
*/

/* cela kontrolka */
.coupon
{
	position: relative; /* ohraniceni oblasti pro kupon*/
	margin-bottom: 15px;	
}

/* pri praci s kuponem - kupon je 50% pruhledny 
-> nastaveni pozadi*/
.coupon .workingmode
{
	background-color: #8EA7C6;
	left: 0pt;
	top: 0pt;
	position: absolute;
}

/* kupon bez header image */
.coupon .couponcontent
{
	padding: 15px;
}

/* pocet typu */
.coupon .couponcontent .oddscount
{
	font-weight: bold;
}

/* typ sazenky */
.coupon .couponcontent .typeselection
{
	margin-top: 2px;
	background: transparent url(../../Images/Coupon/tiptypesdiv-bg.gif) left bottom repeat-x;
	padding: 3px 0px 4px 0px;
}

.coupon .couponcontent .typeselection span.selection
{
	background-image: none;
	background-color: #E8EEF3;
	border-top: solid 1px #819DBE;
	border-right: solid 1px #819DBE;
	border-left: solid 1px #819DBE;
	padding: 3px 5px 4px 5px;
	cursor: pointer;
}

.coupon .couponcontent .typeselection span.active
{
	color: #FFFFFF;
	background-color: #829DBF;
}

/* jednotlive radky(tipy na kuponu) */

/* na sazence nejsou radky */
.coupon .couponcontent .lines .nolines
{
	margin-bottom: 5px;
	padding: 8px 5px 2px 5px;
	color: #D51126;
	font-weight: bold;
}

/* tabulka oznameni na sazence */
/* tabulka chyb na sazenece */
.coupon .couponcontent .ErrorNoticeTable,
.coupon .couponcontent .noticetable
{
	margin: 1px 0px 10px 0px;
	font-size: 9px;
	width: 236px;
	border-collapse: collapse;
}

.coupon .couponcontent .ErrorNoticeTable .ErrorHeaderRow td,
.coupon .couponcontent .ErrorNoticeTable tr.header td,
.coupon .couponcontent .noticetable tr.header td
{
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8EA7C6;
}

/* chyby */
.coupon .couponcontent .ErrorNoticeTable .ErrorTableCell
{
	color: #D51126;
	font-size: 12px;
	font-weight: bold;
	background: #FFFFFF url(../../Images/alert.gif) 5px 2px no-repeat;
	padding: 5px 2px 5px 35px;
}
/* oznameni */
.coupon .couponcontent .noticetable .NoticeTableCell
{
	font-size: 12px;
	font-weight: bold;
	background: #FFFFFF url(../../Images/Results/tip_win.gif) 5px 2px no-repeat;
	padding: 5px 2px 5px 35px;
}

/* tabulka tipu */
.coupon .couponcontent .lines .linestable
{
	width: 236px;
	border-collapse: collapse;
	font-size: 10px;
}

.coupon .couponcontent .lines .linestable .line
{
	background-color: #FFFFFF;
}

/* odsazeni + barvy prvku uvnitr tabulky */
.coupon .couponcontent .lines .linestable td.topLeft
{
	padding-top: 6px;
	padding-left: 8px;
}

.coupon .couponcontent .lines .linestable td.topLeft a,
.coupon .couponcontent .lines .linestable td.topLeft a:visited
{
	color: 	#4A5B69;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.coupon .couponcontent .lines .linestable td.topLeft a:hover
{
	text-decoration: underline;
}

.coupon .couponcontent .lines .linestable td.topRight
{
	padding-top: 6px;
	padding-right: 2px;
	padding-left: 5px;
}

.coupon .couponcontent .lines .linestable td.topRight select
{
	font-size: 11px;
}

.coupon .couponcontent .lines .linestable td.btLeft
{
	padding-left: 8px;
}

.coupon .couponcontent .lines .linestable td.btRate
{
    font-size: 11px;
    font-weight: bold;
    color: 	#D51126;
    padding-left: 5px;
    padding-right: 5px;
}

.coupon .couponcontent .lines .linestable td.btRight
{
	padding-right: 2px;
}
.coupon .couponcontent .lines .linestable td.btRight img.hand
{
	cursor: pointer;
}


/* chyba odds */
.coupon .couponcontent .lines .linestable .couponoddserror
{
	color: #D51126;
	padding: 0px 2px 0px 8px;
}

.coupon .couponcontent .lines .linestable .separator
{
	height: 6px;
}

/* Systemova tabulky */

/* vyber systemu */
.coupon .couponcontent .systemselection .systemselectiontable
{
	width: 236px;
	border-collapse: collapse;
	margin-top: 5px;
    margin-bottom: 5px;
}

/* hlavicka */
.coupon .couponcontent .systemselection .systemselectiontable th
{
	text-align: left;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	color: #FFFFFF;
	background-color: #8CA6C6;
}

/* telo */
.coupon .couponcontent .systemselection .systemselectiontable td
{
	border: none;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
}

/* checkbox a input*/
.coupon .couponcontent .systemselection .systemselectiontable input
{
	border: none; 
	vertical-align: middle;
	margin: 0px 4px 0px 4px;
}

.coupon .couponcontent .systemselection .systemselectiontable input.textbox
{
	background: transparent url(../../Images/input-bg.gif) top left no-repeat;
	border: solid 1px #98A5B4;
	padding: 0px;
	font-size: 11px;
	margin: 0px;
	height: 13px;
	width: 45px;
	text-align: right;
}

/* error a notice */
.coupon .couponcontent .systemselection .systemselectiontable td div.couponcardserror
{
	color: #D51126;
	font-weight: bold;
	line-height: 13px;
}

.coupon .couponcontent .systemselection .systemselectiontable td div.couponcardsinfo
{
	font-weight: bold;
	line-height: 13px;
}

/* tabulka kombinaci */

/* zpusobi skcroovani - velikost pokud je nutne scrolovat*/
.coupon .couponcontent .combinations-box
{
	height: 150px;
	overflow: auto;
	width: 236px;
}

.coupon .couponcontent .combinations-box .combinationstable
{
	width: 220px;
}

/* velikost bez scrolovani */
.coupon .couponcontent .combinations .combinationstable
{
	width: 236px;
}

/* spolene pro obe moznosti */
.coupon .couponcontent .combinationstable
{
	border-collapse: collapse;
}

/* pozadi radku */
.coupon .couponcontent .combinationstable tr
{
	background-color: #FFFFFF;
}

.coupon .couponcontent .combinationstable tr.alt
{
	background-color: #EFEFF7;
}

/* hlavicka */
.coupon .couponcontent .combinationstable th
{
	background-color: #8CA6C6;
	color: #FFFFFF;
	font-weight: normal;
	padding: 2px 3px 2px 3px;
}

.coupon .couponcontent .combinationstable th.right
{
	text-align: right;
}

/* vnitrek */
.coupon .couponcontent .combinationstable td
{
	font-weight: bold;
	padding: 2px 3px 2px 3px;
}

.coupon .couponcontent .combinationstable td.right
{
	font-weight: normal;
	text-align: right;
}

/* vklad kupon/system */
.coupon .couponcontent .stakeselectiontable
{
    border-collapse: collapse;
	width: 236px;
	margin-top: 10px;
}

.coupon .couponcontent .stakeselectiontable tr.stakeselection td
{
	width: 50%;
	text-align: center;
	font-weight: bold;
}

.coupon .couponcontent .stakeselectiontable tr.stakeselection td
{
    border: solid 1px #d4d4d4;
    padding: 3px 5px 4px 5px;
}

.coupon .couponcontent .stakeselection td.select
{
	background-color: #E8EEF3;
	cursor: pointer;
}

.coupon .couponcontent .stakeselection td.unselect
{
	color: #FFFFFF;
	background-color: #829DBF;
}

/* vysledna tabulka tiketu */
.coupon .couponcontent .sum
{
	padding-top: 10px;
}

.coupon .couponcontent .sum .sumtable
{
	width: 236px;
	border-collapse: collapse;
	font-weight: bold;
	color: #0E1433;
}

.coupon .couponcontent .sum .sumtable tr td
{
	background-color: #ABC1D9;
	border-bottom: solid 1px #E7EEF3;
	padding: 6px 4px 6px 8px;
}

.maxRate
{
	font-weight: normal;
}

.maxRateSpan
{
	font-weight: bold;
}

/* radek s druhem sazky */
.coupon .couponcontent .sum .sumtable .ddl
{
}

.coupon .couponcontent .sum .sumtable .ddl .DDList
{
    width: 130px;
    border: solid 1px #98A5B4;
    margin-left: 27px;
    font-size: 11px;
}

.coupon .couponcontent .sum .sumtable .ddl .caption
{
    text-align: left;
}

/* vsechny inputy */
.coupon .couponcontent .sum .sumtable input.textbox
{
    width: 50px;
    height: 15px; 
    background: transparent url(../../Images/input-bg.gif) top left no-repeat;
	border: solid 1px #98A5B4;
}

/* prave bunky */
.coupon .couponcontent .sum .sumtable tr .right
{
	text-align: right;
}

/* tlacitka pod tabulkou */
.coupon .couponcontent .buttons
{
	margin-top: 5px;
	border-collapse: collapse;
	width: 236px;
	text-align: center;
}

/* Dualni ceny pro Coupon - Imputy */
.leftSumStakeCaption
{
	float:left;
	font-weight:bold;  
	height:15px;
}

.rightSumStakeCaptionAll
{
	float:right;
}

.rightCouponSymbolbold
{
	font-weight:bold; 
	text-align:right;  
	display:inline; 
	padding-left:4px;
}

.rightCouponSymbolnormal
{
	font-weight:normal; 
	text-align:right;  
	display:inline; 
	padding-left:4px;	
}

.rigthCouponTxtSymbol
{
	float: left;  
}

.couponClearer
{
	clear:both;  
	display:block; 
}

