.tl_tablelookupwizardornew {
    display: flex;
    justify-content: start;
}
.tl_tablelookupwizardornew label.forSelect {
    display: none;
}
.tl_tablelookupwizardornew .dcawizardnew {
    margin-left: 8px;
}
.widget .select2-container {
    min-width: 225px;
}
.widget .select2-container .select2-selection--single {
    height: 39px;
    line-height: 36px;
    padding: 5px 22px 10px 6px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
}
.widget .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 29px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__clear span {
    font-size: 20px;
}


.tabs-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-bottom: 1px solid hsl(210, 6%, 79%);
}
.tabs-menu li {
    background: hsl(120, 11%, 96%);
    border: 1px solid hsl(210, 6%, 79%);
    border-bottom: 0 hidden;
}
.tabs-menu > li:first-child a {
    border-right: 0;
}
.tabs-menu .tab-active {
    bottom: -1px;
    position: relative;
    background: hsl(0, 100%, 100%);
    border-bottom: 1px solid hsla(0, 0%, 0%, 0);
}
.tabs-menu .tab-active a {
    background: hsl(0, 100%, 100%);
    border-bottom-color: hsla(0, 0%, 0%, 0);
    color: hsl(85, 54%, 51%);
    padding: 11px 5px;
    cursor: default;
}
.tabs-menu a {
    color: hsl(215, 6%, 57%);
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tabs-stage {
    border: 1px solid hsl(210, 6%, 79%);
    border-top: 0;
    clear: both;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}