



mark{background:orange;color:black;}




.my_modal-dialog_full {
 width: 98% !important;
  height: 92% !important;
  min-width: 98% !important;
  min-height: 92% !important;
  max-width: 98% !important;
  max-height: 92% !important;
  padding: 0 !important;
}
.my_modal-content_full {
  height: 99% !important;
  min-height: 99% !important;
  max-height: 99% !important;

}

/*Bootstrap Calendar*/
.datepicker {
    border-radius: 0;
    padding: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 11px 13px;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}
.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}
.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}
.datepicker .prev:hover, .datepicker .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 21px;
}
.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}
.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-color: #3546b3;
  background-image: none;
}
.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}

/* for sm */

.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}

.nav-tabs .nav-item .nav-link {
  background-color: #dee2e6;
  color: #000000;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: #6C757D;
  color: #ffffff;
}
.tab-content {
  border: 1px solid #dee2e6;
  border-top: transparent;
  padding: 3px;
}

tr.details td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}
td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}


button.dt-button.active {
    background: #89FF90 !important;
}













.dynamicTile .col-sm-2.col-xs-4{
    padding:5px;
}

.dynamicTile .col-sm-4.col-xs-8{
    padding:5px;
}

#tile1{
    background: rgb(0,172,238);
}

#tile2{
    background: rgb(243,243,243);
}

#tile3{
    background: rgb(71,193,228);
}

#tile4{
    background-image: url('http://handsontek.net/demoimages/tiles/facebook.png');
    background-size: cover;
}

#tile5{
    background: rgb(175,26,63);
}

#tile6{
    background: rgb(62,157,215);
}

#tile7{
    background: white;
}

#tile8{
    background: rgb(209,70,37);
}

#tile9{
    background: rgb(0,142,0);
}

#tile10{
    background: rgb(0,93,233);
}

.tilecaption{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
    margin:0!important;
    text-align: center;
    color:white;
    font-family: Segoe UI;
    font-weight: lighter;
}




 .tile {
     width:100%;
     height:200px;
     display: inline-block;
     box-sizing: border-box;
     background: #fff;
     padding: 10px;
     margin-bottom: 10px;
     
}
 .tile .title {
     margin-top: 10px;
     
}
 .tile .icon{
     margin-right: 10px;
     
}
 .tile.purple, .tile.blue, .tile.red, .tile.orange, .tile.green, .tile.yellow , .tile.green   {
     color: #fff;
}
 .tile.purple {
     background: #5133ab;
}
 .tile.purple:hover {
     background: #3e2784;
}
 .tile.red {
     background: #ac193d;
}
 .tile.red:hover {
     background: #7f132d;
}
 .tile.green {
     background: #00a600;
}
 .tile.green:hover {
     background: #007300;
}
 .tile.blue {
     background: #2672ec;
}
 .tile.blue:hover {
     background: #125acd;
}
 .tile.orange {
     background: #dc572e;
}
 .tile.orange:hover {
     background: #b8431f;
}
 .tile.yellow {
     background: #EAFF24;
}
 .tile.yellow:hover {
     background: #76820B;
}
 .tile.green {
     background: #25834E;
}
 .tile.green:hover {
     background: #124127;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.tile_lap {
    width: 150px;
    height: 150px;
    display: block;
    float: left;
    margin: 5px;
    background-color: #eeeeee;
    box-shadow: inset 0 0 1px #FFFFCC;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
} 
.tile_lap-content.slide-up:hover > .slide-over {
    top: 10%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tile_lap-content.slide-up > .slide-over {
    top: 100%;
    z-index: 2;
    height: 75%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.tile_lap-content.slide-up > .slide, .tile_lap-content.slide-down > .slide, .tile_lap-content.slide-up-2 > .slide, .tile_lap-content.slide-down-2 > .slide, .tile_lap-content.slide-left > .slide, .tile_lap-content.slide-right > .slide, .tile_lap-content.slide-left-2 > .slide, .tile_lap-content.slide-right-2 > .slide, .tile_lap-content.slide-up > .slide-over, .tile_lap-content.slide-down > .slide-over, .tile_lap-content.slide-up-2 > .slide-over, .tile_lap-content.slide-down-2 > .slide-over, .tile_lap-content.slide-left > .slide-over, .tile_lap-content.slide-right > .slide-over, .tile_lap-content.slide-left-2 > .slide-over, .tile_lap-content.slide-right-2 > .slide-over {
    width: 100%;
    height: inherit;
    display: block;
    position: absolute;
    box-shadow: inset 0 0 1px #FFFFCC;
}
.op-gray {
    background-color: rgba(85,85,85,.7) !important;
}

.padding_lap {
    padding: 0.625rem;
}

.tile_lap .tile_lap-label {
    position: absolute;
    bottom: 0;
    left: .625rem;
    padding: .425rem .25rem;
    z-index: 999;
}


.tile_lap-content.iconic .icon {
    position: absolute;
    width: 64px;
    height: 64px;
    font-size: 64px;
    top: 50%;
    margin-top: 20px;
    left: 50%;
    margin-left: -32px;
    text-align: center;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007BFF;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 20px;
   
}

.klient_Info{
    left: -55px;
    position: relative;
    top: 50px;
}


.avatar{
 
     width: 140px;
     height: 140px;
}

button.dt-button, div.dt-button, a.dt-button, input.dt-button {
    
   color:#333333; 
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 1em;
}

.dropdown-menu-right { 
    right: 0; 
    left: auto; 
   background-color1: #ff0000;
} 

.navbar .dropdown-menu-right { 
    right: 0; 
    left: auto; 
    background-color1: #0000ff;
}

.custom1[role="columnheader"]{  
    font-size: 17px;  
     background-color: #ff0000;
}  

.dx-header-row > td[role="columnheader"]> div.dx-datagrid-text-content {  
      font-size: 14px;  
      font-weight: bold; 
       color: #444; 
}  





.dx-datagrid-headers .dx-header-row {
    background-color:#6495ED;

}


.dx-datagrid-rowsview .dx-row > td, .dx-datagrid-rowsview .dx-row > tr > td {  
 background-color: #CAE1FF;  
}  

.dx-datagrid .dx-row-alt > td, .dx-datagrid .dx-row-alt > tr > td {  
    background-color: #F8F8FF;  
} 


.dx-datagrid .dx-header-filter {
  color: #F8F8FF;
}
.dx-datagrid-headers {
  color: #F8F8FF;
  font-weight: 400;
}
.dx-header-row > td[role="columnheader"] > div.dx-datagrid-text-content {
  font-size: 14px;
  font-weight: bold;
  color: #F8F8FF;
}


#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#f4f6f9; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */
}
#status_wait {
    width:100px;
    height:100px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url("../img/wait.gif");
    z-index:9999; /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
    margin:-50px 0 0 -50px; /* is width and height divided by two */
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-expand {
  padding: 0;
    padding-top: 0px;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  height: 53px;
}
#az_timer {
  /* Hier die Daten von deinem Container*/
}
.info-box .info-box-content{
    line-height: 1 !important;
}
.info-box-az_time_oder{
    color: #8b8b8b;
    font-weight: 700;
}
.links {
  float:left;
  
  
}
.rechts {
  float:right;
  
}
.lap_info{
  
   color: #0058FF;
   padding-left: 10px;
}




.btn-default {
  background-color: #FFFFFF;
  border-color: #ddd;
  color: #444;
}
       

.calendar .calendar-header {
  background-color: #6495ED;
  color: white;
  border: 0;
}
       
.calendar .calendar-header .year-title:hover,
.calendar .calendar-header .prev:hover,
.calendar .calendar-header .next:hover{
  background: rgba(255, 255, 255, 0.2);
}
       
.calendar table.month th.month-title {
  background-color: #6495ED;
  color: white;
  padding: 12px;
  font-weight: 400;
}
       
.calendar table.month {
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
}       
.calendar .month-container {
  height: 310px;
}       
       
.calendar table.month td.day .day-content {
  padding: 5px 8px;
  
   font-size: 16px;
  
}   

.calendar .week-number{
     background-color: #E6E6E6;
    
}

.custom-switch
{
  padding-left: 2.25rem;
  margin-top: 1.25rem;
}


#please_wait {
  position:relativ;
  z-index: 99900000 !important;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
}
.please_wait_container {
  background-color: #FFFFFF;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
}
.fa-spinner {
  color: #000; /* Setze die Farbe auf Schwarz */
}
.please_wait_text {
  color: #000; /* Setze die Farbe auf Schwarz */
}

.img_klient_aktiv{
    
    padding-right: 70px;
}

.modal1-content {
    background: rgba(255, 255, 255, 0.2); /* Weißer Hintergrund mit Transparenz */
    backdrop-filter: blur(10px); /* Unschärfe-Effekt */
    -webkit-backdrop-filter: blur(10px); /* Unschärfe-Effekt für WebKit-Browser */
    border: 1px solid rgba(255, 255, 255, 0.2); /* Leicht sichtbarer Rahmen */
   /* border-radius: 15px; /* Abgerundete Ecken */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Schatten für einen schwebenden Effekt */
}
.card1{
    background: rgba(255, 255, 255, 0.2); /* Weißer Hintergrund mit Transparenz */
    backdrop-filter: blur(10px); /* Unschärfe-Effekt */
    -webkit-backdrop-filter: blur(10px); /* Unschärfe-Effekt für WebKit-Browser */
    border: 1px solid rgba(255, 255, 255, 0.2); /* Leicht sichtbarer Rahmen */
 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Schatten für einen schwebenden Effekt */
}


.dx-list-item-content {
    padding: 0px !important;
}
.dx-list-item {
    padding: 5px !important;
}

.dx-list-group-header {
    background-color: #6c757d !important;
    border-bottom: 0px solid #ddd !important;
    padding: 10px 10px 10px !important;
    border-top: 0px solid #ddd;
    color:#ffffff;
  }

  .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {  
    background-color: orange !important; 
    color: #333!important;
}  
.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused).dx-datagrid-group-space {  
    background-color: orange !important; 
}  
.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > .dx-datagrid-readonly .dx-texteditor .dx-texteditor-input {  
    background-color: orange !important; 
    color: #333 !important;
} 

.dx-datagrid-rowsview .dx-row-focused {  
    border: 2px solid rgb(0, 0, 0) !important;  
 }  
 
 .dx-datagrid-rowsview .dx-selection {  
     border: 2px solid rgb(0, 0, 0) !important;  
 }  

 .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-removed) > td {
    background-color: orange !important;  
    color: unset;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused),
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) {
    background-color: orange !important;  
    color: unset;
}

#please_wait_info{
    color:#000000;
}