:root {
    --fontsize-dialog: 1.6vh;
    --fontsize-button: 1.8vh;
    --fontsize-attrgroup: 1.9vh;
    --fontsize-attrsubgroup: 1.6vh;
}

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

#footer{
    align-content: center;
    align-self: center;
    alignment: center;
    text-align: center;
    width: 99vw;
}

table th {
    font-size: 16px;
    font-weight: bold;
}

#menue {
    position: relative;
    top: 0px;
    left: 0px;
    text-align: left;
    /*padding:10px;*/
    width: 100%;
    /*	background: url("../pic/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 50% #666;
        background-color:   #73bf4a;
        border: 1px solid #73bf4a;
        */
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    color: #FFFFFF;
    font-weight: bold;
    z-index: 99998;
}


#callus {
    --call-us-form-header-background: #007bc7; /* Primary Color */
    --call-us-header-text-color: #ffffff; /* Secondary Color */
    --call-us-form-width: 250px; /* Chat box panel & offline form vertical size in pixels */
    --call-us-form-height: 200px; /*  Chat box panel & offline form horizontal size in pixels */
    /*position: fixed;
    top: 20px;
    right: 6px;*/
}


#dialog-eventdetails {
    z-index: 99999;
    font-size: var(--fontsize-dialog);
}

.uploadpic {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px; /* Rounded border */
    padding: 5px; /* Some padding */
    width: 150px; /* Set a small width */
}

.uploadvid {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px; /* Rounded border */
    padding: 5px; /* Some padding */
    width: 150px; /* Set a small width */
}

/* Add a hover effect (blue shadow) */
.uploadpic:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

#dialog-formdata table {
    width: 90%;
}

#dialog-formdata input, select, textarea {
    width: 90%;
}

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

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

#_eventdetail button {
    margin: 5px;
}

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

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

#menue a:active {
    color: #666;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-size: 16pt;
}

#menue a:hover {
    color: #FFFFFF;
}

#menue img {
    padding: 4px;
}


.btn {
    padding: 4px 5px;
    border: 1px solid #eee;
    outline-width: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: var(--fontsize-button);
    background: #fff;
    margin: 3px;
}

.btn:hover {
    background: #fff;
}

.nksbutton {
    font-size: var(--fontsize-button) !important;
    background-color: aqua;
}

.nksclientbutton {
    font-size: var(--fontsize-button);
    background-color: aqua;
    margin: 1px;
}


#eventlist {
    overflow: auto;
    overflow-x: hidden;
}

#eventlist ul {
    list-style-type: disc;
    width: 98%;
    height: 100%;
    color: #333;
    padding: 3px;
    margin-right: 5px;
}

#eventlist ul li {
    width: 100%;
    border-bottom: 2px solid #ccc;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    font-size: 18pt;
}

#eventlist ul li:hover {
    background-color: #CCC;
    cursor: pointer;
}

.gruppenmeldung {
    background-color: #C5FE9E;
}

.gruppenmeldung_inbearbeitung {
    background-color: #48DAFF;
}

.notrufmeldung {
    background-color: #FF5B49;
}

.notrufmeldung_inbearbeitung {
    background-color: #ffce49;
}

#eventinfo {
    width: 250px;
    height: 100px;
    padding: 5px;
}

#eventlonginfo {
    width: 250px;
    height: 200px;
    padding: 5px;
}

#warning {
    width: 250px;
    height: 100px;
    padding: 5px;
}

#weblink {
    width: 250px;
    height: 50px;
    padding: 5px;
}

#_eventcomment, #_sendeventchatmessage, #_eventmessage {
    width: 95%;
    height: 40px;
    padding: 5px;
    font-size: var(--fontsize-dialog);
    position: absolute;
    bottom: 5px;
    left: 5px;
}


#_eventcommentstitle, #_eventcommenttitle, #_sendeventstitle {
    font-weight: bold;
    font-size: var(--fontsize-dialog);
}

._dialog_title {
    font-weight: bold;
    font-size: var(--fontsize-dialog);
}


#_eventcomments, #_sendeventchat {
    padding: 0;
}

#_eventcomments li, #_sendeventchat li {
    background: #F4F4F4;
    margin: 8px;
    font-size: var(--fontsize-dialog);
}

#_eventcomments table, #_sendeventchat table {
    border: none;
    border-collapse: collapse;
    padding: 5px 8px 5px 8px;
    margin: 8px;
}

#_eventcomments table td, #_sendeventchat table td {
    border-left: 1px solid #333;
    padding: 5px 8px 5px 8px;
}

#_eventcomments table td:first-child, #_sendeventchat table td:first-child {
    border-left: none;
}

.myText table {
    background-color: #CCC;
    border-radius: 5px;
}

.yourText table {
    background-color: #B7D2FF;
    border-radius: 5px;
}

#_templates li, #_assists li {
    padding: 5px;
    margin: 7px 0px;
}

#_templates li:hover, #_assists li:hover {
    background-color: khaki;
    cursor: pointer;
}


#_groupeventcomments {
    padding: 0;
}

#_groupeventcomments li {
    background: #FEFEFE;
    margin: 8px;
}

#_groupeventcomments table {
    border: none;
    border-collapse: collapse;
    padding: 5px 8px 5px 8px;
    margin: 8px;
}

#_groupeventcomments table td {
    border-left: 1px solid #333;
    padding: 5px 8px 5px 8px;
}

#_groupeventcomments table td:first-child {
    border-left: none;
}


#_settings {
    padding: 0;
}

#_settings li {
    margin: 8px;
}


#map {
    height: 1000px;
    margin-right: 45%;
    position: relative;
    overflow: hidden;
    border: groove;
}

#map_client {
    width: 99%;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    border: groove;
}


.ui-widget-content {
    background: #F4F4F4 !important;
    color: #666666 !important;
}

#sideColumn {
    float: right;
    /* position: absolute;
     right: 7px;
     top: 66px;*/
    width: 45%;
    background-color: #F4F4F4;
}

#sideColumn_client {
    float: bottom;
    /* position: absolute;
     right: 7px;
     top: 66px;*/
    width: 99%;
    height: 30%;
    background-color: #F4F4F4;
}

#menue_client {
    width: 99vw;
    font-size: large;
    alignment: center;
    text-align: center;
}

#menue_client td {
    text-align: center;
    padding: 10px;
}

#menue_client img {
    width: 30vw;
}


._chatleft {
    width: 25vw;
}

#dialog-disabled {
    width: 99vw;
    text-align: center;
    font-size: large;
}

#dialog-disabled td {
    text-align: center;
    padding: 5px;
}

#dialog-disabled img {
    width: 25vw;
    margin: 0px;
}

#dialog-ask_person {
    width: 99vw;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
}

#dialog-ask_person td {
    text-align: center;
    padding: 15px;
    margin: 15px;
    width: 25vw;
    background-color: white;
}

#clienttitle {
    font-size: x-large;
    font-weight: bold;
    color: #FF5B49;
    text-align: center;
    margin: 5px;
}

#siteTop {
    font-size: 18pt;
    color: #666;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    border-top: 1px solid #ccc;


}

#siteTop h1 {
    font-weight: bold;
    font-size: 20pt;
    color: #666;
    margin-bottom: 0px;

}

#_battery {
    align-self: center;
    alignment: center;
    background-image: url("../pic/battery.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    margin: 0;
}

.batt-icon-blank {
    background-position: 20px 40px;
}

.batt-icon-empty {
    background-position: 0 0;
}

.batt-icon-less {
    background-position: -20px 0;
}

.batt-icon-mid {
    background-position: -40px 0;
}

.batt-icon-full {
    background-position: -60px 0;
}

#_batterytext {
    align-self: center;
}

#_pic {
}

#_kat {
    font-size: var(--fontsize-dialog);
    font-weight: bold;
}

#_loc {
}

#_start, #_end {
}

#_info {
}

#_status {
}

#qrcode {
    border: 5px !important;
    border-color: #FFF;
    background-color: #73bf4a;
    margin: 5px;
    padding-top: 5px;
    width: 265px;
}


#_instruction {
    color: #F00;
    font-weight: bold;
}

#_link a {
    float: right;
    display: inline;
    font-weight: bold;
}

#_link a span {
    float: left;
    display: inline;
}

.deactivated {
    visibility: hidden;
}

.deactivated_text {
    color: #555;
}

#eventgroup {
    margin: 5px;
}

#usergroup {
    margin: 5px;
}

#radius, #dist {
    width: 50px;
    margin: 5px;
}

#_zeit {
    margin: 5px 30px 0px 10px;
    color: #2d4d1c;
    font-size: var(--fontsize-dialog);
    font-weight: bold;
}

#calltitle {
    margin: 20px 30px 10px 60px;
    color: #2d4d1c;
    font-size: 16pt;
    font-weight: bold;
}

#groupcallfunktions {
    margin: 20px 30px 10px 60px;
}

#callstatus {
    margin: 30px 30px 30px 30px;
    color: #2d4d1c;
    font-size: 14pt;
}

#callstatus li {
    margin: 3px;
    padding: 3px;
}


.body {
    margin-left: 55px;
}

.location {
    color: #999;
}


.attention {
    background-color: #FF5B49 !important;
    border-color: #FF0000 !important;
}


.protocol{
    font-size: var(--fontsize-dialog) !important;
    border-spacing: 5px;
    width: 98%;
}

.attrgroup{
    font-size: var(--fontsize-attrgroup) !important;
    font-weight: bold;
    color: #FF5B49;
    margin: 40px auto 10px 10px;
}


.attrsubgroup{
    font-size: var(--fontsize-attrsubgroup) !important;
    font-weight: bold;
    font-style: italic;
    margin: 25px auto 5px 5px;

}


.protocol .selected{
    background-color: #FF5B49;
}


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

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

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

a:hover {
    text-decoration: none;
    color: #fff;
}


.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
