body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 6px 4px;
}

p 					{ font-family: Verdana, Arial, Helvetica, sans-serif; }

address 			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt }

pre				{ margin-top: 0px; margin-bottom: 0px; }

a					{}
a:active 			{}
a:link    			{}
a:visited 			{}
a.subtle			{ color: blue; text-decoration: none; }
a.resolved			{ text-decoration: line-through underline; }
a > img				{ border: none; }

form				{ display: inline; }

input				{}
input.button			{}
input.button-small		{ font-size: 8pt; }

textarea			{}
select				{}

span				{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
span.print			{ font-size: 10pt; }
span.required 		{ font-size: 8pt; color: #bb0000; }
span.small 			{ font-size: 8pt; font-weight: normal; }
span.pagetitle		{ font-size: 12pt; font-weight: bold; text-align: center }
span.bracket-link	{ white-space: nowrap; }

span.dependency_dated		{ color: brown; }
span.dependency_met			{ color: green; }
span.dependency_unmet		{ color: red; }
span.dependency_upgrade		{ color: orange; }

table				{ }
table.hide			{ width: 100%; border: solid 0px #ffffff; }
table.width100		{ width: 100%; border: solid 1px #000000; }
table.width90		{ width: 90%;  border: solid 1px #000000; }
table.width75		{ width: 75%;  border: solid 1px #000000; }
table.width60		{ width: 60%;  border: solid 1px #000000; }
table.width50		{ width: 50%;  border: solid 1px #000000; }
table.width30		{ width: 30%;  border: solid 1px #000000; }
table.width70		{ width: 70%;  border: solid 1px #000000; }
td 					{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; padding: 4px; text-align: left; }
td.center			{ text-align: center; }
td.left				{ text-align: left; }
td.right			{ text-align: right; }
td.category			{ background-color: #c8c8e8; color: #000000; font-weight: bold; vertical-align : top; }
td.overdue, table tr.overdue	{ background-color: #ff0000; color: #ffffff !important;}

td.col-1			{ background-color: #d8d8d8; color: #000000; }
td.col-2			{ background-color: #e8e8e8; color: #000000; }
td.form-title		{ background-color: #ffffff; color: #000000; font-weight: bold; text-align: left; }
td.form-title-caps	{ background-color: #ffffff; color: #000000; font-weight: bold; text-align: left; text-transform: uppercase; }
td.nopad			{ padding: 0px; }
td.small-caption	{ font-size: 8pt; }
td.print			{ font-size: 10pt; text-align: left; padding: 2px; }
td.print-category	{ font-size: 10pt; color: #000000; font-weight: bold; text-align: right; padding: 2px; }
td.print-overdue	{ font-size: 10pt; color: #000000; font-weight: bold; padding: 2px; }
td.print-bottom		{ border-bottom: 1px solid #000000; }
td.print-spacer		{ background-color: #ffffff; color: #000000; font-size: 1pt; line-height: 0.1; padding: 0px;}

tr					{}
tr.spacer			{ background-color: #ffffff; color: #000000; height: 5px; }
tr.row-1			{ background-color: #d8d8d8; color: #000000; }
tr.row-2			{ background-color: #e8e8e8; color: #000000; }
tr.row-category		{ background-color: #c8c8e8; color: #000000; font-weight: bold;}
tr.row-category td  {  text-align:center; }
tr.row-category2	{ background-color: #c8c8e8; color: #000000; }
tr.row-category-history { background-color: #c8c8e8; color: #000000; font-weight: bold;}
tr.row-category-history td {  text-align: left; }
tr.vcenter			{ vertical-align: middle; }
tr.print			{ vertical-align: top; }
tr.print-category	{ color: #000000; font-weight: bold; }

#buglist tr			{ text-align: center; }

td.bugnote-public		{ background-color: #c8c8e8; color: #000000; font-weight: bold; width: 25%; line-height: 1.4; vertical-align: top; }
td.bugnote-private		{ background-color: #e8e8e8; color: #000000; font-weight: bold; width: 25%; line-height: 1.4; vertical-align: top; }
td.bugnote-note-public	{ background-color: #e8e8e8; color: #000000; width: 75%; vertical-align: top; }
td.bugnote-note-private	{ background-color: #e8e8e8; color: #000000; width: 75%; vertical-align: top; }

td.login-info-left		{ width: 33%; padding: 0px; text-align: left; }
td.login-info-middle	{ width: 33%; padding: 0px; text-align: center; }
td.login-info-right		{ width: 33%; padding: 0px; text-align: right; white-space: nowrap; }

td.menu
{
	background-color: #e8e8e8;
	color: #000000;
	text-align: center;
	width: 100%;
	padding: 5px;
}

td.menu a
{
	white-space: nowrap;
}

td.news-heading-public	{ background-color: #c8c8e8; color: #000000; text-align: left; border-bottom: 1px solid #000000; }
td.news-heading-private	{ background-color: #d8d8d8;       color: #000000; text-align: left; border-bottom: 1px solid #000000; }
td.news-body			{ background-color: #ffffff;         color: #000000; padding: 16px; }

th.id { width: 5em; }
th.number { width: 10em; }

img						{}
img.icon				{ width: 11px; height: 11px; }
img.delete-icon			{ position: relative; top: 5px; border: 0; }

div						{ padding: 3px; }
div.menu				{ background-color: #e8e8e8; color: #000000; text-align: center; width: 100%; padding: 1px; }

div.center {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

div.border
{
	background-color: #ffffff;
	border: solid 1px #000000;
	text-align: center;
	position: relative;
}

div.quick-summary-left	{ width: 49%; padding: 2px; text-align: left;  float: left; }
div.quick-summary-right	{ width: 49%; padding: 2px; text-align: right; float: right;}

.center					{ text-align: center; }
.left					{ text-align: left; }
.right					{ text-align: right; }
.floatright				{ float: right; }
.floatleft				{ float: left; }
.small					{ font-size: 8pt; }
.small-normal 			{ font-size: 8pt; font-weight: normal; }
.small-subprojects		{ font-size: 8pt; width: 200px; }
.bold					{ font-weight: bold; }
.bold-small				{ font-weight: bold; font-size: 8pt; }
.italic					{ font-style: italic; }
.italic-small			{ font-style: italic; font-size: 8pt; }
.underline				{ text-decoration: underline; }
.underline-small		{ text-decoration: underline; font-size: 8pt; }
.strike					{ text-decoration: line-through; }
.strike-small			{ text-decoration: line-through; font-size: 8pt; }
.hidden				{ display: none; }

.nowrap
{
	white-space: nowrap;
}

.positive
{
	color: green;
}

.negative
{
	color: red;
}

.issue-status
{
	border-bottom: 1px dotted black;
}

.avatar
{
	float: right;
	border: 0;
}

.progress400				{ position: relative; width: 400px; border: 1px solid #d7d7d7; margin-top: 1em; margin-bottom: 1em; padding: 1px; }
.progress400 .bar			{ display: block; position: relative; background: #6bba70; text-align: center; font-weight: normal; color: #333; height: 2em; line-height: 2em; }

table#buglist > tbody > tr > td.scheduling.disabled {
	border-left: 3px solid gray;
}
table#buglist > tbody > tr > td.scheduling.enabled {
	border-left: 3px solid blue;
}
table#buglist > tbody > tr > td.by_scheduler {
	border-left: 3px solid black;
}

form > div.card > div.attributes > div > div.field > .tall {
	height: 76px;
}
form > div.card > div.attributes > div > div.field > .tall2 {
	height: 26px;
	width: 220px;
}

form > div.card > div.attributes > div > div.field > .tall3 {
	height: 26px;
	width: 330px;
}

a.clicked {
	font-weight: bold;
	color: red;
}

div#index {
	position: relative;
}
div#task_pages {
	position: absolute;
	top: -36px;
	left: 590px;
}

div.con_pages {
	/*position: absolute;
	top: -36px;
	left: 690px;*/
        float: right;position: relative;
        height: 20px;
        line-height: 20px;
        
}

#ukoly{
	padding: 0;
}

#ukoly .nadpis{
}

#ukoly a{
	text-decoration: none;
}


#ukoly .in_delay{
   color: red;
}

.cl{clear: both;height: 0px;}

.block{float: left;position: relative;margin-right: 20px;
		 border: 1px solid gray; 
		 background-color: #f0f1fc;
}
.block span{font-weight: bold;}
.block .val select {height: 150px;padding: 10px;}

.checkrole{float: left;position: relative;}

.subrole{float: right;position: relative;display: none;}
.rolediv{float: left;position: relative;margin-right: 5px;}

/* prestavby */
.card-con {
	border-bottom: 1px solid white;
        margin: 0;padding: 0;
}
.card-con .attributes {
	clear: both;margin: 0;padding: 0;
        
}

.atr,.atrmensi{float:left;position: relative;
     margin: 0;padding: 0;
	  margin-right: 5px; 
}

.radek{width: 540px;

}
.label-con{ 
	margin: 0;padding:0;padding-left: 4px;padding-top: 4px;
	float: left;position: relative;height: 26px; width: 200px;
	background-color: #c8c8e8; border-bottom: 1px solid white;font-weight: bold;
}

.val-con{ 
	margin: 0;padding: 0;padding: 2px; margin-left: 2px;
	float: left;position: relative;

	min-height: 26px; 
	width: 330px;
	background-color: #e8e8e8;border-bottom: 1px solid white;}

.val-con input {
   width: 92%; margin-top: 3px;
}
.atrmensi .radek{width: 375px;}
.atrmensi  .val-con{width: 165px;}
.atrmensi .label-con{width: 200px;}

.druhy .radek{width: 375px;}
.druhy  .val-con{width: 235px;}
.druhy .label-con{width: 130px;}

.vetsi{height: 76px;}

#kattimer {position:fixed; top:45%; left:45%;}

#ladeni{color: green;}

.hlavicka{border: 1px solid black; margin-top: 10px;margin-bottom: 10px;}
.hlavicka th{background: #eeebe2;}
.hlavicka td{ background-color: #C8C8E8; }
.hlavicka td.n{background-color: white}
.hlavicka td.val{background: #E8E8E8; line-height: 25px;}
.hlavicka td.redval{background: #fe0000}

.hlavicka td input {border: 1px solid #bcbbbb;float: left;position: relative;}
.hlavicka td input.cas{width:80px;}
.err{color: darkred;float: right;position: relative;
	display: none;
   margin-left: 5px;
	border: 1px solid red;}


.plan{
    border: 1px solid #333333;
    margin-top: 20px;   
}


.plan th a{float: left;position: relative;
    color: #006666; text-decoration: none; font-weight: normal;
}

.plan th a:hover{text-decoration: underline;}

.plan th{color: #333333; padding: 3px;}
.plan th.nadpis{background: #eeebe2;color:black}
/*
.tiskhl{border:3px solid black; border-spacing:0px; }
.tiskhl th{text-align: left;font-size: 120%;padding: 7px;padding-left: 30px;}

.tiskhl tr td{ background-color: white; }

.tiskhl td.n{background-color: white}
.tiskhl td.val{color: #698289; line-height: 25px;background-color:white; }
.tiskhl td.redval{background: white; color:#fe0000; font-weight: bold;}

*/

.tiskhl{border:3px solid black; border-spacing:0px; }
.tiskhl th{text-align: left;font-size: 120%;padding: 7px;padding-left: 30px;}

.tiskhl tr td{ background-color: white; }

.tiskhl td.n{background-color: white}
.tiskhl td.val{line-height: 25px;/*background-color:#b7dee8; */background-color: white;}
.tiskhl td.redval{background: #fe0000;  font-weight: bold;}

.printpl{border-spacing:0px;text-align: left;}
.printpl th{font-weight: bold;padding: 3px;
background-color: white;}
.printpl th.zar{border-right: 1px solid black}
.printpl tr td{border: 1px solid black;}
.printpl td.levy, .printpl th.levy  {border-left: 3px solid black;}
.printpl th{border-top: 3px solid black}
.printpl td.pravy, .printpl th.pravy {border-right: 3px solid black;}

.printpl tr.bor td{border-top: 3px solid black;}
.printpl td.val{/*color: #698289;*//*background-color: #b7dee8;*/background-color: white;}
.printpl tr.dolni td{border-top: 3px solid black; border-left: none;border-right: none;
border-bottom: none;}               
 
.blok{margin-left:100px;margin-top:20px;float:left;position: relative;;width:400px;
         border:3px solid black}

.fakt-no{margin-top:50px;margin-left:200px;font-size:110%;font-weight: bold}

#itemnew{display: none;}
#delete-confirm,#delete-confirm-item, #delete-confirm-inv,#save-template{display: none;}
.items{float: left;position: relative;}
.showinv{cursor: pointer}
.invoice{ display: none;border: 1px solid red;}

.tblinvoice{border: 1px solid gray;}

 .tblinvoice th{background: #eeebe2}
 .tblinvoice th.nadpis{background: white;text-align: center;}
 .tblinvoice td{background-color: whitesmoke}
 
 .tblinvoice th a, .tblinvoice th span{float: left;position: relative;
    color: #006666; text-decoration: none; font-weight: normal;
}
.tblinvoice th span{color:black}
.tblinvoice th a:hover{text-decoration: underline;}

.tblconversion tr.template,.template{
    background-color: #ffffb0;
    color:red;
}

.change-state-btn{
    background-color: #ccccff;
    cursor: pointer;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    border-radius:5px;
    behavior: url(ie-css3.htc)
}

.readonly{background-color: #e5e5e5; color:gray}
.suppliers_id{height: 120px; /*border: 1px solid red;*/}
.costs{border: 1px solid teal}

.costs th,.tablesum th {padding: 5px;}
.costs td{background-color: #fafaf7;}

.tablesum{margin-top: 20px;}
#ladeni{height: 15px; clear: both}
.nadpis-new{font-weight: bold}
.inv-bold{font-weight: bold}
.umtable .empty{background: none;border: none}
.finish_invoice{float:left;position:relative;margin-right:10px;}
/* prestavby konec */

div.link{
	font-weight: bold;
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

div.link:hover{
	text-decoration: none;
}
div.normal-bold{ font-weight: normal;}
#budgeting-close, #budgeting-filters{
	display: none;
}
#budgeting-filters{

}
#budgeting-div{
	display: none;	
	max-height: 200px;
	overflow: scroll;
  background-color: #f2f2f2;
}

div.levy{font-size: 10px;
	float: left;position: relative;
	/*margin-right: 10px;*/
}

.tel-ico{background: url('../images/telephone-icon-24.png') no-repeat;
width: 24px; height: 24px; margin-right: 5px; float: left; position: relative; cursor: pointer;}

.img-date{
  background: url('../images/calendar-img.gif') no-repeat;
  border:none; width: 20px; height: 14px;
}

div.no-bold{ font-weight: normal; color: gray; font-size:80%}
.float-left{
  float:left;position: relative
}

.overflow-tbl{
  overflow: auto;
}

.div30{
  max-width: 30%;
}

.div70{
  max-width: 70%;overflow: auto;
}

tr.fix-height{
  height: 60px;
}

.title-access td {
  font-size:90%;
}

.height40{
  height: 40px;
}
.tr-center td{
  text-align: center;
}

.fix-height-30{
  height: 30px;
}

.no-visible{
  display: none;
}

.ok-budget{
  color: green;
}
.ko-budget{
  color: red;
}

.filter-div-list{
  float:left; position: relative;margin-right: 15px;margin-bottom: 15px;
}

.tbl-invoice-search{
  text-align: left; 
  padding: 8px 5px 9px 5px;
 width: 520px;
  float: left;position: relative;
  background-color: #e8e8e8;
  border-bottom: 1px solid white;
}

.tbl-invoice-search-title{
  padding: 5px;text-align: left; 
  float: left;position: relative;
  border-right: 2px solid white;
  background-color: #c8c8e8;/*height: 35px;*/
  width:240px;
}

.tbl-invoice-search-title i{
  width: auto;
  font-size: 80%; font-weight: normal;
}

.search-form-inv{text-align: center; float: left;position: relative}

.ip-error{color: red}

.profylaxe{background-color:#ffffff; font-weight: bold;}


.odkaz{
    cursor: pointer;color:#3a1ded;
}
.odkaz:hover{text-decoration: underline;
}
.delete{
    color: #c7003a;
}
