:root {
  --bg-level2: #3c3c3c;

  --color-hover: #ffffff;
  --hover-bgcolor: #f23825;

  --selected-color: #000000;
  --selected-bgcolor: #f58579;

  --button-selected-bgcolor: #f58579;

  --menu-header-bgcolor: #626262;
  --menu-header-color: #ffffff;
  --menu-header-border-color: #626262;

  --link-color: #f23825;

  --error-bgcolor: #f23825;
  --error-color: #ffffff;

  --important-bgcolor: #ffbe0d;
  --important-color: #000000;
  --tooltip-bgcolor: #ffbe0d;
  --tooltip-color: #000000;
  --table-data-border-color: #eee;
  --color-ready: #eeffd3;
}

@font-face {
  font-family: 'Usual';
  font-style: normal;
  font-weight: 400;
  src: local('Usual Regular'), local('Usual-Regular'), url('./fonts/Usual.woff2') format('woff2');
}

@font-face {
  font-family: 'Usual';
  font-style: normal;
  font-weight: 500;
  src: local('Usual Medium'), local('Usual-Medium'), url('./fonts/Usual_Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Usual';
  font-style: normal;
  font-weight: 700;
  src: local('Usual Bold'), local('Usual-Bold'), url('./fonts/Usual_Bold.woff2') format('woff2');
}

* {
  font-family: Usual, sans-serif;
}

html, body {
  height: 100%;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

textarea, input, button, select {
  font-family: inherit;
  font-size: inherit;
}

input, textarea, select, .readOnlyInput {
  border:  0.5px solid #aaaaaa;
  padding: 2px;
}

input[readonly], textarea[readonly], .readOnlyInput {
  background-color: #cccccc;
  color: #000000;
}

a, .link {
  color: var(--link-color);
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover, .link:hover {
  text-decoration: underline;
}

.pageTitle {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

#filterCountry {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.04em;
  white-space: nowrap;
  text-align: center;
}

#largeTitle {
  display: flex;
  justify-content: center;
  font-size: 110px;
  font-weight: 500;
  letter-spacing: -0.08em;
  color: #fff;
  /*background: linear-gradient(to right, #ffffff 0%, #f23825 70%);*/
  /*background-clip: text;*/
  /*color: transparent;*/
}

#largeTitle:hover {
  text-decoration: none;
}

h1, .pageSubTitle {
  font-size:   20px;
  font-weight: normal;
  text-align:  center;
  margin:      5px 0 10px 0;
}

h2, .pageSubTitleFont {
  font-size: 20px;
  font-weight: normal;
}

h3, .pageSubTitleFont {
  font-weight: normal;
}

.sectionIntro {
  margin-bottom: 15px;
}

.readMore {
  display: none;
  cursor: pointer;
  color: #fdae91;
}

.readMore:hover {
  text-decoration: underline;
}

.sectionCollapsed {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.pageInner {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  padding: 5px 10px;
}

.pageInnerScroll {
  display:        flex;
  flex-direction: column;
  flex-grow:      1;
  overflow:       auto;
}

#pageMain {
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  overflow: auto;
  color: #fff;
  background-image: radial-gradient(farthest-corner at 0 0, #f23825 0%, black 60%);
}

.gradientBackground {
  color: #fff;
  background-image: radial-gradient(farthest-corner at 0 0, #f23825 0%, black 60%);
}

.blackOnWhite {
  background-color: #ffffff;
  color: #000;
}

.scrollPage {
  display:        flex;
  flex-direction: column;
  overflow:       auto;
}

.flexToFullPage {
  display:   flex;
  flex-flow: column;
  height:    100%;
}

.cardCrash {
  position:         relative;
  background-color: #ffffff;
  color:            #000;
  padding:          10px;
  border:           1px solid #eee;
  margin-top:       10px;
}

.cardCrashClickable {
  cursor: pointer;
}

.cardCrashClickable:hover {
  background-color: #e3e3e3;
}

.cardTop {
  display:         flex;
  flex-direction:  row;
  justify-content: space-between;
  margin-right:    5px;
}

.cardTitle {
  font-size:     18px;
  font-weight:   700;
  margin-bottom: 0.2em;
}

.cardTitleSmall {
  margin: 3px 0;
}

.articleTitleSmall {
  margin: 0 37px 3px 0;
}

.moderation {
  color:            #ffffff;
  background-color: #1a4a75;
  padding:          3px;
  margin-bottom:    5px;
  text-align:       center;
  cursor:           default;
}

.cardIcons {
  display:          flex;
  flex-direction:   column;
  border:           1px solid #eeeeee;
  border-radius:    5px;
  padding:          2px;
}

.crashButton {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-right: 3px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  padding: 1px;
}

.defaultCursor {
  cursor: default;
}

.crashButtonSub {
  display: inline-flex;
  flex-direction: row;
  margin: 0 3px;
  border-radius: 5px;
  padding: 2px;
}

.crashPersonIcon {
  display: inline-flex;
  flex-direction: row;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  margin: 5px 3px 0 0;
  padding: 2px;
}

.cardArticle {
  position: relative;
  min-height: 80px;
  color: #000;
  margin: 10px 0;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
}

.articleImage {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  overflow: hidden;
}

.articleImageWrapper {
  overflow: hidden;
}

.articleBody {
  padding: 5px;
}

.articleTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}

.formSubHeader {
  font-size:   15px;
  font-weight: bold;
  margin-top:  10px;
}

.postButtonArea {
  display:  inline-block;
  position: absolute;
  top:      0;
  right:    0;
}

.buttonEditPost {
  display:             inline-block;
  height:              20px;
  width:               15px;
  padding:             3px;
  cursor:              pointer;
  opacity:             0.5;
  border-radius:       5px;
  background-size:     16px;
  background-position: center;
  background-repeat:   no-repeat;
}

.iconSmall {
  display:             flex;
  align-items:         center;
  justify-content:     center;
  color:               #000000;
  outline:             none;
  height:              18px;
  width:               18px;
  padding:             1px;
  margin:              0 1px;
  background-size:     17px;
  background-repeat:   no-repeat;
  background-position: center;
}

.iconInput {
  height: 100%;
  width:  20px;
}

.iconMedium {
  display:             inline-block;
  height:              22px;
  width:               22px;
  margin:              0 1px;
  background-size:     22px;
  background-repeat:   no-repeat;
  background-position: center;
}

.iconXS {
  display:             inline-block;
  height:              15px;
  width:               12px;
  background-size:     15px;
  background-repeat:   no-repeat;
  background-position: center;
}

.buttonEditPost:hover {
  opacity: 1;
}

.postBottom {
  display:        flex;
  flex-direction:  row;
  justify-content: space-between;
  margin-top:      10px;
  align-items:     flex-end;
}

.smallFont {
  font-size: 10px;
}

.cardSiteName {
  font-weight: bold;
  color:       var(--link-color);
}

#pageFooter {
  padding: 5px 0;
  text-align: center;
  color: #666666;
  font-size: 12px;
}

#topBar {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 3px;
  background-color: #000;
  white-space: nowrap;
}

.searchBar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 10px 10px;
  background-color: var(--bg-level2);
}

.searchBarTransparent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.searchInput {
  border:        1px solid #ccc;
  height:        30px;
  box-sizing:    border-box;
  border-radius: 3px;
  padding-left:  5px;
}

.textInputWidth {
  width: 120px;
}

.dropInputWrapper {
  position:   relative;
  text-align: left;
}

.dropInput {
  display: flex;
  width: 150px;
  align-items: center;
  overflow: hidden;
  padding-right: 20px;
  user-select: text;
  background-color: #fff;
}

.inputIcons {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  color: #888;
}

.inputIconGroup {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  border-bottom: 1px solid #aaa;
  margin-right: 2px;
}

.inputArrowDown {
  position:   absolute;
  right:      2px;
  top:        3px;
  width:      20px;
  height:     calc(100% - 6px);
  background: url("/images/arrow_dropdown.svg") no-repeat center/15px;
  transition: transform 0.5s;
}

.inputArrowDownWhite {
  position:   absolute;
  right:      2px;
  top:        3px;
  width:      20px;
  height:     calc(100% - 6px);
  background: url("/images/arrow_dropdown_white.svg") no-repeat center/15px;
  transition: transform 0.5s;
}

.inputArrowDownOpen{
  transform: rotate(180deg);
}

.searchResultsPopup {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  top: 27px;
  left: 0;
  margin-top: 1px;
  z-index: 1001;
  font-size: 12px;
  color: #000000;
  border: #dddddd 1px solid;
  background-color: #ffffff;
  white-space: nowrap;
  text-align: left;
  user-select: none;
}

.optionCheckImage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 16px;
}

 .toolbarItem {
  margin-right: 5px;
}

.headerMain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  color: #fff;
}

.headerMain a {
  color: #fff;
  text-decoration: none;
}

.menuButton {
  position: relative;
  display: inline-block;
  outline: none;
  height: 30px;
  width: 30px;
  padding: 1px;
  cursor: pointer;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
}

.menuButton:hover {
  background-color: #eeeeee;
}

.menuButtonBlack {
  position: relative;
  display: inline-block;
  outline: none;
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  padding: 1px;
  cursor: pointer;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  border: 2px solid rgba(255,255,255,0);
}

.menuButtonBlack:hover {
  border-color: var(--button-selected-bgcolor);
}

.buttonHeader {
  display: inline-flex;
  color: #ffffff;
  box-sizing: border-box;
  height: 30px;
  min-width: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  margin: 0 4px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  border: 2px solid rgba(255,255,255,0);
}

.buttonHeader:hover {
  border-color: var(--button-selected-bgcolor);
}

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

.buttonIcon {
  position: relative;
  display: inline-block;
  outline: none;
  height: 20px;
  width: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.buttonMap {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffffaa;
  border-radius: 3px;
  padding: 3px;
  cursor: pointer;
}

.buttonMap:hover {
  background-color: #ffffff;
}

.buttonInsideMargin {
  margin-left: 3px;
}

.menuIcon {
  height: 20px;
  width: 20px;
  opacity: 0.6;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.searchDisplayIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  outline: none;
  height: 18px;
  width: 18px;
  padding: 1px;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}

.searchIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  opacity: 0.2;
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  margin: 0 2px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.itemSelected .inputSelectButtonSelected {
  opacity: 1;
  color:   #fff;
}

.buttonSelectionSmall {
  position:            relative;
  display:             inline-block;
  outline:             none;
  height:              17px;
  width:               17px;
  padding:             3px;
  margin:              0 1px;
  background-size:     16px;
  opacity:             0.5;
  cursor:              pointer;
  background-repeat:   no-repeat;
  background-position: center;
  border-radius:       3px;
}

.buttonSelectionSmall:hover, .buttonEditPost:hover {
  opacity:          1;
  background-color: #dddddd;
}

.iconTooltip:hover {
  opacity: 1;
}

.tippy-box[data-theme~='light'] {
  background-color: var(--tooltip-bgcolor);
  color: var(--tooltip-color);
}

.tippy-box[data-theme~='light'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: var(--tooltip-bgcolor);
}
.tippy-box[data-theme~='light'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: var(--tooltip-bgcolor);
}
.tippy-box[data-theme~='light'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: var(--tooltip-bgcolor);
}
.tippy-box[data-theme~='light'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: var(--tooltip-bgcolor);
}

.iconTooltip {
  display:             inline-block;
  height:              15px;
  width:               15px;
  opacity:             0.5;
  margin-left:         2px;
  background-size:     15px;
  background-repeat:   no-repeat;
  background-position: center;
  background-image:    url(/images/info.svg);
}

.tooltipLink {
  color: #ffffff;
  text-decoration: underline;
}

.buttonSelected {
  opacity: 1;
  background-color: #bbbbbb;
}

.menuButtonSelected {
  opacity: 1;
  background-color: var(--button-selected-bgcolor) !important;
  color: var(--selected-color) !important;
}

.bgAdd {background-image: url(/images/add.svg);}
.bgAddWhite {background-image: url(/images/add_white.svg);}
.bgArrowDownWhite {background-image: url(/images/arrow_dropdown_white.svg);}
.bgRemove {background-image: url(/images/remove.svg);}
.bgPerson {background-image: url(/images/person.svg);}
.bgPersonWhite {background-image: url(/images/person_white.svg);}
.bgLanguage {background-image: url(/images/language.svg);}
.bgLanguageWhite {background-image: url(/images/language_white.svg);}
.bgSearch {background-image: url(/images/search.svg);}
.bgSearchWhite {background-image: url(/images/search_white.svg);}
.bgMenu {background-image: url(/images/menu.svg);}
.bgMenuWhite {background-image: url(/images/menu_white.svg);}
.bgGeo {background-image: url(/images/geo.svg);}
.bgTripleDots {background-image: url(/images/tripledots.svg);}
.bgZoomIn {background-image: url(/images/zoom_in.svg);}
.bgZoomOut {background-image: url(/images/zoom_out.svg);}

.bgDeadBlack { background-image: url(/images/persondead_black.svg);}
.bgDeadWhite { background-image: url(/images/persondead_white.svg);}
.bgDeadRed { background-image: url(/images/persondead_red.svg);}
.bgInjuredBlack { background-image: url(/images/person_injured_black.svg);}
.bgInjuredWhite { background-image: url(/images/person_injured_white.svg);}
.bgInjuredRed { background-image: url(/images/person_injured_red.svg);}
.bgUninjured { background-image: url(/images/uninjured.svg);}
.bgRestricted { background-image: url(/images/restricted.svg);}

.bgPedestrian { background-image: url(/images/transportation_modes/pedestrian.svg);}
.bgPedestrianWhite { background-image: url(/images/transportation_modes/pedestrian_white.svg);}
.bgScooter { background-image: url(/images/transportation_modes/scooter.svg);}
.bgScooterWhite { background-image: url(/images/transportation_modes/scooter_white.svg);}
.bgBicycle { background-image: url(/images/transportation_modes/bicycle.svg);}
.bgBicycleWhite { background-image: url(/images/transportation_modes/bicycle_white.svg);}
.bgMotorScooter { background-image: url(/images/transportation_modes/motor_scooter.svg);}
.bgMotorScooterWhite { background-image: url(/images/transportation_modes/motor_scooter_white.svg);}
.bgMotorcycle { background-image: url(/images/transportation_modes/motorcycle.svg);}
.bgMotorcycleWhite { background-image: url(/images/transportation_modes/motorcycle_white.svg);}
.bgCar { background-image: url(/images/transportation_modes/car.svg);}
.bgCarWhite { background-image: url(/images/transportation_modes/car_white.svg);}
.bgTaxi { background-image: url(/images/transportation_modes/taxi.svg);}
.bgTaxiWhite { background-image: url(/images/transportation_modes/taxi_white.svg);}
.bgEmergencyVehicle { background-image: url(/images/transportation_modes/emergencyvehicle.svg);}
.bgEmergencyVehicleWhite { background-image: url(/images/transportation_modes/emergencyvehicle_white.svg);}
.bgTractor { background-image: url(/images/transportation_modes/tractor.svg);}
.bgTractorWhite { background-image: url(/images/transportation_modes/tractor_white.svg);}
.bgDeliveryVan { background-image: url(/images/transportation_modes/deliveryvan.svg);}
.bgDeliveryVanWhite { background-image: url(/images/transportation_modes/deliveryvan_white.svg);}
.bgBus { background-image: url(/images/transportation_modes/bus.svg);}
.bgBusWhite { background-image: url(/images/transportation_modes/bus_white.svg);}
.bgTram { background-image: url(/images/transportation_modes/tram.svg);}
.bgTramWhite { background-image: url(/images/transportation_modes/tram_white.svg);}
.bgTruck { background-image: url(/images/transportation_modes/truck.svg);}
.bgTruckWhite { background-image: url(/images/transportation_modes/truck_white.svg);}
.bgTrain { background-image: url(/images/transportation_modes/train.svg);}
.bgTrainWhite { background-image: url(/images/transportation_modes/train_white.svg);}
.bgWheelchair { background-image: url(/images/transportation_modes/wheelchair.svg);}
.bgWheelchairWhite { background-image: url(/images/transportation_modes/wheelchair_white.svg);}
.bgMopedCar { background-image: url(/images/transportation_modes/mopedcar.svg);}
.bgMopedCarWhite { background-image: url(/images/transportation_modes/mopedcar_white.svg);}
.bgUnknown { background-image: url(/images/transportation_modes/unknown.svg);}
.bgUnknownWhite { background-image: url(/images/transportation_modes/unknown_white.svg);}

.bgUnilateral { background-image: url(/images/unilateral_large.svg);}
.bgUnilateralWhite { background-image: url(/images/unilateral_white.svg);}
.bgChild { background-image: url(/images/child.svg);}
.bgChildWhite { background-image: url(/images/child_white.svg);}
.bgNoUnilateral { background-image: url(/images/no_unilateral.svg);}
.bgNoUnilateralWhite { background-image: url(/images/no_unilateral_white.svg);}
.bgPet { background-image: url(/images/pet.svg);}
.bgAlcohol { background-image: url(/images/alcohol.svg);}
.bgAlcoholWhite { background-image: url(/images/alcohol_white.svg);}
.bgHitRun { background-image: url(/images/hitrun.svg);}
.bgHitRunWhite { background-image: url(/images/hitrun_white.svg);}
.bgTrafficJam { background-image: url(/images/trafficjam.svg);}

.buttonPopupMenu {
  display: none;
  position: absolute;
  right: 0;
  min-width: 200px;
  text-align: left;
  z-index: 10;
  padding: 0;
  background-color: #ffffff;
  color: #000;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
  text-decoration: none;
}

.buttonPopupMenu > div:not(.navigationSectionHeader),
.buttonPopupMenu > a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 10px;
  cursor: pointer;
  text-decoration: none !important;
  color: inherit;
}

.popupOuter {
  display:          none;
  position:         fixed;
  justify-content:  center;
  z-index:          500;
  background-color: rgba(0, 0, 0, 0.7);
  opacity:          1;
  top:              0;
  bottom:           0;
  left:             0;
  right:            0;
  overflow:         auto;
}

.floatingForm {
  display:          flex;
  flex-direction:   column;
  position:         fixed;
  z-index:          100;
  top:              30px;
  left:             50%;
  transform:        translateX(-50%);
  min-width:        400px;
  max-width:        Calc(100% - 10px);
  min-height:       80px;
  padding:          15px;
  border-radius:    3px;
  box-shadow:       0 2px 4px rgba(0,0,0,0.2);
  background-color: #ffffff;
  box-sizing:       border-box;
}

#floatingMessage {
  display:          none;
  position:         fixed;
  z-index:          100000;
  top:              30px;
  left:             50%;
  transform:        translateX(-50%);
  min-width:        300px;
  min-height:       100px;
  justify-content:  center;
  align-items:      center;
  font-size:        18px;
  padding:          10px 15px;
  border-radius:    3px;
  box-shadow:       0 2px 10px 0 rgba(0,0,0,0.2);
  cursor:           pointer;
}

#floatingMessage,  #floatingMessage a {
  color: var(--important-color);
  background-color: var(--important-bgcolor);
}

.notice {
  color: #000000;
  background-color: #fce981;
  padding: 5px;
}

.infoBlock {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f0f8ff;
  padding: 5px;
  border: 1px solid #ccc;
  max-height: 100px;
  overflow-y: auto;
}

#cookieWarning {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--important-bgcolor) !important;
  color: var(--important-color) !important;
  padding: 20px;
  justify-content: space-between;
}

.errorMessage, .errorMessage a {
  background-color: #f23825 !important;
  color: #ffffff !important;
}

#messageText {
  text-align: center;
}

.formFullPage {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10px;
  width: 700px;
  max-width: Calc(100% - 10px);
  max-height: Calc(100% - 20px);
  min-height: 100px;
  padding: 5px 15px 10px 15px;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  background-color: #ffffff;
  box-sizing: border-box;
}

.formScrolling {
  overflow-y: auto;
}

.formFixed {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  margin: 5px;
  padding: 10px;
  background-color: #fff;
  opacity: 1;
  border-radius: 3px;
}

.formFullPage label, .labelDiv, .formPage label {
  margin-top: 5px;
  margin-bottom: 1px;
}

.popupHeader {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 15px;
}

.popupCloseCross {
  position: absolute;
  right: 5px;
  top: 4px;
  background: url("/images/close.svg") no-repeat center;
  background-size: 25px;
  height: 20px;
  width: 20px;
  opacity: 0.8;
  cursor: pointer;
}

.popupCloseCross:hover {
  opacity: 1;
}

.closeCrossWhite {
  background: url("/images/closewhite.svg") no-repeat center;
}

  .popupCloseCrossWhiteFullScreen {
  position:        fixed;
  right:           23px;
  top:             4px;
  background:      url("/images/closewhite.svg") no-repeat center;
  background-size: 28px;
  height:          25px;
  width:           25px;
  border-radius:   50%;
  padding:         5px;
  cursor:          pointer;
}

.popupCloseCrossWhiteFullScreen:hover{
  background-color: #999999;
}

.crossWhite {
  background-image: url("/images/closewhite.svg") !important;
}

.popupFooter {
  display:         flex;
  justify-content: flex-end;
  flex-wrap:       wrap;
  margin-top:      10px;
}

.popupFooter .button {
  margin-bottom: 5px;
}

.popupInput {
  flex-grow:  1;
  box-sizing: border-box;
}

.inputForm {
  width:      100%;
  height:     2em;
  margin:     0;
  font-size:  12px;
  border:     1px solid #ccc;
  box-sizing: border-box;
  padding:    0 3px;
}

.inputLabel {
  display:       block;
  margin-bottom: 5px;
}

.inputSmall {
  margin:     0;
  font-size:  10px;
  border:     1px solid #ccc;
  box-sizing: border-box;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-width: 90px;
  box-sizing: border-box;
  border: none;
  padding: 2px 8px 3px 8px;
  margin-left: 5px;
  border-radius: 3px;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: all .25s;
}

.formError {
  display: none;
  margin-top: 5px;
  color: var(--error-color);
  background-color: var(--error-bgcolor);
  padding: 0.2em 0.3em;
  border-radius: 3px;
}

.button:hover {
  color: var(--link-color);
  background-color: #000000;
  text-decoration: none;
}

.buttonImportant {
  background-color: var(--important-bgcolor) !important;
  color: var(--important-color) !important;
}

.buttonImportant:hover {
  color: var(--link-color) !important;
}

.buttonGray {
  background-color: #999 !important;
}

.buttonRed {
  background-color: #ffbcbc !important;
}

.buttonLine {
  height: auto !important;
  font-weight: normal !important;
}

.buttonTiny {
  display: inline-flex;
  cursor: pointer;
  padding: 1px 6px;
  margin: 5px 2px;
  min-width: auto;
  width: fit-content;
  font-size: 10px;
  height: auto;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
}

.buttonTiny:hover {
  color: var(--link-color);
}

.spinner {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff00;
  background: #ffffff url("/images/spinner.svg") no-repeat center;
  background-size: 30px;
}

#spinnerLoad, #spinnerLoad, .spinnerLine {
  display: none;
  margin-top: 5px;
  text-align: center;
}

#spinnerLoad img, #spinnerLoad img, .spinnerLine img {
  height: 30px;
}

.spiderBackground {
  display:         none;
  position:        absolute;
  z-index:         10;
  top:             0;
  left:            0;
  right:           0;
  bottom:          0;
  background:      #ffffff;
  justify-content: flex-start;
  padding-top:     20px;
  align-items:     center;
  flex-direction:  column;
}

.inputGroup {
  display: flex;
  width:   100%;
}

.input50 {
  display:        flex;
  flex-direction: column;
  width:          50%;
  padding-right:  2px;
}

.statsRow {
  display:         flex;
  flex-direction:  row;
  justify-content: space-around;
}

.statsIcons {
  display:         flex;
  flex-direction:  row;
  justify-content: center;
  padding:         5px 0;
}

.flexColumn {
  display:         flex;
  flex-direction:  column;
  justify-content: flex-start;
}

.flexRow {
  display:         flex;
  flex-direction:  row;
}

.displayNone {
  display: none;
}

.smallStats {
  display:         inline-flex;
  font-size:       10px;
  justify-content: center;
  align-items:     center;
}

#statistics {
  margin-bottom: 10px;
}

#navigation {
  display:          flex;
  flex-direction:   column;
  position:         fixed;
  z-index:          201;
  top:              0;
  left:             -300px;
  width:            300px;
  height:           100%;
  background-color: #ffffff;
  transition:       transform 0.3s;
}

.navShadow {
  display:    block;
  position:   fixed;
  left:       0;
  top:        0;
  z-index:    200;
  background: black;
  width:      0;
  height:     0;
  opacity:    0;
}

.navigationOpen {
  transform: translateX(300px);
}

.navShadowOpen {
  animation:                 menu_shadow_open;
  animation-duration:        0.3s;
  animation-iteration-count: 1;
  animation-fill-mode:       forwards;
}

.navShadowClose {
  animation:                 menu_shadow_close;
  animation-duration:        0.3s;
  animation-iteration-count: 1;
  animation-fill-mode:       forwards;
}

@keyframes menu_shadow_open {
  0%   {width: 0;    height: 0;    opacity: 0;}
  1%   {width: 100%; height: 100%; opacity: 0;}
  100% {width: 100%; height: 100%; opacity: 0.5;}
}

@keyframes menu_shadow_close {
  0%   {width: 100%; height: 100%; opacity: 0.5;}
  99%  {width: 100%; height: 100%; opacity: 0;}
  100% {width: 0;    height: 0;    opacity: 0;}
}

.navHeader {
  padding: 5px 5px 5px 10px;
  background-color: var(--link-color);
  color: #fff;
}

.navFooter {
  padding: 5px 10px;
  background-color: var(--menu-header-bgcolor);
  color: #fff;
  font-size: 12px;
}

.navHeaderTop {
  display: flex;
  align-content: center;
  font-size: 20px;
}

.marginLeftAuto {
  margin-left: auto !important;
}

.navigationSectionHeader {
  padding:          7px 10px;
  background-color: var(--menu-header-bgcolor);
  color: var(--menu-header-color);
  font-size:        16px;
}

.navigationSectionHeader > select{
  background-color: #eeeeee;
  font-size:        16px;
  margin-left:      5px;
}

.navigationSection {
  font-size:     16px;
}

.navItem {
  display:         block;
  position:        relative;
  text-decoration: none !important;
  padding:         7px 10px 7px 30px;
  white-space:     nowrap;
  cursor:          pointer;
  color:           #000000;
}

.navItem a {
  color: #000000 !important;
}

.buttonPopupMenu > div:not(.navigationSectionHeader):hover,
.buttonPopupMenu > a:hover,
.navItem:hover,
.dataTable tbody tr:hover,
.optionCheckImage:hover {
  color: var(--color-hover);
  background-color: var(--hover-bgcolor);
}

.itemSelected, .trSelected td, .trSelected a {
  background-color: var(--selected-bgcolor);
  color: var(--selected-color);
}

.tabBar {
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}

.tabBar > div {
  display: inline-flex;
  font-size: 18px;
  padding: 5px 10px;
}

.tabBar > div:hover {
  color: var(--color-hover);
  background-color: var(--hover-bgcolor);
  cursor: pointer;
}

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

.dataTable {
  width: 100%;
  border-spacing: 0;
  user-select: none;
  border-collapse: collapse;
}

.dataTable td {
  border-bottom:   solid 1px var(--table-data-border-color);
  vertical-align:  top;
  padding:         5px;
}

.dataTable th {
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: solid 1px #d1d1d1;
  padding: 6px 6px;
  font-weight: bold;
  text-align: center;
}

.tableWhiteHeader th {
  background-color: #ffffff;
}

.dataTable input[type='checkbox']{
  margin: 0 2px;
}

.panelTableOverflow {
  overflow:   auto;
  flex-grow:  1;
  padding:    0 5px;
  margin-top: 5px;
}

.td300 {
  max-width:     300px;
  overflow:      hidden;
  text-overflow: ellipsis;
  white-space:   nowrap;
}

.td400 {
  max-width:     400px;
  overflow:      hidden;
  text-overflow: ellipsis;
  white-space:   nowrap;
}

.noWrap {
  white-space: nowrap;
}

.trHeader, .sectionHeader {
  font-weight: bold;
  margin-top:  10px;
}

.trHeader td {
  padding-top: 15px;
}

.editDetails {
  font-weight: bold;
  font-size:   25px;
  padding:     0 5px;
}

.editDetails:hover {
  color: var(--link-color);
}

.filterIcon{
  height: 16px;
}

.bgWhite {
  background-color: #ffffff;
}

.trButton {
  position: relative;
  width:    10px;
}

.bgGreen {
  background-color: #F1FFCE;
}

.bgRed {
  background-color: #ffbcbc;
}

.bgOrange {
  background-color: #ffcc8e;
}

.filterElement {
  display:      inline-block;
  margin-right: 5px;
}

.crashRow {
  display:          block;
  position:         relative;
  box-sizing:       border-box;
  width:            100%;
  margin:           5px 0;
  background-color: #dddddd;
  border-radius:    3px;
}

.searchRow {
  display:          block;
  position:         relative;
  box-sizing:       border-box;
  width:            100%;
  cursor:           pointer;
  margin:           5px 0;
  border:           solid 1px #dddddd;
  border-radius:    3px;
}

.searchRow:hover {
  color:            var(--color-hover);
  background-color: var(--hover-bgcolor);
}

.textArea{
  width:  100%;
  height: 100px;
  resize: vertical;
}

.buttonBar {
  display:         flex;
  margin-top:      10px;
  justify-content: flex-end;
}

.thumbnail {
  display:    block;
  height:     100%;
  min-height: 60px;
  width:      120px;
  object-fit: cover;
}

.thumbnailWrapper {
  overflow:                   hidden;
  min-width:                  120px;
  border-top-right-radius:    3px;
  border-bottom-right-radius: 3px;
}

.mosaic{
  display:         flex;
  flex-wrap:       wrap;
  justify-content: center;
}

.mosaic>div {
  position:         relative;
  display:          inline-flex;
  width:            300px;
  height:           300px;
  background-color: #dddddd;
  margin:           10px;
  cursor:           pointer;
  box-shadow:       0 2px 10px 0 rgba(0,0,0,0.2);
  transition:       500ms;
}

.mosaic>div:hover .mosaicImgBackground {
  display: flex;
}

.mosaic img {
  width:      100%;
  object-fit: cover;
  overflow:   hidden;
}

.mosaicImgBackground {
  display:          none;
  position:         absolute;
  left:             0;
  right:            0;
  top:              0;
  bottom:           0;
  background-color: #ffffff88;
}

.thumbPersons {
  display:          flex;
  flex-direction:   row;
  justify-content:  center;
  position:         absolute;
  left:             0;
  right:            0;
  top:              0;
  text-align:       center;
}

.thumbDetails {
  position:         absolute;
  left:             0;
  right:            0;
  bottom:           0;
  color:            #ffffff;
  text-align:       center;
  font-size:        16px;
}

.checkbox {
  position:   absolute;
  left:       0;
  width:      16px;
  height:     16px;
  background: url(/images/checkbox_empty.svg) no-repeat center/16px;
}

.itemSelected .checkbox{
  background-image: url("/images/checkbox_checked.svg");
}

.showOnMobile {
  display: none;
}

.mirrorHorizontally {
  transform: scaleX(-1);
}

#mapEdit {
  height:     350px;
  margin-top: 10px;
}

#mapCrash {
  height: 250px;
  margin: 0;
  border: 1px solid #eee;
}

#mapMain {
  display:        flex;
  flex-direction: column;
  flex-grow:      1;
}

.mapMarker {
  height: 30px;
  width:  30px;
  cursor: pointer;
}

.crashIcon {
  height: 18px;
  width:  18px;
  cursor: pointer;
}

.crashIcon:hover {
  border:        1.5px solid black;
  border-radius: 50%;
}

.editableCell {
  color:            #000000 !important;
  background-color: #ffffff !important;
  padding: 0 3px;
}

.translationArea {
  height:    300px;
  width:     calc(100% - 10px);
  resize:    none;
  padding:   3px;
  border:    solid 1px #d1d1d1;
  overflow:  auto;
}

.dragOver td  {
  border-top:    2px dashed #000000 !important;
  border-bottom: 2px dashed #000000 !important;
}

.dragOver td:first-child {
  border-left: 2px dashed #000000 !important;
}

.dragOver td:last-child {
  border-right: 2px dashed #000000 !important;
}

.dragged {
  opacity: 0.5;
}

table.tableDragging td div {
  pointer-events: none;
}

#questionnaireBars {
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 5px;
  white-space: nowrap;
}

#questionnaireBars > div:nth-child(2n-1) {
  min-width: 80px;
  text-align: right;
  overflow: hidden;
}

.questionnaireBar {
  display: flex;
  color: #000;
}

.questionnaireBar > div {
  padding:   2px 0;
  font-size: 12px;
}

.questionnaireBar > div > span {
  padding: 0 3px;
}

.ready {
  background-color: var(--color-ready) !important;
  color: #000000 !important;
}

#featuredGraph {
  display: none;
  margin-top: 10px;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0);
}

#featuredGraph:hover {
  border: 1px solid var(--link-color);
}

/* Small screens */
@media (max-width: 750px) {
  .hideOnMobile {
    display: none !important;
  }

  #largeTitle {
    font-size: 80px;
  }

  .showOnMobile {
    display: flex !important;
  }

  #searchBar input[type=search], .dropInput {
    max-width: 100px;
  }

  .buttonMobileSmall {
    min-width: 70px !important;
  }
}

/* Really small screens*/
@media (max-width: 450px) {
  .pageTitle, .pageTitle * {
    font-size: 20px;
  }

  #largeTitle {
    font-size: 40px;
  }
}