
.tl_filter_date {
    width: 100%;
    margin-top: 3px;
}

.tl_filter_date .tl_select {
    max-width: 14.65%;
    margin-left: 3px;
}

.tl_filter_date .date_filter {
    width: 12%;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

.tl_filter_date span {
    margin-left: 5px;
}

.date_filter {
    height: 26px;
    padding-top: 0;
    padding-bottom: 2px;
}

@media (max-width: 767px) {
    .tl_filter_date {
        box-sizing: border-box;
        padding: 0 3px 0 7px;
        display: flex;
        align-items: center;
    }

    .tl_filter_date .tl_select {
        max-width: 50%;
        margin-left: 3px;
        display: block;
    }
}

.datepicker_bootstrap {
    z-index: 999999999;
}

#passbildWrapper .activate-dashforge .m-auto {
    margin-left: 0 !important;
}

#passbildWrapper .activate-dashforge .image-preview {
    display: flex;
    align-items: center;
    justify-content: center;
}

#passbildWrapper .activate-dashforge .image-preview-text {
    text-align: center;
}

#isicFormDataWrapper .fieldgroup {
    margin: 0;
    width: 100%;
    padding-bottom: 10px;
}

#isicFormDataWrapper .fieldgroup .w50 {
    min-height: unset;
}

#certificateViewer img.iv-init {
    cursor: grab;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

#isicFormDataWrapper .widget h3 {
    min-height: 20px;
    height: auto;
}

#isicFormDataWrapper .widget h3 label {
    margin-bottom: 0;
}