/*
 *	DIB orange light: #FF8C00;
 *	DIB orange dark: #E67E00;
 *	DIB green light: #32CD32;
 *	DIB green dark: #2CB32C;
 *
 */


/*
	Orange: f0ad4e;
	Green : 5cb85c;
*/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

body {
	margin-top: 60px;
}

li {
	list-style: none;
}

.navbar > .container-fluid .navbar-brand {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-left: 90px;
}

.logging-panel {
	display: block;
	position: absolute;
	z-index: 2000;
	bottom: 10px;
	right: 10px;
}

.inline-block {
	display: inline-block;
}

.pointer-hand {
	cursor: pointer;
}

.margin-5-right {
	margin-right: 5px;
}

.margin-6-right {
	margin-right: 6px;
}

.margin-8-right {
	margin-right: 8px;
}

.margin-10-right {
	margin-right: 10px;
}

.text-18 {
	font-size: 18px;
}

.height-100, .container-fluid {
	height: 100%;
}

.link-style {
	cursor: pointer;
}

.main-container {
	display: inline-block;
	height: 100%;
}

.outputFormatBackground {
	background-color: #fff9b7 !important;
}

.outputFormatHeadline, .outputFormatHeadline::before {
	margin-right: 5px;
	color: #333;
	text-shadow: 2px 2px 2px rgba(35, 35, 35, 0.2);
	cursor: pointer;
}

.outputFormatRemove {
	margin-top: -3px;
	font-size: 18pt;
	color: #e15252;
	cursor: pointer;
	text-shadow: 2px 2px 2px rgba(35, 35, 35, 0.5);
}

span.spacer {
	margin-right: 8px;
}
/* Filetree */

.glyphicons.folder_open:before, .glyphicons.folder_closed:before {
	color: burlywood;
}

.glyphicons.file:before {
	color: lightblue;
}

.glyphicons.folder_closed,
.glyphicons.folder_open,
.glyphicons.file {
	padding-right: 0.8em;
}

.gui-filetree-offset {
	margin: 0 0 0 5px;
	padding: 0;
}

.container-100p {
	width: 100% !important;
}

.filetree-container {
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	height: calc(100vh - 235px);
}

.filetree {
	list-style: none;
	display: block;
	margin-left: 1em;
	padding: 0;
	cursor: pointer;
}

.ft-ul {
	display: block;
	padding: 0px;
	margin-left: 1em;
	list-style: none;
}

.ft-folder {
	display: block;
	padding: 0px;
	margin: 0px;
	margin-top: 0.2em;
	list-style: none;
	cursor: pointer;
	text-decoration: none;
}

.ft-file {
	display: block;
	padding: 0px;
	margin: 0px;
	margin-top: 0.2em;
	list-style: none;
	cursor: pointer;
	text-decoration: none;
}

.filetree-anchor {
	color: #333333;
}

.gui-filetree-item:hover {
	display: block;
	background-color: #e6e6e6;
	text-decoration: none;
}

.isSelected {
	display: block;
	background-color: #9e9e9e;
}

.notSelected {
	background-color: white;
}
