#tl_navigation .group-Contexio {
    background: url(children_.svg) 2px 1px no-repeat;
    background-size: 14px;
}

.tl_contexiopositionwizard {
    max-width: none;
    margin-top: 14px;
    margin-bottom: 5px;
}

.tl_contexiobexioprofile img {
    max-height: 100px;
    width: auto;
}
.tl_contexiobexioprofile td {

    padding: 5px 10px 5px 0px;
}

/* The Modal (background) */
#contexioProcessModal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
#contexioProcessModal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 500px;
}

/* The Close Button */
#contexioProcessModalClose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#contexioProcessModalClose:hover,
#contexioProcessModalClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#contexioProcessModalProcess {
    height: 20px;
    border: 1px solid #f47c00;
    width: calc(100% - 80px);
    margin-top: 5px;
    margin-left: 40px;
    position: relative;
}
#contexioProcessModalProcessInner {
    height: 100%;
    background-color: #f47c00;
    width: 0px;
}
#contexioProcessModalProcessText {
    margin-top: -17px;
    text-align: center;
    width: 100%;
    position: absolute;
}
#contexioProcessModalInner {
    margin-top: 20px;
    line-height: normal;
    overflow: auto;
    max-height: calc(100vh - 265px);
}
#contexioProcessModalInner #contexioProcessModalLoader {
    width: 25px;
    height: 25px;
    margin-bottom: 0px;
    position: absolute;
    margin-top: -42px;
}
.datepicker_bootstrap {
    z-index: 4;
}
