.fe_toolbar {
	position: fixed;
	bottom: 10px;
	left: 10px;
	right: 10px;
	height: 50px;
	background: rgba(255,255,255,.8);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius: 7px;
	z-index: 1000000;
	padding: 0px 10px;
	box-shadow: 0px 0px 14px 2px rgba(0,0,0,.2);
	color: #1DA3DA;
	white-space: nowrap;
}

.fe_toolbar .info{
	float: right;
	font-size: 12px;
	padding-top: 18px;
	color: #1DA3DA;
}

.lity-active .fe_toolbar {
	background: white !important;

}

#toggleToolbar {
	display: block;
	float: left;
	margin-left: -10px;
	width: 25px;
	height: 50px;
	background: #1DA3DA url('/typo3conf/ext/uo_fastedit/Resources/Public/Icons/arrow_right.svg') left no-repeat;
	background-size: 25px 50px;
	color: white;
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
}
.fe_toolbar.stashed #toggleToolbar {background: #1DA3DA url('/typo3conf/ext/uo_fastedit/Resources/Public/Icons/arrow_left.svg') left no-repeat; background-size: 25px 50px; }
#toggleToolbar:hover, #toggleToolbar:focus { text-decoration: none; }

.fe_toolbar .fe_button{
	color: #1DA3DA;
	font-weight: bold;
	background: transparent;
	display: inline-block;
	text-align: center;
	margin-top: 8px;
	border-right: 1px rgba(0,0,0,.3) solid;
	padding: 0 19px;
	line-height: 1.2;
	transition: 0ms;
	font-size: 14px;
}

.fe_toolbar .fe_button.active {
	color: red;
}

.fe_toolbar .fe_button:hover {
	opacity: 0.7;
	text-decoration: none;
}
.fe_toolbar .fe_button:focus {
	text-decoration: none;
}

.lity-iframe{
	z-index: 100001 !important;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
	max-width: 80%;
}

.lity-iframe-container {
	padding-top: 50%;
}

@media (min-height:1200px) {
	.lity-iframe-container {
		padding-top: 80%;
	}
}

a.edit-inline{
	position: absolute !important;
	display: block;
	left: 50%;
	transform: translateX(-10px);
	padding: 5px !important;
	width: 35px !important;
	height: 35px !important;
	z-index: 999;
	background: rgba(0,0,0,.4);
	border-radius: 25px;
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,.1);
}

a.edit-inline:focus { outline: none; }
a.edit-inline:hover{
	background: #1DA3DA !important;
}

a.edit-inline.type-list { background-color: #4dd45a !important; }
a.edit-inline.type-gridelements_pi1 { background-color: #d4890e !important; left: auto; right: 0; }

a.edit-inline:hover + * {outline: 1px solid #1DA3DA;}
a.edit-inline:hover + h1 + *,
a.edit-inline:hover + h2 + *,
a.edit-inline:hover + h3 + *,
a.edit-inline:hover + h4 + *,
a.edit-inline:hover + h5 + *,
a.edit-inline:hover + h6 + * {outline: 1px solid #1DA3DA;}

a.edit-inline.type-list:hover + * {outline: 1px solid #4dd45a;}
a.edit-inline.type-list:hover + h1 + *,
a.edit-inline.type-list:hover + h2 + *,
a.edit-inline.type-list:hover + h3 + *,
a.edit-inline.type-list:hover + h4 + *,
a.edit-inline.type-list:hover + h5 + *,
a.edit-inline.type-list:hover + h6 + * {outline: 1px solid #4dd45a;}

a.edit-inline.type-gridelements_pi1:hover + * {outline: none;}

a.edit-inline.type-header:hover + h1 + *,
a.edit-inline.type-header:hover + h2 + *,
a.edit-inline.type-header:hover + h3 + *,
a.edit-inline.type-header:hover + h4 + *,
a.edit-inline.type-header:hover + h5 + *,
a.edit-inline.type-header:hover + h6 + * {outline: none;}

.fe-highlight { outline: 1px solid #d4890e; }


.edit-inline img{
	width: 20px !important;
	height: 20px !important;
	margin-top: -5px !important;
	margin-left: 2px !important;
}

#fe-seo-check {
	display: none;
	visibility: hidden;
	float: right;
	width: 50px;
	height: 50px;
	margin-top: 5px;
}

#fe-seo-check img {
	width: 30px;
	height: 30px;
	margin: 5px;
}

#fe-seo-check.failed{
	display: inline-block;
	visibility: visible;
	/*border: 1px solid red;*/
}

ul.seo-check-list {
	margin: 10px 5px 5px 5px;
	padding: 0;
}

.popover ul{
	margin-left: 15px;
	marin-right: 5px;
	font-size: 12px;
}

.popover ul li{
	padding-left: 0px;
	text-indent: -4px;
}

@media (max-width:767px) {
	.fe_toolbar { display: none; visibility: hidden; }
}