@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------*\
	HTML
\*-----------------------------------------------------------*/


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #eee;
}
h1, h2, h3 {
	margin: 10px 0;
	padding: 0;
	color: #008b8b;
}
h1 { font-size: 150%; }
h2 { font-size: 120%; }
h3  { font-size: 100%; }
img { border: none; }

dd { margin: 0px 0px 12px 20px; }

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

table td {
	border: 1px #ccc solid;
	padding: 5px;
	font-size:10pt;
}
table th {
	border: 1px #ccc solid;
	padding: 5px;
	background-color: #f0f0f0;
	font-size:8pt;
}
a {
	color: #008b8b;
	text-decoration: none;
}
a:hover {
	color: #008b8b;
	text-decoration: underline;
}
/*-----------------------------------------------------------*\
	IDs
\*-----------------------------------------------------------*/


#page {
	margin: 10px;
}
#innerPage {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
}
#head {
	height: 60px;
	overflow: hidden;
	/*background-image: url('../img/tmcz-logo-sprite-x.png');
	background-repeat: repeat-x;*/
	background-color: #689bc8;
}
#head #logo {
	margin: 10px 0px 0px 10px;
	width: 450px;
	height: 60px;
	//background-image: url('../img/logo_min.png');
	background-image: url('https://www.oaza.eu/wp-content/uploads/2025/04/oaza-white-logo.png');
	background-repeat: no-repeat;
}

#head #logo {
	margin: 2px;
	background-image: url('../img/logo_new.png');
	background-image: url('https://www.oaza.eu/wp-content/uploads/2025/04/oaza-white-logo.png');
	background-size: 30%;
}

#head #logo a {
	display: block;
	width: 450px;
	height: 60px;
}
#head .app {
    font-size: 17px;
    margin: 5px 5px;
    font-family: "Times New Roman";
    color: #000;
    font-weight: bold;
}
#head .version {
    font-size: 12px;
    color: #000;
    font-family: "Times New Roman";
    margin: 5px 5px;
    top: 18px;
    font-weight: bold;
}
#head .logout {
    font-size: 12px;
    color: #fff;
    margin: 5px 5px;
    top: 37px;
    font-weight: bold;
}
#head .logout a {
    color: #fff;
}

/* --- MENU --- */
#menu {
	height: 40px;
	background: #666666;/* url(../img/menu-background.png) left top repeat-x;*/
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#menu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	display: block;
	float: left;
	display: block;
	padding: 0 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size:12px;
	font-weight: bold;
	line-height: 40px;
}
#menu span {
	display: block;
	padding: 0 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	color: #666;
	font-size:12px;
	font-weight: bold;
}
#menu a:hover, #menu li.selected a { background-position: right bottom; }
#menu a:hover span, #menu li.selected a span {
	background-position: left bottom;
	color: #000;
	text-decoration: none;
}
#submenu {
	left: 0px;
	width: 282px;
	height: 79px;
	padding: 8px 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#submenu li {
	margin: 0;
	padding: 0;
}
#submenu a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	color: #FFFFFF;
}
#submenu a:hover {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	color: #999999;
}
#content {
	min-height: 400px;
	padding: 10px 10px;
}

* html #content { height: expression((this.scrollHeight <= 400) ? "400px" : "auto"); }
#foot {
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	color: #666;
}
#foot span {
	margin: 0 10px;
}
#foot a {
	color: #666;
}
.noImage { height: 84px; }
.image img { float: right; }

#basicmenu{
	height: 24px;
	height: 22px\0/; /* pro IE8 */	
}

/*-----------------------------------------------------------*\
	CLASSes
\*-----------------------------------------------------------*/
/* nase */
.upozorneni {
	margin: 10px 0;
	text-align: center;
	color: #999999;
}
.tmcz {
    color: #E20074;
}

/* global.positions */
.absPos { position: absolute !important; }
.relPos { position: relative !important; }
.posTop { top: 0px !important; }
.posRight { right: 0px !important; }
.posBottom { bottom: 0px !important; }
.posLeft { left: 0px !important; }

/* global.alignment */
.textLeft { text-align: left !important; }
.textCenter { text-align: center !important; }
.textRight { text-align: right !important; }
.textJustify { text-align: justify !important; }
.textTop { vertical-align: top; }
.centered {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* global.floating */
.floatLeft { float: left !important; }
.floatRight { float: right !important; }
.endFloat { clear: both !important; }

/* global.decoration */
.textBold { font-weight: bold; }
.textItalic { font-style: italic; }
.textUnderline { text-decoration: underline; }

/* other */
.layout {
	width: 1000px;
	overflow: hidden;
}

/*-----------------------------------------------------------*\
	YUI
\*-----------------------------------------------------------*/

/* custom styles for this example */
.yui-skin-sam .yui-dt-liner { white-space:nowrap; }

.yui-skin-sam tr.yui-dt-odd,
.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-odd td.yui-dt-desc {
	background-color: #cce !important;
}

.yui-skin-sam tr.yui-dt-even td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-even td.yui-dt-desc {
    background-color: #eef !important;
}

.yui-skin-sam tr.yui-dt-odd td.yui-dt-editable {
	background-color:#99c;
}
.yui-skin-sam tr.yui-dt-even td.yui-dt-editable {
	background-color:#cce;
}

.yui-navset .yui-content {
	background-color: #fff !important;
}
.yui-navset .yui-nav {
	border-bottom: 2px #ccc solid !important;
}
.yui-navset .yui-nav .selected a {
	background-color: #ccc !important;
	background-image: none !important;
	
}

/* Class for marked rows */
.yui-skin-sam .yui-dt tr.mark,
.yui-skin-sam .yui-dt tr.mark td.yui-dt-asc,
.yui-skin-sam .yui-dt tr.mark td.yui-dt-desc,
.yui-skin-sam .yui-dt tr.mark td.yui-dt-asc,
.yui-skin-sam .yui-dt tr.mark td.yui-dt-desc {
    background-color: #a33 !important;
    color: #fff !important;
}

.required {
	font-weight: bold;
	xbackground: white;
}

.optional {
	font-style: italic;
	xbackground: white;
}

.inlineFilter {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 5px;
}

.inlineTable {
    border: none;
}

.yui-skin-sam .yui-dt-scrollable .yui-dt-hd {
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-top:1px solid #ccc;
}

.yui-skin-sam .yui-dt-scrollable .yui-dt-bd {
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

.yui-skin-sam .yui-dt tr.yui-dt-first td {
    border-top: none;
}

.yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td {
    border-bottom: none;
}

.topTabs {
    _width: 100%;
    _text-align: right;
}
.tundra .dijitTextBoxDisabled, .tundra .dijitComboBoxDisabled, .tundra .dijitSpinnerDisabled, .tundra .dijitTextAreaDisabled {
background: lightgrey !important;
border:1px solid #B3B3B3;
line-height:normal;
}

/*-----------------------------------------------------------*\
	Top menu style
\*-----------------------------------------------------------*/

.topNav {
    background: #cedeec;
    padding: 5px;
}

.topNav ul, .topNav ul li {
    display: inline;
    padding: 0px;
}

.topNav ul li a {
    /*border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: #000;*/
    padding: 5px 15px 5px 15px; 
}

/*-----------------------------------------------------------*\
	Breadcrumbs style
\*-----------------------------------------------------------*/

.breadcrumbs {
    padding-top: 10px;
}

fieldset {
    margin-bottom: 10px;
}

div.errors, dd ul.errors {
    color: #f00;
    margin-left: 100px;
}

dd textarea, .dijitTextArea {
    width: 80%;
}

dd p.description {
    display: inline;
    color: #888;
}

div.news ul {
    margin: 0;
    padding: 0 10px 0 10px;
    list-style-type: none;
}

div.news li {
    background-color: #eee;
    border: 1px solid #ccc;
    margin: 1px;
    clear: both;
}

div.news span.datum {
    display: block;
    float: left;
    width: 80px;
}

div.news fieldset {
    border: 1px solid #f00;
}

div.news legend {
    padding: 0.2em 0.5em;
    border: 1px solid #f00;
    color: #f00;
    font-size: 90%;
}

fieldset.prehled legend, fieldset.personheading legend {
    background-color: white;
    color: black;
    font-size: 150%;
    font-weight: bold;
}

fieldset.prehled, fieldset.personheading {
    width: 350px;
    height: 180px;
    margin: 10px;
    font-size: 120%;
    float: left;
    background-color: #AFEEEE;
}

fieldset.personheading legend {
    color: #f22;
}

fieldset.personheading {
    width: 747px;
    height: auto;
    background-color: #EC7063;
    color: black;
}

fieldset.personheading a {
    color: #eee;
}

/* ADMIN */
tr.rowEven {
    background-color: #98FB98;
}

tr.rowOdd {
    background-color: #FAF0E6;
}

tr.rcstav7,
tr.rcstav8 {
    background-color: #98FB98;
}

tr.rcstav2 {
    background-color: #F00;
}
