/**
 * New css for clearinghouse only
 */

/****************************
 ***** ADMIN/OVERSIGHT ******
 ***************************/
.oversight-table {
	border-color: #00dd00; /* Temp record */
}

/*************************
 ***** COMMON RULES ******
 ************************/
.bold-cell {
	font-weight: bold;
}
.margin-bottom-10px {
	margin-bottom: 10px !important;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: right;
}
.min-padding {
	padding-bottom: 20px;
}
.text-red {
	color: red;
}

.dep-padding-for-views {
	padding-bottom: 150px;
}
.reviewer-info {
	margin: 12px;
	color: #1D3582;
}
.reviewer-info a:hover { text-decoration: none; }

/* Tooltip container */
.chips-tooltip {
	position: relative;
	display: inline-block;
	/*border-bottom: 1px dotted black; /* If you want dots under the hover-able text */
}

/* Tooltip text */
.chips-tooltip .chips-tooltip-text {
	visibility: hidden;
	width: 150px;
	background-color: red;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 200%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.chips-tooltip:hover .chips-tooltip-text {
	visibility: visible;
}
.remove-assignee {
	cursor: pointer;
}

.navbar {
	margin-bottom: 0 !important;
}

.jumbotron {
	padding: 30px 15px !important;
}

.report-header {
	text-align: center;
	font-weight: bold;
}

.report-counter-large {
	margin: 10px;
	font-weight: bold;
	font-size: 6em;
	text-align: center;
}

.no-link {
	text-decoration: none !important;
	color: #337ab7
}

.form-error {
	color: #990000;
}

.cell-50 {
	width: 50%;
}

.draft-text {
	color: #990000;
	font-weight: bold;
	font-style: italic;
}

.release-results {
	padding: 20px 20px 20px 0;
	color: #990000;
}

.label-block {
	width: 50px;
}