.ajax-progress {
	padding: 1px 5px 2px; display: inline-block;
}
[dir='rtl'] .ajax-progress {
	float: right;
}
.ajax-progress-throbber .throbber {
	background: url("/core/themes/stable/images/core/throbber-active.gif") no-repeat 0px; padding: 1px 5px 2px; display: inline;
}
.ajax-progress-throbber .message {
	padding: 1px 5px 2px; display: inline;
}
tr .ajax-progress-throbber .throbber {
	margin: 0px 2px;
}
.ajax-progress-bar {
	width: 16em;
}
.ajax-progress-fullscreen {
	background-position: center; padding: 4px; border-radius: 7px; left: 49%; top: 48.5%; width: 24px; height: 24px; position: fixed; z-index: 1000; opacity: 0.9; background-image: url("/core/themes/stable/images/core/loading-small.gif"); background-repeat: no-repeat; background-color: rgb(35, 35, 35);
}
[dir='rtl'] .ajax-progress-fullscreen {
	left: auto; right: 49%;
}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
.text-align-center {
	text-align: center;
}
.text-align-justify {
	text-align: justify;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.align-center {
	margin-right: auto; margin-left: auto; display: block;
}
.js input.form-autocomplete {
	background-position: 100%; background-image: url("/core/themes/stable/images/core/throbber-inactive.png"); background-repeat: no-repeat;
}
[dir='rtl'].js input.form-autocomplete {
	background-position: 0%;
}
.js input.form-autocomplete.ui-autocomplete-loading {
	background-position: 100%; background-image: url("/core/themes/stable/images/core/throbber-active.gif");
}
[dir='rtl'].js input.form-autocomplete.ui-autocomplete-loading {
	background-position: 0%;
}
.fieldgroup {
	border-width: 0px; padding: 0px;
}
.container-inline div {
	display: inline;
}
.container-inline label {
	display: inline;
}
.container-inline .details-wrapper {
	display: block;
}
.clearfix::after {
	clear: both; display: table; content: "";
}
.js details:not([open]) .details-wrapper {
	display: none;
}
.hidden {
	display: none;
}
.visually-hidden {
	width: 1px; height: 1px; overflow: hidden; position: absolute !important; clip: rect(1px, 1px, 1px, 1px); -ms-word-wrap: normal;
}
.visually-hidden.focusable:active {
	width: auto; height: auto; overflow: visible; position: static !important; clip: auto;
}
.visually-hidden.focusable:focus {
	width: auto; height: auto; overflow: visible; position: static !important; clip: auto;
}
.invisible {
	visibility: hidden;
}
.item-list__comma-list {
	display: inline;
}
.item-list__comma-list li {
	display: inline;
}
.item-list__comma-list {
	margin: 0px; padding: 0px;
}
.item-list__comma-list li::after {
	content: ", ";
}
.item-list__comma-list li:last-child::after {
	content: "";
}
.js .js-hide {
	display: none;
}
.js-show {
	display: none;
}
.js .js-show {
	display: block;
}
.nowrap {
	white-space: nowrap;
}
.position-container {
	position: relative;
}
.progress {
	position: relative;
}
.progress__track {
	border: 1px solid currentColor; border-image: none; height: 16px; margin-top: 5px; min-width: 100px; max-width: 100%; background-color: rgb(255, 255, 255);
}
.progress__bar {
	width: 3%; height: 1.5em; min-width: 3%; max-width: 100%; background-color: rgb(0, 0, 0);
}
.progress__description {
	color: rgb(85, 85, 85); overflow: hidden; font-size: 0.87em; margin-top: 0.2em;
}
.progress__percentage {
	color: rgb(85, 85, 85); overflow: hidden; font-size: 0.87em; margin-top: 0.2em;
}
.progress__description {
	float: left;
}
[dir='rtl'] .progress__description {
	float: right;
}
.progress__percentage {
	float: right;
}
[dir='rtl'] .progress__percentage {
	float: left;
}
.progress--small .progress__track {
	height: 7px;
}
.progress--small .progress__bar {
	height: 7px; background-size: 20px 20px;
}
.reset-appearance {
	background: none; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; line-height: inherit; -webkit-appearance: none; -moz-appearance: none; appearance: none;
}
.resize-none {
	resize: none;
}
.resize-vertical {
	min-height: 2em; resize: vertical;
}
.resize-horizontal {
	max-width: 100%; resize: horizontal;
}
.resize-both {
	min-height: 2em; max-width: 100%; resize: both;
}
table.sticky-header {
	top: 0px; margin-top: 0px; z-index: 500; background-color: rgb(255, 255, 255);
}
.system-status-counter__status-icon {
	width: 25px; height: 25px; vertical-align: middle; display: inline-block;
}
.system-status-counter__status-icon::before {
	background-position: center 2px; display: block; content: ""; background-repeat: no-repeat; background-size: 20px;
}
.system-status-counter__status-icon--error::before {
	background-image: url("/core/themes/stable/images/core/icons/e32700/error.svg");
}
.system-status-counter__status-icon--warning::before {
	background-image: url("/core/themes/stable/images/core/icons/e29700/warning.svg");
}
.system-status-counter__status-icon--checked::before {
	background-image: url("/core/themes/stable/images/core/icons/73b355/check.svg");
}
.system-status-report-counters__item {
	padding: 0.5em 0px; width: 100%; text-align: center; margin-bottom: 0.5em; white-space: nowrap; background-color: rgba(0, 0, 0, 0.063);
}
@media screen and (min-width:60em)
{
.system-status-report-counters {
	display: flex; flex-wrap: wrap; justify-content: space-between;
}
.system-status-report-counters__item--half-width {
	width: 49%;
}
.system-status-report-counters__item--third-width {
	width: 33%;
}
}
.system-status-general-info__item {
	padding: 0px 1em 1em; border: 1px solid rgb(204, 204, 204); border-image: none; margin-top: 1em;
}
.system-status-general-info__item-title {
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
body.drag {
	cursor: move;
}
tr.region-title {
	font-weight: bold;
}
tr.region-message {
	color: rgb(153, 153, 153);
}
tr.region-populated {
	display: none;
}
tr.add-new .tabledrag-changed {
	display: none;
}
.draggable a.tabledrag-handle {
	height: 1.7em; overflow: hidden; text-decoration: none; margin-left: -1em; float: left; cursor: move;
}
[dir='rtl'] .draggable a.tabledrag-handle {
	margin-right: -1em; margin-left: 0px; float: right;
}
a.tabledrag-handle:hover {
	text-decoration: none;
}
a.tabledrag-handle .handle {
	background: url("/core/themes/stable/images/core/icons/787878/move.svg") no-repeat 6px 7px; margin: -0.4em 0.5em 0px; padding: 0.42em 0.5em; width: 14px; height: 14px;
}
a.tabledrag-handle:hover .handle {
	background-image: url("/core/themes/stable/images/core/icons/000000/move.svg");
}
a.tabledrag-handle:focus .handle {
	background-image: url("/core/themes/stable/images/core/icons/000000/move.svg");
}
.touchevents .draggable td {
	padding: 0px 10px;
}
.touchevents .draggable .menu-item__link {
	padding: 10px 0px; display: inline-block;
}
.touchevents a.tabledrag-handle {
	width: 40px; height: 44px;
}
.touchevents a.tabledrag-handle .handle {
	background-position: 40% 19px; height: 21px;
}
[dir='rtl'] .touch a.tabledrag-handle .handle {
	background-position: right 40% top 19px;
}
.touchevents .draggable.drag a.tabledrag-handle .handle {
	background-position: 50% -32px;
}
.tabledrag-toggle-weight-wrapper {
	text-align: right;
}
[dir='rtl'] .tabledrag-toggle-weight-wrapper {
	text-align: left;
}
.indentation {
	margin: -0.4em 0.2em -0.4em -0.4em; padding: 0.42em 0px 0.42em 0.6em; width: 20px; height: 1.7em; float: left;
}
[dir='rtl'] .indentation {
	margin: -0.4em -0.4em -0.4em 0.2em; padding: 0.42em 0.6em 0.42em 0px; float: right;
}
.tablesort {
	width: 16px; height: 16px; display: inline-block; background-size: 100%;
}
.tablesort--asc {
	background-image: url("/core/themes/stable/images/core/icons/787878/twistie-down.svg");
}
.tablesort--desc {
	background-image: url("/core/themes/stable/images/core/icons/787878/twistie-up.svg");
}
div.tree-child {
	background: url("/core/themes/stable/images/core/tree.png") no-repeat 11px;
}
div.tree-child-last {
	background: url("/core/themes/stable/images/core/tree-bottom.png") no-repeat 11px;
}
[dir='rtl'] div.tree-child {
	background-position: -65px;
}
[dir='rtl'] div.tree-child-last {
	background-position: -65px;
}
div.tree-child-horizontal {
	background: url("/core/themes/stable/images/core/tree.png") no-repeat -11px;
}
.views-align-left {
	text-align: left;
}
.views-align-right {
	text-align: right;
}
.views-align-center {
	text-align: center;
}
.views-view-grid .views-col {
	float: left;
}
.views-view-grid .views-row {
	width: 100%; clear: both; float: left;
}
.views-display-link + .views-display-link {
	margin-left: 0.5em;
}
#sliding-popup {
	background: url("/modules/eu_cookie_compliance/images/gradient.png") repeat-y center;
}
.sliding-popup-bottom {
	margin: 0px; padding: 0px; left: 0px; width: 100%; text-align: center; z-index: 99999;
}
.sliding-popup-top {
	margin: 0px; padding: 0px; left: 0px; width: 100%; text-align: center; z-index: 99999;
}
.sliding-popup-bottom {
	position: fixed;
}
.sliding-popup-top {
	position: relative;
}
.eu-cookie-compliance-content {
	margin: 0px auto; width: 100%; text-align: left; display: inline-block; max-width: 80%;
}
.eu-cookie-compliance-buttons {
	margin: 0px 0px 1em; float: right; max-width: 40%;
}
.eu-cookie-compliance-categories-buttons {
	margin: 0px 0px 1em; float: left; max-width: 60%;
}
[dir='rtl'] .eu-cookie-compliance-buttons {
	float: left;
}
[dir='rtl'] .eu-cookie-compliance-categories-buttons {
	float: right;
}
.eu-cookie-compliance-more-button {
	background: none; margin: 0px; padding: 0px; border: currentColor; border-image: none; height: auto; text-decoration: underline; display: inline; cursor: pointer;
}
.eu-cookie-compliance-secondary-button {
	background: none; padding: 0px 8px; border: currentColor; border-image: none; margin-top: 1em; vertical-align: middle; cursor: pointer;
}
.disagree-button.eu-cookie-compliance-more-button {
	padding: 4px 8px; border-radius: 6px; border: 1px solid rgb(220, 220, 220); border-image: none; width: auto; color: rgb(0, 0, 0); overflow: visible; font-family: Arial,sans-serif; font-weight: bold; text-decoration: none; margin-top: 1em; margin-right: 5px; vertical-align: middle; cursor: pointer; box-shadow: inset 0px 1px 0px 0px #ffffff; text-shadow: 1px 1px 0px #ffffff; background-image: linear-gradient(rgb(237, 237, 237) 5%, rgb(223, 223, 223) 100%); background-color: rgb(237, 237, 237); -moz-box-shadow: inset 0 1px 0 0 #ffffff; -webkit-box-shadow: inset 0 1px 0 0 #ffffff; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
.eu-cookie-compliance-agree-button {
	padding: 4px 8px; border-radius: 6px; border: 1px solid rgb(220, 220, 220); border-image: none; width: auto; color: rgb(0, 0, 0); overflow: visible; font-family: Arial,sans-serif; font-weight: bold; text-decoration: none; margin-top: 1em; margin-right: 5px; vertical-align: middle; cursor: pointer; box-shadow: inset 0px 1px 0px 0px #ffffff; text-shadow: 1px 1px 0px #ffffff; background-image: linear-gradient(rgb(237, 237, 237) 5%, rgb(223, 223, 223) 100%); background-color: rgb(237, 237, 237); -moz-box-shadow: inset 0 1px 0 0 #ffffff; -webkit-box-shadow: inset 0 1px 0 0 #ffffff; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
.eu-cookie-compliance-default-button {
	padding: 4px 8px; border-radius: 6px; border: 1px solid rgb(220, 220, 220); border-image: none; width: auto; color: rgb(0, 0, 0); overflow: visible; font-family: Arial,sans-serif; font-weight: bold; text-decoration: none; margin-top: 1em; margin-right: 5px; vertical-align: middle; cursor: pointer; box-shadow: inset 0px 1px 0px 0px #ffffff; text-shadow: 1px 1px 0px #ffffff; background-image: linear-gradient(rgb(237, 237, 237) 5%, rgb(223, 223, 223) 100%); background-color: rgb(237, 237, 237); -moz-box-shadow: inset 0 1px 0 0 #ffffff; -webkit-box-shadow: inset 0 1px 0 0 #ffffff; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
.eu-cookie-compliance-hide-button {
	padding: 4px 8px; border-radius: 6px; border: 1px solid rgb(220, 220, 220); border-image: none; width: auto; color: rgb(0, 0, 0); overflow: visible; font-family: Arial,sans-serif; font-weight: bold; text-decoration: none; margin-top: 1em; margin-right: 5px; vertical-align: middle; cursor: pointer; box-shadow: inset 0px 1px 0px 0px #ffffff; text-shadow: 1px 1px 0px #ffffff; background-image: linear-gradient(rgb(237, 237, 237) 5%, rgb(223, 223, 223) 100%); background-color: rgb(237, 237, 237); -moz-box-shadow: inset 0 1px 0 0 #ffffff; -webkit-box-shadow: inset 0 1px 0 0 #ffffff; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
.eu-cookie-compliance-more-button-thank-you {
	padding: 4px 8px; border-radius: 6px; border: 1px solid rgb(220, 220, 220); border-image: none; width: auto; color: rgb(0, 0, 0); overflow: visible; font-family: Arial,sans-serif; font-weight: bold; text-decoration: none; margin-top: 1em; margin-right: 5px; vertical-align: middle; cursor: pointer; box-shadow: inset 0px 1px 0px 0px #ffffff; text-shadow: 1px 1px 0px #ffffff; background-image: linear-gradient(rgb(237, 237, 237) 5%, rgb(223, 223, 223) 100%); background-color: rgb(237, 237, 237); -moz-box-shadow: inset 0 1px 0 0 #ffffff; -webkit-box-shadow: inset 0 1px 0 0 #ffffff; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
.eu-cookie-withdraw-button {
	padding: 4px 8px; border-radius: 6px; border: 1px solid rgb(220, 220, 220); border-image: none; width: auto; color: rgb(0, 0, 0); overflow: visible; font-family: Arial,sans-serif; font-weight: bold; text-decoration: none; margin-top: 1em; margin-right: 5px; vertical-align: middle; cursor: pointer; box-shadow: inset 0px 1px 0px 0px #ffffff; text-shadow: 1px 1px 0px #ffffff; background-image: linear-gradient(rgb(237, 237, 237) 5%, rgb(223, 223, 223) 100%); background-color: rgb(237, 237, 237); -moz-box-shadow: inset 0 1px 0 0 #ffffff; -webkit-box-shadow: inset 0 1px 0 0 #ffffff; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
.eu-cookie-compliance-save-preferences-button {
	padding: 4px 8px; border-radius: 6px; border: 1px solid rgb(220, 220, 220); border-image: none; width: auto; color: rgb(0, 0, 0); overflow: visible; font-family: Arial,sans-serif; font-weight: bold; text-decoration: none; margin-top: 1em; margin-right: 5px; vertical-align: middle; cursor: pointer; box-shadow: inset 0px 1px 0px 0px #ffffff; text-shadow: 1px 1px 0px #ffffff; background-image: linear-gradient(rgb(237, 237, 237) 5%, rgb(223, 223, 223) 100%); background-color: rgb(237, 237, 237); -moz-box-shadow: inset 0 1px 0 0 #ffffff; -webkit-box-shadow: inset 0 1px 0 0 #ffffff; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
[dir='rtl'] .eu-cookie-compliance-buttons button {
	box-shadow: inset 0px 0px 0px 1px #ffffff; -moz-box-shadow: inset 0 0 0 1px #ffffff; -webkit-box-shadow: inset 0 0 0 1px #ffffff;
}
.disagree-button.eu-cookie-compliance-more-button:hover {
	background-image: linear-gradient(rgb(223, 223, 223) 5%, rgb(237, 237, 237) 100%); background-color: rgb(223, 223, 223);
}
.eu-cookie-compliance-agree-button:hover {
	background-image: linear-gradient(rgb(223, 223, 223) 5%, rgb(237, 237, 237) 100%); background-color: rgb(223, 223, 223);
}
.eu-cookie-compliance-default-button:hover {
	background-image: linear-gradient(rgb(223, 223, 223) 5%, rgb(237, 237, 237) 100%); background-color: rgb(223, 223, 223);
}
.eu-cookie-compliance-hide-button:hover {
	background-image: linear-gradient(rgb(223, 223, 223) 5%, rgb(237, 237, 237) 100%); background-color: rgb(223, 223, 223);
}
.eu-cookie-compliance-more-button-thank-you:hover {
	background-image: linear-gradient(rgb(223, 223, 223) 5%, rgb(237, 237, 237) 100%); background-color: rgb(223, 223, 223);
}
.eu-cookie-withdraw-button:hover {
	background-image: linear-gradient(rgb(223, 223, 223) 5%, rgb(237, 237, 237) 100%); background-color: rgb(223, 223, 223);
}
.disagree-button.eu-cookie-compliance-more-button:active {
	top: 1px; position: relative;
}
.eu-cookie-compliance-agree-button:active {
	top: 1px; position: relative;
}
.eu-cookie-compliance-default-button:active {
	top: 1px; position: relative;
}
.eu-cookie-compliance-hide-button:active {
	top: 1px; position: relative;
}
.eu-cookie-compliance-more-button-thank-you:active {
	top: 1px; position: relative;
}
.eu-cookie-withdraw-button:active {
	top: 1px; position: relative;
}
.eu-cookie-compliance-message {
	margin: 5px 0px 0px; float: left; max-width: 60%;
}
.eu-cookie-compliance-banner--categories .eu-cookie-compliance-message {
	max-width: 100%;
}
.eu-cookie-compliance-categories {
	padding-top: 1em; clear: both;
}
.eu-cookie-compliance-categories label {
	display: inline;
}
[dir='rtl'] .eu-cookie-compliance-message {
	text-align: right; float: right;
}
.eu-cookie-compliance-message h1 {
	margin: 0px 0px 5px; color: rgb(255, 255, 255); line-height: 1.4; font-weight: bold;
}
.eu-cookie-compliance-message h2 {
	margin: 0px 0px 5px; color: rgb(255, 255, 255); line-height: 1.4; font-weight: bold;
}
.eu-cookie-compliance-message h3 {
	margin: 0px 0px 5px; color: rgb(255, 255, 255); line-height: 1.4; font-weight: bold;
}
.eu-cookie-compliance-message p {
	margin: 0px 0px 5px; color: rgb(255, 255, 255); line-height: 1.4; font-weight: bold;
}
.eu-cookie-compliance-message h1 {
	font-size: 24px;
}
.eu-cookie-compliance-message h2 {
	font-size: 16px;
}
.eu-cookie-compliance-message h3 {
	font-size: 12px;
}
.eu-cookie-compliance-message p {
	font-size: 12px; display: inline;
}
.eu-cookie-withdraw-tab {
	padding: 4px 7px; cursor: pointer;
}
.sliding-popup-bottom .eu-cookie-withdraw-tab {
	border-width: 2px 2px 0px; border-radius: 5px 5px 0px 0px;
}
.sliding-popup-top .eu-cookie-withdraw-tab {
	border-width: 0px 2px 2px; border-radius: 0px 0px 5px 5px;
}
.eu-cookie-withdraw-wrapper.sliding-popup-top {
	transform: scaleY(-1);
}
.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner {
	transform: scaleY(-1);
}
.eu-cookie-withdraw-tab {
	left: 50%; top: 0px; position: absolute; transform: translate(-50%, -100%);
}
.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab {
	transform: translate(-50%, -100%) scaleY(-1);
}
@media screen and (max-width:600px)
{
.eu-cookie-compliance-content {
	max-width: 95%;
}
.eu-cookie-compliance-categories {
	max-width: 100%;
}
.eu-cookie-compliance-message {
	max-width: 100%;
}
.eu-cookie-compliance-buttons {
	margin: 5px 0px 1em; clear: both; float: none; max-width: 100%;
}
.eu-cookie-compliance-buttons.eu-cookie-compliance-has-categories {
	margin-top: -56px; float: right;
}
.eu-cookie-compliance-banner--categories .eu-cookie-compliance-buttons {
	
}
}
#colorbox {
	left: 0px; top: 0px; overflow: hidden; position: absolute; z-index: 9999;
}
#cboxOverlay {
	left: 0px; top: 0px; overflow: hidden; position: absolute; z-index: 9999;
}
#cboxWrapper {
	left: 0px; top: 0px; overflow: hidden; position: absolute; z-index: 9999;
}
#cboxOverlay {
	width: 100%; height: 100%; position: fixed;
}
#cboxMiddleLeft {
	clear: left;
}
#cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto; -webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin: 0px;
}
#cboxLoadingOverlay {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
#cboxLoadingGraphic {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
#cboxPrevious {
	background: none; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; width: auto; overflow: visible; cursor: pointer;
}
#cboxNext {
	background: none; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; width: auto; overflow: visible; cursor: pointer;
}
#cboxClose {
	background: none; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; width: auto; overflow: visible; cursor: pointer;
}
#cboxSlideshow {
	background: none; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; width: auto; overflow: visible; cursor: pointer;
}
#cboxPrevious:active {
	outline: 0px;
}
#cboxNext:active {
	outline: 0px;
}
#cboxClose:active {
	outline: 0px;
}
#cboxSlideshow:active {
	outline: 0px;
}
.cboxPhoto {
	margin: auto; border: 0px currentColor; border-image: none; float: left; display: block; max-width: none;
}
.cboxIframe {
	border: 0px currentColor; border-image: none; width: 100%; height: 100%; display: block;
}
#colorbox {
	box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;
}
#cboxContent {
	box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;
}
#cboxLoadedContent {
	box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;
}
#cboxOverlay {
	background: rgb(0, 0, 0);
}
#colorbox {
	outline: 0px;
}
#cboxWrapper {
	
}
#cboxContent {
	overflow: hidden;
}
#cboxContent {
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.cboxPhoto {
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#cboxError {
	padding: 50px; border: 1px solid rgb(204, 204, 204); border-image: none;
}
#cboxTitle {
	background: rgba(255, 255, 255, 0.7); padding: 4px 6px; left: 0px; width: 100%; bottom: 0px; color: rgb(83, 83, 83); position: absolute; box-sizing: border-box; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;
}
#cboxLoadingOverlay {
	background: rgb(255, 255, 255);
}
#cboxLoadingGraphic {
	background: url("/modules/colorbox/styles/plain/images/loading_animation.gif") no-repeat center;
}
.cbox-close-plain#cboxClose {
	background: rgba(0, 0, 0, 0.5); border-radius: 10px; top: 4px; width: 20px; height: 20px; text-align: center; right: 4px; color: rgba(255, 255, 255, 0.7); line-height: 18px; font-size: 20px; position: absolute; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
.cbox-close-plain:hover {
	background: rgba(0, 0, 0, 0.8); color: rgba(255, 255, 255, 0.9);
}
.text-format-wrapper > .form-item {
	margin-bottom: 0px;
}
.filter-wrapper {
	border-width: 0px 1px 1px; border-style: none solid solid; border-color: currentColor rgb(204, 204, 204) rgb(204, 204, 204); margin: 0px; padding: 0.5em 0.66em; border-image: none; overflow: hidden;
}
.filter-wrapper .form-item {
	margin: 0px;
}
.filter-wrapper .form-item label {
	display: inline;
}
.filter-help {
	float: right;
}
[dir='rtl'] .filter-help {
	float: left;
}
.filter-guidelines .filter-guidelines-item {
	margin-top: 1em;
}
.filter-help p {
	margin: 0px;
}
.filter-help a {
	margin: 0px 20px 0px 0px; position: relative;
}
[dir='rtl'] .filter-help a {
	margin: 0px 0px 0px 20px;
}
.filter-help a::after {
	background: url("/core/themes/stable/images/core/help.png"); top: 0px; width: 16px; height: 16px; right: -20px; display: block; position: absolute; content: "";
}
[dir='rtl'] .filter-help a::after {
	left: -20px; right: auto;
}
.text-format-wrapper .description {
	margin-top: 0.5em;
}
.tips {
	padding-top: 0px; padding-bottom: 0px; font-size: 0.9em; margin-top: 0px; margin-bottom: 0px;
}
.tips {
	padding-left: 0px;
}
[dir='rtl'] .tips {
	padding-right: 0px;
}
