@CHARSET "UTF-8";

* {
	padding: 0;
	margin: 0;
}

a, a:hover, a:visited {
	text-decoration: none;
}

button {
	padding: 2px 10px;
}

.btn.btn-xs {
	font-size:0.7rem

}

input[type=checkbox] {
	margin-right: 5px;
}

img.framed {
	border: 1px solid black;
	padding: 5px;
}

fieldset {
	margin-top: 20px;
}

legend {
	font-weight: bold;
}

input[type=text],input[type=password] {
}

.error {
	color: #e00;
}

.db_info {
	font-size: 0.7rem;
}

input[type=submit] {
	padding: 2px 15px;
}

.header {
	background-color: #335CB3;
	padding-top: 1px;
	position: relative;
}

.header .appname {
}

.header h1 {
	padding: 0 10px;
	line-height: 1.1em;
	margin: 0;
	font-weight: bold;
}

.header h2 {
	font-size: 1.5rem;
	padding: 0 10px;
	margin: 0;
}

.header .logos {

}

.header .logos img {
	margin-left: 10px;
}

.header_toolbar {
	float: right;
}

.header_toolbar li {
	float: right;
	border: 0;
    margin-right: 0;
    margin-left: 10px;
    padding-right: 0;
}

.footer {
	margin-top: 30px;
	background-color: #efefef;
	color: #4d4d4d;
	font-size: 0.7rem;
	line-height: normal;
}

.footer a,.footer a#visited {
}

#content {
    min-height:calc(100vh - 87px);
}

h1 a {
	color: #bfd8f2;
	text-decoration: none;
}

h1 {
	line-height: normal;
}

h2 {
	line-height: 1.2em;
	margin: 5px 0 15px 0;
}

h2.region_name {
	font-weight: bold;
}

h3 {
	margin: 20px 0 10px 0;
}

h4 {
	font-weight: bold;
	margin: 20px 0 3px 0;
}

#templateholder {
	margin: 10px;
}

.header .logo {
	float: left;
	width: 200px;
	margin: 5px 0 15px 0;
}

.search_form {
	margin: 15px 0;
}

.search_form h3 {
	margin: 10px 0;
}

.search_form.startPage {
	margin-bottom: 40px;
}

.search_form .options {
	margin-top: 5px;
}

.facet_area {
}

.facet {
	margin-bottom: 20px;
}

.facet strong.selected {
	color: #C0432D;
}

span.count {
}

.facet h2 {
	font-size: 1.3rem;
	margin-bottom: 5px;
}

ul {
	list-style: none;
	margin: 10px 0;
}

ul.libraries .library_name {
	font-size: 1.2em;
	font-weight: bold;
}

ul.libraries ul {
	margin-bottom: 10px;
}

table.libraries tr {
	margin-bottom: 1rem;
}

table.libraries td, table.collections td {
	padding-left: 5px;
}

.result_area {
}

.result_area .header {
	background-color: #bfd8f2;
	padding: 10px;
	margin-bottom: 10px;
	color: #003366;
}

.result_area .header .inactive {
	color: #aaa;
}

.result_area .odd .result_item {
	background-color: #f0f0f0;
}

.result_area .mediatype {
	font-weight: bold;
}

.clear {
	clear: both;
}

body a, body a#visited {
	color: #0066cc;
}

table td.lre_name {
	text-align: right;
	font-weight: bold;
	vertical-align: baseline;
	padding-right: 1rem;
}

.deactivated {
	color: #777;
}

.bottom_links {
	margin: 20px 0 0 0;
}

.green {
	background-color: #6ec155;
}

.red {
	background-color: #cf552f;
}

.warn {
	background-color: #f7f946;
}

.search_links, .info_text {
}

.search_links li.primary {
	font-size: 1.2rem;
}

.search_links li.secondary {
}

.rech_links li {
	margin: 5px 0px;
}

div.map {
	position: relative;
}

th {
	text-align: left;
}

.menu {
	margin: 10px 0;
}

.menu li {
	float: left;
	margin-right: 15px;
}

.menu.main li {
	float: none;
	margin: 10px 0;
}

.menu li img {
	vertical-align: middle;
}

.responsive-toolbar {
	display: flex;
	flex-wrap: wrap;
}

.responsive-toolbar .btn {
	margin: 0 5px 0 0;
}

.responsive-toolbar a {
	margin-right: 20px;
}

.dataTable {
	width: 100%;
}

.dataTable th {
	background-color: #bfd8f2;
	padding: 3px 10px;
	text-align: center;
}

.dataTable th.sub, .dataTable.detail th.sub {
	font-size: 10pt;
	background-color: #fff;
	padding: 20px 0 5px 0;
}

.dataTable.detail th {
	font-size: 12pt;
}

table.dataTable td {
	padding: 3px 12px;
}

.dataTable.noPadding td {
	padding:0;
}

.dataTable.noPadding td a {
	display: block;
	padding: 3px 12px;
}

.dataTable tr {
	border-top: 1px solid #ccc;
}

.dataTable tr:hover {
	background-color: #ffff99;
}

.detailTable .label {
	min-width: 200px;
	text-align: right;
	font-weight: bold;
}

.detailTable .label.textarea {
	vertical-align: top;
}

.detailTable .data {
	font-weight: normal;
}

.detailTable .error {
	color: #f23;
	padding: 3px;
}

.mapLibrary {
	position: absolute;
	height: 1.5rem;
	display: flex;
	align-items: center;
}

.mapLibrary img.bull {
	float: left;
	margin-right: 3px;
}

.mapLibrary.rightAlign img {
	float: right;
	margin-right: 3px;
}

.mapLibrary.rightAlign .name {
	text-align: right;
}

.mapLibrary .name a {
	background-color: #fff;
}

.mapLibrary div.name {
	display:none;
	z-index: 10;
	padding: 0 5px 0 5px;
    background-color: #fff;
}

.mapLibrary:hover div.name, .mapLibrary.name-visible div.name {
	display:block;
}

.mapLibrary.highlight a.name {
	color: #e22;
	font-weight: bold;
}

.mapLibrary.fade a.name {
	color: #888;
	font-weight: bold;
}

.borderBlock {
	margin: 15px 0;
}

.notimplemented {
	color: #aaa;
}

.map_author {
	font-size: 0.7rem;
}

.tab {
	margin: 15px 0 0 0;
	border-bottom: 1px solid #bfd8f2;
}

.tab a {
	text-decoration: none;
}

.tab li {
	vertical-align: bottom;
	margin-right: 10px;
	position: relative;
	top: 1px;
}

.tab li.first {
	margin-left: 0px;
}

.tab li.subcommand {
	border: 0;
	margin-right: 0;
	padding-right: 0;
}

.tab li.subcommand a {
}

.tab li.selected {
	border-bottom: 0;
	background-color: #bfd8f2;
}

.tab li.selected a {
	color: #003366;
}

.libinfo_block {
	float: left;
	margin-right: 40px;
	margin-top: 20px;
}

.libinfo_block.subinfo {
	font-size: 0.7rem;
	line-height: normal;
}

.libinfo_block h2 {
	margin-top: 0;
}

.libinfo_block p {
	margin-bottom: 0;
}

.small {
}

.level_2 {
	margin-left: 10px;
}
.level_3 {
	margin-left: 20px;
}
.level_4 {
	margin-left: 30px;
}
.level_5 {
	margin-left: 40px;
}
.level_6 {
	margin-left: 50px;
}
.facet.scope li a {
	font-size: 0.8rem;
}
.facet.scope li.selected a,
.facet.scope li.selected a#visited {
	font-weight: normal;
	background-color: #f0f0f0;
	color: #C0432D;
	font-size: 1rem;
}

.panel {
	background-color: #bfd8f2;
	padding: 10px;
	margin: 10px 0;
}

.custom .lity {
    background: rgba(0, 0, 0, 0.7);
}

.admin-toolbar {
    margin-bottom: 3px;
    float: right;
    text-align: right;
}

.admin-toolbar div {
	margin-bottom: 5px;
}

.admin-panel {
    margin: 0 5px 5px 0;
    background-color: #f8f8f8;
    padding: 5px;
    border: 1px solid #aaa;
    min-height: 100px;
}

.admin-panel h3 {
    margin: 0 0 10px 0;
}

.admin-panel .stacktrace {
	overflow:scroll;
	max-height:200px;
}

.mapImage {
    max-width: 700px;
    max-height: 700px;
}

.sort-column-indicator {
	font-weight: normal;
	font-size: 8pt;
	color: #555555;
}

tr.diff-diffs {
	background-color: #ffdddd;
}

tr.diff-considered {
	font-weight: bold;
}

#content .widget.panel {
	color: #003366;
	background-color: #fcfafa;
	padding: 15px;
	border: 1px solid #888;
}

.flash-message.success {
	color: #28a745;
	border: 2px solid #28a745;
	padding: 1em;
}

.custom .ui-widget-overlay {
   background-color: #000;
   opacity: 0.4;
}

table.settings td.data p {
	margin-bottom: 1em;
}

#content a.reveal {
	color: #b68687;
	font-weight: normal;
}

@media
only screen and (max-width: 768px) {

	table.lre_responsive_table .lre_name {
	    text-align: left;
	    vertical-align: text-top;
	    max-width: 100%;
	}

	/* Force table to not be like tables anymore */
	.lre_responsive_table.table,
	.lre_responsive_table > thead,
	.lre_responsive_table > tbody,
	.lre_responsive_table > tbody > tr > th,
	.lre_responsive_table > tbody > tr > td,
	.lre_responsive_table > tbody > tr {
	    display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.lre_responsive_table > tbody > tr.lre_rt_thead {
	    position: absolute;
	    top: -9999px;
	    left: -9999px;
	}

	.lre_responsive_table > tbody > tr > td.lre_data {
	    /* Behave  like a "row" */
	    border: none;
	    border-bottom: 1px solid #eee;
	    position: relative;
	}

	.lre_responsive_table.with_header > tbody > tr > td,
	.lre_responsive_table.with_header > tbody > tr > td:last-child{
	    padding-left: 50%;
	}

	.lre_responsive_table.with_header > tbody > tr td.td_without_caption {
	    padding-left: 0px;
	}

	.lre_responsive_table > tbody > tr > td:before  {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    width: 45%;
	    font-weight: bold;
	}

	.lre_responsive_table > tbody > tr > td:before,
	.lre_responsive_table > tbody > tr > td:last-child:before{
	    /* Now like a table header */
	    position: absolute;
	    content: attr(data-label);
	    float: left;
	    /* Top/left values mimic padding */
	    top: 0px;
	    left: 6px;
	    padding-right: 10px;
	    white-space: nowrap;
	}
}

@media (min-width: 768px) {
	.tab li {
		padding: 5px 10px 5px 10px;
		float: left;
		border: 1px solid #bfd8f2;
	}

	.tab li.subcommand {
    	float: right;
    	margin-left: 10px;
    }

    td.lre_name {
        min-width: 170px;
    }
}

.flex-grow {
	flex-grow: 1;
}

.hide-long-texts-reveal {
    display: none;
}

.required:after {
	content:" *";
	color: red;
}

@media (max-width: 576px) {
	.hide-long-texts {
    	max-height: 50px;
    	overflow: hidden;
    }
    .hide-long-texts.show {
        max-height: none;
    }
    .hide-long-texts-reveal {
        display: block;
    }
}