a, a:active, a:focus {
	outline: none;
}

.log-detail .tab-content {
	height: 500px;
	word-wrap: break-word;
	overflow: scroll;
}

pre {
	word-wrap: break-word;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

.wrapper {
	display: flex;
	align-items: stretch;
	height: calc(100vh - 70px);
}

.flexcontainer {
	display: flex;
}

#content {
	overflow: auto;
}

#sidebar {
	min-width: 250px;
	max-width: 400px;
	overflow: auto;
}

#sidebar.active {
	display: none;
}

a[data-toggle="collapse"] {
	position: relative;
}

a.menulabel[aria-expanded="false"]::after, a.menulabel[aria-expanded="true"]::after
	{
	content: '\e259';
	float: right;
	font-family: 'Glyphicons Halflings';
	font-size: 0.6em;
}

a.menulabel[aria-expanded="true"]::after {
	content: '\e260';
}

body {
	background: #fafafa;
	overflow: hidden;
}

p {
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.7em;
	color: #999;
}

p a {
	text-decoration: underline;
}

a, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

#sidebar {
	background: #222;
	color: #fff;
	transition: all 0.3s;
	margin-top: -20px;
}

#sidebar .sidebar-header {
	padding: 20px;
	background: #6d7fcc;
}

#sidebar ul.components {
	padding: 20px 0;
	border-bottom: 1px solid #ffffff;
}

#sidebar ul p {
	padding: 10px;
	font-size: small;
}

#sidebar ul ul li.textitem {
	border-bottom: 0.5px dashed #ffffff;
}

#sidebar ul li>a {
	padding: 10px;
	font-size: 1.1em;
	display: block;
}

#sidebar ul ul > li {
	margin-left: 10px;
}


#sidebar ul li hover {
	color: #7386D5;
	background: #fff;
}

#sidebar ul li.active>a, a[aria-expanded="true"] {
	color: #fff;
	background: #7777;
}

div.bar {
	width: 35px;
	height: 5px;
	background-color: grey;
	margin: 6px 0;
}

.tool-box {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFF;
	margin: 10px;
	border: 1px solid #999;
	border-radius: 5px;
}

.tool-box.disabled {
    opacity: 0.5;
}
.tool-box.disabled > a {
    cursor: not-allowed;
}

.tool-box.disabled {
    opacity: 0.5;
}

.tool-box:not(.disabled):hover {
  background-color: lightgrey;
}

.tool-box:not(.disabled):active {
  background-color: white;
}

.tool-box > a {
  position: absolute;
  top: 0; right: 0;
  bottom: 0; left: 0;
}

.tool-box > .flag-icon {
    position: absolute;
    left: 10px;
}

.btn.focus {
  background-color: initial;
}

option:disabled {
    background-color: #80808080;
}
