.exif-wrapper table {
	border: 1px solid #bbb;
	border-top: none;
	margin: 0 auto;
}

.exif-wrapper tr {
	border-top: 1px solid #bbb;
	margin: 0 auto;
	margin: 0;
}

.exif-wrapper td:first-child {
	border-right: 1px solid #bbb;
	background: #eee;
}

.exif-wrapper td {
	padding: 5px 10px 5px 10px;
	margin: 0;
}


.table-bordered {
	border-right: none !important;
}

.table-bordered td {
	border-right: 1px solid #ddd !important;
	border-left: none !important;
}

.navbar-static-top {
	padding-bottom: 30px;
}

.table-dark-header th {
	background: #666;
	color: #eee;
	border-color: #666;
	text-align: center;
}

input {
	max-width: 100%;
}

.nowrap {
	white-space: nowrap;
}

table tr.secondary-row td {
	border: none;
	padding-top: 0;
	margin-top: 0;
	font-size: 85%;
	line-height: 1em;
}

.disabled {
	color: rgba(0, 0, 0, 0.4);
}

tr.filter {}

#filter-row {
	border-top: 10px solid rgb(255, 255, 255);
	background-color: rgb(255, 255, 200);
}

.highlight {
	background-color: rgb(255, 255, 200);
}

#included-wares h4 {
	margin-top: 2em;
}

#included-wares h5 {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-left: 1%;
}

.ware-reference {
	display: none;
}

.find-record-detail {
	margin-bottom: 20px;
}

.fund-journal-group input[type=checkbox] {
	display: inline;
}

.fund-journal-group {
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}

.fund-journal-group .heading {
	font-weight: bold;
}

.fund-journal-group.add .heading {
	line-height: 12px;
}

.fund-journal-group .fund-group {
	width: 20%;
	float: left;
}

.fund-journal-group .fund-group-half {
	width: 50%;
	float: left;
}

.fund-journal-group {
	font-size: 10px;
}

.fund-journal-group label {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 0px;
}

.fund-journal-group input[type=text] {
	margin: 0px;
	padding: 0px;
	border-width: 1px 1px 1px 0px;
	text-align: center;
	border-radius: 0px;
	box-shadow: none;
}

.find-record-detail-comment {
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 10px;
	clear: both;
}

.find-record-detail-comment input {
	margin: 0;
}

.find-record-detail-comment label {
	font-size: 10px;
}

.find-record-detail-bg {
	background-color: #f9f9f9;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 1px #f0f0f0 inset;
}

.find-record-detail-group-header {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.find-record-detail-header {
	font-weight: bold;
}

.fund-journal-group>div:nth-child(2) input[type=text] {
	border-left-width: 1px !important;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.fund-journal-group>div:last-child input[type=text] {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.left {
	float: left;
}

.add-ware-single {
	margin-bottom: 20px;
}

#add-ware-area {
	display: none;
}

.tab-content {
	overflow: visible !important;
}

.file-preview-pager {
	text-align: center;
	margin-bottom: 5px;
}

.file-preview,
.file-preview-error {
	background-color: #eee;
	border: 1px solid #ccc;
	min-width: 100px;
	min-height: 100px;
	display: block;
	margin: 0 auto;
}

.file-preview-error {
	padding: 20px;
	text-align: center;
	width: 60%;
}

.pdf-file-preview {
	min-height: 500px;
}