.content-editable {
	outline-color: rgba(255, 255, 255, 0);
	transition: background-color .25s ease-in-out, outline-color .25s ease-in-out, outline-offset .25s ease-in-out;
}

.content-editable:hover {
	background-color: rgba(0, 0, 0, .03);
	outline: 1px dashed #158cba;
	outline-offset: 6px;
}

.content-editable:hover > .edit-now,
.content-editable:hover > .stop-edit {
	display: flex;
}

.edit-now {
	position: absolute;
	z-index: 9999;
	display: flex;
	display: none;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	color: #158cba;
	font-size: 15px;
	background-color: rgba(250, 250, 250, 1);
	border: 1px solid rgba(215, 215, 215, 1);
	border-radius: 3px;
	cursor: pointer;
	transition: all .25s ease-in-out;
}

.stop-edit {
	position: absolute;
	z-index: 9999;
	display: flex;
	display: none;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin-top: 6px;
	color: rgba(255, 10, 10, 1);
	font-size: 15px;
	background-color: rgba(250, 250, 250, 1);
	border: 1px solid rgba(215, 215, 215, 1);
	border-radius: 3px;
	cursor: pointer;
	transition: all .25s ease-in-out;
}

.edit-now:hover {
	color: #ffffff;
	background-color: #158cba;
	border: 1px solid #158cba;
}

.submitnow {
	display: inline-block;
	padding: 15px 27px 13px;
	margin-bottom: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.42857;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #28b62c;
	border-color: #23a127;
	border-width: 0 1px 4px;
	border-radius: 4px;
	cursor: pointer;
}

.live_edit_save {
	position: fixed;
	right: 130px;
	bottom: 53px;
	z-index: 999999;
}

.post_notification {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999999;
	background-color: rgba(0, 0, 0, .7);
}

.post_notification .pn_inner {
	position: fixed;
	top: 300px;
	left: 50%;
	z-index: 999999;
	width: 500px;
	padding: 30px;
	padding-top: 25px;
	padding-bottom: 20px;
	margin-left: -250px;
	background-color: #ffffff;
	border-radius: 5px;
}

.post_notification h3 {
	margin-top: 0;
}

.note_checkbox {
	display: flex;
	align-items: center;
	height: 50px;
	margin-top: 30px;
	color: #a0a0a0 !important;
	font-size: 12px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.note_checkbox input {
	display: block !important;
	padding-right: 10px !important;
}

#live-edit-success-ok {
	float: right;
	width: 110px;
	padding: 9px 0;
	margin-top: 20px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #5fc1e8;
	border-radius: 3px;
	cursor: pointer;
}

#live-edit-success-ok:hover {
	background-color: #75caeb;
}
