/*	The Collaboration Toolbar for Appplications Stylesheets */
div#olefa_notification_ask_permission {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	color: white;
	padding: 0 10px;
	z-index: 10000;
}

div#shiny_notification_ask {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-color: #2164A4;
	opacity: 0.75;
}

div#shiny_notification_ask_text {
	position: relative;
}

.html5_upload_ui {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	top: 0;
	left: 0;
	text-align: center;
}

#ajax_loading img {
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	margin: 0 auto;
}

#loading_pic {
	left: 50%;
	top: 50%;
	position: absolute;
	margin-left: -16px;
	margin-top: -16px;
}

div#userhome-main-controls-post-details-share-panel-general {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

textarea#share_text {
	width: 100%;
}

table.grouplist {
	border-collapse: collapse;
	width: 100%;
}

.apps-to-select {
	cursor: pointer;
}

.view-mode {
	cursor: pointer;
}

div#tools_div_app_holder>label {
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 50px;
}

div#tools_div_viewmode_holder>label {
	background: none no-repeat center center;
	border: none;
	height: 22px;
	width: 27px;
}

div#tools_div_viewmode_holder>label>span {
	padding: 0;
}

span.result-relevance {
	display: none;
}

.hidden {
	display: none;
}

div#olefa_template_holder {
	position: relative;
	z-index: 0;
}

p.fulltext_result_title {
	font-size: large;
	margin: 0;
}

img.fulltext_result_title_icon {
	height: 1em;
	padding-right: 0.2em;
	vertical-align: middle;
}

li#menuitem_notifications {
	font-size: 1.1em;
}

li#menuitem_notifications>ul {
	left: -50px;
	width: 250px;
}

li.menuitem-see-all-notifications {
	text-align: center;
}

img.menuitem-notifications-new-icon {
	left: 15px;
	height: 19px !important;
	position: absolute;
	top: 10px;
	width: 25px !important;
}

div#conversation-blur, div#olefa-imageZoom-blur {
	background: none repeat scroll 0 0 #000;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

div.unread-messages-item-wrapper, div.manage-conversation-wrapper {
	position: relative;
}

header.unread-window-header {
	background-color: rgba(238, 238, 238, 0.8);
	background-color: var(--mdc-theme-surface);
	border-bottom: 1px solid #b1b1b1;
	padding: 0 5px;
}

header.manage-conversation-header {
	background-color: rgba(238, 238, 238, 0.8);
	background-color: var(--mdc-theme-surface);
	padding: 0 5px;
	border-radius: 0px 0px 10px 10px;
}

div.unread-messages-item-message {
	margin-left: 42px;
}

div.unread-messages-item-message-bubble {
	background-color: var(--mdc-theme-secondary);
	border: var(--md-border-divider);
	border-radius: 5px;
	color: var(--mdc-theme-on-secondary);
	direction: ltr;
	display: inline-block;
	margin: 5px 0 0 0;
	max-width: 85% !important;
	max-width: calc(100% - 20px) !important;
	padding: 2px 5px;
	transition: background-color 0.5s ease 0s;
	word-wrap: break-word;
	white-space: normal;
}

span.unread-message-item-message-poster {
	padding: 0 !important;
	display: block;
	font-size: smaller;
	font-weight: bold;
	height: inherit;
	line-height: 1em;
}

div.unread-message-item-message-text {
	direction: ltr;
	word-wrap: break-word;
	overflow-x: hidden;
}

div.unread-message-item-message-text audio, div.unread-message-item-message-text video {
	max-width: 111px;
}

div.unread-messages-item-poster {
	bottom: 0;
	left: 10px;
	position: absolute;
}

div.unread-messages-item-poster>img {
	max-height: 32px;
	max-width: 32px;
}

time.unread_messages-item-timestamp {
	left: 10px;
	position: relative;
	color: #aaa;
	display: block;
	font-size: xx-small;
	margin-top: 2px;
	width: 95%;
	width: calc(100% - 10px);
}

div.manage-conversation-wrapper a {
	display: inline-block;
	padding: 3px 10px 12px 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: top;
	text-decoration: none;
}

img.menuitem-notifications-new-icon {
	display: none;
}

/*min width for different handlers*/
div#wiki {
	min-width: 300px;
}

div#verbtrainer, div#verbtrainer section {
	border: var(--md-border-divider);
    padding: var(--md-unit);
}

#olefa_template_holder>div#resources {
	min-width: 600px;
}

#olefa_template_holder > .oc-ui-collaborationmenu.olefaguard, 
#olefa_template_holder > .oc-ui-collaborationmenu.olefaguard ~ div.olefabox {
	min-width: 700px;
}

@media only screen and (max-width:800px) {
	/*resourcesfile*/
	div.res_preview_and_details>div.res_details {
		width: 100% !important;
	}
	/*tiparlo*/
	div.tiparlo_rightside, div.tiparlo_story_bg {
		width: 100% !important;
	}
	ul.tiparlo_head_library {
		width: calc(90%) !important;
		width: calc(100% - 129px) !important;
	}
	textarea.tiparlo_text_box, div.export_area {
		width: 90% !important;
		width: calc(100% - 10px) !important;
	}
	/*timeline*/
	div.entry_description {
		width: 100%;
		float: none;
		padding: 0 0 20px 0;
	}
	div.entry_media {
		width: 100% !important;
	}
}