/* This is the default them CSS. You can customize it using the custom.css file. */
body {
	background-color: #483d8b;
}
.main-content {
	background-color: #e6e6e6;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header {
	padding-top: 20px;
	padding-bottom: 20px;
}
.header .img-responsive {
	margin: 0 auto;
}
.alert a, .alert a:hover, .alert a:focus, .alert a:active, .alert a:visited {
	color: inherit;
}
.panel {
	margin-top: 20px;
	margin-bottom: 0px;
	border-radius: 0px;
}
.well {
	margin-bottom: 0px;
	border-radius: 0px;
}
.footer p {
	color: #fff;
	margin-top: 10px;
	font-size: 13px;
}
.timeline-body {
    word-break: break-word;
}
.timeline>li>.timeline-panel {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
}
.timeline:before {
	background-color: #f5f5f5;
}
.timeline > li > .timeline-panel:before {
	border-left: 15px solid #e3e3e3;
	border-right: 0 solid #f5f5f5;
}
.timeline > li > .timeline-panel:after {
	border-left: 14px solid #f5f5f5;
	border-right: 0 solid #f5f5f5;
}
.timeline>li>.timeline-panel.past-incidents:before {
	top: 14px;
}
.timeline>li>.timeline-panel.past-incidents:after {
	top: 15px;
}
.clickable {
	cursor: pointer;
}
.success {
	color: #3da73f;
}
.warning {
	color: #a77d3d;
}
.danger {
	color: #a73d3d;
}
.info {
	color: #5bc0de;
}
