* {
	font-family: Roboto,Arial,sans-serif;
}

body {
	color: #434b4f;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #d9edf7;
}

.alert-info {
	border-color: #bcf;
}

.list-group-horizontal .list-group-item {
	display: inline-block;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
 	border-right-width: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
	border-right-width: 1px;
}

#qapp-table-keyword td, #qapp-table-project td {
	cursor: pointer;
}}

.qapp-select td {
	background-color: #31708f;
	color: #d9edf7;
	cursor: pointer;
}

.qapp-select td:hover {
	background-color: #5190af;
	color: #fff;
	cursor: pointer;
}

.font-weight-bold {
	font-weight: bold;
}

.qapp-list-padding>li {
	padding: 10px 0;
}

.table-text-center td, .table-text-center th {
	text-align: center;
}

.text-bold {
	font-weight: bold;
}

#qapp-table-linkages button {
	margin: 3px;
}

.projectDelete {
	visibility: hidden;
}
