﻿* {margin: 0;}

html, body
{
    margin: 0%;
    font-family: 'Arial Unicode MS';
    background: url('back.jpg') repeat fixed;
}

/* login text v hlavičce - pozice */
#login
{
    float: right;
    padding-right: 22px;
    padding-top: 22px;
}

.login td
{
    padding: 3px 0px 3px 17px;
}

.login input[type=text]
{
    color: black;
    text-align: left;
}

#tbMail input[type=text]
{
    color: black;
    text-align: left;
}

a
{
    color: #000000;
}

a:hover
{
    text-decoration: none;
}

/* barva odkazů - základní barva textu*/
#content a
{
    color: black;
    font-weight: bold;
}

/* pozice středního panelu */
.decorator
{
    margin: auto;
    width: 1018px; /* nastavení šířky celé stránky, momentálně nastaveno maximum na rozlišení 1024x768*/
}

/* hlavička pozadí */
#logo
{
    height: 88px;
    background: #FFFFFF url('podklad.png') repeat;
    margin-bottom: 20px;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 0px solid #7d0000;
	-moz-box-shadow:
		0px 1px 10px rgba(000,000,000,0.4),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 10px rgba(000,000,000,0.4),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 10px rgba(000,000,000,0.4),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

/* logo ESON pozice */
#logo logo
{
    background-image: url('logo.png');
    background-repeat: no-repeat;
    background-position: left center;
    width: 244px;height: 76px;
    display: block;
    position: relative;
    top: 10px;
    left: 28px;
    float: left;
}

#menu
{
    width: 198px;
    float: left;
    position: absolute;
}

h1 a
{
    background: transparent;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 25px;
}

h1 a:hover
{
    background: transparent;
    font-size: 25px;
}

/* Levé menu - styl seznamu*/
li
{
    list-style: none;
    margin-top: 0px;
}

/* Levé menu - pozice*/
ul
{
    margin-top: 24px;
    padding-left: 0px;
}

/* rádius ohraničení záložek tabulek */
#content li
{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* záložky tabulek */
#content li a
{
    border-right-style: solid;
    border-radius: 1px 1px 0px 0px;
    color: #0070b4;
}

/* Levé menu */
#menu a
{
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Arial Unicode MS';
    display: block;
}

/* Vybraná položka levého menu */
#menu a:hover
{
    color: #FF0000;
}

#menu a:focus
{
    outline: none;
    position: relative;
    bottom: 1px;
    color: #0070b4;
}

input[type=text]
{
    border-style: solid;
    border-width: 2px 1px 1px 3px;
    border-color: #808080 #808080 #808080 #808080;
    border-radius: 5px;
    padding: 2px;
    background-color: white;
}

/* DS - editační políčka*/
.ds input[type=text]
{
    color: #003f66;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
}

/* políčka zadávání hesla */
 input[type=password]
{
    border-style: solid;
    border-width: 2px 1px 1px 3px;
    border-color: #808080 #808080 #808080 #808080;
    border-radius: 5px;
    padding: 2px;
    background-color: white;
}

.prihlaseni
{
    border-style: solid;
    border-width: 2px 1px 1px 3px;
    border-color: #808080 #808080 #808080 #808080;
    border-radius: 5px;
    padding: 2px;
    background-color: white;
}

/* pozice group tabulky */
h2
{
    margin: 0px;
    color: #ffffff;
    width: 768px;
    font-family: 'Arial Unicode MS';
    border-radius: 10px;
    padding: 0px;
    font-size: 20px;
    margin-bottom: 10px;
}

/* Středová grafika - obrázek A4 stránky */
#content
{
    padding: 25px;
    width: 768px;
    float: right;
    background: url('content.jpg') repeat center top;
    min-height: 380px; /* minimální výška stránky */
    font-size: 14px;
    color: #FAFAFA;
    -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 0px solid #7d0000;
	-moz-box-shadow:
		0px 1px 10px rgba(000,000,000,0.4),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 10px rgba(000,000,000,0.4),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 10px rgba(000,000,000,0.4),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

a img
{
    border: none;
}

.toolbar
{
    background-color: #f0f0f0;
    width: 100%;
    margin: 10px 0px;
    padding: 3px 0px;
}

.toolbar li
{
    display: inline;
    list-style-type: none;
    padding: 3px;
    border: solid 1px transparent;
    margin-right: 15px;
}

.toolbar li:hover
{
    border: solid 1px #2999ff;
    background-color: #c5e8f7;
}

.toolbar a
{
    text-decoration: none;
    color: Black;
}

.grid
{
    width: 750px;
    border-collapse: collapse;
}

.grid td, .grid th
{
    padding: 4px;
}

.grid .icon
{
    width: 24px;
    padding: 0px;
    text-align: center;
}

.grid th
{
    background-color: #507CD1;
    font-weight: bold;
    color: White;
}

.grid .r0
{
    background-color: #EFF3FB;
}

.grid .r1
{
    background-color: White;
}

.form > table > tbody > tr > td
{
    padding: 3px;
}

.form .buttons
{
    padding-top: 15px;
    text-align: center;
}

.form .separator
{
    padding-top: 30px;
    text-align: left;
}

.form .label
{
    width: 250px;
}

/* mezera mezi editačními políčky - výška */
.set-editor, .form .label
{
    line-height: 30px;
}

.set-editor
{
    margin: -3px;
}

.notify
{
    color: Blue;
}

.center
{
    text-align: center;
}

.notification-border
{
	border: solid 1px #fff;
	padding: 10px;
}

.notification
{
    width: 697px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 90%;
    color: black;
}

.notification-alt
{
	background-color: rgba(255,255,255,0.15);
}

.notification p.first
{
    padding-left: 140px;
    width: 500px;
    font-size: 110%;
    margin-bottom: 3px;
}

.notification p
{
    margin: 0px;
    padding: 0px 5px;
    font-size: 85%;
}
.notification-date{float: left;}
.notification-close{float: right;}

/* mezera mezi editačními políčky - šířka */
.set-editor td
{
    width: 160px;
}

.first
{
    margin-top: 5px;
}

h3, h4
{
    margin: 40px 0px 0px 0px;
    padding: 0px;
}

/* Nadpis sekcí v záložkách */
h3
{
    border-bottom: 1px solid gray;
}


/* REPORT */
finance_nadpis
{
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.columns > tbody > tr > td
{
    padding: 10px 10px 60px 50px;
    vertical-align: top;
    table-layout: fixed;
    font-size: 10pt;
}
.columns .first-column
{
    padding-left: 20px;
}

.report
{
    border-collapse: collapse;
    width: 710px;
    margin: 0px 20px 0px 20px;
}

/* REPORT - nadpisy 2. tabulek*/
.report caption
{
	text-align: left;
	font-weight: bold;
	margin: 8px 0 0 0;
}

/* REPORT - výška mezer mezi řádky*/
.report td, .report th
{
    padding: 5px;
}

.report .header th
{
    background-color: #507CD1;
    color: White;
}

.report th
{
    font-weight: normal;
    text-align: left;
    background-color: #F2F2F2;
}

/* Horní hlavičky jednotlivých tabulek */
.report .th-center
{
    font-weight: normal;
    text-align: center;
    background-color: #F2F2F2;
}

.report .align-center
{
    border-color: #C0C0C0;
    background-position: center;
    text-align: center;
    font-weight: bold;
    background-image: url('report-radky.png');
    background-repeat: inherit;
    color: #FFFFFF;
    border-right-width: thick;
    border-bottom-width: thick;
}

/* pravé číselné údaje v report Finance */
.report .align-right
{
    text-align: right;
    font-weight: bold;
    background-color: white;
}

/* pravé číselné údaje v report Finance s tmavým pozadim => bílý text*/
.report .align-rightTOP
{
    text-align: right;
    font-weight: bold;
    background-color: white;
    color: #FFFFFF;
}

/* pravé číselné údaje v report Finance - záporná čísla */
.report .align-right-red
{
    text-align: right;
    font-weight: bold;
    background-color: #EFF3FB;
    color: #DD0000;
}

/* šířka 1. sloupce v Report-Provoz a Trhy */
.report .label
{
    width: 200px;
}

/* Popisky Reportu-finance - TOP součty*/
.report .label2TOP
{
    width: 510px;
    color: #FFFFFF;
}

.report .label2
{
    width: 510px;
    color: #FFFFFF;
}

/* REPORT šířka 1.sloupce*/
.report-wide-labels .report
{
    width: 450px;
}

/* odsazení hlavních součtů */
.report .indent1
{
    padding-left: 50px;
}

/* odsazení hlavních součtů + barva levého záhlaví řádků Report-Finance*/
.report .indent2
{
    padding-left: 100px;
    width: 350px;
    background-color: white;
}

/* report-Finance text Vlastní majetek */
.report .indent2bold
{
    padding-left: 100px;
    font-weight: bold;
    background-color: white;
}

.report .indent3
{
    padding-left: 100px;
}

/* Finance - Řádek 1. důležitost */
.report tr.important td, .report tr.important th
{
    font-weight: bold;
    font-size: 12pt;
    border-bottom: 3px double #707070;
    background-color: #003366;
}

/* Finance - Řádek 2. důležitost */
.report tr.important2 td, .report tr.important2 th
{
    font-weight: bold;
    font-size: 11pt;
    background-color: #DFE3EB;
}

.report tr.important-top td, .report tr.important-top th
{
    border-bottom: none;
    border-top: 3px solid #707070;
}

/* List záložek HLAVNI STRANKA tabulek - A4 blok pro zadávání dat*/
.AllGroups
{
    clear: left;
    border-top: none;
    padding: 10px 10px 10px 10px;
    background-color: #FBFBFB;
    color: #2E3461;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-right-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
    border-radius: 5px 5px 5px 5px;
}

/* TABS */
.tabs > ul
{
    margin: 0px;
    padding: 0px 0px 5px 0px;
    height: 30px;
}

.tabs > ul li
{
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
    color: black;
}

/* pozadí záložek */
.tabs > ul li a
{
    display: block;
    padding: 2px 15px;
    height: 25px;
    line-height: 25px;
    border-right: solid 1px #a0a0a0;
    border-left: solid 1px #a0a0a0;
    border-top: solid 2px white;
    text-decoration: none;
    background-color : #E5E5E5;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#999999',EndColorStr='#FFFFFF');
    cursor: pointer;
    color: black;
}

.tabs > ul li a.selected
{
    background-color: #F2F2F2;
    font-weight: bold;
    border-bottom: none;
    height: 31px;
    filter: false;
    cursor: default;
    color: #2E3461;
    outline: none;
}

/* List záložek HLAVNI STRANKA tabulek - A4 blok pro zadávání dat*/
.tabs > div
{
    clear: left;
    border-top: none;
    padding: 30px 10px 15px 10px;
    background-color: #F2F2F2;
    color: #2E3461;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-right-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
    border-radius: 0px 5px 5px 5px;
}

.tabs
{
    clear: both;
    color: black;
    background: transparent;
}

/* Podkladová barva celých tabulek (pod záložkami)*/
.tabs ul
{
    background:transparent;
}

/* Tlačítko uložit - poloha */
.save-button
{
    margin: 10px;
    margin-right: 0px;
    text-align: right;
}

p
{
    padding: 8px 0px;
    text-indent: 1em;
    text-align: justify;
}

/* ukládání dat rámeček */
#modalPopup
{
    background-position: right center;
    border-radius: 5px;
    position: fixed;
    top: 0px;
    left: 0px;
    color: #C8C8C8;
    z-index: 12000;
    display: none;
    background-color: #005c95;
    padding: 30px;
    border: solid 1px #707070;
    background-image: url('../save.png');
    background-repeat: repeat-y;
}

#modalPopup h2
{
    color: White;
}

#modalBackground
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    background-color: #a0a0a0;
    z-index: 9000;
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.validation-summary
{
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.validation-summary ul
{
    margin: 0px;
    padding: 0px;
}

.validation-summary li
{
    margin: 5px 0px;
    padding: 0px;
}

.simulation-date
{
    float: right;
    font-weight: bold;
    font-size: 20px;
}

.novisible
{
    visibility: hidden;
}

.score
{
    clear: both;
    color: black;
    background: #fff;
    width: 768px;
}

/* Globální SCORE */
.scoretab
{
    width: 768px;
}

/* hlavička tabulky SCORE */
.scoretab .th-center
{
    font-weight: bold;
    text-align: center;
    background-color: #D0D0D0;
    color: #5C68CD;
}

/* obsah tabulky SCORE styly sloupců 1 až 4 */
.scoretab .sloupec1
{
    text-align: center;
    font-weight: bold;
    background-color: white;
    width: 80px;
}

.scoretab .sloupec2
{
    text-align: center;
    font-weight: bold;
    background-color: #EFF3FB;
}

.scoretab .sloupec3
{
    text-align: center;
    font-weight: bold;
    background-color: white;
    width: 200px;
}

.scoretab .sloupec4
{
    text-align: center;
    font-weight: bold;
    background-color: #EFF3FB;
    width: 100px;
}

.order1
{
    font-size: 20px;
    color: #FFAA00;
}

.order2
{
    font-size: 18px;
    color: #C0C0C0;
}

.order3
{
    font-size: 18px;
    color: #FF7400;
}

.order3 td
{
    border-bottom:5px solid #FFDA00;
}
/* konec stylů SCORE */

select.rozbalovaci_seznam
{
    border-style: solid;
    border-width: 2px 1px 1px 3px;
    border-color: #808080 #808080 #808080 #808080;
    border-radius: 5px;
    background-color: white;
    color: #2E3461;
    height: 24px;
    font-size: 15px;
    font-weight: bold;
}

.zaskrtavaci_policko
{
    padding: 0px 3px 0px 2px;
    border-style: solid;
    border-width: 2px 1px 1px 3px;
    border-color: #808080 #808080 #808080 #808080;
    border-radius: 5px;
    background: white;
    cursor: pointer;
    position: relative;
    left: 15px;
    font-size: 15px;
}

.textove_policko
{
    border-style: solid;
    border-width: 2px 1px 1px 3px;
    border-color: #808080 #808080 #808080 #808080;
    border-radius: 5px;
    background: white;
    font-size: 15px;
    color: Black;
}

/* barva dolního číselníku u zpráv */
#pager a
{
	color: #003F66;
}

#pager span
{
	color: #555;
}

.onlineList
{
	font-size: xx-small;
	float: left;
	width: 130px;
	margin-right: 5px;
	text-align:right;
	display: block;
	height: 25px;
	overflow: hidden;
}

li.button2
{
    display: block;
    float: left;
    height: 35px;
    text-decoration: none;
    position: relative;
    width: 198px;
    background: #FFFFFF url('podklad.png') repeat;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 0px solid #7d0000;
	-moz-box-shadow:
		0px 1px 10px rgba(000,000,000,0.4),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 10px rgba(000,000,000,0.4),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 10px rgba(000,000,000,0.4),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

li.button2:hover span, li.button2:hover div
{
    color: #666666;
}

/* Tlačítka levé menu */
li.button2 span, li.button2 div
{
    position: relative;
    left: 20px;
    padding: 0px;
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    color: black;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-decoration: none;
    width: 178px;
}

.noFocus:focus
{
    outline: none;
}

.DownloadFiles
{
    padding-top: 12px;
    padding-left: 40px;
}

/* Tlačítko tisku reportu */
.TiskReportu
{
    float: right;
    padding: 3px;
    background-color: #ECE516;
    margin: 5px;
    border-radius: 6px 6px 6px 6px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-right-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
}

.ANadpis
{
    text-align: center;
    font-size: large;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 35px;
}

.AText
{
    text-indent: 50px;
    text-align: justify;
    margin: 30px 50px 30px 50px;
}

.ATextLEFT
{
    text-indent: 50px;
    text-align: justify;
    width: 328px;
    margin-right: 20px;
    margin-left: 50px;
    float: left;
    margin-top: inherit;
}

.ATextLEFTN
{
    text-indent: 70px;
    text-align: justify;
    width: 320px;
    margin-right: 0px;
    margin-left: 30px;
    float: left;
    margin-top: inherit;
}

/* Tabulka Analyza_Ukazatele */
.analyza
{
    clear: both;
    color: black;
    width: 530px;
}

.analyzatab
{
    border-color: #C0C0C0;
    border-style: ridge;
    width: 530px;
    font-weight: bold;
    text-align: justify;
    background-color: #EFF3FB;
    color: #000000;
    font-size: 12.5px;
}

/* obsah tabulky Analyza_Ukazatele styly sloupců */
.analyzatab .sloupec1
{
    text-align: justify;
    font-weight: bold;
    background-color: #FFFFFF;
    width: 340px;
}

.analyzatab .sloupec2
{
    text-align: right;
    font-weight: bold;
    background-color: #FFFFFF;
}

.analyzatab .tr-center
{
    font-weight: bold;
    text-align: center;
    background-color: #D0D0D0;
    color: #000000;
    border-bottom-style: ridge;
    border-bottom-width: 10px;
    border-bottom-color: #FF0000;
}

.ATABnadpis
{
    text-align: justify;
    font-size: medium;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 110px;
}

/* Tabulka grafu Trzby v analyze */
.TabGrafTrzbyAnalyza
{
    font-size: 13px;
    border-spacing: 10px;
    color: #0C62C0;
}

/* LABEL: Naposledy ulozil */
.NaposledyUlozil
{
    font-size: 11px;
}