﻿.breadcrumb {
    background-color: #e6e6e6;
}

    .breadcrumb .flex-row {
        align-items: center;
    }

    .breadcrumb .home a {
        color: #363636;
        font-size: 1.2rem;
    }
    .breadcrumb i.fa-home {
        margin-left: 10px;
    }
    .breadcrumb a {
        background-color: #e6e6e6;
        color: var(--text-black);
        text-decoration:none;
    }
    .breadcrumb a:hover {
        text-decoration: underline;
    }
    .breadcrumb .sep, .breadcrumb div > span > i {
        color: #707070;
        padding: 0px 10px;
        vertical-align: middle;
    }

.pageTitle {
    color: #ae8434;
}

.rating i {
    color: #fed42d;
    font-size: 1.5rem;
}

.lastmodified {
    padding-top: 15px;
    color: var(--text-black);
    font-size: 0.8rem;
}
.contentListItem:nth-child(2n+1) {
    background-color: #E3E3E3;
}
.contentListItem {
    padding: 50px 0px;
}
    

    .contentListItem .date {
        color: var(--gray-dark);
        font-size: 0.8rem;
        margin-bottom: 15px;
    }

    .contentListItem .title {
        color: var(--primary-color);
        font-size: 1.5rem;
        font-weight: bold;
    }

    .contentListItem .description {
        color: var(--text-black);
        font-size: 1.25rem;
    }

    .contentListItem .readmore {
        background-color: var(--primary-color);
        border: solid 1px var(--primary-color);
        padding: 10px 20px;
        margin-top: 15px;
        color: #fff;
        text-transform: uppercase;
        border-radius: 5px;
    }

        .contentListItem .readmore:hover {
            background-color: #142c42;
        }

.contentImageLeft img,
.contentImageRight img {
    max-width: 100%;
    max-height: 350px;
}

.contentImageRight img {
    text-align: left;
    float: left;
}

.contentImageLeft img {
    text-align: right;
    float: right;
}

/* Content Sidebar */
.finalContent a, .finalContent i, .finalContent i.fa-external-link {
    color: var(--primary-color) !important;
}

.finalContent td {
    padding: 5px 10px;
}

.contentSidebar,
.contentArea, .contentAreaFull  {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
}
    .contentArea li, .contentAreaFull li {
        list-style-type: disc;
        margin-right: 2rem;
    }
.contentSidebar {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f0f0f0;
    color: var(--text-black);
    min-height: 250px;
}

.contentSidebar ul li {
    padding: 1rem 2rem;
    border-bottom: solid 1px #a5a5a5;
}

    .contentSidebar ul li.selected {
        background-color: var(--gold-bg);
        color: #fff;
    }
.contentSidebar ul li span i {
    float: left;
    font-size: 1.2rem;
}

.contentSidebar ul li > ul.list-group li {
    padding: 1rem 1rem;
    border-bottom: solid 1px #a5a5a5;
}

.contentArea {
    margin-right: 1.5rem;
}
.contentAreaFull {
    margin-right: 0px;
}
.contentHelpful {
    margin: 20px 0px 0px;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.pageLastupdated {
    margin: 20px 0px 20px;
}

#divCommonPageLstUpdateHits .contentHelpful .caption {
    color: #000;
}
.contentHelpful .yes {
    background-color: var(--gold-bg);
    border: solid 1px var(--gold-color);
}

    .contentHelpful .no {
        background-color: #b4b4b4;
        border: solid 1px #b4b4b4;
    }
        .contentHelpful .yes:hover,
        .contentHelpful .no:hover {
            /*background-color: var(--primary-color);
            color:#FFF;*/
        }

/* Search Area Start */
.filter {
    color: var(--primary-color);
    font-weight: bold;
}

#divSearch {
    margin-left: 0px;
    margin-right: 0px;
    padding: 1.5rem 1rem;
    background-color: #f5f5f5;
    border: solid 1px #f5f5f5;
    border-radius: 10px;
}

.searchItem {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

    .searchItem label {
        /*  font-size: 1rem;*/
        color: #6f6f6f;
    }

 

    .searchItem .searchbtn {
        background-color: var(--primary-color);
        border: solid 1px var(--primary-color);
    }

        .searchItem .searchbtn:hover {
            background-color: #384f64;
            border: solid 1px var(--primary-color);
        }
/*Search area End */
/* Pager Start */
#divPager {
    /*margin: 25px 0px 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;*/
    width: 100%;
    text-align: center;
}
    #divPager .pagination-wrapper {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    #divPager .pageCount {
        color: var(--gray-dark);
        font-size: 1rem;
    }

    #divPager .pagination-wrapper a {
        cursor: pointer;
        background-color: var(--primary-color);
        border: solid 1px var(--primary-color);
        text-decoration: none;
        /*display: inline-block;
        font-weight: 400;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out*/
    }

    #divPager .pagination-wrapper > a.aspNetDisabled {
        cursor: not-allowed;
    }

    #divPager .pagination-wrapper > a:first-child {
        float: right;
    }

    #divPager .pagination-wrapper > a:last-child {
        float: left;
    }

    #divPager .pagination-wrapper .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 0;
        border-radius: 4px;
    }

        #divPager .pagination-wrapper .pagination > li {
            display: inline;
        }

            #divPager .pagination-wrapper .pagination > li a {
                background-color: transparent;
                margin: 2px 2px;
                color: var(--primary-color);
                padding: 5px 15px;
            }

            #divPager .pagination-wrapper .pagination > li.active a, #divPager .pagination-wrapper .pagination > li:focus a, #divPager .pagination-wrapper .pagination > li:hover a {
                background-color: var(--primary-color);
                z-index: 2;
                color: #fff;
            }

            #divPager .pagination-wrapper .pagination > li.active a {
                cursor: default;
            }
/* pager End */

/* Image gallery */
.galleryTopItem {
    margin: 25px 0px;
    width: 100%;
    max-width: 100%;
    position: relative;
}

    .galleryTopItem figure img {
        width: 100%;
    }

    .galleryTopItem .titleBox {
        width: 100%;
        height: 133px;
        position: absolute;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.46);
        /* Add the blur effect */
        filter: blur(8px);
        -webkit-filter: blur(8px);
        color: #fff;
        display: flex;
        flex-direction: row;
    }

        .galleryTopItem .titleBox p {
            color: red;
        }

        .galleryTopItem .titleBox p {
            color: red;
        }

.galleryListItem {
    width: 100%;
    max-width: 100%;
    height: 414px;
    margin: 15px 0px;
    height: 384px;
    padding: 0px;
    background-color: #fff;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
}

    .galleryListItem:nth-child(3n-1) {
        margin-left: 10px;
        margin-right: 10px;
    }

    .galleryListItem figure img {
        width: 100%;
        padding: 5px;
        max-width: 100%;
        height: 380px;
    }
/* Opendata */
.commonTable {
    margin-top: 2.5rem;
}
.commonTable div.row {
    margin-top: 1rem;
}
.commonTable thead, .commonTable .headerTable {
    background-color: #f0f0f0;
    color: #6f6f6f;
    font-size: 1rem;
}
.commonTable .headerTable {
    border-top: solid 2px rgb(222, 226, 230);
    border-bottom: solid 2px rgb(222, 226, 230);
    font-weight: bold;
}

.headerTable div {
    padding: 0.75rem;
}

.separatorTable {
    border-top: 1px solid #dee2e6;
}
.downloadlinks {
    column-gap: 1rem;
    text-align: center;
    flex-wrap:wrap;
}

    .downloadlinks img {
        height: 30px;
        margin-top:10px;
        margin-bottom: 10px;
    }

    .downloadlinks p {
        font-size: 0.8rem;
        color: #000;
    }
/*TaxAgent list */
.taxAgentListItem {
    display: flex;
    flex-direction: row;
    background-color: #f9fafb;
    padding: 25px 20px;
}

    .taxAgentListItem:nth-child(2n) {
        background-color: #f2f4f6;
    }

    .taxAgentListItem .profilePic {
        position: relative;
        margin: 0px 20px 0px 10px;
        width: 70px;
        height: 70px;
        /*background-color: #142c42;*/
        border-radius: 50%;
        display: inline-block;
    }

        .taxAgentListItem .profilePic::before {
            content: "";
            position: absolute;
            width: 60px;
            height: 60px;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            background-color: #fff;
            border-radius: 50%;
            display: inline-block;
            border: solid 2px var(--primary-color);
        }

        .taxAgentListItem .profilePic img {
            position: absolute;
            width: 50px;
            height: 50px;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
        }
        .taxAgentListItem .profilePic.company img {
            width: 38px;
            height: 38px;
        }

    .taxAgentListItem .namecompany {
        padding: 0px 0.5rem 0px 1rem;
        width: 100%;
    }

    .taxAgentListItem li {
        display: flex;
        flex-direction: row;
        column-gap: 1rem;
        margin-bottom: 1rem;
        flex-wrap:wrap;
    }
    .taxAgentListItem.softwareVendorListItem li {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        column-gap: 1rem;
        margin-bottom: 1rem;
    }
        .taxAgentListItem li img {
            width: 1.2rem;
        }

    .taxAgentListItem .namecompany .name {
        color: var(--primary-color-dark);
    }

    .taxAgentListItem .namecompany .company {
        font-size: 1.3rem;
    }

    .taxAgentListItem .namecompany .sector {
        font-size: 1rem;
        margin: 1rem 0px;
    }

    .taxAgentListItem .namecompany .sector h5 {
        font-size: 1.2rem;
        font-weight: 600;
        color: var(--primary-color-dark);
    }

    .taxAgentListItem .namecompany .branchLocation {
        color: #000;
        font-size: 1.1rem;
        font-weight: bold;
    }

    .taxAgentListItem a {
        color: #000;
        font-size: 1rem;
    }

    .taxAgentListItem .call {
        margin: 2rem 0px;
    }

    .taxAgentListItem a.callbtn {
        background-color: var(--primary-color);
        color: #fff;
        padding: 10px 25px;
        border: none;
    }

    .taxAgentListItem .callbtn i {
        color: #fff;
        padding-right: 15px;
    }
    .taxAgentListItem h6 {
        font-size: 0.9rem;
        color: var(--gray-dark);
        width: 100%;
    }

.taxagentreadmore .btn-primary {
    background-color: #FFF;
    border-color: var(--gold-color);
    color: var(--primary-color-dark)
}

    .taxagentreadmore .btn-primary i {
        color: var(--gold-color)
    }

    .taxagentreadmore .btn-primary:hover {
        background-color: var(--gold-bg);
        color: #FFF;
    }

.taxagentreadmore .btn-primary:hover i {
    color: #FFF;
}
/* Taxagent details Popup*/
#taxAgentDetailsModal {
    width: 900px;
    max-width: 950px;
}

#taxAgentDetailsModal .btn-close {
    position: absolute;
    top: -5px;
    left: 10px;
    font-size: 2rem;
}

#taxAgentDetailsModal .taxAgentListItem {
    background-color: #f9f9f9;
    padding: 0px;
}

#taxAgentDetailsModal .taxAgentListItem .profilePic {
    margin: 0px 0px 0px 10px;
}

#taxAgentDetailsModal .taxAgentListItem li {
    padding: 0px 10px;
    text-align: center;
}

#taxAgentDetailsModal .sector p {
    position: relative;
}

#taxAgentDetailsModal .sector p::before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: block;
}

#taxAgentDetailsModal .sector p::before,
#taxAgentDetailsModal .sector p::after {
    position: absolute;
    content: '';
    top: 5px;
}

#taxAgentDetailsModal .sector p span {
    margin-right: 1.3rem;
}

#taxAgentDetailsModal .taxAgentListItem li .listIcon {
    height: 2.5rem;
    vertical-align: top;
    margin: 0 auto;
}

#taxAgentDetailsModal .taxAgentListItem li img {
    width: 1.8rem;
}

#taxAgentDetailsModal .taxAgentListItem li .flex-column {
    width: 100%;
}

#taxAgentDetailsModal .taxAgentListItem li:nth-child(2n) {
    border-left: solid 1px #C0C0C0;
    border-right: solid 1px #C0C0C0;
}
#taxAgentDetailsModal .taxAgentListItem .contactoptions {
    display: flex;
    flex-direction: row;
}
/* eservices lst*/
.categoryTitle {
    color: var(--gold-color);
    margin: 2rem 0px;
}

.subCategoriesList {
    padding: 1rem 0.5rem;
    align-items: center;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
}

.subCategoriesListItem {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

    .subCategoriesListItem a {
        color: #000;
        font-size: 1.2rem;        
    }

    .subCategoriesListItem:hover,
    .subCategoriesListItem.selected
    {
        background-color: var(--primary-color);
        color: #fff;
        border-radius: 0.5rem;
        filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
    }

    .subCategoriesListItem > a {
        background: none !important;
        border: none !important;
     
    }

        .subCategoriesListItem > a.active {
            background-color: var(--primary-color) !important;
            color: #fff !important;
            border-radius: 0.5rem;
            filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
        }


    .subCategoriesListItem.selected, .subCategoriesListItem:hover a {
        color: #fff;
    }

.servicesList {
    margin-top: 2rem;
}

.servicesListItem {
    margin-top: 1rem;
    width: 100%;
    height: 220px;
    padding-top: 15px;
    border-radius: 5px;
    background-color: #ffffff;
    filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
    text-align: center;
}

    .servicesListItem figure {
        margin: 1rem auto;
    }

        .servicesListItem figure img {
            width: 80px;
            height: 80px;
            margin:0 auto;
        }

    .servicesListItem a {
        color: #000;
    }
/*Service Details*/
.commonbtn {
    padding: 0.8rem 1.6rem;
    background-color: var(--primary-color);
    border: solid 1px var(--primary-color);
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
}

    .commonbtn:hover {
        background-color: #384f64;
    }
.serviceDetailsCol1 .commonbtn:hover {
    background-color: var(--gold-bg);
}
.serviceDetailsCol1 {
    background-color: #f2f2f2;
    color: #2e2e2e;
    padding: 2rem 1.5rem;
}

    .serviceDetailsCol1 a {
        color: #2e2e2e;
    }

        .serviceDetailsCol1 a.commonbtn {
            color: #fff;
        }

    .serviceDetailsCol1 li {
        margin-top: 1.5rem;
    }

    .serviceDetailsCol1 h3 {
        font-size: 1.2rem;
        color: #2e2e2e;
        font-weight:600;
    }

    .serviceDetailsCol1 p {
        font-size: 0.9rem;
        color: #2e2e2e;
    }

    .serviceDetailsCol1 li i {
        font-size: 2.5rem;
        margin-right: 10px;
        color: var(--gold-color);
    }

        .serviceDetailsCol1 li i.fa-desktop {
            font-size: 1.5rem;
        }

.expandTitle {
    padding: 5px 10px;
    margin: 1rem 0px;
    font-size: 1.2rem;
    border: solid 1px #e3e3e3;
    background-color: #ffffff;
    color: #2e2e2e;
    filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .expandTitle i {
        color: #2e2e2e;
    }

.expandContent {
    color: #707070;
    font-size: 1rem;
}

.divContentBlock {
    margin-right: 20px;
    position: relative;
    padding: 1rem 1.5rem;
    background-color: #fff;
    filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
}

    .divContentBlock i {
        position: absolute;
        bottom: 20px;
        font-size:1.8rem;
    }

    .divContentBlock .contentInfo {
        text-align: left;
    }

        .divContentBlock .contentInfo .title {
            color: var(--gold-color);
            font-size: 2rem;
        }

        .divContentBlock .contentInfo .desc {
            color: var(--gray-dark);
            font-size: 1rem;
        }
/* Highlights*/
/* Highlights*/
.highlights {
    margin-top: 5rem;
}

    
    .highlights h4.title,
    .relatedFiles h4.title,
    .relatedLinks h4.title {
        color: var(--primary-color);
        text-align: center;
        margin: 2.5rem 0px;
    }

    .highlights li,
    .relatedFiles li,
    .relatedLinks li, 
    .elearningVideos li {
        border: none;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        background: #f9fafb;
        width: 100%;
        color: #787878;
    }

        .highlights li .block,
        .relatedFiles li .block,
        .relatedLinks li .block,
        .elearningVideos li .block {
            padding: 2rem 1.8rem 2rem;
            margin-bottom: 4rem;
        }

        .highlights li:nth-child(2n),
        .relatedFiles li:nth-child(2n),
        .relatedLinks li:nth-child(2n),
        .elearningVideos li:nth-child(2n) {
            background: #f2f4f6;
        }

        .highlights li:hover,
        .relatedFiles li:hover,
        .relatedLinks li:hover,
        .elearningVideos li:hover {
            background-color: var(--gold-bg);
            color: #fff;
        }

            .highlights li:hover i,
            .highlights li:hover .title,
            .highlights li:hover p,
            .relatedFiles li:hover i,
            .relatedFiles li:hover .title,
            .relatedFiles li:hover p,
            .relatedLinks li:hover i,
            .relatedLinks li:hover .title,
            .relatedLinks li:hover p,
            .elearningVideos li:hover i,
            .elearningVideos li:hover .title,
            .elearningVideos li:hover p {
                color: #fff;
            }

        .highlights li i,
        .relatedFiles li i,
        .relatedLinks li i,
        .elearningVideos li i {
            font-size: 2rem;
            color: var(--gold-color);
        }

        .highlights li .title,
        .relatedFiles li .title,
        .relatedLinks li .title,
        .elearningVideos li .title {
            padding: 1rem 0px;
            color: var(--primary-color-dark);
        }
        .relatedLinks li .title a {
            color: var(--primary-color-dark);
        }
        .highlights li p, 
        .relatedLinks li p {
            color: var(--gray-dark);
        }
        .highlights li a,
        .relatedFiles li a,
        .relatedLinks li a {
            position: absolute;
            bottom: 0px;
        }
        .highlights li div a {
            position: inherit;
        }
        .highlights li h5 i {
            font-size: 0.75em;
        }
        .elearningVideos li a,
        .relatedLinks li a {
            position: relative;
            text-decoration: none;
            color: var(--primary-color-dark);
        }
        .elearningVideos li:hover a {
            color: #FFF;
        }

            .highlights li a:hover,
            .relatedFiles li a:hover,
            .relatedLinks li a:hover,
            .elearningVideos li a:hover {
                text-decoration: none;
            }
        .relatedLinks li:hover .title a,
        .relatedLinks li .title a:hover {
            color: #FFF;
        }
/* Subcategory Items */
.subCatItemsSection,
.relatedVideoItemsSection {
    margin-top: 2rem;
}

.subCatItems,
.relatedVideoItems {
    position: relative;
}

.subCatItemsSection .colsep,
.relatedVideoItemsSection .colsep {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    width: 1px;
    left: 50%;
    transform: translate(-50%);
    background-color: rgba(34, 66, 97, 0.3);
}

.subCatItemsSection h1.title {
    color: var(--primary-color);
    font-size: 2.5rem;
    text-align: center;
}

.subCatItems li {
    padding: 2rem 1rem;
}

.subCatItems .content li {
    padding: 0px;
    list-style-type: disc;
    margin: 5px 20px;
}

.subCatItems h2.title {
    font-size: 1.3rem;
    color: var(--primary-color);
}

.subCatItems .block {
    padding: 1rem 2rem;
}

.relatedVideoItems li {
    list-style-type: disc;
    padding: 5rem 0px;
}

.relatedVideoItems img {
    width:100%;
    max-width: 100%;
    padding: 0px 20px;
}

.relatedVideoItems .block {
    padding: 0px 20px;
}

.relatedVideoItems h1.title {
    color: red;
}

.relatedVideoItems h2.title {
    color: var(--primary-color);
}

.videoBlockItem {
    position: relative;
}

.videoSection .videoLink {
    position: absolute;
    background-color: #ed1c24;
    padding: 1.5rem 2rem;
    bottom: -1.2rem;
    left: 50%;
    transform: translate(-50%);
}

.videoSection i {
    color: #fff;
    font-size: 2rem;
}
/* Image Section */
.imageSection {
    position: relative;
    margin-bottom: 3rem;
    text-align:center;
}

    .imageSection img {
        max-width: 100%;
        max-height:350px;
    }

    .imageSection .videoLink {
        position: absolute;
        bottom: -1rem;
        left: 50%;
        transform: translate(-50%);
        background-color: #ed1c24;
        padding: 1.5rem 2rem;
    }

    .imageSection i {
        color: #fff;
        font-size: 2rem;
    }

/*Related File */
.relatedFileSection {
    width: 100%;
    padding: 3rem;
    text-align: center;
    position: relative;
}

    .relatedFileSection a {
        color: #000;
    }

    .relatedFileSection .downloadbtn {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        padding: 1rem 2rem;
        background-color: #fff;
        border: solid 1px var(--primary-color);
    }

        .relatedFileSection .downloadbtn div {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            text-transform: uppercase;
        }
        .relatedFileSection .downloadbtn div.title {
            font-size: 1.25rem;
            line-height: 1.75rem;
        }
        .relatedFileSection .downloadbtn i.ph-download-simple {
            font-size: 1.875rem;
            line-height: 2.25rem;
        }
        

        .relatedFileSection .downloadbtn:hover {
            background-color: var(--primary-color);
            color: #fff;
        }

            .relatedFileSection .downloadbtn:hover,
            .relatedFileSection .downloadbtn:hover a {
                color: #fff;
            }
/*Related Files */
.relatedFiles .downloadbtn {
    margin: 1rem 0px;
    display: flex;
    flex-direction: row;
    width: fit-content;
    block-size: fit-content;
    padding: 1rem;
    background-color: transparent;
    color: var(--primary-color);
    border: solid 1px var(--primary-color);
}

    .relatedFiles .downloadbtn i {
        color: var(--primary-color);
        padding-right: 10px;
    }

.relatedFiles li:hover .downloadbtn {
    background-color: var(--primary-color);
    color: #fff;
    border: solid 1px var(--gold-color);
}
.relatedFiles li .downloadbtn .title {
    padding: 0px;
}
/*EForm*/
.eform {
    margin-top:2rem;
}
.eform .form-group {
    margin-right:30px;
}
.eform .form-group label {
    color: #6F6F6F;
}
.eform .form-group .form-control {
    height: 3rem;
    padding:10px 20px;
    background-color: #fff;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
}
.eform .form-group .form-control.RadInputDisabled {
    background-color:#D0D0D0;
}
    .eform .form-group .form-control.RadInputDisabled input {
        background-color: #D0D0D0;
        color: #F5F5F5;
    }

.bottomFormButtons {
    text-align: left;
    margin-top: 1rem;
}
.bottomFormButtons input {
    background-color:var(--primary-color);
    border:none;
    color:#FFF;
    margin:0px 10px
}
    .bottomFormButtons input:hover {
        background-color: #384f64;
        color: #FFF;
    }
/* EForm Steps */
.stepsSection {
    position: relative;
    margin-top:3rem;
    margin-bottom:3rem;
}

.line-x {
    position: absolute;
    display: block;
    top: 30px;
    left: 0px;
    right: 0px;
    height: 1px;
    background-color: #707070;
    z-index: 10;
}

.stepsSection ul {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 20;
}

    .stepsSection ul li {
        margin-top: auto;
    }

.StepBlock {
    text-align: center;
}

    .StepBlock i {
        font-size: 2rem;
        color: #139247;
    }

    .StepBlock .step {
        padding: 10px 0px;
        font-size: 0.8rem;
        color: #9f9f9f;
        text-transform: uppercase;
        display:none;
    }

    .StepBlock .title {
        min-height: 50px;
        font-size: 1rem;
        color: #000;
        text-align: center;
    }

    .StepBlock .number {
        margin: 0 auto;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background-color: #fff;
        border: solid 1px #707070;
        border-radius: 50%;
        display: block;
        text-align: center;
        font-size: 2rem;
        font-weight: bold;
        color: var(--primary-color);
    }

.finished .StepBlock .number {
    background-color: #139247;
    color: #fff;
}

.selected .StepBlock .number {
    background-color: var(--primary-color);
    color: #fff;
}
/* Contact us */
.topContent h3, .divContacttaxDispute h3 {
    color: var(--primary-color);
}
.divContactUsBlock {
    margin: 20px 0px;
    position: relative;
    display: flex;
}

    .divContactUsBlock .col1 {
        width: 20%;
        align-self: center;
    }

    .divContactUsBlock .col2 {
        width: 20%;
        align-self: center;
    }

    .divContactUsBlock .col3 {
        width: 35%;
        align-self: center;
    }

    .divContactUsBlock .col2 {
        padding-right: 25px;
    }

    .divContactUsBlock .colsep {
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 20%;
        transform: translateX(-50%);
        width: 1px;
        border-right: solid 1px #707070;
    }

        .divContactUsBlock .colsep.sep1 {
            right: 38%;
        }


    .divContactUsBlock .title {
        font-size: 3rem;
        font-weight: bold;
        color: var(--primary-color);
    }

    .divContactUsBlock .caption {
        font-size: 1rem;
    }

.disputeLocationBlock {
    margin: 20px 0px;
}

    .disputeLocationBlock .title {
        font-size: 1.2rem;
        font-weight: bold;
        color: var(--gold-color);
    }

        .disputeLocationBlock .title::after {
            width: 50%;
            content: "";
            border-bottom: solid 1px #d6d5d5;
            display: block;
        }

    .disputeLocationBlock .content {
        padding-top: 20px;
    }

.divLocations {
    background-color: var(--primary-color);
    border-radius: 0.5rem;
    filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
}

.divGoogleMap {
    background-color: #fff;
    height: 100%;
}

.divLocations .tab-content {
    color: #fff;
    margin: 3rem 2rem;
    height: 100%;
}
.divLocations .nav-tabs .nav-link {
    border-radius:0px;
}

.divCall {
    margin: 3rem 0px;
}

.divNavigate {
    padding-top: 8rem;
    color: #fff;
}

    .divNavigate a {
        width: 100%;
        background-color: var(--gold-bg);
        text-align: center;
        color: #fff;
    }

.divContactFormAndChannels {
    margin-top: 3rem;
    /*padding: 2rem 2rem;*/
}
.bgForm {
    background-color: #e6e6e6;
    padding: 2rem 2rem !important;
}
.bgContactSocail {
    padding: 2rem 2rem !important;
}
.divContactForm label {
    color: #262626;
}

.divContactFormAndChannels .title {
    font-size: 1.2rem;
    color: var(--gold-color);
    font-weight: bold;
}

    .divContactFormAndChannels .content {
        padding-top: 20px;
    }

.divContactForm {
    width: 100%;
}

.AllContactChannels {
    position: relative;
    margin-top: 30px;
}

    .AllContactChannels .separator {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        border-right: solid 1px #bebebe;
    }

    .AllContactChannels li {
        margin-bottom: 2rem;
    }

        .AllContactChannels li img {
            margin-left: 1rem;
        }

        .AllContactChannels li a {
            color: #262626;
        }

    .AllContactChannels ul {
        padding-left: 50px;
    }

.confirmationMsg {
    text-align: center;
}

    .confirmationMsg i {
        font-size: 6rem;
        padding: 3rem 0px;
        color: green;
    }
    .confirmationMsg i.fa-times-circle {
        color: var(--danger);
    }
    .confirmationMsg .msg {
        font-size: 1.5rem;
    }
.divLocations .nav-tabs {
    border-bottom: none;
}

.divLocations .nav-tabs .nav-item {
    color: var(--primary-color);
}

.divLocations .nav-tabs .nav-item a {
    padding: 25px;
    background-color: #FFF;
    color: var(--primary-color);
}

.divLocations .nav-tabs .nav-item.show .nav-link, .divLocations .nav-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: #FFF;
    border: none;
}
/* Common Page last update,views count */
.commonPageLastUpdated {
    background-color: #fff; /*#e6e6e6;*/
}

#divCommonPageLstUpdateHits {
    background-color: #fff; /*#e6e6e6;*/
}

    #divCommonPageLstUpdateHits .col-md-3,
    #divCommonPageLstUpdateHits .col-md-4,
    #divCommonPageLstUpdateHits .col-md-6 {
        align-self: center;
    }

    #divCommonPageLstUpdateHits i {
        font-size: 1.2rem;
        margin-left: 10px;
    }

    #divCommonPageLstUpdateHits i,
    #divCommonPageLstUpdateHits .caption {
        color: var(--gold-color);
    }

    #divCommonPageLstUpdateHits .contentHelpful i {
        /*color: #fff;*/
    }

#divCommonPageLstUpdateHits .caption {
    font-size: 1rem;
}

#divCommonPageLstUpdateHits .content {
    font-size: 1rem;
}
.content-landing-page h2, .content-landing-page .landing-title {
    color: var(--primary-color);
}
/*Legislation New Icon*/
.newIconBlock {
    background-color: #FFF;
    padding: 0px 15px;
}

.newicon {
    color: var(--gold-color);
    font-weight: bold;
}
.tab-content > .active {
    opacity:1;
}

.searchItem .searchbtn {
padding:0.6rem 0px;
}

.RadCaptcha.RadCaptcha_Default.rcInvalid span {
    color: #dc3545;
}
.bottomFormButtons input:last-child {
    margin-left: 0.5rem;
    margin-right: 1rem;
}
.StepBlock .title {
    display: none;
}
/* Percentage completion*/
.progressSection {
    margin: 0 auto;
    width: 50%;
}

.progressSection ul {
display: flex;
column-gap: 2px;
}

.progressSection ul li {
background-color: rgba(55, 84, 110, 0.1);
height: 1.5rem;
min-width: 25px;
}

.progressSection ul li.completed {
    background-color: green;
}

.progressSection ul li:nth-child(1) {
    width: 10%;
}

.progressSection ul li:nth-child(2) {
    width: 20%;
}

.progressSection ul li:nth-child(3) {
    width: 20%;
}

.progressSection ul li:nth-child(4) {
    width: 10%;
}

.progressSection ul li:nth-child(5) {
    width: 10%;
}

.progressSection ul li:nth-child(6) {
    width: 10%;
}

.progressSection ul li:nth-child(7) {
    width: 10%;
}

.progressSection ul li:nth-child(8) {
    width: 10%;
}

.imageHighlight {
    max-width: 75px;
    height: auto;
}
.numberBox {
    width: 60px;
    height: 60px;
    position: relative;
    background-color: #FFF;
    border: solid 2px #ae8434;
    border-radius: 50%;
}

.numberBox span {
    color: #ae8434;
    font-size: 1.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.finalContent .relatedFileSection:hover i {
    color: #FFF !important;
}
.autocomplete-suggestions {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    cursor: default;
    overflow: auto;
    z-index: 999999 !important;
    min-width: 240px;
}

.autocomplete-suggestion {
    font-size: .9em;
    overflow: hidden;
    padding: 2px 3px;
    border-bottom: 1px solid #ebebeb;
    color: #000;
}

.autocomplete-suggestions strong {
    color: var(--gold-color);
}
.subCatItemsSection h4.description {
    font-size: 1.3rem;
    text-align: center;
}
.subCatItemsBannersSection .subCatItems .block {
    margin-top: 4rem;
    margin-right: 2rem;
}
.mediaqueriesLanding .description {
    font-size:1.2rem;
}
.mediaqueriesLanding .description a {
    display: none;
}


#whistleBlowerForm.progressSection ul li:nth-child(1) {
    width: 30%;
}

#whistleBlowerForm.progressSection ul li:nth-child(2) {
    width: 10%;
}

#whistleBlowerForm.progressSection ul li:nth-child(3) {
    width: 60%;
}
.form-control.emirates-id {
    padding:0px;
}
.form-checkbox {
    display: flex;
}

.form-checkbox input {
    width: 1.5rem;
    height: 1.5rem;
}

.form-checkbox label {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

/* User management */
.phLoginForm {
    margin-left: 2rem;
}

.phLoginWithUAEPass {
    margin-right: 2rem
}

#divLogin h1 {
    color: var(--gold-color);
    font-size: 2rem;
    margin-bottom: 2rem;
}

.divLoginSeperator {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    height: 100%;
}

.divLoginSeperator .seperator {
    /*background-color: #e6e6e6;*/
    width: 1px;
    height: calc(100% - 0rem);
    margin: 0px 10px;
    display: grid;
    align-items: center;
}
    .divLoginSeperator .seperator h1, .responsiveORSeperator h1 {
        color: var(--gold-color);
        font-size: 1.5rem;
    }

.phLoginWithUAEPass {
    /* margin-top: calc(50% - 4rem);*/
    margin-top:2rem;
}
.responsiveORSeperator {
    display: none;
    text-align: center;
}
.responsiveORSeperator h1 {
    margin-bottom: 0rem !important;
}
.chkRememberMe input {
    margin-left: 0.5rem;
    width: 1.2rem;
    height: 1.2rem;
}

.phLoginForm .bottomFormButtons {
    text-align: right;
}

    .phLoginForm .bottomFormButtons .btn {
        margin-right: 0px;
    }

.bottomFormButtons a.forgotpwd {
    cursor: pointer;
    color: #6f6f6f;
}

.registernow a {
    color: var(--gold-bg);
    font-weight: bold;
}

.phLoginForm .registernow {
    margin: 5px 0px;
}

.warningclient a.pass-policy {
    font-style: italic;
    color: #959595;
    font-size: 0.8rem;
}

.eform .form-group .aspNetDisabled .form-control {
    background-color: #56595a;
    opacity: 0.5;
    color: #FFF;
}

.uaePassLogo {
    height: 5rem;
}

.profile-sidebar {
    background-color: #FFF;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
}

.profile-sidebar .menuitems {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}

.profile-sidebar .menuitems {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.profile-sidebar .menuitems li {
    list-style: none;
    display: flex;
    align-items:center;
    justify-content:center;
    width: 100%;
    /*width: calc(100% / 3);*/
    height: 120px;
    text-align: center;
    margin: 0 auto 1rem auto;
    color: #000;
    border-bottom: solid 1px #d9d9d9;
}

.profile-sidebar .menuitems li:last-child {
    border-bottom: none;
}

.profile-sidebar .menuitems li a {
    color: #000;
    text-decoration: none;
}

.profile-sidebar .menuitems li i {
    font-size: 2rem;
    /*font-weight: 100;*/
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .profile-sidebar .menuitems li:hover, .profile-sidebar .menuitems li.selected {
        border: solid 1px var(--primary-color);
        background-color: #F2F4F6;
        border-radius: 5px;
        /*filter: drop-shadow(0px 0px 0.75rem rgba(0, 0, 0, 0.16));
    border-bottom: none;*/
    }

        .profile-sidebar .menuitems li:hover a, .profile-sidebar .menuitems li.selected a, .profile-sidebar .menuitems li.selected a:hover {
            color: var(--gold-color);
            text-decoration: none;
        }

.profile-contentArea .bgForm {
    background-color: #FFF;
    padding: 0px !important;
    margin: 0px;
}

.profile-contentArea .eform .col-md-6 {
    border-bottom: solid 1px #DCDCDC;
}

.profile-contentArea .eform .form-group {
    margin-top: 1rem;
}

#userwelcomeinfo .title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
}

#userwelcomeinfo .desc {
    font-size: 1rem;
    color: #b9b9b9;
}
.titlelink a {
    color: #212529;
    font-size: 1rem;
}

.titlelink a:hover {
    color: #a57225;
}
/*Sharik blogs -Consultations*/
.blog-data-wrapper {
    display: flex;
    border-top: 1px solid var(--primary-color);
    padding: 10px 0px;
    width: 100%;
}

.blog-data-wrapper .blog-item-wrapper, .blog-data-wrapper .blog-item-wrapper i {
    margin-left: 5px;
}

.sharik-outcome {
    border-top: 1px solid var(--primary-color);
    padding: 10px 0px;
    width: 100%;
}

.sharik_content p {
    margin-bottom: 1rem;
}

.btn-download-outcome {
    display: flex;
    max-width: 250px;
}

.btn-download-outcome i {
    padding: 1rem 1rem;
    font-size: 1.3rem;
}
/*Opendata Bulk Download*/
.bulkdownloadInfo label.caption {
    font-size: 0.8rem;
    color: var(--primary-color-dark);
}

.bulkdownloadInfo label.count {
    font-size: 1.3rem;
    color: var(--primary-color-dark);
    font-weight: 400;
	direction:ltr;
}
/*Sitemap*/
.RadTreeView a.rtIn {
    font-size: 1rem;
}

.RadTreeView span.rtIn {
    color: #000;
    font-size: 1.3rem;
    font-weight: bold;
}
.searchItem .searchresetbtn {
    background-color: var(--gold-bg);
    border: solid 1px var(--gold-bg);
}

#sitemapContentArea {
    position: relative;
    margin-top: 3rem;
}

#sitemapContentArea .divSitemapSepearator {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

#sitemapContentArea .divSitemapSepearator .seperator {
    margin: 0px 0px;
    width: 1px;
    height: calc(100% - 4rem);
    background-color: #e6e6e6;
}
/*UAEPAss only login new styles*/
.phLoginWithUAEPass {
    max-width: 440px;
    margin: 0 auto;
    /*border-radius: 0.65rem;
    -webkit-box-shadow: 0 0.375rem 0.75rem rgba(27,29,33,0.16);
    box-shadow: 0 0.375rem 0.75rem rgba(27,29,33,0.16);
    border: 0*/
}

.phLoginWithUAEPass .uaePassLogo {
    max-width: calc(420px - 2rem);
    height: auto;
}

.phLoginWithUAEPass .mainlogo {
    max-width: 80%;
    height: auto;
    margin:0 auto;
}

.phLoginWithUAEPass h2.title {
    font-size: 1.6rem;
    margin: 2rem 0px 5rem;
}

@media screen and (max-width:768px) {
    .phLoginWithUAEPass .uaePassLogo {
        width: 100%;
    }
}
.declarationsList td {
    display: flex;
}

.declarationsList td input {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
}

.declarationsList td label {
    flex: 1;
}

/* OPendata 3d View*/

#open-data-tabs {
    padding: 0px;
    display: flex;
    justify-content: center;
    margin-bottom: 50px
}
    #open-data-tabs li svg {
        fill: #FFF;
        margin:0 auto;
    }

    #open-data-tabs li:hover svg, #open-data-tabs li.active svg {
        fill: var(--primary-color);
    }
    #open-data-tabs li {
        float: right;
        width: 12.5%;
        padding: 0px 0px;
        margin: 0px;
        list-style: none;
        text-indent: 0px;
        background: var(--primary-color);
        min-height: 228px;
        text-align: center;
        border-left: 1px solid #fff;
    }

        #open-data-tabs li:last-child {
            border-left: none;
        }

        #open-data-tabs li img {
            margin: 5px auto;
            display: block;
        }

        #open-data-tabs li a {
            color: #fff;
            display: block;
            padding: 10px 10px 0px;
            height: 228px;
            width: 100%;
            cursor: pointer;
        }

            #open-data-tabs li a span {
                width: 100%;
                padding: 5px;
            }

        #open-data-tabs li.active, #open-data-tabs li:hover {
            background: rgba(0, 0, 0, 0.25);
        }

            #open-data-tabs li.active a, #open-data-tabs li:hover a {
                color: var(--primary-color);
                position: relative;
                background: rgba(255, 255, 255, 0.98);
                border: 1px solid rgba(0, 0, 0, 0.1);
                border-bottom: none;
            }

                #open-data-tabs li.active a:after, #open-data-tabs li:hover a:after, #open-data-tabs li.active a:before, #open-data-tabs li:hover a:before {
                    top: 100%;
                    right: 50%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                #open-data-tabs li.active a:after, #open-data-tabs li:hover a:after {
                    border-color: rgba(136, 183, 213, 0);
                    border-top-color: rgba(255, 255, 255, 0.98); /*#fff;*/
                    border-width: 60px;
                    margin-right: -60px;
                }

                #open-data-tabs li.active a:before, #open-data-tabs li:hover a:before {
                    border-color: rgba(194, 225, 245, 0);
                    border-top-color: rgba(0, 0, 0, 0.1); /*#B68A35;*/
                    border-width: 61px;
                    margin-right: -61px;
                }

#bar-chart-wrapper {
    width: 45%;
    float: right;
    margin-left: 10px;
}

    #bar-chart-wrapper #chartdiv {
        width: 100%;
        height: 455px;
        direction: ltr;
    }

#chart-wrapper-3d { /*clear:both;*/
    direction: ltr;
    width: 53%;
    float: right;
}

    #chart-wrapper-3d #chartdiv3d {
        width: 100%;
        height: 280px;
        direction: ltr;
    }
#open-data-tabs-select {
    display: none;
    visibility: hidden;
}


@media screen and (max-width: 1000px) {
    #open-data-tabs li {
        width: 25%;
        border-bottom: 1px solid #fff;
    }

        #open-data-tabs li.active a:after, #open-data-tabs li:hover a:after, #open-data-tabs li.active a:before, #open-data-tabs li:hover a:before {
            display: none;
        }

        #open-data-tabs li a {
            height: 160px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            line-height: 1.2em;
        }

        #open-data-tabs li.active a, #open-data-tabs li:hover a {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

    #bar-chart-wrapper {
        width: 95%;
        float: none;
        margin: 0px auto;
    }

    #chart-wrapper-3d {
        clear: both;
        direction: ltr;
        width: 95%;
        float: none;
    }
    #open-data-tabs {
        display:none;
        visibility:hidden;
    }
    #open-data-tabs-select {
        display: inline;
        visibility: visible;
    }
}

@media screen and (max-width: 720px) {
    #open-data-tabs li a {
        font-size: 0.9em;
        padding: 0px 0px 0px;
        height: 160px;
    }
}

@media screen and (max-width: 400px) {
    #open-data-tabs li {
        width: 33%;
    }

        #open-data-tabs li a {
            height: 160px;
        }
}

/* Start - New For DLS fixes Dec12,2024 */
.contentSidebar li a, .highlights a, .relatedFiles a, .relatedLinks a, .relatedVideoItems a, .backBtn a, .contentHelpful a {
    text-decoration: none;
}

    .contentSidebar li a:hover, .highlights a:hover, .relatedFiles a:hover, .relatedLinks a:hover, .relatedVideoItems a:hover {
        text-decoration: underline;
    }

.imageSection img {
    margin: 0 auto;
}

.relatedFileSection .downloadbtn {
    min-width: 240px;
}
.relatedFileSection .downloadbtn {
    border-radius: 0.5rem;
}
.relatedFileSection .downloadbtn p {
    margin-bottom: 0px;
}

.RadAsyncUpload span.ruFileWrap {
    display: flex;
}
.Calendar img {
    max-width: 35px;
}
/* END - New For DLS fixes Dec12,2024 */