@charset "utf-8";


/* PAGES */


[data-variant="pages"][data-structure="entity"] {
    white-space: nowrap; 
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.25em;
  
}
[data-variant="pages"][data-structure="entity"] .ui-tabs-panel {
    /*white-space: nowrap;*/   
    overflow: visible;
    padding-right: 0px;
}

.editor [data-variant="pages"][data-structure="entity"]>[data-field="title"], 
.editor [data-variant="pages"][data-structure="entity"]>[data-field="position"]
{
	display: inline-block;	
}

.editor *:not([data-structure="set"])>[data-variant="pages"][data-structure="entity"]>[data-field="title"], 
.editor *:not([data-structure="set"])>[data-variant="pages"][data-structure="entity"]>[data-field="url"], 
.editor *:not([data-structure="set"])>[data-variant="pages"][data-structure="entity"]>[data-field="click"], 
.editor *:not([data-structure="set"])>[data-variant="pages"][data-structure="entity"]>[data-field="position"],
.editor *:not([data-structure="set"])>[data-variant="pages"][data-structure="entity"]>[data-field="active"], 
.editor *:not([data-structure="set"])>[data-variant="pages"][data-structure="entity"]>[data-field="anchored"], 
.editor *:not([data-structure="set"])>[data-variant="pages"][data-structure="entity"]>[data-field="hidden"] 
{
	display: block;	
}


.editor [data-structure="set"]>[data-variant="pages"][data-structure="entity"]>[data-structure="set"] {
	padding-left: 40px;
}






/* PAGES ITEMS*/
.editor [data-variant="pages_items"][data-structure="entity"]>[data-field="title"] {
	display: block;
}

.editor [data-variant="pages_items"][data-structure="entity"]>[data-structure="field"] {
	display: block;
}


.editor [data-structure="set"]>[data-variant="pages_items"][data-structure="entity"]>[data-field="data"] 
{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: unset;
    font-size: 80%;
}


.editor [data-structure="set"]>[data-variant="pages_items"][data-structure="entity"]>[data-field="area"]
{
    width: 6em;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5em;
}


.editor [data-structure="set"]>[data-variant="pages_items"][data-structure="entity"]>[data-field="active"]
{
    margin-right: 0.5em;
    width: 1.2em;
    display: inline-block;
    visibility: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    text-overflow: clip;
}
.editor [data-structure="set"]>[data-variant="pages_items"][data-structure="entity"]>[data-field="active"]:before
{
    content: '';
    font-family: 'FontAwesome';
    visibility: visible;    
}
.editor [data-structure="set"]>[data-variant="pages_items"][data-structure="entity"]>[data-field="active"][data-value="1"]:before
{
    content: '';
}

.editor [data-structure="set"]>[data-variant="pages_items"][data-structure="entity"]>[data-field="type"]
{
    margin-right: 0.5em;
    width: 1.2em;
    display: inline-block;
    visibility: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    text-overflow: clip;
}
.editor [data-structure="set"]>[data-variant="pages_items"][data-structure="entity"]>[data-field="type"][data-value="text"]:before
{
    content: '';
    font-family: 'FontAwesome';
    visibility: visible;    
}
.editor [data-structure="set"]>[data-variant="pages_items"][data-structure="entity"]>[data-field="type"][data-value="code"]:before
{
    content: '';
    font-family: 'FontAwesome';
    visibility: visible;    
}


.editor [data-structure="set"]>[data-variant="pages_items"][data-structure="entity"]>[data-field="tag"]
{
    margin-right: 0.5em;
    width: 1.2em;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    visibility: hidden;
    text-overflow: clip;
}
.editor [data-structure="set"]>[data-variant="pages_items"][data-structure="entity"]>[data-field="tag"]:before
{
    content: '';
    font-family: 'FontAwesome';
    visibility: visible;    
}
.editor [data-structure="set"]>[data-variant="pages_items"][data-structure="entity"]>[data-field="tag"][data-value="script"]:before
{
    content: '';
}


.editor [data-structure="set"]>[data-variant="pages_items"][data-structure="entity"]>[data-field="position"]
{
    margin-right: 0.5em;
    display: inline-block;
    width: 3em;
    flex-grow: 0;
    flex-shrink: 0;
}
.editor [data-structure="set"]>[data-variant="pages_items"][data-structure="entity"]>[data-field="position"]:before
{
    content: '';
    font-family: 'FontAwesome';
    margin-right: 0.5em;    
}


















[data-variant="pages"] .container_titles {
    display: none;
}

.pageInfoPanel {
    display: inline-block;
    /*width: 20em;*/
    /*background-color: green;*/
    background-color: var(--color-headline);
    /*background-image: linear-gradient(to bottom right, #218C1C, #256123);*/
    box-shadow: 3px 3px 3px 0px #00000042;
    color: white;
    padding: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}


[data-value-hidden="1"]>.pageInfoPanel {
    background-color: #777777;
}

[data-value-anchored="1"]>.pageInfoPanel {
    background-color: #660080;
}

[data-value-active="0"]>.pageInfoPanel {
    background-color: black;
}



.pageInfoPanel>* {
    display: inline-block;
    padding-right: 1em;
    vertical-align: middle;        
}

.pageInfoPanel>[data-field="title"] {
    width: 15em;
    overflow: hidden;
    text-overflow: ellipsis;
    
    background-color: transparent !important;
    padding: 0em;
    min-width: 2em;

}

.pageInfoPanel>[data-field="position"] {
    width: 2em;
    text-align: center;
}

.pageInfoPanel>[data-field="active"]{
    visibility: hidden;
}
.pageInfoPanel>[data-field="active"]:before{
    visibility: visible;
}
.pageInfoPanel>[data-field="active"][data-value="0"]:before {
    content: "\f204";
}

.pageInfoPanel>[data-field="hidden"]{
    visibility: hidden;
    width: 1.5em;
}
.pageInfoPanel>[data-field="hidden"]:before{
    visibility: visible;
}
.pageInfoPanel>[data-field="hidden"][data-value="0"]:before {
    content: "\f06e";
}





ul.sitemap, ul.sitemap ul {
    list-style-type: none;
    margin: 0px;
    padding-left: 2em;            

    font-weight: normal;
    text-transform: none;

}

ul.sitemap{
    padding-top: 1em;
    padding-bottom: 1em;

}


ul.sitemap li{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

ul.sitemap>li {
    padding-bottom: 2em;
    font-weight: bold;
    text-transform: uppercase;
}


ul.sitemap li::before {
    font-family: 'FontAwesome';
    font-weight: normal;
    width: 1em;
    padding-right: 0.5em;
    color: #218C1C;
}

ul.sitemap em {
    text-transform: none;
    font-weight: normal;
}
ul.sitemap em::before {
    font-family: 'FontAwesome';
    content: '';     
    font-weight: normal;
    color: #218C1C;
    width: 1em;
    padding-right: 0.5em;
    padding-left: 1.8em;
    font-size: 80%;

}


ul.sitemap>li::before {
    content: '';            
}
ul.sitemap>li>ul>li::before {
    content: '';            
}
