*
{
	box-sizing: border-box;
}

body
{
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #222222;
	padding: 0;
	margin: 0;
	background-color: #f7f7f7;
	background-position: left top, left top;
	background-attachment: fixed, fixed;
	background-size: cover;
}

/**** SITE PARTS ****/
.maindatarow
{
	text-align: center;
	margin-top: 0px;
	padding: 10px;
	box-shadow: 0 0px 8px 0px #aaaaaa;
	font-size: 16px;
}
.maindatarow label
{
	padding-right: 0px;
	color: #ff7e00;
	font-weight: 700;
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
}

#restofpage
{
	margin-top: 75px;
	transition: margin-top 0.4s;
}
#space
{
	height: 130px;
	content: " ";
	width: 100%;
}
.frontbox:after
{
	clear: both;
	
}

.mainfrontbox
{
	background-image: url("../jpg/rcback6.jpg");
	background-position: left top, left top;
	background-attachment: fixed, fixed;
	background-size: cover;
	height: 80%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.white-link, .white-link:visited
{
	color: #ffffff;
}
.white-link:hover
{
	text-decoration: underline;
	color: #ffffff;
}
.frontpagelogo
{
	max-width: 430px;
	width: 85%;
	display: block;
	margin: 70px auto;
}
.frontpagebox
{
	padding: 50px;
	position: relative;
}
.frontpagebox:after, .frontbox:after
{
	content: ".";
	visibility: hidden;
	clear: both;
	display: block;
	height: 0;
}
.frontpageboxwithback
{
	background-attachment: fixed;
	background-size: cover;
	background-image: url("../jpg/kerbbackcolor.jpg");
}
.frontpagebox_colour1
{
	background-color: #f1f1f1;
}
.frontpageboxwithback h1, .frontpageboxwithback p
{
	color: #ffffff;
	text-shadow: 0px 0px 20px #000000;
}
.frontpagebox-flex-image
{
	max-width: 600px;
    width: 100%;
	padding: 1vw;
}

#pagebottom
{
	position: fixed;
	bottom: 0px;
	display: block;
	text-align: center;
	font-size: 0.9rem;
	width: 100%;
	background-color: #ffffff;
	padding: 3px;
	box-shadow: 0px 2px 10px 1px #222222;
	z-index: 50;
}

.leftpanel
{
	width: 50%;
	float: left;
	padding: 20px 10px;
}
.rightpanel
{
	width: 50%;
	float: right;
	padding: 20px 50px;
}

/**** MENU ****/
#menu
{
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	text-align: right;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 61;
	box-shadow: 0px 0px 10px 1px #222222;
	transition: left 0.7s;
	
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* IE/Edge */
	user-select: none; 
}
#mobileMenuBackground
{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 60;
	background-color: rgba(0, 0, 0, 0.5);
}
.menu-x-button
{
	display: none;
	position: absolute;
    right: 8px;
	top: 8px;
	width: 28px;
    cursor: pointer;
}
.logoontopbox
{
	float: left;
	height: 100%;
	margin-left: 18px;
}
.logoontop
{
	width: 300px;
	height: 70px;
}
.sidebarform
{
	float: right;
    height: 100%;
    margin: 0 10px 0 20px;
    padding: 10px;
    text-align: center;
}
.sidebarformSearchMagnifyIcon
{
	position: absolute;
    height: 24px;
	margin: 15px;
	opacity: 0.7;
}
.sidebarform input
{
	border: 1px solid #999;
    width: 320px;
	height: 54px;
	padding: 12px;
	padding-left: 46px;
    font-family: "Montserrat", sans-serif;
	font-size: 0.9rem;
}
.sidebarform input::placeholder
{
	font-style: italic;
}
#menubuttons a:focus, .dropdownmenu a:focus
{
	outline: none;
}
.sidebarform button
{
	height: 40px;
	float: right;
}
.sidebarform_mobile
{
	display: none;
    position: fixed;
    top: 44px;
    z-index: 15;
    background-color: #444444;
	box-shadow: 0px 0px 10px 0px #000000;
	transition: top 0.4s;
}
.sidebarbutton
{
	padding: 10px;
	margin: 0 4px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	color: #222222;
}
.sidebarbutton:hover
{
	color: #ff7e00;
}
.sidebarbutton_join
{
	border-radius: 20px;
    padding: 6px 14px;
    background-color: #ff7e00;
    color: #ffffff;
}
.sidebarbutton_join:hover
{
	color: #ffffff;
	background-color: #ff6b00;
}
.auto-search-form
{
	/*position: static;*/
}
.searchsugg
{
	position: absolute;
	/*left: 0;*/
	max-width: 100%;
	background-color: #ffffff;
	overflow-y: auto;
	text-align: left;
	border: 1px solid #aaaaaa;
	font-size: 12px;
	display: none;
	width: 300px;
	max-height: 280px;
	z-index: 60;
}
.settingsbox .searchsugg
{
	width: 400px;
}

.searchsugg_always-visible, #selectedChampsList
{
	height: 200px;
	overflow-y: auto;
	position: sticky;
	display: block;
	width: 350px;
	margin: 0 auto;
}
.searchsugg-item
{
	position: relative;
	padding: 10px;
	display: block;
	height: 37px;
	font-weight: 500;
	overflow: hidden;
	cursor: pointer;
	white-space: nowrap;
}
.searchsugg-item_link
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #222222;
	font-weight: 500;
	text-decoration: none;
}
.searchsugg-item_link:hover
{
	color: #222222;
}
.searchsugg-item_link:nth-of-type(2n) .searchsugg-item, .searchsugg .searchsugg-item:nth-of-type(2n)
{
	background-color: #eeeeee;
}
.searchsugg-item_link:hover .searchsugg-item, .searchsugg .searchsugg-item:hover, .auto-search-hover-colour
{
	background-color: #cccccc !important;
}
.searchsugg-item_content
{
	display: flex;
	align-items: center;
}
.searchsugg-item .mapflag
{
	height: 13px !important;
	margin-right: 6px;
}
.searchsugg-item_remove-button
{
	position: absolute;
	width: 16px;
	right: 6px;
	color: #6e6e6e;
}

#mainfrontboxSearch
{
	width: 100%;
	max-width: 800px;
	margin: 30px auto;
}
#mainfrontboxSearchInput
{
	width: 100%;
    padding: 20px 32px 18px 76px;
    font-size: 32px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    line-height: 1.5em;
}
#mainfrontboxSearchInput::placeholder
{
	font-style: italic;
	color: #bbbbbb;
	font-weight: normal;
	font-size: 24px;
	transform:translate3d(0,-3.5px,0)
}
.mainfrontboxSearchMagnifyIcon
{
	position: absolute;
    height: 40px;
	margin: 25px;
	opacity: 0.7;
}
.mainfrontboxSearchsugg
{
	width: 100%;
	max-width: 800px;
	max-height: 30vh;
	overflow-y: auto;
}
.mainfrontboxSearchsugg .searchsugg-item
{
	font-size: 20px;
	height: 50px;
	padding: 12px;
}
.mainfrontboxSearchsugg .searchsugg-item .mapflag
{
	height: 20px !important;
	margin: 0 8px;
}

.searchinactive
{
	color: #888888;
}

#menubuttons
{
	margin-right: 260px;
}
#smallermenubuttons .sidebarbutton
{
	font-size: 10px;
	color: #777777;
}
#smallermenubuttons .sidebarbutton:hover
{
	color: #222222;
}
.dropdownmenu
{
	position: absolute;
	margin-top: 0px;
	background-color: #ffffff;
	width: 100%;
	text-align: right;
	padding-right: 374px;
	font-size: 12px;
	display: none;
	box-shadow: 0px 5px 10px 1px #666666;
}

/**** HEADINGS ****/
.page-header
{
	text-align: center;
	font-size: 46px;
	background-image: url("../jpg/kerbbackcolor.jpg");
	background-position: top;
	background-size: cover;
	color: #ffffff;
	padding: 40px 10px 30px 10px;
	margin-top: 0;
	margin-bottom: 0;
	text-shadow: 0px 0px 20px #000000;
	box-shadow: 0 0px 8px 0px #666666;
	position: relative;
}
.page-header img
{
	height: 40px;
}

/**** TEXT ****/
.textbox
{
	width: 80%;
	max-width: 650px;
	margin: 40px auto;
	font-size: 16px;
	padding: 20px;
	line-height: 2rem;
	font-family: 'Montserrat', sans-serif;
}

sup
{
	font-size: 8px;
}

.textflow
{
	text-align: justify;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.bigtext
{
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	margin-top: 80px;
	font-family: Montserrat;
}

.photocredit
{
	text-align: right;
	font-style: italic;
	font-size: 12px;
	margin: 2px;
	font-family: Montserrat;
}

.centeritalic
{
	text-align: center;
	font-style: italic;
}

.noevents
{
	color: #bbbbbb;
	font-weight: 300;
}


/**** TABLES ****/
.rc-table
{
	border-spacing: 0px 1px;
}
.rc-table tr:not([class="thtr"]), .rc-table-tr:not([class="thtr"])
{
	box-shadow: 4px 4px 10px 1px rgb(0 0 0 / 10%);
	background-color: #ffffff;
}
.rc-table th, .rc-table-th
{
	text-align: left;
	font-size: 1.2rem;
	padding: 10px 7px;
	font-weight: bold;
}
.rc-table td, .rc-table-td
{
	padding: 10px 7px;
    height: 58px;
}
.rc-table-subsection-title
{
	text-align: center;
    font-weight: 600;
    color: #aaa;
    font-size: 0.9rem;
    height: 0.5rem;
}
.rc-table-flag
{
	width: 36px;
	height: 24px;
}
.rc-table-flag-td
{
	width: 46px;
}
.rc-table-discipline-icon
{
	width: 24px;
	height: 24px;
}
.rc-table-discipline-icon-td
{
	width: 24px;
}
.rc-table-position-td
{
    color: #ff7e00;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}
.rc-table-date-td
{
	text-align: right;
    font-weight: 700;
}
.rc-table-date-td_circuit
{
	vertical-align: top;
    padding: 16px;
}

.detailed-table
{
	font-size: 0.85rem;
	border-spacing: 0px 0px;
	width: 100%;
}
.detailed-table td, .detailed-table th
{
	padding: 10px;
}
.detailed-table tr:nth-of-type(2n)
{
	background-color: #f0f0f0;
}
.detailed-table tr:nth-of-type(2n+1)
{
	background-color: #f7f7f7;
}
.detailed-table-flag
{
	height: 16px;
}
.detailed-table.compact td
{
	padding: 5px;
}
.table-hover-effect tr:hover
{
	background-color: #ffffff;
}


.eventname
{
	font-size: 12px;
	color: #999999;
}
.eventnamecircuit
{
	font-size: 18px;
	color: #999999;
	margin-bottom: 5px;
	line-height: 1.6rem;
	display: block;
}
.tablewrapper
{
	display: block;
	width: 100%;
	overflow-x: auto;
}
.oldeventsubmission
{
	font-size: 0.8em;
	color: #888888;
}
.oldeventsubmission a
{
	color: #888888;
}
.oldeventsubmissiondiff
{
	background-color: #ffc082;
	padding: 3px;
}
.accdenycolumn
{
	width: 120px;
}
.accdeny, .accdeny form
{
	text-align: right;
}
.accdeny button
{
	width: 20px;
	height: 20px;
	padding: 0;
	display: inline-block;
	margin: 2px;
}

.closedcircuit
{
	display: none;
}

.toggle-button
{
	margin: -0.5px -3px;
    font-size: 16px;
    padding: 12px 16px;
    background-color: #f0f0f0;
    font-family: inherit;
    border: 1px solid #999;
}
.toggle-button_selected
{
	background-color: #ff7e00;
	color: #ffffff;
    border: 1px solid #ff7e00
}

.table-toggle-button-container
{
	width: 100%;
    display: flex;
	box-shadow: 4px 4px 10px 1px rgb(0 0 0 / 10%);
	overflow-x: auto;
}
.table-toggle-button
{
	flex-basis: 0;
    flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
    text-align: center;
    padding: 12px 6px;
	padding-bottom: 14px;
    background-color: #ffffff;
	font-weight: 600;
	border-bottom: 2px solid #B5B5B5;
	cursor: pointer;
}
.table-toggle-button_selected
{
	background-color: #ffe7cf;
	border-bottom: 4px solid #ff7e00;
	padding-bottom: 12px;
}

.status-circle
{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	padding: 6px;
	margin-right: 3px;
}
.green-status-circle
{
	background-color: #43A047;
}
.blue-status-circle
{
	background-color: #2979FF;
}
.red-status-circle
{
	background-color: #E53935;
}
.orange-status-circle
{
	background-color: #ff7e00;
}
.purple-status-circle
{
	background-color: #7B1FA2;
}

.thtr
{
	background-color: transparent;
	text-align: center;
}

/**** BUTTONS ****/
.tableimagebutton
{
	background: transparent;
	border: none;
	cursor: pointer;
	width: 22px;
	height: 22px;
	margin-top: 3px;
}
.tableimagebutton img
{
	height: 20px;
}
.imagebutton
{
	background-color: rgba(255, 255, 255, 0.8);
	color: #000000;		
	font-size: 14px;
	position: absolute;
	left: 20px;
	top: 10px;
	cursor: pointer;
}
.imagebutton img
{
	height: 14px;
}

.removerowbutton,.removesessionrowbutton
{
	width: 15px;
	margin: 10px;
	cursor: pointer;
	vertical-align: middle;
}

.icon-button
{
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
.icon-button img
{
	vertical-align: middle;
}
.icon-button-label
{
	vertical-align: middle;
}

.dropdownbutton
{
	display: block;
	width: 140px;
	background-color: #dddddd;
	color: #555555;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #ffffff;
	text-align: center;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.8rem;
	text-decoration: none;
}
.dropdownbutton:link, .dropdownbutton:visited
{
	color: #555555;
}
.dropdownbutton:hover
{
	color: #222222;
	background-color: #eeeeee;
}
#yearmenuselector, #editmenuselector
{
	background-color: #ff7e00;
	margin-left: 40px;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.9rem;
	text-align: center;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* IE/Edge */
	user-select: none;  
}
#yearmenuselector:hover, #editmenuselector:hover
{
	color: #ffffff;
}
#yearmenucontainer, #editmenucontainer
{
	max-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	transition: max-height 0.5s ease-in-out;
	margin-left: 40px;
	z-index: 40;
}
#editmenucontainer
{
	margin-top: 42px;
	overflow-y: hidden;
	right: 0;
}
#editmenuselector
{
	margin-left: 0px;
	cursor: default;
}
.iconbutton
{
	height: 32px;
	width: 32px;
	display: inline-block;
	background-color: transparent;
	border: transparent;
	background-size: cover;
	box-sizing: border-box;
	margin: 3px;
	cursor: pointer;
}
.globebutton
{
	background-image: url("../png/world.png");
}
.gearbutton
{
	background-image: url("../png/gear.png");
}
.printerbutton
{
	background-image: url("../png/printicon.png");
}

.pageselector 
{
	display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 4px;
	text-align: center;
    margin: 20px auto;
}
.pagebutton
{
	display: inline-block;
	padding: 7px;
	font-size: 20px;
	font-weight: 700;
	min-width: 40px;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
	background-color: #666666;
}
.currentpagebutton
{
	background-color: #ff7e00;
}
.pagebutton:hover
{
	color: #ffffff;
	background-color: #888888;
}
.pagebutton:visited
{
	color: #ffffff;
}

/**** BOXES ****/
#mobilebar
{
	display: none;
}

#popupbox
{
	position: fixed;
	width: 90%;
	max-width: 400px;
	left: 50%;
	transform: translate(-50%, 0);
	top: 10%;
	z-index: 100;
	background-color: #ffffff;
	border: 5px #000000 solid;
	color: #222222;
	display: none;
	padding: 25px;
}
#popupbox h2, #ratebox h2
{
	margin: 0;
}
#popupbox input
{
	width: 100%;
	/*background-color: rgba(255,126,0,0.4);
	border: 0px;*/
	font-size: 16px;
}
#popupbox button
{
	margin-top: 20px;
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
}
#fullpagebox, #fullpagebox2
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}
#fullpagebox2
{
	z-index: 110;
}

.popupbox
{
	position: fixed;
	left: 50%;
	z-index: 105;
	background-color: #ffffff;
	border: 5px #000000 solid;
	color: #222222;
	text-align: center;
	display: none;
	padding: 25px;
}

#ratebox
{
	width: 400px;
	top: 30%;
	margin-left: -200px;
}
#editbox
{
	width: 80%;
	margin-left: -40%;
	top: 10%;
	max-height: 80%;
	overflow: auto;
}

.confirmationbox
{
	display: none;
	position: fixed;
	border: 3px solid #000000;
	background-color: #ffffff;
	padding: 50px;
	left: 50%;
	top: 20%;
	width: 50%;
	margin-left: -25%;
	z-index: 120;
}

.exit-popup-box-button
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 18px;
	cursor: pointer;
}

.messageresponse
{
	display: none;
	position: fixed;
    width: 100%;
    max-width: 400px;
    bottom: 50px;
	right: 30px;
	
	background-color: #209101;
	border-radius: 6px;
	bottom: 50px;
	z-index: 1005;
	padding: 20px;
	color: #ffffff;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	transition: opacity 2s ease-out;
}

#box404
{
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	max-width: 700px;
	margin: 10% auto;
	padding: 30px;
	padding-top: 23px;
	text-align: center;
	font-size: 1.2rem;
}
#box404 h2
{
	margin-top: 0;
}

.todayevent
{
	background-color: #ffffff;
	width: 70%;
	margin: 0 auto;
	position: relative;
}
.todayevent p
{
	font-family: Montserrat;
}
.todayeventdate
{
	background-color: #397b38;
	padding: 20px;
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
}
.todayeventcircuit
{
	font-size: 25px;
}
.todayeventchamp
{
	padding: 0px 20px 30px 20px;
}
.racingflagcorner
{
	position: absolute;
	top: -20px;
	right: -20px;
	width: 100px;
}

.hoverbox
{
	position: absolute;
	/*width: 400px;*/
	max-width: 90%;
	padding: 10px;
	background-color: #ffffff;
	border: 5px solid #ff7e00;
	box-shadow: 0px 0px 5px 0px #aaaaaa;
	display: none;
	z-index: 300;
}
.hoverbox p
{
	text-align: left;
	margin: 2px;
}
.hoverboxtitle
{
	font-size: 24px;
}
.hoverboxloc
{
	font-size: 14px;
	color: #999999;
}

.settingsboxcontainer
{
	text-align: center;
	margin: 0 auto;
	width: auto;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
.settingsbox
{
	padding: 0px 50px;
    vertical-align: top;
}

#cookiebar
{
	position: fixed;
    width: 100%;
    max-width: 400px;
    bottom: 150px;
    right: 30px;
    text-align: center;	
    font-size: 18px;
    padding: 25px;
    line-height: 1.5em;
    border-top: 7px solid #ff7e00;
    box-shadow: 0px 0px 5px 0px #aaaaaa;
	background-color: #ffffff;
	z-index: 1000;
}

.front-summary-box
{
	width: 100%;
	max-width: 800px;
	margin: 18px auto;
	padding: 18px 18px 22px 36px;
	position: relative;
}
.front-summary-box-shape
{
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.16);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: skew(-20deg);
	background-color: #ffffff;
}
.front-summary-box-icon
{
	width: 64px;
	padding: 8px;
	margin-right: 24px;
	position: absolute;
}
.front-summary-box h3
{
	font-weight: normal;
	font-size: 24px;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 4px;
	position: relative;
	margin-left: 84px;
	line-height: 2rem;
}
.front-summary-box p
{
	text-align: left;
	margin-top: 4px;
	margin-bottom: 0;
	position: relative;
	color: #222222;
	text-shadow: none;
	margin-left: 84px;
	font-size: 18px;
	line-height: 1.5rem;
}

/**** FORMS ****/
/* #searchform only in use on recent changes */
#searchform
{
	background-color: #ffffff;
	padding: 15px;
}
#searchform table
{
	margin: 0 auto;
}
#registerform
{
	max-width: 450px;
}
.settingsbox label, .popupbox label, #registerform label
{
    display: block;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 6px;
}
#searchform input, #searchform select, #searchform textarea
{
	border: 0;
	border-bottom: 1px solid #aaa;
	background-color: transparent;
	font-family: "Montserrat";
	font-size: 1em;
}
#searchform label
{
	padding: 10px;
    display: block;
	text-transform: uppercase;
    font-weight: 600;
    color: #666;
}
#searchform td
{
	display: inline-flex;
}
.settingsbox input, .settingsbox select, .settingsbox textarea, .popupbox input:not([name=stars]), .orangeinput
{
    margin: 0 auto;
    width: 400px;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #aaa;
}
.dateinput
{
	width: 130px;
    text-align: center;
    padding-right: 0;
}
.freesearch
{
	width: 250px;
}
.resultspage
{
	width: 80px;
}

::-webkit-calendar-picker-indicator
{
    padding: 0;
	margin: 0;
}

input:focus, button:focus, select:focus, option:focus, textarea:focus, a:focus
{
	outline: 2px solid #3399ff;
}

input, select, textarea
{
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	font-family: inherit;
	resize: none;
}
input[type="radio"], input[type="checkbox"]
{
	width: auto !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

textarea
{
	height: 200px;
	font-size: inherit;
}
.editprofile
{
	width: 100%;
	max-width: 700px;
}
.editprofile textarea
{
	width: 100%;
}

.standardlabel
{
	background: none !important;
	width: auto;
	border: none !important;
	padding: 0;
	color: #222222;
	display: inline !important;
	font-size: 0.8em;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.inputwrong
{
	background-color: rgba(255,0,0,0.2) !important;
}
.inputerrormessage
{
	margin: 4px 2px;
	font-size: 14px;
	color: #f10000;
	padding: 0px;
	position: absolute;
}
.inputerrorlabel
{
	position: absolute;
	padding: 7px;
	color: #ee0000;
}
.input-error-message /*replacing the one above*/
{
	margin-top: 4px;
	font-size: 14px;
	color: #f10000;
}

.switchholder
{
	width: 60px;
	background-color: #cccccc;
	border-radius: 25px;
	display: inline-block;
	padding: 4px;
	transition: background 0.4s;
	cursor: pointer;
}
.switch
{
	width: 25px;
	height: 25px;
	background-color: #ffffff;
	border-radius: 100%;
	display: block;
	transition: margin 0.4s;
}
.listtoolbar
{
	text-align: center;
}
.listtoolbar table tr
{
	background: transparent;
	margin: 0;
}

.centerformcontainer
{
	text-align: center;
}

.g-recaptcha
{
	margin: 0 auto;
	display: inline-block;
}
.grecaptcha-badge
{
	display: none;
}

/**** NEW FORMS ****/
.form-label
{
	text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}
.form-input
{
	font-size: inherit;
	width: 100%;
}
.date-number-input::-webkit-outer-spin-button,
.date-number-input::-webkit-inner-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}
.date-number-input
{
  -moz-appearance: textfield;
}

/**** ADD/EDIT CALENDAR ****/
#rawinput
{
	display: none;
}

.draggable-icon
{
	vertical-align: middle;
	height: 100%; 
}

.edit-calendar-section-intro
{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#editEventsTable input
{
	font-size: 0.9rem;
	font-family: 'Exo 2';
}

#editEventsTableBody .eventrow:not(.eventrow_header)
{
	cursor: grab;
}
#editEventsTableBody .eventrow:not(.eventrow_header):active
{
	cursor: grabbing;
}

#editEventsTable [name="startdate"], #editEventsTable [name="enddate"]
{
	width: 128px;
}
/*Setting width for Firefox, which require wider date input fields*/
@-moz-document url-prefix() 
{
	#editEventsTable [name="startdate"], #editEventsTable [name="enddate"]
	{
		width: 140px;
	}
 }

#editEventsTable [name="circuitname"], #editEventsTable [name="eventname"]
{
	width: 250px;
}

#editEventsTable [name="eventstatus"]
{
	width: 116px;
}
#editEventsTable [name="duration"]
{
	width: 100px;
	text-align: right;
}

.advanced-event-option
{
	margin-bottom: 16px;
    padding: 16px;
    padding-left: 47px;
    padding-bottom: 16px;
}
.edit-race-distance-wrapper
{
	border-left: 1px solid #e2e2e2;
    padding-left: 28px;
}

/**** FOLLOWINGS ****/
.followings-table-wrapper
{
	max-width: 600px;
	width: 100%;
	padding: 1vw;
}
.followings-table-header-wrapper
{
	display: flex;
	justify-content: space-between;
	column-gap: 16px;
	align-items: center;
}
.followings-table
{
	width: 100%;
	border-spacing: 0px 1px;
}
.followings-table tr
{
	box-shadow: 4px 4px 10px 1px rgb(0 0 0 / 10%);
	background-color: #ffffff;
	height: 58px;
}

/**** SUBMISSIONS ****/
#submissionSelectionBar
{
	display: none;
	background-color: #ff9933;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 20px;
	text-align: left;
	font-size: 30px;
	color: #ffffff;
	z-index: 100;
}
#submissionSelectionBar button
{
	background-color: #ffffff;
	color: #222222;
	float: right;
	margin-left: 10px;
	text-transform: uppercase;
}

.centerpreloader
{
	display: block;
	max-width: 80px;
	width: 100%;
	margin: 50px auto;
}
.centerpreloader_modal
{
	position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -60px;
}

.submissions-table-wrapper
{
	width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

/*** MAP ***/
.mapbox
{
	max-width: 1000px;
    margin: 0 auto;
	background-color: #f0f0f0;
}
.mapwrapper
{
	width: 100%;
	max-width: 1000px;
	max-height: 500px;
	margin: 0 auto;
	overflow: hidden;
	cursor: grab;
	cursor: -webkit-grab;
	cursor: -moz-grab;
}
.map
{
	width: 1000px;
	position: relative;
    background-attachment: local;
    background-repeat: no-repeat;
}

.maplabel
{
	width: 100%;
	min-height: 57px;
	background-color: rgba(255,126,0,0.4);
	text-align: center;
	padding: 10px;
	font-size: 30px;
}

.mapdot
{
	position: absolute;
	z-index: 1;
}
.mapdot:hover
{
	z-index: 2;
}
.mapdotlabel
{
	z-index: 3;
	padding: 3px;
	background-color: rgba(255,255,255,0.8);
	font-size: 12px;
	position: absolute;
	border-left: 10px solid #ff7e00;
}
.greydot
{
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.mapinforow
{
	text-align: right;
	background-color: rgba(255,126,0,0.4);
	padding: 5px 10px;
	margin: 0;
	font-size: 16px;
}

.tapmapcover
{
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	z-index: 100;
}

/*** RATINGS ***/
#ratingtext
{
	font-weight: 500;
	text-align: center;
	font-style: italic;
	margin: 10px auto 20px auto;
}

#ratestars
{
	text-align: center;
	margin-top: 20px;
}
.rating-star
{
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	background-image: url('../png/greystar.png');
	color: transparent;
	background-repeat: no-repeat;
	border: none;
}
.orangestar
{
	background-image: url('../png/orangestar.png');
}

.ratingbarcontainer
{
	width: 60px;
	height: 12px;
	display: block;
	background-color: #cccccc;
	cursor: pointer;
	margin-right: 10px;
}
.ratingbar
{
	position: relative;
	height: 100%;
	background-color: #ff7e00;
	display: block;
	margin: 0;
}
.ratingtd
{
	min-width: 60px;
}

/**** OTHER ****/
.rc-ul, .rc-dl
{
	list-style-image: url("../png/arrow.png");
	line-height: 1.7em;
}
.rc-dl
{
	font-family: "Montserrat";
	font-size: 16px;
}
.rc-dt
{
	font-weight: 600;
}
.rc-ol
{
	list-style-image: none;
}

.smallerflag
{
	width: 30px;
	height: 20px;
}
.mapflag
{
	height: 13px;
}
.racingflag
{
	height: 18px;
}

.next-year-message
{
	background-color: rgba(255,126,0,0.1);
    padding: 16px;
    max-width: 1000px;
    margin-left: auto;
	margin-right: auto;
    box-shadow: 2px 2px 7px 0px rgb(0 0 0 / 20%);
	text-align: center;
}
.no-affiliation-message
{
	background-color: #ddd;
    padding: 32px;
    font-size: 16px;
	clear: both;
}

.sharebuttons
{
	text-align: center;
	margin-top: 30px;
	clear: both;
}
.sharebuttons img
{
	height: 20px;
}
.sharebutton
{
	display: inline-block;
	height: 30px;
	width: 30px;
	padding: 5px;
	cursor: pointer;
}
#fbshare
{
	background-color: #3a5795;
	border: 1px solid #3a5795;
	color: #ffffff;
}
#twittershare
{
	background-color: #5ea9dd;
}
#instashare
{
	background-color: #2e5e86;
}

.paypal-button
{
	border: 0;
    background-color: transparent;
}

/*** HOTJAR FEEDBACK ***/
#_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_feedback_minimized_label ._hj-f5b2a1eb-9b07_feedback_minimized_label_text
{
	color: #222222 !important;
	font-family: "Montserrat" !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
#_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_feedback_minimized_label ._hj-f5b2a1eb-9b07_icon_emotion_default ._hj-f5b2a1eb-9b07_icon_emotion_path2:before
{
	color: #ffffff !important;
}
#_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_feedback_minimized_label ._hj-f5b2a1eb-9b07_icon_emotion_default ._hj-f5b2a1eb-9b07_icon_emotion_path1:before
{
    color: #ff7e00 !important;
}
#_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_feedback_minimized_label
{
    background: #ffffff !important;
	box-shadow: -2px 1px 5px 1px rgba(0,0,0,0.1);
}






.object-list-box-wrapper
{
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 0.5rem;
}
.object-list-box
{
	display: flex;
	min-height: 60px;
	gap: 1rem;
	box-shadow: 4px 4px 10px 1px rgb(0 0 0 / 10%);
}
.object-list-box-image
{
	width: 110px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #333333;
}
.object-list-box-content
{
	display: flex;
	align-items: center;
}



/****** NEW CHAMPIONSHIP PAGE *******/
.new-to-rc-banner
{
	background-color: #444444;
	color: #ffffff;
	padding: 24px;
}
.new-to-rc-banner-content
{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	gap: 32px;
}
.new-to-rc-banner-logo
{
	width: 120px;
    margin-top: 18px;
}
.new-to-rc-banner-header
{
	font-weight: 700;
	font-size: 24px;
	margin-top: 16px;
	margin-bottom: 0;
}
.new-to-rc-banner-text
{
	line-height: 1.7rem;
	font-family: 'Montserrat';
}
.new-to-rc-banner-button-wrapper
{
	display: flex;
	width: 100%;
	gap: 24px;
	justify-content: right;
	align-items: center;
}



.page-intro-wrapper
{
	display: flex;

}
.page-intro-image-wrapper
{
	width: 50%;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #333333;
	min-height: 200px;
	position: relative;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.image-information-icon
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	background-color: #222222;
	color: #ffffff;
	font-weight: 700;
	border-radius: 100%;
	position: absolute;
	bottom: 14px;
	right: 14px;
	box-shadow: 0 3px 6px 0px rgba(0,0,0,0.16);
	cursor: default;
}
.page-intro-description-wrapper
{
	width: 50%;
	padding: 38px;
	padding-bottom: 16px;
	font-family: 'Montserrat';
}
.page-intro-description-title-wrapper
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-intro-description-title
{
	font-size: 36px;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 2px;
	font-family: 'Exo 2';
}
.page-intro-description-subrow
{
	font-size: 20px;
	font-weight: 400;
	color: #707070;
}
.section-label
{
	font-weight: 700;
	text-transform: uppercase;
}
.page-intro-description-button-wrapper
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.show-more-link
{
	color: #0018B2;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.year-row-wrapper
{
	background-color: #444444;
	display: flex;
	overflow-x: scroll;
	-ms-overflow-style: none;
    scrollbar-width: none;
	min-height: 51px;
}
.year-row-wrapper::-webkit-scrollbar
{
	display: none;
}
.year-row-button
{
	padding: 16px 32px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
}
.year-row-button_selected
{
	background-color: #ff7e00;
}
.year-row-button_inactive
{
	color: #707070;
	cursor: default;
}
.year-row-button:not(.year-row-button_selected):not(.year-row-button_inactive):hover
{
	background-color: #707070;
}
.year-row-scroll-button
{
	position: sticky;
	padding: 16px;
	color: #ffffff;
	background-color: #404040;
	transition: box-shadow 0.4s;
	font-weight: 900;
	cursor: pointer;
}
.year-row-scroll-button_left
{
	left: 0;
	box-shadow: 5px 0 10px 0px rgba(0, 0, 0, 0.3);
}
.year-row-scroll-button_right
{
	right: 0;
	box-shadow: -5px 0 10px 0px rgba(0, 0, 0, 0.3);
}

.season-title-wrapper
{
	display: flex;
    align-items: end;
	justify-content: center;
    gap: 0.5rem;
}
.season-title
{
	font-size: 24px;
	font-weight: 900;
}
.season-title-year
{
	font-size: 52px;
	padding-right: 8px;
}



/**** FILE UPLOAD ****/
#uploadPreview
{
	display: flex;
	width: 100%;
	height: 250px;
	background-color: #e6e6e6;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;

	align-items: center;
	justify-content: center;
	font-size: 124px;
	color: #707070;
}
#uploadPreview span
{
	margin-top: -24px;
}