/******************************************************************************
 * This file should contain all css applicable to 'title' nodes.
 * The file should be loaded by the index page.
 *
 * It allows the css values for title nodes to be overridden so a different
 * visual apperance can be done on the index page than inside the document.
 */

/******************************************************************************
 * Override common settings, use #nodechain-index to make sure the values
 * do not get overwritten by the template or other extensions.
 */
.nodechain-index h1 h2 h3 {
	margin: 12px 0;
}
.nodechain-document-container {
	font-size: 13px;
}
/* remove underline from links, underline on titles is confusing */
#nodechain-index a {
    text-decoration: none;
    color: black;
}
#nodechain-index a:hover {
	text-decoration: none;
	background-color: white;
}
#nodechain-index h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: none;
	background-color: white;
	border-bottom: 2px solid black;
}

/* error pop up */
.add_pupupquestion_link {
	width: 38%;
	margin: 0 auto;
	position: fixed;
	top: 5px;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 5px;
	z-index: 1;
}

/* redefine defaults for p elements */
#nodechain-index p {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 12px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: regular;
    line-height: 1.4em;
    text-align: left;
    text-decoration: none;
}

/******************************************************************************
 * Top of page title classes
 */
#nodechain-index .document-fullname {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    font-size: 175%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid black;
	}
#nodechain-index .document-description:before { content: '\2022\a0\a0'; } /* bullet &nbsp; &nbsp; */
#nodechain-index .document-description {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 15px;
    font-size: 120%;
    text-align: left;
}
#nodechain-index .viewpath-description:before { content: '\2022\a0\a0'; } /* bullet &nbsp; &nbsp; */
#nodechain-index .viewpath-description {
	padding-top: 0px;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 15px;
    font-size: 120%;
    text-align: left;
    }

/******************************************************************************
 * css classes used with 'title' nodes on the main index page
 */

/* select p with class title_document and then the first a element */
/* #nodechain-index p.title_document a { text-decoration: none; } */
#nodechain-index .title_document {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
	font-size: 175%;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid black;
    }
/* #nodechain-index p.title_titel a { text-decoration: none; } */
#nodechain-index .title_titel {
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    font-size: 150%;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid grey;
    }
/* #nodechain-index p.title_hoofdstuk a { text-decoration: none; } */
#nodechain-index .title_hoofdstuk {
    padding-top: 3px;
    padding-left: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 130%;
    text-align: left;
    text-decoration: none;
    }
/* #nodechain-index p.title_afdeling a { text-decoration: none; } */
#nodechain-index .title_afdeling {
    padding-top: 0px;
    padding-left: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 120%;
    text-align: left;
    text-decoration: none;
    }
/* #nodechain-index p.title_artikel a { text-decoration: underline; } */
#nodechain-index .title_artikel {
    padding-top: 0px;
    padding-left: 70px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 6px;
    margin-bottom: 1px;
    font-size: 110%;
    text-align: left;
    }
/* #nodechain-index p.title_bijlage a { text-decoration: none; } */
#nodechain-index .title_bijlage {
    padding-top: 3px;
    padding-left: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 100%;
	text-align: left;
    }
/* #nodechain-index p.title_bijlage_sub a { text-decoration: none; } */
#nodechain-index .title_bijlage_sub {
    padding-top: 0px;
    padding-left: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 100%;
    text-align: left;
    }

    
/* printer preview button that appears on top of the content or index page */
.printer-preview-button {
	display: block;
	width:100%;
	text-align:left;
	visibility:visible;
}
.printer-preview-button a {
	display:block;
	font-size:18px;
}

/* printer button that appears on top of the print preview */
.printer-button {
	display: block;
	width:100%;
	text-align:center;
	visibility:visible;
}
.printer-button a {
	display:block;
	font-size:18px;
	line-height:25px;
	margin-top:20px;
}














/* nodechain data tree form element */
.nodechain-datatree-checkbox {
	margin-top:0px !important;
}

/* Overlay */
.overlay {
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
	background-color:rgba(0,0,0,0.5);
	z-index:1;
}
.overlay .loading {
	display:none;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:50px;
	height:50px;
	top:48%;
	background:url(../images/loading.svg) no-repeat center center;
}
