
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: "Open Sans", sans-serif;
    color: #333333;
    background-color: #f4f5f6;
}

.container.no-margin-top {
    margin-top: 0;
}

.container.SearchContainer {
    margin-top: 0;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom10 {
    margin-bottom: 10px;
}

.fResult {
    color: rgb(0,147, 178);
}

.gButton {
    background-color: #007e3a;
    border-bottom: none;
    color: white;
    cursor: pointer;
    height: 30px;
    font-size: 12px;
    padding: 0 25px;
    transition: all 0.5s ease;
}

    .gButton:hover {
        background-color: #116227;
    }

a.hButton:hover {
    text-decoration: none;
}

.tooltip {
    font-size: 11px;
}

.page-link, .page-link:hover {
    color: #007e3a;
}

.page-item.active .page-link {
    background-color: #999999;
    border-color: #999999;
}
/* APP */
#techResources .category {
    margin-left: 6px;
    line-height: 1.1em;
    line-height: 20px;
}

/* Search */
.search-box2 {
    background-color: #dbdedf;
    padding: 1.5em;
    border-radius: 7px;
    border: solid 1px #ccc;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    -moz-box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    border-bottom: solid 3px #bababa;
}

/* SEARCH RESULTS */
.SearchContainer #search { /* FOR SEARCH RESULTS */
    background-color: transparent;
    border-radius: 0;
    border: solid none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
}

.coveo-query-summary-no-results-string {
    font-size: 24px !important;
    padding-top: 20px !important;
}

.CoveoQuerySummary ul li:hover {
    background-color: transparent;
}

.coveo-query-summary-search-tips-info {
    font-weight: bold;
}

#searchResults .card-body .CoveoQuerySummary span ul li:hover, .noResultsMain ul li:hover {
    background-color: transparent !important;
    box-shadow: none !important;
}
/* end SEARCH RESULTS */

#search h2 {
    margin-bottom: 1.2em;
}

#search input {
    width: 100%;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #999;
    padding: 5px;
    color: #666;
    font-size: 14px;
    outline: none;
}

.search-box2 input {
    width: 80% !important;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #999;
    padding: 5px;
    color: #666;
}
/* NEW & UPDATED */
#newAndUpdated {
    font-size: .8em;
    margin: 30px 0;
}

    #newAndUpdated ul {
        margin: 0;
        padding: 0;
    }

    #newAndUpdated .new, #newAndUpdated .updated {
        border-left: 3px solid #CCCCCC;
        padding-left: 15px;
    }

    #newAndUpdated .row {
        margin-left: 0;
    }

    #newAndUpdated .category {
        font-size: .9em;
        font-weight: bold;
        color: #333333;
    }

/* FILTERS */
#filters {
    background-color: #dbdedf;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    -moz-box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
}

    #filters .row {
        margin: 0;
    }

    #filters select {
        font-size: .8em;
        height: 30px;
        margin: 10px 0;
    }

                #filters .clearFilters button.disabled:focus {
                    outline: none;
                }

    #filters .row {
        margin: 0;
    }

/* CARD */
#techResources .card {
    border-top: none;
    border-left: none;
    border-right: none;
}

    #techResources .card-body ul {
        column-count: 2;
        padding: 0;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

/* Collapse / Expand */
[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
    display: none;
}
        #briefcase .bc-header span {
            font-size: .7em;
        }

    #briefcase .bc-content {
        min-height: 160px;
        padding: 7px;
        font-size: .7em;
    }

    #briefcase .bc-item {
        display: block;
        margin-bottom: 6px;
    }

        #briefcase .bc-item span {
            font-weight: bold;
            color: #333333;
        }

    #briefcase .bc-item-link {
        display: block;
        margin-top: -20px;
        margin-left: 20px;
    }

    #briefcase .bc-select {
        width: 95%;
        margin: auto;
        font-size: .8em;
        line-height: 2em;
    }

        #briefcase .bc-select a {
            color: #999999;
        }

    #briefcase .bc-filesInfo {
        font-size: .8em;
        color: #999999;
    }

    #briefcase .bc-download {
        background-color: #78BE20;
        color: white;
        font-size: .8em;
        text-align: center;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        border: none;
        border-radius: 3px;
        transition: all 0.5s ease;
    }

        #briefcase .bc-download:hover {
            background-color: #66a714;
        }

    #briefcase .downloadButtons .disabled {
        background-color: #CCCCCC;
        cursor: not-allowed;
    }

        #briefcase .downloadButtons .disabled:focus {
            outline: none;
        }

    #techResources .addToBriefcase:active {
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.5);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.5);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.5);
        transition: all 200ms ease-in;
        transform: scale(.8);
    }

    #techResources .addToBriefcase.added:hover {
        -webkit-transition: none;
        -webkit-transform: none;
        -ms-transition: none;
        -ms-transform: none;
        -moz-transition: none;
        -moz-transform: none;
        transition: none;
        transform: none;
        cursor: default;
    }

/* RSC */
#rsc .RSCbanner img {
    width: 100%;
}
/* FOOTER */
#footer {
    padding: 20px 0;
    font-size: .9em;
}


/* RESULTS */
#techResources #searchResults .card-body ul {
    column-count: 1;
}

#resultsToolsInfo, #divItemsPerPage {
    font-size: 11px;
}

#searchResults .resultsToolsSort, #divSorting {
    font-size: 11px;
    font-weight: bold;
}

    #searchResults .resultsToolsSort .sort, #divSorting .sort {
        margin-right: 10px;
    }

    #searchResults .resultsToolsSort .sortImg, #divSorting .sortImg {
        top: 3px;
        position: relative;
    }

#techResources #searchResults .card-body ul li {
    padding: .5rem 1.25rem;
}

    #techResources #searchResults .card-body ul li:last-child {
        border-bottom: none;
    }

#searchResults .CoveoPager {
    margin: 10px !important;
}

#searchResults .CoveoPagerBottom {
    position: relative;
    text-align: right;
    min-height: 24px;
    margin: 0 !important;
    padding: 10px;
}

#ResultsContent {
    -webkit-box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    -moz-box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    overflow: hidden;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom: solid 3px #bababa;
}
/* LOGIN */
#hbl_header {
    padding: 30px;
}

    #hbl_header img {
        width: 200px;
    }

#signIn_Options .sso h2,
#signIn_Options .ext-login h2 {
    font-size: 1.2rem;
}

#signIn_Options .sso, #signIn_Options .ext-login {
    padding: 1.5rem;
}

    #signIn_Options .ext-login input {
        margin-bottom: 1rem;
        line-height: 1.3;
    }

.modalert {
    max-width: 400px;
    background-color: white;
    padding: 20px;
}

    .modalert h1 {
        font-size: 1.7rem;
    }

    .modalert p {
        font-size: .8rem;
    }

    .modalert .buttonContainer {
        border-top: solid 1px #CCCCCC;
        padding-top: 1rem;
        margin-top: 1rem;
    }

    .modalert .gButton {
        margin-left: 1rem;
    }

#forgot_pass {
    border: solid 1px #CCCCCC;
    width: 50%;
    margin: auto;
    font-size: 12px;
    padding: 2em;
    background-color: white;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    -moz-box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
}

    #forgot_pass input {
        margin-bottom: 1rem;
    }

    #forgot_pass h2 {
        font-size: 1.2rem;
    }

    #forgot_pass .alert a {
        font-weight: bold;
        text-decoration: underline;
    }

#rc {
    position: relative;
}

.stickContainer {
    position: relative;
}

.stick {
    position: fixed;
    width: 285px;
    top: 0;
    padding-right: 30px;
}

.CoveoPager {
    margin: 0;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
}

    .CoveoPager ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .CoveoPager ul li {
            margin: 0;
            display: inline-block;
        }

            .CoveoPager ul li a {
                position: relative;
                display: block;
                margin-left: -1px;
                color: #007e3a !important;
                padding: .25rem .5rem;
                font-size: .875rem;
                line-height: 1.5;
                background-color: #fff;
                border: 1px solid #dee2e6;
                cursor: pointer;
            }

    .CoveoPager li.coveo-previous a:after {
        content: "«";
    }

    .CoveoPager li.coveo-next a:after {
        content: "»";
    }

    .CoveoPager ul li.coveo-active a {
        background-color: #999999;
        color: #fff !important;
        border-color: #999999;
    }

.CoveoSearchBox > div {
    position: relative;
    width: 75%;
    float: left;
}

.CoveoPager ul li.coveo-active a {
    background-color: #999999;
    color: #fff !important;
    border-color: #999999;
}

.CoveoSearchButton {
    background-color: #007e3a;
    border-bottom: none;
    color: white;
    cursor: pointer;
    height: 30px;
    font-size: 12px;
    padding: 0 25px;
    transition: all 0.5s ease;
    float: right;
    width: 20%;
    text-align: center;
    line-height: 30px;
    border-radius: 3px
}

.CoveoSearchBox:after {
    clear: both;
}

.briefcase-boxhead {
    display: none;
}

.CoveoPagerBottom {
    bottom: 0;
    top: auto !important;
    margin-bottom: 10px;
}

.items-skip-page {
    padding: 10px;
    height: 53px;
    background: white;
    margin: 0;
    border-bottom: solid 1px rgba(0,0,0,.125);
    overflow: hidden;
}

#signIn_Options .sso p {
    text-align: left;
}

#signIn_Options {
    width: 400px;
    margin: auto;
    font-size: 12px;
    background-color: white;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

    #signIn_Options .ext-login input.gButton {
        width: 100%;
        background: #505050;
        padding: 15px 0;
        font-size: 15px;
        text-transform: uppercase;
        height: auto;
        margin: 5px 0 25px;
    }

.gButton {
    background-color: #007e3a;
    border-bottom: none;
    color: white;
    cursor: pointer;
    height: auto;
    font-size: 14px;
    padding: 12px 55px;
    transition: all 0.5s ease;
}

#signIn_Options .ext-login input.form-control[type=password] {
    margin-bottom: 25px;
}

#signIn_Options .form-group a.forgotPassword {
    margin-right: 8px;
}

#signIn_Options .form-group a.register {
    margin-left: 4px;
}

#forgotModel .modal-header, #RegisterModel .modal-header {
    border: none;
    padding: 25px 40px;
    position: relative;
}

    #forgotModel .modal-header .close, #RegisterModel .modal-header .close {
        position: absolute;
        top: 10px;
        right: 10px;
        margin: 0;
    }

        #forgotModel .modal-header .close span, #RegisterModel .modal-header .close span {
            display: none;
        }

    #forgotModel .modal-header .modal-title, #RegisterModel .modal-header .modal-title {
        margin-bottom: 0;
        line-height: 1.5;
        font-weight: 700;
    }

#forgotModel .modal-body, #RegisterModel .modal-body {
    padding: 5px 40px 30px;
}

#forgotModel .modal-footer {
    padding: 15px 40px;
    display: block;
}

    #forgotModel .modal-footer > * {
        display: inline-block;
        line-height: 35px;
    }

    #forgotModel .modal-footer a, #RegisterModel .modal-footer a {
        color: #007e3a;
        font-weight: bold;
        font-size: 14px;
    }

#RegisterModel .modal-footer a {
    float: none !important;
    cursor: pointer;
}

#forgotModel .modal-footer .gButton {
    background-color: #007e3a;
    padding: 0 30px;
    float: right;
    font-weight: bold;
}

#RegisterModel .modal-footer .gButton {
    background-color: #007e3a;
    padding: 0 50px;
    margin-left: 15px;
    font-weight: bold;
}

#forgotModel .modal-footer:after, #RegisterModel .modal-footer:after {
    content: " ";
    clear: both;
}

#forgotModel .modal-body .alert, #RegisterModel .modal-body .alert {
    padding: 0px;
    background: none;
    border: none;
    color: #d40000;
}

#forgot_pass .gButton {
    border: none;
    outline: none;
    font-weight: bold;
}

#forgotModel .alert, #RegisterModel .alert {
    margin: -15px 40px 20px;
    padding: 5px;
}

#forgotModel .modal-header .close, #RegisterModel .modal-header .close {
    background-image: url('/images/icons8-ios7-user-interface-delete-sign.ico');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

#header .hButton {
    margin: 0 20px;
    padding: 6px 15px;
}

#search .gButton, .CoveoSearchButton {
    background-image: url(/images/search-icon.png);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

#briefcase .bc-header span {
    font-size: .7em;
    font-style: italic;
}

#briefcase .bc-delete {
    background-size: 15px;
}

#searchResults .resultsToolsSort .sortImg {
    top: -1px;
}

#techResources .card {
    border: none;
    display: block;
}

.CoveoSearchBox > div {
    width: 82%;
}

.CoveoSearchButton {
    width: 15%;
}

    .CoveoSearchButton .coveo-icon {
        display: none;
    }

.SearchContainer .col-md-9 {
    padding-left: 0;
}

.SearchContainer .col-md-3 {
    padding-right: 0;
}

    #resultsToolsInfo .coveo-summary-section {
        float: none !important;
    }

.page-link-disabled, .page-link-disabled:hover {
    color: black;
    cursor: default;
    text-decoration: none;
}

.lfpager td {
    vertical-align: top;
}

    .lfpager a.page-link-disabled {
        background-color: #999;
        border-color: #999;
        color: #fff;
    }

    .lfpager a img {
        display: none;
    }

    .lfpager a.first, .lfpager a.previous, .lfpager a.next, .lfpager a.last {
        padding: 4px .5rem;
    }

        .lfpager a.first:after {
            content: "<<";
            font-size: 14px;
            transform: scale(0.4,1);
            display: inline-block;
        }

        .lfpager a.last:after {
            content: ">>";
            font-size: 14px;
            transform: scale(0.4,1);
            display: inline-block;
        }

        .lfpager a.previous:after {
            content: "<<";
            font-size: 14px;
            transform: scale(0.4,1);
            display: inline-block;
        }

        .lfpager a.next:after {
            content: ">";
            font-size: 14px;
            transform: scale(0.4,1);
            display: inline-block;
        }

/* Category */
.nav-return > a > i {
    padding-right: 5px;
}

#category {
    padding: 0 0 15px;
    margin-top: -10px;
}

#categories {
    -webkit-box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    -moz-box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    overflow: hidden;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom: solid 3px #bababa;
}

#categoryResultCount #category {
    position: absolute;
    top: -38px;
    border: none;
}

#forgot_pass .alert {
    text-align: left !important;
}

#dvSelectedDoc {
    height: 160px;
    overflow-y: auto;
    white-space: nowrap;
    overflow-x: hidden;
}

.sso .gButton[disabled] {
    background-color: #ccc;
    padding: 8px 40px;
    cursor: default;
}

.errorContainer {
    padding: 100px;
    text-align: center;
    min-height: 450px;
    background-color: white;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    -moz-box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

    .errorContainer h1 {
        color: #444;
        font-size: 56px;
        font-weight: bold;
    }

        .errorContainer h1 i {
            color: #ccc;
            font-size: 72px;
        }

    .errorContainer .descriptionError {
        color: #666;
        font-size: 20px;
        font-weight: normal;
    }

    .errorContainer button {
        background-color: #007e3a;
        color: #fff;
        padding: 7px 20px;
        border: none;
        outline: none;
        border-radius: 3px;
        cursor: pointer;
    }

        .errorContainer button:hover {
            background-color: #116227;
        }

.CoveoQuerySummary div {
    font-size: 14px;
    padding: 5px 25px;
    margin-left: -15px;
    margin-right: -15px;
    background: #f3f4f4;
}

.CoveoQuerySummary .coveo-no-results-string, {
    font-size: 20px !important;
    padding: 25px !important;
}

.coveo-search-tips-info, .noResultsTips, .noResultsHighlights {
    font-weight: bold;
    font-size: 16px;
}

.coveo-cancel-last {
    display: none;
}

.CoveoQuerySummary ul li {
    border: none !important;
    padding: 5px 25px !important;
}

.noResultsMain ul {
    column-count: 1 !important;
}

.summary-box {
    height: auto;
    width: auto;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    -moz-box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    box-shadow: 0px 1px 5px 2px rgba(204,204,204,1);
    overflow: hidden;
    border-radius: 7px;
    border-bottom: solid 3px #bababa;
    background-color: white;
}

    .summary-box h3 {
        font: bold 14px/32px Arial,Helvetica,sans-serif;
        border-bottom: 1px solid #ebeef2;
        background-color: #ebeef2;
        padding: 5px 15px;
        color: #444;
    }

    .summary-box .summary-box-content {
        padding: 11px 15px 0px;
        position: relative;
        overflow: hidden;
        height: auto;
    }

.main-content .summary-box .view-all-link {
    font-size: 11px;
    float: right;
}

.summary-box .view-all-link {
    _position: relative;
    _float: right;
    _bottom: 0;
}

.summary-box ul {
    padding: 5px 0 0 1px;
    margin-bottom: 10px;
    overflow: hidden;
    height: auto;
}

    .summary-box ul li {
        margin-bottom: 5px;
        background: none;
        _height: 1%;
        padding: 0 0 8px 0;
    }

.summary-box .summary-box-content.literature li img {
    padding: 0 6px 0 0;
}

.gButton {
    border: none !important;
    outline: none !important;
}

.rsc-button {
    margin-top: 10px;
    display: block;
}

#accordion .techResCatContent {
    margin-bottom: 0 !important;
}

#categories .card-header:hover {
    background-color: #f1f1f1;
}

.card-body span > .category {
    font-weight: bold;
    color: #444;
}

.noResultsMain ul li:hover {
    background-color: transparent !important;
}

#searchResults .card-header:hover {
    background-color: transparent !important;
}

#S2dCategorieItems ul {
    column-count: 1 !important;
}

.addToBriefcase:hover {
    cursor: pointer;
}

#hbl_header img {
    width: 360px;
}

#signIn_Options .form-group > span {
    vertical-align: sub;
}

.card-body .CoveoQuerySummary {
    background: #d2d4d4;
    width: calc(100% + 20px);
    display: block !important;
    padding: 5px 15px;
    margin-top: -10px;
    margin-left: -10px;
    color: #666;
}

.CoveoQuerySummary .coveo-no-results-string, .noResultsContent {
    font-size: 20px;
}


.CoveoQuerySummary span ul {
    background: #f3f4f4;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -5px;
}


@document url("https://example.com") {
    #techResources .card-body ul li a {
        white-space: pre-wrap;
        word-break: break-all;
        word-wrap: break-word;
        display: inline-block;
    }

    #signIn_Options .form-group > span {
        vertical-align: sub;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #techResources .card-body ul li a {
        white-space: pre-wrap;
        word-break: break-all;
        word-wrap: break-word;
        display: inline-block;
    }

    #accordion #S2dCategories .card-body ul {
        text-align: right;
    }

        #accordion #S2dCategories .card-body ul li {
            text-align: left;
        }

    #accordion #S2dContentType .card-body ul {
        text-align: right;
    }

        #accordion #S2dContentType .card-body ul li {
            text-align: left;
        }

    .rsc-button.float-right {
        float: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    .stick {
        width: 25%;
        padding-right: 45px;
    }
}

#footer {
    margin-top: 15px;
}

@media only screen and (max-width: 767.98px) {

    #briefcase {
        display: none;
    }

    #search button {
        width: 100%;
        margin-top: 10px;
    }

    .search-box2 input {
        width: 100% !important;
    }

    .CoveoSearchbox {
        height: 70px;
    }

    #header {
        border-bottom: none;
        padding-bottom: 0;
    }

    #techResources .addToBriefcase {
        display: none;
    }

    .clearFilters {
        margin-bottom: 10px;
    }


    #forgot_pass {
        width: 80%;
    }

    .stickContainer {
        position: relative !important;
        width: 100%;
        top: 0 !important;
        left: 0;
        padding: 0 15px;
    }

    .CoveoSearchBox {
        position: relative;
    }

    .CoveoSearchButton {
        float: none;
        width: 100%;
        position: absolute;
        bottom: 0;
        text-align: center;
        line-height: 30px;
    }

    .CoveoSearchBox > div, .CoveoSearchBox .CoveoQueryBox {
        position: absolute;
        width: 100%;
        float: none;
        top: 0;
    }
}


@media only screen and (max-width: 576px) {

    #techResources .card-body ul {
        column-count: 1;
    }

        #techResources .card-body ul li {
            width: 100%;
        }

    .modal-dialog {
        margin-top: 100px;
    }
}


@media all and (max-width: 1024px) {

    #signIn_Options .form-group a.forgotPassword {
        margin-right: 5px;
    }

    #search .gButton,
    .CoveoSearchButton,
    #filters .clearFilters {
        padding: 0;
    }

    .lfpagerbottom {
        margin-top: 15px;
    }

}

@media all and (max-width: 820px) {
    #briefcase,
    .addToBriefcase,
    .resultsToolsSort .float-right {
        display: none;
    }

    #techResources > .row > .col-md-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    #rc {
        display: none;
    }
}

@media all and (max-width: 768px) {

    #techResources > .row > .col-md-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    #rc {
        display: none;
    }

    .SearchContainer .col-md-9 {
        padding: 0;
    }

    #content {
        margin-bottom: 75px !important;
    }
}

@media all and (max-width: 760px) {

    body {
        padding-bottom: 50px;
    }

    #search #txtSearch {
        margin-bottom: 15px;
        border: 1px solid #c3c3c3;
        outline: none;
    }

    #filters .title {
        line-height: 129px;
    }

    .container {
        max-width: 100%;
    }

    #search .gButton, .CoveoSearchButton, #filters .clearFilters {
        padding: 10px 15px 5px;
    }

        #filters .clearFilters button {
            width: 100%;
        }

    #signIn_Options {
        width: 100%;
    }

    .sso .gButton,
    .sso .gButton[disabled] {
        padding: 8px 25px;
    }
}

@media all and (max-width: 576px) {
    #filters .title {
        line-height: 16px;
    }

    #header .hButton {
        margin: 10px 0 0 0;
        font-size: 11px;
    }

    #resultsToolsInfo select {
        border: solid 1px #ccc;
    }

    .search-box2 input {
        width: 100%;
    }
}

@media all and (max-width: 480px) {
    #header {
        border-bottom: none;
        padding-bottom: 0;
    }

    #hbl_header img {
        width: 100%;
    }

    #header .hButton {
        margin: 0 0 0 10px;
    }

    #filters .title {
        line-height: 1;
        text-align: center;
    }
}

#search input::-webkit-search-cancel-button {
    position: relative;
    height: 12px;
    width: 12px;
    background: url(/images/search-cancel.png);
    background-size: 100%;
}

.magic-box.magic-box-notEmpty,
.magic-box {
    position: relative;
    width: calc(100% - 140px);
}


    .magic-box.magic-box-notEmpty .magic-box-clear,
    .magic-box .magic-box-clear {
        position: absolute;
        z-index: 2;
        float: none;
        right: 5px;
        top: 1px;
        background: transparent;
        width: 20px !important;
    }

    .magic-box .magic-box-clear {
        display: none;
    }

    .magic-box.magic-box-notEmpty .magic-box-clear {
        display: block;
    }

        .magic-box.magic-box-notEmpty .magic-box-clear:before,
        .magic-box .magic-box-clear:before {
            border-left: none;
        }

        .magic-box.magic-box-notEmpty .magic-box-clear .magic-box-icon:before,
        .magic-box .magic-box-clear .magic-box-icon:before {
            font-size: 14px;
            line-height: 28px;
        }

#search .magic-box-notEmpty input,
#search .magic-box input {
    width: 100% !important;
}

#search input::-webkit-search-cancel-button:hover {
    cursor: pointer;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

/* Admin */
.adminMain {
    margin-top: 30px;
}

.adminFilters .row > div {
    padding-right: 0;
}

.input-group .input-group-append .btn-lf i {
    line-height: 19px;
}

.addManageBtn: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;
}

.adminContainer {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.adminFilters {
    background-color: #DBDEDF;
    padding: 6px 25px;
    border-radius: 4px 4px 0 0;
}

.adminContainer .form-control {
    line-height: 19px;
}

.adminFilters span {
    line-height: 33px;
    color: #666;
    font-weight: bold;
}

.adminFilters .input-group {
    margin: 0 !important;
}

.filterBy {
    width: 100px;
    max-width: 100px;
    display: inline-block;
}

.btn-lf {
    background-color: #007e3a;
    border-color: #007e3a;
    color: #fff;
    padding: 6px 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn-secondary,
.swal2-container .swal2-popup .swal2-styled.swal2-cancel {
    background-color: #666;
}

.btn-lf:hover {
    background-color: #007134;
    border-color: #007134;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn-lf:last-child {
    margin: 0;
}

.tableModal table td {
    padding: 5px;
    border: none;
    border-right: 1px solid #ccc;
    padding-left: 10px;
}

#ManageDomains .modal-body .col-sm-4 {
    padding-right: 0;
}

    #ManageDomains .modal-body .col-sm-4:nth-child(3) {
        padding-right: 15px;
    }

#ManageDomains .modal-body .col-sm-1 {
    padding-left: 0;
}

.btn-icon,
.deleteDomain {
    max-width: 34px;
    padding: 0;
}

    .btn-icon i,
    .deleteDomain i {
        line-height: 33px;
    }

.deleteDomain {
    display: block;
    margin: 0 auto !important;
}

#manageDomains .modal-body .col-sm-12 .tableModal {
    padding: 0;
}

.adminContent .items-skip-page {
    border: none;
}

.adminMain .lfpager table,
.modal .lfpager table {
    box-shadow: none;
    border-radius: 0;
    text-align: right;
    float: right;
}

    .adminMain .lfpager table td,
    .modal .lfpager table td {
        display: inline-table;
        vertical-align: middle;
    }

        .adminMain .lfpager table td span,
        .modal .lfpager table td span {
            padding: 4px 8px;
            background: #ccc;
            color: #fff;
            display: block;
            font-size: 16px;
        }

        .adminMain .lfpager table td a,
        .modal .lfpager table td a {
            margin: 0;
            margin-left: -2px;
            font-size: 16px;
            padding: 3px 7px;
        }

.form-control:focus,
.btn:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.modal-body .errorMessage {
    margin-top: 15px;
}

.successMessage {
    padding: 6px;
    width: 100%;
    display: block;
    background-color: #daecd9;
    border: 1px solid #9fce9b;
    color: #007e3a;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
}

.modal-dialog {
    max-width: 600px;
}

.close,
.close:focus,
.close:hover {
    color: #fff;
}

.modal .form-group {
    margin: 0;
}

.modal label {
    font-weight: bold;
}

.modal .btn-lf, .modal .btn-secondary {
    height: 34px;
    width: 100%;
    padding: 0px;
    line-height: 34px;
}

.searchNoResults,
.modalNoResults {
    width: 100%;
    text-align: center;
}

    .searchNoResults p {
        font-size: 20px;
    }

    .modalNoResults p {
        font-size: 18px;
    }

.swal2-container .swal2-popup {
    width: 300px;
}

    .swal2-container .swal2-popup .swal2-title {
        color: #666;
        font-size: 20px;
        font-weight: normal;
    }

.swal2-icon {
    margin-bottom: 10px !important;
}

.swal2-container .swal2-popup .swal2-styled {
    padding: 10px 20px;
    font-weight: bold;
}

.adminTable table.table-admin, .tableModal table {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

.swal2-container .swal2-popup .swal2-styled.swal2-confirm {
    border: 0 !important;
    border-radius: 4px;
    background-color: #007e3a;
    color: #fff;
    font-size: 16px;
}

.swal2-container .swal2-popup .swal2-styled:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-body .col-sm-9 {
    padding-right: 0;
}

.table-admin {
    table-layout: fixed;
}

    .table-admin tr:first-child th:first-child {
        width: 60px;
    }

    .table-admin tr td span {
        word-break: break-word;
    }

    .table-admin .lfpager a.first:after,
    .table-admin .lfpager a.last:after {
        font-size: 16px;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .table-admin td span[id^=content_0_gvUserDetails_lblEmail] {
        display: block;
        word-break: break-all;
    }
}

#RegisterModel .modal-body {
    padding-bottom: 5px;
}

    #RegisterModel .modal-body .successMessage {
        margin: 15px 0;
    }
