:root {
	--hover: #fff;
	--bg-color: #ecf0f3;
	--bg-hover-color: #fff;
	--font-color: #444;
	--font-color-faded: #d4d4d4;
	--font-color-light: #0006;
	--font-color-dark: #fff;
	--font-color-selected: #555;
	--font-color-transparent: transparent;
	--primary-bg-color: #2aa197;
	--primary-color: #2aa197;
	--primary-bg-color-hover: #1f8c83;
	--danger-color: #f0506e;
	--scrollbar-bg-color: #eeeeee;
	--scrollbar-color: #d4d4d4;
	--button-default-color: #fff;

	--valid-license: #2aa29717;

	--overlay-color: #ffffffad;
	--overlay-text-color: #555;
	--grid-text-color: #00000025;

	--prev-next-bg-color: #2aa197;
	--prev-next-font-color: #555;

	--loader-background: hsla(0, 0%, 100%, 0.75);

	--selected-color: var(--bg-color);
	--selected-color-schedule: #e1f83f80;
	--selected-color-layout: #fafafad6;
	--selected-color-box: #fafafad9;
	--selected-light-color: #f2f2f2;
	--sticky-selected-color: #fff256;
	--sticky-selected-text-color: #555;

	--strike-text-color: #d4d4d4;

	--beer-slider: hsla(0, 0%, 100%, 0.75);

	--range-color: #999;
	--image-filter: grayscale(0);
	--image-brightness: brightness(1);
	--image-contrast: contrast(1);

	--header-footer-bg-color: #fff;
	--card-bg-color: #fff;
	--card-bg-color-transparent: #ffffffe0;
	--sponsors-bg-color: #fff;

	--border-color: #d4d4d4;
	--input-bg-color: #ecf0f3;
	--input-font-color: #555;
	--box-shadow-inset: inset 0 2px 10px rgb(0 0 0 / 45%);
}

html[data-theme="light"] {
	--hover: #fff;
	--bg-color: #ecf0f3;
	--bg-hover-color: #fff;
	--font-color: #444;
	--font-color-faded: #d4d4d4;
	--font-color-light: #0006;
	--font-color-dark: #fff;
	--font-color-selected: #555;
	--font-color-transparent: transparent;
	--primary-bg-color: #2aa197;
	--primary-color: #2aa197;
	--primary-bg-color-hover: #1f8c83;
	--danger-color: #f0506e;
	--scrollbar-bg-color: #eeeeee;
	--scrollbar-color: #d4d4d4;
	--button-default-color: #fff;

	--valid-license: #2aa29717;

	--overlay-color: #ffffffad;
	--overlay-text-color: #555;
	--grid-text-color: #00000025;

	--prev-next-bg-color: #2aa197;
	--prev-next-font-color: #555;

	--loader-background: hsla(0, 0%, 100%, 0.75);

	--selected-color: var(--bg-color);
	--selected-color-schedule: #e1f83f80;
	--selected-color-layout: #fafafad6;
	--selected-color-box: #fafafad9;
	--selected-light-color: #f2f2f2;
	--sticky-selected-color: #fff256;
	--sticky-selected-text-color: #555;

	--strike-text-color: #d4d4d4;

	--beer-slider: hsla(0, 0%, 100%, 0.75);

	--range-color: #999;
	--image-filter: grayscale(0);
	--image-brightness: brightness(1);
	--image-contrast: contrast(1);

	--header-footer-bg-color: #fff;
	--card-bg-color: #fff;
	--card-bg-color-transparent: #ffffffe0;
	--sponsors-bg-color: #fff;

	--border-color: #d4d4d4;
	--input-bg-color: #ecf0f3;
	--input-font-color: #555;
	--box-shadow-inset: inset 0 2px 10px rgb(0 0 0 / 45%);
}

html[data-theme="dark"] {
	--hover: #000;
	--bg-color: #161c23;
	--bg-hover-color: #13181f;
	--font-color: #d0d0d0;
	--font-color-faded: #3e3e3e;
	--font-color-light: #ffffff40;
	--font-color-dark: #fff;
	--font-color-selected: #fff;
	--font-color-transparent: transparent;
	--primary-bg-color: #2aa197;
	--primary-color: #2aa197;
	--primary-bg-color-hover: #1f8c83;
	--danger-color: #f0506e;
	--scrollbar-bg-color: #13181f;
	--scrollbar-color: #3f4753;
	--button-default-color: #13181f85;

	--valid-license: #2aa29717;

	--overlay-color: #161c23cc;
	--overlay-text-color: #ffffff80;
	--grid-text-color: #ffffff25;

	--prev-next-bg-color: #2aa197;
	--prev-next-font-color: #fff;

	--loader-background: #161c23e0;

	--selected-color: var(--bg-color);
	--selected-color-schedule: #e1f83f80;
	--selected-color-layout: #1b242d;
	--selected-color-box: #161c23e8;
	--selected-light-color: #1b242d;
	--sticky-selected-color: #2aa297;
	--sticky-selected-text-color: #fff;

	--strike-text-color: #393939;

	--beer-slider: hsla(0, 0%, 100%, 1);

	--range-color: #8b8e91;
	--image-filter: grayscale(100%);
	--image-brightness: brightness(1);

	--header-footer-bg-color: #161c23;
	--card-bg-color: #1b242d; /** #1b242d **/
	--card-bg-color-transparent: #1b242d;
	--sponsors-bg-color: #fff;

	--border-color: #2c3946;
	--input-bg-color: #22303c;
	--input-font-color: #fff;
	--box-shadow-inset: inset 0 5px 15px rgb(0 0 0 / 16%);
}

html#rm,
#rm body {
	font-family: "Roboto Condensed", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: var(--bg-color);
	color: var(--font-color);
	width: 100%;
	color-scheme: light;
}

#rm .horizontal-scroll {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

#rm .horizontal-scroll li {
	display: inline-block;
}

#rm .uk-list-striped>:nth-of-type(odd) {
	background: var(--selected-color);
}

#rm .uk-list-striped>:nth-of-type(odd) {
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);;
}

#rm .uk-label-success {
	background-color: #2aa197;
	color: #fff;
}

#rm #scheduleMainLink {
	position: absolute;
	display: flex;
	align-content: space-around;
	flex-wrap: wrap;
	align-items: right;
	justify-content: center;
	background-color: var(--card-bg-color);
	top: 0;
	left: auto;
	right: 2rem;
	max-width: 70px;
	height: auto;
	border-radius: 6px;
	text-align: center;
	margin: 0 auto;
	z-index: 10;
}

#rm #scheduleMainLink a {
	padding: 1rem 1rem 0.5rem 1rem;
}

#rm .raceTable li {
	padding: 0.25rem 0.5rem !important;
}

#rm .uk-flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

#rm .scroll {
	margin-bottom: 0.4rem !important;
}

#rm .scroll::-webkit-scrollbar-track {
	background-color: var(--bg-color);
	height: 8px;
}
#rm .scroll::-webkit-scrollbar {
	height: 8px;
	background-color: var(--card-bg-color);
}
#rm .scroll::-webkit-scrollbar-thumb {
	background-color: var(--primary-bg-color);
	border: 0;
}

#rm #stream ::-webkit-scrollbar-track {
	background-color: transparent !important;
}
#rm #stream ::-webkit-scrollbar {
	height: 0.5vw;
	background-color: transparent !important;
}
#rm #stream .scroll::-webkit-scrollbar-thumb {
	background-color: transparent !important;
	border: 0;
}

@supports not (color-scheme: dark) {
	html[data-theme="dark"] {
		background: #111;
	}
}

#main {
	margin-top: 50px;
}

#rm #social_media_links {
	margin: 0 auto;
	max-width: 1200px;
}

#rm .raceTable .uk-active {
	background-color: var(--selected-color);
}

#rm .raceTable .uk-active a {
	text-decoration: none;
}

#rm .txtColor {
	color: var(--font-color);
}

#rm #compSchedule {
	padding: 0 0 0.25rem 0.25rem;
}

@media (min-width: 640px) {
	#rm #scheduleMainLink {
		position: absolute;
		display: flex;
		align-content: space-around;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		top: 0;
		left: 0;
		right: 0;
		height: auto;
		border-radius: 6px;
		text-align: center;
		margin: 0 auto;
		z-index: 10;
	}

	#rm #compSchedule {
		padding: 0 1rem;
	}

	#rm .uk-navbar-nav {
		gap: 5px;
	}
}

#rm .resultScrollMenu {
	position: fixed;
	left: 0;
	bottom: 75px;
	right: 0;
	width: 100%;
	z-index: 99998;
}

#rm .resultScrollMenuToggle {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	width: 30%;
	margin: 0 auto;
	height: 75px;
	border-radius: 0!important;
	z-index: 99999;
}

#rm .resultScrollMenuToggle span {
	font-size: 2rem;
}

@media only screen and (min-width: 480px) {
	#rm .resultScrollMenu {
		position: fixed;
		left: 0;
		bottom: 57px;
		right: 0;
		width: 100%;
		z-index: 99998;
	}

	#rm .resultScrollMenuToggle {
		position: fixed;
		left: 0;
		bottom: 10px;
		height: auto;
		width: 65px;
		right: 0;
		z-index: 99999;
	}
}

#rm #roundsTable table tr.last-row {
	border-bottom: 4px solid var(--border-color);
}

#rm #roundsTable table tr.last-row td {
	padding-bottom: 1rem;
}

#ProcessListerResults #ProcessListerTable table.ProcessListerTable {
	clear: both;
	margin-top: 0;
	width: 100% !important;
}

#drop-area, #drop-area-club {
	position: relative;
	border: 1px dashed var(--border-color);
	transition: border 0.3s;
}

#fileElem, #fileElem-club {
	display: none;
}

#gallery, #gallery-club {
	margin-top: 1rem;
	padding: 1rem 1rem 0.75rem 1.5rem;
	background-color: var(--selected-color);
}

.gallery-item {
	position: relative;
	margin: 0;
	padding: 0.5rem 0;
	border-bottom: 1px dotted var(--border-color);
}

.gallery-item img {
	max-width: 175px;
}
.gallery-item:last-child {
	border-bottom: 0;
}

.delete-button {
	position: absolute;
	background: transparent;
	top: 0.5rem;
	right: 0;
	border: none;
	padding: 0;
	cursor: pointer;
}

.drop-area {
	position: relative;
	border: 1px dashed var(--border-color);
	transition: border 0.3s;
}

.drop-area.dragover {
	border-color: var(--font-color);
}

.custom-file-upload {
	position: relative;
}

.file-input-custom {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

#rm .sponsor-images-title {
	font-size: 12px;
}

#rm #raceNumber .pw-edit,
#rm #raceNumber .pw-edit-modal {
	background-color: var(--selected-color);
	margin-left: 0.25rem;
}

#rm .pw-edit .pw-edit,
#rm .pw-edit .pw-edit-modal {
	position: absolute !important;
	background-color: var(--selected-color);
	margin-left: 0.25rem;
}

#rm input:read-only {
	background-color: var(--bg-color-transparent);
	color: var(--font-color);
}

#rm .data-top-menu {
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid var(--border-color);
	min-height: 48px;
	background-color: var(--card-bg-color);
}

#rm .data-top-menu h3 {
	margin-bottom: 0;
	padding-top: 4px;
	width: 100%;
	text-transform: capitalize;
}

#rm .data-top-menu .uk-button {
	max-height: 40px;
}

#rm .uk-nav > li > a {
	padding: 5px;
	color: var(--font-color);
}

#rm .selected {
	background-color: var(--selected-color);
}

#rm #stream .selected {
	background-color: rgba(200, 16, 46, 1) !important;
}

#rm #stream .selected div {
	color: #fff !important;
	background-color: transparent !important;
}

#rm #stream .selected .material-icons {
	color: white;
}
#rm #stream ul.scroll li div.scroll-card a {
	padding: 1rem !important;
	width: 100%;
}

#rm #stream ul.scroll {
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: auto;
}

#rm #stream ul.scroll li div.scroll-card:hover {
	background-color: rgba(0, 0, 0, 0.35);
}

#rm .selected-background {
	background-color: var(--selected-color);
}

#rm .field-title {
	font-size: 0.675em;
	font-weight: bold;
	color: var(--font-color-selected);
	text-transform: uppercase;
}

/* Theme Switcher */

.sun-and-moon > :is(.moon, .sun, .sun-beams) {
	transform-origin: center center;
}
.sun-and-moon > :is(.moon, .sun) {
	fill: var(--icon-fill);
}
.theme-toggle:is(:hover, :focus-visible) > .sun-and-moon > :is(.moon, .sun) {
	fill: var(--icon-fill-hover);
}
.sun-and-moon > .sun-beams {
	stroke: var(--icon-fill);
	stroke-width: 2px;
}
.theme-toggle:is(:hover, :focus-visible) .sun-and-moon > .sun-beams {
	stroke: var(--icon-fill-hover);
}
[data-theme="dark"] .sun-and-moon > .sun {
	transform: scale(1.75);
}
[data-theme="dark"] .sun-and-moon > .sun-beams {
	opacity: 0;
}
[data-theme="dark"] .sun-and-moon > .moon > circle {
	transform: translate(-7px);
}
@supports (cx: 1) {
	[data-theme="dark"] .sun-and-moon > .moon > circle {
		transform: translate(0);
		cx: 17;
	}
}
@media (prefers-reduced-motion: no-preference) {
	.sun-and-moon > .sun {
		transition: transform 0.5s var(--ease-elastic-3);
	}
	.sun-and-moon > .sun-beams {
		transition: transform 0.5s var(--ease-elastic-4), opacity 0.5s var(--ease-3);
	}
	.sun-and-moon .moon > circle {
		transition: transform 0.25s var(--ease-out-5);
	}
	@supports (cx: 1) {
		.sun-and-moon .moon > circle {
			transition: cx 0.25s var(--ease-out-5);
		}
	}
	[data-theme="dark"] .sun-and-moon > .sun {
		transform: scale(1.75);
		transition-timing-function: var(--ease-3);
		transition-duration: 0.25s;
	}
	[data-theme="dark"] .sun-and-moon > .sun-beams {
		transform: rotate(-25deg);
		transition-duration: 0.15s;
	}
	[data-theme="dark"] .sun-and-moon > .moon > circle {
		transition-delay: 0.25s;
		transition-duration: 0.5s;
	}
}

.theme-switch {
	min-height: 50px;
	min-width: 40px;
	padding: 0;
	font-size: 0.875rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.theme-toggle {
	--size: 1.25rem;
	--icon-fill: hsl(210 10% 30%);
	--icon-fill-hover: hsl(210 10% 15%);
	background: none;
	border: none;
	padding: 0;
	inline-size: var(--size);
	block-size: var(--size);
	aspect-ratio: 1;
	border-radius: 50%;
	cursor: pointer;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
	outline-offset: 5px;
	max-height: 22px;
}
.theme-toggle > svg {
	inline-size: 100%;
	block-size: 100%;
	stroke-linecap: round;
}
[data-theme="dark"] .theme-toggle {
	--icon-fill: hsl(210 10% 70%);
	--icon-fill-hover: hsl(210 15% 90%);
}
@media (hover: none) {
	.theme-toggle {
		--size: 24px;
	}
}

#rm .cat_title {
	display: inline-flex;
	line-height: 1;
}

#rm .uk-container {
	max-width: 1401px !important;
	background-color: var(--card-bg-color);
}

#rm .border-dotted {
	border: 1px dotted var(--border-color);
}

#rm .border-right-dotted {
	border-right: 1px dotted var(--border-color);
}

#rm .border-left-dotted {
	border-left: 1px dotted var(--border-color);
}

#rm .placeholders {
	color: var(--font-color);
}

#rm #entryFormList.uk-grid-small > .uk-grid-margin {
	margin-top: 0 !important;
}

#rm #statusHeatStrike {
	text-decoration: line-through;
	color: var(--strike-text-color);
	width: 100%;
}

#rm #statusHeat {
	width: 100%;
}

#rm #entriesEdit li {
	line-height: 20px;
	border-bottom: 1px dotted var(--border-color);
}

#rm #entriesEdit li:last-child {
	border-bottom: 0;
}

#rm .uk-text-muted {
	color: #999 !important;
}

.material-toggle {
	position: relative;
	margin: 0;
	display: block;
	height: 22px;
	width: 40px;
	z-index: 9;
}

.material-toggle input:empty {
	margin-left: -9999px;
}

.material-toggle input:empty ~ label {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.material-toggle input:empty ~ label:before,
.material-toggle input:empty ~ label:after {
	position: absolute;
	display: block;
	content: " ";
	-webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.material-toggle input:empty ~ label:before {
	top: 3px;
	left: 0px;
	width: 32px;
	height: 13px;
	border-radius: 12px;
	background-color: #999;
}

input.switch:empty ~ label:after {
	top: -1px;
	left: -9px;
	width: 1.4em;
	height: 8px;
	bottom: 0.1em;
	margin-left: 0.1em;
	background-color: var(--selected-color);
	border-radius: 50%;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: solid 2px;
	border-color: var(--border-color);
}

.material-toggle input:checked ~ label:before {
	background-color: var(--primary-color);
}

.material-toggle input:checked ~ label:after {
	left: 15px;
	background-color: var(--selected-color);
	border-color: var(--primary-color);
}

#rm .siblings div {
	position: relative;
	margin: 0;
	border-left: 1px solid var(--border-color);
	padding: 0.25rem 0.75rem;
	display: flex;
	justify-content: space-between;
}

#rm .siblings #editHeat {
	border-left: 1px solid var(--border-color);
}

#rm .siblings div:first-child {
	border-left: 0;
}

#rm .siblings div a {
	display: block;
	padding: 0.25rem 0;
}

#rm .siblings div:hover {
	font-weight: bold;
}

#rm .left-arrow-ready {
	position: absolute;
	background: #f0506e;
}

#rm .left-arrow-temporary {
	background: #bababa;
}

#rm .left-arrow-unofficial {
	background: #faa05a;
}

#rm .left-arrow-official {
	background: var(--primary-color);
}

#rm .left-arrow-ready:after,
#rm .left-arrow-temporary:after,
#rm .left-arrow-unofficial:after,
#rm .left-arrow-official:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border-color: transparent;
	border-width: 10px;
	margin-left: -10px;
	pointer-events: none;
}

#rm .left-arrow-ready:after {
	border-bottom-color: #f0506e;
}

#rm .left-arrow-temporary:after {
	border-bottom-color: #bababa;
}

#rm .left-arrow-unofficial:after {
	border-bottom-color: #faa05a;
}

#rm .left-arrow-official:after {
	border-bottom-color: var(--primary-color);
}

#rm #raceTitle {
	padding: 0 0 0.5rem 0;
	margin: 0 0 0.5rem 0;
	border-bottom: 1px solid var(--border-color);
}

#rm .status-tiles {
	padding: 0.2rem;
	background-color: transparent !important;
	font-size: 1.5rem;
	line-height: 1;
	height: 100%;
	cursor: pointer;
}

@media print {
	.noprint {
		visibility: hidden !important;
	}
	#rm .datepickers-container {
		display: none;
	}
}

@media only screen and (min-width: 480px) {
	#rm .uk-offcanvas-bar {
		width: 350px;
	}
}

@media only screen and (min-width: 960px) {
	#rm .uk-offcanvas-bar {
		padding: 1rem;
	}

	#rm .status-tiles {
		font-size: 2rem;
	}

	#rm #raceTitle {
		padding: 0.75rem 1rem 0 0;
		margin: 0 0 0 0;
		border-bottom: 0;
	}

	#rm .siblings {
		margin-bottom: 0.5rem;
	}

	#rm .siblings div {
		position: relative;
		margin: 0;
		border-top: 1px solid var(--border-color);
		border-left: 0;
		padding: 0.25rem 0.75rem;
		display: block;
	}

	#rm .siblings div a {
		padding: 0;
	}

	#rm .siblings #editHeat {
		border-left: 0;
		border-top: 1px solid var(--border-color);
	}

	#rm .siblings div:first-child {
		border-top: 0;
	}

	#rm .left-arrow-ready:after,
	#rm .left-arrow-temporary:after,
	#rm .left-arrow-unofficial:after,
	#rm .left-arrow-official:after {
		bottom: auto;
		left: auto;
		right: 100%;
		top: 49%;
		border-bottom-color: transparent;
		border-width: 16px;
		margin-top: -16px;
	}

	#rm .left-arrow-ready:after {
		border-right-color: #f0506e;
	}

	#rm .left-arrow-temporary:after {
		border-right-color: #bababa;
	}

	#rm .left-arrow-unofficial:after {
		border-right-color: #faa05a;
	}

	#rm .left-arrow-official:after {
		border-right-color: var(--primary-color);
	}
}

#rm .recordrtc #upload-to-server {
	position: absolute;
	padding: 0.55rem 0 0.3rem 0.5rem;
	top: 0;
	height: 39px;
	width: 155px;
	left: 65px;
	color: var(--font-color);
	font-family: "Bebas Neue", sans-serif;
}

#rm body:fullscreen #rm body:-ms-fullscreen,
#rm body:-webkit-full-screen,
#rm body:-moz-full-screen {
	overflow-y: scroll !important;
}

#rm .element:-ms-fullscreen p {
	visibility: visible;
}

#rm .element:fullscreen {
	background-color: #e4708a;
	width: 100vw;
	height: 100vh;
}

#rm #layout .drag-item > div {
	border-bottom: 0;
}

#rm #dropbox {
	background-color: transparent;
	z-index: 9;
	overflow: visible;
	margin: 0 auto;
}

#rm #message {
	position: absolute;
	left: 0;
	top: 55px;
	right: 0;
	bottom: 208px;
}

@media only screen and (min-width: 960px) {
	#rm #message {
		top: 0;
		right: 192px;
		bottom: 0;
	}
}

#rm .dragZone {
	background-color: var(--hover) !important;
}

#rm .dragZone #messageTxtDrop {
	border: 3px dashed var(--border-color) !important;
}

#rm #dropbox #message {
	background-color: var(--card-bg-color-transparent);
}

#rm #dropbox #message #messageTxt,
#rm #dropbox #message #messageTxtDrop {
	position: absolute;
	left: 25px;
	right: 25px;
	top: 25px;
	bottom: 25px;
}

/**
#rm #scheduleFilter .uk-grid-small>.uk-grid-margin {
    margin-top: 0!important;
}
**/

#rm #layout .uk-grid-small > .uk-grid-margin,
#rm #stopwatch .uk-grid-small > .uk-grid-margin {
	margin-top: 0 !important;
}

#rm #compsetup * + .uk-grid-margin {
	margin-top: 0 !important;
}

#rm #wrapper {
	padding: 0 0 0 0;
}

#rm .drag-item.box-hidden {
	min-height: 250px;
}

#rm .listing-height {
	height: 58px;
	max-height: 58px;
	overflow: hidden;
}

#rm .listing-select {
	background-color: var(--bg-color);
}

#rm .listing-select button {
	border-bottom: 0 !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 1px solid var(--border-color) !important;
}

#rm .listing-select select {
	color: var(--font-color);
}

#rm .listing-select input {
	border-bottom: 0 !important;
	border-top: 0 !important;
	border-right: 0 !important;
	height: 35px;
	width: 38px;
	border-left: 1px solid var(--border-color) !important;
	text-align: center;
}

#rm #entriesEdit.uk-list-divider > :nth-child(n + 1) {
	margin-top: 0;
	padding-top: 0 !important;
	padding-bottom: 0.25rem;
}

#rm #team-form .uk-list-divider > :nth-child(n + 1) {
	padding-top: 0 !important;
}

#rm #team-form .list {
	border-right: 1px solid var(--border-color);
}

#rm .fixed-box .textBox.uk-list-divider > :nth-child(n + 2) {
	margin-top: 1rem;
	padding-top: 1rem !important;
	padding-bottom: 0;
}

#rm .placeholder {
	height: 50px;
	width: 50px;
	background-color: var(--selected-color);
}

#rm .overlay_text_heading {
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-size: 2em !important;
	margin-bottom: 0;
	/*text-shadow: 1px 1px #555;*/
}

#rm .overlay_sub_text {
	font-family: "Open Sans", sans-serif;
}

#rm .uk-link,
a {
	color: #659ed0;
}

#rm #multiDrag .controls {
	display: block;
	z-index: 8;
	font-size: 12px;
}

#rm .fixed-box {
	margin-bottom: 0;
	font-size: smaller;
}

#rm .fixed-box p {
	margin-bottom: 0;
}

#rm .fixed-box .uk-list a,
#rm .fixed-box .homepage-title {
	color: var(--font-color) !important;
}

#rm .fixed-box .border-bottom {
	border-bottom: 1px solid var(--border-color);
}

#rm .fixed-box .uk-card-default {
	background-color: var(--card-bg-color) !important;
}

#rm .listing.uk-list-divider,
#rm .fixed-box .listing.uk-list-divider {
	margin: 0 0 0 0;
	padding: 0 0 0.25rem 0;
}

#rm .img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

#rm .overlay_text {
	position: relative;
	text-align: center;
	background-color: var(--card-bg-color);
	color: var(--font-color) !important;
}

#rm .overlay_sub_text {
	display: block;
	margin-top: 0.25em;
}

#rm .vista-analyse {
	display: none;
}

#rm .select-margin {
	margin: 2px 0;
}

#rm #hits {
	font-size: smaller;
}

#rm .accordion-boxes div {
	padding-bottom: 1rem;
}

#rm .layout {
	position: relative;
	display: flex;
	max-width: 550px;
	height: 30px;
	background-color: var(--selected-color-layout) !important;
	padding: 0 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	z-index: 99;
}

#rm .layout .select {
	height: 30px;
	margin: 0 2px;
	border: 0 !important;
	background-color: transparent !important;
	color: var(--font-color) !important;
}

#rm .overlay_text {
	position: relative;
	text-align: center;
	background-color: var(--card-bg-color);
	color: var(--font-color) !important;
}

#rm .overlay_text_heading {
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-size: 2em !important;
	line-height: 1;
	margin-bottom: 0;
}

/********** Range Input Styles **********/
/*Range Reset*/
input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	cursor: pointer;
	width: 100% !important;
	height: auto !important;
	margin: 0 0.75rem;
}

/* Removes default focus */
input[type="range"]:focus {
	outline: none;
}

/***** Chrome, Safari, Opera and Edge Chromium styles *****/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
	background-color: var(--selected-color);
	border-radius: 0.5rem;
	height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none; /* Override default look */
	appearance: none;
	margin-top: -5px; /* Centers thumb on the track */

	border-radius: 2px;

	/*custom styles*/
	background-color: var(--primary-bg-color);
	height: 1rem;
	width: 1rem;
}

input[type="range"]:focus::-webkit-slider-thumb {
	border: 1px solid var(--card-bg-color);
	outline: 3px solid var(--selected-color);
	outline-offset: 0.125rem;
}

/******** Firefox styles ********/
/* slider track */
input[type="range"]::-moz-range-track {
	background-color: var(--selected-color);
	border-radius: 6px;
	height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb {
	border: none; /*Removes extra border that FF applies*/
	border-radius: 0; /*Removes default border-radius that FF applies*/

	/*custom styles*/
	background-color: var(--selected-color);
	height: 2rem;
	width: 1rem;
}

input[type="range"]:focus::-moz-range-thumb {
	border: 1px solid var(--border-color);
	outline: 3px solid var(--border-color);
	outline-offset: 0.125rem;
}

#rm .controls-inline input[type="number"] {
	font-family: "Open Sans", sans-serif;
	min-width: 50px;
	height: 20px;
	border: 0 !important;
	margin: 0 0.5rem;
	padding: 0;
	font-size: 12px;
	background-color: var(--selected-color) !important;
}

#rm .controls-inline {
	position: relative;
	white-space: nowrap;
}

#rm .controls-inline:last-child {
	position: relative;
	padding: 0.1rem;
	border-bottom: 0;
}

#rm .thumb {
	display: none;
}

#rm input[type="number"] {
	color: var(--font-color);
}

#rm .material-icon-picker {
	position: absolute;
	bottom: 45px;
	right: 0;
	left: 0;
	text-align: center;
	padding: 0;
	z-index: 999999;
	resize: vertical;
}

#rm input.use-material-icon-picker {
	font-size: 11px;
	cursor: pointer;
}

#rm .icon-button {
	background: transparent;
	padding: 0 8px !important;
}

#rm .icon-button:hover {
	box-shadow: none !important;
	color: var(--danger-color) !important;
}

#rm .input-field input {
	width: 100%;
	height: 20px;
}

#rm .select {
	height: 35px;
	margin: 0;
	border: 0 !important;
	background-color: transparent !important;
}

#rm .layout .select {
	height: 30px;
	margin: 0 2px;
	border: 0 !important;
	background-color: transparent !important;
	color: var(--font-color) !important;
}

#rm .layout button .material-icons {
	color: #999 !important;
}

#rm .material-icon-picker input {
	display: block;
}

#rm .input-field i {
	margin: 0 0.25rem;
}

#rm .material-icon-picker:focus {
	outline: none;
}

#rm .material-icon-picker .icons {
	background-color: var(--card-bg-color);
	color: var(--font-color);
	width: 100%;
	max-height: 300px;
	border-top: 1px solid var(--border-color);
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
}

#rm div.material-icon-picker input[type="text"] {
	width: 100%;
}

#rm .material-icon-picker .material-icons {
	font-size: 30px;
	cursor: pointer;
	border-radius: 50%;
	padding: 1rem;
	margin: 3px;
	transition: 0.2s;
}

#rm .material-icon-picker .material-icons:hover {
	background: var(--selected-color) !important;
}

#rm .uk-card {
	background-color: var(--card-bg-color);
}

#rm .orange {
	color: #ff6600 !important;
}

#rm .layout {
	position: relative;
	display: flex;
	max-width: 550px;
	height: 30px;
	background-color: var(--selected-color-layout) !important;
	padding: 0 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	z-index: 99;
}

#rm .layout .layout-input,
#rm .layout .uk-button {
	font-family: "Open Sans", sans-serif;
	background-color: transparent !important;
	color: var(--font-color) !important;
}

#rm .icon-picker {
	margin: 3px 5px 0 0;
	width: 26px;
	height: 24px;
	padding: 2px;
	opacity: 0;
}

#rm .layout .my-handle {
	padding: 5px 5px;
}

#rm .layout .box-number {
	padding: 3px 0 0 0;
}

#rm .layout .material-icons {
	padding: 3px 1px;
}

#rm .layout .select:hover {
	background-color: var(--selected-color) !important;
	cursor: pointer;
}

#rm .newbox {
	position: relative;
	background-color: var(--bg-color) !important;
	padding: 1rem;
	z-index: 2;
}

#rm .normal:hover {
	border: 1px solid var(--primary-color);
}

#rm .testMode:hover {
	border: 1px solid var(--danger-color);
}

#rm .normal:hover .tealTriangle {
	display: block;
	position: absolute;
	top: -7px;
	right: -2px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid var(--primary-color);
	border-bottom: 10px solid transparent;
	transform: rotate(135deg);
}

#rm .testMode:hover .redTriangle {
	display: block;
	position: absolute;
	top: -7px;
	right: -2px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid var(--danger-color);
	border-bottom: 10px solid transparent;
	transform: rotate(135deg);
}

#rm .testMode:hover span#test {
	display: inline !important;
}

#rm .uk-alert {
	background-color: var(--selected-color);
}

#rm .testMode {
	background-color: var(--selected-color-layout) !important;
	transition: transform 0.3s ease-in-out; /* animate the transform property over 0.3 seconds */
}

#rm .selected div {
	background-color: var(--selected-color) !important;
}

#rm .selected-schedule div,
#rm .selected-schedule .my-handle {
	background-color: var(--selected-color-schedule) !important;
	color: #212121;
}

#rm .selected-schedule div span,
#rm .selected-schedule div span i,
#rm .selected-schedule div a,
#rm .selected-schedule div a i,
#rm .selected-schedule div input {
	color: #212121 !important;
	text-decoration: none !important;
}

#rm .radio-buttons {
	line-height: 1.7;
	vertical-align: middle;
}

#rm .selected div div,
#rm .selected .fade,
#rm .selected .material-icon-picker-prefix,
#rm .ghost .material-icon-picker-prefix,
#rm .ghost .radio-buttons,
#rm .ghost .content {
	background-color: transparent !important;
}

#rm .selected .fade {
	background-color: transparent;
}

#rm .accordion-boxes p:first-of-type {
	margin-top: 0;
}

#rm .fixed-box .accordion-boxes,
#rm .fixed-box .accordion-boxes div.fade {
	height: var(--textboxheight) px;
}

#rm .fade {
	-webkit-mask-image: linear-gradient(180deg, #000 50%, transparent);
	mask-image: linear-gradient(180deg, #000 50%, transparent);
}

#rm .ghost div {
	background-color: var(--selected-color) !important;
}

#rm .ghost li div {
	border: 0 !important;
	margin: 0;
	background-color: var(--selected-color) !important;
}

#rm .sweet-alert {
	background-color: var(--card-bg-color) !important;
	box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
	z-index: 99999;
}

#rm .sweet-overlay {
	background-color: var(--bg-color-transparent) !important;
	z-index: 9999;
}

#rm .sweet-alert button {
	font-family: "Open Sans", sans-serif;
}

#rm li ul li.uk-parent {
	position: relative;
}

#rm li ul li.uk-parent .uk-navbar-dropdown.uk-open {
	display: block;
	top: -25px !important;
	left: 300px !important;
	right: 0 !important;
	width: auto !important;
	white-space: nowrap;
}

#rm .uk-accordion-title {
	color: var(--font-color) !important;
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
	overflow: hidden;
	border-bottom: 1px solid transparent !important;
}

#rm .uk-accordion-title:hover > span {
	transform: scale(1.1);
	color: var(--primary-bg-color);
}

#rm .fixed-box .uk-accordion-title {
	display: block;
	margin-top: 0;
	font-size: 1.1rem;
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.1;
	overflow: hidden;
}

#rm .homepage-title {
	font-size: 1.1rem;
	line-height: 1.6;
	color: var(--font-color) !important;
	font-style: italic;
	text-transform: uppercase;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid var(--border-color);
	overflow: hidden;
}

@media only screen and (min-width: 640px) {
	#rm #layout .uk-grid-small > .uk-grid-margin {
		margin-top: 15px;
	}

	#rm #wrapper {
		max-width: 1200px;
		margin: 0 auto;
		padding: 15px 15px 15px 15px;
	}

	#rm .overlay_text {
		position: absolute;
		top: 1rem;
		left: 1rem;
		right: 25%;
		text-align: left;
	}
}

@media only screen and (min-width: 960px) {
	#rm .fixed-box #controls {
		background-color: var(--card-bg-color);
		color: var(--font-color);
		padding: 1.5rem;
	}

	#rm .drag-item > div {
		border-bottom: 0;
	}

	#rm .overlay_text {
		position: absolute;
		top: 1rem;
		left: 1rem;
		right: 50%;
	}

	#rm .fixed-box .border-bottom {
		border-bottom: 1px solid var(--border-color);
	}

	#rm #multiDrag .controls {
		display: block;
		position: absolute;
		bottom: 0;
	}

	#rm .drag-item.fixed-box {
		position: absolute;
		z-index: 999;
	}

	#rm .layout {
		margin: 0;
		position: relative;
		border-bottom: 1px solid var(--border-color);
		color: var(--font-color);
		z-index: 99;
	}

	#rm .fixed-box #controls {
		background-color: var(--card-bg-color);
		color: var(--font-color);
		padding: 1.5rem;
	}
}

@media only screen and (min-width: 1200px) {
}

#rm #edit-form .users-form,
#rm #add-form .users-form {
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
}

#rm form#edit-form div {
	margin-bottom: 5px !important;
}

#rm pre {
	padding: 0 !important;
	font-size: 0.775rem;
	background-color: transparent;
	border: 0 !important;
	margin-bottom: 2rem;
}

#rm pre#ajax {
	color: var(--font-color) !important;
	margin-left: 1rem;
}

/*! pretty-print-json v1.1.1 ~~ https://pretty-print-json.js.org ~~ MIT License */

#rm .json-key {
	color: var(--primary-color);
}

#rm .json-key:before {
	content: '"';
}

#rm .json-key:after {
	content: '"';
}

#rm .json-string {
	color: var(--font-color);
}
#rm .json-number {
	color: var(--danger-color);
}
#rm .json-boolean {
	color: var(--danger-color);
}
#rm .json-null {
	color: var(--font-color-faded);
}
#rm .json-mark {
	color: var(--font-color);
}
#rm a.json-link {
	color: purple;
	transition: all 400ms;
}
#rm a.json-link:visited {
	color: slategray;
}
#rm a.json-link:hover {
	color: blueviolet;
}
#rm a.json-link:active {
	color: slategray;
}

#rm .uk-panel-scrollable {
	min-height: 150px !important;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 10px;
}

#stream ::-webkit-scrollbar:vertical {
	width: 1vw !important;
}

::-webkit-scrollbar:horizontal {
	height: 12px;
}

::-webkit-scrollbar-thumb {
	background-color: var(--card-bg-color);
	border-radius: 3px;
	border: 1px solid var(--border-color);
}

::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: var(--bg-color);
}

#stream ::-webkit-scrollbar-thumb {
	background-color: #fff !important;
	border-radius: 3px;
	border: 0;
}

#stream ::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: white;
}

::-webkit-scrollbar,
::-webkit-scrollbar-track {
	display: block !important;
}

#rm div.entriesEditWrapper a {
	color: var(--font-color);
}

#rm #bank,
#rm #bank2,
#rm #bank-para,
#rm #bank-para-organizer {
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px 0px inset;
	margin-bottom: 1rem;
}

#rm #team-form ul li div a:hover,
#rm ul#entriesEdit:hover {
	background-color: var(--selected-color);
	text-decoration: none;
}

#rm #athleteGrid > div {
	margin: 0.25rem;
}

#rm #athleteGrid .uk-margin-small-top {
	margin-top: 8px !important;
}

#loaderWrapper.hidden,
#loaderWrapper2.hidden {
	display: none;
}

.lds-dual-ring.hidden {
	display: none;
}
.lds-dual-ring {
	display: inline-block;
	width: 80px;
	height: 80px;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 5% auto;
	border-radius: 50%;
	border: 6px solid #2aa197;
	border-color: #2aa197 transparent #2aa197 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#rm ul#db_users li,
#rm ul#api_users li,
#rm ul#db_clubs li {
	padding: 4px 0;
	margin: 0;
}

#rm #crewEdit {
	background: var(--bg-color) !important;
}

#rm .LoginRegisterLinks {
	margin-top: 3rem;
}

#rm fieldset {
	border: 1px solid var(--border-color);
}

#rm .mCCF--dark {
	position: fixed;
	width: 100%;
	padding: 2rem;
	transition: 0.25s;
	background: var(--card-bg-color);
}

#rm .mCCF--dark .mCCF__message {
	text-align: center;
	color: var(--font-color);
}

#rm .mCCF--dark.mCCF--bottom {
	box-shadow: none;
}

#rm .mCCF--dark button {
	width: 100%;
	margin: 0 0 1rem 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 30px;
	vertical-align: middle;
	font-size: 0.875rem;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color, border-color;
}

#rm .mCCF--dark .mCCF__accept {
	background: var(--primary-bg-color);
	color: #fff;
}

#rm #footer {
	color: var(--font-color);
}

@media (min-width: 640px) {
	#rm .mCCF--dark button {
		width: auto;
		margin: 0;
	}
}

@media (min-width: 1200px) {
	#rm #footer {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: var(--card-bg-color-transparent);
		color: var(--font-color);
		z-index: 999;
	}
}

#rm #photo {
	padding: 0 !important;
}

#rm #close_button {
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: auto;
	width: auto;
	height: 40px;
	z-index: 999999;
}

#rm #photo_finish_nav {
}

#rm #photo_finish_wrapper {
	z-index: 999999;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

#rm #photo_finish {
	position: relative;
}

#rm #photo_result_table {
}

@media (min-width: 960px) {
	#rm #photo_finish_wrapper {
	}

	#rm #photo_finish_nav {
	}

	#rm #photo_finish {
		position: relative;
	}

	#rm #photo_result_table {
		background-color: var(--card-bg-color);
		position: absolute;
		top: 1rem;
		right: 1rem;
		width: 280px;
	}
}

@keyframes color {
	0% {
		background-color: transparent;
	}
	50% {
		background-color: #f0506e;
	}
	100% {
		background-color: transparent;
	}
}

.gauge {
	width: 100%;
	max-width: 250px;
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	color: var(--font-color);
}

.gauge__body {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	background: var(--bg-color);
	position: relative;
	border-top-left-radius: 100% 200%;
	border-top-right-radius: 100% 200%;
	overflow: hidden;
}

.gauge__fill {
	position: absolute;
	top: 100%;
	left: 0;
	width: inherit;
	height: 100%;
	background: var(--primary-bg-color);
	transform-origin: center top;
	transform: rotate(0.25turn);
	transition: transform 0.2s ease-out;
}

.gauge__cover {
	width: 75%;
	height: 150%;
	background: var(--card-bg-color);
	border-radius: 50%;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);

	/* Text */
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 25%;
	box-sizing: border-box;
}

#rm canvas#motion {
	width: 640px;
	height: 360px;
	image-rendering: pixelated;
}

#rm .drop-zone {
	display: inline-block;
	position: relative;
	width: 480px;
	height: 270px;
	margin: 0;
	background-color: var(--card-bg-color);
}

#rm .drop-zone:hover {
	background-color: var(--selected-color);
	border: 1px dashed var(--font-color);
}

.drop-zone::before {
	content: "+";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--font-color);
	text-align: center;
	font-size: 8em;
	transform: translate(-50%, -50%);
}

#rm #canvas-diff,
#rm #video {
	width: 960px;
	height: 540px;
}

#rm #webCamWindow {
	position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	height: 360px;
	opacity: 1;
}

#rm #movement {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(244, 248, 95, 0.5);
	z-index: 9999999999;
}

#rm #motion-app {
	position: relative;
	width: 640px;
	margin: 0 auto;
}

#rm video#webcam {
	width: 640px;
	height: 360px;
}

.drum-container img {
	position: absolute;
	top: 100px;
	left: 0;
	bottom: 0;
	height: 260px;
	width: 100px;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

#rm #hotzone {
	position: absolute;
	top: 100px;
	left: 0;
	bottom: 0;
	height: 260px;
	width: 100px;
	background-color: #2aa19750;
	z-index: 999;
}

#rm .red-bg {
	position: absolute;
	top: 100px;
	left: 0;
	bottom: 0;
	height: 260px;
	width: 100px;
	z-index: 9;
	background-color: transparent;
	animation-name: color;
	animation-duration: 0.3s;
	animation-iteration-count: 1;
}

.finishline-container img {
	position: absolute;
	top: 100px;
	left: 485px;
	bottom: 0;
	height: 260px;
	width: 100px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#rm #finish-line {
	position: absolute;
	top: 100px;
	left: 485px;
	bottom: 0;
	height: 260px;
	width: 100px;
	background-color: #2aa19750;
	z-index: 999;
}

#rm .red-bg-finish {
	position: absolute;
	top: 100px;
	left: 485px;
	bottom: 0;
	height: 260px;
	width: 100px;
	z-index: 0;
	background-color: transparent;
	animation-name: color;
	animation-duration: 0.2s;
	animation-iteration-count: 1;
}

#rm .notes {
	margin-top: 2px;
	color: var(--primary-bg-color);
	line-height: 1;
}

#rm .select2-dropdown {
	background-color: var(--card-bg-color);
	border: 1px solid var(--border-color);
}

#rm
	.select2-container--default
	.select2-search--dropdown
	.select2-search__field {
	border: 1px solid var(--border-color);
	background: var(--bg-color);
	background-color: var(--bg-color);
	border-radius: 0;
	height: 30px;
	color: var(--font-color);
}

#rm
	.select2-container--default
	.select2-results__option--highlighted.select2-results__option--selectable {
	background-color: var(--primary-bg-color);
}

#rm .select2-container--default .select2-results__option--selected {
	background-color: var(--selected-color);
}

#rm #wrap_ProfilePassAsk {
	color: var(--danger-color);
}

#rm .LoginRegisterPro .InputfieldPassword input {
	width: 100%;
}

#rm .uk-navbar-item,
#rm .uk-navbar-nav > li > a,
#rm .uk-navbar-toggle {
	padding: 0 10px;
}

#rm .uk-dropdown {
	background: var(--bg-color);
}

#rm #vid {
	position: absolute;
	top: 5px;
	left: 125px;
	z-index: 99;
}

#rm .uk-close {
	color: var(--font-color) !important;
	position: absolute;
	top: 15px;
	right: 15px;
}

#rm .pass-matches .pass-weak,
#rm .pass-matches .pass-medium,
#rm .pass-matches .pass-good,
#rm .pass-matches .pass-excellent {
	color: #2aa197;
}

#rm .uk-modal-container .uk-modal-dialog {
	width: 1280px !important;
}

#rm .filter {
	filter: grayscale(0) brightness(100%) contrast(100%) invert(0) sepia(0)
		grayscale(0) hue-rotate(1) saturate(1);
}

.laneEditRowing {
	display: block;
	position: relative;
	height: 70px;
	margin-bottom: 0;
	border-bottom: 1px dashed #ffffff50;
	background-color: #00000050;
	color: #fff;
}

#rm .laneEditShadow {
	display: block;
	position: relative;
	height: 46px;
	margin-bottom: 0;
	border-bottom: 2px groove #00000025;
	background-color: #2aa297b0;
	color: #fff;
}

#rm .laneEdit:hover,
#rm .laneEditRowing:hover {
	background-color: #00000015;
}

#rm .space.laneEdit:hover,
#rm space.laneEditRowing:hover {
	background-color: transparent;
	cursor: default;
}

#rm .laneEdit .spaceholder,
#rm .laneEditRowing .spaceholder {
	background-color: transparent !important;
	color: transparent !important;
}

#rm .laneEdit:hover .spaceholder,
#rm .laneEditRowing:hover .spaceholder {
	background-color: transparent !important;
	color: transparent !important;
}

#rm .laneEdit button .laneTile {
	font-weight: bold;
	background-color: #007baf87;
	color: #ffffff90;
}

#rm .laneEdit button:enabled .laneTile:hover {
	background-color: #007db1;
	color: #fff !important;
}

#rm .laneEdit button:enabled.deactivated .laneTile {
	background-color: #007db1;
	color: #ffffff !important;
}

#rm .laneEdit button:enabled .laneTile:hover ~ .result {
	background-color: #00000050;
	color: #ffffff75 !important;
}

#rm .laneEdit button:enabled.deactivated .laneTile ~ .result {
	background-color: #00000075;
	color: #ffffff !important;
}

#rm #public-video-container .laneEdit > div .laneTile {
	background-color: #007baf87;
	color: #ffffff90;
	font-weight: bold;
	cursor: default;
}

#rm #public-video-container .laneEdit:hover {
	background-color: transparent;
}

#rm #videoStartWidth {
	opacity: 0.75;
}

#rm .webcam-container {
	background-color: #161c2375;
	width: 640px;
	height: 360px;
	top: 0;
	z-index: 9;
	display: none;
}

#rm #coordinates {
	z-index: 999;
	padding: 10px;
	width: 240px;
	font-size: 0.9em;
	display: none;
}

#rm #stopwatch,
#rm #stopwatchMobile {
	font-family: "Bebas Neue", sans-serif;
}

#rm #raceNumberList div {
	margin: 0;
}

#rm #raceNumberList #pageTitle {
	width: 100%;
}

#rm #raceNumberList {
	font-size: 1rem;
}

#rm #topMenu {
	position: fixed;
	height: 40px;
	border: 1px solid var(--border-color);
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--card-bg-color);
	z-index: 9;
}

#rm #topMenu a,
#rm #topMenu label {
	padding: 0.5rem;
}

#rm #model-public {
	padding: 0.5rem 8px 0 8px;
}

#rm .resultpage {
	background-color: var(--card-bg-color);
	right: 0;
	left: 0;
	padding: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 9;
}

#rm #stream #sidebar-stream {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	width: 15vw;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-family: "Bebas Neue", sans-serif;
}

#rm .resultpage-stream {
	position: absolute;
	top: 2vw;
	max-width: 81vw;
	width: 100%;
	background-color: rgba(200, 16, 46, 1) !important;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2.5vw;
	z-index: 9;
}

@media (min-width: 960px) {
	#rm .resultpage-stream {
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		max-width: 60vw;
		width: 100%;
	}
}

#rm .resultpage-stream .uk-table-divider > :first-child > tr:not(:first-child) {
	border-bottom: 1px solid #fff;
}

#rm .resultpage-stream .uk-table-divider > :last-child tr {
	border-bottom: 1px solid #fff;
}

#rm .resultpage-stream .uk-table td {
	font-family: "Bebas Neue", sans-serif;
	padding: 0 0.15vw !important;
	font-size: 2vw;
	color: #ffffff;
}

#rm .resultpage-stream table.uk-table tr {
	line-height: 1.5;
}

#rm .resultpage .team-name {
	width: 100%;
	min-width: 100%;
}

#rm #result_menu {
	position: relative;
	background-color: var(--card-bg-color);
	z-index: 9;
}

#rm #public-video-container {
	position: relative;
	z-index: 99;
}

#rm video#myVideo,
#rm video#public-video {
	position: fixed;
	top: 0;
	left: 0 !important;
	width: 100vw;
	height: calc(100vw / 1.7778);
	z-index: 1 !important;
}

#rm #publicWrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	width: calc(100vw - 300px);
	height: calc(calc(100vw - 300px) / 1.7778);
	z-index: 1 !important;
}

#rm #perspectiveContainer,
#rm #perspectiveContainerPublic {
	position: fixed;
	width: 100vw;
	height: calc(100vw / 1.7778);
	overflow: visible;
	z-index: 10;
}

/**
#rm #perspectiveContainerPublic {
  position: fixed;
  top: -2%;
  width: 100vw;
  height: calc(100vw / 1.7778);
  overflow: visible;
  z-index: 2;
}
**/

#rm #perspectiveContainerMobile {
	position: fixed;
	margin-top: 0;
	width: 100vw;
	height: calc(100vw / 1.7778);
	overflow: visible;
	z-index: 10;
}

#rm #perspectivePlaneMobile {
	width: 100vw;
	height: calc(100vw / 3);
	border-radius: 0;
	z-index: 9;
	transform-origin: center center;
}

#rm #perspectiveContainerTiles {
	position: relative;
	margin-top: 0;
	width: calc(100vw - 300px);
	height: calc(calc(100vw - 300px) / 1.7778);
	overflow: visible;
	z-index: 10;
}

#rm #perspectivePlane {
	width: 100vw;
	height: calc(100vw / 1.7778);
	border-radius: 0;
	z-index: 9;
	transform-origin: center center;
}

#rm #finishlineEdit {
	position: absolute;
	border-left: calc(100vw / 300) solid #ffffffe0 !important;
	height: calc(100vw / 0.939);
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: 9;
}

#rm #finishlineMobile {
	position: absolute;
	border-left: calc(100vw / 200) solid #ffffffe0 !important;
	height: calc(100vw / 0.7);
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: 10;
}

#rm .laneEdit {
	position: relative;
	background-color: transparent;
	border-bottom: 0.2vw solid #ffffff90;
	background-image: linear-gradient(to right, #fff 1%, rgba(0, 0, 0, 0) 1px);
	background-size: 10% 0;
	cursor: pointer;
}

#rm #public-video-container .laneEdit {
	cursor: default;
}

#rm #raceNumber {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 55px;
	background-color: var(--card-bg-color);
	border-bottom: 1px solid var(--border-color);
	z-index: -1;
	transition: 0.5s;
	padding: 0 0.5rem;
}

#rm #raceNumber span#number {
	padding: 0.25rem 0 0 0.5rem;
}

#rm #raceNumber span#distance {
	padding: 0 0 0 0.5rem;
}

#rm #raceNumber #racekind {
	padding: 0 0.5rem 0 0;
}

#rm #raceNumber span#dayTime {
	padding: 0.25rem 0.5rem 0 0;
}

#rm #rightMenu {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 40px;
	width: 100%;
	z-index: 999;
	background-color: transparent;
	border-left: 1px solid var(--border-color);
}

#rm #manual-save,
#rm #saveTile {
	position: initial;
	right: 15px;
	bottom: 15px;
	width: 100%;
	z-index: 9999999999;
}

#rm #ListSaveBtn {
	position: fixed;
	left: auto;
	right: 15px;
	bottom: 15px;
	width: 100%;
	z-index: 9999999999;
}

@media (min-width: 960px) {
	#rm #manual-save,
	#rm #saveTile {
		position: fixed;
		right: 128px;
		bottom: 15px;
		width: 161px;
		z-index: 9999999999;
	}

	#rm #manual-save,
	#rm #ListSaveBtn {
		right: 128px;
		bottom: 15px;
		width: 161px;
	}
}

#rm #changeStatus {
	position: fixed;
	left: 10px;
	bottom: 50px;
	z-index: 9999;
}

#rm #statusMessage {
	position: fixed;
	right: 120px;
	bottom: 117px;
	width: 180px;
	padding: 1rem;
	white-space: nowrap;
	z-index: 9999999;
}

#rm #statusMessage a {
	position: absolute;
	width: 161px;
	font-size: smaller;
}

#rm #warning_existing {
	z-index: 99999999999999999;
	top: 35%;
	left: 50%;
}

#rm .status-tiles-view {
	font-size: 12vw;
}

#rm video#videoTag {
	position: fixed;
	top: 55px;
	left: 0;
}

#rm video#videoTag {
	z-index: 0 !important;
}

#rm #motionContainer {
	position: relative;
	top: 39px;
	left: 195px;
	min-width: 640px;
	min-height: 360px;
	max-width: 1280px;
	max-height: 720px;
	z-index: 9999;
}

#dragHandle,
#resizeHandle {
	position: absolute;
	background-color: var(--bg-color);
	z-index: 999;
}

#dragHandle {
	top: -5px;
	right: -5px;
	z-index: 999;
	cursor: move;
}

#resizeHandle {
	position: absolute;
	bottom: -5px;
	right: -5px;
	cursor: se-resize;
}

#resizeHandle span {
	transform: rotate(-45deg);
}

#rm #overlayCanvas,
#rm #videoCanvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1280px;
	z-index: 9;
}

#rm #motionStatusContainer {
	position: fixed;
	top: 49px;
	left: 10px;
	width: 175px;
}

#rm #motionStatusContainer .slider {
	margin-bottom: 1rem;
}

#rm #zoneForm label {
	min-width: 40px;
}

#rm #zoneForm .uk-flex {
	margin-top: 0.1rem;
	padding-bottom: 0.1rem;
	border-bottom: 1px dotted var(--border-color);
}

#rm .motion-gauge {
	height: 4px;
	margin-top: 3px;
	background-color: #2aa19750;
	opacity: 1;
	width: 0%; /* Will be set in JavaScript */
	max-width: 100%;
	transition: width 0.2s ease-in;
	transition: width 0.4s ease-out;
	white-space: nowrap;
}
#rm .gauge-value {
	font-size: 9px;
	line-height: 2.5;
}

#rm canvas#canvas {
	position: fixed;
	top: 95px;
	left: 0;
	width: 100vw;
	height: calc(100vw / 1.7778);
	z-index: 9;
}

@media (min-width: 960px) {
	#rm video#videoTag,
	#rm video#myVideo,
	#rm video#public-video,
	#rm #perspectivePlane,
	#rm #perspectiveContainer,
	#rm #perspectiveContainerPublic {
		top: 0;
		width: 100vw;
		height: calc(100vw / 1.7778);
	}

	#rm canvas#videoCanvas {
		z-index: 2;
	}

	#rm canvas#overlayCanvas {
		z-index: 10;
	}

	#rm .status-tiles-view {
		font-size: 6vw;
	}

	#rm #topMenu {
		position: relative;
		height: auto;
		margin-bottom: 0.5rem !important;
		padding: 2px 0;
		border-bottom: 1px solid var(--border-color);
	}

	#rm #topMenu a,
	#rm #topMenu label {
		padding: 0;
	}

	#rm #model-public {
		padding: 0.5rem 1px 0 1px;
	}

	#rm #perspectiveContainer,
	#rm #perspectiveContainerPublic {
		margin-top: -4vw;
	}

	#rm #raceNumber span#number,
	#rm #raceNumber span#distance {
		padding: 0 0 0 0;
	}

	#rm #raceNumber span#dayTime,
	#rm #raceNumber #racekind {
		padding: 0 0 0 0;
	}

	#rm #changeStatus {
		position: fixed;
		left: auto;
		right: 128px;
		bottom: 66px;
		width: 161px;
		z-index: 999999999999;
	}

	#rm #statusMessage {
		position: fixed;
		left: auto;
		bottom: 117px;
		white-space: normal;
		z-index: 999999;
	}

	#rm #raceNumber {
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		height: auto;
		margin-bottom: 0.25rem;
		background-color: transparent;
		border-bottom: 0;
		padding: 0;
	}

	#rm #raceNumber span {
		padding: 0;
	}

	#rm #topMenu {
		margin-bottom: 0.25rem;
	}

	#rm #rightMenu {
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		left: auto;
		padding: 0 0 0 0.5rem;
		width: 300px;
		z-index: 99;
		background-color: var(--card-bg-color-transparent) !important;
	}

	/**
  #rm #warning_existing {
    position:absolute;
    width: 400px;
    top: 25%;
    left: 0;
    right: calc(400px - 200px);
    margin: 0 auto;
    z-index: 9999999;
  }
  **/

	#rm #warning_existing {
		z-index: 99999999999999999;
		left: 42.5%;
	}

	#rm #perspectivePlaneTiles,
	#rm #perspectiveContainerTiles {
		width: 640px !important;
		height: 360px !important;
	}
}

#rm .laneEdit:last-child,
#rm .laneEditRowing:last-child,
#rm .laneEditShadow:last-child,
#rm .laneEditRowingShadow:last-child {
	border-bottom: 0;
}

#rm #perspectiveContainer .laneTilePodium {
	margin: 0;
	font-weight: bold;
	background-color: #007db125;
	color: #fff;
}

#rm #perspectiveContainer .laneTile,
#rm #perspectiveContainerPublic .laneTile,
#rm #perspectiveContainer .laneTile2,
#rm #perspectiveContainer .laneTilePodium {
	margin: 0.3vw;
	padding: 0 0.5vw;
	font-size: calc(100vw / 10);
	line-height: 1.05;
	border-radius: 3px;
}

#rm #perspectiveContainerMobile .laneTile,
#rm #perspectiveContainerPublic .laneTile,
#rm #perspectiveContainerMobile .laneTile2,
#rm #perspectiveContainerMobile .laneTilePodium {
	margin: 0.3vw;
	padding: 0 0.2vw;
	font-size: calc(100vw / 9);
	line-height: 1.05;
	border-radius: 3px;
}

#rm .laneEdit .name {
	background-color: #00000050;
	color: #ffffff99;
	margin: 0.3vw 0.05vw;
	padding: 1vw 0.5vw;
	min-width: 18vw;
	font-size: calc(100vw / 18);
	line-height: 1.5;
	font-weight: bold;
	overflow: visible;
}

#rm .mutedBackground {
	background-color: transparent !important;
	color: transparent !important;
}

#rm .laneEdit .values,
#rm .laneEdit .result,
#rm .laneEdit .result2 {
	background-color: #00000050;
	color: #ffffff99;
	margin: 0.3vw 0 0.3vw 0;
	padding: 0 0 0 0;
	width: 25vw;
	font-size: calc(100vw / 16);
	line-height: calc(100vw / 10);
	font-weight: bold;
	overflow: visible;
}

#rm .laneEdit .name div {
	overflow: visible;
}

#rm .laneEdit .club {
	min-width: 7vw;
	margin-left: 0.75vw;
	border-left: 1px solid #ffffff75;
}

#rm #perspectiveContainer .scrollTo span {
	margin: 0;
	padding: 4% 0;
	font-size: calc(100vw / 12);
	line-height: 1.05;
	color: #ffffff50;
}

@media (min-width: 1280px) {
	#rm .webcam-container {
		display: block;
	}

	#rm #coordinates {
		display: flex;
	}

	#rm #perspectiveContainer .laneTilePodium {
		font-size: 4rem;
		line-height: 1;
	}
}

#rm #videoStartWidth .uk-input,
#rm #videoStartWidth .uk-select {
	background-color: var(--card-bg-color) !important;
}

progress[value]::-webkit-progress-value {
	background-color: var(--selected-color);
	border-radius: 0;
}

progress {
	display: block;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0;
	background: none;
	border: 0;
	text-align: left;
	position: relative;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 12px;
	line-height: 12px;
}

/**
#progress1::after {
    content: attr(value);
    position: relative;
    top: -17px;
    left: 95%;
    background-color: var(--card-bg-color);
    color: var(--font-color);
    padding: 0 .5rem;
}
**/

progress::-webkit-progress-bar {
	height: 24px;
	width: 100%;
	margin: 0 auto;
	background-color: var(--card-bg-color);
	border-radius: 0;
}

#rm .laneEdit .name {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#rm .laneEdit .result {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#rm #perspectiveContainer .laneTile {
	border-radius: 0;
}

#rm #perspectiveContainer .scrollTo {
	margin-left: 0;
	padding: 5px;
	line-height: 1;
	border-radius: 0;
}

#rm #perspectiveContainer .scrollTo:hover {
	background-color: #ffffff25;
}

#rm #perspectiveContainer .scrollTo span:hover {
	color: #ffffff75;
}

#rm .laneEdit .result:active {
	color: #fff;
}

#rm .laneEdit .values {
	width: auto;
	background-color: #ffffff75;
	color: #212121;
	z-index: 9999999;
}

.selected {
	background-color: var(--selected-color) !important;
	color: var(--font-color) !important;
}

.validLicense {
	background-color: var(--valid-license) !important;
}

.refund {
	background-color: var(--selected-light-color);
}

#rm .bg-color-sponsors {
	background-color: #ecf0f3;
}

#rm .uk-table-striped tbody tr:nth-of-type(odd),
#rm .uk-table-striped > tr:nth-of-type(odd) {
	background: var(--bg-color);
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

#rm .border {
	border: 1px solid var(--border-color);
}

#rm .border-flag {
	border-radius: 3px;
	box-shadow: 0 0 2px var(--font-color-selected);
}

#rm .placeholders p {
	margin: 5px 0 0.2rem 0;
	font-size: 14px;
}

#rm .social_media {
	filter: var(--image-brightness);
}

#rm .uk-panel-scrollable {
	border: 1px solid var(--border-color);
}

#rm #landing .material-icons {
	font-size: 32px;
	color: var(--primary-bg-color);
}

#rm .text-color {
	color: #00000050;
}

#rm .text-color-light {
	color: #fff;
}

#rm .text-color-dark {
	color: #000000 !important;
}

#rm .bg-color {
	background-color: #ffffff80;
}

#rm .text-transparent {
	color: var(--font-color-transparent);
}

#rm .uk-modal-title {
	font-size: 0.85rem;
	text-transform: uppercase;
}

#rm #landing .uk-card {
	font-size: small;
	box-shadow: none;
}

#rm #landing .uk-card div {
	line-height: 1.2;
}

#rm .uk-textarea {
	background-color: var(--bg-color);
	color: var(--font-color);
	border: 1px solid var(--border-color);
	resize: vertical;
}

#rm .beer-reveal[data-beer-label]:after,
#rm .beer-slider[data-beer-label]:after {
	background: var(--primary-bg-color);
	color: var(--font-color-dark);
	white-space: nowrap;
}

#rm #sponsor_images {
	background-color: var(--bg-color);
	max-width: 1200px;
	margin: 1rem auto;
	padding: 0;
	border-radius: 3px;
}

#rm .uk-button-default {
	background-color: var(--card-bg-color);
	color: var(--font-color);
	border: 1px solid var(--border-color);
	border-radius: 3px;
}

#rm .uk-button-default:hover {
	box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
}

#rm .uk-button-primary:hover {
	background: var(--primary-bg-color-hover);
	box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
}

#rm .uk-tab li a {
	color: var(--font-color) !important;
}

#rm .uk-column-divider {
	column-rule: 1px solid transparent;
	column-gap: 20px;
}

#rm span.donut {
	color: var(--bg-color) !important;
}

#rm #rm_logo {
	color: var(--font-color) !important;
}

#rm .material-icons {
	color: var(--primary-background-color);
}

@media (max-width: 960px) {
	#rm #rm_logo {
		padding-left: 0;
	}
}

#rm .uk-tab {
	flex-wrap: inherit;
}

#rm a.uk-button-primary,
#rm a.uk-button-danger {
	color: var(--font-color-dark) !important;
}

#rm .uk-button-primary {
	background-color: var(--primary-bg-color);
}

#rm .uk-offcanvas-bar .uk-button-primary {
	color: var(--font-color-dark) !important;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: 1px solid var(--border-color);
	-webkit-text-fill-color: var(--font-color);
	-webkit-box-shadow: 0 0 0px 1000px var(--bg-color) inset;
	transition: background-color 5000s ease-in-out 0s;
}

#rm .uk-list p {
	margin-top: 0;
}

#rm .uk-section-default,
#rm .uk-section-muted {
	background: var(--card-bg-color);
}

#rm .uk-overlay {
	padding: 1rem;
}

#rm .uk-overlay-default {
	background: var(--overlay-color);
	color: var(--overlay-text-color);
}

/** Datepicker **/

#rm .datepicker {
	background: var(--card-bg-color);
	border: 1px solid var(--border-color);
	color: var(--font-color);
}
#rm .datepicker--nav {
	border-bottom: 1px solid var(--border-color);
}
#rm .datepicker--cell.-focus- {
	background: var(--primary-bg-color);
	color: #fff;
}
#rm .datepicker--cell.-current- {
	color: var(--primary-bg-color);
}
#rm .datepicker--cell.-current-.-focus- {
	color: var(--primary-bg-color);
}
#rm .datepicker--cell.-current-.-in-range- {
	color: var(--primary-bg-color);
}
#rm .datepicker--cell.-in-range- {
	background: var(--bg-color);
	color: var(--font-color);
	border-radius: 0;
}
#rm .datepicker--cell.-in-range-.-focus- {
	background-color: rgba(92, 196, 239, 0.2);
}
#rm .datepicker--cell.-disabled- {
	cursor: default;
	color: #aeaeae;
}
#rm .datepicker--cell.-disabled-.-focus- {
	color: #aeaeae;
}
#rm .datepicker--cell.-disabled-.-in-range- {
	color: #a1a1a1;
}
#rm .datepicker--cell.-disabled-.-current-.-focus- {
	color: #aeaeae;
}
#rm .datepicker--cell.-range-from- {
	border: 1px solid var(--primary-bg-color);
	background-color: rgba(92, 196, 239, 0.1);
	border-radius: 4px 0 0 4px;
}
#rm .datepicker--cell.-range-to- {
	border: 1px solid var(--primary-bg-color);
	background-color: rgba(92, 196, 239, 0.1);
	border-radius: 0 4px 4px 0;
}
#rm .datepicker--cell.-selected-,
#rm .datepicker--cell.-selected-.-current- {
	color: #fff;
	background: var(--primary-bg-color);
}
#rm .datepicker--cell.-selected-.-focus- {
	background: var(--primary-bg-color);
}
#rm .datepicker--day-name {
	color: var(--primary-bg-color);
}

#rm .datepicker-inline #rm .datepicker {
	border-color: var(--border-color);
}
#rm .datepicker--pointer {
	background: var(--card-bg-color);
	border-top: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
}
#rm .datepicker--nav-action:hover,
#rm .datepicker--nav-title:hover {
	background: var(--bg-color);
}
#rm .datepicker--nav-action path {
	stroke: #9c9c9c;
}
#rm .datepicker--buttons,
#rm .datepicker--time {
	border-top: 1px solid var(--border-color);
}
#rm .datepicker--nav-title i {
	color: var(--font-color);
}
#rm .datepicker--button {
	color: #4eb5e6;
}
#rm .datepicker--button:hover {
	color: #4a4a4a;
	background: #f0f0f0;
}
#rm .datepicker--time-current-hours,
#rm .datepicker--time-current-minutes {
	font-family: "Roboto Condensed", sans-serif;
}
#rm .datepicker--time-current-hours:after,
#rm .datepicker--time-current-minutes:after {
	background: #f0f0f0;
}
#rm .datepicker--time-current-ampm {
	color: #9c9c9c;
}
#rm .datepicker--time-row {
	background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px
		no-repeat;
}
#rm .datepicker--time-row input[type="range"]:hover::-webkit-slider-thumb {
	border-color: #b8b8b8;
}
#rm .datepicker--time-row input[type="range"]:hover::-moz-range-thumb {
	border-color: #b8b8b8;
}
#rm .datepicker--time-row input[type="range"]:hover::-ms-thumb {
	border-color: #b8b8b8;
}
#rm .datepicker--time-row input[type="range"]:focus::-webkit-slider-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef;
}
#rm .datepicker--time-row input[type="range"]:focus::-moz-range-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef;
}
#rm .datepicker--time-row input[type="range"]:focus::-ms-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef;
}
#rm .datepicker--time-row input[type="range"]::-webkit-slider-thumb {
	border: 1px solid #dedede;
	background: #fff;
	transition: background 0.2s;
}
#rm .datepicker--time-row input[type="range"]::-moz-range-thumb {
	border: 1px solid #dedede;
	background: #fff;
}
#rm .datepicker--time-row input[type="range"]::-ms-thumb {
	border: 1px solid #dedede;
	background: #fff;
}
#rm .datepicker--time-icon {
	color: #9c9c9c;
}
#rm .datepicker--cell-day.-other-month-,
#rm .datepicker--cell-year.-other-decade- {
	color: #dedede;
}
#rm .datepicker--cell-day.-other-month-:hover,
#rm .datepicker--cell-year.-other-decade-:hover {
	color: var(--primary-bg-color);
}
.-disabled-.-focus-#rm .datepicker--cell-day.-other-month-,
.-disabled-.-focus-#rm .datepicker--cell-year.-other-decade- {
	color: #dedede;
}
.-selected-#rm .datepicker--cell-day.-other-month-,
.-selected-#rm .datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6;
}
.-selected-.-focus-#rm .datepicker--cell-day.-other-month-,
.-selected-.-focus-#rm .datepicker--cell-year.-other-decade- {
	background: #8ad5f4;
}
.-in-range-#rm .datepicker--cell-day.-other-month-,
.-in-range-#rm .datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, 0.1);
	color: #ccc;
}
.-in-range-.-focus-#rm .datepicker--cell-day.-other-month-,
.-in-range-.-focus-#rm .datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, 0.2);
}

#bg {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 0;
}

#bg img {
	margin-top: 5px;
}

#rm .uk-button {
	padding: 0 15px;
	border-radius: 3px;
}

/**
#rm a i {
  color: var(--font-color);
}
**/

#rm button.uk-button-primary {
	background-color: var(--primary-bg-color);
}

#rm a.uk-button-primary {
	background-color: var(--primary-bg-color) !important;
	color: #fff !important;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin-bottom: 0;
	z-index: 99;
}

#header h2 {
	font-size: 36px;
	line-height: 1;
}

#header p {
	font-size: 13px;
}

#landing_page_container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-top: 0;
	z-index: 9;
}

#features {
	padding: 40px 30px;
	margin-top: -25px;
}

@media screen and (min-width: 900px) {
	#bg {
		position: fixed;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	#header h2 {
		font-size: 36px;
		color: var(--font-color);
	}

	#header p {
		font-size: 18px;
		color: var(--font-color);
	}
}

#rm .prev-next {
	position: fixed;
	background-color: var(--card-bg-color);
	padding: 0.5rem;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 1px solid var(--border-color);
	z-index: 9;
}

#rm #prev-next-stream.prev-next {
	background-color: transparent;
	border-top: 0;
}

#rm .prev-next a.uk-button-primary {
	background-color: var(--prev-next-bg-color);
}

#rm .prev-next a {
	font-size: 1rem;
	color: #fff !important;
}

#rm #prev-next-stream a {
	color: #000 !important;
}

/**
#rm .prev-next .uk-button-primary:hover {
  background-color: var(--bg-color);
  color: var(--prev-next-font-color);
}
**/

#rm .prev-next div.prev-next-inner {
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
}

#rm .uk-tooltip {
	background-color: var(--header-footer-bg-color) !important;
	color: var(--font-color) !important;
	z-index: 9999;
}

#rm .sweet-alert {
	background-color: var(--card-bg-color);
}

#rm ul.warning2 {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 1em;
}

#rm ul.warning2 li {
	border-top: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
	padding: 0.3em 0.5em 0.4em 0.25rem;
	margin: 0;
}

#rm ul.warning2 li:last-child {
	border-bottom: 1px solid var(--border-color);
}

#rm .uk-grid-divider > :not(.uk-first-column)::before {
	border-left: 1px solid var(--border-color);
}

#rm .border-bottom {
	border-bottom: 1px solid var(--border-color);
}

#rm .border-bottom-dotted {
	border-bottom: 1px dotted var(--border-color);
}

#rm .border-top {
	border-top: 1px solid var(--border-color);
}

#rm .border-top-dotted {
	border-top: 1px dotted var(--border-color);
}

#rm .box-shadow-inset {
	box-shadow: var(--box-shadow-inset);
}

#rm .border-left {
	border-left: 1px solid var(--border-color);
}

#rm .border-right {
	border-right: 1px solid var(--border-color);
}

#rm #timer .value {
	color: var(--font-color);
}

#rm .uk-text-primary {
	color: var(--primary-bg-color) !important;
}

#rm .uk-link,
#rm a {
	color: var(--primary-bg-color);
}

#rm #heat_menu #arrow_box span {
	color: var(--font-color-dark);
}

#rm #heat_menu .arrow_box_ready a {
	color: var(--font-color-dark);
}

#rm #heat_menu a.uk-button {
	color: var(--font-color);
}

#rm .uk-card-footer {
	border-top: none;
}

#rm .uk-badge {
	background: var(--bg-color);
	color: var(--font-color) !important;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 3px 6px 1px 6px;
}

#rm .uk-offcanvas-bar {
	background: var(--card-bg-color);
	color: var(--font-color);
	padding: 1rem;
}

#rm .uk-offcanvas-bar table.uk-table tr td {
	color: var(--font-color);
}

#rm .uk-table-divider > :first-child > tr:not(:first-child),
#rm .uk-table-divider > :not(:first-child) > tr,
#rm .uk-table-divider > tr:not(:first-child) {
	border-top: 1px dotted var(--border-color);
}

#rm .uk-table-divider > :last-child tr {
	border-bottom: 1px dotted var(--border-color);
}

#rm .uk-hr,
#rm hr {
	border-top: 1px solid var(--border-color);
}

#rm .uk-divider-vertical {
	border-left: 1px solid var(--border-color);
}

/* Nav */

#rm .uk-navbar-dropdown {
	border-top: none;
	background: var(--header-footer-bg-color);
	color: var(--font-color);
	box-shadow: 0 5px 12px rgb(0 0 0 / 15%);
}

#rm .uk-subnav-pill > .uk-active > a {
	background-color: var(--bg-color);
	color: var(--font-color);
	font-weight: bold;
}

#rm .uk-tab > .uk-active > a {
	border-color: #2aa197;
}

#rm .uk-tab::before {
	border-bottom: 1px solid var(--border-color);
}

#rm header,
#rm #heat_menu {
	background-color: var(--card-bg-color);
	color: var(--font-color);
}

#rm .uk-modal-header {
	border-bottom: 1px solid var(--border-color);
}

#rm .uk-modal-footer {
	border-top: 0;
}

#rm .uk-modal-dialog,
#rm .uk-modal-header,
#rm .uk-modal-footer {
	background: var(--card-bg-color);
	color: var(--font-color);
}

html#rm .uk-navbar-item,
html#rm .uk-navbar-nav > li > a,
html#rm .uk-navbar-toggle {
	font-family: "Roboto Condensed", sans-serif;
	color: var(--font-color) !important;
	border-right: none;
}

html#rm .uk-navbar-nav > li.uk-active > a {
	color: var(--primary-bg-color) !important;
}

#rm .uk-navbar-nav > li > a:hover {
	color: var(--primary-bg-color) !important;
}

#rm .uk-card-default,
#rm .uk-navbar-item {
	color: var(--font-color) !important;
}

#rm .uk-card-header {
	color: var(--font-color);
	border-bottom: none;
}

#rm .uk-list-divider > :nth-child(n + 2) {
	border-top: 1px solid var(--border-color);
}

#rm h1,
#rm h2,
#rm h3,
#rm h4,
#rm h5,
#rm h6 {
	color: var(--font-color);
}

#rm .uk-alert {
	background-color: var(--bg-color);
}

/* Form */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

#rm .uk-select:not([multiple]):not([size]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 20px;
	background: var(--input-bg-color);
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	border: 1px solid var(--border-color);
	color: var(--font-color);
}

#rm .uk-input,
#rm .uk-search-input,
#rm .uk-select,
#rm .select2-container--default,
#rm .select2-selection--single {
	background: var(--input-bg-color);
	color: var(--font-color);
	border: 1px solid var(--border-color);
}

#rm ::placeholder {
	color: var(--font-color) !important;
}

#rm .uk-navbar-nav > li > a {
	color: #555 !important;
}

#rm .uk-link:hover,
a:hover {
	color: #2aa197;
	text-decoration: underline;
}

#rm .uk-navbar-item,
#rm .uk-navbar-nav > li > a,
#rm .uk-navbar-toggle {
	min-height: 50px;
}

#rm .Inputfield {
	margin-bottom: 0.75rem;
}

#rm #wrap_payments_submit {
	margin-top: 1rem;
}

.slider-inputs {
	background: transparent;
	font-size: 1rem;
	color: #999;
	border: 0;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	box-shadow: none;
	width: 65px;
	text-align: left;
	padding: 3px;
}

.uk-tooltip {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid var(--border-color);
	border-radius: 0 !important;
	text-shadow: none;
	background: white !important;
	color: black !important;
	text-align: left;
	font-size: 14px !important;
	padding: 7px 8px;
	max-width: 100% !important;
	white-space: nowrap;
}

.uk-tooltip:after {
	border-color: #dddddd;
	border-width: 10px;
}

.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
	border-top-color: #dddddd;
	bottom: -10px;
	margin-left: -10px;
	border-left-color: transparent;
	border-right-color: transparent;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #555 !important;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #555;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #555;
}

* {
	box-sizing: border-box;
}

.select2-container .select2-selection--single {
	height: 38px !important;
}

.spinner {
	animation-name: spin;
	animation-duration: 1500ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

#rm .pw-edit-buttons.pw-edit-buttons-location-auto {
	padding: 1.5rem;
	background-color: var(--card-bg-color);
	box-shadow: 0 14px 25px rgb(0 0 0 / 16%);
	bottom: 0;
	left: auto;
	right: 0;
	top: auto;
	z-index: 9999999;
	width: 275px;
	margin: 0 auto;
}

.pw-panel-container {
	z-index: 9999 !important;
}

#main > article {
	flex: 1;
	overflow: auto;
	background: transparent;
}

#main > .nav,
#main > aside {
	flex: 0 0 260px;
	background: white;
	position: relative;
}

#main > .nav {
	order: -1;
}

#rm .table-borders td {
	border-right: 1px dotted var(--border-color);
}

#rm .table-borders td:last-child {
	border-right: 0;
}

.overlay:hover {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	transition: 0.5s ease;
	background-color: rgba(0, 0, 0, 0.8);
}

#rm ol {
	padding-left: 1rem !important;
	list-style: none;
	width: 100%;
	text-indent: -16px; /* key property */
	margin-left: 16px; /* key property */
}

#rm em {
	color: #555 !important;
	font-size: 1rem;
}

#rm .uk-modal {
	z-index: 999999;
}

#rm .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
	margin-top: 20px;
}

#rm .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	border-top: 1px solid var(--border-color);
}

/*
#rm .uk-grid-margin-small, .uk-grid-row-small>.uk-grid-margin, .uk-grid-small>.uk-grid-margin {
  margin-top: 5px!important;
}
*/

#rm .startlist {
	border-bottom: 1px dotted var(--border-color);
}

#rm .uk-sticky-fixed {
	z-index: 10;
}

#rm .InputfieldStateError div p {
	font-size: 13px;
	margin-bottom: 0.5rem;
}

#rm #payment .uk-alert {
	font-size: 14px;
	border: 0;
	border-radius: 0 !important;
	margin: 0 0 0.75rem 0 !important;
}

#rm #payment .uk-alert-close {
	display: none;
}

#rm .sweet-alert button.cancel,
#rm .sweet-alert button.confirm {
	margin: 1rem 0 0 0 !important;
	font-size: 13px;
}

#rm .sweet-alert button.confirm:hover {
	color: #fff;
}

#rm .sweet-alert button.confirm {
	color: #fff;
}

#rm .pulseWarning {
	display: none !important;
}

#rm .sweet-alert {
	top: 175px;
}

#rm .sweet-alert button {
	background: #fff;
	color: #555;
	font-size: 14px;
	margin: 0;
	height: 42px;
	line-height: 40px;
	padding: 0 20px;
	box-shadow: 0 0 2px rgba(50, 50, 93, 0.1), 0 0 2px rgba(0, 0, 0, 0.08);
	font-weight: bold;
	border-color: transparent;
	text-transform: uppercase;
	letter-spacing: 0.075rem;
	transition: all 0.15s ease;
	cursor: pointer;
}

#rm input#dropZone {
	border-radius: 0;
	color: #fff;
	padding: 0.75rem;
	font-size: 1rem;
	margin-bottom: 0;
	width: 100%;
	vertical-align: top;
	margin-top: 0px;
}

#rm #dropZone {
	height: 50px;
	width: 100%;
}

#rm #dropZone[drop-active="true"] {
	background-color: #00000050 !important;
}

.FormBuilder.InputfieldForm button {
	width: 100%;
}

.InputfieldForm .Inputfield {
	clear: both;
	margin: 0 0 0 0;
}

.StripeElement {
	max-width: 100%;
	background-color: white;
	height: 40px;
	padding: 10px 12px;
	border-radius: 4px;
	border: 1px solid var(--border-color);
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

/**
#rm .uk-button-primary:hover {
  background: #2aa197bd;
  border-color: transparent;
  transform: translateY(0);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
**/

#rm .uk-button-danger:hover {
	background: #f0506ebd;
	border-color: transparent;
	transform: translateY(0);
	box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.pwfb-stripe-errors {
	color: #f0506e !important;
	font-size: 14px;
}

footer,
.nav,
aside {
	padding: 1rem;
}

#rm .uk-list.LoginRegisterLinks li {
	border-bottom: 1px solid var(--border-color) !important;
	padding-bottom: 0.5rem;
}

#rm .vl {
	border-left: 1px solid var(--border-color);
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0;
}

#rm #athlete-grid li div.box {
	border-bottom: 1px dotted var(--border-color);
	border-radius: 0;
	padding: 4px 0;
}

#rm span.strip:after {
	content: ", ";
}
#rm span.strip:last-child:after {
	content: "";
}

#rm .delete_forever:hover {
	color: #f0506e !important;
}

/*
#rm .uk-container {
  padding-left: 0;
  padding-right: 0;
}
*/

@media (max-width: 414px) {
	/**
  #rm .uk-container {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
  }
  **/

	#rm #landing .uk-card {
		padding: 0 50px;
	}
}

#rm .uk-nav-default > li.uk-active > a,
#rm .uk-nav-default > li.uk-active > i {
	color: #2aa197 !important;
}

#rm .uk-nav-divider {
	margin: 0;
}

#rm .compactList {
	list-style: none;
	padding: 0;
	font-size: 0.8rem;
	line-height: 1.05;
	margin-bottom: 0.9rem;
}

#rm .dropzone .dz-preview .dz-image {
	border: 5px solid var(--bg-color);
}

#rm .dropzone .dz-preview {
	border: 1px solid var(--border-color);
}

#rm .compactList li {
	padding: 0;
}

#rm .avatar-circle {
	width: 28px;
	height: 28px;
	background-color: var(--bg-color);
	text-align: center;
}

#rm #dragdiv .avatar-circle-two {
	width: 28px;
	height: 28px;
	background-color: var(--card-bg-color);
	text-align: center;
	border: 1px solid var(--border-color);
}

#rm #dropdiv .avatar-circle-two {
	width: 28px;
	height: 28px;
	background-color: var(--primary-bg-color);
	color: #fff;
	text-align: center;
	border: 1px solid transparent;
}

#rm .avatar-circle2 {
	background-color: var(--bg-color);
	text-align: center;
}

.initials {
	position: relative;
}

#rm .InputfieldPasswordRow {
	margin-top: 0.5rem;
}

#rm .description {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}

#rm .LoginRegisterPro {
	position: relative;
}

#rm .pw-dz-img {
	margin-top: 0.5rem;
}

#rm .pw-dz-editor {
	padding: 1rem;
	border: 1px solid var(--border-color);
	margin: 0.5rem 0 1rem 0;
}

#rm .dropzone .dz-preview .dz-image {
	border-radius: 0;
	overflow: hidden;
	width: 100px;
	height: 100px;
	position: relative;
	display: block;
	z-index: 10;
}

#rm #profile_submit {
	position: relative;
	width: 100%;
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: var(--font-color-dark);
	text-transform: none;
	-webkit-appearance: none;
	border-radius: 3px;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 30px;
	vertical-align: middle;
	font-size: 0.875rem;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color, border-color;
}

#rm .dropzone {
	position: relative;
	overflow: hidden;
	min-height: 125px;
	border: 1px solid var(--border-color);
	padding: 5px;
	background-color: var(--bg-color);
}

#rm .dropzone .dz-preview {
	margin: 4px;
}

#rm .dropzone .dz-preview.pw-dz-removed .dz-remove {
	background: #f0506e;
}

#rm .dropzone .dz-preview.pw-dz-removed {
	border-color: #f0506e;
}

#rm .dropzone .dz-preview.pw-dz-removed .dz-image {
	border-color: #f0506e;
}

#rm .dropzone .dz-preview.pw-dz-remove-ready .dz-image {
	border-color: #f0506e;
}

#rm .dropzone .dz-preview .dz-remove.dz-remove:hover,
#rm .dropzone .dz-preview .pw-dz-edit.dz-remove:hover {
	background: #f0506e;
}

#rm .uk-nav-default .uk-nav-header {
	color: #555;
}

#rm .uk-nav-default .uk-nav-divider {
	border-top-color: var(--border-color);
}

#rm .uk-nav-default > li > a {
	color: var(--font-color) !important;
}

#rm .uk-nav-default > li > a:hover {
	color: #2aa197 !important;
}

#rm #off-canvas-nav .uk-list li a {
	display: block !important;
	padding: 0.5rem 0;
	color: #2aa197 !important;
}

#rm .uk-offcanvas {
	z-index: 999999999;
}

#rm .uk-checkbox {
	background-color: transparent !important;
	border-color: var(--border-color);
	width: 18px;
	height: 18px;
	vertical-align: -webkit-baseline-middle;
	margin-top: -8px;
}

/* CSS - Step 1 */
/* Make default checkbox invisible */
.checkbox-label input {
	opacity: 0;
	position: absolute;
}

/* CSS - Step 2 */
/* Unchecked state - makes the new box */
.checkbox-label .checkbox-custom {
	background: #fff;
	border: 1px solid var(--border-color);
	border-radius: 3px;
	display: inline-block;
	/* display inline-block needed so that we can set the width */
	height: 16px;
	width: 16px;
}

/* CSS - Step 3 */
/* Unchecked state - makes the check */
.checkbox-label .checkbox-custom::after {
	content: "✓";
	opacity: 0;
}

/* CSS - Step 4 */
/* Checked state - chages the box */
.checkbox-label input:checked ~ .checkbox-custom {
	background-color: white;
}

/* CSS - Step 5 */
/* Checked state - changes the check */
.checkbox-label input:checked ~ .checkbox-custom::after {
	color: #2aa197;
	left: 2px;
	opacity: 1;
	position: relative;
	top: -4px;
}

/* CSS - Step 6 */
/* Checkbox text */
.checkbox-label .checkText {
	vertical-align: top;
}

/*
#rm input[type="checkbox"]:not(:checked) ~ input[type="button"]{
  pointer-events: none;
  tab-index: -1;
  color: graytext;
}
*/

.element p {
	visibility: hidden;
	text-align: center;
	color: white;
	font-size: 3rem;
}

.element:-webkit-full-screen {
	background-color: #fafafa;
	width: 100vw;
	height: 100vh;
}

.element:-moz-full-screen {
	background-color: #fafafa;
	width: 100vw;
	height: 100vh;
}

.element:-ms-fullscreen {
	background-color: #fafafa;
	width: 100vw;
	height: 100vh;
}

#rm #LoginRegisterProfileForm h2 {
	display: none;
	font-size: 1rem;
}

#rm .headerTitle {
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: sub;
}

#rm .headerTitleRight {
	font-size: 1rem;
	vertical-align: sub;
}

@media (max-width: 900px) {
	#rm #my_entries_left,
	#rm #profile_left {
		padding: 0;
		border: 0;
	}

	#rm #my_entries_right,
	#rm #profile_right {
		padding: 1rem 0 0 0;
		margin-top: 1rem;
		border-left: 0;
		border-top: 1px solid var(--border-color);
	}

	#rm .headerTitle {
		font-size: 1.2rem;
		line-height: 1;
	}

	#rm .headerTitleRight {
		font-size: 0.9rem;
	}

	#rm #regButtons {
		padding: 1rem;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: var(--card-bg-color);
		z-index: 9999;
	}
}

#rm #formk1 label #k1hover:hover,
#rm #formk2 label #k2hover:hover {
	color: #2aa197;
}

#rm ul#entryNav {
	overflow: auto;
}
#rm ul#entryNav li {
	float: left;
}
#rm ul#entryNav li:last-child {
	float: right;
}

#rm .payment-button:hover,
#rm .register-button:hover,
#rm .add-button:hover,
#rm .change-button:hover {
	background-color: #2aa197 !important;
	color: #fff !important;
}

#rm .deregister-button:hover {
	background-color: #f0506e !important;
	color: #fff !important;
}

#rm .sweet-alert button {
	border-radius: 3px;
}

#rm .sweet-alert .sa-icon.sa-warning {
	border-color: var(--border-color);
}

#rm .sweet-alert .sa-icon.sa-warning .sa-body {
	background-color: #f0506e;
}

#rm .sweet-alert .sa-icon.sa-warning .sa-dot {
	background-color: #f0506e;
}

@media (max-width: 960px) {
	html#rm #res {
		font-size: 14px;
	}
}

#rm .Inputfield:not(.InputfieldSubmit) {
	padding: 0;
	border: 0;
	background: transparent;
}

#rm .Inputfield_fieldset1,
#rm .Inputfield_fieldset2 {
	position: relative;
	height: 25px;
	font-size: 12px;
	line-height: 1;
}

#rm .Inputfield_fieldset1 legend,
#rm .Inputfield_fieldset2 legend {
	display: none;
}

#rm .Inputfield_rm_id,
#rm .Inputfield_type_ {
	position: absolute;
	top: 0;
	left: 0;
}

#rm .Inputfield_license_number,
#rm .Inputfield_cardholder_id {
	position: absolute;
	top: 0;
	right: 0;
}

#rm #FormBuilder_contact .Inputfield,
#rm #FormBuilder_contact InputfieldContent {
	margin: 0.25rem 0;
}

#rm #FormBuilder_contact .InputfieldSubmit {
	margin: 1rem 0 0 0;
}

ol {
	list-style: none;
	counter-reset: my-awesome-counter;
}

ol li {
	counter-increment: my-awesome-counter;
}

ol li::before {
	content: counter(my-awesome-counter) ". ";
}

/*
input[type="checkbox"]:checked + label {
  background: #2aa197;
}
*/

#rm input[type="checkbox"]:checked + label a {
	color: #fff;
}

#rm #result_table input[type="checkbox"] + label {
	background: #fff;
	color: #555;
	display: inline-flex;
	width: auto;
	padding: 1px 8px;
	cursor: pointer;
	border: 1px solid var(--border-color);
}

#rm #result_table input[type="checkbox"]:checked + label {
	background: #2aa197;
	color: #fff;
	display: inline-flex;
	width: auto;
	padding: 1px 8px;
	cursor: pointer;
	border: 1px solid var(--border-color);
}

#rm #res div div ul li a {
	padding: 0.25rem;
	margin: 0;
	display: block;
}

#rm .uk-subnav {
	display: flex;
	flex-wrap: nowrap;
	margin-left: 0;
	padding: 0;
	list-style: none;
}

#rm #main_form .uk-sticky-fixed {
	background-color: var(--bg-color);
	box-shadow: 0px 0px 5px 0px rgba(52, 86, 124, 0.25);
}

#rm .uk-sticky-fixed.uk-active div {
	border: 0;
}

#rm .uk-sticky-fixed.uk-active #best {
	background-color: var(--card-bg-color);
	color: var(--font-color);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	padding: 0.4rem 0 0.2rem 0;
}

#rm .uk-sticky-fixed.uk-active #best a {
	font-weight: bold;
	margin-right: 5px;
}

#rm .material-icons {
	vertical-align: middle !important;
}

#rm .top100 {
	border-top: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
	padding: 0;
	margin: 1rem 0;
}

#rm .top100fixed {
	position: fixed;
	background-color: var(--bg-color);
	padding: 0.75rem;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	margin: 0 auto;
	width: 165px;
	z-index: 2;
}

#rm .uk-navbar-container:not(.uk-navbar-transparent) {
	background-color: var(--card-bg-color);
	width: 100% !important;
	border-bottom: 1px solid var(--border-color);
	box-shadow: none;
}

#rm .uk-navbar-container.uk-navbar-sticky {
	min-height: 50px;
}

#rm .uk-navbar-sticky {
	box-shadow: 0px 0px 5px 0px rgba(52, 86, 124, 0.25);
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	left: 0;
	top: 0;
	right: 0;
}

#rm .uk-navbar-item,
#rm .uk-navbar-nav > li > a {
	min-height: 50px;
}

#rm .uk-navbar-toggle {
	min-height: 50px;
	padding: 0;
}

#rm #compMenu .uk-navbar-item:first-child {
	padding-left: 0 !important;
}

@media (max-width: 1200px) {
	#rm img.rm-logo {
		margin-left: 0.75rem;
	}
}

@media (max-width: 960px) {
	#rm img.rm-logo {
		margin-bottom: 0;
		margin-left: 0;
	}

	#rm img.rm-logo-only {
	}

	#rm .top100fixed {
		position: fixed;
		background-color: var(--bg-color);
		padding: 0.75rem;
		text-align: center;
		left: 0;
		right: 0;
		bottom: 0;
		box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
		border-radius: 3px;
		width: 100%;
	}
}

#rm .top100box {
	position: relative;
	padding: 0;
	margin-bottom: 0;
	border-bottom: 1px solid var(--border-color);
}

#rm .top100box:first-of-type {
	border-top: 1px solid var(--border-color);
}

#rm #top100 li {
	padding: 0;
}

#rm .top100 li a,
#rm .top100box li a {
	padding: 0.25rem 0;
	margin: 0;
	border-right: 1px solid var(--border-color);
	display: block !important;
}

#rm #top100 li a {
	padding: 0.2rem 0;
	margin: 0;
	border-right: 1px solid var(--border-color);
	display: block !important;
}

#rm #top100 li a:hover,
#rm .top100 li a:hover,
#rm .top100box li a:hover {
	background-color: var(--bg-color);
}

#rm .navigate .uk-position-center-left {
	border: 1px solid var(--border-color);
	border-radius: 3px;
	left: -1px;
	background-color: var(--bg-color);
	box-shadow: 5px 0 5px -5px var(--border-color);
}

#rm .navigate .uk-position-center-right {
	border: 1px solid var(--border-color);
	border-radius: 3px;
	right: -1px;
	background-color: var(--bg-color);
	box-shadow: -5px 0 5px -5px var(--border-color);
}

#rm .searchLine .uk-flex {
	padding: 2px 0;
	border-bottom: 1px solid var(--border-color);
}

/*
#rm .searchLine:hover {
  background-color: var(--selected-color);
}
*/

#rm ul.schedule {
	margin-top: 10px !important;
}

#rm #resFilter .child {
	border-right: 1px solid var(--border-color);
}

#rm #resFilter .child a {
	color: #555;
}

#rm #resFilter .child:last-of-type {
	border-right: 0;
}

#rm #resFilter .child:hover {
	background-color: #efefef;
	color: #2aa197 !important;
}

#rm #res #resFilter a:hover {
	text-decoration: none;
	color: #2aa197 !important;
}

#rm #resFilter #day {
	border: 1px solid var(--border-color);
	margin-right: 5px;
	margin-bottom: 5px;
}

#rm #resFilter #seats {
	border: 1px solid var(--border-color);
	margin-right: 5px;
	margin-bottom: 5px;
}

#rm #resFilter #gender {
	border: 1px solid var(--border-color);
	margin-right: 5px;
	margin-bottom: 5px;
}

#rm #resFilter #cat {
	border: 1px solid var(--border-color);
	margin-bottom: 5px;
}

#rm #resFilter a {
	display: block;
	padding: 7px 14px 5px 14px;
}

#rm ul.schedule {
	margin-top: 10px !important;
}

#rm #resFilter .child {
	border-right: 1px solid #d4d4d4;
}

#rm #resFilter .child a {
	color: #555;
}

#rm #resFilter .child:last-of-type {
	border-right: 0;
}

#rm #resFilter .child:hover {
	background-color: #efefef;
	color: #2aa197 !important;
}

#rm #res #resFilter a:hover {
	text-decoration: none;
	color: #2aa197 !important;
}

#rm #resFilter #day {
	border: 1px solid var(--border-color);
	margin-right: 5px;
	margin-bottom: 5px;
}

#rm #resFilter #seats {
	border: 1px solid var(--border-color);
	margin-right: 5px;
	margin-bottom: 5px;
}

#rm #resFilter #gender {
	border: 1px solid var(--border-color);
	margin-right: 5px;
	margin-bottom: 5px;
}

#rm #resFilter #cat {
	border: 1px solid var(--border-color);
	margin-bottom: 5px;
}

#rm #resFilter a {
	display: block;
	padding: 7px 14px 5px 14px;
}

#rm .schedule {
	padding-left: 0;
}

#rm li.scheduleBody {
	margin-top: 1px;
}

#rm li.scheduleBody div {
	padding: 0 1px;
}

#rm li.scheduleBody div.raceNo {
	width: 32px;
}

#rm li.scheduleBody div.raceDay {
	width: 54px;
}
#rm li.scheduleBody div.raceTime {
	text-align: left;
	width: 60px;
}

#rm li.scheduleBody div.category {
	width: 52px;
}

#rm li.scheduleBody div.class {
	width: 52px;
}

#rm li.scheduleBody div.distance {
	width: 58px;
}

#rm li.scheduleBody div.link {
	width: 52px;
}

@media (min-width: 640px) {
	#rm li.scheduleBody div.raceNo {
		width: 35px;
	}
	#rm li.scheduleBody div.raceDay {
		width: 60px;
	}
	#rm li.scheduleBody div.raceTime {
		width: 20%;
	}
	#rm li.scheduleBody div.category {
		width: 60px;
	}
	#rm li.scheduleBody div.class {
		width: 100px;
	}
	#rm li.scheduleBody div.distance {
		width: 110px;
	}
	#rm li.scheduleBody div.link {
		width: 100px;
	}
	#rm li.scheduleBody div {
		padding: 0 4px;
	}
	.rm-main .uk-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

#rm li.scheduleBody div.photo,
#rm li.scheduleBody div.photo_empty {
	min-width: 35px;
	margin-right: 0;
	padding-right: 0;
}

#FormBuilder_stripe .uk-button-default {
	background-color: red !important;
	color: #fff;
	border: 1px solid transparent;
}

#rm #logo-click {
	padding: 6px 8px 7px 6px;
	background-color: #fff;
	width: 40px;
	border-radius: 2px;
	-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

#rm div#homepage {
	position: absolute;
	left: 0;
	top: 60px;
	right: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.75);
}

#rm div#homepage .uk-card {
	background-color: transparent;
}

@media (max-width: 480px) {
	#rm #front-img {
		margin-top: 0;
	}
}

#rm #off-canvas-nav .uk-list-divider > li:nth-child(n + 1) {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #d4d4d4;
}

#rm #off-canvas-nav .uk-list li a {
	display: block;
	padding: 0.5rem 0;
}

#rm
	.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(
		.uk-card-secondary
	):hover {
	background: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}

#rm .uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
	outline: 0;
	background-color: var(--bg-color);
	color: var(--font-color);
	border-color: var(--border-color);
	box-shadow: none;
}

#rm .pulsate {
	-webkit-animation: pulsate 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.5;
}
@-webkit-keyframes pulsate {
	0% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}

#rm li.results-boxes a:hover {
	background-color: var(--bg-hover-color) !important;
	color: var(--primary-bg-color) !important;
}


#rm #athlete-grid.uk-grid-small,
#rm #results-grid.uk-grid-small,
#rm #comps-grid.uk-grid-small {
	margin-left: -15px;
	font-size: 14px;
}

#rm .confirm-no,
#rm .pass-fail {
	color: #f0506e;
}

#rm .pass-good {
	color: #28baa4;
}

#rm .confirm-yes,
#rm .pass-excellent {
	color: #28baa4;
}

#rm .uk-subnav > * {
	padding-left: 0;
}

#rm .uk-subnav:first-child {
	padding-left: 0;
}

#rm .female-color {
	width: 1px;
	height: 12px;
	background-color: #f0506e;
	border-radius: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#rm .male-color {
	width: 1px;
	height: 12px;
	background-color: #1e87f0;
	border-radius: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#rm .mix-color {
	width: 1px;
	height: 12px;
	background-color: #ececec;
	border-radius: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#rm .comp-setup {
	border-top: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
	padding: 3px 0;
}

#rm .pulse3 {
	animation: shadow-pulse3 1s 6;
	width: 6px;
	height: 6px;
	vertical-align: baseline;
	border-radius: 50%;
}

#rm .pulse2 {
	animation: shadow-pulse 1s 3;
}

#rm .pulseYellow {
	animation: pulse 1s 3;
}

#ffe411bf #rm .pulseStartbtn {
	animation: shadow-pulse 1s infinite;
}

#rm .pulseOpen {
	margin: 0;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #2aa197;
	cursor: pointer;
}
.pulseOpen:hover {
	animation: none;
}

#rm .pulseClosed {
	margin: 0;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #f0506e;
	cursor: pointer;
}
.pulseClosed:hover {
	animation: none;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 rgba(42, 161, 151, 100%);
	}
	100% {
		box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
	}
}

@keyframes shadow-pulse-red {
	0% {
		box-shadow: 0 0 0 rgba(240, 80, 110, 40%);
	}
	100% {
		box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
	}
}

@keyframes shadow-pulse-winner {
	0% {
		box-shadow: 0 0 0 rgba(255, 228, 17, 0.749);
	}
	100% {
		box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
	}
}

@keyframes shadow-pulse3 {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
	}
	100% {
		box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(42, 161, 151, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(42, 161, 151, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(42, 161, 151, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(42, 161, 151, 0.5);
		box-shadow: 0 0 0 0 rgba(42, 161, 151 0.5);
	}
	70% {
		-moz-box-shadow: 0 0 0 4px rgba(42, 161, 151, 0.25);
		box-shadow: 0 0 0 4px rgba(42, 161, 151, 0.25);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(42, 161, 151, 0);
		box-shadow: 0 0 0 0 rgba(240, 80, 151, 0);
	}
}

@-webkit-keyframes pulseClosed {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(240, 80, 110, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(240, 80, 110, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(240, 80, 110, 0);
	}
}
@keyframes pulseClosed {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(240, 80, 110, 0.5);
		box-shadow: 0 0 0 0 rgba(240, 80, 110, 0.5);
	}
	70% {
		-moz-box-shadow: 0 0 0 4px rgba(240, 80, 110, 0.25);
		box-shadow: 0 0 0 4px rgba(240, 80, 110, 0.25);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(240, 80, 110, 0);
		box-shadow: 0 0 0 0 rgba(240, 80, 110, 0);
	}
}

#rm .ui-slider-horizontal.ui-slider-pips {
	margin-bottom: 0.5rem;
}

#rm .ui-slider-float .ui-slider-tip:after,
#rm .ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
	border-top-color: transparent;
}

#rm iframe html.pw {
	font-family: "Roboto Condensed", sans-serif !important;
}

.pw .InputfieldConfigForm .InputfieldContent {
	font-family: "Roboto Condensed", sans-serif;
}

#rm .ui-dialog-buttonpane {
	border-top: 6px solid var(--border-color);
}

#rm .InputfieldConfigForm {
	background: var(--card-bg-color);
}

#rm .pw .InputfieldContent {
	background: var(--card-bg-color);
}

#rm .pw-AdminThemeUikit .ui-dialog-titlebar-close {
	background: transparent !important;
	color: var(--font-color) !important;
}

#rm .pw-AdminThemeUikit .ui-button,
#rm .pw-AdminThemeUikit button.ui-button.ui-state-default,
#rm .pw-AdminThemeUikit .ui-button.ui-state-default {
	background: var(--primary-bg-color);
	color: var(--font-color-dark);
}

#rm .pw-AdminThemeUikit .ui-dialog .ui-dialog-title,
#rm .pw-AdminThemeReno .ui-dialog .ui-dialog-title {
	color: var(--font-color);
}

#rm body.modal#main {
	background: var(--card-bg-color);
}

#rm .pw-container .uk-container {
	background: var(--card-bg-color);
}

body,
html {
	background: var(--card-bg-color);
}

#rm .pw-content {
	margin-top: 30px !important;
}

#rm .InputfieldHeader {
	background: var(--card-bg-color);
}

#rm .ui-widget-header {
	font-family: "Roboto Condensed", sans-serif;
	background: var(--primary-bg-color);
	border-bottom: 1px solid var(--border-color);
}

#rm .ui-widget-content {
	background: var(--bg-color);
}

#rm .circles-slider.ui-slider {
	border-radius: 10px;
	border: 0;
	height: 5px;
	margin: 0px;
}

#rm .circles-slider .ui-slider-handle {
	border-radius: 3px;
	height: 18px;
	width: 28px;
	top: -7px;
	margin-left: -11px;
	border: 1px solid var(--border-color);
	background: var(--primary-bg-color);
	cursor: pointer;
}

#rm .circles-slider .ui-slider-handle:hover,
#rm .circles-slider .ui-slider-handle:focus {
	background: var(--primary-bg-color);
}

#rm .circles-slider .ui-slider-pip {
	top: -4px;
}

#rm .ui-slider-float .ui-slider-tip:before,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
	content: " ";
	width: 0;
	height: 0;
	border: 0;
	border-top-color: transparent;
	position: absolute;
	bottom: 0;
	margin-left: 0;
}

#rm .ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
	position: absolute;
	visibility: hidden;
	z-index: 0;
	display: block;
	width: 24px;
	margin-left: -18px;
	left: 50%;
	height: 16px;
	line-height: 16px;
	background: transparent;
	border-radius: 0;
	border: 0;
	border-bottom: 0;
	text-align: center;
	font-size: 0.7rem;
	opacity: 0;
	color: var(--font-color-dark);
}

#rm .circles-slider .ui-slider-tip {
	visibility: visible;
	opacity: 1;
	top: 0;
	left: 19px;
}

#rm .circles-slider .ui-slider-pip .ui-slider-line {
	width: 1px;
	height: 12px;
	border-radius: 0;
	margin-left: 0px;
	background: var(--border-color);
}

#rm .circles-slider .ui-slider-pip.ui-slider-pip-last,
#rm .circles-slider .ui-slider-pip.ui-slider-pip-first {
	top: -7px;
}

#rm .circles-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-line,
#rm .circles-slider .ui-slider-pip.ui-slider-pip-first .ui-slider-line {
	display: none;
}

#rm .circles-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-label,
#rm .circles-slider .ui-slider-pip.ui-slider-pip-first .ui-slider-label {
	margin: 0;
}

#rm .circles-slider .ui-slider-pip.ui-slider-pip-first .ui-slider-label {
	left: -2rem;
	text-align: right;
}

#rm .circles-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-label {
	left: 2rem;
	text-align: left;
}

#rm .circles-slider .ui-slider-pip.ui-slider-pip-selected-initial {
	font-weight: normal;
}

#rm .circles-slider .ui-slider-pip.ui-slider-pip-selected {
	font-weight: bold;
}

#rm .circles-slider .ui-slider-pip.ui-slider-pip-selected,
#rm .circles-slider .ui-slider-pip.ui-slider-pip-selected-initial {
	color: #434d5a;
}

@media (max-width: 480px) {
	#rm .uk-padding {
		padding: 15px;
	}

}

#rm .uk-card-default,
#rm .uk-navbar-item {
	color: #555;
}

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	display: block;
}

#rm .rangeslider,
#rm .rangeslider__fill {
	display: block;
	border-radius: 0;
}

#rm .rangeslider {
	position: relative;
}

#rm .rangeslider:after {
	top: 50%;
	left: 0;
	right: 0;
	content: "";
	width: 100%;
	height: 2px;
	margin-top: -2.5px;
	border-radius: 0;
	position: absolute;
	background: #d4d4d4;
}

#rm .rangeslider--horizontal {
	width: auto;
	height: 0;
}

#rm .rangeslider--disabled {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
}

#rm .rangeslider__fill {
	position: absolute;
	background: #28baa4;
}
#rm .rangeslider--horizontal .rangeslider__fill {
	top: 0;
	height: 100%;
}
#rm .rangeslider--vertical .rangeslider__fill {
	bottom: 0;
	width: 100%;
}

#rm .rangeslider__handle {
	top: 50%;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	cursor: pointer;
	margin-top: -12px;
	position: absolute;
	background: white;
	outline: 0;
	box-shadow: none;
	border-radius: 50%;
	display: inline-block;
}

#rm .rangeslider__handle:after {
	background: transparent;
}

#rm .rangeslider__handle:hover {
	background: #28baa4;
}
#rm .rangeslider__handle:active {
	background: #28baa4;
}

#rm .rangeslider__fill,
#rm .rangeslider__handle {
	z-index: 1;
}

#rm .rangeslider--horizontal .rangeslider__fill {
	top: 50%;
	height: 2px;
	margin-top: -2.5px;
}

#rm .border-bottom {
	border-bottom: 1px solid var(--border-color);
}

#rm .border-bottom-light {
	border-bottom: 1px solid var(--grid-color);
}

#rm .border-bottom-light:last-child {
	border-bottom: 0;
}

#rm .pw-edit-buttons.pw-edit-buttons-location-ne {
	top: 0;
	right: 0;
	z-index: 999;
}

#rm body .uk-table tr.resources:first-child {
	background-color: var(--selected-color) !important;
}

#rm body .border-left svg {
	min-width: 20px;
}

#rm body .border-left-delete {
	width: 32px;
	padding: 3px;
	border-left: 1px solid var(--border-color);
}

#rm body .header {
	padding: 4px 1rem;
	border-bottom: 1px solid var(--border-color);
}

#rm body .select2-container--default .select2-selection--single {
	border-radius: 0;
	line-height: 36px;
	height: 36px;
	padding: 6px 2px;
	border: none;
}

#rm
	body
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 36px;
	position: absolute;
	top: 1px;
	right: 3px;
	width: 20px;
}

#rm
	body
	.select2-container--default
	.select2-selection--single
	.select2-selection__clear {
	height: 30px;
}

#rm
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: var(--font-color);
	line-height: 28px;
}

#rm .drag-item-races {
	-webkit-column-break-inside: avoid;
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	position: relative;
	margin-bottom: 0;
	zoom: 1;
	overflow: visible;
	font-style: normal;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border-top: none;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#rm .drag-item-races div div:hover {
	background-color: var(--card-bg-color);
	z-index: 1;
	border-top: none;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
#rm .drag-item-races:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
	background-color: transparent;
	opacity: 1 !important;
	color: var(--font-color);
	border-top: none;
	margin-bottom: 0;
	border-bottom: none;
	box-shadow: none;
	z-index: 99;
}

#rm .mCCF--light {
	background: var(--card-bg-color);
	color: var(--font-color);
}

#rm .mCCF--light.mCCF--bottom {
	box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.08);
}

#rm .mCCF--light .mCCF__accept {
	background: var(--primary-bg-color);
	color: var(--font-color-dark);
}

@media (max-width: 640px) {
	#rm .navbarLeft {
		justify-content: center;
		border-bottom: 1px solid var(--border-color);
	}

	#rm .uk-navbar-right {
		margin-left: 0;
		justify-content: center !important;
	}
}

#rm .sweet-alert {
	font-family: inherit;
}

#rm .sweet-alert fieldset {
	display: none;
}

#rm .sa-button-container {
	margin-bottom: 1rem;
}

#rm hr {
	margin: 0.5rem 0;
}

#rm #rm .datepicker--day-name {
	color: var(--primary-bg-color);
}

#rm .club_info_numbers {
	max-width: 55px;
	background-color: transparent;
	padding: 0.15rem;
	margin: 0;
	text-align: -webkit-right;
	text-align: right;
	font-size: 0.875rem;
	color: var(--font-color);
	font-family: "Roboto Condensed", sans-serif;
}

#rm .uk-card-secondary {
	background-color: #f0506e;
}

#rm #toggle1,
#rm #toggle2 {
	font-weight: normal;
	color: #ccc !important;
}

#rm #toggle1 + label,
#rm #toggle2 + label {
	font-weight: bold;
}

#rm .k1 {
	font-weight: normal;
	color: #ccc !important;
}

#rm #toggle1:checked + label,
#rm #toggle2:checked + label {
	font-weight: bold;
	color: #2aa197 !important;
}

#rm .scheduleUL {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#rm .scheduleList {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	border-bottom: 1px solid var(--border-color);
}

#rm .scheduleList:first-child {
	padding-left: 0;
}

#rm .scheduleList:last-child {
	border-bottom: none;
}

#rm .dayRadio + label {
	font-weight: bold;
	color: var(--font-color-light);
	background: transparent;
	padding: 2px 4px;
	display: block;
	cursor: pointer;
	border-left: 1px solid var(--border-color);
}

#rm .dayRadio:hover + label {
	font-weight: bold;
	background: transparent;
}

#rm .dayRadio:checked:hover + label {
	background: transparent;
}

#rm .dayRadio:checked + label {
	font-weight: bold;
	color: var(--font-color);
	background: transparent;
}

#rm .scheduleCheck + label {
	font-weight: bold;
	color: var(--font-color-light);
	background: transparent;
	padding: 4px 15px 0;
	display: block;
	cursor: pointer;
}

#rm .scheduleCheck:hover + label {
	font-weight: bold;
	color: var(--font-color);
	background: transparent;
}

#rm .scheduleCheck:checked:hover + label {
	background: transparent;
}

#rm .scheduleCheck:checked + label {
	font-weight: bold;
	color: var(--font-color-selected);
	background: transparent;
}

#rm .scheduleCheck2 + label {
	font-weight: bold;
	color: var(--font-color);
	background: transparent;
	padding: 2px 15px;
	display: block;
	cursor: default;
}

#rm .scheduleCheck2:hover + label {
	font-weight: bold;
	background: transparent;
}

#rm .scheduleCheck2:checked:hover + label {
	font-weight: bold;
	background: transparent;
}

#rm .scheduleCheck2:checked + label {
	font-weight: bold;
	color: var(--font-color-selected);
	background: transparent;
}

#rm .athlete + label {
	display: block;
	color: var(--font-color-light);
	background: transparent;
}

#rm .athlete:hover + label {
	color: var(--font-color);
	background: transparent;
}

#rm .athlete:checked + label {
	color: var(--font-color-selected);
	background: transparent;
	cursor: default !important;
	pointer-events: none;
}

/* Apply styles to all labels following .k1 inputs */
#rm .k1 + label {
	display: block;
	font-weight: bold;
	color: var(--font-color-light);
	background: transparent;
	border-bottom: 0;
	border-right: 1px solid var(--border-color);
	border-left: 0;
}

/* Remove border-right from the last label */
#rm .k1 + label:last-of-type {
	border-right: none;
}

#rm .k1 + label:hover {
	color: var(--font-color) !important;
}

#rm .k1:first-child + label {
	border-left: 1px solid var(--border-color);
}


#rm .k1:hover + label {
	color: var(--font-color-dark);
	background: var(--card-bg-color);
}

#rm .k1:checked:hover + label {
	background: var(--card-bg-color);
	color: var(--font-color);
}

#rm .k1:checked + label {
	font-weight: normal;
	color: var(--font-color);
	background: var(--card-bg-color);
}

#rm .uk-card-primary {
	background: #2aa197;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

#rm .uk-card-primary a {
	color: #fff;
}

#rm .uk-card-primary:hover {
	background: #2aa197;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

#rm .warning {
	position: absolute;
	top: 0.15rem;
	right: 0.6rem;
	background: #fff;
	padding: 0.5rem;
	z-index: 999999;
	width: auto;
	text-align: right;
}

#rm .distanceCard:hover {
	background: #f8f8f8;
}

#rm .distanceCard:active {
	background: #2aa197;
	color: #fff;
}

#rm .teamsBorder {
	border-bottom: 1px solid var(--border-color);
}

#rm .teamsBorder:last-child {
	border-bottom: 0;
}

#rm .ui-front {
	margin-top: 50px;
	z-index: 999;
}

#rm .hideEditButtons {
	background-color: #fff;
}

#rm li div div.athleteCards {
	border-top: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
}

#rm li div div .athleteCards:last-of-type {
	border-bottom: 1px solid var(--border-color);
}

#rm .athleteCard {
	color: var(--font-color-light);
}

#rm .noLicense {
	color: var(--text-color);
}

#rm .uk-checkbox {
	border-color: var(--border-color);
}

#rm .uk-checkbox:checked,
#rm .uk-checkbox:indeterminate {
	background-color: var(--primary-bg-color) !important;
	border-color: transparent;
}

#rm .checklist.uk-checkbox:checked,
#rm .checklist.uk-checkbox:indeterminate {
	background-color: var(--danger-color) !important;
	border-color: transparent;
}

#rm .uk-checkbox:disabled {
	background-color: var(--bg-color) !important;
	border-color: var(--border-color);
}

#rm .uk-card-danger .gender-color-female:before,
#rm .uk-card-danger .gender-color-male:before {
	background: #fff;
}

#rm .uk-card-danger .uk-text-danger,
#rm .uk-card-danger .uk-text-primary {
	color: #fff !important;
}

#rm .loading {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99999999999999999999999;
	margin-top: -50px;
	padding: 1rem;
	margin-left: -40px;
	border-radius: 50%;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
}

.loader {
	margin: 0;
	font-size: 2px;
	position: relative;
	border-top: 1.25em solid rgba(43, 146, 149, 0.2);
	border-right: 1.25em solid rgba(43, 146, 149, 0.2);
	border-bottom: 1.25em solid rgba(43, 146, 149, 0.2);
	border-left: 1.25em solid #2aa197;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#rm .paginationPageSize select {
	border: 0 none;
	padding: 0 10px;
	margin-bottom: 0.25rem;
	background: #fff;
	color: #666;
	border: 1px solid var(--border-color);
	transition: 0.2s ease-in-out;
	transition-property: color, background-color, border;
}

#rm .uk-background-primary,
#rm .uk-section-primary {
	background-color: #2aa197 !important;
	color: #fff;
}

#rm .uk-section-blue {
	background-color: #34567c;
}

#rm .uk-section-grey {
	background-color: #34567c;
}

#rm .maxWidth {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#rm .minWidth {
	min-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#rm .uk-container-small {
	max-width: 780px;
}

#rm .sidebar-left {
	position: fixed;
	top: 80px;
	bottom: 0;
	box-sizing: border-box;
	width: 240px !important;
	padding: 40px 40px 60px 40px;
	border-right: 1px #e5e5e5 solid;
	overflow: auto;
}

@media (min-width: 960px) {
	#rm .sidebar-left + .rm-main {
		padding-left: 240px;
	}

	#rm .rm-main .uk-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (min-width: 1400px) {
	#rm .sidebar-left {
		width: 300px !important;
		padding: 45px 45px 60px 45px;
	}
}

#rm ul#docs-menu,
#rm ul#docs-menu ul {
	padding-left: 0;
	list-style: none;
	margin-top: 0.5rem;
}

#rm #docs-menu li.level-2 {
	border-top: 1px solid var(--border-color);
}

#rm #docs-menu .level-3 {
	margin-left: 1rem;
	list-style: square;
}

#rm ul#docs-menu a {
	color: #777;
}

#rm ul#docs-menu li.level-1 {
	padding: 0.25rem 0;
}

#rm ul#docs-menu li.level-1 a {
	opacity: 1;
	display: block;
}

#rm ul#docs-menu li.level-2 a {
	text-transform: none;
	font-size: inherit;
	margin: 0.25rem 0 0.25rem 1rem;
}

#rm ul#docs-menu li.level-2 a:hover,
#rm ul#docs-menu li.level-3 a:hover {
	color: #555;
}

#rm ul#docs-menu li.current a {
	color: #28baa4;
}

#rm ul#docs-menu li.level-1:first-child a {
	pointer-events: visible;
	cursor: pointer;
	text-transform: none;
	border-bottom: none;
	margin-bottom: 0;
}

#rm .uk-search-navbar .uk-search-input {
	font-size: 1.1rem;
	margin: 0 0 0 0.5rem;
}

#rm .rotate {
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
}

#rm .rotate.spin {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

#rm #search li.uk-active a {
	color: #fff;
	font-weight: bold;
}

#rm #search ul.uk-subnav {
	margin-left: 0;
	border: 1px solid var(--border-color);
}

#rm #search .uk-subnav > * {
	padding-left: 0;
}

#rm ul.uk-navbar-nav ul {
	display: block;
}

#rm #search-card .uk-card-header {
	font-size: 14px;
	padding-bottom: 0.25rem !important;
}

#rm #search-card .uk-card-body {
	font-size: 14px;
	padding: 0.25rem 0 !important;
}

#rm #search-card .uk-card-footer {
	font-size: 14px;
	padding-top: 0.25rem !important;
}

#rm #dashboard,
#rm #raceMenu,
#rm #compSetup {
	/*margin: -1.25rem 0 1rem 0;*/
	margin: 0 0 0 0;
	position: relative;
}

#rm .uk-subnav-pill a {
	color: var(--font-color);
	padding: 5px;
}

#rm .uk-subnav-pill a:hover {
	background-color: var(--bg-color);
}

#rm .print-only {
	display: none;
}
#rm .no-print {
	display: block;
}

#rm .uk-logo {
	font-size: 1rem;
	font-family: "Roboto Condensed", sans-serif;
}

#rm img.rm-logo {
	height: 18px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 13px;
}

#rm img.rm-logo-only {
	margin-left: 0.75rem;
	margin-right: 0.5rem;
}

#rm .pw-panel-button.ui-button i.fa {
	color: #28baa4;
	font-size: 20px;
	position: relative;
	bottom: -4px;
}

#rm .uk-h1,
#rm .uk-h2,
#rm .uk-h3,
#rm .uk-h4,
#rm .uk-h5,
#rm .uk-h6,
#rm h1,
#rm h2,
#rm h3,
#rm h4,
#rm h5,
#rm h6 {
	font-family: "Roboto Condensed", sans-serif;
}

#rm .uk-table tfoot {
	font-size: inherit;
	font-weight: bold;
}

#rm [data-feel] {
	font-family: "Roboto Condensed", sans-serif !important;
	color: var(--primary-color) !important;
	all: initial;
	display: inline-block !important;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	font-weight: normal !important;
	font-size: 0.825rem !important;
	letter-spacing: 0 !important;
	opacity: inherit;
	color: inherit;
	z-index: 1;
	cursor: pointer;
	border: 0;
	white-space: nowrap !important;
	text-transform: uppercase;
}

#rm [data-feel]:hover {
	text-decoration: underline;
}

#rm .uk-h1,
#rm h1 {
	margin-bottom: 0.5rem;
}

#rm .uk-radio:checked {
	background-color: #28baa4 !important;
	border-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

#rm .uk-button-danger:disabled,
#rm .uk-button-default:disabled,
#rm .uk-button-primary:disabled,
#rm .uk-button-secondary:disabled {
	background-color: var(--button-default-color) !important;
	color: var(--font-color-faded);
	border-color: var(--border-color);
}

#rm .uk-table th {
	color: var(--font-color);
	font-size: 0.625rem;
}

#rm .uk-table td {
	font-size: 0.825rem;
}

#rm .uk-table-small td,
#rm .uk-table-small th {
	padding: 0.25rem;
	vertical-align: top;
}

#rm .uk-table-hover tr:hover {
	background: var(--selected-color);
}

#rm .licenses .uk-table-small td,
#rm .licenses .uk-table-small th {
	padding: 2rem 0.5rem;
}

@media (max-width: 959px) {
	#rm .licenses .uk-table-small td,
	#rm .licenses .uk-table-small th {
		padding: 0;
		vertical-align: top;
	}

	#rm .uk-table-responsive .uk-table-link:not(:last-child) > a,
	#rm .uk-table-responsive td:not(:last-child):not(.uk-table-link),
	#rm .uk-table-responsive th:not(:last-child):not(.uk-table-link) {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	#rm .uk-table-responsive tr {
		padding-top: 0.5rem !important;
		padding-left: 0.5rem;
	}

	#rm .uk-table-responsive td:last-child {
		padding-bottom: 0 !important;
	}
	#rm .uk-table-responsive td:last-child span {
		position: absolute;
		top: 0.5rem;
		right: 0.5rem;
		font-size: 2rem;
	}
}

#rm .uk-table-small td:last-child,
#rm .uk-table-small th:last-child {
	padding-right: 0;
	padding-right: 0;
	border-right: 0;
}

#rm .prev_next {
	margin-bottom: 0;
}

#rm .uk-text-large {
	font-size: 1.3rem;
	line-height: 0.9;
}

#rm table.uk-table ul {
	list-style: none;
	padding-left: 0;
	line-height: 1.2;
}

#rm p {
	margin-bottom: 0;
	line-height: 1.4;
}

#rm .navbar.is-white.navbar-end .navbar-link,
#rm .navbar.is-white .navbar-end > .navbar-item,
#rm .navbar.is-white .navbar-start .navbar-link,
#rm .navbar.is-white .navbar-start > .navbar-item {
	color: #0a0a0a;
}

#rm #scheduleFilter .uk-sticky {
	background-color: #fff;
	box-shadow: none;
	padding: 0;
}

#rm #scheduleFilter .uk-sticky-fixed {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	padding: 15px 30px;
}

#rm #scheduleFilter .uk-sticky-fixed ul {
	margin-bottom: 0;
}

#rm .ag-cell {
	text-align: left;
}

#rm .rgActionIcon {
	color: #2aa197;
}

#rm-text {
	color: #555;
	font-size: 1rem;
	margin-left: 0.25rem;
}

#rm #pw-masthead {
	background-color: var(--card-bg-color);
	border-bottom: 1px solid var(--border-color);
}

#rm .home-grid {
	border-left: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
}

#rm .home-grid .home-card {
	border-right: 1px solid var(--border-color);
}

#rm .home-grid .home-card::last-child {
	border-right: 0;
}


@media (max-width: 640px) {
	#rm .home-grid {
		border-left: 0;
		border-bottom: 0;
		margin-bottom: 0 !important;
	}

	#rm .home-grid .home-card {
		border-right: 0;
		border-bottom: 1px solid var(--border-color);
	}
}

#rm .scheduleButton {
	position: relative;
	min-width: auto;
	width: auto;
	bottom: auto;
	left: auto;
	right: auto;
	border-bottom: 0;
}

@media (max-width: 480px) {
	#rm .resultpage {
		margin: 0;
		font-size: inherit;
	}

	#rm .rNumber {
		height: 30px;
		font-size: 1.5rem;
		padding: 5px 0;
		line-height: 1;
	}

	#rm .rRace {
		height: 30px;
		font-size: 1.5rem;
		padding: 5px 0;
		line-height: 1;
		color: #ffffff90;
	}

	#rm .scheduleButton {
		position: fixed;
		min-width: 100%;
		bottom: 75px;
		left: 0;
		right: 0;
		border-bottom: 1px solid var(--border-color);
	}

	#rm .prev-next {
		background-color: #fff;
		padding: 0;
		box-shadow: none;
		border-top: 0;
	}

	#rm .prev-next a {
		width: 35%;
		padding: 0.75rem 0 !important;
		border-radius: 0;
		height: 75px;
	}

	#rm .prev-next a:active {
		background: #f0506e !important;
		color: #fff !important;
	}

	#rm .prev-next a:active .rRace {
		color: #fff !important;
	}

	#rm .prev-next a .material-icons {
		position: relative;
		line-height: 1;
		font-size: 3rem;
		margin-bottom: 0.75rem;
		color: #ffffff90;
	}

	#rm .prev-next a#next {
		border-left: 1px solid var(--border-color);
	}

	#rm .prev-next #home {
		color: #ffffff80;
	}

	#rm .prev-next #home svg {
		width: 25px;
	}

	#rm .uk-navbar-toggle {
		z-index: 999;
	}

	#rm #search-card {
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	}

	#rm #dashboard-info {
		margin-top: 3rem;
	}

	#rm .uk-table-small tr:first-child {
		border-top: 0;
	}
}

#rm .rangeslider--disabled {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
}
