

/* Hintergrundfarbe  */
body {
	/*background-color: #f5f5f5;*/	
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 150px;
	font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-rendering: optimizeLegibility;
	color: #525252;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	margin-top: 10px;
}

/* Ueberschriften */
h1 {
  font-size: 34px;  
  margin-top: 50px;
}
h1.title {
  font-size: 38px;
}
h2 {
font-size: 30px;
margin-bottom: 40px;
width: 65%;
margin-top: 0px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;	
	font-weight: bold;
}



/* ----- Content ----- */

/* AGES Linie als Trennung im Hintergrund */
/*
.content-wrapper {
	background-image: url("img/background.png");
	background-repeat: no-repeat;
	background-size: 100% 100px;
	background-position: top;
}
*/
.content {padding-top:100px;}
.box {border-color: #e1c200;}

/* Breite Inhalt */
.container-fluid {
    max-width: 1200px;
	margin-bottom: 40px;
}

/* vertikale Abstaende */
#epicurve {
    margin-top: 30px;
}

#overview_dtable {
    margin-top: 30px;
}

div.dt-buttons {
    margin-top: 15px;
}

/* Default Btn */
.btn-default, .btn-default:focus,
div.datatables a.dt-button, button {
	color: white;
	font-weight: 400;
	/*font-size: 1.125rem;*/
	padding: 1rem 2rem .75rem;
    border: 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    color: #fff;
    background-color: #236063;
    border-radius: 0;
	border-bottom-color: #236063;	
}
.btn-default:hover, .btn-default:active, button:hover,
div.datatables a.dt-button:hover,
.open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default:hover {
	color: #fff;
	background-color: #194547;
    border-color: #163b3d;
	border-bottom-color: #f9c956;
}

/* Boxes */
.box.box-solid.box-primary {border: 1px solid #e1c200;}
.box.box-solid.box-primary > .box-header {
	background-color: #cca400;
	color: black;
}


/* Dropdown */
.selectize-input.focus {
	box-shadow: 0 0 3px #e1c200;
	border-color: #e1c200;
}
/* Input-Fields */
.form-control.shiny-bound-input:focus {border-color: #e1c200;}



/* ----- Tabellen ----- */
div.dataTables_scroll table.dataTable thead th{
	border: 1px solid #e5d17f;
	border-bottom: 1px solid #e5d17f !important;
	background-color: white;
}
div.dataTables_scroll .dataTables_scrollHead table.dataTable thead th {
	border-top: 2px solid #cca400 !important;
}

div.dataTables_scroll table.dataTable tr td{
	border: 1px solid #e5d17f;
	background-color: white; /* diese Zeile l schen wenn man jede 2.Zeile grau haben 
will */
}
table.dataTable.display tbody td {
	border-top: 0 !important;
}

/* um Outline von Tabelle zu l schen*/
div.dataTables_scroll table.dataTable thead th:first-child {border-left: 0;}
div.dataTables_scroll table.dataTable thead th:last-child {border-right: 0;}
div.dataTables_scroll table.dataTable.cell-border tbody tr td:first-child {border-left:
 0;}
div.dataTables_scroll table.dataTable.cell-border tbody tr:last-child td {border-bottom
: 0;}
div.dataTables_scroll table.dataTable.cell-border tbody tr td:last-child {border-right:
 0;}

div.dataTables_scroll table.dataTable {border: 0 !important;}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0 !important;
}




/* Pfeile */
/* sorting arrow up-down */
/*
table.dataTable thead .sorting {
    background-image: url("triangles_gold.png")!important; 
}
div.dataTables_scroll table.dataTable thead .sorting {
  background-image: url("triangles_gold.png"); 
}
*/

/* sorting arrow down */
/*
table.dataTable thead .sorting_desc {
  background-image: url("triangle_down_gold.png") !important; 
}
div.dataTables_scroll table.dataTable thead .sorting_desc {
  background-image: url("triangle_down_gold.png"); 
}
*/

/* sorting arrow up */
/*
table.dataTable thead .sorting_asc {
  background-image: url("triangle_up_gold.png") !important; 
}
div.dataTables_scroll table.dataTable thead .sorting_asc {
  background-image: url("triangle_up_gold.png");     
}
*/



/* ----- Buttons ----- */
.dataTables_wrapper .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:hover {
	color: white !important;
	font-size: 12px;
	font-weight: 700;
	background: #434343;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
	color: black !important;
	background: #e1c200;
}
/* Abstand zu Tabelle */
.dataTables_wrapper .dataTables_info, 
.dataTables_wrapper .dataTables_paginate a.paginate_button {
	margin-top: 10px;
}



/* Link Textaufklappen */
a {
    color: #236063;
    background-color: transparent;
	cursor: pointer;
}
a:hover {
    color: #308388
}
a, a:hover {
    text-decoration: underline;
}


.well{
  background-color: #fff;
  font-size: 90%;
}

/*Disclaimer in Karte */
.disclaimer.leaflet-control {
    background: #ffffff;
    margin: 0;
    padding: 3px 8px;
    border-radius: 5px;
}


/* Make legend color boxes circular in leaflet */
.circle-legend i {
    width: 10px !important;
    height: 10px !important;
	  vertical-align: middle !important;
    border-radius: 50% !important;
    border-color: black;
    border-style: solid;
    border-width: 1px;
}

/*Kein Schatten bei leaflet legende */
.circle-legend.info.legend.leaflet-control {
    box-shadow: none;
	background: #ffffff;
}
.info.legend.leaflet-control {
    box-shadow: none;
}

/* Weisser Hintergrund bei Karten */
.leaflet-container {
    background: none !important;
    outline: 0;
}

/* Vertical space before chart type picker */
div#chart_type {
    margin-top: 40px;
}

/* Vertical space before table */
div#table_outbreaks {
    margin-top: 30px;
}

/* Styling of note to say that there is no data */
.note_no_data {
    font-size: 120%;
    margin-top: 20px;
}

/* Styling of explanation text for abbreviations */
.abbreviations_dis {
    font-size: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Abstand ueber Button Show/Hide Table  */
button#toggle_table_visibility {
    margin-top: 20px;
}



/* ============================
   Leaflet - Zoom Control Size
   ============================ */

.leaflet-control-zoom a,
.leaflet-touch .leaflet-control-zoom a {
  width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
  font-size: 13px !important;
  padding: 0 !important;
  border-radius: 2px !important;
}

/* ============================
   Leaflet Extras - Measure Control
   ============================ */

/* Main measure button */
.leaflet-control-measure .leaflet-control-measure-toggle,
.leaflet-control-measure .leaflet-control-measure-toggle span {
  width: 26px !important;
  height: 26px !important;
  line-height: 26px !important;
  font-size: 14px !important;
  padding: 0 !important;
}

/* Buttons inside the measure toolbar */
.leaflet-control-measure .leaflet-bar a {
  width: 26px !important;
  height: 26px !important;
  line-height: 26px !important;
  font-size: 14px !important;
  padding: 0 !important;
}

.shiny-flow-layout>div {
    width: auto !important;
}

div#picker_diseases {
    max-width: 500px;
}

.well>.shiny-flow-layout>div {
    padding-right: 0px;
}

/* Container for each individual picker */
.picker-box {
  border: none;
  padding: 0;
  margin: 4px;   
  background-color: #fafafa;

  /* Equal height magic */
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;

  /* Ensure consistent width and height behavior */
  vertical-align: top;
  /*min-width: 240px;*/
}


/* Only when a real input exists */
.picker-box:has(.form-group) {
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  /*min-width: 240px;*/
}


/* Improve spacing inside inputs */
.picker-box .form-group {
  margin-bottom: 0;
}

/* Optional: subtle hover effect */
.picker-box:hover {
  border-color: #bbb;
  background-color: #fdfdfd;
}

/* Logo + disclaimer row spacing */
.logo-disclaimer-row {
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  /*border-top: 1px solid #e5e5e5;*/
}

/* Logo styling */
.app-logo-eu {
  max-height: 40px;
  width: auto;
}

/* Logo styling */
.app-logo-raise {
  max-height: 45px;
  width: auto;
  margin-left: 10px;
}

/* Disclaimer styling */
.disclaimer-text {
  font-size: 0.65em;
  color: #666;
  line-height: 1.4;
  text-align: right;
}


/* Ensure logo and disclaimer align at the top */
.logo-disclaimer-row .col-sm-4,
.logo-disclaimer-row .col-sm-8 {
  display: flex;
  align-items: flex-start;
}

/* Ensure Dropdown menu lies above the leaflet map */
.dropdown-menu.open {
    z-index: 2000 !important;
}
.datepicker-dropdown {
    z-index: 2000 !important;
}

