/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body { margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main { display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 { font-size: 2em; margin: .67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre { font-family: monospace,monospace; font-size: 1em; }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a { background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong { font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp { font-family: monospace,monospace; font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small { font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img { border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input { overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select { text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset { padding: .35em .75em .625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress { vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea { overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details { display: block; }

/*
 * Add the correct display in all browsers.
 */
summary { display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template { display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] { display: none; }

/* <style> /**/
/* Some of the reset concepts borrowed from https://bulma.io/ */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
* { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
*:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
img, embed, object, audio, video { max-width: 100%; }
iframe { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; text-align: left; }
html { background-color: white; font-size: 16px; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; min-width: 300px; overflow-x: hidden; overflow-y: scroll; text-rendering: optimizeLegibility; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; }
article, aside, figure, footer, header, hgroup, section { display: block; }
body, button, input, select, textarea { font-family: BlinkMacSystemFont, -apple-system, "Segoe UI","Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans","Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
code, pre { -moz-osx-font-smoothing: auto; -webkit-font-smoothing: auto; font-family: monospace; }
body { color: #2d3047; background: #FFF; font-size: 1rem; font-weight: 400; line-height: 1.5; }
a { cursor: pointer; text-decoration: none; }
a strong { color: currentColor; }
code { background-color: #fafafa; color: #ff3860; font-size: .875em; font-weight: normal; padding: .25em .5em .25em; }
hr { background-color: #dcdcdc; border: none; display: block; height: 1px; margin: 1.5rem 0; }
img { height: auto; max-width: 100%; }
input[type="checkbox"], input[type="radio"] { vertical-align: baseline; }
small { font-size: .875em; }
span { font-style: inherit; font-weight: inherit; }
pre { -webkit-overflow-scrolling: touch; background-color: #fafafa; color: #2d3047; font-size: .875em; overflow-x: auto; padding: 1.25rem 1.5rem; white-space: pre; word-wrap: normal; }
pre code { background-color: transparent; color: currentColor; font-size: 1em; padding: 0; }
table td, table th { text-align: left; vertical-align: top; }
table th { color: #363636; }

/* Elgg Reset /**/
ol, ul { list-style: none; }
em, i { font-style: italic; }
ins { text-decoration: none; }
strike, del { text-decoration: line-through; }
strong, b { font-weight: 600; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: top; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a { text-decoration: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
[hidden] { display: none !important; }
fieldset { border: none; min-width: 0; }

/* <style> /**/
/* Clearfix */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

/* ***************************************
	Grid
*************************************** */
.elgg-col { float: left; }
.elgg-col-alt { float: right; }
.elgg-col-1of1 { float: none; width: 100%; }
.elgg-col-1of2 { width: 50%; }
.elgg-col-1of3 { width: 33.33%; }
.elgg-col-2of3 { width: 66.66%; }
.elgg-col-1of4 { width: 25%; }
.elgg-col-3of4 { width: 75%; }
.elgg-col-1of5 { width: 20%; }
.elgg-col-2of5 { width: 40%; }
.elgg-col-3of5 { width: 60%; }
.elgg-col-4of5 { width: 80%; }
.elgg-col-1of6 { width: 16.66%; }
.elgg-col-5of6 { width: 83.33%; }

/* Create a responsive grid */
.elgg-grid { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -.5rem; }
@media screen and (max-width: 50rem) {
.elgg-grid > * { width: 100%; }
}

/* Create a multiline grid */
.elgg-columns { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -.5rem; }

/* Create a single row grid */
.elgg-row { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin: 0 -.5rem; }
.elgg-columns .elgg-col, .elgg-columns .elgg-col-alt, .elgg-row .elgg-col, .elgg-row .elgg-col-alt, .elgg-grid .elgg-col, .elgg-grid .elgg-col-alt { float: none; display: block; -webkit-flex-basis: 0; flex-basis: 0; -webkit-flex-grow: 1; flex-grow: 1; -webkit-flex-shrink: 1; flex-shrink: 1; padding: 0 .5rem; }
.elgg-columns > *:not(.elgg-col), .elgg-columns .elgg-col-1of1, .elgg-columns .elgg-col-1of2, .elgg-columns .elgg-col-1of3, .elgg-columns .elgg-col-2of3, .elgg-columns .elgg-col-1of4, .elgg-columns .elgg-col-3of4, .elgg-columns .elgg-col-1of5, .elgg-columns .elgg-col-2of5, .elgg-columns .elgg-col-3of5, .elgg-columns .elgg-col-4of5, .elgg-columns .elgg-col-1of6, .elgg-columns .elgg-col-5of6, .elgg-row > *:not(.elgg-col), .elgg-row .elgg-col-1of1, .elgg-row .elgg-col-1of2, .elgg-row .elgg-col-1of3, .elgg-row .elgg-col-2of3, .elgg-row .elgg-col-1of4, .elgg-row .elgg-col-3of4, .elgg-row .elgg-col-1of5, .elgg-row .elgg-col-2of5, .elgg-row .elgg-col-3of5, .elgg-row .elgg-col-4of5, .elgg-row .elgg-col-1of6, .elgg-row .elgg-col-5of6, .elgg-grid > *:not(.elgg-col), .elgg-grid .elgg-col-1of1, .elgg-grid .elgg-col-1of2, .elgg-grid .elgg-col-1of3, .elgg-grid .elgg-col-2of3, .elgg-grid .elgg-col-1of4, .elgg-grid .elgg-col-3of4, .elgg-grid .elgg-col-1of5, .elgg-grid .elgg-col-2of5, .elgg-grid .elgg-col-3of5, .elgg-grid .elgg-col-4of5, .elgg-grid .elgg-col-1of6, .elgg-grid .elgg-col-5of6 { -webkit-flex: none; -ms-flex: none; flex: none; }

/* ***************************************
	Typography
*************************************** */
body { font-family: BlinkMacSystemFont, -apple-system, "Segoe UI","Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans","Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; word-break: break-all; word-break: break-word; }
a { color: #0078ac; }
a:hover, a.selected { color: #2d3047; text-decoration: underline; }
pre, code { font-family: Monaco,"Courier New",Courier,monospace; font-size: .75rem; background: #EBF5FF; color: #000; overflow: auto; overflow-x: auto; white-space: pre-wrap; word-wrap: break-word; }
pre { padding: .25rem 1rem; margin: 0 0 1rem; line-height: 1.3rem; }
code { padding: .25rem; }
.elgg-monospace { font-family: Monaco,"Courier New",Courier,monospace; }
blockquote { padding: .5rem 1rem; margin: 0 0 1rem; background-color: #e7f1f9; border: 1px solid #b1d1e9; color: #3b8bc9; }
h1, h2, h3, h4, h5, h6 { font-weight: 500; }
h1 { font-size: 1.8rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.2rem; }
h4 { font-size: 1.0rem; }
h5 { font-size: .9rem; }
h6 { font-size: .8rem; }
.elgg-subtext { color: #7d7d7d; font-size: .75rem; }
time, .elgg-river-timestamp, .elgg-text-help, .elgg-quiet, .elgg-tags { display: inline-block; color: #969696; font-size: .75rem; line-height: normal; }
.elgg-text-help, .elgg-tags { margin-top: .25rem; }
.elgg-loud { font-weight: 600; }
.elgg-more, .elgg-widget-more { padding: .5rem; font-size: .85rem; font-weight: 600; }
.elgg-state.elgg-state-success { color: #397f2e; }
.elgg-state.elgg-state-error, .elgg-state.elgg-state-danger { color: #b94a48; }
.elgg-state.elgg-state-notice { color: #3b8bc9; }
.elgg-state.elgg-state-warning { color: #6b420f; }

/* ***************************************
	USER INPUT DISPLAY RESET
*************************************** */
p + *, blockquote + *, .elgg-output + * { margin-top: 1rem; }
* + p, * + blockquote, * + .elgg-output { margin-top: 1rem; }
p img, p iframe { margin: .5rem auto; }
.elgg-output dt { font-weight: bold; }
.elgg-output dd { margin: 0 0 1rem 1rem; }
.elgg-output ul, .elgg-output ol { margin: 0 1.5rem 1.5rem 0; padding-left: 1.5rem; }
.elgg-output ul { list-style-type: disc; }
.elgg-output ol { list-style-type: decimal; list-style-position: inside; padding-left: .4rem; }
.elgg-output table { border: 1px solid #e6e6ea; }
.elgg-output table td { padding: .25rem .5rem; }
.elgg-output img { max-width: 100%; height: auto; }

/* <style> /**/
/**
 * CSS form/input elements
 */
/* ***************************************
	Form Elements
*************************************** */
fieldset > div, .elgg-field { margin-bottom: 1rem; }
fieldset > div:last-child { margin-bottom: 0; }
.elgg-form-alt > fieldset > .elgg-foot { border-top: 1px solid #e6e6ea; padding: 10px 0; }
label, .elgg-field-label { font-weight: 600; font-size: .9rem; line-height: 1.8rem; }
.elgg-field-label { display: block; }
label.elgg-state-disabled, .elgg-field-label.elgg-state-disabled { opacity: .6; }
.elgg-required-indicator { font-size: 110%; font-weight: bold; color: #b94a48; display: inline; padding: 0 5px; }
input, textarea { border: 1px solid #dcdcdc; color: #2d3047; font-size: 1rem; padding: .25rem .5rem; line-height: normal; width: 100%; border-radius: 3px; }
input:disabled, textarea:disabled, select:disabled, option:disabled { cursor: not-allowed; }
textarea { padding: .5rem; }
input[type=email], input[type=password], input[type=text], input[type=number], input[type=url] { height: 2.5rem; }
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=number]:focus, input[type=url]:focus, textarea:focus { border: solid 1px #cfcfd2; background-color: #fafafa; outline: 0 none; }
.elgg-longtext-control { float: right; margin-left: 14px; font-size: 80%; cursor: pointer; }
input[type="checkbox"], input[type="radio"] { margin: 0 .25rem 0 0; padding: 0; border: none; width: auto; vertical-align: middle; }
input[type="number"] { -moz-appearance: textfield; }
.elgg-input-checkbox + label, .elgg-input-checkbox + .elgg-field-label { display: inline-block; }
.elgg-input-checkboxes.elgg-horizontal li, .elgg-input-radios.elgg-horizontal li { display: inline-block; padding-right: 1rem; }
.elgg-input-checkbox-switch { position: relative; padding-left: 4em; }
.elgg-input-checkbox-switch:before, .elgg-input-checkbox-switch:after { position: absolute; display: inline-block; top: 0; bottom: 0; left: 0; content: ' '; width: 3.4em; background-color: #e6e6ea; border-radius: 3px; -webkit-box-shadow: inset 0 .1em 0 rgba(0,0,0,.2); box-shadow: inset 0 .1em 0 rgba(0,0,0,.2); -webkit-transition: all 100ms ease-in; -moz-transition: all 100ms ease-in; transition: all 100ms ease-in; }
.elgg-input-checkbox-switch:after { width: 1.4em; top: .1em; bottom: .1em; margin-left: .1em; background-color: #fff; border-radius: 3px; -webkit-box-shadow: inset 0 -.15em 0 rgba(0,0,0,.2); box-shadow: inset 0 -.15em 0 rgba(0,0,0,.2); }
input:checked ~ .elgg-input-checkbox-switch:before { background-color: #0078ac; }
input:checked ~ .elgg-input-checkbox-switch:after { margin-left: 1.8em; }
input:disabled ~ .elgg-input-checkbox-switch { cursor: not-allowed; }
.elgg-input-single-checkbox label + .elgg-field-label { display: inline-block; }
select { max-width: 100%; border: 1px solid #dcdcdc; color: #2d3047; padding: .25rem .5rem; line-height: 1.75rem; vertical-align: middle; border-radius: 3px; }
select:not([multiple]) { height: 2.5rem; }
.elgg-form-account { margin-bottom: 1rem; }
.elgg-input-radios label { font-weight: normal; font-size: 100%; }
.elgg-input-checkboxes label { font-weight: normal; font-size: 100%; }
.elgg-form-login, .elgg-form-account { max-width: 40rem; margin: 0 auto; }
.elgg-fieldset-has-legend { border: 1px solid #e6e6ea; padding: 1rem; margin-bottom: 1rem; }
.elgg-fieldset-horizontal .elgg-field { display: inline-block; margin: 0 1rem 0 0; }
.elgg-fieldset-horizontal.elgg-justify-right .elgg-field { margin: 0 0 0 1rem; }
.elgg-fieldset-horizontal.elgg-justify-center .elgg-field { margin: 0 5px; }

/* ***************************************
	AUTOCOMPLETE
*************************************** */
.ui-autocomplete { position: absolute; cursor: default; }
.elgg-autocomplete-item .elgg-body { max-width: 600px; }
.elgg-autocomplete-item-remove { cursor: pointer; }
.ui-autocomplete { background-color: #fff; border: 1px solid #e6e6ea; overflow: hidden; border-radius: 3px; }
.ui-autocomplete .ui-menu-item { padding: 0 4px; border-radius: 3px; }
.ui-autocomplete .ui-menu-item:hover { background-color: #fafafa; }
.ui-autocomplete a:hover { text-decoration: none; color: #0078ac; }
.ui-autocomplete a.ui-state-hover { background-color: #fafafa; display: block; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* ***************************************
	USER PICKER
*************************************** */
.elgg-user-picker-list > li:first-child { border-top: 1px solid #e6e6ea; margin-top: .5rem; }
.elgg-user-picker-list > li { padding: 0 1rem; border-bottom: 1px solid #e6e6ea; }
.elgg-user-picker.elgg-state-disabled > input, .elgg-user-picker.elgg-state-disabled > label { display: none; }

/* ***************************************
	DATE PICKER
**************************************** */
.ui-datepicker { display: none; margin: 0; padding: 0; border-radius: 2px; overflow: hidden; min-width: 300px; -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.4); box-shadow: 0 2px 4px rgba(0,0,0,.4); border-top: 1px solid #e6e6ea; background: #fff; }
.ui-datepicker-inline { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.ui-datepicker-header { position: relative; background: transparent; padding: .25em; border: 0; }
.ui-datepicker-header a { padding: 0 .5em; }
.ui-datepicker-prev, .ui-datepicker-next { position: absolute; top: .5em; cursor: pointer; }
.ui-datepicker-prev.ui-state-hover, .ui-datepicker-next.ui-state-hover { border: none; background: transparent; font-weight: bold; }
.ui-datepicker-prev { left: .5rem; }
.ui-datepicker-prev.ui-state-disabled { display: none; }
.ui-datepicker-next { right: .5rem; }
.ui-datepicker-next.ui-state-disabled { display: none; }
.ui-datepicker-title { line-height: 2rem; margin: 0 2rem; text-align: center; font-weight: normal; }
.ui-datepicker-title select { max-width: 6.25rem; display: inline-block; margin: 2px; border: 1px solid #dcdcdc; padding: 4px; border-radius: 3px; }
.ui-datepicker-calendar { width: 90%; margin: 4% auto; font-size: .85rem; }
.ui-datepicker th { color: #2d3047; border: none; font-weight: bold; padding: .5rem .25rem; text-align: center; }
.ui-datepicker td { padding: 1px; min-width: 2.5rem; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .25rem; text-align: center; text-decoration: none; }
.ui-datepicker-calendar .ui-state-default { border: 1px solid #dcdcdc; color: #2d3047; background: #fff; border-radius: 2px; }
.ui-datepicker-calendar .ui-state-hover, .ui-datepicker-calendar .ui-state-active, .ui-datepicker-calendar .ui-state-active.ui-state-hover { border: 1px solid #0078ac; -webkit-box-shadow: 0 0 0 0 #cfcfd2 inset; box-shadow: 0 0 0 0 #cfcfd2 inset; font-weight: normal; color: #0078ac; background: #fafafa; }
.ui-datepicker-calendar .ui-state-disabled .ui-state-default { border: none; color: #7d7d7d; cursor: not-allowed; background: none; }

/* **************************
	BUTTONS
************************** */
.elgg-button, button { display: inline-block; color: #2d3047; width: auto; height: 2.5rem; line-height: 1.75rem; padding: .325rem 1rem; cursor: pointer; border-radius: 3px; -webkit-transition: background-color .5s,color .5s; -moz-transition: background-color .5s,color .5s; transition: background-color .5s,color .5s; border: none; white-space: nowrap; }
.elgg-button:hover, .elgg-button:focus, button:hover, button:focus { background-color: #e6e6ea; text-decoration: none; }
.elgg-button + .elgg-button { margin-left: .5rem; }
.elgg-button-submit { background: #2d3047; color: #fff; }
.elgg-button-submit:hover, .elgg-button-submit:focus { background: #0078ac; color: #fff; }
.elgg-button-cancel { background: #e6e6ea; color: #2d3047; }
.elgg-button-cancel:hover, .elgg-button-cancel:focus { background: #cfcfd2; color: #2d3047; }
.elgg-button-action { background: #0078ac; color: #fff; }
.elgg-button-action:hover, .elgg-button-action:focus { background: #2d3047; color: #fff; }
.elgg-button-action-done, .elgg-button-action-done:hover, .elgg-button-action-done:focus { background: #2d3047; color: #fff; }
.elgg-button-delete { background: #e6e6ea; color: #2d3047; }
.elgg-button-delete:hover, .elgg-button-delete:focus { background: #d33f49; color: #fff; }
.elgg-button-outline { border: 1px solid #dcdcdc; }
.elgg-button-dropdown { background: none; text-decoration: none; display: block; position: relative; margin-left: 0; color: #fff; border: none; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; }
.elgg-button-dropdown:hover, .elgg-button-dropdown:focus, .elgg-button-dropdown.elgg-state-active { color: #fff; background: #60B8F7; text-decoration: none; }
.elgg-button-special { background: #42C5B8; }
.elgg-button-special:hover, .elgg-button-special:focus { background: #5ED9CD; }
.elgg-button:disabled, .elgg-button.elgg-state-disabled { background: #e6e6ea; color: #7d7d7d; cursor: default; }

/* Use .elgg-size-small or .elgg-size-large for additional sizes */
.elgg-module-menu .elgg-button, .elgg-button.elgg-size-small { padding: .25rem .5rem; line-height: 1.5rem; height: 2rem; }
.elgg-button.elgg-size-large { font-size: 1.5rem; line-height: 2.5rem; padding: 1rem 2rem; height: 4.5rem; border-radius: 3px; }
.elgg-button-icon + .elgg-button-label { margin-left: .5rem; }

/* ***************************************
	AJAX LOADER
*************************************** */
@-webkit-keyframes infinite-spinning {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes infinite-spinning {
from { -moz-transform: rotate(0deg); transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes infinite-spinning {
from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

.elgg-ajax-loader { background-color: #fff; height: 2.5rem; width: 2.5rem; -webkit-animation: infinite-spinning 1s infinite linear; -moz-animation: infinite-spinning 1s infinite linear; animation: infinite-spinning 1s infinite linear; border-radius: 50%; border-width: 5px; border-color: #0078ac #e6e6ea #e6e6ea; border-style: solid; display: block; margin: .75rem auto; }

/* ***************************************
	AVATAR ICONS
*************************************** */
.elgg-avatar { position: relative; display: inline-block; }
.elgg-avatar > a { display: inline-block; }
.elgg-avatar > a img { display: inline-block; vertical-align: middle; width: 100%; height: auto; }
.elgg-avatar-tiny img, .elgg-avatar-small img, .elgg-avatar-medium img { border-radius: 50%; }
.elgg-avatar-tiny img { max-width: 25px; max-height: 25px; }
.elgg-avatar-small img { max-width: 40px; max-height: 40px; }
.elgg-avatar-medium img { max-width: 100px; max-height: 100px; }
.elgg-state-banned { opacity: .5; }
.elgg-state-banned:hover { opacity: 1; }

/* ***************************************
	AVATAR UPLOADING & CROPPING
*************************************** */
#current-user-avatar { border-right: 1px solid #e6e6ea; }
#avatar-croppingtool { border-top: 1px solid #e6e6ea; }

/* ***************************************
	ANCHORS & BADGES
*************************************** */
.elgg-anchor * { display: inline; }
.elgg-anchor .elgg-icon { color: inherit; font-size: inherit; }
.elgg-anchor img { vertical-align: middle; }
.elgg-anchor * + .elgg-anchor-label { margin-left: .5rem; }
.elgg-anchor .elgg-anchor-label + * { margin-left: .5rem; }
.elgg-badge { display: inline-block; color: #2d3047; background-color: #fafafa; padding: .15rem .25rem; margin-top: -.15rem; text-align: center; white-space: nowrap; vertical-align: middle; border-radius: 10px; font-size: .7rem; line-height: 1rem; font-weight: bold; }

/* ***************************************
	PAGINATION
*************************************** */
.elgg-pagination { margin: 1rem auto; display: block; text-align: center; }
.elgg-pagination li { display: inline-block; text-align: center; margin-left: -1px; border: 1px solid #e6e6ea; }
.elgg-pagination li:first-child { border-radius: 3px 0 0 3px; }
.elgg-pagination li:last-child { border-radius: 0 3px 3px 0; }
.elgg-pagination li:first-child > a:before, .elgg-pagination li:first-child > span:before { content: "\ab"; margin-right: .5rem; }
.elgg-pagination li:last-child > a:after, .elgg-pagination li:last-child > span:after { content: "\bb"; margin-left: .5rem; }
.elgg-pagination li > a, .elgg-pagination li > span { display: inline-block; padding: .5rem 1rem; color: #2d3047; }
.elgg-pagination li > a:hover { background: #e6e6ea; text-decoration: none; }
.elgg-pagination .elgg-state-disabled > span { color: #7d7d7d; }
.elgg-pagination .elgg-state-selected > span { color: #969696; }

/* ***************************************
	MENUS
*************************************** */
.elgg-menu-container { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.elgg-menu-container.elgg-menu-title-container { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
.elgg-menu-container.elgg-menu-title-container > .elgg-menu-hz { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
.elgg-menu-container.elgg-menu-title-container > .elgg-menu-hz > li { margin: 0 .25rem; }
.elgg-menu, .elgg-child-menu { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.elgg-menu > li, .elgg-child-menu > li { position: relative; }
.elgg-menu > li:last-child:after, .elgg-child-menu > li:last-child:after { display: none; }
.elgg-menu > li > a, .elgg-child-menu > li > a { display: block; }
.elgg-menu.elgg-menu-hz { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.elgg-menu.elgg-menu-hz > li { margin: 0 .25rem 0 0; }
.elgg-menu.elgg-menu-hz > li > .elgg-button { margin-bottom: .25rem; }
.elgg-module-menu .elgg-menu-hz > li { margin: 0 0 0 .25rem; }
.elgg-menu-item-has-dropdown .elgg-child-menu { display: none; }
.elgg-menu-item-has-toggle > .elgg-child-menu { display: none; margin-left: 1rem; }
.elgg-menu-item-has-toggle.elgg-state-selected > .elgg-child-menu { display: block; }
.elgg-menu > li > a .elgg-icon.elgg-state-opened, .elgg-menu > li > a .elgg-icon.elgg-state-closed { font-size: 9px; color: inherit; line-height: inherit; margin: 0 .5rem; }
.elgg-menu > li > .elgg-menu-opened .elgg-icon.elgg-state-opened { display: inline-block; }
.elgg-menu > li > .elgg-menu-opened .elgg-icon.elgg-state-closed { display: none; }
.elgg-menu > li > .elgg-menu-closed .elgg-icon.elgg-state-closed { display: inline-block; }
.elgg-menu > li > .elgg-menu-closed .elgg-icon.elgg-state-opened { display: none; }
.elgg-menu:not(.elgg-menu-hz) .elgg-menu-item-has-toggle .elgg-menu-closed:after, .elgg-menu:not(.elgg-menu-hz) .elgg-menu-item-has-toggle .elgg-menu-opened:after { font-family: 'Font Awesome\ 5 Free'; font-weight: 900; display: inline-block; float: right; font-size: .5rem; line-height: 1.5rem; width: 1rem; text-align: center; }
.elgg-menu:not(.elgg-menu-hz) .elgg-menu-item-has-toggle .elgg-menu-closed:after { content: "\f105"; }
.elgg-menu:not(.elgg-menu-hz) .elgg-menu-item-has-toggle .elgg-menu-opened:after { content: "\f107"; }
.elgg-menu.elgg-menu-hz .elgg-menu-item-has-dropdown .elgg-menu-closed:after, .elgg-menu.elgg-menu-hz .elgg-menu-item-has-dropdown .elgg-menu-opened:after, .elgg-menu.elgg-menu-filter .elgg-menu-item-has-dropdown .elgg-menu-closed:after, .elgg-menu.elgg-menu-filter .elgg-menu-item-has-dropdown .elgg-menu-opened:after { font-family: 'Font Awesome\ 5 Free'; font-weight: 900; display: inline-block; font-size: .5rem; text-align: center; margin-left: .5rem; vertical-align: middle; }
.elgg-menu.elgg-menu-hz .elgg-menu-item-has-dropdown .elgg-menu-closed:after, .elgg-menu.elgg-menu-filter .elgg-menu-item-has-dropdown .elgg-menu-closed:after { content: "\f107"; }
.elgg-menu.elgg-menu-hz .elgg-menu-item-has-dropdown .elgg-menu-opened:after, .elgg-menu.elgg-menu-filter .elgg-menu-item-has-dropdown .elgg-menu-opened:after { content: "\f106"; }
.elgg-menu .elgg-anchor-icon, .elgg-child-menu .elgg-anchor-icon { color: inherit; font-size: inherit; }
.elgg-menu .elgg-anchor-icon + .elgg-anchor-label, .elgg-child-menu .elgg-anchor-icon + .elgg-anchor-label { margin-left: .5rem; }
.elgg-menu a:hover .elgg-icon, .elgg-child-menu a:hover .elgg-icon { color: inherit; }

/* ***************************************
	ENTITY NAVIGATION
*************************************** */
.elgg-menu-entity-navigation-container { margin-top: 1rem; }
.elgg-menu-entity-navigation { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
.elgg-menu-entity-navigation .elgg-menu-item-next { margin-left: auto; }

/* ***************************************
	PAGE MENU
*************************************** */
.elgg-menu-page-container .elgg-menu-section-header { font-size: 1.2rem; padding: .5rem; }
.elgg-menu-page, .elgg-menu-owner-block { background: #fff; border: 1px solid #e6e6ea; margin-bottom: 2rem; }
.elgg-menu-page li:not(:last-child), .elgg-menu-owner-block li:not(:last-child) { border-bottom: 1px solid #f7f7f8; }
.elgg-menu-page .elgg-child-menu, .elgg-menu-owner-block .elgg-child-menu { border-top: #f7f7f8; }
.elgg-menu-page .elgg-menu-item-has-toggle > .elgg-child-menu, .elgg-menu-owner-block .elgg-menu-item-has-toggle > .elgg-child-menu { margin: 0; border-top: 1px solid #f7f7f8; }
.elgg-menu-page .elgg-menu-item-has-toggle > .elgg-child-menu > li > a, .elgg-menu-owner-block .elgg-menu-item-has-toggle > .elgg-child-menu > li > a { padding-left: 2rem; }
.elgg-menu-page li > a, .elgg-menu-owner-block li > a { padding: .5rem 1rem; color: #2d3047; }
.elgg-menu-page li > a:hover, .elgg-menu-owner-block li > a:hover { background: #fafafa; text-decoration: none; color: #333; }
.elgg-menu-page li.elgg-state-selected > a, .elgg-menu-owner-block li.elgg-state-selected > a { color: #333; background-color: #e6e6ea; }
.elgg-menu-page .elgg-badge, .elgg-menu-owner-block .elgg-badge { float: right; margin-top: 0; }
.elgg-menu-page .elgg-anchor-icon, .elgg-menu-owner-block .elgg-anchor-icon { width: 1rem; display: inline-block; text-align: center; margin-right: .5rem; }

/* ***************************************
	HOVER MENU
*************************************** */
.elgg-menu-hover { display: none; position: absolute; overflow: hidden; background-color: #fff; -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.4); box-shadow: 0 2px 4px rgba(0,0,0,.4); min-width: 10rem; }
.elgg-menu-hover-card-container { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.elgg-menu-hover-card { padding: 1rem; max-width: 20rem; -webkit-flex: 2; -ms-flex: 2; flex: 2; }
.elgg-menu-hover li:not(:last-child), .elgg-menu-hover-actions li:not(:last-child), .elgg-menu-hover-admin li:not(:last-child) { border-bottom: 1px solid #e6e6ea; }
.elgg-menu-hover .elgg-child-menu { border: 1px solid #e6e6ea; border-width: 1px 0; margin: 0 0 -1px; }
.elgg-menu-hover .elgg-child-menu:before { content: "\25b2"; color: #fff; font-size: .5rem; text-shadow: 0 -2px #dcdcdc; top: -.5rem; left: 1.5rem; position: relative; margin-bottom: -.75rem; }
.elgg-menu-hover li > a, .elgg-menu-hover-actions li > a, .elgg-menu-hover-admin li > a { color: #2d3047; font-size: .9rem; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; transition: background-color .5s; text-decoration: none; padding: .5rem 1rem; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.elgg-menu-hover li > a:hover, .elgg-menu-hover-actions li > a:hover, .elgg-menu-hover-admin li > a:hover { background: #fafafa; color: #333; }
.elgg-menu-hover .elgg-anchor-icon { width: 1.5rem; text-align: center; display: inline-block; }
.elgg-menu-hover .elgg-menu { -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; max-width: 20rem; }
.elgg-menu-hover .elgg-menu.elgg-menu-hover-actions { border-top: 1px solid #e6e6ea; }
.elgg-menu.elgg-menu-hover-admin { border-top: 1px solid #e6e6ea; max-width: unset; }
.elgg-menu-hover .elgg-menu-hover-admin a { color: #d33f49; }

/* ***************************************
	GENERAL MENU
*************************************** */
.elgg-menu-general > li, .elgg-menu-general > li > a { display: inline-block; color: #969696; }
.elgg-menu-general > li:after { content: "\007C"; padding: 0 6px; }

/* ***************************************
	ENTITY, SOCIAL, RIVER AND ANNOTATION
*************************************** */
.elgg-listing-summary-metadata > .elgg-menu-container, .elgg-river-metadata > .elgg-menu-container, .elgg-menu-annotation-container { float: right; margin-left: 1rem; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
.elgg-listing-summary-metadata > .elgg-menu-container > .elgg-menu + .elgg-menu, .elgg-river-metadata > .elgg-menu-container > .elgg-menu + .elgg-menu, .elgg-menu-annotation-container > .elgg-menu + .elgg-menu { margin-left: 1rem; }
.elgg-menu-river, .elgg-menu-entity, .elgg-menu-social, .elgg-menu-annotation, .elgg-menu-widget { font-size: .9rem; color: #7d7d7d; height: auto; vertical-align: middle; }
.elgg-menu-river > li:not(:first-child), .elgg-menu-entity > li:not(:first-child), .elgg-menu-social > li:not(:first-child), .elgg-menu-annotation > li:not(:first-child), .elgg-menu-widget > li:not(:first-child) { margin-left: .75rem; }
.elgg-menu-river > li > a:not(.elgg-state-active), .elgg-menu-entity > li > a:not(.elgg-state-active), .elgg-menu-social > li > a:not(.elgg-state-active), .elgg-menu-annotation > li > a:not(.elgg-state-active), .elgg-menu-widget > li > a:not(.elgg-state-active) { color: inherit; }
.elgg-menu-river > li > a:hover, .elgg-menu-entity > li > a:hover, .elgg-menu-social > li > a:hover, .elgg-menu-annotation > li > a:hover, .elgg-menu-widget > li > a:hover { color: #0078ac; text-decoration: none; }
.elgg-menu-entity-default .elgg-menu-item-has-dropdown, .elgg-menu-river-default .elgg-menu-item-has-dropdown { font-size: 100%; }
.elgg-menu-social .elgg-anchor > span:not(:first-child).elgg-anchor-label { display: none; }

/* ***************************************
	LONGTEXT
*************************************** */
.elgg-menu-longtext-container { float: right; }

/* ***************************************
	LOGIN MENU
*************************************** */
.elgg-menu-login-container { margin-top: 1rem; border-top: 1px solid #e6e6ea; }
.elgg-menu-login > li { width: 100%; }
.elgg-menu-login > li > a { padding: .5rem 1rem; font-size: .9rem; color: #646464; display: block; }
.elgg-menu-login > li > a:hover { background: #fafafa; text-decoration: none; }

/* ***************************************
	FILTER MENU AND TABS
*************************************** */
.elgg-menu-filter, .elgg-tabs { margin-bottom: .5rem; border-bottom: 1px solid #e6e6ea; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.elgg-menu-filter > li, .elgg-tabs > li { border: 1px solid #e6e6ea; border-bottom-width: 0; background: #fafafa; -webkit-flex-grow: 1; flex-grow: 1; }
.elgg-menu-filter > li.elgg-state-selected a:hover, .elgg-tabs > li.elgg-state-selected a:hover { background: #fff; }
.elgg-menu-filter > li > a, .elgg-tabs > li > a { text-decoration: none; display: block; padding: .5rem 1rem; text-align: center; height: auto; color: #646464; }
.elgg-menu-filter > li > a:hover, .elgg-tabs > li > a:hover { background-color: #e6e6ea; color: #333; }
.elgg-menu-filter > .elgg-state-selected, .elgg-tabs > .elgg-state-selected { border-color: #e6e6ea; background: #fff; }
.elgg-menu-filter > .elgg-state-selected > a, .elgg-tabs > .elgg-state-selected > a { position: relative; top: 1px; background: #fff; }
@media screen and (min-width: 50rem) {
.elgg-menu-filter > li, .elgg-tabs > li { border-bottom-width: 1px; margin: .25rem 0 0 .5rem; border-radius: 3px 3px 0 0; position: relative; top: 1px; -webkit-flex-grow: 0; flex-grow: 0; }
}

/* ***************************************
	BREADCRUMBS
*************************************** */
.elgg-breadcrumbs { padding: .5rem; color: #969696; font-size: .9rem; }
.elgg-breadcrumbs > li { display: inline-block; }
.elgg-breadcrumbs > li:before { content: "\203A"; padding: 0 .25rem; font-weight: normal; }
.elgg-breadcrumbs > li.second:before { content: "/"; padding: 0; font-weight: normal; }
.elgg-breadcrumbs > li:first-child:before { content: " "; padding: 0; font-weight: normal; }
.elgg-breadcrumbs > li > a { display: inline-block; color: #969696; }
.elgg-breadcrumbs > li > a:hover { color: #7d7d7d; }

/* <style> /**/
/* ***************************************
	MODULES
*************************************** */
.elgg-module { display: block; margin-bottom: 1rem; }
.elgg-module > .elgg-head > .elgg-module-menu { margin-left: auto; }

/* ***************************************
	ASIDE
*************************************** */
.elgg-module-aside > .elgg-head { padding: .5rem 1rem; border-bottom: 1px solid #e6e6ea; }
.elgg-module-aside > .elgg-body { padding: .5rem; }

/* ***************************************
	INFO
*************************************** */
.elgg-module-info { border: 1px solid #e6e6ea; }
.elgg-module-info > .elgg-head { background-color: #e6e6ea; padding: .5rem 1rem; }
.elgg-module-info > .elgg-head > * { color: #2d3047; }
.elgg-module-info > .elgg-body { padding: 1rem; }
.elgg-module-info > .elgg-foot { padding: .5rem 1rem; }

/* ***************************************
	POPUP MODULE
*************************************** */
.elgg-module-popup { background-color: #fff; margin-bottom: 0; padding: .5rem; -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.4); box-shadow: 0 2px 4px rgba(0,0,0,.4); border-top: 1px solid #e6e6ea; }
.elgg-module-popup > .elgg-head { margin-bottom: .5rem; }
.elgg-module-popup > .elgg-head > * { color: #2d3047; }

/* ***************************************
	DROPDOWN MODULE
*************************************** */
.elgg-module-dropdown { background-color: #fff; display: none; width: 15rem; padding: 2rem; margin-right: 0; position: absolute; right: 0; top: 100%; -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2); box-shadow: 0 2px 4px rgba(0,0,0,.2); }

/* ***************************************
	FEATURED MODULE
*************************************** */
.elgg-module-featured { border: 1px solid #0078ac; }
.elgg-module-featured > .elgg-head { background-color: #0078ac; color: #fff; padding: .5rem 1rem; height: auto; overflow: hidden; }
.elgg-module-featured > .elgg-body { padding: 1rem; }

/* ***************************************
	SIDEBAR OWNER BLOCK AND PAGE MENU
*************************************** */
.elgg-owner-block, .elgg-page-menu { border: none; margin: 0; }
.elgg-owner-block-empty { margin-bottom: 2rem; }
.elgg-owner-block > .elgg-head, .elgg-page-menu > .elgg-body { padding: 1.5rem; }
.elgg-owner-block > .elgg-body, .elgg-page-menu > .elgg-body { padding: 0; }

/* ***************************************
	Widgets
*************************************** */
.elgg-widgets-grid { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.elgg-widgets { -webkit-flex-grow: 1; flex-grow: 1; -webkit-flex-basis: 100%; flex-basis: 100%; }
@media screen and (min-width: 80rem) {
.elgg-widgets-grid { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; margin: 0 -.5rem; }
.elgg-widgets { padding: 0 .5rem; }
}

.elgg-menu-title-widgets-container { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; padding: .5rem; }
.elgg-widgets-add-panel ul { border-top: 1px solid #e6e6ea; margin-top: .5rem; }
.elgg-widgets-add-panel ul > li { padding: .5rem; -webkit-transition: background .2s linear; -moz-transition: background .2s linear; transition: background .2s linear; border-bottom: 1px solid #e6e6ea; }
.elgg-widgets-add-panel ul > li:hover { background: #e6e6ea; }
.elgg-widgets-add-actions { max-width: 8rem; text-align: right; }
.elgg-widget-single.elgg-state-available .elgg-widgets-add-actions > span, .elgg-widget-single.elgg-state-unavailable .elgg-widgets-add-actions .elgg-button-submit { display: none; }
.elgg-module-widget { border: 1px solid #e6e6ea; margin: 0 0 1rem; position: relative; }
.elgg-module-widget.elgg-state-draggable:hover { -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2); box-shadow: 0 2px 4px rgba(0,0,0,.2); }
.elgg-module-widget > .elgg-head { background-color: #e6e6ea; padding: .5rem 1rem; height: auto; overflow: hidden; }
.elgg-module-widget.elgg-state-draggable .elgg-widget-handle { cursor: move; -webkit-flex-grow: 1; flex-grow: 1; }
.elgg-module-widget > .elgg-body { background-color: #fff; width: 100%; }
.elgg-module-widget .elgg-menu-widget-container { display: none; }
.elgg-module-widget:hover .elgg-menu-widget-container { display: inline-block; }
.elgg-widget-edit { display: none; width: auto; padding: 10px; border-bottom: 1px solid #e6e6ea; background-color: #e6e6ea; }
.elgg-widget-content { padding: 1rem; }
.elgg-widget-placeholder { border: 1px dashed #a1a1a3; margin-bottom: 1rem; }

/* ***************************************
	Image Block
*************************************** */
.elgg-image-block { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
.elgg-image-block:after { display: none; }
.elgg-image-block .elgg-image { margin-right: 1rem; }
.elgg-image-block .elgg-image-alt { margin-left: 1rem; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
.elgg-image-block > .elgg-body { -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.elgg-image-block.elgg-chip { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

/* ***************************************
	Image-related
*************************************** */
.elgg-photo { border: 1px solid #e6e6ea; padding: 2px; background-color: #fff; max-width: 100%; height: auto; }

/* ***************************************
	List
*************************************** */
.elgg-list > li { border-bottom: 1px solid #e6e6ea; padding: 1rem; }
.elgg-module .elgg-list > li:last-child { border-bottom: 0; }
.elgg-module .elgg-list + .elgg-pagination { border-top: 1px solid #e6e6ea; padding-top: 1rem; }
.elgg-item h3 a { padding-bottom: .25rem; }
.elgg-item > .elgg-subtext { margin-bottom: .25rem; }
.elgg-item .elgg-content { margin: .5rem 0; }
.elgg-content { clear: both; }
.elgg-module > .elgg-body > .elgg-list, .elgg-module .elgg-widget-content > .elgg-list { margin-top: 0; }
.elgg-no-results { padding: .5rem 1rem; }

/* ***************************************
	List Item
*************************************** */
.elgg-listing-summary-title { line-height: 1.5rem; margin-bottom: .25rem; }
.elgg-listing-full-header { margin-bottom: 2rem; }
.elgg-listing-imprint { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.elgg-listing-imprint > span { margin-right: 1rem; }
.elgg-listing-imprint .elgg-icon { margin-right: .5rem; }

/* ***************************************
	Gallery
*************************************** */
.elgg-gallery { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.elgg-gallery > li { padding: .25em; }
.elgg-gallery.elgg-gallery-users > li { padding: .25rem; }

/* ***************************************
	TABLES
*************************************** */
.elgg-table, .elgg-table-alt { background-color: white; margin-bottom: 1rem; width: 100%; }
.elgg-table td, .elgg-table th, .elgg-table-alt td, .elgg-table-alt th { border-style: solid; border-width: 0 0 1px; border-color: #e6e6ea; padding: .5em .75em; vertical-align: top; background-color: white; }
.elgg-table tr.elgg-state-selected td, .elgg-table tr.elgg-state-selected th, .elgg-table tr:hover td, .elgg-table tr:hover th, .elgg-table-alt tr.elgg-state-selected td, .elgg-table-alt tr.elgg-state-selected th, .elgg-table-alt tr:hover td, .elgg-table-alt tr:hover th { background-color: #fafafa; }
.elgg-table thead th, .elgg-table-alt thead th { font-weight: bold; border-width: 0 0 2px; }
.elgg-table tfoot th, .elgg-table-alt tfoot th { border-width: 2px 0 0; font-weight: bold; }
.elgg-table-alt th:first-child, .elgg-table-alt td:first-child { width: 15rem; }
@media screen and (min-width: 50rem) {
.elgg-table thead th, .elgg-table tfoot th, .elgg-table-alt thead th, .elgg-table-alt tfoot th { word-break: normal; }
}

/* ***************************************
	Messages
*************************************** */
.elgg-message { border-width: 1px; border-style: solid; color: #2d3047; background-color: #fafafa; border-color: #cfcfd2; border-radius: 3px; margin-bottom: 1rem; }
.elgg-message.elgg-message-success { color: #397f2e; background-color: #eaf8e8; border-color: #aadea2; }
.elgg-message.elgg-message-error { color: #b94a48; background-color: #f8e8e8; border-color: #e5b7b5; }
.elgg-message.elgg-message-help, .elgg-message.elgg-message-notice { color: #3b8bc9; background-color: #e7f1f9; border-color: #b1d1e9; }
.elgg-message.elgg-message-warning { color: #6b420f; background-color: #fcf8e4; border-color: #eddc7d; }
.elgg-message > .elgg-inner { border-color: inherit; }
.elgg-message > .elgg-inner > .elgg-head { background-color: rgba(255,255,255,.7); font-weight: bold; padding: .5rem 1rem; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: inherit; }
.elgg-message > .elgg-inner > .elgg-head .elgg-message-icon { padding-right: 1rem; }
.elgg-message > .elgg-inner > div:last-child { border-bottom: 0; }
.elgg-message > .elgg-inner > .elgg-body { padding: 1rem; }
.elgg-message > .elgg-inner > .elgg-body p { margin: 0; }

/* ***************************************
	River
*************************************** */
.elgg-module .elgg-list-river { border-top: none; }
.elgg-river-layout .elgg-list-river { border-top: 1px solid #e6e6ea; }
.elgg-list-river > li { border-bottom: 1px solid #e6e6ea; }
.elgg-river-attachments, .elgg-river-message, .elgg-river-content { border-left: 1px solid #e6e6ea; margin: .5rem 0; padding-left: 1rem; }
.elgg-river-attachments .elgg-avatar, .elgg-river-attachments .elgg-icon { display: inline-block; }
.elgg-river-attachments .elgg-icon-arrow-right { margin: .5rem; }
.elgg-river-more { border-color: #e6e6ea; border-style: solid; border-width: 0 1px 1px 1px; padding: .5rem 1rem; font-size: 85%; }
.elgg-river-item form { border-color: #e6e6ea; border-style: solid; border-width: 0 1px 1px 1px; padding: .5rem; height: auto; }

/* **************************************
    Comments
************************************** */
.elgg-comments .elgg-list, .elgg-river-comments { position: relative; border-top: 1px solid #e6e6ea; margin-top: 2rem; }
.elgg-comments .elgg-list > li, .elgg-river-comments > li { border-color: #e6e6ea; border-style: solid; border-width: 0 1px 1px 1px; padding: 1rem; }
.elgg-comments .elgg-list > li:last-child, .elgg-river-comments > li:last-child { border-bottom: 1px solid #e6e6ea; }
.elgg-comments .elgg-list > li.elgg-state-highlight, .elgg-river-comments > li.elgg-state-highlight { -webkit-animation: comment-highlight 5s; -moz-animation: comment-highlight 5s; animation: comment-highlight 5s; }
.elgg-comments .elgg-list:before, .elgg-river-comments:before { content: "\25b2"; color: #fff; position: absolute; text-shadow: 0 -2px 0 #e6e6ea; font-size: 1rem; top: -1rem; left: 2rem; margin-right: 1.5rem; line-height: 1rem; padding-top: 3px; pointer-events: none; }
.elgg-comments .elgg-list.comments-list, .elgg-river-comments.comments-list { margin-top: 1rem; }
.elgg-module-comments { margin-top: 1rem; }
#comments .elgg-form-comment-save { margin-top: 1rem; }
#comments .elgg-form-comment-save .elgg-field-label { display: none; }

/* Standard syntax */
@-webkit-keyframes comment-highlight {
from { background: #e7f1f9; }
to { background: white; }
}

@-moz-keyframes comment-highlight {
from { background: #e7f1f9; }
to { background: white; }
}

@keyframes comment-highlight {
from { background: #e7f1f9; }
to { background: white; }
}

/* ***************************************
	Tags
*************************************** */
.elgg-tags > .elgg-icon { margin-right: 5px; }

/* ***************************************
	 Level
*************************************** */
.elgg-level { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
.elgg-level > *:first-child { margin-right: auto; }

/* ***************************************
	  PROGRESS BAR
**************************************** */
.elgg-progressbar { height: 1rem; border: 1px solid #dcdcdc; border-radius: .5rem; }
.ui-progressbar-value { height: 1rem; background: #0078ac; border-radius: .5rem; margin: -1px 0 0 -1px; }
.elgg-progressbar-counter { float: left; color: white; margin: 1px; }
.elgg-profile-fields { padding: 1rem; }
.elgg-profile-field { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 1rem .5rem; }
.elgg-profile-field.elgg-profile-field-horizontal { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
.elgg-profile-field > * { padding: 0 .5rem; }
.elgg-profile-field-label { font-weight: 600; font-size: .85rem; color: #7d7d7d; }
.elgg-page-default .elgg-page-section > .elgg-inner { max-width: 90rem; margin: 0 auto; padding: 0 .5rem; position: relative; }
.elgg-page-default .elgg-page-body > .elgg-inner { padding-top: 1rem; padding-bottom: 1rem; }
@media screen and (min-width: 80rem) {
.elgg-page-default .elgg-page-section > .elgg-inner { padding-left: 1rem; padding-right: 1rem; }
}

/* ***************************************
	SYSTEM MESSAGES
*************************************** */
.elgg-system-messages { position: fixed; top: 2rem; right: 1rem; max-width: 30rem; }
.elgg-system-messages .elgg-message { cursor: pointer; }
.uslessbutton { width: 136px; -webkit-order: 5; -ms-flex-order: 5; order: 5; }
.elgg-nav-logo { left: 0; -webkit-flex-grow: 1; flex-grow: 1; }
.elgg-nav-logo h1, .elgg-nav-logo .h1 { font-size: 1.3rem; line-height: 3rem; font-weight: 700; }
.elgg-nav-logo a { padding: .5rem 1rem; display: inline-block; }
.elgg-nav-logo img { max-height: 2rem; vertical-align: middle; line-height: 2rem; }
#login-dropdown { -webkit-order: 2; -ms-flex-order: 2; order: 2; position: static; top: auto; right: auto; }
#login-dropdown a { padding: .5rem 1rem; line-height: 3rem; display: inline-block; }
#login-dropdown a:hover { background-color: rgba(255,255,255,.1); }
#login-dropdown-box { border-top: 0; border-radius: 0; width: auto; max-width: 300px; position: relative; }
#login-dropdown-box:before { content: "\25b2"; color: #fff; position: absolute; font-size: 1rem; top: -1rem; right: 0; margin-right: 1.5rem; }
@media only screen and (min-width: 80rem) {
.elgg-nav-logo { -webkit-flex-grow: 0; flex-grow: 0; }
#login-dropdown { -webkit-order: 5; -ms-flex-order: 5; order: 5; }
}

.elgg-nav-collapse { height: auto; width: 100%; -webkit-flex-grow: 4; flex-grow: 4; -webkit-order: 4; -ms-flex-order: 4; order: 4; display: none; }
.elgg-nav-collapsed .elgg-nav-collapse { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
@media only screen and (min-width: 80rem) {
.elgg-nav-collapse { position: relative; top: auto; bottom: auto; width: auto; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
}

.elgg-nav-button { width: 20px; height: 15px; position: relative; margin: 10px 20px; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); -moz-transition: ease-in-out .5s; -o-transition: ease-in-out .5s; -webkit-transition: ease-in-out .5s; transition: ease-in-out .5s; cursor: pointer; display: block; -webkit-order: 3; -ms-flex-order: 3; order: 3; -webkit-flex-grow: 0; flex-grow: 0; }
@media only screen and (min-width: 80rem) {
.elgg-nav-button { display: none; }
}

.elgg-nav-button span { display: block; position: absolute; height: 3px; width: 100%; background: #fff; border-radius: 2px; opacity: 1; left: 0; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); -moz-transition: ease-in-out .25s; -o-transition: ease-in-out .25s; -webkit-transition: ease-in-out .25s; transition: ease-in-out .25s; }
.elgg-nav-button span:nth-child(1) { top: 0; }
.elgg-nav-button span:nth-child(2) { top: 6px; }
.elgg-nav-button span:nth-child(3) { top: 12px; }
.elgg-nav-collapsed .elgg-nav-button span:nth-child(1) { top: 6px; -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); }
.elgg-nav-collapsed .elgg-nav-button span:nth-child(2) { opacity: 0; left: -60px; }
.elgg-nav-collapsed .elgg-nav-button span:nth-child(3) { top: 6px; -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
.elgg-page-topbar { background: #0078ac; }
.elgg-page-topbar > .elgg-inner { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.elgg-page-topbar a { color: #fff; text-decoration: none; }
.elgg-page-topbar .elgg-menu-container { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.elgg-page-topbar .elgg-menu-topbar-container { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
.elgg-page-topbar .elgg-menu-topbar-container .elgg-badge { background-color: #faa51a; }
.elgg-page-topbar .elgg-menu-site-container { -webkit-order: 3; -ms-flex-order: 3; order: 3; }
.elgg-page-topbar .elgg-menu-site-container .elgg-menu-site .elgg-anchor-icon { display: none; }
.elgg-page-topbar .elgg-menu-site-container .elgg-menu-site .elgg-anchor-icon + .elgg-anchor-label { margin-left: 0; }
.elgg-page-topbar .elgg-menu { width: 100%; }
.elgg-page-topbar .elgg-menu li { display: block; width: 100%; }
.elgg-page-topbar .elgg-menu li > a { padding: .5rem 1rem; -webkit-transition: background-color .5s,color .5s; -moz-transition: background-color .5s,color .5s; transition: background-color .5s,color .5s; border-top: 1px solid rgba(0,0,0,.05); }
.elgg-page-topbar .elgg-menu li .elgg-child-menu .elgg-child-menu { margin-left: 1rem; }
.elgg-page-topbar .elgg-menu .elgg-menu-item-account img { max-height: 2rem; }
.elgg-page-topbar .elgg-menu li > a:hover, .elgg-page-topbar .elgg-menu li.elgg-state-selected > a { background-color: rgba(255,255,255,.1); }
.elgg-page-topbar .elgg-menu > li > a .elgg-icon { width: 1.5rem; display: inline-block; text-align: center; margin: 0; }
.elgg-page-topbar .elgg-menu-site .elgg-menu-item-more > .elgg-menu-parent, .elgg-page-topbar .elgg-menu-topbar .elgg-menu-item-account > .elgg-menu-parent { display: none; }
.elgg-page-topbar .elgg-menu-site .elgg-menu-item-more .elgg-icon-angle-down, .elgg-page-topbar .elgg-menu-topbar .elgg-menu-item-account .elgg-icon-angle-down { font-size: .5rem; vertical-align: middle; }
@media only screen and (min-width: 80rem) {
.elgg-nav-collapse { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.elgg-page-topbar .elgg-nav-search { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
.elgg-page-topbar .elgg-menu-container { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-order: 1; -ms-flex-order: 1; order: 1; margin-right: auto; }
.elgg-page-topbar .elgg-menu-topbar-container { -webkit-order: 3; -ms-flex-order: 3; order: 3; margin-left: auto; margin-right: 0; }
.elgg-page-topbar .elgg-menu { width: auto; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.elgg-page-topbar .elgg-menu li { display: inline-block; width: auto; position: relative; }
.elgg-page-topbar .elgg-menu li > a { border: none; }
.elgg-page-topbar .elgg-menu-site .elgg-menu-item-more > .elgg-menu-parent, .elgg-page-topbar .elgg-menu-topbar .elgg-menu-item-account > .elgg-menu-parent { display: inline-block; width: 100%; }
.elgg-page-topbar .elgg-menu li .elgg-child-menu { display: none; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: absolute; top: 4rem; right: 0; width: 12rem; background: #0078ac; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.2); box-shadow: 1px 2px 4px rgba(0,0,0,.2); }
.elgg-page-topbar .elgg-menu-site li .elgg-child-menu .elgg-child-menu { top: 0; left: 100%; right: auto; margin: 0; }
.elgg-page-topbar .elgg-menu-topbar li .elgg-child-menu .elgg-child-menu { top: 0; right: 100%; left: auto; margin: 0; }
.elgg-page-topbar .elgg-menu li:hover > .elgg-child-menu { display: -ms-flexbox; display: -webkit-flex; display: flex; }
.elgg-page-topbar .elgg-menu li:hover > .elgg-child-menu:before { content: "\25b2"; color: #0078ac; position: absolute; text-shadow: 0 -2px 0 rgba(0,0,0,.05); font-size: 1rem; top: -1rem; right: 0; margin-right: 1.5rem; line-height: 1rem; padding-top: 3px; }
.elgg-page-topbar .elgg-menu-site li .elgg-child-menu li:hover > .elgg-child-menu:before { content: "\25c0"; top: 0; right: 100%; margin: 13px -1px 0 0; text-shadow: -2px 0 rgba(0,0,0,.05); padding: 0; }
.elgg-page-topbar .elgg-menu-topbar li .elgg-child-menu li:hover > .elgg-child-menu:before { content: "\25b6"; top: 0; left: 100%; margin: 13px 0 0 -2px; padding: 0; }
.elgg-page-topbar .elgg-menu.elgg-child-menu > li > a { border-top: 1px solid rgba(0,0,0,.05); }
.elgg-page-topbar .elgg-menu.elgg-child-menu > li { display: block; width: 100%; }
.elgg-page-topbar .elgg-menu.elgg-child-menu > li > a:hover { background-color: rgba(255,255,255,.1); }
.elgg-page-topbar .elgg-menu-topbar > li > a .elgg-icon + .elgg-anchor-label { display: none; }
.elgg-page-topbar .elgg-menu-topbar-alt { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
.elgg-page-topbar .elgg-menu:not(.elgg-child-menu) > li > a { padding: .5rem 1rem; line-height: 3rem; vertical-align: middle; }
.elgg-menu-topbar .elgg-badge { position: absolute; top: 1rem; right: 0; }
}

/* ***************************************
	HEADER
*************************************** */
.elgg-layout-header { margin-bottom: 1rem; border-bottom: 1px solid #e6e6ea; width: 100%; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.elgg-layout-header > h1, .elgg-layout-header > h2, .elgg-layout-header > h3 { -webkit-order: 1; -ms-flex-order: 1; order: 1; -webkit-flex-basis: 30%; flex-basis: 30%; -webkit-flex-grow: 1; flex-grow: 1; padding: 1rem; text-align: center; font-size: 2rem; }
.elgg-layout-header > .elgg-menu-container { -webkit-order: 2; -ms-flex-order: 2; order: 2; padding: 1rem; }
@media screen and (min-width: 80rem) {
.elgg-layout-header { padding: 1rem; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.elgg-layout-header > h1, .elgg-layout-header > h2, .elgg-layout-header > h3 { padding: 0; text-align: left; }
.elgg-layout-header > .elgg-menu-container { padding: 0; margin-left: auto; }
}

/* ***************************************
	LAYOUT COLUMNS
*************************************** */
.elgg-layout-sidebar, .elgg-layout-sidebar-alt, .elgg-layout-body { padding: .5rem; }
.elgg-layout-sidebar, .elgg-layout-sidebar-alt { border-top: 1px solid #e6e6ea; }
.elgg-layout-columns { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.elgg-layout-columns > .elgg-body { -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.elgg-layout-columns > .elgg-sidebar { float: none; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
.elgg-layout-columns > .elgg-sidebar { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
.elgg-layout-columns > .elgg-sidebar-alt { -webkit-order: 0; -ms-flex-order: 0; order: 0; }
@media screen and (min-width: 80rem) {
.elgg-layout-columns { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
.elgg-layout-sidebar, .elgg-layout-sidebar-alt, .elgg-layout-body { min-height: calc(100vh - 8rem); min-height: calc(100vh - 8rem); min-height: calc(100vh - 8rem); }
.elgg-layout-sidebar { border-top: none; padding: 0; width: 18rem; margin-left: 2rem; }
.elgg-layout-sidebar-alt { padding: 0; border-top: none; max-width: 18rem; margin-right: 2rem; }
.elgg-layout-body { padding: 0; }
}

/* ***************************************
	FOOTER
*************************************** */
.elgg-page-footer { position: relative; background: #fafafa; border-top: 1px solid #e6e6ea; color: #969696; font-size: .9rem; min-height: 4rem; }
.elgg-page-footer a { color: #969696; }
.elgg-page-footer a:hover { color: #0078ac; }

/* ***************************************
	FOOTER MENU
*************************************** */
.elgg-page-footer .elgg-menu-container { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; padding: .5rem 1rem; }
.elgg-menu-footer { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-bottom: 1rem; }
.elgg-menu-footer > li > a { padding: .5rem 1rem; }
@media screen and (min-width: 80rem) {
.elgg-page-footer .elgg-menu-container { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
.elgg-menu-footer { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; margin-bottom: 0; }
.elgg-menu-footer-default { margin-right: auto; }
}

/* ***************************************
	FIXED POSITION AJAX INDICATOR
*************************************** */
.elgg-spinner { background: #fff; padding: .5rem; border: 1px solid #e6e6ea; border-top: 0; border-radius: 0 0 1rem 1rem; margin-left: -2rem; position: fixed; top: 0; left: -10000px; opacity: 0; -webkit-transition: opacity 300ms ease-in-out,left 0s linear 300ms; -moz-transition: opacity 300ms ease-in-out,left 0s linear 300ms; transition: opacity 300ms ease-in-out,left 0s linear 300ms; }
.elgg-spinner-active .elgg-spinner { left: 50%; opacity: 1; -webkit-transition: opacity 0s,left 0s; -moz-transition: opacity 0s,left 0s; transition: opacity 0s,left 0s; }

/* <style> /**/
.clearfloat { clear: both; }
.hidden, .elgg-page .hidden, .elgg-menu > li.hidden { display: none; }
.centered { margin: 0 auto; }
.center, .elgg-justify-center { text-align: center; }
.elgg-justify-right { text-align: right; }
.elgg-justify-left { text-align: left; }
.float { float: left; }
.float-alt { float: right; }
.link { cursor: pointer; }
.elgg-discover .elgg-discoverable { display: none; }
.elgg-discover:hover .elgg-discoverable { display: block; }
.elgg-transition:hover, .elgg-transition:focus, :focus > .elgg-transition { opacity: .7; }

/* ***************************************
	BORDERS AND SEPARATORS
*************************************** */
.elgg-border-plain { border: 1px solid #e6e6ea; }
.elgg-border-transition { border: 1px solid #e6e6ea; }
.elgg-divide-top { border-top: 1px solid #e6e6ea; }
.elgg-divide-bottom { border-bottom: 1px solid #e6e6ea; }
.elgg-divide-left { border-left: 1px solid #e6e6ea; }
.elgg-divide-right { border-right: 1px solid #e6e6ea; }

/* ***************************************
	Spacing (from OOCSS)
*************************************** */
/* Padding */
.pan { padding: 0; }
.prn, .phn { padding-right: 0; }
.pln, .phn { padding-left: 0; }
.ptn, .pvn { padding-top: 0; }
.pbn, .pvn { padding-bottom: 0; }
.pas { padding: 5px; }
.prs, .phs { padding-right: 5px; }
.pls, .phs { padding-left: 5px; }
.pts, .pvs { padding-top: 5px; }
.pbs, .pvs { padding-bottom: 5px; }
.pam { padding: 10px; }
.prm, .phm { padding-right: 10px; }
.plm, .phm { padding-left: 10px; }
.ptm, .pvm { padding-top: 10px; }
.pbm, .pvm { padding-bottom: 10px; }
.pal { padding: 20px; }
.prl, .phl { padding-right: 20px; }
.pll, .phl { padding-left: 20px; }
.ptl, .pvl { padding-top: 20px; }
.pbl, .pvl { padding-bottom: 20px; }

/* Margin */
.man { margin: 0; }
.mrn, .mhn { margin-right: 0; }
.mln, .mhn { margin-left: 0; }
.mtn, .mvn { margin-top: 0; }
.mbn, .mvn { margin-bottom: 0; }
.mas { margin: 5px; }
.mrs, .mhs { margin-right: 5px; }
.mls, .mhs { margin-left: 5px; }
.mts, .mvs { margin-top: 5px; }
.mbs, .mvs { margin-bottom: 5px; }
.mam { margin: 10px; }
.mrm, .mhm { margin-right: 10px; }
.mlm, .mhm { margin-left: 10px; }
.mtm, .mvm { margin-top: 10px; }
.mbm, .mvm { margin-bottom: 10px; }
.mal { margin: 20px; }
.mrl, .mhl { margin-right: 20px; }
.mll, .mhl { margin-left: 20px; }
.mtl, .mvl { margin-top: 20px; }
.mbl, .mvl { margin-bottom: 20px; }

/* ***************************************
	z-index
*************************************** */
.elgg-page-walled-garden-background { z-index: 10; }
.elgg-page-walled-garden > .elgg-inner { z-index: 20; }
.elgg-comments .elgg-list:before, .elgg-river-comments:before { z-index: 30; }
#login-dropdown-box { z-index: 40; }
#login-dropdown-box:before { z-index: 50; }
.elgg-module-popup, .elgg-module-dropdown { z-index: 60; }
@media only screen and (min-width: 80rem) {
.elgg-page-topbar .elgg-menu li .elgg-child-menu { z-index: 70; }
.elgg-page-topbar .elgg-menu li:hover > .elgg-child-menu:before { z-index: 80; }
}

#colorbox, #cboxOverlay, #cboxWrapper { z-index: 90; }
.ui-autocomplete, .ui-datepicker { z-index: 100; }
.elgg-system-messages { z-index: 1000; }
.elgg-spinner { z-index: 2000; }
.elgg-menu.elgg-state-popped { z-index: 3000; }
#colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 0; left: 0; max-width: 100%; max-height: 100%; }
#cboxOverlay { position: fixed; width: 100%; height: 100%; background: #fff; }
#cboxMiddleLeft, #cboxBottomLeft { clear: left; }
#cboxContent { position: relative; background: #fff; margin: 20px; border: 10px rgba(204,204,204,.5) solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; max-width: 95%; max-width: -webkit-calc(100vw - 60px); max-width: calc(100vw - 60px); max-width: calc(100vw - 60px); max-width: calc(100vw - 60px); max-height: 95%; max-height: -webkit-calc(100vh - 60px); max-height: calc(100vh - 60px); max-height: calc(100vh - 60px); max-height: calc(100vh - 60px); }
#cboxLoadedContent { overflow: auto; -webkit-overflow-scrolling: touch; max-width: 95%; max-width: -webkit-calc(100vw - 60px); max-width: calc(100vw - 60px); max-width: calc(100vw - 60px); max-width: calc(100vw - 60px); max-height: 95%; max-height: -webkit-calc(100vh - 60px); max-height: calc(100vh - 60px); max-height: calc(100vh - 60px); max-height: calc(100vh - 60px); }
#cboxLoadedContent > *:not(.cboxPhoto) { padding: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#cboxTitle { position: absolute; top: 102%; max-width: 80%; font-weight: bold; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; }
.cboxPhoto { float: left; border: 0; display: block; max-width: none; -ms-interpolation-mode: bicubic; margin: auto; }
.cboxIframe { width: 100%; height: 100%; display: block; border: 0; background: #fff; }
#colorbox, #cboxContent, #cboxLoadedContent { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight { display: none; }
#cboxError { border: 1px solid rgba(204,204,204,.5); padding: 50px; }
#cboxCurrent { position: absolute; right: 0; bottom: -35px; }
#cboxLoadingOverlay:after { content: ""; position: absolute; top: 50%; left: 50%; margin-left: -1.25rem; margin-top: -1.25rem; background-color: #fff; height: 2.5rem; width: 2.5rem; -webkit-animation: infinite-spinning 1s infinite linear; -moz-animation: infinite-spinning 1s infinite linear; animation: infinite-spinning 1s infinite linear; border-radius: 50%; border-width: 5px; border-color: #0078ac #e6e6ea #e6e6ea; border-style: solid; display: block; }
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { border: 0; overflow: visible; width: auto; background: none; margin: 0; padding: 0; }
#cboxSlideshow { position: absolute; bottom: 0; right: 42px; color: #2d3047; }
#cboxClose, #cboxPrevious, #cboxNext { position: absolute; width: 22px; height: 22px; font-size: 12px; line-height: 12px; top: 50%; -moz-border-radius: 1000px; -webkit-border-radius: 1000px; border-radius: 1000px; background: #000; color: #fff; text-align: center; -webkit-box-shadow: 0 0 0 2px #fff; box-shadow: 0 0 0 2px #fff; }
#cboxPrevious { left: 0; margin-left: -15px; top: 50%; margin-top: -13px; }
#cboxNext { right: 0; margin-right: -15px; top: 50%; margin-top: -13px; }
#cboxClose { top: 0; right: 0; margin: -15px; }
#colorbox, #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline: 0; }

/* ***************************************
	Profile
*************************************** */
#profile-owner-block { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
#profile-owner-block .elgg-avatar-large { margin-bottom: .5rem; border: 1px solid #e6e6ea; border-radius: 3px; max-width: 12rem; }
#profile-owner-block .profile-content-menu { margin-bottom: .5rem; }
.profile-admin-menu-wrapper > li > a, .profile-admin-menu > li > a { color: #b94a48; display: block; }
.profile-admin-menu > li .elgg-icon { width: 1.5rem; display: inline-block; text-align: center; }
.profile-admin-menu-wrapper { margin-bottom: .5rem; }
.profile-admin-menu-wrapper > li > .profile-admin-menu-toggle { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.profile-admin-menu-toggle-icons { margin-left: auto; display: inline-block; }
.profile-admin-menu-toggle .elgg-action-collapse { display: none; }
.profile-admin-menu-toggle.elgg-state-active .elgg-action-collapse { display: block; }
.profile-admin-menu-toggle.elgg-state-active .elgg-action-expand { display: none; }
.profile-admin-menu-wrapper .profile-admin-menu { border-width: 1px 0 0; margin: 0; }
#profile-details { border: 1px solid #e6e6ea; background: white; }
@media screen and (min-width: 50rem) {
#profile-owner-block { width: 12rem; }
.profile .elgg-layout-columns { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
.profile .elgg-layout-sidebar, .profile .elgg-layout-sidebar-alt { border-top: none; }
}

/*
colpick Color Picker / colpick.com
*/
/*Main container*/
.colpick { position: absolute; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; width: 346px; height: 170px; overflow: hidden; display: none; font-family: Arial,Helvetica,sans-serif; direction: ltr; background: #ebebeb; border: 1px solid #bbb; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

/*Color selection box with gradients*/
.colpick .colpick_color { position: absolute; left: 7px; top: 7px; width: 156px; height: 156px; overflow: hidden; outline: 1px solid #aaa; cursor: crosshair; }
.colpick .colpick_color_overlay1 { position: absolute; left: 0; top: 0; width: 156px; height: 156px; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; background: -moz-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0))); background: -webkit-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); background: -o-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); background: -ms-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); background: -moz-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); background: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); -webkit-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff',endColorstr='#00ffffff'); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff',endColorstr='#00ffffff'); }
.colpick .colpick_color_overlay2 { position: absolute; left: 0; top: 0; width: 156px; height: 156px; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1))); background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0); }

/*Circular color selector*/
.colpick .colpick_selector_outer { background: none; position: absolute; width: 11px; height: 11px; margin: -6px 0 0 -6px; border: 1px solid black; border-radius: 50%; }
.colpick .colpick_selector_inner { position: absolute; width: 9px; height: 9px; border: 1px solid white; border-radius: 50%; }

/*Vertical hue bar*/
.colpick .colpick_hue { position: absolute; top: 6px; left: 175px; width: 19px; height: 156px; border: 1px solid #aaa; cursor: n-resize; }

/*Hue bar sliding indicator*/
.colpick .colpick_hue_arrs { position: absolute; left: -8px; width: 35px; height: 7px; margin: -7px 0 0; }
.colpick .colpick_hue_larr { position: absolute; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 7px solid #858585; }
.colpick .colpick_hue_rarr { position: absolute; right: 0; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 7px solid #858585; }

/*New color box*/
.colpick .colpick_new_color { position: absolute; left: 207px; top: 6px; width: 60px; height: 27px; background: #f00; border: 1px solid #8f8f8f; }

/*Current color box*/
.colpick .colpick_current_color { position: absolute; left: 277px; top: 6px; width: 60px; height: 27px; background: #f00; border: 1px solid #8f8f8f; }

/*Input field containers*/
.colpick .colpick_field, .colpick .colpick_hex_field { position: absolute; height: 20px; width: 60px; overflow: hidden; background: #f3f3f3; color: #b8b8b8; font-size: 12px; border: 1px solid #bdbdbd; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.colpick .colpick_rgb_r { top: 40px; left: 207px; }
.colpick .colpick_rgb_g { top: 67px; left: 207px; }
.colpick .colpick_rgb_b { top: 94px; left: 207px; }
.colpick .colpick_hsb_h { top: 40px; left: 277px; }
.colpick .colpick_hsb_s { top: 67px; left: 277px; }
.colpick .colpick_hsb_b { top: 94px; left: 277px; }
.colpick .colpick_hex_field { width: 68px; left: 207px; top: 121px; }

/*Text field container on focus*/
.colpick .colpick_focus { border-color: #999; }

/*Field label container*/
.colpick .colpick_field_letter { position: absolute; width: 12px; height: 20px; line-height: 20px; padding-left: 4px; background: #efefef; border-right: 1px solid #bdbdbd; font-weight: bold; color: #777; }

/*Text inputs*/
.colpick .colpick_field input, .colpick .colpick_hex_field input { position: absolute; right: 11px; margin: 0; padding: 0; height: 20px; line-height: 20px; background: transparent; border: none; font-size: 12px; font-family: Arial,Helvetica,sans-serif; color: #555; text-align: right; outline: none; }
.colpick .colpick_hex_field input { right: 4px; }

/*Field up/down arrows*/
.colpick .colpick_field_arrs { position: absolute; top: 0; right: 0; width: 9px; height: 21px; cursor: n-resize; }
.colpick .colpick_field_uarr { position: absolute; top: 5px; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 4px solid #959595; }
.colpick .colpick_field_darr { position: absolute; bottom: 5px; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #959595; }

/*Submit/Select button*/
.colpick .colpick_submit { position: absolute; left: 207px; top: 149px; width: 130px; height: 22px; line-height: 22px; background: #efefef; text-align: center; color: #555; font-size: 12px; font-weight: bold; border: 1px solid #bdbdbd; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.colpick .colpick_submit:hover { background: #f3f3f3; border-color: #999; cursor: pointer; }

/*full layout with no submit button*/
.colpick.colpick_full_ns .colpick_submit, .colpick.colpick_full_ns .colpick_current_color { display: none; }
.colpick.colpick_full_ns .colpick_new_color { width: 130px; height: 25px; }
.colpick.colpick_full_ns .colpick_rgb_r, .colpick.colpick_full_ns .colpick_hsb_h { top: 42px; }
.colpick.colpick_full_ns .colpick_rgb_g, .colpick.colpick_full_ns .colpick_hsb_s { top: 73px; }
.colpick.colpick_full_ns .colpick_rgb_b, .colpick.colpick_full_ns .colpick_hsb_b { top: 104px; }
.colpick.colpick_full_ns .colpick_hex_field { top: 135px; }

/*rgbhex layout*/
.colpick.colpick_rgbhex .colpick_hsb_h, .colpick.colpick_rgbhex .colpick_hsb_s, .colpick.colpick_rgbhex .colpick_hsb_b { display: none; }
.colpick.colpick_rgbhex { width: 282px; }
.colpick.colpick_rgbhex .colpick_field, .colpick.colpick_rgbhex .colpick_submit { width: 68px; }
.colpick.colpick_rgbhex .colpick_new_color { width: 34px; border-right: none; }
.colpick.colpick_rgbhex .colpick_current_color { width: 34px; left: 240px; border-left: none; }

/*rgbhex layout, no submit button*/
.colpick.colpick_rgbhex_ns .colpick_submit, .colpick.colpick_rgbhex_ns .colpick_current_color { display: none; }
.colpick.colpick_rgbhex_ns .colpick_new_color { width: 68px; border: 1px solid #8f8f8f; }
.colpick.colpick_rgbhex_ns .colpick_rgb_r { top: 42px; }
.colpick.colpick_rgbhex_ns .colpick_rgb_g { top: 73px; }
.colpick.colpick_rgbhex_ns .colpick_rgb_b { top: 104px; }
.colpick.colpick_rgbhex_ns .colpick_hex_field { top: 135px; }

/*hex layout*/
.colpick.colpick_hex .colpick_hsb_h, .colpick.colpick_hex .colpick_hsb_s, .colpick.colpick_hex .colpick_hsb_b, .colpick.colpick_hex .colpick_rgb_r, .colpick.colpick_hex .colpick_rgb_g, .colpick.colpick_hex .colpick_rgb_b { display: none; }
.colpick.colpick_hex { width: 206px; height: 201px; }
.colpick.colpick_hex .colpick_hex_field { width: 72px; height: 25px; top: 168px; left: 80px; }
.colpick.colpick_hex .colpick_hex_field div, .colpick.colpick_hex .colpick_hex_field input { height: 25px; line-height: 25px; }
.colpick.colpick_hex .colpick_new_color { left: 9px; top: 168px; width: 30px; border-right: none; }
.colpick.colpick_hex .colpick_current_color { left: 39px; top: 168px; width: 30px; border-left: none; }
.colpick.colpick_hex .colpick_submit { left: 164px; top: 168px; width: 30px; height: 25px; line-height: 25px; }

/*hex layout, no submit button*/
.colpick.colpick_hex_ns .colpick_submit, .colpick.colpick_hex_ns .colpick_current_color { display: none; }
.colpick.colpick_hex_ns .colpick_hex_field { width: 80px; }
.colpick.colpick_hex_ns .colpick_new_color { width: 60px; border: 1px solid #8f8f8f; }

/*Dark color scheme*/
.colpick.colpick_dark { background: #161616; border-color: #2a2a2a; }
.colpick.colpick_dark .colpick_color { outline-color: #333; }
.colpick.colpick_dark .colpick_hue { border-color: #555; }
.colpick.colpick_dark .colpick_field, .colpick.colpick_dark .colpick_hex_field { background: #101010; border-color: #2d2d2d; }
.colpick.colpick_dark .colpick_field_letter { background: #131313; border-color: #2d2d2d; color: #696969; }
.colpick.colpick_dark .colpick_field input, .colpick.colpick_dark .colpick_hex_field input { color: #7a7a7a; }
.colpick.colpick_dark .colpick_field_uarr { border-bottom-color: #696969; }
.colpick.colpick_dark .colpick_field_darr { border-top-color: #696969; }
.colpick.colpick_dark .colpick_focus { border-color: #444; }
.colpick.colpick_dark .colpick_submit { background: #131313; border-color: #2d2d2d; color: #7a7a7a; }
.colpick.colpick_dark .colpick_submit:hover { background-color: #101010; border-color: #444; }
.colorpicker { display: -ms-flexbox; display: -webkit-flex; display: flex; }
.color_sample { display: inline-block; height: 2rem; width: 5rem; border: 1px solid #ccc; border-radius: 5px; }
.icon, span.ban7, span.ban7w, span.ban10, span.ban23, span.check7, span.check23, span.exclamation7, span.exclamation23, span.trash7, span.trash10 { background-image: url(images/sprite.png); }
.ssi-tooltipText { border: 1px #b7b7b7 solid; border-radius: 6px; padding: 7px; color: #fff; display: block; white-space: nowrap; max-width: 200px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; background-color: #151515; position: absolute; font-size: 14px; font-weight: 500; opacity: 1; z-index: 30000; }
.ssi-tooltipText.ssi-fade { -webkit-transition: opacity .8s; -moz-transition: opacity .8s; transition: opacity .8s; }
.ssi-tooltipText.ssi-fadeOut { opacity: 0; }
.ssi-tooltipText.ssi-fadeIn { opacity: 1; }
.ssi-button { display: inline-block; }
.ssi-button.error { background: #cf5144; }
.ssi-button.error:hover { background: #ab4b3f; }
.ssi-button.error:active { background: #8f493e; }
.ssi-button.info { background: #006cbc; }
.ssi-button.info:hover { background: #0054a0; }
.ssi-button.info:active { background: #004d8e; }
.ssi-button.success { background: #40b056; }
.ssi-button.success:hover { background: #389e48; }
.ssi-button.success:active { background: #2f963b; }
.ssi-button[disabled] { opacity: .8; pointer-events: none; }
.ssi-statusLabel { padding: 2px 6px; text-align: center; font-size: 10px; color: #fff; font-weight: 600; border-radius: 2px; }
.ssi-statusLabel.error { background: #cf5144; }
.ssi-statusLabel.success { background: #40b056; }
.ssi-previewBox { float: left; width: 100%; color: #ccc; padding: 10px; }
.ssi-dropZonePreview { min-height: 300px; border: 2px dashed #ccc; content: 'Drag n Drop Files'; }
.ssi-removeBtn { margin: 5px 0 5px 0; }
#ssi-info:after { content: ' '; display: block; clear: both; }
#ssi-info #ssi-DropZoneBack { z-index: -1; float: left; overflow: hidden; }
#ssi-info #ssi-fileNumber { float: right; }
#ssi-info #ssi-fileNumber:hover { cursor: pointer; color: #636363; }
.ssi-uploader:after { content: ' '; display: block; clear: both; }
.ssi-uploadFiles { position: relative; float: left; border: 1px solid #aaa; overflow: hidden; border-radius: 3px; width: 180px; vertical-align: bottom; -webkit-transition: height .3s; -moz-transition: height .3s; transition: height .3s; background: #fff; height: 2.5rem; line-height: 1.75rem; padding: 2px; }
span.ban7 { background-position: 0 -18px; background-repeat: no-repeat; overflow: hidden; display: block; width: 18px; height: 18px; }
span.ban7w { background-position: 0 -36px; background-repeat: no-repeat; overflow: hidden; display: block; width: 18px; height: 18px; background-color: #cf5144; margin-top: 2px; height: 17px; }
span.ban10 { background-position: 0 0; background-repeat: no-repeat; overflow: hidden; display: block; width: 18px; height: 18px; }
span.ban23 { background-position: 0 -126px; background-repeat: no-repeat; overflow: hidden; display: block; width: 31px; height: 31px; }
span.check7 { background-position: 0 -54px; background-repeat: no-repeat; overflow: hidden; display: block; width: 18px; height: 18px; background-color: #40b056; margin-top: 2px; height: 17px; }
span.check23 { background-position: 0 -157px; background-repeat: no-repeat; overflow: hidden; display: block; width: 31px; height: 31px; }
span.exclamation7 { background-position: 0 -72px; background-repeat: no-repeat; overflow: hidden; display: block; width: 18px; height: 18px; margin-top: 2px; background-color: #cf5144; height: 17px; border-radius: 3px; }
span.exclamation23 { background-position: 0 -188px; background-repeat: no-repeat; overflow: hidden; display: block; width: 31px; height: 31px; }
span.trash7 { background-position: 0 -108px; background-repeat: no-repeat; overflow: hidden; display: block; width: 18px; height: 18px; }
span.trash10 { background-position: 0 -90px; background-repeat: no-repeat; overflow: hidden; display: block; width: 18px; height: 18px; }
.ssi-previewBox.ssi-dragOver, .ssi-dragOver .ssi-dropZone { color: #ba2919; border-color: #ba2919; }
.ssi-buttonWrapper { float: left; }
.ssi-noPreviewMessage { position: relative; z-index: 1; border-radius: 4px; margin: 0; float: right; width: 2rem; height: 2rem; line-height: 2rem; padding: 0; }
.ssi-noPreviewMessage span { margin: 0 auto; }
.ssi-noPreviewSubMessage { width: 15px; height: 15px; padding: 0; }
.ssi-totalvalue { float: right; margin: 2px; }
.ssi-upImgTd { position: relative; }
.ssi-upImgTd .fa-spin { display: inline-block; position: absolute; top: 45%; left: 45%; }
.ssi-uploadProgressNoPreview { position: absolute; display: block; text-align: center; width: 0; height: 35px; background: #5cb85c; -webkit-transition: width .3s; -moz-transition: width .3s; transition: width .3s; opacity: .6; }
.ssi-uploadNoDropZone { border: 1px solid #ccc; }
.ssi-uploadProgress { margin-top: 4px; display: block; text-align: center; width: 0; height: 10px; background: #5cb85c; -webkit-transition: width .3s; -moz-transition: width .3s; transition: width .3s; }
.ssi-uploadProgressNoPre { position: absolute; height: 19px; margin-top: 0; opacity: .6; }
.ssi-uploaderNP { position: relative; }
.ssi-uploaderNP:after { content: ' '; display: block; clear: both; }
.ssi-uploadDetails { width: 180px; max-height: 0; top: 37px; background: #fff; position: absolute; -webkit-transition: max-height .2s ease-out; -moz-transition: max-height .2s ease-out; transition: max-height .2s ease-out; border-radius: 3px; overflow: hidden; padding-right: 2px; }
.ssi-uploadBoxWrapper { float: left; }
.ssi-uploadBoxOpened { max-height: 200px; z-index: 2000; overflow: auto; border: .1mm solid #dcdcdc; -webkit-transition: max-height .5s ease-out; -moz-transition: max-height .5s ease-out; transition: max-height .5s ease-out; }
table.ssi-fileList { font-size: 10px; margin: 5px; }
table.ssi-fileList tr td:first-child { border: .1mm solid #dcdcdc; width: 89%; position: relative; }
table.ssi-fileList tr td:nth-child(2) { padding-left: 7px; }
table.ssi-fileList tr { line-height: 18px; }
table.ssi-fileList tr.ssi-space > td { border: none; padding-bottom: 2px; }
.ssi-uploadProgress.hide { margin-top: 0; opacity: 0; -webkit-transition: opacity 1.3s; -moz-transition: opacity 1.3s; transition: opacity 1.3s; }
.ssi-canceledProgressBar { width: 100% !important; background: #d9534f; }
.ssi-imgToUploadTable h2 { margin: 0; }
.ssi-hidden { display: none; }
.ssi-imgToUploadTable tr:first-child td:first-child { height: 126px; }
.ssi-imgToUploadTable tr td { width: 140px; }
.ssi-imgToUploadTable { border: 1px solid #e1e1e1; color: #000; font-size: 15px; margin-right: 4px; -webkit-box-shadow: 0 10px 6px -6px #777; -moz-box-shadow: 0 10px 6px -6px #777; box-shadow: 0 10px 6px -6px #777; padding: 5px; display: inline-block; width: 150px; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
.ssi-imgToUpload { width: 140px; height: 128px; }
.ssi-btnIn { float: left; }
.ssi-ieCompatibilityForm { display: none; }
span.ssi-InputLabel input[type="file"] { display: none; }
.ssi-abortUpload { padding: 0; }
.ssi-abortUpload .ban7w { margin: 0; }
.ssi-removeBtnNP { border: none; color: #ff696d; font-size: 11px; margin: 0; padding: 0; }
.ssi-InputLabel.disabled, .ssi-InputLabel.disabled:hover, .ssi-InputLabel.disabled:active { cursor: not-allowed; background: #5cb85c; opacity: .65; }
.ssi-check { color: #005900; }
.ssi-boxHover { cursor: pointer; }
.ssi-upI.imgTd { position: relative; }

/*@author http://codepen.io/tevko/pen/DdsnK*/
.document-item { display: inline-block; width: 69px; height: 74px; color: black; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); background: inherit; }
.document-item:before { position: absolute; width: 69px; height: 74px; left: 0; top: -7px; content: ''; border: solid 2px #920035; }
.document-item:after { content: attr(filetype); left: -4px; padding: 0 2px; text-align: right; line-height: 1.3; position: absolute; background-color: #000; color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; top: 9px; }
.document-item .fileCorner { width: 0; height: 0; border-style: solid; border-width: 13px 0 0 13px; border-color: white transparent transparent #920035; position: absolute; top: -7px; left: 61px; }
.field { position: relative; }
.hide { display: none; }
.innerfield > a { vertical-align: middle; }
.ok .field:after { font-family: "Font Awesome 5 Free"; content: "\f00c"; font-weight: 900; width: 1.5rem; position: absolute; top: .5em; left: -1rem; color: #008000; opacity: 0; -webkit-transition: opacity 3s ease-in-out; -moz-transition: opacity 3s ease-in-out; transition: opacity 3s ease-in-out; }
.wait .field:after { font-family: "Font Awesome 5 Free"; content: "\f017"; width: 1.5rem; position: absolute; top: .5em; left: -1rem; color: #ccc; }
.wait.active .field:after { color: #666; }
.ord { width: 90px; }
.base_editor .line:hover { background: #eee; }
.base_editor .line { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
.base_editor .line > .name { width: 200px; text-align: right; -webkit-flex: 0 0 200px; -ms-flex: 0 0 200px; flex: 0 0 200px; color: #666; padding: 6px 20px 6px 0; }
.base_editor .subfield .line > .name { width: auto; padding: 8px 20px 8px 20px; color: #999; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; }
.base_editor .subfield .line:first-child > .name { width: 200px; padding: 8px 20px 8px 0; -webkit-flex: 0 0 200px; -ms-flex: 0 0 200px; flex: 0 0 200px; }
.break-row { content: ' '; -webkit-flex-basis: 100%; flex-basis: 100%; height: 0; }
.break-row-hold { -webkit-flex: 0 0 200px; -ms-flex: 0 0 200px; flex: 0 0 200px; }
.base_editor .line:nth-child(even), .base_editor .multiline:nth-child(even) > .line { background: #f8f8f8; }
.base_editor .multiline .line:nth-child(even) { background: transparent; }
.base_editor .multiline .subfield:nth-child(even) { background: #f8f8f8; }
.base_editor .line:nth-child(even):hover, .base_editor .multiline:nth-child(even) > .line:hover { background: #eee; }
.base_editor .multiline .subfield:nth-child(even):hover { background: #eee; }
.base_editor .line > .field { -webkit-flex: auto; -ms-flex: auto; flex: auto; }
.base_editor .line > .field.hiddenfield { -webkit-flex: none; -ms-flex: none; flex: none; }
.base_editor .line input { border: 1px solid transparent; background: transparent; }
.base_editor .line:hover input { border: 1px solid #ddd; background: #f6f6f6; }
.textpadding { padding: 8px; display: inline-block; }
#floatmenu.fixed { position: fixed; bottom: 0; background: #fff; -webkit-box-shadow: 0 0 50px #ccc; box-shadow: 0 0 50px #ccc; }
#floatmenu { padding: 10px 20px 50px; }
.base_editor .sub-block { padding: 0; }
.base_editor .subfield:hover { background: #eee; }
.base_editor .sub-block { position: relative; }
.base_editor .subfield .line:first-child > .name { font-size: 0; }
.base_editor .subfield .line:first-child > .name:before { content: " "; position: absolute; }
.base_editor .subfield .line:first-child > .name:after { content: " "; position: absolute; }
.base_editor .subfield { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.base_editor .line select, .base_editor .line button, .base_editor .line .elgg-button, .base_editor .subfield button { background: transparent; border: 1px solid transparent; }
.base_editor .line:hover select, .base_editor .line:hover button, .base_editor .line:hover .elgg-button, .base_editor .subfield:hover button { background: #ddd; border: 1px solid #ccc; }
.base_editor .line button, .base_editor .line .elgg-button, .base_editor .subfield button { color: #ddd; }
.base_editor .line select:after { color: #ddd; }
.base_editor .line:hover button, .base_editor .line:hover .elgg-button, .base_editor .subfield:hover button { color: #333; }
.base_editor .line .editor_editlink { color: #333; }
.base_editor .line .alinkfield { background: transparent; border: 1px solid transparent; vertical-align: bottom; width: auto; height: 2.5rem; line-height: 1.75rem; padding: .325rem 1rem; display: inline-block; cursor: pointer; border-radius: 1.5rem; font-size: 1.1rem; }
.base_editor .line:hover .alinkfield { border: 1px solid #ccc; }
.base_editor .line input[type="checkbox"] { margin: .8rem 0 0 .7rem; }
.inline { display: inline-block; }
.checkbox input[type=checkbox] { display: none; }
.checkbox .elgg-button { color: #ccc; }
.checkbox input[type=checkbox]:checked + .elgg-button { color: #0078ac; }
fieldset > div, .elgg-field { margin-bottom: 0; }
.elgg-table td, .elgg-table th, .elgg-table-alt td, .elgg-table-alt th { padding: 1px .75em; }
.elgg-table, .elgg-table-alt { margin-bottom: 0; }
.priority100, .priority10, .priority0 { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin: -1px 0; border: 1px solid #333; }
.priority100 { background: #333; }
.priority10 { background: #ccc; }
.right { text-align: right; }
.elgg-button, button { vertical-align: bottom; }
.link_selector { width: 95vw; height: 90vh; }
.editor_field.elgg-lightbox { color: #eee; display: none; }
.editor_field.elgg-lightbox:after { font-family: "Font Awesome 5 Free"; content: "\f021"; width: 1.5rem; position: absolute; top: .5em; left: -1rem; color: #ccc; }
.editor_editlink { font-weight: normal; cursor: pointer; }
.date_field { width: 7rem; }
.fieldishidden { display: none; color: #999; }
.flexreverse { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.flexreverse .name { display: none; }
.hiddenfield + .fieldishidden { display: block; }
.elgg-button + .elgg-button { margin: 0; }
.editorinfo { font-size: .8rem; padding: 10px; color: transparent; }
.line:hover .editorinfo { color: #999; }
.elgg-table .sub td { background: #f6f6f6; }
.smalltext { font-size: 80%; }
.smalltext input { font-size: .8rem; height: 2rem; }
.elgg-table.smalltext td, .elgg-table.smalltext th { padding: 1px 2px; }
.smalltext .textpadding { padding: 0; line-height: 1rem; margin-top: .55rem; }
.smalltext label { font-size: .8rem; }
.smalltext .elgg-button, .smalltext button, .smalltext select:not([multiple]) { height: 2rem; padding: 0 .75rem; }
.sub-block select:not([multiple]) { max-width: 250px; }
.elgg-page-footer { min-height: 150px; }
.note { background: #eee; }
.sug_info { width: 20rem; }
.sug-table tr td.table_header { font-size: 1.2rem; text-align: center; }
.sug-table tr td { border-bottom: 1px solid #ccc; padding: 1rem .5rem; }
.elgg-input-checkbox-switch { position: relative; padding-left: 4em; height: 2rem; display: inline-block; }
.elgg-input-checkbox-switch:before { height: 1.7rem; }
.elgg-input-checkbox-switch:after { height: 1.5rem; }

/*
 * imgAreaSelect animated border style
 */
/*
 * imgAreaSelect default style
 */
.imgareaselect-border1 { background: url(/images/border-anim-v.gif) repeat-y left top; }
.imgareaselect-border2 { background: url(/images/border-anim-h.gif) repeat-x left top; }
.imgareaselect-border3 { background: url(/images/border-anim-v.gif) repeat-y right top; }
.imgareaselect-border4 { background: url(/images/border-anim-h.gif) repeat-x left bottom; }
.imgareaselect-border1, .imgareaselect-border2, .imgareaselect-border3, .imgareaselect-border4 { -webkit-filter: alpha(opacity=50); filter: alpha(opacity=50); opacity: .5; }
.imgareaselect-handle { background-color: #fff; border: solid 1px #000; -webkit-filter: alpha(opacity=50); filter: alpha(opacity=50); opacity: .5; }
.imgareaselect-outer { background-color: #000; border: .5px solid #000; -webkit-filter: alpha(opacity=50); filter: alpha(opacity=50); opacity: .5; }
.ac_photos .imgareaselect-selection { background: url(/images/forma.png) no-repeat; background-size: contain; -webkit-filter: alpha(opacity=50) !important; filter: alpha(opacity=50) !important; opacity: .5 !important; }
#cboxLoadedContent > form.elgg-form { padding: 0; }
.autocomplete { -webkit-box-shadow: 0 0 5px #aaa; box-shadow: 0 0 5px #aaa; max-height: 50vh; overflow-y: auto; position: absolute; background: #fff; z-index: 10; }
.autocomplete a { display: block; padding: 2px 10px; }
.autocomplete a:nth-child(odd) { background: #f5f5f5; }
.autocomplete a:hover { background: #0078ac; color: #fff; text-decoration: none; }
.sostavblock { background-color: #ddd; border-radius: 6px; min-height: 20px; padding: 3px 3px 5px; }
.sortableplayer { border: 1px solid #fbfbfb; border-radius: 3px; margin: 2px; background: #eee; padding: 0 5px; cursor: pointer; }
.select_in { float: right; background: #fff; border-radius: 3px; min-width: 10px; padding: 0 5px; }
.select_in:before { font-family: "Font Awesome 5 Free"; content: "\f062"; -webkit-font-smoothing: antialiased; display: inline-block; color: inherit; font-size: inherit; font-variant: normal; text-rendering: auto; line-height: 1; font-weight: 900; }
.sortableplayer:active { cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing; }
.place12 .select_in { display: none; }
.placeadv .select_in { display: inline-block !important; }
#source1 .select_in, #source2 .select_in, #source3 .select_in, #source4 .select_in { display: none; }
.sostavblock > div:first-child .select_in { display: none; }
.advplace { display: none; }
.placeadv .advplace { display: inline-block; }
#minsel { position: fixed; background: #ececec; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc; padding: 5px; border-radius: 6px; left: 10%; top: 10%; right: 10%; }
#minsel > div { display: inline-block; background: #fff; min-width: 40px; text-align: center; border-radius: 3px; margin: 2px 0; border: 1px solid #dcdcdc; padding: 3px; cursor: pointer; }
#minsel > div.mm:hover { background: #149eda; color: #fff; border: 1px solid #fff; }
#minsel > div.mm { background: #ccc; }
#minsel > div.mmm { background: #fff; }
#source1, #source2 { height: 70vh; overflow-y: scroll; }
.ui-sortable { overflow: auto; }
.comx0 .remove, .comx1 .remove, .comx0 .eventtype, .comx1 .eventtype, .comx0 .eventaddhold, .comx1 .eventaddhold, .ui-sortable-helper .eventtype, .ui-sortable-helper .remove, .ui-sortable-helper .eventaddhold { display: none; }
.comx .eventtype { width: 12rem; }
.matcheditoreventslot { width: 100%; }
.remove { cursor: pointer; }
.remove:hover { color: #149eda; }
.suggest { font-style: italic; border-bottom: 1px dashed #666; cursor: pointer; }
.base-error { border: 2px solid #f00; }

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper { position: relative; margin-bottom: 60px; padding: 0; *zoom: 1; -ms-touch-action: pan-y; touch-action: pan-y; }
.bx-wrapper img { max-width: 100%; }
.bxslider { margin: 0; padding: 0; }
ul.bxslider { list-style: none; }
.bx-viewport { -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { position: absolute; bottom: -30px; width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading { min-height: 50px; background: url(/mod/base_pages/img/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager { text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; }
.bx-wrapper .bx-pager.bx-default-pager a { background: #aaa; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus { background: #0078ac; }
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; vertical-align: bottom; *zoom: 1; *display: inline; }
.bx-wrapper .bx-pager-item { font-size: 0; line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev { left: 10px; background: url(/mod/base_pages/img/controls.png) no-repeat 0 -32px; }
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus { background-position: 0 0; }
.bx-wrapper .bx-next { right: 10px; background: url(/mod/base_pages/img/controls.png) no-repeat -43px -32px; }
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus { background-position: -43px 0; }
.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -16px; outline: 0; width: 32px; height: 32px; text-indent: -9999px; z-index: 1; }
.bx-wrapper .bx-controls-direction a.disabled { display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto { text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(/mod/base_pages/img/controls.png) -86px -11px no-repeat; margin: 0 3px; }
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus { background-position: -86px 0; }
.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(/mod/base_pages/img/controls.png) -86px -44px no-repeat; margin: 0 3px; }
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus { background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666; background: rgba(80,80,80,.75); width: 100%; }
.bx-wrapper .bx-caption span { color: #fff; font-family: Arial; display: block; font-size: .85em; padding: 10px; }
.ms-options-wrap, .ms-options-wrap * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ms-options-wrap > button:focus, .ms-options-wrap > button { position: relative; width: 100%; text-align: left; border: 1px solid #aaa; background-color: #fff; padding: 5px 20px 5px 5px; margin-top: 1px; font-size: 13px; color: #aaa; outline-offset: -2px; white-space: nowrap; }
.ms-options-wrap > button > span { display: inline-block; }
.ms-options-wrap > button[disabled] { background-color: #e5e9ed; color: #808080; opacity: .6; }
.ms-options-wrap > button:after { content: ' '; height: 0; position: absolute; top: 50%; right: 5px; width: 0; border: 6px solid rgba(0,0,0,0); border-top-color: #999; margin-top: -3px; }
.ms-options-wrap.ms-has-selections > button { color: #333; }
.ms-options-wrap > .ms-options { position: absolute; left: 0; width: 100%; margin-top: 1px; margin-bottom: 20px; background: white; z-index: 2000; border: 1px solid #aaa; overflow: auto; visibility: hidden; -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.2); box-shadow: 0 10px 20px rgba(0,0,0,.2); }
.ms-options-wrap.ms-active > .ms-options { visibility: visible; }
.ms-options-wrap > .ms-options > .ms-search input { width: 100%; padding: 4px 5px; border: none; border-bottom: 1px groove; outline: none; }
.ms-options-wrap > .ms-options .ms-selectall { display: inline-block; font-size: .9em; text-transform: lowercase; text-decoration: none; }
.ms-options-wrap > .ms-options .ms-selectall:hover { text-decoration: underline; }
.ms-options-wrap > .ms-options > .ms-selectall.global { margin: 4px 5px; }
.ms-options-wrap > .ms-options > ul, .ms-options-wrap > .ms-options > ul > li.optgroup ul { list-style-type: none; padding: 0; margin: 0; }
.ms-options-wrap > .ms-options > ul li.ms-hidden { display: none; }
.ms-options-wrap > .ms-options > ul > li.optgroup { padding: 5px; }
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup { border-top: 1px solid #aaa; }
.ms-options-wrap > .ms-options > ul > li.optgroup .label { display: block; padding: 5px 0 0; font-weight: bold; }
.ms-options-wrap > .ms-options > ul label { position: relative; display: inline-block; width: 100%; padding: 4px 4px 4px 20px; margin: 1px 0; border: 1px dotted transparent; }
.ms-options-wrap > .ms-options.checkbox-autofit > ul label, .ms-options-wrap > .ms-options.hide-checkbox > ul label { padding: 4px; }
.ms-options-wrap > .ms-options > ul label.focused, .ms-options-wrap > .ms-options > ul label:hover { background-color: #efefef; border-color: #999; }
.ms-options-wrap > .ms-options > ul li.selected label { background-color: #efefef; border-color: transparent; }
.ms-options-wrap > .ms-options > ul input[type="checkbox"] { margin: 0 5px 0 0; position: absolute; left: 4px; top: 7px; }
.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
html { font-size: 12px; font-display: swap; }
.elgg-nav-logo h1 a, .elgg-nav-logo .h1 a { width: 48px; height: 48px; font-size: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.7 12.7' height='48' width='48'%3E%3Cpath d='M2.737 2.427a.275.275 0 00-.275.276v7.295c0 .154.123.277.275.277h1.126v-3.75l-.315-.065a.67.67 0 01-.264-.116c-.065-.053-.097-.131-.097-.234v-.57h.676v-.182c0-.277.043-.527.13-.751.09-.227.216-.42.38-.58.167-.158.37-.28.607-.363.238-.087.508-.131.811-.131a2.473 2.473 0 01.635.084l-.028.705c-.006.1-.048.17-.125.21a.509.509 0 01-.231.056c-.127 0-.24.013-.339.037a.57.57 0 00-.25.131.593.593 0 00-.148.252c-.034.103-.051.234-.051.392v.14H6.94v-.364c0-.277.043-.527.13-.751.089-.224.216-.416.38-.575.166-.158.369-.281.607-.368.238-.088.508-.131.81-.131.118 0 .226.008.325.023.099.013.203.034.31.066l-.027.705a.261.261 0 01-.037.126.274.274 0 01-.088.079.53.53 0 01-.232.056c-.127 0-.24.012-.338.037a.546.546 0 00-.25.136.593.593 0 00-.149.252 1.27 1.27 0 00-.05.392v.317h1.125v.99h-1.08v3.745H9.98a.275.275 0 00.275-.277V2.703a.275.275 0 00-.275-.276zM5.3 6.53v3.745h1.64V6.53z'   fill='%23fff'  /%3E%3C/svg%3E"); }
.bx-wrapper .bx-next, .bx-wrapper .bx-prev { font-size: 0; }
.elgg-page-section.elgg-page-topbar .elgg-inner { max-width: 100rem; }
.elgg-page-section.elgg-page-topbar .elgg-inner .app-link { -webkit-order: 5; -ms-flex-order: 5; order: 5; padding-right: 20px; }
.elgg-nav-logo h1, .elgg-nav-logo .h1 { font-size: 0; }
.elgg-table th { vertical-align: bottom; }
.hide { display: none; }
.hideflag { padding-right: .5rem; }
.clear { clear: both; }
.iconzone { width: 20px; height: 20px; display: inline-block; margin: -5px 2px; }
.iconzone.size-x { width: 150px; height: 120px; }
.iconzone.size-xx { width: 48px; height: 48px; margin: 0; }
.iconzone.size-s { width: 300px; height: 300px; }
.elgg-layout-header { padding-left: 0; }
.hideflag .contryname { display: none; }
.hideflag:hover .contryname { display: inline; }
.elgg-table .comand { width: 25%; }
.elgg-table .comand2 { width: 45%; }
.elgg-table .sezon_separator td { background: #0078ac !important; color: #fff; }
.elgg-table .sezon_separator td a { color: #fff; }
.elgg-table .sezon_separator:hover td { background: #005b82; }
.elgg-row { padding-bottom: 1em; }
.elgg-table td.modord { text-align: center; width: 4%; background: #F7F7F7; white-space: nowrap; }
.elgg-table td.modord2 { width: 15%; background: #F7F7F7; white-space: nowrap; }
.elgg-table td.small { width: 3%; }
.elgg-table td.plustd { width: 2rem; }
.elgg-table td.tord { background: #F7F7F7; }
.elgg-table tr:hover td.modord, .elgg-table tr:hover td.modord2, .elgg-table tr:hover td.sezon, .elgg-table tr:hover td.tord, .elgg-table tr:hover td.nomer { background: #eee; }
.elgg-table .name { min-width: 10rem; }
.elgg-table td.mod { white-space: nowrap; text-align: center; width: 5%; }
.elgg-table th.mod2 { text-align: center; width: 10%; white-space: nowrap; }
.elgg-table td.sezon { white-space: nowrap; width: 6%; background: #F7F7F7; white-space: nowrap; text-align: center; }
.elgg-table td.nomer { width: 3rem; background: #F7F7F7; }
.elgg-table tr:last-child td { border-bottom: 0 solid transparent; }
.elgg-table td, .elgg-table th { padding: .3rem .3rem; }
.elgg-table * + p { margin-top: 0; }
.elgg-table .date { width: 8rem; white-space: nowrap; }
.progressbar { background: #fff; position: relative; }
.progressbar .progress { background: #88cdfe; position: absolute; left: 0; top: 2px; bottom: 2px; }
.progressbar .num { position: relative; z-index: 1; }
.elgg-table { margin-bottom: 1rem; }
p.pline { height: 35px; margin: 0; overflow: hidden; line-height: 17px; }
p.pline.active a { color: #222; font-weight: bold; }
.timel_bluecircle { fill: #0094fe; stroke: #fff; stroke-width: 4; }
.timel_redcircle { fill: #fc5002; stroke: #fff; stroke-width: 4; }
.timel_greencircle { fill: #049b00; stroke: #fff; stroke-width: 4; }
.timel_bluecircle.active { fill: #0094fe; stroke: #0094fe; stroke-width: 4; }
.timel_redcircle.active { fill: #fc5002; stroke: #fc5002; stroke-width: 4; }
.timel_greencircle.active { fill: #049b00; stroke: #049b00; stroke-width: 4; }
.timel_blueline { stroke: #a7deff; stroke-width: 8; }
.timel_baseline { stroke: #999; stroke-width: 2; fill: none; }
.timel_baseline.active { stroke: #222; }
.time_com { position: absolute; display: none; background: #333; border-radius: 3px; color: #fff; padding: .5rem 1rem; margin: 25px 0; z-index: 10; width: 170px; text-align: center; pointer-events: none; }
.time_com.active { display: block; }
.time_com:before { content: " "; position: absolute; top: -10px; border: 5px solid #333; left: 80px; border-color: transparent transparent #333; }
.relative { position: relative; }
.timel_basetext { fill: #333; font-size: 12px; }
.twocolumns { columns: 2; -webkit-columns: 2; -moz-columns: 2; }
.twocolumns > * { break-inside: avoid; }
@media (max-width: 1024px) {
.twocolumns { columns: 1; -webkit-columns: 1; -moz-columns: 1; }
.elgg-col-1of2, .elgg-col-1of3, .elgg-col-2of3, .elgg-col-1of4, .elgg-col-3of4, .elgg-col-1of6 { width: 100%; }
.elgg-row .elgg-row .elgg-col-1of6 { width: 16.66%; }
.elgg-row { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
}

h3 { overflow: hidden; overflow: hidden; font-weight: bold; margin: 1rem 0 .5rem; text-transform: uppercase; letter-spacing: 1px; }
h2 { margin: .5rem 0 1rem; }
.bigfont { font-size: 1.2em; }
h3:after { background-color: #ccc; content: ""; display: inline-block; height: 1px; position: relative; vertical-align: middle; width: 100%; left: .5em; margin-right: -70%; }
h4.game-place:after { top: .75rem; }
.game-place span { position: relative; background: #fff; z-index: 1; padding: 0 .75rem; }
.game-place:after { background-color: #ccc; content: ""; display: inline-block; height: 1px; position: absolute; vertical-align: middle; width: 100%; right: .5em; margin-left: -0%; top: 1rem; }
#map_canvas { width: 100%; height: 450px; }
.linklist li, .linklist div { padding: .3rem .3rem; border-bottom: 1px solid #ddd; }
.linklist li:last-child, .linklist div:last-child { border-bottom: 0 solid #fff; }
.imgslider li { text-align: center; }
.sezontitle { padding: .325rem 1rem; font-weight: bold; }
.sezonlist { -webkit-column-width: 10rem; -moz-column-width: 10rem; column-width: 10rem; }
ul.line li { display: inline-block; padding: .2rem .1rem; }
ul.line li.selected { background: #666; color: #fff; padding: .2rem .5rem; border-radius: .4rem; font-weight: bold; }
.left150 { float: left; width: 150px; }
.smallcol { width: 5%; text-align: center; }
.center { text-align: center; }
.right150 { margin-left: 160px; }
.win { fill: #008000; }
.draw { fill: #ffd300; }
.lose { fill: #fe1b00; }
.white { fill: #fff; }
.lightgray { fill: #ccc; stroke: #ccc; }
.gray { fill: #aaa; stroke: #999; }
.persent { width: 100%; position: relative; }
.persent > .a { position: absolute; background: #ccc; height: 80%; top: 10%; margin: 0 0 0 -.3rem; }
.persent > .b { position: relative; }
.ui-slider { position: relative; text-align: left; border: 1px solid #ccc; border-radius: 5px; background: #fff; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 3em; height: 2.2em; cursor: default; -ms-touch-action: none; touch-action: none; border: 1px solid #ccc; border-radius: 5px; background: #fff; text-align: center; line-height: 2em; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; background: #ccc; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range { -webkit-filter: inherit; filter: inherit; }
.ui-slider-horizontal { height: .8em; margin: .8rem 1.4rem; }
.ui-slider-horizontal .ui-slider-handle { top: -.8em; margin-left: -1.5em; }

/*.ui-slider-horizontal .ui-slider-handle:first-of-type{
        margin-left: -3em;
}
.ui-slider-horizontal .ui-slider-handle:last-of-type {
        margin-left: 0em;
}*/
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.elgg-table .table_header { font-size: 1.2rem; font-weight: bold; padding-top: .5rem; }
.gray { color: #aaa; }
.schet { margin-top: 3rem; font-size: 3rem; }
.bold { font-weight: bold; }
.elgg-col-5of12 { width: 41.66%; }
.elgg-col-1of12 { width: 8.33%; }
.game-place { overflow: hidden; white-space: nowrap; position: relative; text-align: center; }
.elgg-table .min { width: 3rem; }
.photogalery li { display: inline-block; padding: 3px; border: 1px solid #ccc; border-radius: 3px; margin: 0 4px 4px 0; }
.event-goal, .event-penal, .event-npenal, .event-agoal, .event-warn, .event-ban, .event-dwarn, .event-cap, .event-v-goal, .event-v-miss, .event-v-left, .event-v-penal, .event-v-npenal, .event-v-agoal { display: inline-block; width: 18px; margin: -.3rem 0; height: 18px; }
.event-goal { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 18 18' version='1.1' id='svg16'%3E%3Cstyle id='style845'/%3E%3Cdefs id='defs8'%3E%3ClinearGradient gradientTransform='translate(-656.6 681.92) scale(3.77953)' xlink:href='%23a' id='b' x1='175.83' y1='115.45' x2='176.06' y2='113.39' gradientUnits='userSpaceOnUse'/%3E%3ClinearGradient id='a'%3E%3Cstop offset='0' id='stop3' stop-color='%23ccc' stop-opacity='1'/%3E%3Cstop offset='1' id='stop5' stop-color='%23646464' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cellipse id='path847' cx='9.11' cy='9.08' rx='5.87' ry='6.02' color='%23000' overflow='visible' fill='%23fff' fill-opacity='.98' stroke-width='1.75' stroke-linecap='round' paint-order='stroke markers fill' stop-color='%23000'/%3E%3Cg transform='translate(0 -1104.52)' id='g14'%3E%3Ccircle cx='8.93' cy='1113.59' r='6.36' id='circle10' fill='url(%23b)'/%3E%3Cpath d='M9 1106.93a6.63 6.63 0 00-6.62 6.62 6.63 6.63 0 106.62-6.62zm-1.41 1.25l-.56 1 1.88 1.07 2-.84-.5-1.23a5.55 5.55 0 013.23 2.3l-1.23-.22-.39 2.13 1.45 1.62 1.07-.94a5.54 5.54 0 01-1.29 4.06l-.17-1.3-2.14.27-1.1 1.87 1.22.74a5.55 5.55 0 01-4.2-.03l1.14-.53-.9-1.96-2.12-.49-.32 1.33a5.54 5.54 0 01-1.2-3.85l.79.85 1.58-1.47-.19-2.16-1.3.1a5.55 5.55 0 013.25-2.32zm1.4 3.32l-1.95 1.4.73 2.3 2.4.01.76-2.28z' id='path12' fill='%23646464'/%3E%3C/g%3E%3C/svg%3E"); }
.event-penal { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg transform='translate(0 -1104.52)'%3E%3Ccircle r='6.364' cy='1113.714' cx='9.045' style='fill:%23e6e6e6;fill-opacity:1'/%3E%3Cpath d='M9.023 1107.007a6.542 6.542 0 00-6.535 6.535c0 3.604 2.932 6.537 6.535 6.537a6.546 6.546 0 006.537-6.537c0-3.604-2.933-6.535-6.537-6.535zm-1.39 1.228l-.556.992 1.858 1.054 1.977-.829-.495-1.216a5.478 5.478 0 013.185 2.276l-1.213-.214-.382 2.1 1.433 1.594 1.052-.926a5.469 5.469 0 01-1.268 4.015l-.166-1.282-2.12.263-1.092 1.843 1.211.736a5.485 5.485 0 01-4.142-.028l1.122-.527-.897-1.938-2.088-.478-.313 1.304a5.468 5.468 0 01-1.193-3.793l.783.838 1.567-1.451-.19-2.135-1.276.1a5.478 5.478 0 013.202-2.297zm1.38 3.288l-1.929 1.385.722 2.262 2.374.01.745-2.253z' style='fill:%23adadad;fill-opacity:1'/%3E%3Cpath d='M4.452 1119.908c0 .072.048.12.12.12h1.44c.072 0 .12-.048.12-.12v-7.92c0-.072-.048-.12-.12-.12H4.668a.335.335 0 00-.216.072l-1.368.984a.195.195 0 00-.084.168v1.488c0 .096.06.12.132.072l1.296-.888h.024zM8.426 1119.908c0 .072.048.12.12.12h1.44c.072 0 .12-.048.12-.12v-7.92c0-.072-.048-.12-.12-.12H8.642a.335.335 0 00-.216.072l-1.368.984a.195.195 0 00-.084.168v1.488c0 .096.06.12.132.072l1.296-.888h.024z'/%3E%3C/g%3E%3C/svg%3E"); }
.event-npenal { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg transform='translate(0 -1104.52)'%3E%3Ccircle r='6.364' cy='1113.714' cx='9.045' style='fill:%23e6e6e6'/%3E%3Cpath d='M9.023 1107.007a6.542 6.542 0 00-6.535 6.535c0 3.604 2.932 6.537 6.535 6.537a6.546 6.546 0 006.537-6.537c0-3.604-2.933-6.535-6.537-6.535zm-1.39 1.228l-.556.992 1.858 1.054 1.977-.829-.495-1.216a5.478 5.478 0 013.185 2.276l-1.213-.214-.382 2.1 1.433 1.594 1.052-.926a5.469 5.469 0 01-1.268 4.015l-.166-1.282-2.12.263-1.092 1.843 1.211.736a5.485 5.485 0 01-4.142-.028l1.122-.527-.897-1.938-2.088-.478-.313 1.304a5.468 5.468 0 01-1.193-3.793l.783.838 1.567-1.451-.19-2.135-1.276.1a5.478 5.478 0 013.202-2.297zm1.38 3.288l-1.929 1.385.722 2.262 2.374.01.745-2.253z' style='fill:%23adadad'/%3E%3Cpath d='M3.71 1105.495l-2.705 2.64 12.975 13.288 2.705-2.64z' style='fill:%23e70000'/%3E%3C/g%3E%3C/svg%3E"); }
.event-agoal { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg transform='translate(0 -1104.52)'%3E%3Ccircle r='6.364' cy='1113.714' cx='9.045' style='fill:%23e6e6e6;fill-opacity:1'/%3E%3Cpath d='M9.023 1107.007a6.542 6.542 0 00-6.535 6.535c0 3.604 2.932 6.537 6.535 6.537a6.546 6.546 0 006.537-6.537c0-3.604-2.933-6.535-6.537-6.535zm-1.39 1.228l-.556.992 1.858 1.054 1.977-.829-.495-1.216a5.478 5.478 0 013.185 2.276l-1.213-.214-.382 2.1 1.433 1.594 1.052-.926a5.469 5.469 0 01-1.268 4.015l-.166-1.282-2.12.263-1.092 1.843 1.211.736a5.485 5.485 0 01-4.142-.028l1.122-.527-.897-1.938-2.088-.478-.313 1.304a5.468 5.468 0 01-1.193-3.793l.783.838 1.567-1.451-.19-2.135-1.276.1a5.478 5.478 0 013.202-2.297zm1.38 3.288l-1.929 1.385.722 2.262 2.374.01.745-2.253z' style='fill:%23adadad;fill-opacity:1'/%3E%3Cpath d='M2.227 1120.062c-.024.072 0 .12.084.12h1.572c.084 0 .132-.037.156-.12l.456-1.428h2.856l.468 1.427c.024.085.072.12.156.12h1.56c.084 0 .108-.048.084-.12l-2.76-7.92c-.024-.072-.072-.12-.156-.12H5.191c-.084 0-.132.049-.156.12zm2.76-2.928l.924-2.857h.036l.924 2.856z'/%3E%3C/g%3E%3C/svg%3E"); }
.event-warn { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect ry='1.75' y='2' x='5' height='14' width='8' style='fill:%23ffa700'/%3E%3C/svg%3E"); }
.event-dwarn { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect ry='1.75' y='2' x='5' height='14' width='8' style='fill:%23fc0' transform='translate(-2)'/%3E%3Crect style='fill:%23d50000' width='8' height='14' x='5' y='2' ry='1.75' transform='translate(1)'/%3E%3C/svg%3E"); }
.event-ban { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect ry='1.75' y='2' x='5' height='14' width='8' style='fill:%23d50000'/%3E%3C/svg%3E"); }
.event-cap { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect ry='1.75' y='2' x='5.017' height='14' width='7.983' style='fill:%233771c8;fill-opacity:1'/%3E%3Cpath d='M6.245 11.43c.456 1.378 1.56 2.073 3.069 2.073 1.458 0 2.523-.695 3.005-1.874.038-.062.013-.124-.063-.15l-1.382-.607c-.076-.037-.14-.013-.178.062-.24.546-.647.955-1.37.955-.672 0-1.103-.347-1.293-.93-.102-.31-.14-.608-.14-1.812 0-1.204.038-1.502.14-1.812.19-.583.621-.93 1.293-.93.723 0 1.13.409 1.37.955.038.074.102.099.178.062l1.382-.608c.076-.025.101-.087.063-.15-.482-1.178-1.547-1.873-3.005-1.873-1.51 0-2.613.695-3.07 2.072-.19.546-.24.98-.24 2.284 0 1.303.05 1.737.24 2.283z' style='fill:%23fff;fill-opacity:1'/%3E%3C/svg%3E"); }
.event-v-goal, .event-v-miss { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M9.078 1.123c-.589.012-1.104.544-1.104 1.135v7.09c0 .13-.105.235-.235.234h-.263a.234.234 0 01-.235-.234V3.596c0-.609-.496-1.115-1.1-1.103A1.075 1.075 0 005.086 3.57v7.746a.234.234 0 01-.424.137l-1.039-1.428a1.076 1.076 0 00-1.508-.236 1.073 1.073 0 00-.236 1.505l4.123 5.67c.248.34.663.551 1.084.551l6.636-.02c.623 0 1.161-.426 1.304-1.033l.87-3.697c.107-.455.161-.924.162-1.391V6.439c0-.591-.469-1.067-1.057-1.078-.603-.012-1 .47-1 1.078v2.863c0 .13-.204.26-.334.26h-.264a.234.234 0 01-.234-.234V3.545c0-.609-.497-1.117-1.1-1.106a1.073 1.073 0 00-1.056 1.079v5.81c0 .13-.105.235-.235.234l-.365-.037a.234.234 0 01-.235-.234V2.227c0-.609-.496-1.115-1.1-1.104z' style='fill:%23d50000;fill-opacity:1;stroke-width:.0328231'/%3E%3C/svg%3E"); }
.event-v-left { background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNSAyNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+DQogICAgDQogICAgPHRpdGxlPmNyb3NzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoIEJldGEuPC9kZXNjPg0KICAgIDxkZWZzPg0KDQo8L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+DQogICAgICAgIDxnIGlkPSJJY29uLVNldCIgc2tldGNoOnR5cGU9Ik1TTGF5ZXJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ2Ny4wMDAwMDAsIC0xMDM5LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiPg0KICAgICAgICAgICAgPHBhdGggZD0iTTQ4OS4zOTYsMTA2MS40IEM0ODguNjE0LDEwNjIuMTggNDg3LjM0NywxMDYyLjE4IDQ4Ni41NjQsMTA2MS40IEw0NzkuNDg0LDEwNTQuMzIgTDQ3Mi40MDQsMTA2MS40IEM0NzEuNjIyLDEwNjIuMTggNDcwLjM1NCwxMDYyLjE4IDQ2OS41NzIsMTA2MS40IEM0NjguNzksMTA2MC42MSA0NjguNzksMTA1OS4zNSA0NjkuNTcyLDEwNTguNTYgTDQ3Ni42NTIsMTA1MS40OCBMNDY5LjU3MiwxMDQ0LjQgQzQ2OC43OSwxMDQzLjYyIDQ2OC43OSwxMDQyLjM1IDQ2OS41NzIsMTA0MS41NyBDNDcwLjM1NCwxMDQwLjc5IDQ3MS42MjIsMTA0MC43OSA0NzIuNDA0LDEwNDEuNTcgTDQ3OS40ODQsMTA0OC42NSBMNDg2LjU2NCwxMDQxLjU3IEM0ODcuMzQ3LDEwNDAuNzkgNDg4LjYxNCwxMDQwLjc5IDQ4OS4zOTYsMTA0MS41NyBDNDkwLjE3OSwxMDQyLjM1IDQ5MC4xNzksMTA0My42MiA0ODkuMzk2LDEwNDQuNCBMNDgyLjMxNiwxMDUxLjQ4IEw0ODkuMzk2LDEwNTguNTYgQzQ5MC4xNzksMTA1OS4zNSA0OTAuMTc5LDEwNjAuNjEgNDg5LjM5NiwxMDYxLjQgTDQ4OS4zOTYsMTA2MS40IFogTTQ4NS4xNDgsMTA1MS40OCBMNDkwLjgxMywxMDQ1LjgyIEM0OTIuMzc2LDEwNDQuMjYgNDkyLjM3NiwxMDQxLjcyIDQ5MC44MTMsMTA0MC4xNiBDNDg5LjI0OCwxMDM4LjU5IDQ4Ni43MTIsMTAzOC41OSA0ODUuMTQ4LDEwNDAuMTYgTDQ3OS40ODQsMTA0NS44MiBMNDczLjgyLDEwNDAuMTYgQzQ3Mi4yNTcsMTAzOC41OSA0NjkuNzIxLDEwMzguNTkgNDY4LjE1NiwxMDQwLjE2IEM0NjYuNTkzLDEwNDEuNzIgNDY2LjU5MywxMDQ0LjI2IDQ2OC4xNTYsMTA0NS44MiBMNDczLjgyLDEwNTEuNDggTDQ2OC4xNTYsMTA1Ny4xNSBDNDY2LjU5MywxMDU4LjcxIDQ2Ni41OTMsMTA2MS4yNSA0NjguMTU2LDEwNjIuODEgQzQ2OS43MjEsMTA2NC4zOCA0NzIuMjU3LDEwNjQuMzggNDczLjgyLDEwNjIuODEgTDQ3OS40ODQsMTA1Ny4xNSBMNDg1LjE0OCwxMDYyLjgxIEM0ODYuNzEyLDEwNjQuMzggNDg5LjI0OCwxMDY0LjM4IDQ5MC44MTMsMTA2Mi44MSBDNDkyLjM3NiwxMDYxLjI1IDQ5Mi4zNzYsMTA1OC43MSA0OTAuODEzLDEwNTcuMTUgTDQ4NS4xNDgsMTA1MS40OCBMNDg1LjE0OCwxMDUxLjQ4IFoiIGlkPSJjcm9zcyIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+DQoNCjwvcGF0aD4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg=="); background-size: 13px 13px; width: 13px; height: 13px; margin-bottom: 0; margin-right: 3px; }
.event-v-penal { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath style='fill:%23d50000;fill-opacity:1;stroke-width:.0328231' d='M9.012 1.361c-.589.012-1.104.543-1.104 1.135v7.09c0 .13-.105.234-.234.234H7.41a.234.234 0 01-.234-.234V3.834c0-.61-.497-1.115-1.1-1.104a1.075 1.075 0 00-1.057 1.078v7.747a.234.234 0 01-.423.136l-1.04-1.427a1.076 1.076 0 00-1.507-.237 1.073 1.073 0 00-.237 1.506l4.123 5.67c.248.34.663.55 1.084.55l6.636-.02c.624 0 1.162-.425 1.305-1.032l.869-3.698c.107-.455.162-.923.162-1.39V6.677c0-.591-.468-1.067-1.057-1.078-.603-.012-1 .469-1 1.077V9.54c0 .13-.204.26-.334.26h-.263a.234.234 0 01-.235-.234V3.783c0-.61-.497-1.117-1.1-1.106a1.073 1.073 0 00-1.056 1.078v5.81c0 .13-.105.235-.234.235l-.366-.037a.234.234 0 01-.234-.234V2.464c0-.608-.497-1.115-1.1-1.103z'/%3E%3Cpath d='M4 15.618c0 .072.048.12.12.12h1.44c.072 0 .12-.048.12-.12v-7.92c0-.072-.048-.12-.12-.12H4.216A.335.335 0 004 7.65l-1.368.984a.195.195 0 00-.084.168v1.488c0 .096.06.12.132.072l1.296-.888H4zM7.974 15.618c0 .072.048.12.12.12h1.44c.072 0 .12-.048.12-.12v-7.92c0-.072-.048-.12-.12-.12H8.19a.335.335 0 00-.216.072l-1.368.984a.195.195 0 00-.084.168v1.488c0 .096.06.12.132.072l1.296-.888h.024z'/%3E%3C/svg%3E"); }
.event-v-npenal { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M9.078 1.123c-.589.012-1.104.544-1.104 1.135v7.09c0 .13-.105.235-.235.234h-.263a.234.234 0 01-.235-.234V3.596c0-.609-.496-1.115-1.1-1.103A1.075 1.075 0 005.086 3.57v7.746a.234.234 0 01-.424.137l-1.039-1.428a1.076 1.076 0 00-1.508-.236 1.073 1.073 0 00-.236 1.505l4.123 5.67c.248.34.663.551 1.084.551l6.636-.02c.623 0 1.161-.426 1.304-1.033l.87-3.697c.107-.455.161-.924.162-1.391V6.439c0-.591-.469-1.067-1.057-1.078-.603-.012-1 .47-1 1.078v2.863c0 .13-.204.26-.334.26h-.264a.234.234 0 01-.234-.234V3.545c0-.609-.497-1.117-1.1-1.106a1.073 1.073 0 00-1.056 1.079v5.81c0 .13-.105.235-.235.234l-.365-.037a.234.234 0 01-.235-.234V2.227c0-.609-.496-1.115-1.1-1.104z' style='fill:%23ccc;fill-opacity:1;stroke-width:.0328231'/%3E%3C/svg%3E"); }
.event-v-agoal { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath style='fill:%23d50000;fill-opacity:1;stroke-width:.0328231' d='M9.012 1.361c-.589.012-1.104.543-1.104 1.135v7.09c0 .13-.105.234-.234.234H7.41a.234.234 0 01-.234-.234V3.834c0-.61-.497-1.115-1.1-1.104a1.075 1.075 0 00-1.057 1.078v7.747a.234.234 0 01-.423.136l-1.04-1.427a1.076 1.076 0 00-1.507-.237 1.073 1.073 0 00-.237 1.506l4.123 5.67c.248.34.663.55 1.084.55l6.636-.02c.624 0 1.162-.425 1.305-1.032l.869-3.698c.107-.455.162-.923.162-1.39V6.677c0-.591-.468-1.067-1.057-1.078-.603-.012-1 .469-1 1.077V9.54c0 .13-.204.26-.334.26h-.263a.234.234 0 01-.235-.234V3.783c0-.61-.497-1.117-1.1-1.106a1.073 1.073 0 00-1.056 1.078v5.81c0 .13-.105.235-.234.235l-.366-.037a.234.234 0 01-.234-.234V2.464c0-.608-.497-1.115-1.1-1.103z'/%3E%3Cpath d='M2.227 15.542c-.024.072 0 .12.084.12h1.572c.084 0 .132-.036.156-.12l.456-1.428h2.856l.468 1.428c.024.084.072.12.156.12h1.56c.084 0 .108-.048.084-.12l-2.76-7.92c-.024-.072-.072-.12-.156-.12H5.191c-.084 0-.132.048-.156.12zm2.76-2.928l.924-2.856h.036l.924 2.856z'/%3E%3C/svg%3E"); }
.issues { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.issues li { width: 18%; margin: .5rem 1%; text-align: center; }
.base-swithcher { font-size: 0; }
.base-swithcher li input { display: none; }
.base-swithcher li { display: inline-block; }
.base-swithcher li label { font-weight: normal; border: 1px solid #aaa; font-size: 1rem; padding: .6rem 1.5rem; cursor: pointer; border-width: 1px 1px 1px 0; }
.base-swithcher li label:hover { background: #e6e6ea; }
.base-swithcher li input:checked + label { font-weight: bold; }
.base-swithcher li:first-child label { border-radius: 5px 0 0 5px; border-width: 1px; }
.base-swithcher li:last-child label { border-radius: 0 5px 5px 0; }
.subtitle { display: inline-block; background: #0078ac; font-size: .8em; padding: .2rem .6rem; margin: 0 0 0 .9rem; color: #fff; border-radius: .5rem; }
.subtitle-back { font-size: 1rem; display: block; }
.fa-arrow-up { color: #009815; }
.fa-arrow-down { color: #ef0000; }
.elgg-table td.bottom, .elgg-table th td { vertical-align: bottom; }
.nowarp { white-space: nowrap; }
.com_win, .com_lose, .com_mid { display: inline-block; width: 9px; height: 9px; margin: 0 2px; border-radius: 50%; margin: 0 1px; }
.com_win { background: #038800; }
.com_lose { background: #ff4848; }
.com_mid { background: #f5ba02; }
.elgg-page .showmore { height: 9rem; overflow: hidden; position: relative; }
.elgg-page .showmore:after { content: " "; position: absolute; bottom: 0; left: 0; right: 0; background: transparent; height: 2rem; background: -webkit-linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); background: -moz-linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); pointer-events: none; }
.showmore div:last-child { padding-bottom: 5rem; }
.elgg-table .elgg-button { height: 1.75rem; line-height: 1.2rem; padding: .325rem 1rem; font-size: 1.2em; }
.etaptabs .elgg-tabs { border-bottom: 0; }
.etaptabs .elgg-tabs > li { border: 1px solid #ccc; border-radius: 3px; margin: .25rem 0 0 .15rem; }
.etaptabs .elgg-tabs > li > a { padding: .3rem .7rem; border-radius: 3px; -webkit-transition: all ease-in-out .3s; -moz-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }
.etaptabs .elgg-tabs > .elgg-state-selected > a { top: 0; background: #0078ac; color: #fff; border: 1px solid #0078ac; }
.etaptabs .elgg-tabs > .elgg-state-selected > a:hover { border: 1px solid #2d3047; background: #2d3047; color: #fff; }
.etaptabs .elgg-tabs > .elgg-state-selected { border: 0 solid #0078ac; }
.sort, .resort { cursor: pointer; }
.sort:before, .resort:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; font-weight: 900; font-family: "Font Awesome 5 Free"; content: "\f885"; color: #ccc; padding-right: 2px; }
.sort.active:before, .resort.active:before { color: #333; }
.sort.inverse:before, .resort.inverse:before { content: "\f160"; }

/*
.sort[data-sort=str]:before, .resort[data-sort=str]:before{
      content: "\f15d";
}
.sort.inverse[data-sort=str]:before, .resort.inverse[data-sort=str]:before{
      content: "\f15e";
}

.sort[data-sort=int]:before, .resort[data-sort=int]:before{
      content: "\f162";
}
.sort.inverse[data-sort=int]:before, .resort.inverse[data-sort=int]:before{
      content: "\f163";
}*/
.elgg-menu.elgg-menu-hz > li { margin: 0; }
.photo_block { margin-bottom: 1rem; overflow: hidden; }
.photo_block .imgcut { height: 7.5rem; display: block; background-position: center top; background-size: cover; border: 1px solid #8e8e8e; float: left; width: 6rem; margin-right: 1rem; }
.club_block .imgcut { height: 7.5rem; display: block; background-position: center bottom; background-size: contain; background-repeat: no-repeat; }
.nobr { white-space: nowrap; }
.imgsliderstart li { height: 30rem; background-size: cover; }
.imgsliderstart li .ballon { margin: 10rem auto; width: 25rem; text-align: center; background: rgba(0,0,0,.75); padding: 1rem 0; color: #fff; }
.imgsliderstart li .ballon .counterbig { font-size: 5rem; font-weight: bold; line-height: 1; }
.imgsliderstart li .ballon .countermedium { font-size: 1.5rem; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
.imgsliderstart li .ballon .countersub { font-size: 1.2rem; font-weight: bold; }
.imgsliderstart li .ballon .elgg-button { color: #fff; }
.imgsliderstart li .ballon .elgg-button:hover { background: #0078ac; color: #fff; }
h1.maintitle { font-size: 4rem; font-weight: bold; margin: 2rem 0 0; line-height: 1; text-transform: uppercase; letter-spacing: 2px; }
h2.maintitle { font-size: 1.2rem; font-weight: bold; margin-bottom: 2rem; }
@media (max-width: 1024px) {
h1.maintitle { font-size: 2rem; margin: 1rem 0 0; }
}

.hugetable { overflow: auto; }
.hugetable > table, .hugetable > div { min-width: 40rem; }
.custom-index .elgg-button { margin-bottom: 1rem; }
.transfer_block .float { width: 40%; position: relative; }
.transfer_block .float.club { width: 28%; position: relative; margin: 0 1%; background: #fff; min-height: 3rem; padding: .1rem .3rem; border-radius: 7px; border: 1px solid #ccc; }
.transfer_block .float.club span { position: absolute; margin: .1rem 0; }
.transfer_block .float.club a { margin-left: 2rem; display: inline-block; float: left; }
.transfer_block { margin-bottom: 1rem; }
.transfer_block .float.club + .float:before { content: "\f061"; position: absolute; left: -1rem; top: 0; font-family: "Font Awesome 5 Free"; display: inline-block; font-style: normal; font-variant: normal; font-weight: bold; font-size: 1.3rem; color: #999; }
.transfer_block .ca { font-size: 1.2rem; color: #999; margin-top: 0; text-align: center; }
.article_block { margin: 0 0 1rem; }
.article_block h4 { font-size: 1.3rem; }
.custom-index .twocolumns { margin: 0 0 1rem; }
@media only screen and (min-width: 80rem) {
.elgg-page-topbar .elgg-menu li .elgg-child-menu { z-index: 7000; }
}

.developmentnottice { background: rgb(85,92,186); background: -webkit-linear-gradient(0deg,rgba(85,92,186,1) 0%,rgba(35,149,172,1) 100%); background: -moz-linear-gradient(0deg,rgba(85,92,186,1) 0%,rgba(35,149,172,1) 100%); background: -webkit-linear-gradient(0deg,rgba(85,92,186,1) 0%,rgba(35,149,172,1) 100%); background: -moz-linear-gradient(0deg,rgba(85,92,186,1) 0%,rgba(35,149,172,1) 100%); background: linear-gradient(90deg,rgba(85,92,186,1) 0%,rgba(35,149,172,1) 100%); padding: 3rem 3rem; color: #fff; font-size: 1.2rem; font-weight: 500; border-radius: 4px; }
.developmentnottice a { color: #fff; text-decoration: underline; }
.search_block { display: -ms-flexbox; display: -webkit-flex; display: flex; }
.addphoto { margin: 0 auto; width: 20rem; border: 1px solid #ccc; display: block; padding: 1rem; border-radius: 3px; }
.addphoto .fa { font-size: 2rem; }
.ms-options-wrap > .ms-options > ul > li.optgroup .ms-selectall { float: right; }
.ms-options-wrap > .ms-options > ul > li.optgroup .label { float: left; }
.ms-options-wrap > .ms-options > ul, .ms-options-wrap > .ms-options > ul > li.optgroup ul { clear: both; }
.scores { width: 100%; table-layout: fixed; }
.scores td { padding: .3rem; border-left: 1px dashed #ccc; }
.scores.goals td { padding: 0; }
.scores td:last-child { border-right: 1px dashed #ccc; }
.scores tr:last-child { border-top: 1px solid #ccc; }
.scores .barwrapper { vertical-align: bottom; }
.scores.goals .bar { background: #ccc; }
.scores .bar { background: #ffd300; }
.scores .green .bar { background: #008000; }
.scores .red .bar { background: #fe1b00; }
.scores .bar1 { opacity: .2; }
.scores .bar2 { opacity: .45; }
.scores .bar3 { opacity: .7; }
.scores .bar4 { opacity: .9; }
.scores .divider { border-right: 1px solid #999; }
.tballon { pointer-events: none; position: absolute; font-weight: bold; background: #999; color: #fff; border-radius: 5px; padding: .3rem .5rem; z-index: 1; white-space: nowrap; }
.tballon.green { background: #008000; }
.tballon.red { background: #fe1b00; }
.moreinfo td > div { border: 1px solid #ccc; margin: 3px 10px; padding: 5px 10px 0; -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.25); box-shadow: 1px 1px 5px 0 rgba(0,0,0,.25); min-height: 1rem; position: relative; }
.moreinfo td > div:before { content: " "; position: absolute; border: 7px solid #ccc; border-color: transparent transparent #ccc; border-width: 0 15px 15px 15px; bottom: 100%; left: 5%; margin: 0 0 0 -15px; }
.moreinfo td > div:after { content: " "; position: absolute; border: 7px solid #f0f; border-color: transparent transparent #fff; border-width: 0 13px 13px 13px; bottom: 100%; left: 5%; margin: 0 0 0 -13px; }
.elgg-menu-item-account a script { display: none; }
.flag-NOWHERE, .flag-CGEG, .flag-gagauzia, .flag-zsfsr, .flag-avven, .flag-dnr, .flag-lnr, .flag-azerold, .flag-YU, .flag-NTHA, .flag-WBER, .flag-CW, .flag-skipr, .flag-DD, .flag-SAAR, .flag-WAL, .flag-RUEMP, .flag-ABKHAZIA, .flag-AD, .flag-AE, .flag-AF, .flag-AG, .flag-SHOLD, .flag-AI, .flag-AL, .flag-AM, .flag-AN, .flag-AO, .flag-AQ, .flag-AR, .flag-AS, .flag-AT, .flag-AU, .flag-AW, .flag-AX, .flag-AZ, .flag-BA, .flag-BB, .flag-BD, .flag-BE, .flag-BF, .flag-BG, .flag-BH, .flag-BI, .flag-BJ, .flag-BL, .flag-BM, .flag-BN, .flag-BO, .flag-BR, .flag-BS, .flag-BT, .flag-BV, .flag-BW, .flag-BY, .flag-BZ, .flag-CA, .flag-CC, .flag-CD, .flag-CF, .flag-CG, .flag-CH, .flag-CI, .flag-CK, .flag-CL, .flag-CM, .flag-CN, .flag-CO, .flag-CR, .flag-CU, .flag-CV, .flag-CX, .flag-CY, .flag-CZ, .flag-CS, .flag-DE, .flag-DJ, .flag-DK, .flag-DM, .flag-DO, .flag-DZ, .flag-EC, .flag-EE, .flag-EG, .flag-EH, .flag-ER, .flag-ES-CE, .flag-ES-ML, .flag-ES, .flag-ET, .flag-EU, .flag-FI, .flag-FJ, .flag-FK, .flag-FM, .flag-FO, .flag-FR, .flag-GA, .flag-GB, .flag-GD, .flag-GE, .flag-GF, .flag-GG, .flag-GH, .flag-GI, .flag-GL, .flag-GM, .flag-GN, .flag-GP, .flag-GQ, .flag-GR, .flag-GS, .flag-GT, .flag-GU, .flag-GW, .flag-GY, .flag-HK, .flag-HM, .flag-HN, .flag-HR, .flag-HT, .flag-HU, .flag-IC, .flag-ID, .flag-IE, .flag-IL, .flag-IM, .flag-IN, .flag-IO, .flag-IQ, .flag-IR, .flag-IS, .flag-IT, .flag-JE, .flag-JM, .flag-JO, .flag-JP, .flag-KE, .flag-KG, .flag-KH, .flag-KI, .flag-KM, .flag-KN, .flag-KOSOVO, .flag-KP, .flag-KR, .flag-KW, .flag-KY, .flag-KZ, .flag-LA, .flag-LB, .flag-LC, .flag-LI, .flag-LK, .flag-LR, .flag-LS, .flag-LT, .flag-LU, .flag-LV, .flag-LY, .flag-MA, .flag-MC, .flag-MD, .flag-ME, .flag-MF, .flag-MG, .flag-MH, .flag-MK, .flag-ML, .flag-MM, .flag-MN, .flag-MO, .flag-MP, .flag-MQ, .flag-MR, .flag-MS, .flag-MT, .flag-MU, .flag-MV, .flag-MW, .flag-MX, .flag-MY, .flag-MZ, .flag-NA, .flag-NC, .flag-NE, .flag-NF, .flag-NG, .flag-NI, .flag-NKR, .flag-NL, .flag-NO, .flag-NP, .flag-NR, .flag-NU, .flag-NZ, .flag-OM, .flag-PA, .flag-PE, .flag-PF, .flag-PG, .flag-PH, .flag-PK, .flag-PL, .flag-PM, .flag-PN, .flag-PR, .flag-PS, .flag-PT, .flag-PW, .flag-PY, .flag-QA, .flag-RE, .flag-RO, .flag-RS, .flag-RU, .flag-RW, .flag-SA, .flag-SB, .flag-SC, .flag-SD, .flag-SE, .flag-SG, .flag-SH, .flag-SI, .flag-SJ, .flag-SK, .flag-SL, .flag-SM, .flag-SN, .flag-SO, .flag-SOUTH-OSSETIA, .flag-SR, .flag-SS, .flag-ST, .flag-SV, .flag-SY, .flag-SZ, .flag-TC, .flag-TD, .flag-TF, .flag-TG, .flag-TH, .flag-TJ, .flag-TK, .flag-TL, .flag-TM, .flag-TN, .flag-TO, .flag-TR, .flag-TT, .flag-TV, .flag-TW, .flag-TZ, .flag-UA, .flag-UG, .flag-UM, .flag-US, .flag-UY, .flag-UZ, .flag-VA, .flag-VC, .flag-VE, .flag-VG, .flag-VI, .flag-VN, .flag-VU, .flag-WF, .flag-WS, .flag-YE, .flag-YT, .flag-ZA, .flag-ZM, .flag-ZW, .flag-SU, .flag-EN, .flag-ussr, .flag-uussr { background: url(/mod/base_pages/img/flags.png) no-repeat 0 9px; display: -moz-inline-box; -moz-box-orient: vertical; display: inline-block; *display: inline; *zoom: 1; vertical-align: baseline; position: relative; overflow: hidden; width: 16px; height: 9px; font-size: 0; line-height: 0; margin: 0; padding: 0; }
.flag .flag-d { display: none; }
.flag:hover .flag-d { display: inline; }
.flag-ABKHAZIA { background-position: 0 0; }
.flag-AD { background-position: 0 -9px; }
.flag-AE { background-position: 0 -18px; }
.flag-AF { background-position: 0 -27px; }
.flag-AG { background-position: 0 -36px; }
.flag-AI { background-position: 0 -45px; }
.flag-AL { background-position: 0 -54px; }
.flag-AM { background-position: 0 -63px; }
.flag-AN { background-position: 0 -72px; }
.flag-AO { background-position: 0 -81px; }
.flag-AQ { background-position: 0 -90px; }
.flag-AR { background-position: 0 -99px; }
.flag-AS { background-position: 0 -108px; }
.flag-AT { background-position: 0 -117px; }
.flag-AU { background-position: 0 -126px; }
.flag-AW { background-position: 0 -135px; }
.flag-AX { background-position: 0 -144px; }
.flag-AZ { background-position: 0 -153px; }
.flag-BA { background-position: 0 -162px; }
.flag-BB { background-position: 0 -171px; }
.flag-BD { background-position: 0 -180px; }
.flag-BE { background-position: 0 -189px; }
.flag-BF { background-position: 0 -198px; }
.flag-BG { background-position: 0 -207px; }
.flag-BH { background-position: 0 -216px; }
.flag-BI { background-position: 0 -225px; }
.flag-BJ { background-position: 0 -234px; }
.flag-BL { background-position: 0 -243px; }
.flag-BM { background-position: 0 -252px; }
.flag-BN { background-position: 0 -261px; }
.flag-BO { background-position: 0 -270px; }
.flag-BR { background-position: 0 -279px; }
.flag-BS { background-position: 0 -288px; }
.flag-BT { background-position: 0 -297px; }
.flag-BV { background-position: 0 -306px; }
.flag-BW { background-position: 0 -315px; }
.flag-BY { background-position: 0 -324px; }
.flag-BZ { background-position: 0 -333px; }
.flag-CA { background-position: 0 -342px; }
.flag-CC { background-position: 0 -351px; }
.flag-CD { background-position: 0 -360px; }
.flag-CF { background-position: 0 -369px; }
.flag-CG { background-position: 0 -378px; }
.flag-CH { background-position: 0 -387px; }
.flag-CI { background-position: 0 -396px; }
.flag-CK { background-position: 0 -405px; }
.flag-CL { background-position: 0 -414px; }
.flag-CM { background-position: 0 -423px; }
.flag-CN { background-position: 0 -432px; }
.flag-CO { background-position: 0 -441px; }
.flag-CR { background-position: 0 -450px; }
.flag-CU { background-position: 0 -459px; }
.flag-CV { background-position: 0 -468px; }
.flag-CX { background-position: 0 -477px; }
.flag-CY { background-position: 0 -486px; }
.flag-CZ { background-position: 0 -495px; }
.flag-CS { background-position: 0 -2313px; }
.flag-DE { background-position: 0 -504px; }
.flag-DJ { background-position: 0 -513px; }
.flag-DK { background-position: 0 -522px; }
.flag-DM { background-position: 0 -531px; }
.flag-DO { background-position: 0 -540px; }
.flag-DZ { background-position: 0 -549px; }
.flag-EC { background-position: 0 -558px; }
.flag-EE { background-position: 0 -567px; }
.flag-EG { background-position: 0 -576px; }
.flag-EH { background-position: 0 -585px; }
.flag-ER { background-position: 0 -594px; }
.flag-ES-CE { background-position: 0 -603px; }
.flag-ES-ML { background-position: 0 -612px; }
.flag-ES { background-position: 0 -621px; }
.flag-ET { background-position: 0 -630px; }
.flag-EU { background-position: 0 -639px; }
.flag-FI { background-position: 0 -648px; }
.flag-FJ { background-position: 0 -657px; }
.flag-FK { background-position: 0 -666px; }
.flag-FM { background-position: 0 -675px; }
.flag-FO { background-position: 0 -684px; }
.flag-FR { background-position: 0 -693px; }
.flag-GA { background-position: 0 -702px; }
.flag-GB { background-position: 0 -711px; }
.flag-GD { background-position: 0 -720px; }
.flag-GE { background-position: 0 -729px; }
.flag-GF { background-position: 0 -738px; }
.flag-GG { background-position: 0 -747px; }
.flag-GH { background-position: 0 -756px; }
.flag-GI { background-position: 0 -765px; }
.flag-GL { background-position: 0 -774px; }
.flag-GM { background-position: 0 -783px; }
.flag-GN { background-position: 0 -792px; }
.flag-GP { background-position: 0 -801px; }
.flag-GQ { background-position: 0 -810px; }
.flag-GR { background-position: 0 -819px; }
.flag-GS { background-position: 0 -828px; }
.flag-GT { background-position: 0 -837px; }
.flag-GU { background-position: 0 -846px; }
.flag-GW { background-position: 0 -855px; }
.flag-GY { background-position: 0 -864px; }
.flag-HK { background-position: 0 -873px; }
.flag-HM { background-position: 0 -882px; }
.flag-HN { background-position: 0 -891px; }
.flag-HR { background-position: 0 -900px; }
.flag-HT { background-position: 0 -909px; }
.flag-HU { background-position: 0 -918px; }
.flag-IC { background-position: 0 -927px; }
.flag-ID { background-position: 0 -936px; }
.flag-IE { background-position: 0 -945px; }
.flag-IL { background-position: 0 -954px; }
.flag-IM { background-position: 0 -963px; }
.flag-IN { background-position: 0 -972px; }
.flag-IO { background-position: 0 -981px; }
.flag-IQ { background-position: 0 -990px; }
.flag-IR { background-position: 0 -999px; }
.flag-IS { background-position: 0 -1008px; }
.flag-IT { background-position: 0 -1017px; }
.flag-JE { background-position: 0 -1026px; }
.flag-JM { background-position: 0 -1035px; }
.flag-JO { background-position: 0 -1044px; }
.flag-JP { background-position: 0 -1053px; }
.flag-KE { background-position: 0 -1062px; }
.flag-KG { background-position: 0 -1071px; }
.flag-KH { background-position: 0 -1080px; }
.flag-KI { background-position: 0 -1089px; }
.flag-KM { background-position: 0 -1098px; }
.flag-KN { background-position: 0 -1107px; }
.flag-KOSOVO { background-position: 0 -1116px; }
.flag-KP { background-position: 0 -1125px; }
.flag-KR { background-position: 0 -1134px; }
.flag-KW { background-position: 0 -1143px; }
.flag-KY { background-position: 0 -1152px; }
.flag-KZ { background-position: 0 -1161px; }
.flag-LA { background-position: 0 -1170px; }
.flag-LB { background-position: 0 -1179px; }
.flag-LC { background-position: 0 -1188px; }
.flag-LI { background-position: 0 -1197px; }
.flag-LK { background-position: 0 -1206px; }
.flag-LR { background-position: 0 -1215px; }
.flag-LS { background-position: 0 -1224px; }
.flag-LT { background-position: 0 -1233px; }
.flag-LU { background-position: 0 -1242px; }
.flag-LV { background-position: 0 -1251px; }
.flag-LY { background-position: 0 -1260px; }
.flag-MA { background-position: 0 -1269px; }
.flag-MC { background-position: 0 -1278px; }
.flag-MD { background-position: 0 -1287px; }
.flag-ME { background-position: 0 -1296px; }
.flag-MF { background-position: 0 -1305px; }
.flag-MG { background-position: 0 -1314px; }
.flag-MH { background-position: 0 -1323px; }
.flag-MK { background-position: 0 -1332px; }
.flag-ML { background-position: 0 -1341px; }
.flag-MM { background-position: 0 -1350px; }
.flag-MN { background-position: 0 -1359px; }
.flag-MO { background-position: 0 -1368px; }
.flag-MP { background-position: 0 -1377px; }
.flag-MQ { background-position: 0 -1386px; }
.flag-MR { background-position: 0 -1395px; }
.flag-MS { background-position: 0 -1404px; }
.flag-MT { background-position: 0 -1413px; }
.flag-MU { background-position: 0 -1422px; }
.flag-MV { background-position: 0 -1431px; }
.flag-MW { background-position: 0 -1440px; }
.flag-MX { background-position: 0 -1449px; }
.flag-MY { background-position: 0 -1458px; }
.flag-MZ { background-position: 0 -1467px; }
.flag-NA { background-position: 0 -1476px; }
.flag-NC { background-position: 0 -1485px; }
.flag-NE { background-position: 0 -1494px; }
.flag-NF { background-position: 0 -1503px; }
.flag-NG { background-position: 0 -1512px; }
.flag-NI { background-position: 0 -1521px; }
.flag-NKR { background-position: 0 -1530px; }
.flag-NL { background-position: 0 -1539px; }
.flag-NO { background-position: 0 -1548px; }
.flag-NP { background-position: 0 -1557px; }
.flag-NR { background-position: 0 -1566px; }
.flag-NU { background-position: 0 -1575px; }
.flag-NZ { background-position: 0 -1584px; }
.flag-OM { background-position: 0 -1593px; }
.flag-PA { background-position: 0 -1602px; }
.flag-PE { background-position: 0 -1611px; }
.flag-PF { background-position: 0 -1620px; }
.flag-PG { background-position: 0 -1629px; }
.flag-PH { background-position: 0 -1638px; }
.flag-PK { background-position: 0 -1647px; }
.flag-PL { background-position: 0 -1656px; }
.flag-PM { background-position: 0 -1665px; }
.flag-PN { background-position: 0 -1674px; }
.flag-PR { background-position: 0 -1683px; }
.flag-PS { background-position: 0 -1692px; }
.flag-PT { background-position: 0 -1701px; }
.flag-PW { background-position: 0 -1710px; }
.flag-PY { background-position: 0 -1719px; }
.flag-QA { background-position: 0 -1728px; }
.flag-RE { background-position: 0 -1737px; }
.flag-RO { background-position: 0 -1746px; }
.flag-RS { background-position: 0 -1755px; }
.flag-RU { background-position: 0 -1764px; }
.flag-RW { background-position: 0 -1773px; }
.flag-SA { background-position: 0 -1782px; }
.flag-SB { background-position: 0 -1791px; }
.flag-SC { background-position: 0 -1800px; }
.flag-SD { background-position: 0 -1809px; }
.flag-SE { background-position: 0 -1818px; }
.flag-SG { background-position: 0 -1827px; }
.flag-SH { background-position: 0 -1836px; }
.flag-SI { background-position: 0 -1845px; }
.flag-SJ { background-position: 0 -1854px; }
.flag-SK { background-position: 0 -1863px; }
.flag-SL { background-position: 0 -1872px; }
.flag-SM { background-position: 0 -1881px; }
.flag-SN { background-position: 0 -1890px; }
.flag-SO { background-position: 0 -1899px; }
.flag-SOUTH-OSSETIA { background-position: 0 -1908px; }
.flag-SR { background-position: 0 -1917px; }
.flag-SS { background-position: 0 -1926px; }
.flag-ST { background-position: 0 -1935px; }
.flag-SV { background-position: 0 -1944px; }
.flag-SY { background-position: 0 -1953px; }
.flag-SZ { background-position: 0 -1962px; }
.flag-TC { background-position: 0 -1971px; }
.flag-TD { background-position: 0 -1980px; }
.flag-TF { background-position: 0 -1989px; }
.flag-TG { background-position: 0 -1998px; }
.flag-TH { background-position: 0 -2007px; }
.flag-TJ { background-position: 0 -2016px; }
.flag-TK { background-position: 0 -2025px; }
.flag-TL { background-position: 0 -2034px; }
.flag-TM { background-position: 0 -2043px; }
.flag-TN { background-position: 0 -2052px; }
.flag-TO { background-position: 0 -2061px; }
.flag-TR { background-position: 0 -2070px; }
.flag-TT { background-position: 0 -2079px; }
.flag-TV { background-position: 0 -2088px; }
.flag-TW { background-position: 0 -2097px; }
.flag-TZ { background-position: 0 -2106px; }
.flag-UA { background-position: 0 -2115px; }
.flag-UG { background-position: 0 -2124px; }
.flag-UM { background-position: 0 -2133px; }
.flag-US { background-position: 0 -2142px; }
.flag-UY { background-position: 0 -2151px; }
.flag-UZ { background-position: 0 -2160px; }
.flag-VA { background-position: 0 -2169px; }
.flag-VC { background-position: 0 -2178px; }
.flag-VE { background-position: 0 -2187px; }
.flag-VG { background-position: 0 -2196px; }
.flag-VI { background-position: 0 -2205px; }
.flag-VN { background-position: 0 -2214px; }
.flag-VU { background-position: 0 -2223px; }
.flag-WF { background-position: 0 -2232px; }
.flag-WS { background-position: 0 -2241px; }
.flag-YE { background-position: 0 -2250px; }
.flag-YT { background-position: 0 -2259px; }
.flag-ZA { background-position: 0 -2268px; }
.flag-ZM { background-position: 0 -2277px; }
.flag-ZW { background-position: 0 -2286px; }
.flag-SU { background-position: 0 -2295px; }
.flag-EN { background-position: 0 -2304px; }
.flag-YU { background-position: 0 -2313px; }
.flag-CGEG { background-position: 0 -2313px; }
.flag-SHOLD { background-position: 0 -2322px; }
.flag-DD { background-position: 0 -2331px; }
.flag-WBER { background-position: 0 -2340px; }
.flag-SAAR { background-position: 0 -2349px; }
.flag-WAL { background-position: 0 -2358px; }
.flag-RUEMP { background-position: 0 -2367px; }
.flag-CW { background-position: 0 -2376px; }
.flag-skipr { background-position: 0 -2385px; }
.flag-NTHA { background-position: 0 -2394px; }
.flag-gagauzia { background-position: 0 -2403px; }
.flag-azerold { background-position: 0 -2412px; }
.flag-zsfsr { background-position: 0 -2421px; }
.flag-ussr { background-position: 0 -2430px; }
.flag-uussr { background-position: 0 -2449px; }
.flag-avven { background-position: 0 -2440px; }
.flag-dnr { background-position: 0 -2458px; }
.flag-lnr { background-position: 0 -2469px; }

/*<style>*/
/*** Elgg Developer Tools ***/
#developers-iframe { width: 100%; height: 600px; border: none; }
.developers-log { background-color: #EBF5FF; border: 1px solid #999; color: #666; padding: 20px; }
.developers-gear { position: fixed; z-index: 1000; bottom: 0; right: 0; cursor: pointer; padding: 5px 8px; }
.developers-gear-popup { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-evenly; justify-content: space-evenly; }
.developers-gear-popup > section { width: 16em; }
.developers-gear-popup > section.developers-form { width: 24em; }
.developers-gear-popup h2 { margin-bottom: 10px; }
.developers-gear-popup .elgg-child-menu { margin-left: 20px; margin-bottom: 10px; }
.developers-gear-popup .elgg-menu-parent, .developers-gear-popup .elgg-menu-parent:hover { color: #000; text-decoration: none; cursor: default; }
.developers-gear-popup .elgg-text-help { display: none; }
.developers-gear-popup label { font-weight: inherit; }
.developers-gear-popup fieldset > div { margin-bottom: 5px; }
.developers-gear-popup #developer-settings-form label .elgg-icon-info, .developers-gear-popup #developer-settings-form label .elgg-text-help { margin-left: 10px; vertical-align: text-top; cursor: pointer; }
.developers-gear-popup #developer-settings-form .elgg-foot { margin-top: 15px; margin-bottom: 0; }
.developers-error-log-title { padding: .5rem 1rem; font-size: 1rem; font-weight: bold; background: #fafafa; }
.developers-error-log-title.elgg-state-critical, .developers-error-log-title.elgg-state-alert, .developers-error-log-title.elgg-state-error { color: #b94a48; background-color: #f8e8e8; border-color: #e5b7b5; }
.developers-error-log-title.elgg-state-warning { color: #6b420f; background-color: #fcf8e4; border-color: #eddc7d; }

/* CKEditor */
.cke { clear: right; }
.cke.cke_chrome { -webkit-box-shadow: none; box-shadow: none; border-color: #dcdcdc; border-radius: 3px; overflow: hidden; }
.cke .cke_top, .cke .cke_bottom { background: transparent; border-color: #dcdcdc; }
.cke .cke_toolgroup { border-radius: 0; border-color: #dcdcdc; background: transparent; }
.cke_bottom .cke_wordcount { float: left; }
.cke_bottom .cke_path { float: right; }
.cke_button { background: none !important; }
.elgg-item-object-messages .message.unread .elgg-listing-summary-title a { color: #D40005; }
.captcha-input-image { text-align: center; margin: auto; }
