body {
	background: #ffffff;
	font-size: 16px;
}

.event-card {
	position: relative;
}

#addbutton {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 1000;
}

.material-icons {
	color: #000000;
}

.login-header{
	background-color: #ffffff;
	border: none;
	text-align: right;
}

.login-body{
	background-image: url(../image/race-director-login-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ffffff;
}

.login-block{
	background-color: #00aeac;
	color: #ffffff;
	border-radius: 10px;
	margin: 0 auto;
	font-size: 16px;
}

.login-block-header{
	color: #ffffff;
	font-weight: bolder;
	font-size: 26px;
	text-align: center;
	line-height: 36px;
}

.login-input{
	background-color: #00aeac;
	color: #ffffff;
	margin: 0 auto;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}

.login-checkbox{
	background: #ffffff;
	color: #000000;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 10px;
	border: none;
	font-size: 16px;
}

.login-button{
	background: #c80097;
	color: #ffffff;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 10px;
	border: none;
	font-size: 16px;
}

/* Customize the label (the checkbox-container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkbox-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox-checkmark {
  background-color: #c80097;
}

/* Create the checkbox-checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkbox-checkmark when checked */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
  display: block;
}

/* Style the checkbox-checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 


.login-bottom-link{
	margin: 0 auto;
	width: 330px;
}

.login-button-back{
	background: #000000;
	color: #ffffff;
	width: 46%;
	padding-top: 16px;
	padding-bottom: 16px;
	border-radius: 10px;
	border: none;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	float: left;
	margin-top: 20px;
}

.login-button-home{	
	background: #00aeac;
	color: #ffffff;
	width: 46%;
	padding-top: 16px;
	padding-bottom: 16px;
	border-radius: 10px;
	border: none;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	float: right;
	margin-top: 20px;
}

.login-button-to-site{	
	background: #00aeac;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 10px;
	border-radius: 10px;
	border: none;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	float: right;
	margin-right: 40px;
	width: 200px;
	margin-top:7px;
}

/* EVENTS PAGE */

.event-box-outer{
	background-color: transparent;
	margin-top: 20px;
	margin-right: 60px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center
}

.event-box-outer-2-3{
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #cdcbcc;
}

@media (max-width: 1310px) {                  
	.event-box-outer-2-3{
		position: relative;
	}
}

.event-box-text{
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.event-box-text-bold{
	font-weight: bold;
}

.event-box-time{
	text-align: center;
	background-color: #00aeac;
	border-radius: 10px;
	color: #ffffff;
	font-size: 18px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor: pointer;
}

.event-box-header-time{
	color: #000000;
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}

.event-box-pay{
	text-align: center;
	background-color: #c80097;
	border-radius: 10px;
	color: #ffffff;
	font-size: 18px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor: pointer;
}

.event-box-header-pay{
	color: #000000;
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}

.event-box-closed{
	text-align: center;
	background-color: #f3f3f3;
	border-radius: 10px;
	color: #cdcbcc;
	font-size: 18px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor: pointer;
}

.event-box-header-closed{
	color: #cdcbcc;
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}

.event-button-action{
	background: #000000;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 10px;
	border: none;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
}

/* MENU */

.menu-user{
	font-size: 18px;
	line-height: 22px;
	margin-top: 10px;
}

.menu-header-text{
	font-size: 24px;
	text-align: center;
	color: #ffffff;
	background-color: #00aeac;
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 18px;
}

@media (max-width: 1310px) {                  
   .hide-smallscreen {
      display: none;
   }
}

/* MANAGE PAGE */

.manage-wrapper{
	padding: 0px;
	box-sizing: border-box;
	margin: 0px;
}

.manage-grid{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.manage-box{
	margin: 0px;
	padding: 0px;
	width: 33.3%;
	position:relative;
}

@media (max-width: 1310px) {                  
   .fullwidth-smallscreen {
      width: 100%;
   }
	
	.manage-box{
		display: block
	}
}

.manage-header-text{
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background-color: #00aeac;
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 18px;
}

.manage-header-text-grey{
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #cdcbcc;
	background-color: #f3f3f3;
	padding-top: 18px;
	padding-bottom: 18px;	
}

.manage-header-text-turquoise{
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #00aeac;
	padding-bottom: 18px;
	font-weight: bold;
}

.manage-input{
	background-color: #00aeac;
	color: #ffffff;
	margin: 0 auto;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.manage-input-white{
	background-color: #ffffff;
	color: #757575;
	margin: 0 auto;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
}

.manage-select{
	font-size: 16px;
	background-color: #00aeac;
	color: #ffffff;
	margin: 0 auto;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-transform: uppercase;
}

.manage-select-white{
	font-size: 16px;
	background-color: #ffffff;
	color: #757575;
	margin: 0 auto;
	border-bottom: 1px solid #e0e0e0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-transform: uppercase;
}

.manage-button{
	background: #000000;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 10px;
	border: none;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
	width: 100%;
	line-height: 20px;
}

.manage-button-black{
	background-color: #000000;
}

.manage-button-blue{
	background-color: #00aeac;
}

.manage-button-pink{
	background-color: #c80097;
}

.manage-button-grey-1{
	color: #cdcbcc;
	background-color: #f3f3f3;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 10px;
	border: none;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 6px;
	line-height: 20px;
}

.manage-button-turquoise-1{
	color: #ffffff;
	background-color: #00aeac;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 10px;
	border: none;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 3px;
	cursor: pointer;
	line-height: 20px;
}

.manage-button-pink-1{
	color: #ffffff;
	background-color: #c80097;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 10px;
	border: none;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 6px;
	cursor: pointer;
	line-height: 20px;
}

.manage-upload-grey{
	color: #cdcbcc;
	background-color: #f3f3f3;
	height: 250px;
	width: 250px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
}

.manage-upload-turquoise{
	color: #ffffff;
	background-color: #00aeac;
	height: 250px;
	width: 250px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}

.event-box-stage{
	text-align: center;
	background-color: #00aeac;
	border-radius: 10px;
	color: #ffffff;
	font-size: 18px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float: left;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 220px;
}

.event-box-stage-add{
	text-align: center;
	color: #cdcbcc;
	background-color: #f3f3f3;
	border-radius: 10px;
	font-size: 18px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float: left;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 220px;
	cursor: pointer;
}

.profile-body{
	background-image: url(../image/race-director-login-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ffffff;
}

.import-select{
	width: 100%;
	font-size: 16px;
	color: #757575;
	margin: 0 auto;
	border-bottom: 1px solid #757575;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.import-select select:focus {
	border-bottom: 1px solid #757575 !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-left-style: none !important;
}


