.IVFP-color {
  color: #9b0000;
}

/* No selekt */

.noselect {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.auswahl, .textED {
  cursor: pointer;
}

.auswahl:hover, .textED:hover, input:hover {
  box-shadow: 4px 4px 20px 4px #b1b1b1;
  cursor: pointer;
}

.inverted {
  filter: invert(0%);
}

.inverted:hover {
  filter: invert(100%);
}

.invert {
  filter: invert(100%);
}

.ausw1 {
  cursor: pointer;
}

.ausw1:hover {
  background-color: rgba(102, 102, 102, 1);
}

.iconsimg img {
  width: 50px;
  height: 50px;
}

.textgb01 {
  background-color: rgba(197, 197, 197, 0.7);
  border: 2px solid rgb(80, 80, 80);
}

.userbox {
  border: 2px solid rgba(51, 51, 51, 1);
  border-radius: 5px;
  padding: 5px;
  margin: 2.5px;
  width: 150px;
  height: 200px;
  float: left;
  background-color: rgba(221, 221, 221, .8);
}

.userbox.timeout {
  border-color: rgba(112, 0, 0, 0.8);
  background-color: rgba(204, 0, 0, 0.8);
}

.userbox.finish {
  border-color: rgba(128, 102, 0, 0.8);
  background-color: rgba(255, 204, 0, 0.8);
}

.userbox.offline {
  color: rgba(221,50, 50, 1);
  opacity: .7;
}

.userbox.online {
  color: rgba(0, 66, 0, 1);
  opacity: 1;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  box-shadow: none !important;
}

#MD001 .modal-header {
  background-color: rgba(7, 44, 213, 0.2);
  background-image: linear-gradient(to top, rgb(210, 242, 255) 12%, rgb(124, 166, 242) 69%);
}

#MD001 .modal-footer {
  background-color: rgba(7, 44, 213, 0.2);
  background-image: linear-gradient(to top, #7ca6f2 27%, #d2f2ff 85%);
}

/* The BS4Checkbox */

.BS4Checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 25px;
  width: 25px;
}

/* Hide the browser's default checkbox */

.BS4Checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark_CB {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(212, 212, 212, 0.2);
  border: 1px solid #2196F3;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */

.BS4Checkbox:hover input ~ .checkmark_CB {
  background-color: rgba(245, 245, 245, 1);
}

/* When the checkbox is checked, add a blue background */

.BS4Checkbox input:checked ~ .checkmark_CB {
  background-color: #2196F3;
}

/* Create the checkmark_CB/indicator (hidden when not checked) */

.checkmark_CB:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark_CB when checked */

.BS4Checkbox input:checked ~ .checkmark_CB:after {
  display: block;
}

/* Style the checkmark_CB/indicator */

.BS4Checkbox .checkmark_CB:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The BS4Radio */

.BS4Radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */

.BS4Radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #2196F3;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.BS4Radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.BS4Radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.BS4Radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.BS4Radio .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.pdf {
  height: 95%;
  overflow: auto;
}

.textaw {
  height: 250px;
  width: 100%;
  overflow: auto;
  text-align: left;
  padding: 7px;
  border: 1px solid rgb(113, 113, 113);
  border-radius: 5px;
  margin-bottom: 15px;
}

.FSmin {
  max-height: 45px;
  overflow: auto;
}

.TextAW:empty:not(:focus):before {
  content: attr(data-placeholder);
}

#DDL_Markierte_F a:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  cursor: pointer;
}

#DDL_Warnungen_F a:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  cursor: pointer;
}

.my-form-control {
  display: block;
  /*width: 100%;*/
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  /*float: left;*/
}

.KM_II {
  margin-top: 80px;
}

div.MCaw001.textED {
  font-size: 11px;
  overflow: auto;
}

@media (min-width: 576px) {
  div.MCaw001.textED {
    font-size: 14px;
    overflow: auto;
  }
}

.Ausgabe02.container .row {
  margin-right: -5px;
  margin-left: -5px;
}

@media (max-width: 576px) {
  .h3, h3 {
    font-size: 1.1rem;
  }
}

.TBCont {
  min-height: 250px;
}

div:empty::before {
  color: grey;
}

div[data-placeholder]:not([data-placeholder=""]):empty::before {
  content: attr(data-placeholder);
}

div:empty::before {
  /*content: 'leerer DIV ohne placeholder';*/
}

.custom-select:hover {
  /*border-color: rgba(128,189,255,0.49);*/
  /*outline: 0;*/
  box-shadow: 0 0 0 .2rem rgba(32,140,255,0.2);
}

.EditON {
  border: solid 1px rgba(255,7,7,0.79);
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 2px;
}

.C-MC {
  border-radius: 5px;
  background-color: rgba(0, 0, 204, 1);
  color: rgba(212, 212, 212, 1);
  border: 1px solid rgba(37, 151, 244, 1);
}

.C-SC {
  border-radius: 5px;
  background-color: rgba(0, 255, 204, 1);
  color: rgba(34, 34, 34, 1);
  border: 1px solid rgba(9, 103, 179, 1);
}

.C-OF {
  border-radius: 5px;
  background-color: rgba(0, 153, 0, 1);
  color: rgba(212, 212, 212, 1);
  border: 1px solid rgba(30, 90, 8, 1);
}

.C-MC-SC {
  border-radius: 5px;
  background-image: linear-gradient(90deg, #1652C0 0%, #CCFFFF 60%);
  color: rgba(71, 71, 71, 1);
  border: 2px solid rgba(0, 0, 204, 1);
}

/* Leerer Tabellen Body */

tbody[data-placeholder]:not([data-placeholder=""]):empty::before {
  content: attr(data-placeholder);
  font-style: italic;
  color: rgba(170, 170, 170, 1);
  white-space: nowrap !important;
  padding-left: 15px;
}

tbody:empty::before {
  content: ' - Tabelle ist leer -';
  font-style: italic;
  color: rgba(170, 170, 170, 1);
  padding-left: 15px;
  white-space: nowrap;
}

.carousel-control-prev.EBC, .carousel-control-next.EBC {
  background-color: #676767;
}

.Ftyp p {
  width: 73px;
}

.Edit_on {
  background-color: rgba(241,223,64,0.48) !important;
  color: #060606 !important;
}

#hpmenue_min a:hover {
  background-color: #aaaaaa;
  -webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.75);
}

