@import url("//brand.timemsystem.com/assets/css/bootstrap.min.css");

.input-group-addon:last-child {
  display: inline;
  padding: 5px;
}

/* Registration page adjustments */

.controls fieldset {
    padding: 0 !important;
    margin: 0 !important;
}
fieldset#jform_privacyconsent_privacy label,
fieldset#jform_privacyconsent_privacy input {
    display: block;
    padding: 0;
    line-height: initial;
    margin-bottom: 1em;
}

/* Privacy policy */

/* Checkbox */
/* input[name="agree_privacy_policy"] {
  position: absolute !important;
  margin-left: -20px !important;
  margin-top: 5px !important;
} */

/* Message/label */
/* .eb-privacy-policy-message {
  display: inline;
} */


/* Remove `.alert` styling */
.eb-privacy-policy-message.alert {
  font-size: unset;
  font-weight: unset;
}
.eb-privacy-policy-message.alert-info {
  background-color: unset;
  color: unset;
}
.eb-privacy-policy-message.alert {
  padding: unset;
  margin: unset;
  border: none;
  border-radius: unset;
}


/* 
 * Tooltips
 */

.tooltip {
  font-size: 11px !important;
}

.tooltip-inner {
  max-width: 200px !important;
  padding: 0.4em 0.8em !important;
  color: #ffffff !important;
  background-color: #4d4d4d !important;
  border-radius: 3px !important;
}

.tooltip.top .tooltip-arrow {
  left: 50% !important;
  border-top-color: #4d4d4d !important
}


header {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    background: #fff !important;
    z-index: 900;
}

body { padding-top: 100px !important; }


#eb-events .eb-event {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    padding: 30px;
    background: #fff;
}

#rt-main #eb-categories .eb-box-heading,
#rt-main #eb-events .eb-box-heading,
#rt-main #eb-event-page .eb-box-heading {
    background: transparent !important;
    border: none;
    padding: 0 !important;
    margin-bottom: 1em;
}

#eb-categories .eb-box-heading .eb-event-title,
#eb-events .eb-box-heading .eb-event-title, 
#eb-event-page .eb-box-heading .eb-event-title {
    margin-bottom: 1em;
}

#eb-categories .eb-box-heading, 
#eb-events .eb-box-heading,
#eb-event-page .eb-box-heading,
#eb-categories .eb-description, 
#eb-events .eb-description, 
#eb-event-page .eb-description {
    border: none;
    padding: 0 !important;
}

.module-surround {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    background: #fff;
}

.module-title { padding: 15px; }

.module-title .title { font-size: 15px; }

#rt-sidebar-a .event_cats .module-surround .module-content ul li a,
#rt-sidebar-a .module-surround .module-title, 
#rt-sidebar-a .module-surround .module-content td {
    border-top: 1px solid #e6e6e6;
    margin-bottom: -1px;
    font-size: 12px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#rt-sidebar-a .module-surround .module-content td .eb_event_link { font-size: 12px !important; }

#rt-sidebar-a .module-surround .module-title, 
#rt-sidebar-a .module-surround .module-content td,
#rt-sidebar-a .module-surround .module-content ul li a { 
  background: transparent !important;
}

.ebm-upcoming-events li {
  padding: .9rem 15px !important;
  border-bottom: none !important;
  border-top: 1px solid #e6e6e6;
}

.ebm-upcoming-events li a {
  padding: 0 !important;
  border-top: none !important;
}


.alert {
  text-shadow: none !important;
}


/* Help text under input fields */
.eb-field-description {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 400;
  color: #737373;
}


/* 
 * Cookie Hint toast 
 */

#redim-cookiehint {
	line-height: 1.85;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 32px;
	margin: 32px;
	max-width: 475px;
	box-sizing: border-box;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0px 10px 20px 0 rgba(0,0,0,0.1);
	font-size: 14px;
}

#redim-cookiehint-modal {
	background-color: rgba(0,0,0,0.75);
	padding: 15%;
}

/* Move 'more info'-link to right */
#cookiehintinfo { margin-left: auto; }

/* Title */
#redim-cookiehint .cookiehead { font-size: 1.45em; }

#redim-cookiehint .cookiecontent {}

#redim-cookiehint .cookiebuttons {
	display: flex;
	align-items: center;
  	margin-top: 1rem;
}
#redim-cookiehint .cookiebuttons .btn {
	margin-right: .5em;
	border-radius: 3px;
	border: 2px solid #00a499;
	background: #00a499;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

#redim-cookiehint .cookiebuttons .btn#cookiehintsubmitno {
	background: transparent;
	color: #00a499;
}

#redim-cookiehint .cookiebuttons .btn:hover {
	background-color: #008b82;
	border: 2px solid transparent;
}

#redim-cookiehint .cookiebuttons .btn#cookiehintsubmitno:hover {
	border-color: #008b82;
	color: #008b82;
	background-color: rgb(0 164 153 / 10%);
}

#redim-cookiehint .cookiebuttons .btn:active { transform: scale(.95); }

#redim-cookiehint .clr { clear: both; }

#redim-cookiehint.hidden {
	display: none;
	visibility: hidden;
}


/**
 * Footer
 */

#rt-footer {
    background: #fdfdfd;
}

#rt-footer .module-surround {
    box-shadow: none;
    background: none;
}

#rt-footer .module-surround a:not(:hover) {
	color: #00a499;
    text-decoration: underline;
}


/* Global font fix */

body { font-family: 'Open Sans', sans-serif !important; }