/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #eee;
	border-top: 5px solid #000;
	color: #333;
	font-size: 12px;
	padding: 0 0 40px;
}

body.layout-free-html {
	padding-bottom: 0px;
	border-top: 0px none;
}

/* ============== CLEANER / CISTIC ============== */
hr.cleaner {border-style: none; clear: both; float: none; font-size: 1px; height: 0 !important;line-height: 1px; margin: 0 !important; padding: 0 !important; visibility: hidden; }

/* ============================== OBECNÉ TŘÍDY ==============================  */

.center {text-align: center; }
.left {text-align: left; }
.right {text-align: right; }
.justify { text-align: justify; }

.number {text-align: right; }
td.number, tbody th.number {text-align: right !important; }

.yes {color: green; font-weight: bold; }
.no {color: red; }

.fleft { float: left; }
.fright { float: right; }

.nowrap { white-space: nowrap; }



/* anchors
----------------------------------------------- */
a, .link {
	color: #000;
	/*font-weight:bold;*/
	text-decoration: underline;
	cursor: pointer;
}
a:hover, .link:hover {
	color:#333;
	text-decoration: none;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}

h2 sup {
	font-size: 65%;
	position: relative;
	top: -10px;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:3em;
	font-family: garamond; 
	text-transform: uppercase;
	text-align:left;
	margin-bottom:0;
	padding:.7em 1em;
}

h1#branding a {
	color: white;
	text-decoration: none;
}

#header {
	position: relative;
}

#header > div {
	background-color: #005F49;
	/*display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;*/
	/*width: 98%;*/
}


#header .blacklink {
	background-color: black;
	color: white;
	padding: 5px 10px 6px 10px;
	font-weight: bold;
	display: inline;
	position: absolute;
	top: 0px;
	right: 1%;
	/*position: relative;
	left: 6%;*/
}

#header .blacklink {}

#header .blacklink a {
	color: white;
	text-decoration: underline;
}
#header .blacklink a:hover {
	color: white;
}

#MENU-TOP {
	position: relative;
	top: 5px;
}

/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}

h2#page-heading small {
	font-size: 0.8em;
	margin-left: 1em;
}


/* boxes
----------------------------------------------- */
.box {
	background:#ddd;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box > h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#333;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box > h2 a,
.box > h2 a.visible {
	color:#fff;
	background:#333 url("../img/switch_minus.html") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box > h2 a.hidden,
.box > h2 a.hidden:hover {
	background-image: url("../img/switch_plus.html");
}
.box > h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}

ul.admin-menu {
	list-style:none;
	border-top:1px solid #bbb;
}

ul.admin-menu li {
	margin:0;
}

#section-menu ul.admin-menu li li {
	margin-left: 0px;
	padding-left: 0px;
}

#section-menu ul.admin-menu li li div {
	padding-right: 10px;
}

#section-menu ul.admin-menu li li > div {
	padding-left: 10px;
}

#section-menu ul.admin-menu li li li > div {
	padding-left: 30px;
}

#section-menu ul.admin-menu li li li li > div {
	padding-left: 50px;
}

#section-menu ul.admin-menu li li li li li div {
	padding-left: 60px;
}


ul.admin-menu li > div {
	border-bottom:1px solid #ccc;
	margin-bottom: 0px;
}

ul.admin-menu > li.group-name > ul > li:last-child > div {
	border-bottom-style: none;
}

ul.admin-menu li:not(.group-name) span {
	display:block;
	padding:4px 10px;
	/**/
}
ul.admin-menu li:not(.group-name) span a:first-child {
	font-weight: bold;
	margin-right: 10px;
}

ul.admin-menu li:not(.group-name) span:hover {
	background:#eee;
}
ul.admin-menu li:not(.group-name) span:active {
	background:#ccc;
}

ul.admin-menu li.group-name {
	margin-top: 10px;
}

ul.admin-menu li.group-name:first-child {
	margin-top: 0px;
}

ul.admin-menu li.group-name > a {
	display: block;
	background:#bbb;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
	font-weight: bold;
}
ul.admin-menu li.group-name > a:hover {
	background:#aaa;
}

/* submenus
----------------------------------------------- */
ul.admin-menu ul {
	list-style:none;
	margin:0;
	margin-bottom:0px;
}
ul.admin-menu ul li span {
	padding-left:30px;
}

ul.admin-menu ul ul li span {
	padding-left:45px;
}

ul.admin-menu ul ul ul li span {
	padding-left:60px;
}

ul.admin-menu ul ul ul ul li span {
	padding-left:75px;
}

ul.admin-menu ul ul ul ul ul li span {
	padding-left:90px;
}

ul.admin-menu ul ul ul ul ul ul li span {
	padding-left:105px;
}

ul.admin-menu ul ul ul ul ul ul ul li span {
	padding-left:120px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info .box {
	color:#ccc;
	background:#666;
	margin-bottom:10px;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 215px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #666;
}
#kwick .two {
	background: #777;
}
#kwick .three {
	background: #888;
}
#kwick .four {
	background: #999;
}




.delka1 {width: 22px;}
.delka2 {width: 44px;}
.delka3 {width: 240px;}
.delka4, textarea {width: 99%;}
.vyska1 {height: 50px;}
.vyska2 {height: 150px;}
.vyska3 {height: 250px;}
.vyska4 {height: 500px;}


.hvezda {
	color: red; font-size: 1.3em; 
	font-weight: bold; 
	font-family: Arial;
	position: relative; 
	top: 2px;
	margin-right: 2px;
}


.tf table {
	border-collapse: collapse;
	border: none; 
	width: 100%;
	text-align: left;
}

.tf table thead th,
.tf table thead td {
	font-weight: bold;
}

.tf table td, .tf table th {
	padding: 4px 10px 4px 5px;
	/*border: 1px solid #eeeeee;*/
}

.tf fieldset table td, .tf fieldset table th {
	padding: 4px 8px 5px 1%;
	/*border: 1px solid #eeeeee;*/
}

.tf table.mceLayout td, .tf table.mceLayout th {
	padding: 0px;
	/*border: 1px solid #eeeeee;*/
}

.tf table tbody td, .tf table tbody th {
	/*background-color: transparent;*/
}

.tf table th {
	padding: 4px 10px 0px 5px;
	vertical-align: top;
}

.tf table tbody th {
	text-align: right; 
	width: 30%;
}

.tf table td.header {
	padding: 4px 0px 5px 6px;
	font-size: 1.25em;
	font-weight: bold;
}

.tf input[type=submit], 
.tf input.submit {
	margin-left: 31%;
}

.tf ul.pozn li {
	font-style: italic;
}

.tf ul.pozn {
	margin: 5px 0px 5px 0px;
}

.tf ul.pozn li {
	margin-left: 20px;
}

.block.tf {
	margin-bottom: 10px;
}


.vypis-top .filtr {
	float: right;
}

.vypis-bottom .paginator {
	float: left;
}

.vypis-bottom .num-rows {
	float: right;
}

.vypis  {
	margin-bottom: 15px;
}

.vypis table thead tr td.number, 
.vypis table thead tr th.number {
	width: 60px;
}

.vypis table thead tr td.number-long, 
.vypis table thead tr th.number-long {
	width: 100px;
}

.vypis table tbody tr:hover td, 
.vypis table tbody tr:hover th {
	background-color: black;
	color: white;
}

.vypis table tbody tr:hover td a, 
.vypis table tbody tr:hover th a {
	color: white;
}

.vypis table tbody tr th {
	background-color: #CCCCCC;
}

.vypis table tbody tr:hover td a:hover, 
.vypis table tbody tr:hover th a:hover {
	color: white;
}

.vypis table thead a b span {
	color: red;
	font-size: 1.6em;
	font-weight: bold;
	position: relative;
}

.paginator a span {
	background-color: #666666;
	color: white;
	text-decoration: none;
	padding: 4px 7px 4px 7px;
}
.paginator a,
.paginator a:hover {
	text-decoration: none;
}

.paginator a:hover span {
	background-color: black;
	color: white;	
}

.paginator a.active span {
	background-color: black;
}


th.datetime,
td.datetime {
	white-space: nowrap;
}

th.date,
td.date {
	white-space: nowrap;
}

ul.notype {
	list-style-type: none;
}

th p:last-child,
td p:last-child {
	margin-bottom: 0px;
}


.module-filelist.module-filelist-images .file-list li,
#EXISTING_FILES li {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	display: block;	
}

.module-filelist.module-filelist-images .file-list li .fleft {
	width: 170px;
	padding: 0px 10px 10px 10px;
}

.module-filelist.module-filelist-images .file-list li .fright h4 {
	cursor: move;
}


fieldset.images {
	text-align: center;
}

fieldset.images img {
	margin: 0px 5px 8px 5px;
}


.module-filelist div.file-list ul {
	list-style-type: none;
}

.module-filelist div.file-list ul li {
	margin-left: 0px;
	padding: 10px 12px;
}

.module-filelist.module-filelist-images div.file-list ul li {
	padding: 0px;
}

.hidden {
	display: none;
}

#PAGE_PERMISSION_SELECTS {
	margin-bottom: 3px;

}

#PAGE_PERMISSION_SELECTS li {
	margin-left: 16px;
}

#PAGE_PERMISSION_ADD_LINK {
	margin-left: 18px;
}

a > span.extern,
a.extern {
	padding-right: 15px;
	margin-right: 2px;
	background: transparent URL('../../../_app/img/extern.png') no-repeat right center;
}

ul.alert-1 {
	vertical-align: top;
}
ul.alert-1 li {	
	padding-bottom: 5px;
	margin: 0px 0px 6px 0px;
	border-bottom: 2px solid black;
	list-style-type: none;
}

ul.alert-1 li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-style: none;
}

a.alert-add {
	font-weight: bold;
}

.tinymce-bottom-servise-line {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 99%;
	background-color: #F0F0EE;
}

.tinymce-bottom-servise-line-in {
	padding: 1px 5px 2px 5px;
}

.content-min-height {
	min-height: 400px;
}





.foto-admin-show-box img {
	padding: 10px;
}




.photogallery-chosser-loading {
	padding: 100px 0px 110px 0px;
	display: none;
	text-align: center;
	font-weight: bold;
}

.photogallery-chosser-wrapper {
}

div.photogallery-chosser-item  {
	float: left;
	margin: 0px 10px 8px 0px;
	padding: 6px 6px 4px 6px;
	text-align: center;
}

.photogallery-chosser-item:hover {
	background-color: black;
}

.photogallery-chosser-item:hover,
.photogallery-chosser-item:hover a {
	color: white
}

div.photogallery-chosser-item p:last-child {
	margin-bottom: 0px;
}

div.photogallery-chosser-item.omega  {
	margin-right: 0px;
}

.photogallery-chosser-wrapper .paginator-wrapper {
	height: 30px;
	text-align: center;
}

ul.photogallery-chosser {
	margin: 10px 0px 0px 0px;
}

li.photogallery-chosser-item {
	float: none;
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 6px 6px 8px 6px;
}

li.photogallery-chosser-item img {
	margin: 0px 10px 0px 0px;
}




ul.sortable li {
	font-size: 14px;
	padding: 5px 5px 6px 8px;
	margin: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	list-style-position: inside;
}

ul.sortable li .order {
	font-size: 20px;
	font-weight: bold;
}

ul.sortable li:hover {
	background-color: black;
	color: white;
}

/* LM */


#section-menu li li{
	margin: 0 0 0 20px;
	line-height: 2.2;
}

#section-menu li:not(.group-name) span {
	display: inline;
	margin-left: 0px;
	padding: 5px 8px;
}

#section-menu li nav {
	width: 100px;
	/*float: right;*/
	position: absolute;
	right: 8px;
	top: 2px;
	display: none;
}

#section-menu li > div:hover > nav {
	display: block;
}

#section-menu ul.admin-menu li div {
	position: relative;
}

.link-master, .link-link, .link-add, .link-edit, .link-del {	
	display: block;
	float: left;
}

#section-menu li .link-master {
	width: 100%;
}

#section-menu li .link-master span {
	display: block;
	padding: 2px 0px 3px 5px;
	line-height: 1.6;
}

.link-link, .link-add, .link-edit, .link-del {
	/*display: none;*/
	width: 19px;
	height: 17px;
	background: transparent none no-repeat 0px 0px;	
	display: block;
	margin-left: 1px;
	border: 2px solid transparent;
}

.link-link > span, .link-add > span, .link-edit > span, .link-del > span {
	display: none !important;
}

.link-link {
	background-image: URL('../images/icon/sitemap/ikona-link.png');
}

.link-link:hover {
	border-color: orange;
}

.link-add {
	background-image: URL('../images/icon/sitemap/ikona-add.png');
}

.link-add:hover {
	border-color: green;
}

.link-edit{
	background-image: URL('../images/icon/sitemap/ikona-edit.png');
} 

.link-edit:hover {
	border-color: blue;
}

.link-del  {
	background-image: URL('../images/icon/sitemap/ikona-del.png');
}

.link-del:hover {
	border-color: red;
}

div.nav-no-show-in-menu > a.link-master {
	font-style: italic !important;
	color: #444;
}


ul.sortable li {
	font-size: 14px;
	padding: 5px 5px 6px 8px;
	margin: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	list-style-position: inside;
}

ul.sortable li .order {
	font-size: 20px;
	font-weight: bold;
}

ul.sortable li:hover {
	background-color: black;
	color: white;
}


.tf input[type="submit"].button-no-left-space, .tf input.submit.button-no-left-space {
    margin-left: 1%;
}

.tf fieldset .center input[type="submit"], .tf fieldset .center input.submit {
    margin-left: 0px;
    margin-right: 0px;
}


.visual-serializable-data ul {
	margin-bottom: 8px;
}

.visual-serializable-data ul li {
	display: list-item;
	margin-left: 40px;
	/*padding: 10px;*/
	/*padding: 5px 0px 8px 20px;*/
	/*line-height: 2;*/
}

.visual-serializable-data ul li div span {
	padding: 3px 5px 3px 5px;
}

.visual-serializable-data ul li.key-type-a strong.key .info-1,
.visual-serializable-data ul li.value-type-a strong.value .info-1 {
	background-color: black;
	color: white;
}

.visual-serializable-data ul li.key-type-N strong.key .info-1,
.visual-serializable-data ul li.value-type-N strong.value .info-1 {
	background-color: black;
	color: white;
}

.visual-serializable-data ul li.key-type-s strong.key .info-1,
.visual-serializable-data ul li.value-type-s strong.value .info-1 {
	background-color: black;
	color: red;
}

.visual-serializable-data ul li.key-type-b strong.key .info-1,
.visual-serializable-data ul li.value-type-b strong.value .info-1 {
	background-color: black;
	color: green;
}

.visual-serializable-data ul li.key-type-i strong.key .info-1,
.visual-serializable-data ul li.value-type-i strong.value .info-1 {
	background-color: black;
	color: cyan;
}

.visual-serializable-data ul li.key-type-d strong.key .info-1,
.visual-serializable-data ul li.value-type-d strong.value .info-1 {
	background-color: black;
	color: orange;
}

.visual-serializable-data ul li div.visual-serializable-data-item-head {
	display: block;
}

.visual-serializable-data ul li div.visual-serializable-data-item-head strong.key,
.visual-serializable-data ul li div.visual-serializable-data-item-head strong.value {
	font-weight: normal;
}

.visual-serializable-data ul li div.visual-serializable-data-item-head strong span {
	margin-right: 10px;
}

.visual-serializable-data ul li div.visual-serializable-data-item-head strong span.info-0 {
	font-weight: bold;
	padding-left: 0px;
}

.visual-serializable-data ul li div.visual-serializable-data-item-head {
	background-color: white;
	padding: 10px 8px 12px 8px;
	margin-bottom: 4px;
}

.visual-serializable-data ul li div.visual-serializable-data-item-head strong.key {
	display: block;
	margin-right: 30px;
	float: left;
}

.visual-serializable-data ul li div.visual-serializable-data-item-head strong.value {
	display: block;
	float: left;
}





.file-browser-panel {
	float: left;
}

.file-browser-panel {
	width: 49%;
	margin-left: 0.5%;
	margin-right: 0.5%;	
}

.file-browser-panel-in  {
	
}

.file-browser-panel .vypis-top  {
	background-color: #555555;
	padding: 2px 5px 3px 3px;
}

.file-browser-panel.panel-active .vypis-top  {
	background-color: black;
}

.file-browser-panel .vypis-top .current-location span {
	/*padding: 2px 3px 3px 2px;*/
	color: white;
}

.file-browser-panel .vypis-top .current-location {
	float: left;
	padding-right: 10px;
}

.file-browser-panel .vypis-top .current-location a {
	font-weight: bold;
	padding: 2px 3px 3px 2px;
}

.file-browser-panel .vypis-top a {
	text-decoration: none;
	color: white;
}

.file-browser-panel .vypis-top a:hover {
	text-decoration: underline;
}

.vypis .vypis-bottom {
	/*display: none;*/
}

.vypis .vypis-table {
	overflow: auto;
}

.file-browser-panel .vypis .vypis-table  tr.active th,
.file-browser-panel .vypis .vypis-table  tr.active td {
	background-color: #005F49;
}
.file-browser-panel .vypis .vypis-table  tr.active th,
.file-browser-panel .vypis .vypis-table  tr.active td,
.file-browser-panel .vypis .vypis-table  tr.active th a,
.file-browser-panel .vypis .vypis-table  tr.active td a {
	color: white;
}

.file-browser-panel .vypis .vypis-table  tr.active:hover th,
.file-browser-panel .vypis .vypis-table  tr.active:hover td {
	background-color: black;
	color: white;
}

.file-browser-panel .vypis .vypis-table  tr.selected th,
.file-browser-panel .vypis .vypis-table  tr.selected td {
	background-color: #ff8c00;
}
.file-browser-panel .vypis .vypis-table  tr.selected th,
.file-browser-panel .vypis .vypis-table  tr.selected td,
.file-browser-panel .vypis .vypis-table  tr.selected th a,
.file-browser-panel .vypis .vypis-table  tr.selected td a {
	color: black;
}

.file-browser-panel .vypis .vypis-table  tr.selected:hover th,
.file-browser-panel .vypis .vypis-table  tr.selected:hover td,
.file-browser-panel .vypis .vypis-table  tr.selected:hover th a,
.file-browser-panel .vypis .vypis-table  tr.selected:hover td a {
	background-color: black;
	color: #ff8c00;
}


.file-browser-files-action {
	text-align: center;
}

.file-browser-files-action input {
	margin: 0px 2px 0px 2px;
}

.file-browser-panel table {
	border: 2px solid #BBBBBB;
}
.file-browser-panel.panel-active table {
	border: 2px solid black;
}

.file-browser-panel a,
.file-browser-panel a:hover {
	text-decoration: none;
}

.helper-wrapper,
.file-browser-html-container,
.file-browser-modal-container {
	display: none;
}

.file-browser-modal {
	
}

.file-browser-html {
	overflow: auto;
	height: 100%;
}

.file-browser-html-in {
	padding: 12px 10px;
}

.file-browser-type-image img {
	position: relative;
}

.file-browser-type-image img.resized {
	max-width: 100%;
	max-height: 100%;
}

.file-browser-modal .plupload_container {
	padding: 0px;
}

.file-browser-modal-menu-1 ul {
	position: absolute;
	top: 0px;
	right: 0px;
	list-style-type: none;
	border-bottom: 1px solid #BBBBBB;
}

.file-browser-modal-menu-1 ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #BBBBBB;
}

.file-browser-modal-menu-1 ul li a {
	display: block;
	padding: 3px 10px 4px 10px;
	background-color: #EEEEEE;
	color: black;
}

.file-browser-modal-menu-1 ul li.active a,
.file-browser-modal-menu-1 ul li:hover a {
	background-color: black;
	color: white;
}

ul.file-browser-modal-filelist-1 {
	overflow: auto; 
}

ul.file-browser-modal-filelist-1 li {
	clear: both;
	float: none;
	
}

ul.file-browser-modal-filelist-1 li > div {
	clear: both;
	float: none;
}

ul.file-browser-modal-filelist-1.multiline li {
	border-bottom: 1px solid black;
}

ul.file-browser-modal-filelist-1.multiline li:last-child {
	border-bottom-style: none;
}

ul.file-browser-modal-filelist-1 li > div.copy {
	background: transparent URL('../images/icon/copy-2.png') no-repeat 0px 0px;
	padding: 0px 0px 0px 58px;
}

ul.file-browser-modal-filelist-1 li span.info {
	float: right;
}

ul.file-browser-modal-filelist-1 li em {
	width: 58px;
	display: block;
	float: left;
}

ul.file-browser-modal-filelist-1 li.state-execute-start {

}

ul.file-browser-modal-filelist-1 li.state-waiting {

}

ul.file-browser-modal-filelist-1 li.state-executing {

}

ul.file-browser-modal-filelist-1 li.state-error {
	color: red;
}

ul.file-browser-modal-filelist-1 li.state-cancel,
ul.file-browser-modal-filelist-1 li.state-executed {
	color: #555555;
}

div.file-browser-window-menu-item ul {
	list-style-type: none;
	margin: 0px;	
}

div.file-browser-window-menu-item ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #BBBBBB;
}

div.file-browser-window-menu-item ul li a {
	display: block;
	background-color: #EEEEEE;
	color: black;
}

div.file-browser-window-menu-item ul li a.link {
	display: block;
	float: left;
	padding: 3px 2px 4px 5px;
}

div.file-browser-window-menu-item ul li a.close {
	float: right;
	padding: 3px 5px 4px 2px;
	background-color: #EEEEEE;
	color: black;
}


div.file-browser-window-menu-item ul li.active a,
div.file-browser-window-menu-item ul li:hover a {
	background-color: black;
	color: white;
}

.file-browser-window-content > .file-browser-window-content-in > ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.file-browser-window-content > .file-browser-window-content-in > ul > li {
	display: none;
	margin: 0px;
	padding: 0px;
}

.file-browser-window-content > .file-browser-window-content-in > ul > li.active {
	display: block;
}

.info-source-to-target p strong {
	width: 60px;
	display: block;
	float: left;
}

.info-source-to-target div.line-large p strong {
	width: 120px;
}

.fill, .fill-exact {
	width: 100%;
	height: 100%;
}

.fill-exact {
	margin: 0px;
}



.loading-1 {
	text-align: center;	
	position: relative;
}

.loading-1-in {
	/*position: absolute;*/
}

.loading-1-in span {
	background: transparent URL('../../../_app/img/nahravani.gif') no-repeat top center ;
	padding: 20px 0px 0px 0px;
	margin: 0px auto;
	font-size: 12px;
	font-weight: bold;
	display: block;
	position: relative;
}

.loading-1-in span.inline {
	display: inline;
	background-position: 0px 50%;
	padding: 0px 0px 0px 20px;
}

button .loading-1-in span.inline {
	font-weight: normal;
}

/* ======================= BOOTSTRAP ALERT  ================== */

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  /*-webkit-border-radius: 4px;*/
  /*-moz-border-radius: 4px;*/
  /*border-radius: 4px;*/
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}



.alert-container {
	text-align: center;
}

.alert.alert-fatal {
	color: white;
	background-color: red;
	border-color: red;
	font-weight: bold;
}

.alert.alert-error .div-border-left,
.alert.alert-error .div-border {
	border-color: #B94A48;
	border-style: solid;
	border-width: 0px;
}

.alert.alert-error .div-border-left {
	border-left-width: 3px;
	margin: 0px 50px 0px 50px; 
	padding-left: 10px; 
}



body.layout-free .CodeMirror {
	height: 100%;
}

.CodeMirror-alerts {

}

.CodeMirror-alerts button {
	display: none;
}

.CodeMirror-alerts > div.alert {
	background-color: #C09853;
	color: black;
	padding: 2px 4px 1px 4px;
}

.CodeMirror-alerts > div.alert:first-child {
	font-weight: bold;
}

.CodeMirror-alerts > div.alert:first-child {
	border-bottom: 2px solid white;
}


.CodeMirror-alerts > div.alert.alert-success {
	background-color: #468847;
	color: white;
}

.CodeMirror-alerts > div.alert.alert-info {
	background-color: #3A87AD;
	color: white;
}

.CodeMirror-alerts > div.alert.alert-error {
	background-color: #B94A48;
	color: black;
}

.CodeMirror-alerts > div.alert.alert-fatal {
	background-color: red;
	color: white;
}

.CodeMirror-alerts > div.alert.alert-inverse {
	background-color: black;
	color: white;
}

.CodeMirror {
	font-size: 14px;
}

.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }

.CodeMirror-foldmarker {
	color: blue;
	text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
	font-family: arial;
	line-height: .3;
	cursor: pointer;
}
.CodeMirror-foldgutter {
width: .7em;
}
.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded {
	color: #555;
	cursor: pointer;
}
.CodeMirror-foldgutter-open:after {
	content: "\25BE";
}
.CodeMirror-foldgutter-folded:after {
	content: "\25B8";
}

.CodeMirror .CodeMirror-alerts  {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}

.CodeMirror .CodeMirror-alerts .alert {
	margin-bottom: 0px;
}

/*.CodeMirror-vscrollbar {
	display: block !important;
}*/

.temporary {
	font-style: italic;
}


#site_info .box {
	margin-bottom: 0px;
}


.process-bar-1 {
	border: 1px solid #005F49;
	padding: 2px;
	position: relative;
	margin: 0px 0px 15px 0px;
}

.process-bar-1 .process-bar-in {
	width: 50%;
	background-color: #005F49;
	height: 16px;
}

.process-bar-1 .process-bar-status {
	position: absolute;
	width: 100%;
	text-align: center;
	color: black;
	height: 100%;
}

.process-bar-1.process-bar-status-over-half .process-bar-status {
	color: white;
}

.process-bar-1.process-bar-status-all .process-bar-in {
	background-color: #ff8c00;
}

.process-bar-1.process-bar-status-all .process-bar-status {
	color: white;
}



#MENU-CURRENT .active > a {
	font-weight: bold;
}



#bar-right-containter {
	position: fixed;
	right: 0px;
	top: 80px;
	z-index: 999;
}

#bar-right-chooser {
	background-color: white;
	border-top: 	4px solid black;
	border-bottom: 	4px solid black;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
}

#bar-right-chooser > ul,
#bar-right-chooser > ul > li {
	list-style-type: none;
	margin:0px;
	padding: 0px;
}

#bar-right-chooser > ul > li {
	border-left: 	4px solid black;
}

#bar-right-chooser > ul > li.active {
	border-left: 	4px solid #DDDDDD;
	background-color: #DDDDDD;
}

#bar-right-chooser > ul > li > a {
	width: 56px;
	height: 56px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

#bar-right-chooser > ul > li > a:hover {
	background-color: #DDDDDD;
}

#bar-right-content {
	position: relative;
	top: 0px;
	width: 300px;
	max-width: 300px;
	margin-right: 56px;
	background-color: #DDDDDD;
	padding: 10px;
	
	border-top: 	4px solid black;
	border-bottom: 	4px solid black;
	border-left: 	4px solid black;
	border-right: 	4px solid black;
}

#bar-right-content-in {
	min-height: 100px;
	max-height: 580px;
	overflow: auto;
}


#bar-right-notes > a {
	/* 
	http://www.iconarchive.com/show/icons8-metro-style-icons-by-visualpharm/MS-Office-One-note-icon.html 
	http://www.visualpharm.com/
	*/
	background-image: URL('../images/icon/bar-right/Microsoft-Office-One-note-icon-hover-48.png');
}

#bar-right-notes > a:hover {
	/* 
	http://www.iconarchive.com/show/ios7v2-icons-by-visualpharm/Microsoft-Office-One-note-icon.html 
	http://www.visualpharm.com/
	*/
	background-image: URL('../images/icon/bar-right/MS-Office-One-note-icon-48.png');
}

#bar-right-notes.active > a {
	/* 
	http://www.iconarchive.com/show/ios7v2-icons-by-visualpharm/Microsoft-Office-One-note-icon.html 
	http://www.visualpharm.com/
	*/
	background-image: URL('../images/icon/bar-right/MS-Office-One-note-icon-48.png');
}


#adminNotes_content	 {
	height: 150px;
}

fieldset#adminNotes_list {
	/*width: 100%;
	max-width: 100%;*/
}

fieldset#adminNotes_list .content {
	max-height: 150px;
	overflow: auto;
}

fieldset#adminNotes_list .content ul {
	margin: 0px 0px 5px 0px;
}

fieldset#adminNotes_list .content ul li {
	margin-left: 16px;
	/*height: 20px;*/	
	display: list-item;
}

fieldset#adminNotes_list .content ul li.active span.name {
	font-weight: bold;
}

fieldset#adminNotes_list .content ul li a {
	display: block;
	position: relative;
	width: 100%;
	/*top: -18px;*/
}

fieldset#adminNotes_list .content ul li a span.name {
	/*padding-right: 70px;*/
	/*position: relative;*/
	/*background-color: red;*/
	/*float: left;*/
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: calc(100% - 70px);
}

fieldset#adminNotes_list .content ul li a span.datetime {
	width: 70px;
	/*background-color: green;*/
	text-align: right;
	/*float: right;*/
	
	display: block;
	position: absolute;
	top: 2px; right: 0px;
	color: gray;
	font-size: x-small;
}

form#adminNotes_form legend {
	
}

form#adminNotes_form textarea {
	resize: vertical;
}

form#adminNotes_form .button-edit-line {
	position: relative;
}

form#adminNotes_form .button-edit-line span.link.del {
	color: red;
	position: absolute;
	right: 0px;
	top: 4px;
}


.input-info {
	font-style: italic;
}