
/* - ploneCustom.css - */
@media all {
/* https://www.karikaturmuseum.at/portal_css/ploneCustom.css?original=1 */
a[href^="admissions.html"] {
display: none;
}
}


/* - ++resource++noeku.sync.vknoe/styles.css - */
@media screen {
.syncstate_never {
    padding: 0px 0.5em;
    background-color: red;
    border: 0.1em solid red;
    color: #FFF;
    border-radius: 0.5em;
}
.syncstate_outofdate {
    padding: 0px 0.5em;
    background-color: orange;
    border: 0.1em solid orange;
    color: #FFF;
    border-radius: 0.5em;
    
}
.syncstate_uptodate {
    padding: 0px 0.5em;
    background-color: #436976;
    border: 0.1em solid #436976;
    color: #FFF;
    border-radius: 0.5em;
}

.column-sync{
	width: 2% !important;	
}


table.vknoe_sync_listing {
    border-spacing: 1px;
    border-collapse: separate;
}
table.vknoe_sync_listing th {
    background: lightgrey;
}
table.vknoe_sync_listing th,
table.vknoe_sync_listing td {
    padding: 0.2em !important;
    width: 10%;
}

table.vknoe_sync_listing td.syncstate_never,
table.vknoe_sync_listing td.syncstate_outofdate,
table.vknoe_sync_listing td.syncstate_uptodate {
    border: none;
    border-radius: 0;
}
table.vknoe_sync_listing td.syncstate_never {
    background-color: red !important;
}
table.vknoe_sync_listing td.syncstate_outofdate {
    background-color: orange !important;
}
table.vknoe_sync_listing td.syncstate_uptodate {
    background-color: #00FF00 !important;
}

table.vknoe_sync_listing th:nth-child(1) {
    width: 4em;
}
table.vknoe_sync_listing th:nth-child(2) {
    width: 12em;
}
table.vknoe_sync_listing th:nth-child(5) {
    width: 20em;
}
table.vknoe_sync_listing .column-path {
    max-width: 14em;
    overflow: auto;
}

.sync_listing_filter {
    margin-bottom: 1em;
}
.sync_listing_filter .btn-group {
    margin-left: 1em;
}
.sync_listing_filter .btn-group .btn + .btn {
    margin-left: -1px;
}

body.site-en dl#noeku-vknoe-sync-contentmenu{
    display:none;
}

}


/* - ++resource++plone.formwidget.autocomplete/jquery.autocomplete.css - */
@media screen {
/* https://www.karikaturmuseum.at/portal_css/++resource++plone.formwidget.autocomplete/jquery.autocomplete.css?original=1 */
.ac_results {
padding: 0px;
border: 1px solid black;
background-color: white;
overflow: hidden;
z-index: 99999;
}
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}
.ac_results li {
margin: 0px;
padding: 2px 5px;
cursor: default;
display: block;
font: menu;
font-size: 12px;
line-height: 16px;
overflow: hidden;
}
.ac_loading {
background: white url('/++resource++plone.formwidget.autocomplete/indicator.gif') right center no-repeat;
}
.ac_odd {
background-color: #eee;
}
.ac_over {
background-color: #0A246A;
color: white;
}

}

