@charset "UTF-8";

main {
	margin-top: 20px;
	margin-bottom: 20px
}

.card-header a.btn {
	margin-left: 5px;
}

table .w-10 {
	width: 10%;
}

table .w-30 {
	width: 30%;
}




a.card {
	color: inherit;
}

/* anchor spacing */

a.anchor {
	
  display: block;
  padding-top: 86px; /* fixed header height*/
  margin-top: -86px; /* negative fixed header height */
  visibility: hidden;
}

a.card-link {
	z-index:1;
	position: relative;
}

.neo-item-sep-pipe:not(:last-child):after {
	content: " | ";
	color: gray;
}

.neo-item-sep-comma:not(:last-child):after {
	content: " , ";
	color: gray;
}

/* alternate lists */
ul.neoneo-list li.list-group-item:nth-child(even) {
	background: #EFEFEF
	}
ul.neoneo-list li.list-group-item:nth-child(odd) {
	background: #FFF
	}

/* jstree edits */

.jstree-container-ul li,
.jstree-container-ul li a,
.jstree-container-ul li a.jstree-anchor {
	display: revert;
	padding: 2px;
}

.jstree 
{
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: .375rem .75rem;
}


/* truncate descriptions */
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60ch;
}

.truncateShapeLabels {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.truncateShapeDetailLabel {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 38%;
	display: inline-block;
	margin-top: 10px;
}


/* datatables modifications */

/* remove spacing */
.dataTables_wrapper .row {
    padding: 0;
}

.hyphens {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#shape_filter {
	display:none;
}

.dropdown-item .item-svg {
	height: 24px;
	width: 24px;
	}
	
/* validator */

rdf-editor.validate {
	min-height: 200px;
	border: 1px solid #a9a9a9;
}	

.row.striped:nth-of-type(odd){
  background-color: #efefef;
}

.row.striped:nth-of-type(even){
  background-color: #ffffff;
}

