/*! Toolbar */
.fr-toolbar.fr-inline.fr-above,
.fr-popup.fr-inline.fr-above {
	transform: translateY(-17px);
}
.fr-toolbar.fr-inline:not(.fr-above),
.fr-popup.fr-inline:not(.fr-above) {
	/*! Toolbar height - 17px */
	margin-top: -48px;
}
/*! Editor fix high z-index for content */
.wysiwyg.fr-box,
.editor.fr-box {
	z-index: initial !important;
}
.fr-box div[style="z-index:9999;width:100%;position:relative"] {
	display: none;
}
/*! Toolbar - Font / Insert toolbars - icons fill right to left so menu is the left-most button */
.fr-toolbar .fr-btn-grp:nth-child(4) .fr-command.fr-btn,
.fr-popup .fr-btn-grp:nth-child(4) .fr-command.fr-btn,
.fr-modal .fr-btn-grp:nth-child(4) .fr-command.fr-btn {
	float: right;
}
.fr-toolbar .fr-btn-grp {
	margin: 0 9px;
}
.fr-btn-grp.fr-float-left::before {
	content: "";
	height: 32px;
	width: 1px;
	background: #ebebeb;
	display: block;
	float: right;
	margin-right: -9px;
	margin-top: 8px;
}
.fr-toolbar .fr-command.fr-btn[id*="moreMisc-"]::after,
.fr-toolbar .fr-command.fr-btn[id*="moreParagraph-"]::after {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #333333;
	right: 2px;
	top: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	content: "";
}
.fr-toolbar .fr-command.fr-btn[id*="moreMisc-"] svg,
.fr-toolbar .fr-command.fr-btn[id*="moreParagraph-"] svg {
	margin-left: 3px;
	margin-right: 11px;
}
.fr-toolbar .fr-command.fr-btn.fr-open[id*="moreMisc-"]::after,
.fr-toolbar .fr-command.fr-btn.fr-open[id*="moreParagraph-"]::after {
	border-top: 0;
	border-bottom: 4px solid #222222;
}
/*! Popups - Color Picker */
.fr-popup .fr-color-set label,
.fr-popup .fr-anchor-id-attr-text {
	font-size: 14px;
	color: grey;
	display: block;
	line-height: normal;
	padding-bottom: 4px;
}
.fr-popup .fr-color-set.fr-selected-set {
	padding-top: 15px;
}
.fr-wrapper ::-moz-selection {
	color: currentColor;
}
.fr-wrapper ::selection {
	color: currentColor;
}
/*! Popups - Link - internal url */
.fr-popup .fr-input-line select {
	width: 100%;
}
.fr-popup .fr-input-line .select2-selection {
	height: 46px;
	padding: 8px 0;
	border-radius: 2px;
	background-clip: padding-box;
	border: solid 1px #999999;
	color: #222222;
	font-size: 14px;
	position: relative;
	z-index: 2;
}
.fr-popup
	.fr-input-line
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 46px;
}
.fr-popup .select2-container {
	color: #222222;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-rendering: optimizelegibility;
	line-height: 1.2;
}
.fr-popup .select2-search--dropdown .select2-search__field {
	width: 100%;
}
.fr-popup .select2-search--dropdown .select2-search__field:focus {
	background-color: transparent;
}
/*! Code View */
.fr-box.fr-code-view textarea.fr-code {
	background: #000;
	color: #fff !important;
	padding-top: 50px;
}
.editable.moduleTitleHidden .fr-box.fr-inline .fr-command.fr-btn.html-switch {
	right: auto;
	left: 0px;
}
.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
	display: flex;
	align-items: center;
	height: 40px;
	border-bottom-left-radius: 2px;
	border: 1px solid #ebebeb;
}
.fr-command.fr-btn
	+ .fr-dropdown-menu
	.fr-dropdown-wrapper
	.fr-dropdown-content
	ul.fr-dropdown-list
	li
	a {
	box-shadow: none;
}
.fr-box.fr-code-view .fr-btn.html-switch svg {
	width: 24px;
}
.fr-box.fr-code-view .fr-btn.html-switch path {
	fill: #0098f7;
}
.fr-box.fr-code-view .html-switch-text {
	white-space: nowrap;
	margin-right: 8px;
	margin-left: 2px;
	color: #0098f7 !important;
	font-size: 16px !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
/*! Anchor */
.fr-box .fr-view a[name] {
	background: url("../froala-custom/flag-duotone.png") no-repeat left center;
	background-size: 16px;
	border: 1px dotted #00f;
	padding-left: 18px;
	cursor: auto;
}
.fr-link-insert-layer .fr-hidden,
.fr-popup .fr-buttons.fr-hide-url .fr-command.fr-btn[data-cmd="linkOpen"],
.fr-popup .fr-buttons.fr-hide-url .fr-command.fr-btn[data-cmd="linkStyle"] {
	/*! Hide options to differentiate anchors / links */
	display: none !important;
}
.fr-popup .fr-link-insert-layer.fr-layer.fr-active {
	display: flex;
	flex-direction: column;
}
.fr-link-insert-layer .fr-input-line:nth-child(3) {
	order: -1;
}
.fr-link-insert-layer .fr-input-line label {
	pointer-events: none;
	font-size: 16px;
}
.fr-popup .fr-anchor-id-attr-text {
	margin: 20px 0 0 0;
	line-height: 1.3;
	font-size: 13px;
}
.fr-popup .fr-document-label {
	font-size: 12px;
	margin-bottom: 10px;
	font-style: italic;
	word-wrap: break-word;
}
.fr-popup .fr-document-label.fr-hidden ~ .fileControl .fr-document-replace,
.fr-popup .fr-document-label:not(.fr-hidden) ~ .fileControl .fr-document-add {
	display: none;
}
.fr-popup .fileControl .fileButton {
	margin-left: 0px;
	width: 100%;
	font-family: inherit;
	padding-bottom: 4px;
	background-color: #fff;
}
.fr-popup .fileControl .fileButton.secure {
	margin-top: 3px;
}
.fr-popup .fileControl.fileControlNoFile {
	margin-bottom: 0px;
}
.fr-popup .fileControl .fileButton:hover {
	background-color: #fff;
	color: #364b6c;
	border-color: #0098f7;
}
.fr-popup .fileControl .fileButton::before {
	display: none;
}
.fr-popup .fr-link-insert-layer .fr-input-line {
	padding: 8px 0;
}
.fr-popup .fr-link-insert-layer .fr-input-line > input.fr-not-empty + label {
	top: 3px;
}
.fr-popup .fr-link-insert-layer .fr-input-line > input + label {
	top: 22px;
}
.fr-radio-line {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin: 5px 0px;
	cursor: pointer;
}
.fr-radio-line input {
	cursor: pointer;
}
.fr-radio-input {
	display: flex;
	margin-bottom: 10px;
}
.fr-popup.fr-popup .fr-radio-line > label {
	position: static;
	display: inline;
	pointer-events: auto;
	cursor: pointer;
}
.fr-radio-content {
	display: none;
	margin-left: 20px;
	position: relative;
	padding-top: 14px;
}
.fr-popup .fr-radio-line input:checked ~ .fr-radio-content {
	display: block;
}
.fr-popup .fr-buttons .fr-dropdown-list li {
	left: 0px;
}

.modal .fr-popup .fr-checkbox-line label,
#settings .fr-popup .fr-checkbox-line label {
	display: inline-block;
}
.modal .fr-popup.fr-popup .fr-radio-line > label {
	padding: 0px;
}
.modal .fr-popup.fr-popup .fr-radio-line > label:hover {
	background: transparent;
	color: #ababab;
}
.modal .fr-popup input,
#settings #settingsListTabs .siteSettings .fr-popup input[type="radio"] {
	margin-bottom: 0px;
	width: auto;
	height: auto;
}
#settings .fr-popup .fr-input-line input + label,
#settings .fr-popup .fr-input-line textarea + label {
	padding: 0;
	color: #ababab;
}
#settings .fr-popup .fr-input-line input + label:hover,
#settings .fr-popup .fr-input-line textarea + label:hover {
	background: unset;
}
#settings .fr-wysiwyg-class-color {
	display: none;
}
.admin #footerSocialMedia,
.admin #footerGroup {
	z-index: 1;
}
/* Styles below are visible logged out as well */
body .fr-view table td.fr-highlighted,
body .fr-view table th.fr-highlighted {
	border: 1px double red;
}
body .fr-view table td.fr-thick,
body .fr-view table th.fr-thick {
	border-width: 2px;
}
.fr-view blockquote {
	border-left: none;
	margin-left: unset;
	padding-left: unset;
	color: inherit;
}
/*! Image */
.fr-view span.fr-img-caption {
	height: auto !important;
}
.fr-view .fr-img-caption .fr-img-wrap img {
	z-index: 1;
}