/* 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 {
  box-shadow: 4px 4px 20px 4px #b1b1b1;
}

.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 */

/* 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(181,219,253,0.52);
  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: 28px;
  width: 28px;
  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: 9px;
  left: 9px;
  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;
}

.col.col_box {
  border: 1px solid rgb(1,1,230);
  background-color: rgba(76,134,201,0.3);
}

#EditMA:hover {
  cursor: pointer;
}

.archiv_M:hover {
  background-color: rgba(74,74,74,0.47);
}

.archiv_T:hover {
  background-color: rgba(59, 59, 59, 0.47);
}

.card-body.login_card {
  padding-bottom: 0;
  padding-top: 6px;
}

select.PTermin_IP optgroup option {
  padding-left: 2px;
}

.icon-auswahl {
  cursor: pointer;
}

.AZF {
  height: 13px;
  border: 1px solid rgba(81,81,81,0.79);
  width: 30px;
}

.AZF-ende {
  height: 15px;
  border: 2px solid rgba(81,81,81,0.79);
  width: 50px;
  margin-top: -1px;
  margin-left: 5px;
}

