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

.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;
}

/* Hide the browser's default checkbox */

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

/* 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: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

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

.TBlock {
  background-color: #ddd;
}

.shadow_success {
  -webkit-box-shadow: 0px 0px 8px 0px rgb(45, 219, 40) !important;
  -moz-box-shadow: 4px 4px 48px 0px rgba(45,219,40,1) !important;
  box-shadow: 0px 0px 8px 0px rgba(45,219,40,1)!important;
}

.shadow_danger {
  -webkit-box-shadow: 0px 0px 8px 0px rgb(219,40,40) !important;
  -moz-box-shadow: 4px 4px 48px 0px rgb(219,40,40) !important;
  box-shadow: 0px 0px 8px 0px rgb(219,40,40)!important;
}

.EditON {
  background-color: #ffef63 !important;
  background-image: url('../img/icons/ED02.png');
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: center;
}

.bgimg {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.DIVtitle:empty:not(:focus):before {
  content: attr(data-placeholder);
  font-style: italic;
  opacity: .5;
}

.tab-small-t1 td {
  padding: 5px;
}

.STonline {
  color: green;
}

.FSmin {
  max-height: 45px;
  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;
}

#HPD3 {
}
.cke_notifications_area {
  pointer-events:none;
  display: none;
}
