.wait { display:none; position:fixed; z-index:1000; top:0; left:0; height:100%; width:100%; background:rgba( 255, 255, 255, .8) url('//cpos.c-house.de/FhHRx.gif') 50% 50% no-repeat; }

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 2px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .2);
}

label, strong {
    font-weight:600 !important;
}

.modal:not(.bbg-details) {
    width:60% !important;
    min-width: 500px !important;
}

-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

html::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

label, .form-check-label {
    font-weight:bold;
}

.card-header {
    background-color: rgba(0,0,0,.1) !important;
}

.bg-light-red {
    background-color: #ffA0A0;
}

.border-2 {
    border-width:2px !important;
}

.table-sm td {
  padding-top:0;
  padding-bottom:0;
}

a {
	color: #E3000F;
}

abbr[title] {
    text-decoration: none;
    /* text-decoration-color: #E3000F; */
}

.fa-circle-question::before, .fa-question-circle::before {
    color:gray;
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #606060;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
}

.tab-content {
    background-color: #F0F0F0;
	border-radius: .50rem;
}

.messagebox {
	border-radius: .50rem;
}

.mb_error {
	border-radius: .50rem;
}

.mb_error .messagebox_title {
    background-color: #E3000F;
}

.mb_ok {
	border-radius: .50rem;
}

.mb_ok .messagebox_title {
    background-color: darkgreen;
    color: white;
}

.mb_warn {
	border-radius: .50rem;
}

.mb_warn .messagebox_title {
    background-color: #FF8C00;
}

.ok {
    color: darkgreen;
}

.error {
    color: #E3000F;
}

.btn-success {
    background-color: darkgreen;
    border-color: darkgreen;
}

.btn-danger {
    background-color: #E3000F;
    border-color: #E3000F;
}

.warn {
    color: #FF8C00;
}


.cred {
    color: #E3000F;
}

.border-red {
    border-color: #E3000F;
}

.border-red {
    background-color: #E3000F;
}

.border-red-important {
    border-color: #E3000F !important;
}

.even {
  background-color: rgba(0,0,0,.05);
}

.odd {
  background-color: transparent;
}


.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: darkgrey;
}


#show_hide_password a, a:hover{
    color:#333;
}
form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}
.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0,0,0,.15);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.input-group-addon, .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.selected {
    background-color: #E3000F;
} 

:root {
  --dt-row-selected: 227, 0, 15;
}


.nav-tabs .nav-link.active {
    font-weight: bold;
}

a:hover {
  color: #FF6666;
}

.dataTables_filter, .dataTables_paginate {
    font-size: .875em;
    font-weight: 400;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
}

.dataTables_length {
    margin-right: 10px;
    padding-right: 10px;
}

.dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
    padding:0px;
    border: 1px solid gray;
    /* border-color: darkgrey; */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(90, 90, 90, 0.6); */
}


input:focus{
    outline: none;
    border-color: darkgrey;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(90, 90, 90, 0.6);
}

table.dataTable tbody td {
  /* padding: 1px; */
  padding: .75rem;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
  /* padding: 1px; */
  padding: .75rem;
}

table.dataTable > tfoot > tr > th, table.dataTable > tfoot > tr > td {
  /* padding: 1px; */
  padding: .75rem;
}

table.dataTable thead > tr > th {
    padding-right:7px;
}

.ui-resizable-e {
    padding: 10px;
    width: 12px;
}

.multi-select-container {
    display: inline-block;
    position: relative;
    width:100%;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 0.8em;
    z-index: 1;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.multi-select-menuitem {
    display: block;
    font-size: 0.875em;
    padding: 0.6em 1em 0.6em 30px;
    white-space: nowrap;
}

.multi-select-legend {
    font-size: 0.875em;
    font-weight: bold;
    padding-left: 10px;
}

.multi-select-legend + .multi-select-menuitem {
    padding-top: 0.25rem;
}

.multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
}

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    margin-top: 0.25em;
    margin-left: -20px;
}

.multi-select-button {
    display: inline-block;
    /* font-size: 0.875em; */
    padding: 0.2em 0.6em;
    /* max-width: 16em; */
    max-width: 100%;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
}

.multi-select-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
    /* Allow labels to line wrap when menu is artificially narrowed */
    white-space: normal;
}

/*
.multi-select-container {
    height: calc(1.5em + .75rem + 2px);
}
*/
.multi-select-button {
    height: calc(1.5em + .75rem + 2px);
}
/*
.multi-select-button::after {
    height: calc(1.5em + .75rem + 2px);
}
*/

input[type="checkbox"] {
accent-color: lightgrey;
}

.multi-select-menuitem {
    font-size:small;
}

/*
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #7B1FA2;
}
*/

.custom-control-input:checked~.custom-control-label.red::before {
  background-color: red;
  box-shadow: none;
  border-color: darkgrey;
}

.custom-control-input:checked~.custom-control-label.green::before {
  background-color: darkgreen;
  box-shadow: none;
  border-color: darkgrey;
}
.custom-control-input:checked~.custom-control-label.grey::before {
  background-color: darkgrey;
  box-shadow: none;
  border-color: darkgrey;
}

.custom-control-input:checked~.custom-control-label.black::before {
  background-color: black;
  box-shadow: none;
  border-color: darkgrey;
}

.form-control:focus {
  border-color: darkgrey;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(90, 90, 90, 0.6);
}

.fc-h-event .fc-event-main-frame {
    display: block; /* for make fc-event-title-container expand */
}
.fc-day-grid-event .fc-content{
    white-space: normal!important;
}


.fc-h-event .fc-event-main {
    color: black;
}

.fc-scrollgrid-sync-table {
    /* height:'' */
}

/*
.fc-daygrid-event {
    white-space:normal;
    white-space: pre-line;
}
*/

.eventWithLinebreak {
    white-space: pre-line;
}

.aktion_kalender {
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid black;
    background-color: darkgreen;
    color:white;
    margin-bottom:2px;
}

/*
@media (min-width: 767px) {
    .caret-right {
        width: 0; 
        height: 0; 
        border-top: 4px solid rgba(0, 0, 0, 0);
        border-bottom: 4px solid rgba(0, 0, 0, 0);
        border-left: 4px solid #777777;
    }
}
*/