﻿
.ui-widget :active {
    outline: none
}

.customSearch .errorLabel {
    position: absolute;
    left: -78%
}

div.dataTables_wrapper div.dataTables_processing {
    z-index: 9;
}

.dt-buttons {
    float: right;
    margin-left: 0.5rem;
}

.customSearch {
    display: inline-flex;
}

.pageLoader {
    padding: 5px;
    position: fixed;
    left: 50% !important;
    margin-left: -69px;
    z-index: 1040;
    top: 88px;
    width: 100px;
}

.chosen-container .chosen-drop {
    font-weight: normal;
}

#lblchkactive {
    font-weight: normal;
}


#myTable .hidesort:before .hidesort:after {
    display: none;
}

.oldcontactlink {
    font-size: 0.9rem;
    margin-right: -28px;
}

#ContactGCheckbox_chosen {
    width: 200px !important;
}

.overlay2 img {
    z-index: 9999999;
    position: absolute;
    text-align: center;
    left: 48%;
    top: 59%;
    width: 50px;
}
/* Fix height of chosen multiselect */
.chosen-container-multi .chosen-choices {
    max-height: 36px; /* adjust as needed */
    overflow-y: auto;
    max-width: 720px !important;
    min-width: 200px !important;
    width: inherit;
}

#ContactGCheckbox_chosen {
    width: auto !important;
}
/* Optional: keep things aligned nicely */
.chosen-container-multi .chosen-choices li.search-choice {
    margin: 2px 5px 2px 0;
}


