.divSearch {
    margin-top: 50px;
    margin-bottom: 30px;
}

#selectCategories+.dropdown-toggle.btn-light,
#selectSortBy+.dropdown-toggle.btn-light {
    border: 1px solid #030303 !important;
    background-color: #030303 !important;
    color: #ffffff !important;
}

#selectCategories+.dropdown-item.active,
#selectCategories+.dropdown-item.active:focus,
#selectCategories+.dropdown-item.active:hover,
#selectSortBy+.dropdown-item.active,
#selectSortBy+.dropdown-item.active:focus,
#selectSortBy+.dropdown-item.active:hover {
    background-color: #030303 !important;
    color: #ffffff !important;
}

#selectCategories+.dropdown-toggle::after,
#selectSortBy+.dropdown-toggle::after {
    color: #ffffff !important;
}

.aFilter {
    margin-left: 12px !important;
    margin-right: 12px !important;
    font-size: 18px;
    position: relative;
    top: 6px;
    cursor: pointer;
    float: right;
}

.aFilter i.active {
    color: #030303;
}

.aFilter i {
    color: #999999;
}

.divFilterBars {
    text-align: right;
}

.h5PageTitle {
    margin-bottom: 0px;
}

.divAdvanceSearch {
    text-align: right;
    padding: 0px !important;
}

.divAdvanceSearch a {
    font-size: 13px;
    color: #cccccc;
    text-decoration: underline !important;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

#divImgLoader {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

#paging {
    text-align: center;
    margin-top: 20px;
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 2px;
}

.divRecordCount {
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 10px;
    color: #666;
    padding-bottom: 20px;
}

.noPadding {
    padding: 0px !important;
}

.divAdvanceFilters .divSearch .input-group input {
    border: inherit !important;
    padding: inherit;
    border-radius: inherit;
}

.divAdvanceFilters .divSearch .input-group input:focus {
    border: inherit !important;
    border-bottom-color: #ced4da;
    box-shadow: none;
}

.divAdvanceFilters .col-md-3 {
    padding-left: 0px;
}

#divRecord {
    margin-top: 40px;
}

.divNoRecord {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 25px;
    display: none;
    clear: both;
    padding-top: 15px;
}

.table-responsive {
    background-color: #ffffff;
    font-size: 14px;
}

.table-responsive table tr td:first-child img {
    width: 40px;
    height: 40px;
}

.table-responsive table tr td:last-child img {
    width: 20px;
}

.table-responsive table tr td {
    vertical-align: middle;
    white-space: nowrap;
}

.table-responsive table tr td:nth-child(2) {
    font-weight: bold;
    color: #666666;
    font-size: 15px;
}

.table-responsive table tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.tdDesignation {
    color: #a3a3a3;
    font-weight: bold;
}

.tdCountry {
    color: #9c9c9c;
}

#divRecord div table tbody tr {
    cursor: pointer;
}

@media screen and (max-width: 767px) and (min-width: 100px) {
    .bootstrap-select {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .divAdvanceFilters,
    .divAdvanceFilters .col-md-3 {
        padding: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .aFilter {
        top: 1px;
    }
}