body { 	padding: 0px; 	margin: 0px; }

body, input, button, textarea, select, table, tr, td {
	/*
	font-family: 'Roboto', 'Open Sans', 'Lucida Sans Unicode', Arial, sans-serif;
	font-weight: 400;
	*/
}

body {
	font-size: 100%;
	padding-top: 3.5rem;
}

input, button, textarea, select, table, tr, td {
	font-size: 100%;
}


/************************************
*  Layout
************************************/

html {
	height: 100%;
}

body {
	/*background-color: #aaa;*/
	color: #2e2b1e;
	height: 100%;
}

div#site-header {
	height: 3rem;
	padding: 0;
	margin: 0 1rem;
}

div#project-header {
	height: 4rem;
	padding: 0.7rem;
	background-color: #1553AB;
}

div#project-header-title {
	height: 3rem;
	padding: 0rem;
}

div#content {
	text-align: left;
	margin: 0rem 1rem;
	padding: 0rem 0rem 1rem;
}

div#navbar {
	border-bottom: 1px solid #ccc;
}

div#navbar nav {
	
}

/************************************
*  Links
************************************/

a {
	color: #1553AB;
	text-decoration: none;
}

/*
a:hover {
	text-decoration: underline;
}
*/

a img{
	border:none;
}

table.sort-table a {
	display: block;
}

table.sort-table a:hover {
	text-decoration: none;
}

div#nodeDocumentContent a, div#nodeDocumentContent a {
	text-decoration: underline;
}

/*
div#content a[href^="http:"], div#content a[href^="https:"] {
	background: url(/img/link-icon-world.png) right center no-repeat;
	padding-right: 12px;
}
*/


/************************************
*  Headers
************************************/

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
	font-weight: normal;
	color: #666;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
/*
	font-family: 'Roboto', 'Open Sans', 'Lucida Sans Unicode', Arial, sans-serif;
	font-weight: 500;
*/
}

h1, .h1 {
	font-size: 1.8rem;
	margin-top: 0.6rem;
}

h2, .h2 {
	font-size: 1.5rem;
	margin-top: 1rem;
}

h3, .h3 {
	font-size: 1.2rem;
	margin-top: 1rem;
}

h4, .h4 {
	font-size: 1.1rem;
	margin-top: 1rem;
}


/************************************
*  Normal paragraphs
************************************/

p {
	line-height: 1.4rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}


/************************************
*  Separators
************************************/

hr {
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: 0;
}


/************************************
*  Diff
************************************/

ins, ins p, ins h1, ins h2, ins h3, ins h4 {
	color: #080;
	background-color: #afa;
}

del, del p, del h1, del h2, del h3, del h4 {
	color: #f00;
	background-color: #faa;
}


/************************************
*  Icons
************************************/

.icon {
	font-size: 1em;
	width: 1em;
	height: auto;
	display: inline-block;
	vertical-align: -0.15em;
	margin: 0;
	margin-bottom: 0em;
}

a:hover .icon {
	decoration: none;
}


.node-icon-folder { color: #e5be30; }
.node-icon-link { color: #6e1abc; }
.node-icon-shortcut { color: #056821; }




/* TODO: Check if this is unnecessary */
.icon svg {
	fill: red;
}
.icon-msword { fill: blue; }
.icon-pdf { fill: red; stroke: red; }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 1em;
font-style: normal;
margin-left: 0em;
}

/************************************
*  Forms
************************************/

.nodeClassForm input[type='text'], .nodeClassForm textarea {
	width: 25rem;
}


/************************************
*  Forms
************************************/

div.formArea {
	margin-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	border: 1px solid #ccc;
	background-image: url(/img/background-top-gradient-gray.png);
	background-repeat: repeat-x;
}

div.formArea form {
	padding-bottom: 0;
	margin: 0;
}


/************************************
*  Site header
************************************/

div#site-header p {
	padding: 0.5rem;
}

div#site-header p {
	margin: 0;
}


/************************************
*  Project header
************************************/

div#project-header h1 {
	font-size: 2rem;
	margin: 0;
	color: #fff;
}

div#project-header h1 a {
	color: #fff;
	text-decoration: none;
}


/************************************
*  Lists
************************************/

ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

.nobullets ul {
	list-style: none;
	padding-left: 0em;
}

.nobullets ul ul {
	list-style: none;
	padding-left: 2em;
}

.nobullets li {
}

ul.tree li, ul.tree ul {
	padding-top: 0;
	padding-bottom: 0;
}

ul.tree li.link {
	list-style-image: url('/img/icons/bullet_go_tight.png');
}


/************************************
*  Images
************************************/

img.icon {
	vertical-align: middle;
}

table img.icon {
	vertical-align: middle;
}

button img.icon {
	vertical-align: middle;
}

/************************************
*  Misc elements
************************************/

div.workarea {
	padding: 10px;
	border: 1px solid #aaa;
	background-color: #fff;
}

.mceContentBody {
	background-color: #fff;
}

.padding-all {
	padding: 1em;
}

.no-padding-all {
	padding: 0em;
}

.margin-all {
	margin: 1em;
}

.no-margin-all {
	margin: 0em;
}

.margin-top {
	margin-top: 1em;
}

.margin-bottom {
	margin-bottom: 1em;
}

.no-margin-top {
	margin-top: 0em;
}

.no-margin-bottom {
	margin-bottom: 0em;
}

/************************************
*  Nav Tab Panels
************************************/

.tab-pane-outline {
	border-style: solid;
	border-color: rgb(221, 221, 221);
	border-width: 0px 1px 1px 1px;
}


/************************************
*  Icons
************************************/

nav span.material-icons {
	opacity: 0.4;
}

/************************************
*  Breadcrumbs
************************************/

.breadcrumbs a {
	color: #999;
	text-decoration: none;
	padding-left: 0.2em;
	padding-right: 0.2em;

/*	padding: 5px;  */
}

.breadcrumb-icon {
	opacity: 0.7;
}

a:hover .breadcrumb-icon {
	opacity: 1;
}

.breadcrumbs a:hover span.breadcrumb-text {
	color: #1553AB;
	text-decoration: underline;
/*
	text-decoration: none;
	background-image: url(/img/background-quickbutton-hover.gif);
	padding: 4px;
	border: 1px solid #E5C654; /* Border background-quickbutton-hover */
*/
}

.breadcrumb-separator {
	vertical-align: middle;
	margin-left: 2px;
	margin-right: 2px;
}

.breadcrumbs img.icon {
	vertical-align: middle;
}


/************************************
*  Tables
************************************/

table.non-fluid {
	width: auto !important;
}

table.padded td {
	padding-right: 0.8rem;
}

thead tr td, td.thead {
	font-weight: bold;
}

table:not([data-sortable]) td {
	page-break-inside: avoid;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
}

/*
table tr.even {
	background-color: #f6f6f6;
}

div#nodeDocumentContent table, .mceContentBody table {
	border-collapse: collapse;
}

div#nodeDocumentContent td, .mceContentBody td {
	padding: 0.2rem;
	vertical-align: top;
	border: 1px solid #ccc;
}

table.sort-table tbody tr:hover {
	background-color: #eee;
}

table.sort-table tbody td.clickable {
	padding-top: 0;
	padding-bottom: 0;
}

table.sort-table tbody td.clickable a {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}

table.sort-table tbody td.clickable:hover {
	background-image: url(/img/background-quickbutton-hover.gif);
	background-color: #f1d454;
}

table.sort-table td {
	height: 1.8rem;
}
*/

/************************************
*  Boxes
************************************/

.box-gray {
	padding: 0rem 1rem;
	border: 1px solid #ddd;
	background-color: #eee;
}

.box-red {
	padding: 0rem 1rem;
	border: 1px solid #dbb;
	background-color: #ecc;
}

.box-green {
	padding: 0rem 1rem;
	border: 1px solid #bdb;
	background-color: #cec;
}

.box-yellow {
	padding: 0rem 1rem;
	border: 1px solid #ee9;
	background-color: #ffa;
}

.box-blue {
	padding: 0rem 1rem;
	border: 1px solid #bdd;
	background-color: #cee;
}

/************************************
*  Messages
************************************/

#messageBox {
	position: absolute;
	top: 4rem;
	left: 50%;
	margin-left: -15rem;
	width: 30rem;
}

#importantMessage {
	border: 1px solid red;
	padding: 0.5rem;
}

#flashMessage, #authMessage {
	border: 1px solid black;
	padding: 0.5rem;
	background-color: yellow;
	border: 1px solid #bdb;
	background-color: #cfc;
}

.important {
	font-weight: bold;
	color: red;
}

#errorMessage, .errorMessage, #warningMessage, .warningMessage {
	border: 1px solid #dbb;
	background-color: #fcc;
	padding: 0.5rem;
	border: 1px solid #f44;
	background-color: #fcc;
}

div.error-message {
	color: red;
}

.discreet {
	color: #999;
}

.discreetBorder {
	border: 1px solid #ccc;
}

.caption {
	color: #999;
	white-space: nowrap;
}

.smallCaption {
	font-size: x-small;
	color: #999;
	white-space: nowrap;
}


/************************************
*  Print settings
************************************/

.onlyPrint {
	display: none;
}

@media print {

	body {
		font-size: 75%;
		background-color: transparent;
		height: auto;
	}

	div#container { width: 100%; }
    div#header { display: none }
	div#content { margin: 0rem }
	div#navbarMain { display: none }
	div#navbar { display: none }
	div#messageBox { display: none }

    .dontPrint { display: none }
    div.onlyPrint { display: block }
    span.onlyPrint { display: inline }

}