﻿.search-bar-logo-right {
    width: 60px !important;
    margin: 0px 0px 10px 5px;
}
.basic-wrapper .search-bar input.individual {
    min-width: 100px;
}
.basic-wrapper .primary.search-block .tab-pane .search-bar input.individual {
    width: 48%;
}

.basic-wrapper #Div1 .quick-search select.right-padding {
    padding: 8px 25px 8px 8px !important;
}

section.main-search .container .text-block a {
    color: #fff;
}

section.main-search {
    border-top-style:none !important;
}


#table_pool_name_results tbody tr:nth-child(even), #table_firm_results tbody tr:nth-child(even), #table_individual_name_results tbody tr:nth-child(even) {
    background-color: #f2f6f8 !important;
}

#table_pool_name_results thead tr th:nth-child(1) {
    width:50%;
}
#table_pool_name_results thead tr th:nth-child(2) {
    width: 50%;
}
#table_pool_name_results thead tr th:nth-child(3) {
    width: 25%;
}

#table_firm_results thead tr th:nth-child(1) {
    width:45%;
}

#table_firm_results thead tr th:nth-child(2) {
    width: 25%;
}

#table_firm_results thead tr th:nth-child(3) {
    width: 15%;
}

#table_firm_results thead tr th:nth-child(4) {
    width: 15%;
}

#table_individual_name_results thead tr th:nth-child(1) {
    width:44%;
}

#table_individual_name_results thead tr th:nth-child(2) {
    width: 26%;
}

#table_individual_name_results thead tr th:nth-child(3) {
    width: 15%;
}

#table_individual_name_results thead tr th:nth-child(4) {
    width: 15%;
}

#input_in_qsearch {
    padding-top: 7.3px;
    min-width: 250px;
}

.search-block-inner .tab-content .tab-pane button {
    margin-bottom: 3px !important;
}

#qsearch_btn {
    margin-top: -11.1px;
    padding: 17px 20px 17px 20px; 
    background: url("../basic-img/icons/search-6f6b21ef.svg") no-repeat center;
    border-style: solid;
    border-color: #ddd;
    margin-left: 4px;
}

.basic-wrapper .search-bar::after {
    background-image: none !important;
}


@media screen and (max-width: 600px) {
    .tab-content {
        max-width: 380px;
    }
    .tab-content input {
        font-size:12px;
    }
    .ppolicy {
        max-width: 380px;
    }
    
    #animationLoader #load_spinner {
        left: 40%!important;

    }
    #landing_search_tabs li a {
        padding-left:5px;
        padding-right:5px;
    }
}


.validation-search {
    color:red;
    display:none;
}

@media screen and (min-width: 1024px) {
    .basic-wrapper .main-search .container .text-block {
        background-color: transparent !important;
        margin-top: 15px !important;
    }
}

#landing_search_tabs {
    min-width:610px;
}

#landing_search_tabs {
    border-bottom-color: rgba(241, 245, 247, 1) !important;
}