﻿.StructuredSearch_PageContainer {
    margin: 5px 5px 5px 30px;
}

    .StructuredSearch_PageContainer table td, table th {
        padding: 0 !important;
        border: none !important;
    }

    .StructuredSearch_PageContainer table {
        background: none !important;
        margin: 0 !important;
        box-shadow: none !important;
        overflow: auto !important;
    }

.StructuredSearch_PageSection {
    margin-bottom: 15px;
}

.StructuredSearch_SpaceTop {
    margin-top: 10px;
}

.StructuredSearch_SummaryCategoryContainer {
    margin-right: 5px;
    margin-bottom: 15px;
}

.StructuredSearch_ResultSummaryText {
    font-size: x-small;
}

.StructuredSearch_FloatLeft {
    float: left;
}

.StructuredSearch_FloatRight {
    float: right;
}

.StructuredSearch_Clear {
    clear: both;
}

.StructuredSearch_VerticalResultItem {
    width: 175px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.StructuredSearch_HorizontalResultItem {
    width: 125px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.StructuredSearch_VerticalResultContainer li {
    margin-left: -20px;
}

.StructuredSearch_HeaderLink {
    text-decoration: none !important;
    color: inherit !important;
}

.StructuredSearch_Thumbnail {
    width: 85px;
    height: 50px;
    border: 0px;
}

.StructuredSearch_CheckBox label {
    margin-right: 35px;
    margin-top: 20px;
}

.StructuredSearch_PluginSelectContainer {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
}

.StructuredSearch_PluginBar {
    width: 100%;
    margin-bottom: 0px;
    vertical-align: top;
}

.StructuredSearch_ContentBar {
    width: 100%;
    vertical-align: top;
}

.StructuredSearch_HorizontalLinkContainer {
    height: 40px;
    overflow: auto;
}

.StructuredSearch_VerticalContent {
    margin-bottom: 5px;
    width: 200px;
}

.StructuredSearch_ErrorContainer {
    margin-bottom: 15px;
    color: #770000;
}

.StructuredSearch_SummaryResults {
    min-height: 300px;
    height: auto !important;
    height: 300px;
    width: 100%;
}

.StructuredSearch_Hidden {
    display: none;
}

#grdGridResults {
    background-color: White;
    border-style: None;
    border-collapse: collapse;
    width: 100%;
}

    #grdGridResults td {
        background-color: White;
        border-color: White;
        padding: 10px;
    }

    #grdGridResults a {
        color: #0B4ECF !important;
        text-decoration: none;
    }

        #grdGridResults a:hover {
            text-decoration: underline;
        }

.StructuredSearch_ResultSummaryText {
    margin-top: 10px;
    color: #333;
}

/* Menu style */
.customTab {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

    .customTab ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center; /* Center the menu items */
    }

        .customTab ul li {
            display: inline-block;
            margin-right: 10px;
        }

            .customTab ul li a {
                border: 1px solid #02a6e3 !important;
                border-radius: 10px;
                padding: 4px 12px !important;
                color: #fff;
                background-color: #02a6e3;
                line-height: 16px;
                text-align: center;
                display: inline !important;
                border-right: 1px solid #02a6e3 !important;
                border-top-right-radius: 10px;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
                padding: 10px 28px !important;
            }

                .customTab ul li a:hover {
                    background-color: #0056b3;
                }

.sectionTitle {
    color: #02a6e3;
    font-size: 32px;
    font-family: 'Poppins-Bold';
    margin-bottom: 20px;
    margin-left: 40px;
}

input[type="text"]:focus {
    border-color: #007bff; 
    outline: none; 
}

.StructuredSearch_FullSearchBox_SearchFields {
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #f9f9f9;
}

.StructuredSearch_FullSearchBox_FormLabel {
    font-weight: bold;
    margin-bottom: 5px;
}

.StructuredSearch_FullSearchBox_FormControl {
    margin-bottom: 10px;
}

.StructuredSearch_FullSearchBox_AdvancedFiltersContainer {
    display: none;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.StructuredSearch_FullSearchBox_AdvancedSearchButton {
    margin-top: 10px;
}

.StructuredSearch_FullSearchBox_SearchButton {
    margin-top: 10px;
}

.StructuredSearch_Clear {
    clear: both;
}

.StructuredSearch_FullSearchBox_AdvancedSearchButton a {
    text-decoration: none;
    color: #007bff;
}

input[type="text"] {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="submit"] {
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#grdGridResults {
    background-color: White;
    border-style: None;
    border-collapse: collapse;
    width: 100%;
}

    #grdGridResults td {
        background-color: White;
        border-color: White;
        padding: 10px;
    }

    #grdGridResults a {
        color: #0B4ECF !important;
        text-decoration: none;
    }

        #grdGridResults a:hover {
            text-decoration: underline;
        }


.StructuredSearch_ResultSummaryText {
    margin-top: 10px;
    color: #333;
}

.customTab {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

    .customTab ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center; 
    }

        .customTab ul li {
            display: inline-block;
            margin-right: 10px;
        }

            .customTab ul li a {
                border: 1px solid #02a6e3 !important;
                border-radius: 10px;
                padding: 4px 12px !important;
                color: #fff;
                background-color: #02a6e3;
                line-height: 16px;
                text-align: center;
                display: inline !important;
                border-right: 1px solid #02a6e3 !important;
                border-top-right-radius: 10px;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
                padding: 10px 28px !important;
            }

                .customTab ul li a:hover {
                    background-color: #ffffff;
                    color: #000;
                }

.sectionTitle {
    color: #02a6e3;
    font-size: 32px;
    font-family: 'Poppins-Bold';
    margin-bottom: 20px;
    margin-left: 40px;
}

input[type="text"]:focus {
    border-color: #007bff; 
    outline: none; 
}

@media (max-width: 767px) {
    .StructuredSearch_PluginBar {
        display: block;
        margin-top: 10px;
    }

        .StructuredSearch_PluginBar table {
            width: 100%;
        }

        .StructuredSearch_PluginBar input[type="checkbox"] {
            display: inline-block;
            margin-right: 5px;
        }

        .StructuredSearch_PluginBar label {
            display: inline;
            margin-right: 10px;
        }
}

.headerTop .selectCtrlGroup label {
    width: auto !important;
}

section.services-pg {
    background: #F7F8FA;
    padding: 28px 0;
}

.services-pg.customBreadcrumb {
    margin-bottom: 0;
}

section.services-pg > .row {
    max-width: 92%;
    margin: 0 auto;
}

.StructuredSearch_PageContainer {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.StructuredSearch_FullSearchBox_SearchFields {
    border: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    overflow: hidden;
    padding: 30px 30px !important;
    margin-bottom: 20px;
}

.StructuredSearch_FullSearchBox_FormLabel {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.StructuredSearch_PageContainer a {
    color: #3D71B3;
}

    .StructuredSearch_PageContainer a:hover, .StructuredSearch_PageContainer a:focus {
        color: #3D71B3;
    }

.sectionTitle {
    margin-left: 0;
    display: none;
}

.StructuredSearch_PluginBar {
    overflow: hidden;
}

.StructuredSearch_FullSearchBox_FormLabel {
    font-size: 14px;
    color: #575757;
    margin-bottom: 4px !important;
    font-weight: 400;
}

.services-pg .form-control {
    border: 1px solid #3D71B3;
    border-radius: 5px;
    min-height: 40px;
    padding: 6px 16px;
    font-size: 14px;
    color: #000000;
}

    .services-pg .form-control:focus, .services-pg .form-control:visited, .services-pg .form-control:active {
        border-color: #3D71B3;
    }

input[type="submit"], .btn.btn-primary {
    cursor: pointer;
    font-size: 16px;
    border-radius: 25px !important;
    padding: 14px 32px;
    background: #02a6e3;
    border-color: #02a6e3;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"].active, input[type="submit"]:not(:disabled):not(.disabled):active {
        border-radius: 5px;
        background: #02a6e3;
        border-color: #02a6e3;
        opacity: 0.8;
    }

.btn.btn-primary {
    border-radius: 32px;
    background: #0075A9;
    border-color: #0075A9;
}

.StructuredSearch_FullSearchBox_FormControl {
    margin-bottom: 15px;
}

.StructuredSearch_FullSearchBox_VFormControl {
    margin-bottom: 0 !important;
    width: auto !important;
    margin-right: 24px;
}

.collapseCtrl {
    display: flex;
    align-items: center;
    justify-content: end;
}

.StructuredSearch_FullSearchBox_VFormControl input {
    margin-bottom: 15px;
}

.searchcustomCol {
    display: flex;
    margin-right: 0;
    align-items: baseline;
}

    .searchcustomCol .form-control {
        margin: 0 15px;
        margin-bottom: 15px;
    }

        .searchcustomCol .form-control:first-child {
            margin-left: 0;
        }

        .searchcustomCol .form-control:last-child {
            margin-right: 0;
        }

.StructuredSearch_CheckBox label {
    margin-right: 20px;
    margin-top: 0;
    width: auto !important;
    margin-left: 8px;
}

.services-pg .customTab {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.customTab ul li a {
    border: 0px solid #02a6e3 !important;
    border-radius: 20px 20px 0px 0px;
    padding: 4px 12px !important;
    color: #6A6A6A;
    background-color: #E5F7FF;
    line-height: 16px;
    text-align: center;
    display: inline !important;
    border-right: 0px solid #02a6e3 !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 22px 42px !important;
    font-size: 20px;
}

.customTab ul li {
    display: flex;
    margin-right: 0px;
}

    .customTab ul li a.selected {
        background-color: #015C98;
        color: #fff;
        padding: 22px 22px !important;
        border-bottom: 0px solid #02a6e3 !important;
        font-family: 'Elza Text Bold';
    }

    .customTab ul li a:hover {
        background-color: #015C98 !important;
        color: #fff;
        font-family: 'Elza Text Bold';
    }

.StructuredSearch_PageSection {
    margin-bottom: 0;
}

.tabResultWrapper {
    border-radius: 10px;
    border-top-left-radius: 0;
    margin-top: 10px;
    margin-bottom: 28px;
}

    .tabResultWrapper a {
        color: #015C98 !important;
        text-decoration: none;
    }

        .tabResultWrapper a:hover {
            text-decoration: underline;
        }

    .tabResultWrapper table {
        width: 100%;
    }

.StructuredSearch_ResultSummaryText {
    margin-top: 5px;
    color: #000;
    font-size: 14px;
}

.tabResultWrapper table tr:last-child td .StructuredSearch_ResultSummaryText {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.StructuredSearch_CheckBox tbody {
    display: flex;
    flex-wrap: wrap;
}

.StructuredSearch_SummaryResults {
    border: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    overflow: hidden;
    padding: 30px 30px 5px 30px !important;
    display: flex;
    flex-direction: column;
}

.StructuredSearch_VerticalContent {
    margin-bottom: 5px;
    width: 100%;
}

.StructuredSearch_FloatLeft h1 {
    font-size: 18px;
    color: #02a6e3;
    font-family: 'Poppins-Bold';
    margin-bottom: 10px;
}

.StructuredSearch_FloatLeft {
    margin-bottom: 28px;
}

.StructuredSearch_VerticalResultContainer .StructuredSearch_VerticalContent:last-child .StructuredSearch_ResultSummaryText {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.StructuredSearch_VerticalResultContainer .StructuredSearch_VerticalContent:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.StructuredSearch_SummaryResults .StructuredSearch_VerticalResultContainer {
    padding-left: 15px;
}

.viewMoreLink {
    text-align: center;
    margin-top: 15px;
}

@media(max-width:1342px) {
    section.services-pg > .row {
        max-width: 96%;
    }
}

@media(max-width:1199px) {
    section.services-pg > .row {
        max-width: 100%;
    }
}

@media(max-width:680px) {
    .StructuredSearch_PluginBar td {
        display: block;
        margin-bottom: 5px;
    }

    .StructuredSearch_PluginBar {
        padding-left: 15px;
    }
}

@media(max-width:576px) {
    .customTab ul, .customTab, .customTab ul li {
        float: none !important;
    }

    .services-pg .customTab ul li {
        display: flex;
        width: 100%;
    }

    .customTab ul {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
    }

    .services-pg .customTab ul li a {
        width: 100%;
    }

    .tabResultWrapper {
        border-top-right-radius: 0;
    }

    .services-pg .customTab {
        margin-bottom: 0 !important;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .pagination a {
        color: #007bff;
        background-color: transparent;
        border: 1px solid #015C98;
        padding: 6px 12px;
        margin: 0 4px;
        text-decoration: none;
        border-radius: 3px;
    }

        .pagination a:hover {
            background-color: #015C98;
            color: white !important;
        }

    .pagination span {
        background-color: #015C98;
        color: white !important;
        border: 1px solid #015C98;
        padding: 6px 12px;
        margin: 0 4px;
        text-decoration: none;
        border-radius: 3px;
    }

.preLoad {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .preLoad img {
        max-width: 80px;
        max-height: 80px;
    }

.afterLoad {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
/*customization*/
.filterAction .btn-primary {
    border-radius: 4px !important;
    font-size: 16px;
    font-family: 'Elza Text Bold';
    width: 100%;
    padding: 10px 16px;
}
