﻿/* Tile panel layout application */

#statusLine
{
	overflow: auto;
	width: 100%; /*background-color: Gray;*/
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#tblStatusLine
{
	width: 100%;
	border-spacing: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

.btnSearch
{
	vertical-align: middle;
	height: 16px;
	width: 16px;
}

.hyperLink span
{
	text-decoration: none;
}

.hyperLink
{
	text-decoration: none;
}

a.hyperLink
{
	text-decoration: none;
}

.hyperLink:link
{
	text-decoration: none;
	color: white;
}

.hyperLink:hover
{
	text-decoration: none;
	cursor: pointer;
}

.pnlFavorite
{
	float: left;
}

/* END Tile panel layout application */

/* Tile */

.tile
{
	height: 100px;
	width: 200px;
	margin: 5px;
	float: left;
	position: relative; /*color: White;*/
}

	.tile:link
	{
		text-decoration: none;
	}

	.tile:visited
	{
		text-decoration: none;
	}

	.tile:active
	{
		text-decoration: none;
	}

	.tile:hover
	{
		text-decoration: none;
		box-shadow: 3px 3px 5px Gray;
	}

	.tile .tileTitle
	{
		bottom: 0;
		overflow: auto;
		position: absolute;
		margin: 5px;
		font-size: 1em;
	}

	.tile .btnAddToFavorites
	{
		top: 0;
		right: 0;
		overflow: auto;
		position: absolute;
		color: Black;
		margin: 5px;
		font-size: 1.2em;
		display: none; /*border: 1px solid black;     background-color: White;*/
	}

/* END Tile*/

h3
{
	margin: 4px 0;
}

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.invisible
{
	display: none;
}

.tdInfo
{
	width: 380px;
}

	.tdInfo a
	{
		display: block;
		float: right;
	}

.centerAlign
{
	text-align: center;
}

.pnlDashboardContent
{
	overflow: auto;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected, .ui-tabs .ui-tabs-nav li.ui-state-default
{
	float: right;
}

.requiredFieldValidator
{
	color: Red;
	vertical-align: middle;
	font-size: 1.5em;
	font-weight: bold;
}

.pageValidatorStyle
{
	border: 2px solid #cd0a0a;
	color: #cd0a0a;
	margin: 5px 0px;
	padding: 15px;
	background: rgb(254, 241, 236) url(../../Images/INFO_48x48-32b.png) no-repeat 5px 15px;
}

	.pageValidatorStyle span
	{
		margin: 0;
		padding: 0;
		margin-left: 50px;
	}

	.pageValidatorStyle ul
	{
		margin: 0;
		padding: 0;
		margin-left: 90px;
	}

.errorPanelStyle
{
	border: 2px solid #cd0a0a;
	color: #cd0a0a;
	margin: 5px 0px;
	padding: 15px;
}

.InvalidComponent
{
	background-color: rgb(254, 241, 236);
}

	.InvalidComponent td:first-child
	{
		border-left: 1px solid red;
		border-top: 1px solid red;
		border-bottom: 1px solid red;
		border-right: 0;
	}

	.InvalidComponent td
	{
		border-right: 1px solid red;
		border-top: 1px solid red;
		border-bottom: 1px solid red;
	}

.error
{
	background-color: Red;
}

.imbPozadavek
{
	margin: 0 2px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}

.tdButton
{
	width: 50px;
	text-align: center;
}

.filterButtonActivate, .filterButtonDeactivate
{
	margin: 0 2px;
	padding: 5px;
	text-decoration: none;
	display: inline-block;
}

.filterButtonActivate
{
	font-weight: bold;
}

.filterButtonDeactivate
{
	font-weight: normal;
}

.tabFilters
{
	margin: 5px 5px 0 5px;
	height: 100%;
	width: auto;
	overflow: auto;
}

.filtersButtonPanel
{
	overflow: auto;
	height: 100%;
}

input[type="submit"]
{
	cursor: pointer;
}

.UserInfoPanel
{
	width: auto;
	/*margin: 3px;
	padding: 3px;*/
}

.UserHeader
{
	font-weight: bold;
}

.TextAlignCenter
{
	text-align: center;
}

.Marwin-ModalDialog
{
	display: none;
}

.AddButton img
{
	height: 13px;
	width: 13px;
}

.PageInfo
{
	width: 80px;
}

.filters
{
	padding: 4px 4px 0 4px;
}

.filtersEntity
{
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	width: auto;
	margin: 4px;
	padding: 4px;
}

	.filtersEntity span
	{
		margin-right: 5px;
	}

* html .filters div
{
	display: inline;
}

* + html .filters div
{
	display: inline;
}

	.filters div > *
	{
		overflow: hidden;
	}

* html .filters div
{
	width: auto;
}
	/* for IE 6 */
	.filters div > *
	{
		width: auto;
	}

.dialogButton
{
	vertical-align: middle;
	margin-left: 5px;
}

/*starý detail*/
.doc
{
	text-align: left;
	vertical-align: top;
}

/*Mizeni a zobrazování panelu s nápovědou*/
/*.doc .LinkDocumentation {
    display: none;
}

.doc:hover .LinkDocumentation {
    display: block;
}*/

.DocumentationContent
{
	width: 100%;
	min-width: 100px;
	height: auto;
}

.Documentation
{
	width: 100%;
	height: 200px;
	overflow: scroll;
	overflow-x: hidden;
}

	.Documentation p
	{
		margin: 3px;
		padding: 0;
	}

.LinkDocumentation
{
	width: 100%;
	height: auto;
	margin: 0px 3px 5px 0px;
	overflow: auto;
}

.WikiButton
{
	border: none;
}


	.WikiButton img
	{
		text-decoration: none;
		border: none;
	}


.mainLeft
{
	text-align: left;
	vertical-align: top;
	width: 680px;
}

/*Nový detail*/
.detail-detail
{
	width: 680px;
	float: left;
	height: 100px;
	background-color: gray;
}

.detail-documentation
{
	width: auto;
	float: left;
	height: 100px;
	background-color: black;
}