#trafficcount-info-table[data-v-231ebd75] {
  margin: 6px 0 0 0;
}
#trafficcount-info-table table[data-v-231ebd75] {
  margin: 0;
}
#trafficcount-info-table table tbody tr:first-child td[data-v-231ebd75] {
  text-align: left;
}
#trafficcount-info-table table td[data-v-231ebd75],
#trafficcount-info-table table th[data-v-231ebd75] {
  text-align: right;
}
#trafficcount-info-table table td[data-v-231ebd75]:first-child {
  text-align: left;
}

div.graph[data-v-b8b48966] {
  width: 580px;
  min-height: 285px;
  padding-bottom: 15px;
}
@media (max-width: 580px) {
div.graph[data-v-b8b48966] {
    width: inherit;
}
}

.trafficCount-gfi .dateSelector {
  width: 230px;
  height: 35px;
  float: right;
  margin-right: 30px;
  margin-top: -35px;
  font-family: "MasterPortalFont Bold", "Arial Narrow", Arial, sans-serif;
}
@media (max-width: 580px) {
.trafficCount-gfi .dateSelector {
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
}
#dayDateInput,
  #weekDateInput,
  #yearDateInput {
    text-align: center;
}
}

div.table[data-v-f8dcfd70] {
  margin-top: 5px;
  margin-bottom: 10px;
  overflow: auto;
  text-align: center;
}
div.table tbody > tr > td[data-v-f8dcfd70] {
  min-width: 50px;
}
div.table tbody > tr > td[data-v-f8dcfd70]:first-child {
  font-weight: bold;
}
.table-responsive[data-v-f8dcfd70] {
  margin-bottom: 0px;
}
.th-first-col[data-v-f8dcfd70] {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
.th-rest-cols[data-v-f8dcfd70] {
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
}
.td-first-col[data-v-f8dcfd70] {
  text-align: left;
}


#dayDateInputButton[data-v-de630db6]{
    padding: 6px 12px 5px 12px
}



#weekDateInputButton[data-v-192c348a]{
    padding: 6px 12px 5px 12px
}


#yearDateInputButton[data-v-8688fcf8]{
    padding: 6px 12px 5px 12px
}

/*
 * This file contains and imports less variables, mixins, and functions.
 * It is also used to override default styling to design custom styles.
 *
 * ⚠️ This file must not contain any css rules. It is imported in many places,
 * and css rules in this file would result in a copy of all of the rules per import.
 */
/*
 * Imports from Bootstrap
 */
/*
 * Masterportal Default Style (Override of Bootstrap)
 */
/* PRIMARY: Map Interaction
 * Used for control elements placed directly on the map.
 * Elements: Buttons and button-like elements.
 * Examples: ZoomButtons, MousePosition, ...
 */
/* SECONDARY: Navigation
 * Used for the nav bar, its children, and going back and forth within elements.
 * Elements: Navigation bars and togglers, overall content.
 * Examples: NavBar, open/close tool, layer list, change tabs, back button, next entry ...
 * NOTE Bootstrap 3 has some colours for "NavBar" and "Panels" - use instead of a secondary?
 */
/* ACCENT: Action
 * Action color for windows to trigger actions like saving or sending.
 * Elements: Buttons.
 * Examples: start search (for e.g. parcels), save something, draw something, send a message, ...
 */
/* NOTIFICATION COLOURS
 * Notification colours can and should be used directly from Bootstrap 3.
 * Keywords: success, info, warning, danger
 */
/* ICON SIZES */
/* FONT STYLES
 * TODO why is Arial Narrow an alternative to MPF Bold?
 */
/* NOTE if three sizes suffice, we could move this to bootstrap 3 variables */
/* Should something like this be supported for windows resp. buttons? TODO discuss */
/* other */
/*
 * Customer Style. In this place, all previously mentioned variables may be overwritten
 * to achieve a different look and feel from the default Masterportal design.
 *
 * Please note that the theme is currently under development and only used in some parts of the
 * application - changes will have limited effects.
 */
.indication[data-v-ca8d7fbc] {
  font-size: 10px;
  position: absolute;
  left: 0px;
}
.download-container[data-v-ca8d7fbc] {
  float: left;
  padding-top: 25px;
}
@media (max-width: 600px) {
.download-container[data-v-ca8d7fbc] {
    padding-top: 35px;
}
}
table[data-v-ca8d7fbc] {
  margin-bottom: 0;
}
table .text-right[data-v-ca8d7fbc] {
  text-align: right;
}
table[data-v-ca8d7fbc]:not(.infos) {
  min-width: 280px;
  width: 50%;
  float: right;
  margin-top: 25px;
}
@media (max-width: 600px) {
table[data-v-ca8d7fbc]:not(.infos) {
    min-width: inherit;
}
}
table:not(.infos) tbody tr[data-v-ca8d7fbc]:nth-of-type(odd) {
  background-color: #ffffff;
}
table:not(.infos) tbody tr td[data-v-ca8d7fbc] {
  border-top: none;
}

.trafficCount-gfi[data-v-6e7449b2] {
  padding: 10px 5px 0;
}
@media (max-width: 600px) {
.trafficCount-gfi[data-v-6e7449b2] {
    width: inherit;
    height: inherit;
    padding-left: 10px;
    padding-right: 10px;
}
.trafficCount-gfi div.graph[data-v-6e7449b2] {
    width: inherit;
    height: inherit;
}
}
.trafficCount-gfi .header[data-v-6e7449b2] {
  min-width: 280px;
  max-width: 320px;
  margin: 0 auto 10px;
  padding: 0 40px;
  text-align: left;
}
.trafficCount-gfi .footer[data-v-6e7449b2] {
  position: relative;
  display: inline-block;
  width: 100%;
}

