﻿
.no-troubles {
	text-align: center;
	margin-top: 20px;
	color: #666;
}
.no-troubles .fa {
	color: #5cb85c;
	font-size: 120px;
	margin-left: 15px;
}
.no-troubles h5 {
	font-weight: bold;
}
.no-troubles p {
	font-size: 12px;
}
.troubles > .trouble {
	border: 1px solid #aaa;
	position: relative;
	background: white;
}
.troubles > .trouble+.trouble {
	margin-top: -1px;
}
.troubles > .trouble.active {
	margin-bottom: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0, .2);
}
.troubles > .trouble+.trouble.active {
	margin: 6px 0;
}
.troubles > .trouble > .trouble-heading {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.troubles > .trouble.active > .trouble-heading {
	background: #fcf8e3;
}
.troubles > .trouble > .trouble-heading > .fa-warning {
	color: #f0ad4e;
}
.troubles > .trouble.active > .trouble-heading > .fa-warning {
	color: #e0ad4e;
}
.troubles > .trouble > .trouble-heading > .fa-times {
	color: #c9302c;
	position: relative;
	top: -1px;
}

.troubles > .trouble > .trouble-heading > .trouble-title {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	color: #777;
}
.troubles > .trouble.active > .trouble-heading > .trouble-title {
	color: #31708f;
}
.troubles > .trouble > .trouble-heading > .trouble-badge {
	color: white;
	float: right;
	padding: 2px 6px;
	background: #999;
	display: block;
	font-size: 11px;
	font-weight: bold;
	border-radius: 4px;
	position: relative;
	right: -1px;
}
.troubles > .trouble.active > .trouble-heading > .trouble-badge {
	background: #d9534f;
}
.troubles > .trouble > .trouble-body {
	padding: 10px;
	border-top: solid 1px #ccc;
	font-size: 12px;
}
.trouble > .trouble-body > h5 {
	margin: 0 0 4px;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
.trouble > .trouble-body > .help {
	margin: 0 0 8px;
	font-size: 12px;
	display: block;
}
.trouble > .trouble-body > .help > a {
	color: #158101;
}
.trouble > .trouble-body > .trouble-items {
	padding-left: 20px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}
.trouble > .trouble-body > .trouble-items > li {
	margin-left: -1px;
	line-height: 13px;
	font-size: 11px;
}
.trouble > .trouble-body > .trouble-items > li > a {
	text-decoration: none;
	color: #fe330b;
	cursor: pointer;
	font-family: 'Consolas', 'Operator Mono', 'Monaco', 'Menlo', monospace;
	margin-left: -4px;
	font-size: 11px;
}
.trouble > .trouble-body > .trouble-items > li.active > a {
	font-weight: bold;
	color: #b41e00;
}
