/* error-reporting-tool

 Copyright (C) 2013 Intel Corporation

 Licensed under the MIT license, see COPYING.MIT for details
*/

body {
	padding: 70px 40px;
}

.logo img {
        height: 25px;
        width: auto !important;
        margin-left: 1em;
}
.logo {
        padding-top: 4px;
        padding-bottom: 0px;
}

.btn .caret {
	 margin-left:5px;
}

td a {
	color:#333333;
}

td a:hover {
	color:#666666;
	text-decoration:underline;
}

td a:visited {
	color:#333333;
}

.popover {
	max-width:400px;
}

.commit {
        word-wrap: break-word;
	word-break: break-all;
        width: 140px;
}

.well {
	background-color: transparent;
}

.errorlist {
	list-style-type: none;
	margin-left: 0px;
}

.no-results {
	margin: 10px 0 0;
}

.navbar-inner .navbar-search {
	margin-top: 7px;
}

.navbar-inner form, .pagination form {
	margin: 5px 0 0;
}

.dropdown-menu {
	padding: 10px;
}

.sorted {
	color: #333;
	font-weight: bold;
}
.sorting-arrows {
	font-size: 12px;
}
.sorted:hover {
	color: #000;
	text-decoration: underline;
}
th a, th span {
	font-weight: normal;
}
.dl-vertical dd {
	margin-bottom: 10px;
}
.dd a {
	display: block;
	margin: 10px 0;
}
.popover-content p {
	margin-top: 10px;
}
.popover-content p > a {
	color: #0088CC;
}
.popover-content p > a:hover {
	color: #005580;
	text-decoration: underline;
}
.icon-filter {
	color: #0088CC;
	font-size:16px;
	padding-left:3px;
}

.icon-filter:hover {
	color: #005580;
	cursor: pointer;
	text-decoration:none;
}
.filter-applied {
	background-color: #f4f5f5;
}

.filter, .sorting-arrows {
        visibility : hidden;
}

#errors-table {
        display: none;
}

.build-details dd {
        word-wrap: break-word;
        word-break: break-all;
}
