
/* - forms.css - */
@media screen {
/* https://www.lgnoe.at/portal_css/forms.css?original=1 */
/* */
fieldset,
.editionComment {
line-height:1.5em;
margin:1em 0;
padding:0 1em 1em;
width:auto;
}
/* */
#content .field input[type="text"][name$=".title"],
#archetypes-fieldname-title input {
font-family: "Helvetica Neue", Arial, FreeSans, sans-serif;
line-height: 125%;
color: Black;
letter-spacing: -0.05em;
margin: inherit -0.05em;
font-size: 2em; /* */
font-weight: bold;
}
/* */
#content .field textarea[name$=".description"],
#archetypes-fieldname-description textarea#description {
font-family: Arial,FreeSans,sans-serif;
color:#666666;
font-size:1.25em;
font-weight: bold;
}
div.formControls {
margin: 1em;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
background-color: #ffffe0;
}
#content textarea {
font: 100% Monaco, "Courier New", Courier, monospace;
width: 100%;
}
#content select {
vertical-align: top;
}
#content fieldset {
border: 0.1em solid #329fd7;
border-style: solid none none none;
}
#content legend {
padding: 0.5em;
font-size: 85%;
}
label {
font-weight:bold;
}
label .fieldErrorBox {
font-weight: normal;
}
#content label {
}
#content optgroup {
font-style: normal;
font-weight: bold;
color: #999;
padding-left: 0.25em;
}
#content option {
color: black;
}
#content optgroup > option {
padding: 0 0.25em 0 1em;
}
dl.enableFormTabbing dd {
margin-left: 0;
padding-top: 2em;
}
.searchSection {
color: #76797c;
margin-top: 0.25em;
}
.searchSection label:hover {
color: Black;
}
.field {
clear: both;
margin-bottom: 1em;
}
.field input[type="text"] {
width: 20em;
}
.field input[type="text"][size] {
width: auto;
}
.field input[type="text"][name$=".title"],
input#title {
width: 100%;
}
.field.error input[type="text"][name$=".title"],
.error input#title {
width: 99%;
}
.fieldRequired {
background: url(required.png) center left no-repeat;
padding: 0 0 0 1em;
color: White;
}
.fieldUploadFile {
text-align: right;
margin-right: 0.75em;
display: none;
}
.fieldTextFormat {
text-align: right;
margin-right: 0.75em
}
.formHelp {
color: #555;
margin: 0 0 0.2em 0;
display: block;
font-weight: normal;
}
div.field.error {
background-color: #fdc;
border:  1px solid red;
padding: 0.5em;
margin:  1em 0;
}
.error .fieldRequired {
color: #d00;
}
div.error.warning {
background-color: transparent;
border: none;
margin-top: 0;
padding: 0;
}
div.error.warning input {
border: 2px solid red;
}
input.inputLabelActive {
color: #76797c;
}
textarea#form\.description {
height: 6em;
width: 99%;
}
table.listing tbody tr.odd.selected td,
table.listing tbody tr.odd.dragging td,
tr.dragging,
tr.selected {
background-color: #ffa;
}
table.listing tbody tr.odd.error td,
tr.error {
background-color: #fdc;
}
.multi-widget-field {
padding-left: 0.5em;
border-left: 1.5em solid #DDD;
}
.multi-widget-checkbox {
margin-left: -2em;
margin-right: 0.5em;
width: 1.5em;
display: inline-block;
}
/* */
body.template-logged_out #content,
body.template-login_form #content,
.pb-ajax #login-form {
text-align: center;
}
#fieldset-openid-login input, #login-form input {
font-size: 150%;
}
body.template-register #content input,
body.template-new-user #content input {
font-size: 150%;
width: inherit;
}
#fieldset-openid-login label, #login-form label {
margin-right:0.5em;
padding-top:0.2em;
text-align:right;
width: 10em;
display: inline-block;
}
#fieldset-openid-login .formControls input, #login-form .formControls input {
margin-left: 0.25em;
}
/* */
/* */
}


/* - ++resource++plone.app.discussion.stylesheets/discussion.css - */
@media screen {
/* https://www.lgnoe.at/portal_css/++resource++plone.app.discussion.stylesheets/discussion.css?original=1 */
/* */
.discussion .hide {
display: none;
}
/* */
.discussion,
#commenting {
/* */
clear: both;
}
.comment {
}
.commentImage {
float: left;
margin-right: 0.5em;
height: 3.5em;
}
.commentImage a:link {
/* */
border: 0px;
}
.commentImage img {
}
.commentDate {
display: block;
font-size: 85%;
line-height: 1.5em;
padding-top: 0.5em;
color: #76797C;
}
.commentBody {
clear: both;
margin: 1em 0;
overflow: auto;
border: 1px solid #ccc;
}
.commentBody p {
float: left;
}
.discussion .documentByLine {
float: left;
margin-left: 0;
margin-bottom: 0.5em;
}
.commentActions {
float: right;
text-align: right;
}
.discussion .discreet {
color: #666666;
font-size: 85%;
}
.loginbutton {
margin-bottom: 1.25em;
}
.commentactionsform {
display: inline;
}
.replyTreeLevel0 {
margin-left: 0em;
}
.replyTreeLevel1 {
margin-left: 1em;
}
.replyTreeLevel2 {
margin-left: 2em;
}
.replyTreeLevel3 {
margin-left: 3em;
}
.replyTreeLevel4 {
margin-left: 4em;
}
.replyTreeLevel5 {
margin-left: 5em;
}
.replyTreeLevel6 {
margin-left: 6em;
}
.replyTreeLevel7 {
margin-left: 7em;
}
.replyTreeLevel8 {
margin-left: 8em;
}
.replyTreeLevel9 {
margin-left: 9em;
}
.replyTreeLevel10 {
margin-left: 10em;
}
.defaultuserimg {
border: 0;
}
/* */
.reply fieldset {
/* */
margin: 0 !important;
}
.reply .text-widget {
display: block;
}
.reply-to-comment-button {
display: none;
}
.cancelreplytocomment {
display: none;
}
/* */
#bulkactions {
text-align: left;
}
#dobulkaction {
margin: 0.3em 0;
}
.comment-publish-button {
float: left;
margin-right: 0.5em;
}
.comment-delete-button {
float: left;
}
#review-comments {
margin: 0;
width: 100%;
}
#review-comments tbody tr {
vertical-align: top
}
#fieldset-moderate-comments {
padding: 2em 1em;
}
/* */
.template-discussion-settings .unclickable {
opacity: 0.6;
filter: alpha(opacity = 50);
}
/* */
/* */
.row #dobulkaction {
margin: 0;
}
.row #commenting {
font-size: 80%;
}
.row #commenting .formControls {
margin: 0;
}
.row #commenting textarea,
.row .discussion textarea {
font: 100% Monaco, "Courier New", Courier, monospace;
width: 100%;
}
.row #commenting fieldset,
.row .discussion fieldset {
border: 0.1em solid #329fd7;
border-style: solid none none none;
}
.row #commenting legend,
.row .discussion legend {
padding: 0.5em 0.5em 0.5em 0;
font-size: 85%;
}
.row #commenting label,
.row .discussion label {
font-weight:bold;
}
/* */
.overlay-edit-comment textarea {
height: 10em;
}
}


/* - ++resource++tinymce.stylesheets/tinymce.css - */
@media screen {
/* https://www.lgnoe.at/portal_css/++resource++tinymce.stylesheets/tinymce.css?original=1 */
#content ul.listTypeDisc {
list-style-type: disc;
list-style-image: none;
}
#content ul.listTypeSquare {
list-style-type: square;
list-style-image: none;
}
#content ul.listTypeCircle {
list-style-type: circle;
list-style-image: none;
}
#content ol.listTypeDecimal {
list-style-type: decimal;
list-style-image: none;
}
#content ol.listTypeLowerAlpha {
list-style-type: lower-alpha;
list-style-image: none;
}
#content ol.listTypeUpperAlpha {
list-style-type: upper-alpha;
list-style-image: none;
}
#content ol.listTypeLowerRoman {
list-style-type: lower-roman;
list-style-image: none;
}
#content ol.listTypeUpperRoman {
list-style-type: upper-roman;
list-style-image: none;
}

}


/* - ++resource++plone.app.jquerytools.overlays.css - */
@media screen {
/* https://www.lgnoe.at/portal_css/++resource++plone.app.jquerytools.overlays.css?original=1 */
div.overlay {
width: auto;
height: auto;
/* */
display: none;
/* */
margin: 1em;
}
div.overlay-iframe,
div.overlay-ajax {
width: 60%;
min-height: 100px;
z-index: 99; /* */
}
div.overlay-iframe {
height: 60%;
}
/* */
div.overlaybg div.close,
div.overlay div.close {
background-image: url("/++resource++plone.app.jquerytools.pb_close.png");
position: absolute;
left: -14px;
top: -14px;
cursor: pointer;
height: 30px;
width: 30px;
}
.pb-ajax {
overflow-y: auto;
}
.pb-ajax, .pb-image {
background-color: #fff;
border: 1px solid #999;
white-space: normal;
box-shadow: 0 0 3em 0.5em #666;
-moz-box-shadow: 0 0 3em 0.5em #666;
-webkit-box-shadow: 0 0 3em #666;
}
.pb-ajax > div {
width: 92%;
padding: 1em;
}
.pb-ajax .documentActions {display:none}
div.overlay div.close span {
display: block;
height: 1px;
margin: -1px 0 0 -1px;
overflow: hidden;
padding: 0;
width: 1px;
}
div.overlay textarea { width: 100%; }
/* */
div.overlay .link-parent { display: none; }
div.overlay #createGroup legend { display: none; }
div.overlay #createGroup fieldset { border: none; }
/* */
div.overlay p {
margin-bottom: 1em;
}
div.overlay label {
margin-bottom: 0.25em;
}
div.overlay a:hover {
color: #75ad0a;
}
div.overlay a.selected {
color: #000000;
}
div.overlay .formTab {
margin-right:1em;
font-weight: bold;
}
div.overlay .formTab.lastFormTab {
margin-right:0em;
}
div.overlay .formControls a {
display: block;
margin: 0.75em;
}
}


/* - ++resource++plone.app.jquerytools.dateinput.css - */
@media screen {
/* https://www.lgnoe.at/portal_css/++resource++plone.app.jquerytools.dateinput.css?original=1 */
/* */
/* */
.date {
border:1px solid #ccc;
font-size:18px;
padding:4px;
text-align:center;
width:194px;
-moz-box-shadow:0 0 10px #eee inset;
box-shadow:0 0 10px #eee inset;
}
/* */
#calroot {
margin-top:-1px;
width:198px;
padding:2px;
background-color:#fff;
font-size:11px;
border:1px solid #ccc;
z-index:1;
-moz-border-radius:5px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-box-shadow: 0 0 15px #666;
-webkit-box-shadow: 0 0 15px #666;
box-shadow: 0 0 15px #666;
}
/* */
#calhead {
padding:2px 0;
height:22px;
}
#caltitle {
font-size:14px;
color:#0150D1;
float:left;
text-align:center;
width:155px;
line-height:20px;
text-shadow:0 1px 0 #ddd;
}
#calnext, #calprev {
display:block;
width:20px;
height:20px;
background:transparent url("/prev.gif") no-repeat scroll center center;
float:left;
cursor:pointer;
}
#calnext {
background-image:url("/next.gif");
float:right;
}
#calprev.caldisabled, #calnext.caldisabled {
visibility:hidden;
}
/* */
#caltitle select {
font-size:10px;
}
/* */
#caldays {
height:14px;
border-bottom:1px solid #ddd;
}
#caldays span {
display:block;
float:left;
width:28px;
text-align:center;
}
/* */
#calweeks {
background-color:#fff;
margin-top:4px;
}
/* */
.calweek {
clear:left;
height:22px;
}
/* */
.calweek a {
display:block;
float:left;
width:27px;
height:20px;
text-decoration:none;
font-size:11px;
margin-left:1px;
text-align:center;
line-height:20px;
color:#666;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
/* */
.calweek a:hover, .calfocus {
background-color:#ddd;
}
/* */
a.calsun {
color:red;
}
/* */
a.caloff {
color:#ccc;
}
a.caloff:hover {
background-color:rgb(245, 245, 250);
}
/* */
a.caldisabled {
background-color:#efefef !important;
color:#ccc	!important;
cursor:default;
}
/* */
#calcurrent {
background-color:#498CE2;
color:#fff;
}
/* */
#caltoday {
background-color:#333;
color:#fff;
}
/* */
.caltrigger {
background:url('/popup_calendar.png') no-repeat 0 0;
height: 16px;
width: 16px;
display: inline-block;
border-bottom: none !important;
vertical-align: middle;
}
#calprev {
background-image:url("/++resource++plone.app.jquerytools.prev.gif");
}
#calnext {
background-image:url("/++resource++plone.app.jquerytools.next.gif");
}
#calroot {
z-index: 10000;
}

}


/* - collage.css - */
@media all {
/* https://www.lgnoe.at/portal_css/collage.css?original=1 */
/* */
.collage-image {
width: 100%;
}
.collage-featured-image {
float: right;
}
.featured-document {
background: #f3f3f3;
padding: 10px;
}
.collage-listitem {
margin-bottom: 1em;
}
.collage-item .documentActions {
display: none;
}
.collage-header {
font-size: 0.9em;
border-bottom: 1px solid White;
padding: 2px 0 2px 0!important;
position: relative;
margin-bottom: 2px !important;
}
.collage-header p.discreet {
font-size: 0.9em;
}
.collage-header span.icon img {
padding: 2px;
}
.collage-header span.icon img.alias {
padding: 0px;
border: 2px solid White;
}
.collage-item div.clickable a {
text-decoration: none;
border: none;
padding: 0 !important;
background: transparent !important;
}
.collage-header span {
color: #76797c;
text-transform: lowercase;
float: left;
}
.expandable-content span {
float: none;
}
.collage-existing-items select {
font-size: 80%;
}
.collage-existing-items .breadcrumbs {
background: url(https://www.lgnoe.at/logoIcon.gif) no-repeat left center;
padding-top: 4px;
padding-bottom: 4px;
margin-bottom: 8px;
padding-left: 20px;
border-bottom: 1px solid White;
}
.collage-existing-items .breadcrumbs a,
.collage-existing-items .breadcrumbs span {
font-size: 1.0em !important;
}
.collage-existing-items .field {
text-align: right;
display: block;
position: relative;
}
.collage-existing-items label {
display: none;
}
.collage-header a {
cursor: pointer;
}
.collage-header a.action,
.collage-header a.layout,
.collage-header a.create {
text-transform: lowercase;
margin-right: 0.2em;
text-decoration: none;
}
.collage-header a.delete-confirm {
color: red;
}
.collage-header a.action span.inactive,
.collage-header a.layout span.inactive {
text-decoration: underline;
}
.collage-header a.layout span.active {
color: Black;
}
.delete-object-icon {
float: left;
width: 14px;
height: 14px;
padding-right: 2px;
background: url(https://www.lgnoe.at/++resource++collage-resources/icon-delete.gif) no-repeat top left;
}
.copy-object-icon {
float: left;
width: 14px;
height: 14px;
padding-right: 2px;
background: url(https://www.lgnoe.at/++resource++collage-resources/icon-copy.gif) no-repeat top left;
}
.paste-object-icon {
float: left;
width: 14px;
height: 14px;
padding-right: 2px;
background: url(https://www.lgnoe.at/++resource++collage-resources/icon-paste.gif) no-repeat top left;
}
.split-column-icon {
float: left;
width: 14px;
height: 14px;
padding-right: 2px;
background: url(https://www.lgnoe.at/++resource++collage-resources/icon-split.gif) no-repeat top left;
}
.object-action-generic-icon {
float: left;
width: 14px;
height: 14px;
padding-right: 2px;
background: url(https://www.lgnoe.at/++resource++collage-resources/icon-object-action.gif) no-repeat top left;
}
/* */
.expandable-section .expandable-label .expandable-icon {
background: url(https://www.lgnoe.at/++resource++collage-resources/icon-plusminus.gif) no-repeat top left;
float: left;
width: 14px;
height: 14px;
padding-right: 2px;
margin-left: 3px;
}
.expandable-section .expandable-label.enabled .expandable-icon {
background-position: -20px 0%;
}
.expandable-section .expandable-label {
float: left;
line-height: 14px;
position: relative;
}
.expandable-content {
clear: both;
font-size: 0.9em;
display: none;
background-color: white;
padding: 0;
position: absolute;
z-index: 200;
margin-top: 3em;
border: 1px solid #74ae0b;
}
#collage .expandable-content h4 {
margin: 0;
background: #75AD0A url(https://www.lgnoe.at/++resource++collage-resources/collage_icon.png) no-repeat 3px center;
color: White;
display: block;
padding: 2px 2.2em;
border-bottom: 1px solid #74ae0b;
font-size: 0.9em;
}
.expandable-content .inner-content {
margin: 0.5em;
}
ul.collage-content-menu {
display: block;
list-style-image: none !important;
list-style-type: none !important;
margin-left: 0 !important;
}
ul.collage-content-menu li {
display: block;
}
ul.collage-content-menu li a {
border: none;
}
/* */
div.insert-existing-items h4 {
line-height: 16px;
}
input#insert-collage-row {
margin-top: 1em;
}
/* */
span.collage-navigation img {
width: 9px;
height: 9px;
}
span.collage-navigation {
margin-left: 4px;
}
span.collage-navigation a {
text-decoration: none;
}
/* */
.display-collagerow_default_view {
background-image: url(icon-collagerow_default_view.gif) !important;
}
.display-collagerow_largeleft_view {
background-image: url(icon-collagerow_largeleft_view.gif) !important;
}
.display-collagerow_largeright_view {
background-image: url(icon-collagerow_largeright_view.gif) !important;
}
.display-collagecolumn_default_view {
background-image: url(icon-collagecolumn_default_view.gif) !important;
}
/* */
.icons-on .collage-content-menu .contenttype-file {
background: no-repeat transparent 0px -433px url(contenttypes-sprite.png);
padding-left: 20px !important;
}
.icons-on .collage-content-menu .contenttype-image {
background: no-repeat transparent 0px -865px url(contenttypes-sprite.png);
padding-left: 20px !important;
}
/* */
.collage-quickedit {
float: right;
}
#collage .collage-row {
min-height:100%;
margin-left:auto;
margin-right:auto;
text-align:left;
position:relative;
width: 100%;
clear: both;
}
#collage div.collage-first-object,
#collage div.collage-first-object div.collage-item {
margin-left: 0;
}
#collage div.collage-last-object,
#collage div.collage-last-object div.collage-item {
margin-right: 0;
}
* html #collage .collage-row {
width:100%;
height:100%;
}
#collage .block_1,
#collage .block_2,
#collage .block_3,
#collage .block_4,
#collage .block_5 {
float: left;
}
.collage-item {
margin-bottom: 0.5em;
}
/* */
#collage .one-column .block_1 {
width: 100%;
}
#collage .two-columns-equal .block_1 {
width:49.49%;
}
#collage .two-columns-equal .block_2 { width:49.49%; }
#collage .three-columns-equal .block_1,
#collage .three-columns-equal .block_2,
#collage .three-columns-equal .block_3 {
width:32.5%;
}
#collage .three-columns-equal .block_2 { width:32.9%; }
#collage .four-columns-equal .block_1,
#collage .four-columns-equal .block_2,
#collage .four-columns-equal .block_3,
#collage .four-columns-equal .block_4 {
width: 24.2%;
}
#collage .four-columns-equal .block_2 { width: 24.4%; }
#collage .five-columns-equal .block_1,
#collage .five-columns-equal .block_2,
#collage .five-columns-equal .block_3,
#collage .five-columns-equal .block_4,
#collage .five-columns-equal .block_5 {
width: 19.2%;
}
#collage .five-columns-equal .block_2 { width: 19.2%; }
#collage .block_2,
#collage .block_4,
#collage .block_3,
#collage .block_4,
#collage .block_5,
#collage .block_6 {
padding-left: 1%;
}
#collage .two-columns-largeleft .block_1 {
width: 59%;
}
#collage .two-columns-largeleft .block_2 {
width: 40%;
}
#collage .three-columns-largeleft .block_1 {
width:59%;
}
#collage .three-columns-largeleft .block_2 {
width:19%;
}
#collage .three-columns-largeleft .block_3 {
width: 20%;
}
#collage .four-columns-largeleft .block_1 {
width: 40%;
}
#collage .four-columns-largeleft .block_2,
#collage .four-columns-largeleft .block_3,
#collage .four-columns-largeleft .block_4 {
width: 19%;
}
#collage .five-columns-largeleft .block_1 {
width: 24%;
}
#collage .five-columns-largeleft .block_2,
#collage .five-columns-largeleft .block_3,
#collage .five-columns-largeleft .block_4,
#collage .five-columns-largeleft .block_5 {
width: 18%;
}
#collage .two-columns-largeright .block_2 {
width: 59%;
}
#collage .two-columns-largeright .block_1 {
width: 40%;
}
#collage .three-columns-largeright .block_3 {
width:59%;
}
#collage .three-columns-largeright .block_1 {
width: 20%;
}
#collage .three-columns-largeright .block_2 {
width:19%;
}
#collage .four-columns-largeright .block_1,
#collage .four-columns-largeright .block_2,
#collage .four-columns-largeright .block_3 {
width: 19%;
}
#collage .four-columns-largeright .block_4 {
width: 40%;
}
#collage .five-columns-largeright .block_1,
#collage .five-columns-largeright .block_2,
#collage .five-columns-largeright .block_3,
#collage .five-columns-largeright .block_4 {
width: 18%;
}
#collage .five-columns-largeright .block_5 {
width: 24%;
}
/* */
#collage .collage-item .documentByLine,
#collage .collage-item .link-parent{
display: none;
}
/* */
#collage .unbatched-with-1 .column-block { width: 100%; }
#collage .unbatched-with-2 .column-block { width: 49.5%; }
#collage .unbatched-with-3 .column-block { width: 32.5%; }
#collage .unbatched-with-4 .column-block { width: 24.25%; }
#collage .unbatched-with-5 .column-block { width: 19%; }
#collage .unbatched-with-6 .column-block { width: 16.5%; }
/* */
#collage .collage-portlet-default {
/* */
}
#collage .collage-portlet-notification dt.portletHeader {
background-color: #ffffe3;
}
#collage .collage-portlet-help dt.portletHeader {
background-color: #ffffe1;
}
#collage .collage-layout-error {
background-color: yellow;
font-weight: bold;
}
#collage.edit .collage-header a {
font-size: 10px;
}
#collage.edit .collage-header a {
border: none !important;
}
#collage.edit .expandable-content a,
#collage.edit .expandable-content span {
font-size: 0.9em;
}
/* */
/* */
/* */

}


/* - ++resource++ContentWellPortlets.styles/ContentWellPortlets.css - */
@media all {
/* https://www.lgnoe.at/portal_css/++resource++ContentWellPortlets.styles/ContentWellPortlets.css?original=1 */
.managePortletsAboveLink,
.managePortletsBelowLink,
.manageFooterPortletsLink,
.manageInHeaderPortletsLink,
.managePortletsBelowTitleLink { text-align: center; margin: 0 auto 1em; clear:both;}
.portlet-manager-row .portlet-well_manager { width: 30%; float:left; margin:1%; }
.portlet-manager-row { width:100%; float:left; }
/* */
div.width-1\3a 5 { width:    17.75%; } /* */
div.width-2\3a 5 { width:    37.75%; } /* */
div.width-3\3a 5 { width:    57.75%; } /* */
div.width-4\3a 5 { width:    77.75%; } /* */
div.position-1\3a 5 {margin-left:    -78.875%;} /* */
div.position-2\3a 5 {margin-left:    -58.875%;} /* */
div.position-3\3a 5 {margin-left:    -38.875%;} /* */
div.position-4\3a 5 {margin-left:    -18.875%;} /* */
div.width-1\3a 6 { width:    14.416%; } /* */
div.width-5\3a 6 { width:    81.083%; } /* */
div.position-1\3a 6 {margin-left:    -82.208%;} /* */
div.position-5\3a 6 {margin-left:    -15.542%;} /* */

}

