﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 14px;
}

body {
    background-color: #ffffff;
}

.container {
    max-width: 1200px;
    padding: 0;
}

#content {
    margin-bottom: 75px;
    max-width: 100%;
    width: 100%;
}

/* Header */
#header {
    padding: 0 0 10px;
    border-bottom: 1px solid #d9d9d9;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 32px;
}

    #header #headerMenu {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    #header .logo {
        padding-top: 0;
        margin-bottom: 5px;
    }

        #header .logo a {
            display: block;
        }

            #header .logo a img {
                height: 100px;
                width: auto;
                margin-top: 0;
            }

    #header .headerLink {
        text-align: right;
        margin-top: -28px;
    }

    #header p {
        display: inline-flex;
        font-size: 16px;
        justify-content: space-between;
        align-items: baseline;
    }

        #header p span {
            font-weight: bold;
            margin-left: 5px;
        }

    #header .headerLink a {
        color: #0965B0;
        font-weight: 600;
        text-decoration: none;
    }

    #header .headerLink i {
        margin-left: 5px;
    }

    #header .userMenu {
        font-size: 16px;
        margin-top: 0;
    }

        #header .userMenu .hButton {
            margin: 0 0 0 10px;
            color: #007e3a;
            padding: 11px 20px 12px 20px;
            height: 45px;
            font-size: 16px;
            box-shadow: none;
            border: 1px solid #007e3a;
            border-radius: 5px;
            display: inline-block;
            vertical-align: middle;
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            text-decoration: none;
            background-color: #FFF;
            font-weight: 600;
        }

            #header .userMenu .hButton:hover {
                color: #fff !important;
                border: 1px solid #005C2B !important;
                background-color: #005C2B;
                -webkit-transition: all .2s;
                -moz-transition: all .2s;
                -ms-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
            }

/* Search */
#search, .search-box2 {
    background-color: #f8f8f8;
    padding: 24px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    border-bottom: none;
}

    #search h2 {
        margin-bottom: 10px;
        font-size: 15px;
        color: #333;
        font-weight: bold;
    }

    #search .row {
        background: #fff;
        border-bottom: 1px solid #d9d9d9;
        margin: 0;
        padding: 0;
    }

        #search .row [class*="col-md-"] {
            padding: 0px;
        }

        #search .row .col-md-10 {
            max-width: calc(100% - 50px) !important;
            flex: 0 0 100%;
        }

        #search .row .col-md-2 {
            max-width: 50px;
        }

        #search .row .col-md-10 #txtSearch {
            height: 34px;
            border-radius: 0;
            border: none;
            padding: 0px 8px;
            color: #333;
            font-size: 14px;
            outline: none;
        }

    #search .gButton,
    .CoveoSearchButton {
        background-image: url('/images/Search-icon-2x.png'); 
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        width: 100%;
        height: 34px;
    }

h3 .coveo-highlight {
    font-size: inherit;
    font-weight: bold;
}

#newAndUpdated {
    font-size: 14px;
    margin: 32px 0;
    padding-top: 24px;
    border-top: 1px solid #d9d9d9;
}

    #newAndUpdated .row {
        margin: 0;
        gap: 0 24px;
    }

    #newAndUpdated .new,
    #newAndUpdated .updated {
        border: none;
        padding: 0;
        flex: 1;
    }

    #newAndUpdated h3 {
        margin-bottom: 8px;
    }

    #newAndUpdated h3 {
        font-size: 20px;
        font-weight: 600;
    }

    #newAndUpdated li span {
        font-size: 14px;
        line-height: 1.3em;
        width: 60px;
        display: block;
        word-break: break-all;
        letter-spacing: 0.56px;
        text-decoration: none;
        color: #0965B0;
        font-weight: 600;
    }

.icon-check:before {
    font-size: 16px;
    color: #0C7E40;
}

#newAndUpdated ul li {
    margin: 0;
    margin-bottom: 8px;
    padding-bottom: 8.5px;
    border-bottom: 1px solid #d9d9d9;
    list-style-type: none;
}

    #newAndUpdated ul li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
        display: inline-block;
        width: 100%;
    }

    #newAndUpdated ul li > a {
        white-space: pre-wrap;
        font-size: 14px;
        line-height: 19px;
        text-decoration: none;
        color: #333;
        font-weight: 600;
        letter-spacing: 0.56px;
        margin-bottom: 0px;
        word-break: break-all;
        display: block;
    }

    #newAndUpdated ul li .date {
        color: #0C7E40;
        font-size: 12px;
        margin: 0;
        width: 100%;
        width: auto;
        display: inline-block;
    }
    #newAndUpdated ul li .resourceType {
        color: #999;
        font-size: 12px;
        font-weight: bold;
        width: auto;
        display: inline-block;
        margin-left: 8px;
    }


    #newAndUpdated ul li .category {
        font-size: 12px;
        font-weight: 400;
        color: #999;
    }

.rtm-tooltip {
    float: right;
    cursor: default;
    width: 60px !important;
    text-align: right;
}

    .rtm-tooltip i {
        color: #000;
    }

    .rtm-tooltip img {
        width: 14px;
        margin-right: 8px;
    }

#filters {
    background-color: #f8f8f8;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    box-shadow: none;
    padding: 21px 16px;
    margin-bottom: 16px;
}

    #filters .row {
        margin: 0;
        align-items: center;
    }

        #filters .row > div {
            padding: 0;
        }

    #filters .col-sm-10 .row {
        gap: 0 16px;
    }

        #filters .col-sm-10 .row > div {
            display: block;
            flex: 1;
        }

    #filters .col-filter .col-md-5 {
        padding-right: 14px;
    }

    #filters .row .title {
        font-size: 16px;
        font-weight: bold;
    }

    #filters .row form select,
    #filters .row select {
        font-size: 14px;
        height: auto;
        margin: 0;
        border: 0;
        outline: none;
        border-bottom: 1px solid #d9d9d9;
        padding: 8px;
        border-radius: 0;
        width: 100%;
    }

    #filters .clearFilters button.enabled {
        background-color: white;
        color: #007e3a;
        border: 1px solid #007e3a;
        font-size: 14px;
        padding: 4px 8px;
        width: 100%;
    }

    #filters .clearFilters button.disabled {
        background: #f8f8f8;
        color: #999;
        border: 1px solid #999;
        font-size: 14px;
        padding: 4px 8px;
        width: 100%;
        cursor: not-allowed;
    }

    #filters .clearFilters button {
        background-color: white;
        color: #007E3A;
        border: 1px solid #007E3A;
        cursor: pointer;
        padding: 4px 8px;
        border-radius: 5px;
        width: 100%;
        font-weight: 600;
    }

#categories,
#ResultsContent {
    box-shadow: none;
    margin: 0;
    border: none;
    border-radius: 0;
}

    #categories #accordion .card {
        padding: 0;
        border: none;
    }

        #categories #accordion .card .card-header {
            height: auto;
            padding: 16px 0;
            border-bottom: 1px solid #d9d9d9;
        }

            #categories #accordion .card .card-header:hover {
                background-color: #fff;
            }

            #categories #accordion .card .card-header .card-link {
                font-size: 16px;
            }

                #categories #accordion .card .card-header .card-link span {
                    font-size: 16px;
                }

                    #categories #accordion .card .card-header .card-link span img {
                        display: none;
                    }

                #categories #accordion .card .card-header .card-link .collapsed:after,
                #categories #accordion .card .card-header .card-link .expanded:after {
                    color: #333;
                    position: absolute;
                    right: 0;
                    font-size: 24px;
                    line-height: 1;
                }

                #categories #accordion .card .card-header .card-link .collapsed:after {
                    content: '+';
                }

                #categories #accordion .card .card-header .card-link .expanded:after {
                    content: '-';
                }

        #categories #accordion .card .card-body {
            background: #f8f8f8;
            border: none;
            padding: 16px;
            border-bottom: 1px solid #d9d9d9;
        }

            #categories #accordion .card .card-body ul {
                display: flex;
                gap: 0 24px;
                flex-wrap: wrap;
                position: relative;
                margin: 0;
            }

                #categories #accordion .card .card-body ul li {
                    flex: 1 48%;
                    padding: 0;
                    padding-bottom: 8px;
                    margin-bottom: 8px;
                    border-bottom: 1px solid #d9d9d9;
                    position: relative;
                }

                    #categories #accordion .card .card-body ul li a {
                        font-size: 14px;
                        font-weight: bold;
                        color: #333;
                        display: block;
                    }

                    #categories #accordion .card .card-body ul li .date {
                        color: #007e3a;
                        font-size: 12px;
                        line-height: 1;
                        margin-top: 8px;
                    }

                    #categories #accordion .card .card-body ul li .badge {
                        border-radius: 5px;
                        position: absolute;
                        bottom: 4px;
                        left: 75px;
                        line-height: 1;
                        font-size: 12px;
                        padding: 4px 8px;
                    }

                        #categories #accordion .card .card-body ul li .badge.badge-new {
                            background-color: #78BE20;
                            color: white;
                        }

                        #categories #accordion .card .card-body ul li .badge.badge-updated {
                            background-color: transparent;
                            color: #48A23F;
                            border: 1px solid #48A23F;
                        }

                #categories #accordion .card .card-body ul > a {
                    display: block;
                    width: 100%;
                    text-align: right;
                    font-size: 14px;
                    font-weight: bold;
                    color: #0965B0;
                }

                    #categories #accordion .card .card-body ul > a:after {
                        content: '>';
                        margin-left: 8px;
                        color: #333;
                    }

#techResources .card-header {
    background-color: white;
    padding: 16px 0;
}

    #techResources .card-header .row {
        align-items: center;
    }

    #techResources .card-header span {
        font-size: 16px;
        font-weight: 600;
    }

    #techResources .card-header .sort {
        margin-right: 28px;
        font-size: 14px;
    }

    #techResources .card-header .coveo-summary-section {
        font-size: 14px;
    }

#techResources .sort-search-header {
    padding: 0px 0px 10px 10px;
}

#techResources .headerCategory {
    padding: 0 0 16px 0;
}

#techResources > .row .col-md-9 {
    padding: 0;
    max-width: 856px;
    margin-left: 15px;
    margin-right: 12px;
}

#techResources > .row .col-md-3 {
    padding: 0;
    margin-left: 12px;
    margin-right: 15px;
    max-width: none;
    min-width: 320px;
}

    #techResources > .row .col-md-3 .stickContainer {
        padding-right: 0 !important;
    }

        #techResources > .row .col-md-3 .stickContainer.stick {
            width: 100%;
            max-width: 320px;
            padding: 0;
        }

#techResources .card-body {
    font-size: 14px;
}

    #techResources .card-body ul li {
        display: inline-block;
        width: 100%;
        border-bottom: solid 1px #CCCCCC;
        line-height: 1.2em;
        padding: 8px 0;
    }

        #techResources .card-body ul li a {
            white-space: pre-wrap;
            font-size: 14px;
            line-height: 19px;
            text-decoration: none;
            color: #333;
            font-weight: 600;
            letter-spacing: 0.56px;
            display: block;
            margin-bottom: 8px;
        }

#techResources .card-header a {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

#techResources .date {
    display: inline;
    color: #0C7E40;
    font-size: 12px;
    margin-left: 0px;
    line-height: 18px;
    letter-spacing: 0.48px;
    font-weight: 600;
    margin-top: 8px;
    margin-right: 20px;
}

.card-body.techResCatContent {
    background-color: #F8F8F8;
    padding: 16px;
}

    .card-body.techResCatContent.viewAllResults,
    .card-body.techResCatContent.searchAllResults {
        padding: 0;
        background-color: transparent;
    }


.rsc-button {
    color: #0965B0;
    font-weight: 600;
    text-align: right;
    text-decoration: none;
}

.collapsed img {
    width: 18px;
    float: right;
    margin-top: 2px;
}

.expanded img {
    width: 18px;
    float: right;
    margin-top: 12px;
}

#accordion a.card-link {
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}

#techResources .addToBriefcase img {
    width: 14px;
    margin-right: 8px;
}

#techResources .addToBriefcase {
    float: right;
    width: 60px;
    color: #0965B0;
    font-weight: 600;
    text-align: right;
    margin-left: 15px;
}

    #techResources .addToBriefcase span {
        color: #0965B0;
    }

/* Briefcase */
#briefcase {
    padding: 20px;
    background-color: #F8F8F8;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
}

#techResources #briefcase {
    padding: 24px 16px;
    box-shadow: none;
    border: none;
    background: #F8F8F8;
    margin-bottom: 24px;
}

#briefcase .bc-header {
    font-size: 24px;
    color: #333;
    background-size: 35px 24px;
    background-position: top left;
    background-image: url(/images/briefcase.png);
    background-repeat: no-repeat;
    padding-left: 44px;
    line-height: 1em;
    font-weight: 600;
}

    #briefcase .bc-header span {
        display: block;
        width: 100%;
        margin-top: 8px;
        font-size: 12px;
    }

.cb-label label {
    font-size: 14px;
    font-weight: 600;
}

#briefcase .bc-subheader {
    display: inline-flex;
    margin-top: 10px;
}

    #briefcase .bc-subheader .info-tooltip p {
        color: #333333;
        font-size: 12px;
    }

    #briefcase .bc-subheader .info-tooltip i {
        font-size: 20px;
        margin-left: 10px;
    }

#briefcase .bc-content input {
    margin-right: 10px;
    margin-top: 5px;
    width: 15px;
    height: 15px;
}

#briefcase .bc-archives {
    background: transparent;
    margin: 0;
    margin-top: 30px;
    border-radius: 0;
}

    #briefcase .bc-archives .bc-select {
        width: 100%;
        margin: auto;
        font-size: .8em;
        line-height: 2em;
    }

        #briefcase .bc-archives .bc-select .col {
            margin: auto 0;
            padding-left: 0;
            padding-right: 0;
        }

        #briefcase .bc-archives .bc-select a {
            display: block;
            padding: 4px 0px;
            color: #0965B0;
            float: right;
            text-decoration: none;
            cursor: pointer;
            width: 100%;
            text-align: right;
            margin: auto 0;
        }

        #briefcase .bc-archives .bc-select i {
            font-size: 18px;
        }

    #briefcase .bc-archives .bc-content {
        min-height: 150px;
        padding: 8px;
        background: #fff;
        border-bottom: 1px solid #d9d9d9;
        margin: 0 -15px 10px -15px;
    }

        #briefcase .bc-archives .bc-content #dvSelectedDoc {
            height: auto;
        }

#dvSelectedDoc .divBriefcase {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 5px;
    margin: auto 0;
    vertical-align: middle;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 10px;
}

#dvSelectedDoc div:last-of-type {
    border-bottom: none;
}

#dvSelectedDoc .divBriefcase input[type=checkbox]:checked:before {
    accent-color: #FFF;
}

#briefcase .bc-archives .bc-content #dvSelectedDoc .divBriefcase p {
    margin-left: auto;
    font-weight: bold;
}

#dvSelectedDoc a {
    white-space: normal;
    text-decoration: none;
    color: #333333;
    font-size: 14px;
}

#briefcase .selectrows .bc-filesInfo p {
    font-size: 14px;
    margin-bottom: 8px;
}

    #briefcase .selectrows .bc-filesInfo p b {
        color: #007e3a;
    }

#briefcase .downloadButtons {
    gap: 0 16px;
}

    #briefcase .downloadButtons * {
        margin: 0;
        flex: 1;
    }

    #briefcase .downloadButtons [class*="col-"] {
        max-width: none;
    }

    #briefcase .downloadButtons .bc-delete {
        max-width: 36px !important;
        height: 36px;
        background-size: 14px;
        background-color: #666;
        border-radius: 5px;
    }

    #briefcase .downloadButtons .bc-download {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        font-weight: bold;
        background-color: #007e3a;
        border-radius: 5px;
        text-decoration: none;
        max-width: 289px;
        margin: 0 auto;
    }

        #briefcase .downloadButtons .bc-download i {
            font-size: 16px;
            color: #FFF;
            vertical-align: middle;
        }

    #briefcase .downloadButtons .disabled {
        background-color: #999;
    }

.divBriefcase * {
    flex: 30%;
}

.divBriefcase a {
    word-break: break-word;
}

.divBriefcase input {
    max-width: 20px;
}

.divBriefcase p {
    max-width: 85px;
    text-align: right;
}

#totalofselected {
    font-size: 12px;
}

#selctedCount,
#totlcount {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

    #selctedCount span {
        font-size: 12px;
        font-weight: 600;
    }

#selctedfilesize {
    float: right;
}

#totalsize {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #007E3A;
}

.right-side-img img {
    max-width: 100%;
    margin-bottom: 16px;
}

#footer {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
}

    #footer a {
        color: #0965B0;
        font-size: 16px;
        font-weight: bold;
    }

#ResultsContent div.items-skip-page:first-child {
    display: none !important;
}

#ResultsContent #S2dCategorieItems .card-body {
    border: none;
    background: none;
    padding: 0;
}

    #ResultsContent #S2dCategorieItems .card-body ul .CoveoResult {
        display: block;
        padding: 8px 0;
        border-bottom: 1px solid #d9d9d9;
        line-height: 1.5;
    }

        #ResultsContent #S2dCategorieItems .card-body ul .CoveoResult:hover {
            background: none;
            box-shadow: none;
        }

        #ResultsContent #S2dCategorieItems .card-body ul .CoveoResult a {
            color: #333;
            font-size: 16px;
            font-weight: bold;
        }

        #ResultsContent #S2dCategorieItems .card-body ul .CoveoResult .date {
            font-size: 12px;
            color: #007e3a;
        }

            #ResultsContent #S2dCategorieItems .card-body ul .CoveoResult .date span {
                color: #999;
                font-weight: 400;
            }

#ResultsContent .items-skip-page {
    text-align: center;
    padding: 8px 0;
    height: auto;
    background: none;
    border: none;
    overflow: unset;
}

    #ResultsContent .items-skip-page .lfpager {
        float: none !important;
        display: inline-block;
        border-spacing: 8px;
        border-collapse: separate;
    }

        #ResultsContent .items-skip-page .lfpager td .page {
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            padding: 0;
            border: 1px solid #d9d9d9;
            color: #333;
            font-size: 16px;
        }

            #ResultsContent .items-skip-page .lfpager td .page.page-link-disabled {
                background: #333;
                color: #fff;
                border: 1px solid #333;
            }

#searchResults .CoveoPager {
    display: none;
}

    #searchResults .CoveoPager.CoveoPagerBottom {
        display: block;
        text-align: center;
    }

        #searchResults .CoveoPager.CoveoPagerBottom ul li {
            margin: 0 4px;
        }

            #searchResults .CoveoPager.CoveoPagerBottom ul li a {
                color: #333 !important;
                border: 1px solid #d9d9d9;
                padding: 0;
                width: 35px;
                height: 35px;
                line-height: 35px;
                font-size: 16px;
            }

            #searchResults .CoveoPager.CoveoPagerBottom ul li.coveo-active a {
                background: #333;
                border: 1px solid #333;
            }

#categories #SearchResultsContent {
    background: none;
    padding: 0;
    border: none;
}

#techResources #searchResults .card-body ul li {
    padding: 8px 0;
    border-bottom: 1px solid #d9d9d9 !important;
}

    #techResources #searchResults .card-body ul li .CoveoResultLink {
        color: #333;
        font-size: 16px;
        font-weight: bold;
    }

    #techResources #searchResults .card-body ul li .date {
        color: #007e3a;
    }

        #techResources #searchResults .card-body ul li .date span {
            font-weight: 400;
            color: #999;
        }

.nav-return {
    width: 100%;
    margin: 24px 0;
    text-decoration: none;
}

    .nav-return a {
        text-decoration: none;
        color: #0965B0;
        font-weight: 600;
    }

.resultsForTerm {
    padding: 16px 0;
    border-top: 1px solid #D9D9D9;
}
/* LOGIN */
#assoc_lbl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}

#email_lbl {
    font-size: 14px;
    margin-bottom: 0px;
}

#okta-logo {
    text-align: right;
    margin: auto 0;
}

#middle-right {
    margin: auto 0;
    padding: 0 1.5rem 1.5rem;
}

#line-border {
    color: #d9d9d98a;
    margin: 0px 0px 0px 21px;
    width: 89%;
    opacity: 1;
}

#txtDomain,
#txtFirstName,
#txtLastName,
#txtEmail,
#txtCompanyName,
#drpTitle,
#drpCountry,
#DNT_CaptchaInputText {
    border: none;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0px;
}

    #txtDomain:focus,
    #txtFirstName:focus,
    #txtLastName:focus,
    #txtEmail:focus,
    #txtCompanyName:focus,
    #drpTitle:focus,
    #drpCountry:focus,
    #DNT_CaptchaInputText:focus {
        box-shadow: 0px 3px 2px -1px rgba(13, 110, 253, .25);
    }

.help-link {
    color: #0965B0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.txt-center {
    text-align: center;
}

#rememberMe {
    transform: scale(1.5);
    margin-right: 10px;
    border-radius: 2px;
    border-color: #707070;
}

#nextBtn-align {
    text-align: right;
    margin: auto 0;
    padding: 0 1.5rem 1.5rem;
}

#nextButton, #btnRegister {
    border-radius: 5px;
    background-color: #007E3A;
    padding: 12px 20px;
    font-size: 16px;
    color: white;
    font-weight: 600;
}

.qa-lbl {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
}

#lnkRegistermodel, #regModelCancel {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 12px 20px;
    font-weight: 600;
}

#regModelCancel {
    margin: 0 0 0 5%;
}

.custom-padd {
    padding: 0 1.5rem 1.5rem;
}

/* Register Modal */
#registerModal {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    width: 71%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -219px;
    left: 50%;
    margin-left: -284px;
}

#RegisterModel .modal-header {
    padding: 25px 40px 0px;
    text-align: left;
    background-color: #fff;
}

    #RegisterModel .modal-header .modal-title {
     /*   margin: 0px auto;*/
        font-size: 16px;
        color: #333;
        padding-left: 0;
    }

.dnt_Captcha {
    display: flex;
    align-items: center;
    margin: 2rem 0;
    flex-wrap: wrap;
}

    .dnt_Captcha > .input-group {
        width: 50%;
        margin: 0 0 0 auto;
    }

#DNT_CaptchaInputText {
    margin-left: 5%;
}

#dnt_CaptchaImg {
    margin-left: 4.5rem;
    margin-bottom: 0;
}

#RegisterModel .modal-dialog {
    max-width: 800px;
    position: relative;
    margin: 0 auto;
    display: block;
}

#RegisterModel .modal-footer {
    border: none;
    justify-content: center;
}

#dnt_CaptchaRefreshButton {
    margin-left: 10%;
    color: #0965B0;
    text-decoration: none;
}

/* Hubspot form */
#ContactUsModel .hs-form .hs-input {
    padding: 6px 10px;
    background: #fff;
    margin: 0;
    box-sizing: border-box;
    max-width: unset;
    outline: none;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0px;
}

#ContactUsModel .hs-input:focus {
    box-shadow: 0px 3px 2px -1px rgba(13, 110, 253, .25);
}

#ContactUsModel .hs-form .actions .hs-button {
    background: #007e3a;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

#ContactUsModel .legal-consent-container p a {
    color: #0965B0;
    font-weight: 600;
    text-decoration: none;
}

#ContactUsModel .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

#exampleModalLabel {
    font-size: 16px;
    color: #333;
}

/* PAGINATION */
.paging-control {
    text-align: center;
    justify-content: center;
}

.lfpager {
    margin: 0 auto;
}

    .lfpager ul .pagination {
        align-content: center;
    }

    .lfpager li {
        font-size: 14px;
        width: 35px;
        height: 35px;
        text-align: center;
        vertical-align: middle;
        margin: auto 5px;
        align-content: center;
        text-decoration: none;
        font-weight: 600;
        border: 1px solid #D9D9D9;
    }

        .lfpager li a,
        .lfpager li.pageNum > a,
        .lfpager li.spacing-dot > a {
            width: 35px;
            display: block;
            height: 35px;
            text-decoration: none;
            padding: 6px 0;
            color: #333;
        }

        .lfpager li.spacing-dot > a {
            border: 1px solid #D9D9D9;
        }

            .lfpager li a:hover,
            .lfpager li.pageNum > a:hover,
            .lfpager li.spacing-dot > a:hover {
                background-color: #333;
                color: #FFF;
            }

        .lfpager li.active > a {
            font-size: 14px;
            color: #FFF;
            text-decoration: none;
            font-weight: 600;
            background-color: #333;
            width: 35px;
            height: 35px;
            text-align: center;
            vertical-align: middle;
            display: block;
            padding: 6px 0;
        }

        .lfpager li.next > a,
        .lfpager li.previous > a {
            font-size: 14px;
            text-align: center;
            vertical-align: middle;
            margin: auto 5px;
            text-decoration: none;
            font-weight: 600;
        }

            .lfpager li.next > a:hover,
            .lfpager li.previous > a:hover,
            .lfpager li.disabled > a:hover {
                background-color: #FFF;
            }

        .lfpager li.disabled > a i {
            color: grey;
            cursor: not-allowed;
        }

li.next,
li.previous,
li.disabled {
    border: none;
}

    li.disabled:hover,
    li.disabled > a {
        cursor: not-allowed;
    }

#techResourcesCategory .card-body {
    padding: 0;
    background-color: transparent;
}

#resultsToolsInfo {
    text-align: center;
    display: flex;
}

    #resultsToolsInfo label {
        font-size: 14px;
        font-weight: 600;
        margin: auto 0;
        padding: 10px;
    }

    #resultsToolsInfo #ddPageSize {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #333;
        width: 50%;
        position: relative;
    }

    #resultsToolsInfo select:focus {
        box-shadow: none;
    }

    #resultsToolsInfo select:hover {
        cursor: pointer;
    }

/* Badge */
#techResources .badge-updated {
    font-weight: 600;
    border: 1px solid #48A23F;
    background-color: #FFF;
    color: #48A23F;
    border-radius: 5px;
}

#techResources .badge-new {
    font-weight: 600;
    border: 1px solid #78BE43;
    background-color: #78BE43;
    color: #FFF;
    border-radius: 5px;
}

/* Admin */
.btnUpdateModal,
.addManageBtn {
    font-weight: 600;
    color: #fff;
    background-color: #007e3a;
    padding: 12px 20px;
    margin-right: 24px;
    margin-bottom: 24px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 16px;
}

.btnUpdateModal {
    padding: 11px 20px;
    height: 45px;
    width: 50%;
}

.btnUpdateModal:hover {
    color: #fff;
    background-color: #007134;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#btnUpdateResourceType {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
}

#editUserButtons,
#resourceTypeButtons {
    margin-top: 24px;
}

#userEdit #editUserButtons {
    margin-bottom: 0;
}

#resouceTypeEditBackToList,
#btnAddResourceType {
    padding: 11px 20px;
    width: 50%;
    font-size: 16px;
}

#btnBackToListUserModal .btnBackToList {
    padding: 11px 20px;
}

#btnUpdateUserModal {
    text-align: right;
}

#btnAddResourceType,
#btnUpdateUserModal .btnUpdateModal {
    margin-right: 0;
    margin-bottom: 0;
}

#btnBackToListUserModal {
    text-align: left;
}

.adminFilters .title {
    margin-right: 60px;
}

.adminFilters select {
    max-width: 240px;
}

#drpAdminFilters {
    margin-right: 24px;
    max-width: 240px;
}

.adminSearch {
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    margin: 0;
    padding: 0;
    display: flex;
    max-width: 240px;
}

    .adminSearch #txtSearchBox {
        height: 34px;
        border-radius: 0;
        border: none;
        padding: 0px 8px;
        color: #333;
        font-size: 14px;
        outline: none;
    }

    .adminSearch #btnSearch {
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        width: 100%;
        height: 34px;
        background-image: url('/images/Search-icon-2x.png');
        padding: 0px;
    }

.adminTable .table,
#divGroups .table,
#divResourceTypes .table {
    border: 1px solid #D9D9D9;
}

    .adminTable .table thead * {
        background-color: #3A475A !important;
        color: #FFF;
        font-size: 12px;
        font-weight: 600;
        padding: 16px;
    }

.table > :not(caption) > * > * {
    padding: 25px 16px;
}

.adminTable i#iconEdit {
    font-size: 24px;
    text-decoration: none;
}

    .adminTable i#iconEdit:hover {
        color: #007E3A;
        cursor: pointer;
    }

.pagination-container {
    display: flex
}

/* Groups modal */
#ManageResourceType .modal-content,
#ManageDomains .modal-content,
#ManageResourceTypes .modal-content,
#divGroups .modal-content,
#divResourceTypes .modal-content,
#userEdit .modal-content,
#ResourceTypeEdit .modal-content {
    padding: 24px;
    border-radius: 5px;
}

#ManageResourceType .modal-header,
#ResourceTypeEdit .modal-header,
#ManageDomains .modal-header,
#ManageResourceTypes .modal-header,
#divGroups .modal-header,
#divResourceTypes .modal-header,
#userEdit .modal-header {
    background: transparent;
    border-bottom: none;
    padding: 0 0 16px;
}

#ManageResourceType .modal-body,
#ResourceTypeEdit .modal-body,
#ManageDomains .modal-body,
#divGroups .modal-body,
#userEdit .modal-body {
    padding: 0px;
}

#ManageResourceType .modal-title,
#ResourceTypeEdit .modal-title,
#ManageDomains .modal-title,
#divGroups .modal-title,
#userEdit .modal-title {
    color: #333;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    width: 100%;
}

#txtNewResourceType,
#drpResourceTypeRoles,
#mltDDLRoleIds,
#txtResourceTypeName,
#txtGroupName,
#txtNewEmailDomain,
#drpUserRoles,
#userEdit input,
#userEdit select {
    padding: 6px 10px;
    background: #fff;
    margin: 0;
    box-sizing: border-box;
    max-width: unset;
    outline: none;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0px;
}

    #txtNewResourceType:focus,
    #drpResourceTypeRoles:focus,
    #mltDDLRoleIds:focus,
    #txtResourceTypeName:focus,
    #txtGroupName:focus,
    #txtNewEmailDomain:focus,
    #drpUserRoles:focus,
    #drpFilterBy:focus,
    #drpUserGroups:focus,
    #drpSearchByRoles:focus,
    #userEdit input:focus,
    #userEdit select:focus {
        box-shadow: 0px 3px 2px -1px rgba(13, 110, 253, .25);
    }

.btnBackToList,
#btnVerifyAddGroups {
    color: #007e3a;
    padding: 5px 15px;
    height: 45px;
    box-shadow: none;
    border: 1px solid #007e3a;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    background-color: #FFF;
    font-weight: 600;
}

.btnBackToList {
    color: #007e3a;
    padding: 5px 15px;
    height: 45px;
    box-shadow: none;
    border: 1px solid #007e3a;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    background-color: #FFF;
    font-weight: 600;
}

    .btnBackToList:hover,
    #btnVerifyAddGroups:hover {
        color: #fff !important;
        border: 1px solid #005C2B !important;
        background-color: #005C2B;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

#divGroups .table {
    margin-top: 24px;
}

.tableModal table th {
    background-color: #3A475B;
    border: 1px solid #D9D9D9;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    padding: 16px;
}

#divGroups .btnGroup {
    align-content: end;
    text-align: right;
}

#ManageDomains .row,
#userEdit .row {
    margin-bottom: 16px;
}

#btnDomain {
    align-content: end;
    float: right;
    text-align: right;
}

#btnAddEmail {
    height: 45px;
    border: 1px solid #007E3A;
    background-color: #FFF;
    color: #007E3A;
    font-weight: 600;
    width: 108px;
    font-size: 16px;
}

    #btnAddEmail:hover {
        background-color: #007E3A;
        color: #FFF;
    }

#adminSearch #txtSearchEmailDomain {
    height: 34px;
    border-radius: 0;
    border: none;
    padding: 0px 8px;
    color: #333;
    font-size: 14px;
    outline: none;
    width: 100%;
}

#adminSearch #btnSearchEmailDomain {
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
    height: 34px;
    background-image: url('/images/Search-icon-2x.png');
    padding: 0px;
}

#adminSearch .col {
    display: flex;
    border-bottom: 1px solid #D9D9D9;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .75) url(/images/loading2.gif) no-repeat center center;
    z-index: 10000;
}

.noResultsMain ul li {
    border: none !important;
    padding: 5px 0px !important;
    list-style: none;
}

    .noResultsMain ul li a {
        color: #0965B0;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        padding-left: 5px;
    }

.noResultsMain div {
    font-size: 14px;
    padding: 5px;
}

.noResultsMain ul {
    padding-left: 0px;
}

#cancelLastTransaction,
#cancelLastTransaction a,
#returntoDashboard a {
    color: #0965B0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

/* Alerts */
.errorMessage {
    padding: 10px;
    width: 100%;
    display: block;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    color: #000;
    margin-bottom: 15px;
    border-left: 3px solid #BC0000;
}

    #divManageEmailDomain .errorMessage,
    .errorMessage label {
        font-weight: 400;
        font-size: 16px;
    }

.icon-exclamation-sign {
    font-size: 20px;
    color: #BC0000;
    padding-right: 5px;
    vertical-align: middle;
}

#loginAlerts {
    margin: auto;
    width: 500px;
}

#lblSuccMessage {
    font-weight: 400;
    font-size: 16px;
}

.registerMessage {
    padding: 10px;
    width: 100%;
    display: block;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    color: #000;
    margin-bottom: 15px;
    border-left: 3px solid #007E3A;
}

i.fa.fa-check-circle {
    font-size: 20px;
    color: #007E3A;
}

#divSuccess .col-1 {
    margin: auto;
}

#divSuccess .col-11 {
    padding-left: 0;
}

/* Error pages */
#errorImage {
    background-image: url('/images/Group 45205.png');
    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;
    height: 647px;
    margin-top: -32px;
    margin-bottom: -14px;
}

#errorAccessImage {
    background-image: url('/images/Access_denied.png');
    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;
    height: 647px;
    margin-top: -32px;
    margin-bottom: -14px;
}

#errorTitle {
    margin-bottom: 16px;
    color: #666666;
    font-weight: 600;
    font-size: 32px;
}

#errorText {
    margin: auto;
    font-family: "Poppins", sans-serif;
}

    #errorText p {
        color: #333333;
        font-size: 20px;
    }

        #errorText p a {
            color: #0965B0;
            font-size: 20px;
            font-weight: bold;
            text-decoration: none;
        }

        #errorText p span {
            color: #333333;
            font-size: 20px;
            font-weight: bold;
            display: block;
        }

#errorTitle span {
    color: #000;
    font-weight: bold;
    font-size: 32px;
}

#errorTitle #error-403:after {
    content: '403,';
}

#errorTitle #error404:after {
    content: '404,';
}

#errorTitle #error500:after {
    content: '500,';
}

/* Responsive */
@media (max-width: 1200px) {
    .container {
        max-width: 90%;
        width: 90%;
    }
}

@media (max-width: 1024px) {
    #header #headerMenu {
        border: none;
        text-align: left;
        width: 100%;
        justify-content: space-between;
        display: block;
    }

    #header .logo {
        text-align: center;
    }

    #header .headerLink {
        width: 100%;
        margin-top: 16px;
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }

    #header .userMenu span {
        text-align: right;
        float: right;
    }

    .adminSearch #btnSearch {
        padding-left: 80px;
    }
}

@media (max-width: 820px) {
    .col-md-9 {
        width: 100%;
    }

    .container {
        max-width: 90%;
        width: 90%;
    }

    #briefcase,
    #newAndUpdated li span #addBtn,
    #divBriefcase {
        display: none;
    }
}

@media (max-width: 640px) {
    .container {
        max-width: 95%;
        width: 95%;
    }

    #filters .col-filter .col-md-5 {
        margin: 5px 0;
        padding-right: 0;
    }

    #filters .clearFilters {
        margin: 5px 0;
    }

    .lfpager {
        margin-top: 16px !important;
    }

    #divError404 .col-6,
    #divError500 .col-6,
    #divAccessDenied .col-6 {
        width: 100%;
    }

    #divError500 #errorImage,
    #divError404 #errorImage {
        background-image: url(/images/Error-image-responsive2x.png);
        background-size: 100%;
        margin-top: -255px;
        margin-bottom: -208px;
    }

    #errorAccessImage {
        background-size: 45%;
        margin-top: -210px;
        margin-bottom: -180px;
    }

    #errorTitle {
        font-size: 24px;
    }

    #errorText {
        text-align: center;
    }

        #errorText p,
        #errorText p a,
        #errorText p span {
            font-size: 18px;
        }

    #errorTitle #error-403,
    #errorTitle #error500,
    #errorTitle #error404 {
        display: block;
        font-size: 40px;
    }

        #errorTitle #error-403:after {
            content: '403';
        }

        #errorTitle #error404:after {
            content: '404';
        }

        #errorTitle #error500:after {
            content: '500';
        }
}

@media (max-width: 480px) {
    .container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
    }

    #header .logo a img {
        height: 75px;
        width: 300px;
    }

    #header .userMenu {
        text-align: center
    }

        #header .userMenu span {
            float: none;
        }

    #header .headerLink {
        text-align: center;
        display: block;
    }

    #newAndUpdated .new {
        display: contents;
    }

    #newAndUpdated .updated h3 {
        margin-top: 16px;
    }

    #adminContent .row div {
        text-align: center;
        margin: 0 auto 10px;
        display: block;
    }

    .addManageBtn {
        display: block;
        text-align: center;
        margin: 5px auto;
    }

    #admin .adminFilters #adminSearch {
        display: flex;
    }

    #admin #adminSearch div {
        margin-bottom: 0px;
    }

    .lfpager {
        margin-top: 16px !important;
    }

    .sort-search-header #divDate {
        width: 70%;
    }

    .sort-search-header #divResults {
        margin: 14px 0;
        padding-left: 0px;
    }

    #resultsToolsInfo {
        margin-right: -20px;
        width: 50%;
        float: right;
        margin-left: auto;
    }

    #registerModal {
        margin-left: -178px;
        width: 95%;
        bottom: -12%;
        top: 35%;
    }

        #registerModal .row .col-sm-6 {
            margin-top: 12px;
        }

    .dnt_Captcha {
        margin: 20px 0;
    }

    #dnt_CaptchaImg {
        margin-left: 60px;
    }

    .dnt_Captcha > .input-group {
        width: 100%;
        margin-top: 12px;
    }

    #okta-logo {
        width: 35%;
    }

    #loginLabel {
        width: 65%;
        padding-right: 0px;
    }

    #divError404 .col-6,
    #divError500 .col-6,
    #divAccessDenied .col-6 {
        width: 100%;
    }

    #divError404 #errorImage,
    #divError500 #errorImage {
        background-image: url(/images/Error-image-responsive2x.png);
        background-size: 100%;
        margin-top: -255px;
        margin-bottom: -208px;
    }

    #errorAccessImage {
        background-size: 50%;
        margin-top: -240px;
        margin-bottom: -205px;
    }

    #errorTitle{
        font-size: 24px;
    }

    #errorText {
        text-align: center;
    }

        #errorText p,
        #errorText p a,
        #errorText p span {
            font-size: 18px;
        }

    #errorTitle #error-403, 
    #errorTitle #error500,
    #errorTitle #error404 {
        display: block;
        font-size: 40px;
    }

    #errorTitle #error-403:after {
        content: '403';        
    }

    #errorTitle #error404:after {
        content: '404';
    }

    #errorTitle #error500:after {
        content: '500';
    }
}

@media (min-width: 821px) and (max-width: 1002px) {
    #briefcase {
        width: 100%;
    }
}

.table-wrapper {
    overflow-y: auto;
    height: 400px;
}

.table thead th {
    position: sticky;
    top: 0;
    background-color: #3a475a;
    z-index: 1;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

    .table th, .table td {
        padding: 8px 12px;
        text-align: left;
        border: 1px solid #dee2e6;
    }

th[data-column]::after {
    content: ' ▲';
    color: #ccc;
    font-size: 0.8em;
}

th.sorted-asc::after {
    content: ' ▲';
    color: #000; 
}

th.sorted-desc::after {
    content: ' ▼'; 
    color: #000;
}

.disabled-field {
    background-color: #f5f5f5; 
    color: #aaa; 
    border: 1px solid #ccc; 
    cursor: not-allowed; 
}

    .disabled-field:focus {
        outline: none;
        box-shadow: none;
    }

