/**
 * Styles for NSDA Resources table
 */

/* Tablesorter Tables */
.hide-column {
	display: none;
}

.tablesorter thead .disabled {
	display: none;
}

.nsda-resource-table .free {
	color: #5E514E;
	font-size: 10px;
}
.nsda-resource-table .free i {
	font-size: 14px;
}

.nsda-resource-table .lock-member {
	color: #3473A4;
	font-size: 10px;
}
.nsda-resource-table .lock-member i {
	font-size: 14px;
}

.nsda-resource-table .lock-rp {
	color: #F26322;
	font-size: 10px;
}
.nsda-resource-table .lock-rp i {
	font-size: 14px;
}

.nsda-resource-table th.tablesorter-header {
	background-color: #DBD6D2;
}

.nsda-resource-table tr.odd td {
	background-color: #EEEEEE;
}

.nsda-resource-table th.access-column {
	min-width: 100px;
}

.nsda-resource-table th.date-column {
	min-width: 100px;
}

.nsda-resource-table td.date-column {
	font-size: 12px;
}

/* Link clouds */
.filter-tag {
	font-size: 10px;
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
.filter-tag.selected {
	background: #00AAE7;
	color: white;
	border: 1px solid #00AAE7;
}
.filter-tag.selectable {
	background: #DBD6D2;
	color: #5E514E;
	border: 1px solid #DBD6D2;
}
.filter-tag.unselectable {
	background: #EEEEEE;
	color: #DBD6D2;
	border: none;
}

.filter-search {
	width: 200px;
	height: 40px;
	padding: 0.7em;
	border: 1px solid #DBD6D2;
	color: #5E514E;
	font-size: 12px;
}

div.clear-filters {
	margin-top: 10px;
	margin-bottom: 10px;
}
a.clear-filters {
	padding: 5px;
	background-color: #00AAE7;
	color: white;
}

div.search-filters, div.access-filters {
	padding-bottom: 10px;
}

/* Attachment Display */
.nsda-attachments {
	text-align: center;
}

.nsda-attachments i {
	color: #00AAE7;
	font-size: 96px !important;
}
