::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dd3744 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #dd3744 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #dd3744 !important;
}


td {
    vertical-align: middle !important;
}
textarea {
    font-size: 16px;
    background-color: lightgray;
}

.name {
    font-weight: bold;
}

.termin {
    text-decoration: line-through !important;
}
.kunde_deleted {
    text-decoration: line-through !important;
}

.text-white {
    color: #FFFFFF;
}
.red-text {
    color: #dd3744 !important;
}
.success {
    color: #24a64f !important;
}
.dark-green {
    color: darkgreen !important;
}

.flex-justify-space {
    display: flex !important;
    justify-content: space-evenly !important;
}

.flex-centered {
    display: flex;
    flex-direction: column;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.link {
    cursor: pointer;
}

.called {
    cursor: pointer !important;
}

.normal-white {
    color: #FFFFFF !important;
    cursor: default !important;
}

#new_Termin_Dating, #new_Termin_Dating_act{
    display: flex;
    justify-content: center;
}
#new_act_file_info, #change_act_file_info {
    color: #5CB85C;
}
#new_act_Bilder, #change_act_Bilder {
    display: none;
}

.upload-button {
    width: 95%;
}


.ui-datepicker-inline {
    width: 90% !important;
    max-width: 400px;
}
/*
-----------------------------------------------
 Update.php -> Massen Update vorhandener Daten
 */
#headerpage {
    position: relative;
    height: 50px;
    background-color: #c5c5c5;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}
.btn_changeall {
    position: relative;
    height: 80%;
    top: 50%;
    transform: translate(0, -50%);
}
.hide-robot{
    display:none;
}


/*
-----------------------------------------------
 */
/*
Alle KundenDaten, Datatables, inkl. Kunde hinzufügen
 */
.bg-secondary {
    background-color: #222222;
}
.alle_kunden, .alle_user, .aktuelles  {
    position: relative;
    top: 5px;
}
#createKunde, #createUser, #addAkut {
    position: absolute;
    left: 5px;
    top: 3px;
    z-index: 100;
}
.datafield {
    background-color: #a0a0a0;
}
.table-hover>tbody>tr:hover {
    background-color: #c5c5c5 !important;
}

.dataTables_filter, .dataTables_info {
    color: white;
}

fieldset { padding:0; border:0; margin-top:25px; }

fieldset label, fieldset input { display:block; }
fieldset input.text, fieldset select.select { margin-bottom:12px; width:95%; padding: .4em; }


fieldset h1 { font-size: 1.2em; margin: .6em 0; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }

.radiobuttons_form, .radiobuttons_changeform, .checkbox_form {
    display: flex;
    justify-content: space-evenly;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 16px;
  width: 100%
}

input[type='radio'], input[type='checkbox'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

input[type='radio']:checked,
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
}

input[type='radio']:checked + label::before,
input[type='checkbox']:checked + label::before,
input[type='radio']:not(:checked) + label::before,
input[type='checkbox']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 17px;
    height:17px;
    position: relative;
    top:3px;
    border: 1px solid #bbb;
    background: white;
    margin-right: 1em;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type=radio]:checked + label::before,
input[type=checkbox]:checked + label::before,
input[type=checkbox]:not(:checked) + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type='radio']:hover  + label::before, input[type='checkbox']:hover  + label::before {
  background:#ddd;
  box-shadow: inset 0 0 0 2px white;
}

input[type='radio']:checked  + label::before, input[type='checkbox']:checked  + label::before {
  background:black;
  box-shadow: inset 0 0 0 2px white;
}
.btn_hide {
    display: none;
}

.headline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-gap: 10px;
    max-width: 800px;
    margin: 0 auto;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 10px;
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    .gallery {
        grid-template-columns: repeat(2, auto);
    }
}

.gallery img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
}

#review {
    position: relative;
    top: 30px;
}

#headerpaging {
    position: relative;
    width: 50%;
    height: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.select-css {
    display: block;
    font-weight: bold;
    padding: 5px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #000910;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    color: white;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-color: #222222;
    z-index: 100;
}

.select-css::-ms-expand {
  display: none;
}

.select-css:hover {
  border-color: #000910;;
}

.select-css:focus {
    color: white;
    outline: none;
}

.select-css option {
    font-weight:normal;
    color: #9d9d9d;
}
.select-css option:checked {
    color: white;
}

.select-css:disabled, .select-css[aria-disabled=true] {
    color: white;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-color: #222222;
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
    border-color: #000910;
}
.act_nav_infocount {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
}

#wartung_reset {
    display: none;
}

.responsive-img {
  max-width: 25px;
  height: auto;
}

th.ui-datepicker-week-end,
td.ui-datepicker-week-end, .highlight_date {
    color: black !important;
}

.highlight_date > span, .highlight_date > a {
    color: black !important;
    background-color:rgba(221, 55, 68, 0.5) !important;
}

.emergency {
    color: #dd3744 !important;
}

.waiting {
    color: #ffc107 !important;
}