
/* - ++resource++plone.formwidget.contenttree/contenttree.css - */
@media screen {
/* https://old.ff.jcu.cz/portal_css/++resource++plone.formwidget.contenttree/contenttree.css?original=1 */
.contenttreeWidget,
.contenttreePreview {
top: 4em;
position: absolute;
height: auto;
border: 1px solid #8CACBB;
margin: 0 0.5em;
bottom: 3.5em;
right: 0;
padding: 0.5em;
}
.contenttreeWidget {
left: 0;
width: 54%;
overflow-y: scroll;
}
.contenttreePreview {
width: 39%;
overflow-y: auto;
}
.contenttreeWidget li {
display: block;
padding-left: 0.5em;
}
.contenttreeWindowHeader h2 {
font-size: 100%;
}
/* */
.contenttreeWindow .formTabs {
display: block;
background-color: #ddd;
margin-left: 0;
padding: 0.25em 0.5em 0 0.5em;
font-size: 80%;
}
.contenttreeWindow li.formTab {
display: inline;
margin-right:0.25em;
}
.contenttreeWindow li.formTab a {
/* */
display: inline-block;
}
.contenttreeWindow li.formTab a {
line-height: 2.04em;
padding: 0 0.75em;
text-decoration: none;
border: none;
margin: 0 ;
}
.contenttreeWindow li.formTab a.selected {
font-weight: bold;
}
.contenttreeWindow li.formTab a.selected,
.contenttreeWindow li.formTab a:hover {
background: White;
color: Black;
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-webkit-border-top-left-radius: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
}
/* */
.contenttreeWidget .navTreeCurrentItem {
font-weight: bold;
}
.contenttreeWidget .navTreeCurrentItem li {
font-weight: normal;
}
.contenttreeWidget li a {
border-bottom: solid 1px transparent;
}
.contenttreeWidget .navTreeItem a {
border: none;
display: block;
text-decoration: none;
padding-top: 0.2em;
padding-bottom: 0.25em;
}
.contenttreeWidget .navTreeItem a:hover {
outline: 1px dotted #205C90;
}
.contenttreeWidget li.navTreeCurrentItem {
border: none !important;
background-color: transparent;
}
.contenttreeWidget li.navTreeCurrentItem > a,
.contenttreeWidget li.navTreeCurrentItem > a:hover {
border: none;
outline: none;
background-color: #205C90;
color: #fff !important;
}
/* */
* html .contentTreeWidget li.navTreeCurrentItem a,
* html .contentTreeWidget li.navTreeCurrentItem a:hover {
height: 1.6em;
}
.contenttreeWindow {
display: none;
position: fixed;
_position: absolute;
background-color: white;
z-index: 100;
}
.contenttreeWindow h2 {
display: block;
top: 0;
margin: 0;
}
.contenttreeWindowHeader {
padding: 0.5em;
}
.contenttreeWindowActions {
position: absolute;
width: 100%;
top: auto;
bottom: 0;
padding: 0.5em;
}
.contenttreeWindowBlocker {
z-index: 99;
width: 100%;
height: 100%;
opacity: 0.4;
background-color: black;
top: 0;
left: 0;
position: fixed;
_position: absolute;
_top: expression(eval((document.body.scrollTop)?document.body.scrollTop:document.documentElement.scrollTop));
}
.option {
display: block;
}

}

