html {
	height:100%;
}

#edp .ui-widget {
	font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
}

#edp {
	font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif !important;
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	
	
	overflow:auto;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	background: #f5f5f5;
}

#content {
	margin-bottom: 20px;
	background: white;
}

#edp .input-medium {
    width: 160px;
}

#edp .carousel {
	overflow: hidden;
}

img.fullscreen-image {
	background: white;
}

ul, ol {
    margin: 0 0 10px 35px;
}

#edp>.container {
	background: white none repeat scroll 0% 0%;
	border-right: 15px solid white;
	border-left: 15px solid white;
	border-top: 15px solid white;
	position: relative;
	padding-bottom: 20px;
	min-height: calc(100% - 35px);
}

#edp>.container.activity-stream {
	border-right: 0px solid #666;
	border-left: 0px solid #666;
	border-top: 8px solid #666;
	background: #666;
}

#cookie-bar {
	z-index: 100;
	background: #ddd;
	color: black;
}
#cookie-bar a {
	color: white !important;
}

#cookie-bar .cb-disable {
    background: #999;
}

#cookie-bar .cb-disable:hover {
    background: #aaa;
}

#cookie-bar .cb-policy {
    background: none;
    color: black !important;
	text-decoration: underline;
}

#cookie-bar .cb-policy:hover {
    background: none;
    color: black !important;
	text-decoration: underline;
}

.like-h1 {
    font-size: 18px;
    line-height: 25px;
    color: #757575;
}

#edp.show h1.red, #edp.object h1.red {
    margin: 4px 0 10px;
}

#edp h1 .headline-a, #edp h1 .headline-a:hover {
	color:#757575;
	text-decoration:none;
}

#edp h1.white {
    border-bottom:2px solid white;
}

#edp table th h3 {
    line-height: 14px;
    margin: 0;
    color:white;
    font-weight: normal;
}


/*#edp a.btn {
	color: #333;
}*/

.object .collection-add, .container .collection-add {
        margin-top:0px;
}


.collection .td-icons {
	width:50px;
}

.icon-minus-sign, .icon-share-alt, .icon-own-wait {
	margin-left:5px;	
}

.login-headline {
    margin-bottom: 10px;
}

.edit-document-file-container {
    overflow:hidden;
    position: relative;
}

#upload-file-dialog .filter-controls, #upload-object-dialog .filter-controls {
	float:left;
}
#upload-file-dialog #forms {
	clear:both;
}

#edp .notificate-text {
    line-height: 30px;
    margin-right: 5px;
    font-style: italic;
}

#edp #smartphone-login a.btn {
	float: none;
    margin-right: 10px;
    width: 85px;
}

#edp #controls-service a.btn {
    float: none;
    margin-right: 10px;
}

#edp #smartphone-login, #edp #controls-service, #edp #dialog-version {
	text-align:center;
}



.icon-edit, .icon-remove {
    float: right;
}

.edit_document_icon_span{
    left: 5px;
}
.add_language_icon_span{
    left: 25px;
}
.edit_document_icon_span2{
    right: 5px;
}

.edit_document_icon {
    width:25px;
}

.headline-icon {
	margin-left: 5px;
	margin-bottom: 5px;
}

.headline-role-icon {
    width:25px;
}

a.anchor:target {
    display: block;    
    position: relative;     
    top: -50px;
    visibility: hidden;
}

#edp img.iconset:not(.autofit):not(.carousel-potential-autofit):not(.important) {
    -webkit-filter : brightness(0%);
    filter : brightness(0%);
    
    /*-webkit-filter : hue-rotate(140deg) saturate(80) brightness(80%);
    filter : hue-rotate(140deg) saturate(80) brightness(80%);*/
}

body#edp img.iconset.important {
    -webkit-filter: saturate(207) hue-rotate(168deg) brightness(13%);
    filter: saturate(207) hue-rotate(168deg) brightness(13%);
    

}

#edp video {  
   width:100%; 
   max-width:640px;
   height:auto; 
}

#edp video.small {
   max-width:320px;
}


#edp img.iconset {
    opacity: 0.65;
    filter: alpha(opacity=85);
}

#edp h1.main {
	background-color: #f5f5f5;
	border-radius: 5px 5px 0px 0px;
	padding: 3px 5px;
}

#edp img.iconset.big-icon {
 	width: 20px;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 2px;
}

#edp img.small-icon {
 	width:15px;
 	margin: 2px 5px 2px 0;
}

#edp img.iconset.inactive {
    opacity: 0.30;
    filter: alpha(opacity=30);
    cursor:default;
}
#edp img.noshow {
	opacity: 0.5;
}




img.h1-icon {
	margin-bottom: 4px;
}

.search-collection-icon {
	height: 20px;
    width: 20px;
}

.plus-sign {
	width:35px;
}

.dropzone .plus-sign {
    cursor: pointer;
}



#edp .lang-flag, .delete-language, .remove-agreement {
	height: 20px;
    margin-right: 5px;
}

#edp .popover-search-description ul li {
	font-size:11px;
	color:#222;
	list-style: inside;
}
#edp .popover-search-description ul {
	margin-left:10px;
	list-style: inside;
}

#edp .controls > .radio:first-child, #edp .controls > .checkbox:first-child {
    margin-left: 10px;
}