.mh-200px {
    max-height: 150px;
}

.mh-650px {
    max-height: 650px;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 50px;
    padding-bottom: 50px;
}

.timeline-item {
    position: relative;
    display: flex;
    padding-top: 0px;
    margin-bottom: 45px;
}

.timeline-icon {
    position: absolute;
    top: 0;
    left: 0%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-icon i {
    font-size: 20px;
    color: #009B48;
}

.timeline-content {
    position: relative;
    margin-left: 5%;
}

.timeline-content h2 {
    font-size: 20px;
    margin-bottom: 0px;
}

.timeline-content p {
    font-size: 16px;
    line-height: 1.5;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 50px;
    left: 0%;
    width: 2px;
    margin-left: -1px;
    background-color: #000;
    z-index: -1;
}

.timeline-item:first-child {
    margin-top: 0;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-item:after,
.timeline-item:before {
    content: "";
    display: table;
}

.timeline-item:after {
    clear: both;
}

.mh-800px {
    max-height: 5px;
}

/* Set a fixed scrollable wrapper */
.tableWrap {
    height: 70vh;
    border: 0px solid black;
    overflow: auto;
}

/* Set header to stick to the top of the container. */
.tableWrap thead tr th {
    position: sticky;
    top: 0;
    background-color: white;
}

/* If we use border,
  we must use table-collapse to avoid
  a slight movement of the header row */
table {
    border-collapse: collapse;
}

/* Because we must set sticky on th,
   we have to apply background styles here
   rather than on thead */
th {
    padding: 16px;
    padding-left: 15px;
    border-left: 0px dotted rgba(200, 209, 224, 0.6);
    border-bottom: 4px solid #e8e8e8;
    background: #ffc491;
    text-align: left;
    /* With border-collapse, we must use box-shadow or psuedo elements
    for the header borders */
    box-shadow: 0px 0px 0 0px #e8e8e8;
}

/* Basic Demo styling */
#dossiertable table {
    width: 100%;
    font-family: sans-serif;
}

#dossiertable table td {
    padding: 16px;
}

#dossiertable tbody tr {
    border-bottom: 1px solid #e8e8e8;
}

#dossiertable thead {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

#dossiertable tbody tr:hover {
    background: #009b481a;
    cursor: pointer;
}

.nav-pills .nav-link.active {
    background-color: #009B48;
    color: white;
}

.vh-70 {
    height: 70vh;
}

.w-90 {
    width: 90%;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:visited {
    background-color: #009B48 !important;
}

.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success:visited {
    color:#009B48 !important;
}
.btn-outline-success:hover {
    color: white !important;
    background-color: #009B48 !important;
}

.bg-danger-light {
    background-color: #f39292!important;
}

input[disabled] {pointer-events:none}

.br-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-color: #0000000e;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: scale(0.92);
                transform: scale(0.92);
    opacity: 0.6;
}
.br-icon::before {
    content: "?";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}


    
.ql-undo::after {
    content: "\f2ea";
    font-family: "FontAwesome";
    vertical-align: middle;

}

.ql-redo::after {
    content: "\f2f9";
    font-family: "FontAwesome";
    vertical-align: middle;
    padding-bottom: 5px;
}
