
.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.bold {
	font-weight:bold;
}

.pointer {
	cursor:pointer;
}

.wait {
	cursor:wait !important;
}

.inline {
	display:inline;
}

.width100 {
	width:100%;
}

.top20 {
	margin-top:20px !important;
}

.bottom20 {
	margin-bottom:20px !important;
}

#edp .modal-backdrop {
    background-color: white;
}

#edp a.link-not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: gray;
}

.bottom20 {
	margin-bottom:20px !important;
}

.right20 {
	margin-right:20px !important;
}

.hide {
	display:none;
}

.showOnRoleMode {
	
}

.overflow {
	overflow:hidden;
}

mark {
	background-color: rgb(255, 116, 125);
}

#edp hr {
	border-top: 1px solid #666;
	margin-bottom: 40px;
}

#edp hr.separator {
	clear: both;
	margin: 0;
	border-color: white;
}

.user-image-nosize {    
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid white;
}

.user-image {
    float: left;
    margin-bottom: 10px;
    margin-right: 7px;
    width: 50px;
    height: 50px;
    
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid white;
	background: white;
	
	object-fit: cover;
}


#edp .user-image-activity-stream {
	width: 35px;
    height: 35px;
}

#edp .user-image-activity-stream.user-no-image {
	padding: 5px 0px;
	font-size: 18px;
}

.user-no-image {
   background: #eee;
color: black;
padding: 13px 0px;
box-sizing: border-box;
font-size: 25px;
text-align: center;
border: 1px solid white;
}


.user-no-image-accordion {
    background: gray;
    color: white;
    padding: 7px 0px;
    font-size: 17px;
    text-align: center;
}

#user-data .user-no-image {
	font-size: 16px;
	padding: 2px 3px;
	line-height: 20px;
}


#edp a {
  color:#00519e;
}

#edp .current a {
    color: #666;
}

#edp form:not(.form-signin) {
	margin:0;
	padding:0;
}

#edp h1 {
    font-size: 1.25rem;
    margin: 0px 0 10px;
    line-height: 25px;
    clear:both;
    overflow: hidden;
    font-weight: bold;
}

#edp h1, #edp h2, #edp h3, #edp h4, #edp h5, #edp h6 {
    color: #666;
}

#edp h1.gray, #edp h2.gray {
  width: 100%;
}

#edp h3.gray {
	border-bottom: 1px solid #aaa;
}

#edp h2 {
    font-size: 1.15rem;
    line-height: 20px;
    clear:both;
    overflow: hidden;
}

#edp h3 {
    font-size: 1rem;
    line-height: 20px;
    clear:both;
}

#edp h4 {
    font-size: 13px;
}

.relevanceLow {
    opacity: 0.5;
    filter: alpha(opacity=50);
    
    /* Vertr�gt sich nicht mit dem hoch und runter skalieren um in die Boxen zu passen
    filter: saturate(0%);
 	-webkit-filter: saturate(0%);
 	-moz-filter: saturate(0%);
 	-o-filter: saturate(0%);
 	-ms-filter: saturate(0%);*/
}

#edp .view-tiles .relevanceLow {
    opacity: 1;
    filter: alpha(opacity=100);
}

.relevanceMedium {
    opacity: 0.75;
    filter: alpha(opacity=75);
    
    /* Vertr�gt sich nicht mit dem hoch und runter skalieren um in die Boxen zu passen
    filter: saturate(40%);
 	-webkit-filter: saturate(40%);
 	-moz-filter: saturate(40%);
 	-o-filter: saturate(40%);
 	-ms-filter: saturate(40%);*/
}



#edp .view-tiles .relevanceMedium {
    opacity: 1;
    filter: alpha(opacity=100);
}

.new-element  {
    color: #e2001a;
    font-weight: bold;
}


.view-wrapper.view-list .new-element {
	float: left;
}

ul#note-functions-toolbar {
    padding: 0;
    float:left;
    margin-top: 10px;
}

ul#note-functions-toolbar .point {
	position: relative;
	bottom: 15px;
}
ul#note-functions-toolbar img.active {
    position: relative;
    bottom: 10px;
}
ul#note-functions-toolbar img.active.point {
    bottom: 25px;
}

ul#note-functions-toolbar li {
    display: inline;
}

ul#note-functions-toolbar li a {
    background-color: white;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

ul#note-functions-toolbar li a:hover {
    background-color: lightgrey;
}

ul#note-functions-toolbar img.selected {
    opacity: 0.3;
}

div#note-functions-toolbar-buttons {
    float:right;
    padding-top: 0.5em;
    padding-right: 0.5em;
}
div#note-functions-toolbar-buttons button {
    padding: 0;
    border: none;
    background: none;
}
div#note-functions-toolbar-buttons button.save {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 0.3em;
}
div#note-bottom-toolbar {
    display:none;
    background-color: #f5f5e5;
    border-top: 1px solid #e3e3e3;
    height: 60px;
    position: fixed;
}
    

div#note-bottom-toolbar div.container{
    width: 385px;
    /*background-color: white;
    border: 1px solid lightgrey;*/
}
div#note-functions-textarea {
    /*border:solid 1px lightgrey;*/
    margin-bottom: 0em;
    width: 360px;
    margin-right: auto;
    margin-left: auto;
    display:none;
}
div#note-functions-textarea textarea {
    width:348px;
    height:72px;
    position: absolute;
    bottom: 55px;
}
div#pin_point {
    position: absolute;
    z-index: 1000;
    display: none;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-position: 14px 14px;
  background-repeat: no-repeat;
}