
body {
    margin: 0;
    padding: 0;
    font: 12pt Helvetica, Arial, Sans-serif;
    background: #fff7e0;
    /*padding: 0.5%;*/
    color: #636363;
    overflow-x: hidden;
}


table th, thead, tfoot {
    font-size: 16px;
    font-weight: bold;
    background-color: #636363;
    color: white;
}

button {
    margin: 3px;
    background-color: white;
    color: #de0000;
    border: none;
    border-radius: 4px;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.4s;
}


button:hover {
    background-color: #de0000;
    color: white;
}

.table_button {
    width: 45%;
}


h1 {
    color: #666;
    font-size: 22pt;
}

h2 {
    color: #ffffff;
    font-size: 18pt;
}

a:link {
    color: #c4c4c4 !important;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 11pt;
}

a:visited {
    color: #c4c4c4 !important;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

a:active {
    color: #c4c4c4 !important;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000 !important;
}

#content_container {
    margin: auto;
    width: 80%;
    padding-top: 30px;
}


.title {
    font-size: 18pt;
    text-align: center;
    letter-spacing: 3pt;
    color: #de0000;
}

.sirenname {
    font-weight: bold;
}

#menue {
    position: relative;
    top: 0px;
    left: 0px;
    text-align: left;
    width: 100%;
    /*background-color: #FFF7E0;*/
    /*border: 1px solid #fff2c9;*/
    color: #636363;
    font-weight: bold;
    z-index: 99998;
}


#menue a {
    color: #666 !important;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-size: 13pt;
    padding: 1em 1em;
}

#menue a:hover {
    color: #de0000 !important;
}

#menue a:visited {
    color: #666;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

#menue a.active {
    color: #de0000 !important;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}


#menue img {
    padding: 4px;
}

#langposition{
    position: absolute;
    top: 10px;
    right: 10px;
}

.btn {
    padding: 2px 3px;
    border: 1px solid #eeeeee;
    outline-width: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 10pt;
    background: #d4d4d4;
    margin: 2px;
}

.btn:hover {
    background: #de0000;
    color: #ffffff;
}


.bar {
    height: 18px;
    background: #de0000;
}

#buildbar {
}

#aktiv div {
    display: inline-flex;
    margin: 5px;
}

#offlinefiles {
    margin-bottom: 20px;
}

#ausgabe {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 400px;
    background-color: #fdfdfd;
    padding: 5px;
}

.file, .buildbar {
    position: relative;
    background: linear-gradient(to right, lightblue 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 1s ease;
}


.file.done {
    background: lightgreen;
}

.file a {
    display: block;
    position: relative;
    padding: 5px;
    color: black;
}

.loader {
    border: 10px solid #cccccc;
    border-top: 10px solid #006ebd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.gespeichert {
    background-color: lightgreen;
}

.ui-autocomplete-loading {
    background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}


#footer {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #a4a4a4;
    font-size: 12px;
}

#accordion .ui-accordion-header, #accordion_evnprice .ui-accordion-header {
    background-color: #ccc;
    margin: 0px;
}

#accordion .ui-accordion-header a, #accordion_evnprice .ui-accordion-header a {
    color: #fff;
    line-height: 42px;
    display: block;
    font-size: 12pt;
    width: 100%;
    text-indent: 10px;
}

#map {
    height: 300px;
    margin-right: 20%;
    margin-left: 3%;
    position: relative;
    overflow: hidden;
    border: groove;
}

#content_container {
    height: 100%;
    width: 97%;
    margin: 15px;
}

#sideColumn {
    float: right;
    margin: 5px;
    width: 20%;
    background-color: #F4F4F4;
}

.alarm {
    font-weight: bold;
    color: firebrick;
}

.status_green {
    background-color: #00FF00 !important;
}

.status_yellow {
    background-color: #FFE123 !important;
}

.status_red {
    background-color: #FF0000 !important;
    color: white !important;
}

.smalltable{
    border-collapse: collapse;
    border: 1px solid darkgray;
    margin: 3px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
    position: fixed;
    bottom: 50%;
    right: 0;
    background-color: #fefefe;
    width: 50%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content-video {
    position: fixed;
    bottom: 0%;
    right: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideInVideo;
    -webkit-animation-duration: 0.4s;
    animation-name: slideInVideo;
    animation-duration: 0.4s
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #de0000;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #de0000;
    color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 50%;
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 50%;
        opacity: 1
    }
}

/* Add Animation */
@-webkit-keyframes slideInVideo {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 50%;
        opacity: 1
    }
}

@keyframes slideInVideo {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 50%;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}