.btn-danger {
    background-color:#ed7c65 !important;
    color: #ffffff;
    border-color:#ed7c65 !important
}
.label-danger2 {  }
.text-danger2 { color: #ed7c65 }
.border-danger2 { border-color:#ed7c65  }
.label-reassignedTask { background-color:#499aa6; color: #ffffff }
.text-reassignedTask { color: #499aa6 }
.label-extraTask { background-color:#5a73bd; color: #ffffff }
.text-extraTask { color: #5a73bd }
.label-erte { background-color: #008b46; color: #ffffff }
.text-erte { color: #008b46 }
.label-placeReservation { background-color: #7b008b; color: #ffffff }
.border-reassignedTask { border-color: #499aa6 }
.popover {
    max-width: 100%;
}
.inmodal .modal-body { max-height: 600px; overflow: auto }

.modal-dialog { width: auto }

@media (min-width:768px){
    .modal-dialog {
        max-width: 600px;
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px){
    .modal-lg {
        max-width:900px
    }
    /*
    .modal-xl {
        max-width:900px;
    }*/
    .modal-1000 {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) {
    /*
    .modal-xl {
        max-width: 1140px;
    }
    */
}

.modal-xl {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
}

.table-responsive {
    min-height: 40rem;
}
