body {
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
    color: #00B7FF;
}

table {
    font-size: 14px;
}

table.details td {
    padding: 2px;
}

table.details th {
    padding: 2px;
}

#map {
    height: 400px;
    width: 100%;
}

#map2 {
    height: 400px;
    width: 100%;
}

.multiSelect .panel-body {
    padding: 10px;
}

.multiSelect ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

.multiSelect ul[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

.multiSelect ul[dnd-list] li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    margin-bottom: -1px;
    padding: 5px 10px;
}

.multiSelect ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

.table-in-div {
    word-wrap: break-word;
    table-layout: fixed;
    width: 100%;
}

.table-in-div td {
    border: solid 1px #c8c8c8;
}

.my-panel {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

/* NEW STUFF */

/* Add a black background color to the top navigation */
.topnav {
    background-color: #007CB8;
    position: fixed;
    width: 100%;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 8px 10px;
    text-decoration: none;
}

/* Add an active class to highlight the current page */
.topnav .active {
    color: #217cb8;
    background-color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: left;
    overflow: hidden;
    position: unset;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
    border: none;
    outline: none;
    color: white;
    padding: 8px 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #007CB8;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    float: none;
    color: white;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover,
.dropdown:hover .dropbtn {
    background-color: #25335d;
    color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
    background-color: #25335d;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}

.topnav .float-right {
    float: right;
    ;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav .float-right {
        float: unset;
    }

    .dropdown-content {
        background-color: #f9f9f9;
    }

    .dropdown-content a {
        color: black;
    }
}

.continuous_blinking_red {
    animation: blinkingText_red 1s steps(1, end) infinite;
    color: red;
    font-size: 16px;
  }

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}
.autocomplete-container {
    /* relative position for at de absolut positionerede forslag får korrekt placering.*/
    position: relative;
    width: 100%;
    max-width: 30em;
  }
  .autocomplete-container input {
    /* Både input og forslag får samme bredde som omkringliggende DIV */
    width: 100%;
    box-sizing: border-box;
  }
  .dawa-autocomplete-suggestions {
    margin: 0.3em 0 0 0;
    padding: 0;
    text-align: left;
    border-radius: 0.3125em;
    background: #fcfcfc;
    box-shadow: 0 0.0625em 0.15625em rgba(0,0,0,.15);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
    margin: 0;
    list-style: none;
    cursor: pointer;
    padding: 0.4em 0.6em;
    color: #333;
    border: 0.0625em solid #ddd;
    border-bottom-width: 0;
  }
  .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-bottom-width: 0.0625em;
  }
  .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
  .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
    background: #f0f0f0;
  }
  
.blinking_green{
    animation:blinkingText 1.2s 5;
	padding-bottom: 10;
	padding-right: 30;
	padding-left: 30;
	padding-top: 10;
	word-wrap: break-word;
}
.blinking_red{
    animation:blinkingText_red 1.2s 5;
	padding-bottom: 10;
	padding-right: 30;
	padding-left: 30;
	padding-top: 10;
	word-wrap: break-word;
}
@keyframes blinkingText{
    0%{     color: #008000;    }
    49%{    color: #008000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #008000;    }
}
@keyframes blinkingText_red{
    0%{     color: #FF0000;    }
    49%{    color: #FF0000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #FF0000;    }
}

.tip:hover {
    cursor: pointer;
    position: relative
}
.tip span {
    display: none
}
.tip:hover span {
    border: #c0c0c0 1px dotted;
    padding: 1px 18px 1px 1px;
    display: block;
    background: url(../images/status-info.png) #f0f0f0 no-repeat 100% 5%;
    left: 0px;
    margin: 2px;
    width: 200px;
    position: relative;
}