* {
  -webkit-font-smoothing: subpixel-antialiased;
}

html {
  font-size: 62.5%;
}

body {
  background: #EEE url("../gfx/light-background.png");
}

#container {
  font-size: 16px;
  font-size: 1.6rem;
}

body, html {
  margin: 0;
  padding: 0;
}

abbr {
  cursor: help;
}

code, .dispatch_editor .settingsection textarea, .dispatch_editor .poi_import textarea {
  font-family: "DejaVu Sans Mono", "Lucida Console", "Courier New", monospace;
}

.link, .dispatch_editor .importdispatch .car, #container a {
  color: #516E91;
  cursor: pointer;
}
.link:hover, .dispatch_editor .importdispatch .car:hover, #container a:hover {
  color: black;
}

#container {
  background: white;
  border: 1px solid #777;
  border-radius: 0.8em;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 900px;
  box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
}
#content {
  line-height: 1.5;
  padding: 15px;
}

#krankenhaeuser {
  border-collapse: collapse;
  font-size: 11px;
  line-height: 1;
}
#krankenhaeuser td, #krankenhaeuser th {
  background-color: white;
  border: 1px solid #CCC;
  padding: 0.2em 0.5em;
  text-align: left;
  vertical-align: middle;
}

.facebook {
  background: url("../gfx/facebook.png") no-repeat left center;
  padding-left: 20px;
}

.formtable {
  border-collapse: collapse;
}
.formtable td, .formtable th {
  border: 1px solid #BBB;
  font-weight: normal;
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
}

.missiontable {
  border-collapse: collapse;
}
.missiontable td, .missiontable th {
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #CCC;
  padding: 0 0.5em;
  text-align: left;
}

.pagination {
  margin: 1em 0;
}
.pagination a {
  border: 1px dotted black;
  display: inline-block;
  padding: 0 0.5em;
  text-decoration: none;
}

.specialty {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.specialty.unselected {
  background-color: white !important;
}
.specialty.selected {
  background-color: #339900 !important;
}
.specialty.required {
  background-color: #00FFFF !important;
}

.coords_picker {
  cursor: pointer;
}

#footer {
  border-top: 1px dotted #777;
  font-size: 0.8em;
  margin-top: 3em;
  padding-top: 1em;
  text-align: right;
}
#footer a, #footer .text {
  color: #777;
  display: inline-block;
  margin-right: 1em;
}
#footer a:last-child, #footer .text:last-child {
  margin: 0;
}

body,
button,
input,
select,
textarea,
.ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget textarea {
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Tahoma, Arial, sans-serif;
}

.form_default {
  display: inline-block;
}
.form_default table {
  border-collapse: collapse;
}
.form_default td {
  padding-left: 1em;
}
.form_default th {
  padding-right: 1em;
  text-align: left;
}
.form_default input[type=text], .form_default input[type=password] {
  width: 15em;
}

#header h1 {
  float: left;
  margin: 0;
}
#header h1 a {
  background: url("../gfx/logo.png") no-repeat center left;
  display: block;
  text-decoration: none;
  width: 332px;
  height: 150px;
}
#header h1 a .text {
  display: block;
  text-indent: -9999px;
}
#header .cars {
  width: 332px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
#header .cars span {
  display: block;
}
#header .cars .img {
  background-repeat: repeat-y;
  display: inline-block;
  margin-right: 5px;
}
#header .cars .inner {
  bottom: 27px;
  position: absolute;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
#header .container {
  margin: 25px;
}

#loginbox {
  float: right;
}
#loginbox .box {
  border-left: 1px dotted black;
  border-bottom: 1px dotted black;
  font-size: 11px;
  padding: 0.5em;
}
#loginbox .box button {
  font-size: 11px;
}
#loginbox .box input[type=text], #loginbox .box input[type=password] {
  width: 10em;
}

#navigation {
  display: table-cell;
  height: 200px;
  padding-left: 50px;
  vertical-align: middle;
}
#navigation .donate {
  color: #12B127;
}
#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navigation li {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 1em;
}
#navigation li:last-child {
  margin: 0;
}

#subnavigation {
  background: #555;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 0.8em;
}
#subnavigation a {
  border-right: 1px dotted white;
  color: #CCC;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
}
#subnavigation a:hover {
  background-color: #777;
  color: white;
}
#subnavigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#subnavigation li {
  display: inline-block;
}

#quotebox {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  width: 22em;
}
#quotebox blockquote {
  margin: 0;
}
#quotebox blockquote a {
  background: #EEE url("../gfx/light-background.png");
  border-radius: 9px;
  color: black;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#quotebox blockquote:hover .quote {
  text-decoration: underline;
}
#quotebox .by {
  color: #999;
  display: block;
  font-size: 0.8em;
  text-align: right;
}
#quotebox .by a {
  font-style: italic;
}
#quotebox .quote {
  font-family: "Droid Serif", Georgia, serif;
  font-style: italic;
  line-height: 1.8;
}

#achievements h4 {
  margin: 0;
}
#achievements .achievement {
  background-color: #DDD;
  border: 1px solid #777;
  margin: 1em 0;
  padding: 0.5em;
}
#achievements .desc {
  margin: 0;
}

.image_editor table {
  font-size: 11px;
  font-size: 1.1rem;
  border-collapse: collapse;
}
.image_editor textarea {
  font-size: 11px;
  font-size: 1.1rem;
}
.image_editor td, .image_editor th {
  border: 1px solid #CCC;
  line-height: 1.1;
  padding: 0.5em;
}
.image_editor td {
  vertical-align: top;
}
.image_editor td select {
  font-size: 12px;
  font-size: 1.2rem;
  width: 20em;
}
.image_editor th {
  text-align: left;
}
.image_editor .chzn-container {
  font-size: 11px;
  font-size: 1.1rem;
}

.animationcontainer {
  display: inline-block;
}

.animationpreview {
  background: url("../gfx/checker.png");
  border: 1px solid #CCC;
  display: inline-block;
}
.animationpreview.dark {
  background: #777;
  border-color: transparent;
}

.new_team_comment td {
  background-color: #FFE5E5;
}

.dispatch_charts_page .charts {
  font-size: 13px;
  font-size: 1.3rem;
  border-collapse: collapse;
}
.dispatch_charts_page .charts a {
  text-decoration: none;
}
.dispatch_charts_page .charts .down {
  color: red;
}
.dispatch_charts_page .charts .same {
  color: #CE8603;
}
.dispatch_charts_page .charts .up {
  color: green;
}
.dispatch_charts_page .charts td, .dispatch_charts_page .charts th {
  border: 1px solid #CCC;
  line-height: 1.1;
  padding: 0.5em;
}
.dispatch_charts_page .charts th {
  text-align: left;
}

.dispatch_editor select {
  width: 20em;
}
.dispatch_editor table {
  border-collapse: collapse;
}
.dispatch_editor td, .dispatch_editor th {
  border: 1px solid #CCC;
  line-height: 1.1;
  padding: 0.5em;
}
.dispatch_editor th {
  text-align: left;
}
.dispatch_editor .bottombuttons {
  margin-top: 3em;
}
.dispatch_editor .cardetails select {
  width: 30em;
}
.dispatch_editor .cardetails .remove_shift_time {
  float: right;
}
.dispatch_editor .cardetails .shift_time_panel {
  background-color: #EEE;
  margin-bottom: 1em;
  padding: 0.5em;
}
.dispatch_editor .cardetails .car_dependencies select {
  width: 14em;
}
.dispatch_editor .carimage select {
  width: 15em;
}
.dispatch_editor .carimage tbody tr td {
  cursor: pointer;
  padding-bottom: 0;
  padding-top: 0;
}
.dispatch_editor .carimage tbody tr:hover td {
  background-color: #E5E5E5;
}
.dispatch_editor .carimage tbody tr.selected td {
  background-color: #CF9;
}
.dispatch_editor .carimage .image_id {
  width: 5em;
}
.dispatch_editor .chzn-container {
  font-size: 11px;
  font-size: 1.1rem;
}
.dispatch_editor .dialog.hospitals .specialty {
  font-size: 11px;
  font-size: 1.1rem;
}
.dispatch_editor .dialog.pois {
  font-size: 11px;
  font-size: 1.1rem;
}
.dispatch_editor .dialog.pois select {
  width: 13em;
}
.dispatch_editor .dispatch_add select {
  width: 25em;
}
.dispatch_editor .dispatchcomment {
  margin: 1em 0;
}
.dispatch_editor .dispatchcomment.dialog {
  text-align: center;
}
.dispatch_editor .dispatchcomment.dialog textarea {
  height: 95%;
  width: 95%;
}
.dispatch_editor .dispatchcomment h4 {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 0;
  padding: 0;
}
.dispatch_editor .dispatchcomment .text {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.1;
  min-height: 2em;
  max-height: 8em;
  overflow: auto;
  padding: 0.2em 0;
  width: 30em;
}
.dispatch_editor .dispatchinfo {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 1em;
}
.dispatch_editor .dispatchinfo th {
  font-weight: normal;
}
.dispatch_editor .editdispatch .neighbortable td {
  padding-bottom: 0;
  padding-top: 0;
}
.dispatch_editor .explanation {
  font-size: 11px;
  font-size: 1.1rem;
  color: #777;
  margin-top: 0.5em;
}
.dispatch_editor .hospitals h4 {
  font-size: 11px;
  font-size: 1.1rem;
}
.dispatch_editor .hospitals .legend {
  font-size: 11px;
  font-size: 1.1rem;
}
.dispatch_editor .hospitals .legend td {
  min-width: 2em;
  max-width: 30em;
}
.dispatch_editor .hospitals .legend td.specialty {
  cursor: default;
}
.dispatch_editor .hospitals .head th {
  cursor: default;
}
.dispatch_editor .imagefield select {
  width: 25em;
}
.dispatch_editor .imagefield .preview {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.dispatch_editor .imagefield .speed_dial {
  margin: 1em 0;
}
.dispatch_editor .importdispatch h4 {
  font-weight: normal;
  margin: 0;
  text-decoration: underline;
}
.dispatch_editor .importdispatch td {
  font-size: 11px;
  font-size: 1.1rem;
}
.dispatch_editor .importdispatch th {
  font-weight: normal;
}
.dispatch_editor .importdispatch tr.header th {
  font-weight: bold;
}
.dispatch_editor .importdispatch tr.status.added {
  color: green;
}
.dispatch_editor .importdispatch tr.status.modified {
  color: orange;
}
.dispatch_editor .importdispatch tr.status.removed {
  color: red;
}
.dispatch_editor .importdispatch tr.status.unmodified {
  color: black;
}
.dispatch_editor .importdispatch .coords {
  margin: 1em 0;
}
.dispatch_editor .importdispatch .note {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
.dispatch_editor .importdispatch .options {
  margin: 2em 0;
}
.dispatch_editor .keywordtable h4 {
  margin: 0.5em 0;
}
.dispatch_editor .keywordtable td {
  padding: 0 0.5em;
}
.dispatch_editor .keywordtable .action {
  vertical-align: top;
}
.dispatch_editor .keywordtable .car_types, .dispatch_editor .keywordtable .keywordselection {
  margin-top: 1.5em;
}
.dispatch_editor .keywordtable .keyword {
  font-size: 11px;
  font-size: 1.1rem;
  border: 1px solid #999;
  margin-bottom: 1em;
  padding: 1em;
}
.dispatch_editor .keywordtable .keywordedit .keyword_usage {
  color: #999;
  margin-top: 0.5em;
}
.dispatch_editor .keywordtable .keywordedit .keyword_usage ul {
  display: inline-block;
  max-height: 7em;
  overflow: auto;
}
.dispatch_editor .keywordtable .keywordedit td {
  padding: 0.5em;
}
.dispatch_editor .keywordtable .keywordedit td td {
  padding: 0 0.5em;
}
.dispatch_editor .map {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 0px 5px #333333;
  display: inline-block;
  float: right;
  height: 35em;
  line-height: 1;
  margin-bottom: 1em;
  margin-left: 1em;
  width: 25em;
}
.dispatch_editor .mapeditarea {
  clear: right;
  display: none;
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
  text-align: right;
}
.dispatch_editor .mapeditarea .info {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 1em;
  max-height: 20em;
  overflow: auto;
  width: 28em;
}
.dispatch_editor .mapeditarea .info table {
  width: 25em;
}
.dispatch_editor .mapeditarea .info tbody tr {
  cursor: pointer;
}
.dispatch_editor .mapeditarea .info tbody tr:hover td {
  background-color: #EEE;
}
.dispatch_editor .mapeditarea .info tbody tr.selected td {
  background-color: #FF8;
}
.dispatch_editor .mapeditarea .info tbody tr.selected td.factor:hover, .dispatch_editor .mapeditarea .info tbody tr.selected td.name:hover, .dispatch_editor .mapeditarea .info tbody tr.selected td.weight:hover {
  text-decoration: underline;
}
.dispatch_editor .mapeditarea .info tbody tr .name {
  text-align: left;
}
.dispatch_editor .poi_import {
  margin-bottom: 1em;
}
.dispatch_editor .poi_import textarea {
  font-size: 12px;
  font-size: 1.2rem;
  height: 8em;
  overflow: auto;
  white-space: pre;
  width: 98%;
}
.dispatch_editor .readonly .specialty {
  cursor: default;
}
.dispatch_editor .selector select, .dispatch_editor .importdispatch select {
  width: 20em;
}
.dispatch_editor .selector .section, .dispatch_editor .importdispatch .section {
  margin-bottom: 1em;
}
.dispatch_editor .settingsection {
  border-bottom: 1px solid #CCC;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.dispatch_editor .settingsection textarea {
  font-size: 12px;
  font-size: 1.2rem;
  overflow: auto;
  white-space: pre;
  width: 98%;
}
.dispatch_editor .settingsection .buttons {
  font-size: 11px;
  font-size: 1.1rem;
  float: right;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}
.dispatch_editor .spinner {
  position: fixed;
  top: 1em;
  left: 1em;
  height: 5em;
  width: 5em;
}
.dispatch_editor .startbox td, .dispatch_editor .startbox th {
  padding: 0.4em;
}
.dispatch_editor .startbox th {
  font-size: 11px;
  font-size: 1.1rem;
}
.dispatch_editor .station table.details {
  margin: 1em 0;
}
.dispatch_editor .stationlist {
  font-size: 13px;
  font-size: 1.3rem;
  clear: right;
  float: right;
  margin-top: 1em;
  line-height: 1.2;
}
.dispatch_editor .stationlist h4 {
  margin: 0;
  margin-bottom: 0.5em;
}
.dispatch_editor .stations td, .dispatch_editor .stations th {
  font-size: 11px;
  font-size: 1.1rem;
}
.dispatch_editor .ui-dialog {
  font-size: 13px;
  font-size: 1.3rem;
  position: fixed;
}
.dispatch_editor .ui-dialog.animate {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.dispatch_viewer .dispatchcomment .text {
  min-height: inherit;
  max-height: inherit;
  overflow: inherit;
}

#allnews {
  font-size: 0.8em;
  margin-top: 2em;
}

#startnow {
  display: inline-block;
  margin-bottom: 1em;
}
#startnow table {
  border-collapse: collapse;
}
#startnow th {
  font-size: 0.8em;
  font-weight: normal;
  padding-right: 1em;
  text-align: left;
}

.emergency_feedback {
  background-color: #FFDFDF;
  margin-bottom: 1em;
  padding: 0.6em;
}

.frontnews {
  background: #EEE url("../gfx/light-background.png");
  border: 1px solid #999;
  margin-top: 1em;
  padding: 1em;
  width: 50%;
}
.frontnews.twitter {
  float: right;
  width: 40%;
}
.frontnews.twitter li {
  font-size: 11px;
  font-size: 1.1rem;
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.frontnews.twitter ul {
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
}
.frontnews.twitter .date {
  margin-bottom: 0.5em;
  text-align: right;
}
.frontnews.twitter .date a {
  text-decoration: none;
}
.frontnews.twitter .bullet {
  float: left;
}
.frontnews.twitter .bullet img {
  border: 1px solid black;
}
.frontnews.twitter .profile {
  font-size: 12px;
  font-size: 1.2rem;
  float: right;
  text-decoration: none;
}
.frontnews.donations {
  box-sizing: border-box;
  font-style: italic;
  text-align: center;
  width: 100%;
}
.frontnews h3 {
  border-bottom: 1px solid #999;
  margin: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.frontnews .newsitem {
  margin-bottom: 0.5em;
}
.frontnews .newsitem .date {
  color: #999;
  font-size: 0.8em;
  float: left;
  margin-top: 0.15em;
}
.frontnews .newsitem .title {
  margin-left: 5em;
}

.more_dispatches {
  font-size: 11px;
  font-size: 1.1rem;
  float: right;
  padding-left: 0.5em;
  padding-top: 0.5em;
}
.more_dispatches a {
  text-decoration: none;
}

.screenshot {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.screenshot img {
  border: 1px solid #555;
  box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
}

.form_register {
  margin-top: 1em;
}
.form_register td, .form_register th {
  padding-bottom: 1em;
  padding-top: 1em;
}
.form_register th {
  font-weight: normal;
}
.form_register input[type=text], .form_register input[type=password] {
  font-size: 1.25em;
  padding: 0.2em;
}
.form_register button {
  font-size: 1.25em;
}

.stats {
  border-collapse: collapse;
}
.stats td, .stats th {
  border: 1px solid #CCC;
  padding: 0.2em 0.5em;
}
.stats th {
  font-size: 0.85em;
  text-align: left;
}

#general_stats td {
  text-align: right;
}

.agb ol {
  list-style-type: lower-alpha;
}
.agb li {
  margin-top: 1em;
}
.agb li li {
  margin: 0;
}
