html { font-size: 14px; }

@media (min-width: 576px) {
    .dropdown {
        margin-left: auto;
        order: 2;
    }
}

@media (min-width: 768px) {
    html { font-size: 16px; }

    .container-sign-in { left: 20%; }

    .content .user-input > input {
        width: 30em;
    }

    .user-input input[type="search"] {
        width: 30em;
        background: url(/images/search.svg) no-repeat scroll 15px 12px;
    }

    .user-input input:focus, .user-input input:active {
        background-position: 13px 10px;
    }

    .user-input select {
        width: 30em;
    }

    .user-input .account-option {
        width: 30em;
    }

    .user-input p {
        margin-left: 20px;
    }

    .btn-section button {
        width: 150px;
        margin-right: 20px;
    }

    .page-offset {
        margin-bottom: -55px;
        height: 24px;
    }

    .content-symmetric .user-input > input {
        width: 35em;
    }

    #accessPage .btn-section {
        margin-top: -4px;
    }

    #globalNavigation .nav-link.active {
        text-underline-offset: 20px;
    }

    .col-md-4 {
        width: 32.5%;
    }
}

@media (min-width: 1024px) {
    .toolkitWarning {
        display: inline-block;
        margin-left: 3rem;
    }
}

@media (max-width: 425px) {
    #toolkitControls .user-input {
        width: calc(100% - 94px);
    }
}

@media (max-width: 767px) {
    .container-sign-in { left: 0; }

    .content .user-input > input {
        width: calc(100% - 30px);
    }

    #configUpload input, #iconsUpload input {
        width: calc(100% - 70px);
    }

    #configDownload select {
        width: calc(100% - 110px) !important;
    }

    .user-input input[type="search"] {
        width: calc(100% - 30px);
        background: url(/images/search.svg) no-repeat scroll 13px 9px;
    }

    .user-input input:focus, .user-input input:active {
        background-position: 11px 7px;
    }

    .user-input select {
        width: calc(100% - 30px) !important;
    }

    .user-input .account-option {
        width: calc(100% - 30px);
    }

    .btn-section button {
        width: 125px;
        margin-right: 20px;
    }

    .page-offset {
        margin-bottom: -45px;
        height: 22px;
    }

    .content-symmetric .user-input > input {
        width: 100%;
    }

    .toolkitWarning {
        margin: 15px 0px 15px 0px;
    }

    #accessPage .btn-section {
        margin-top: auto;
    }

    #globalNavigation .nav-link.active {
        text-underline-offset: 10px;
    }
}

@media (max-width: 1024px) {
    .user-input p {
        margin-top: 10px;
        margin-left: 0;
        margin-bottom: 0;
        width: calc(100% - 30px);
    }
}

html {
    min-height: 100%;
    position: relative;
}

body { margin-bottom: 10px; }

a {
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
}

h1 {
    font-size: 24px;
    padding-left: 30px;
}

td {
    border: 1px solid #dee2e6 !important;
    border-left: none !important;
    border-right: none !important;
}

select {
    background: url(/images/select-arrow.svg) no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 2rem !important;
}

legend {
    font-size: 14px;
}

nav {
    margin-bottom: -30px;
    padding-bottom: 0;
}

.table-active > th {
    background: #F0F0F0;
    border-width: 0;
}

.table-documents {
    margin-bottom: 0;
}

.btn:not(.btn-md) { height: 46px; }

.btn-sign-in {
    position: absolute;
    bottom: 20px;
    border-radius: 0;
    height: 40px;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    width: 230px;
}

.btn-cancel { background-color: #393939; }

.btn-select {
    background-color: #393939;
    margin-top: 10px;
    margin-left: 10px;
    border: none;
    height: 35px;
}

.position-right { float: right; }

.btn-remove-item {
    background: url(/images/trash-can.svg) no-repeat center;
    clear: both;
    float: left;
    height: 24px;
    padding: 0 0 0 0;
    width: 24px;
}

.btn-remove-item:focus, .btn-remove-item:active {
    box-shadow: none;
    outline: none;
}

.btn-actions {
    background: url(/images/overflow.svg) no-repeat center;
    clear: both;
    height: 24px;
    padding: 0 0 0 0;
    width: 24px;
}

.btn-primary-inverted, .btn-primary-inverted:hover {
    background-color: #FFFFFF;
    color: #0F61FD;
    border: 2px solid #0A50F3;
}

.btn-section {
    margin-bottom: 20px;
    margin-top: auto;
}

.btn-actions:focus, .btn-actions:active {
    box-shadow: none;
    outline: none;
}

.btn-download {
    box-shadow: none;
    outline: none;
    vertical-align: middle;
    margin: 0 0 0 -5px;
    height: 2.5em;
}

.toast {
    position: absolute;
    right: 5%;
    top: 4em;
}

.col {
    width: 170px;
    float: left;
    padding-bottom: 100px;
}

.container-header { margin-left: 2%; }

.container-content {
    background: #FFFFFF 0 0 no-repeat;
    margin-top: 40px;
    min-height: 75vh;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
}

.container-content-outer { background: #F6F7F7 0 0 no-repeat; }

.container-sign-in {
    background-color: #FFFFFF;
    height: 270px;
    position: fixed;
    top: 25%;
    width: 270px;
    z-index: 2;
}

.navbar-brand {
    font-size: medium;
    font-size: 12px;
    padding-left: 5px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 2px;
}

.navbar-toggler-icon {
    width: 1.1em;
    height: 1.1em;
    background-image: url(/images/navigation.svg);
}

.card-section {
    background: #F6F7F7 0 0 no-repeat padding-box;
    border: 0;
    cursor: pointer;
    margin: 8px;
    border-radius: 5px;
}

.card-title {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.card-body {
    display: flex;
    align-items: center;
}

.card-section:hover { filter: brightness(95%); }

.card-section-placeholder {
    background-color: inherit;
    border-width: 0;
    margin: 8px;
}

.card-group-container {
    padding-left: 30px;
    padding-right: 30px;
}

.card-title { 
    font-weight: 500;
    margin-bottom: 0;
}

.nav-arrow {
    float: right;
    height: 24px;
    width: 24px;
    margin-left: 15px;
    display: inline-block;
}

.empty-placeholder {
    height: 20px;
}

.row > *
{
    padding: 0;
}

.hsse-bg {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 50px;
    z-index: 1;
}

.sign-in-title {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    margin: 20px;
}

.sign-in-content {
    color: #525252;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    margin: 20px;
}

li > a:hover { color: #0F61FD !important; }

.container-content {
    background: #FFFFFF 0 0 no-repeat;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
}

.container-content-outer { background: #F6F7F7 0 0 no-repeat; }

.container-sign-in {
    background-color: #FFFFFF;
    height: 270px;
    left: 20%;
    position: fixed;
    top: 25%;
    width: 270px;
    z-index: 2;
}

.container-user-data {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.container-user-data:hover { background-color: #FAFAFA; }

.display-root {
    display: flow-root;
}

.dropdown {
    display: inline-block;
    margin-right: 2%;
    position: relative;
}

.dropdown-content {
    background-color: #FFFFFF;
    box-shadow: 0 8px 16px 0 RGBA(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    position: absolute;
    width: 100%;
}

.dropdown-content a {
    color: black;
    display: block;
    padding: 12px 16px;
    text-decoration: none;
}

.dropdown-content a:hover { background-color: #FAFAFA; }

.dropdown-clicker {
    cursor: pointer;
    outline: none;
}

.dropdown-actions a {
    color: black;
    display: block;
    font-weight: normal;
    padding: 6px 16px;
    text-decoration: none;
}

.dropdown-actions a:hover { background-color: #E5E5E5; }

.dropdown-actions {
    background-color: #F7F7F7;
    border: 1px solid #0F61FD;
    margin-top: 35px;
    position: absolute;
    right: 0;
    width: 160px;
}

.dropdown:hover .dropdown-content {
    display: block;
    position: absolute;
    z-index: 3;
}

.hidden { display: none; }

.container-user-data > p {
    margin-bottom: auto;
    margin-top: auto;
    padding-right: 10px;
}

.container-user-data > img { border-radius: 50%; }

.nav-link {
    color: #161616;
    font-weight: 500;
    padding-left: 0;
    padding-right: 2em;
}

.tab-pane.active {
    border-width: 0;
    padding-top: 1em;
}

#toolkitSectionContent .tab-pane.active {
    border-width: 0;
    padding-top: 0;
}

#toolkitControls .user-input input {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    height: 46px;
    width: 100%;
    font-weight: normal;
}

#toolkitControls .user-input input:focus, .user-input input:active {
    border: 1px solid #0F61FD;
    outline: none;
}

#toolkitControls .user-input {
    background-color: #FFFFFF;
    min-height: 46px;
}

#toolkitControls .user-input input {
    background-image: none;
    background-color: #FFFFFF;
    min-height: 46px;
    padding-left: 1em;
}

#toolkitControls .btn-search {
    background-color: #383838;
    min-height: 46px;
}

#toolkitControls .btn-search:focus, .btn-search:active {
    outline: none;
    box-shadow: none;
}

.nav-link.active {
    background-color: #ffffff !important;
    color: #0A50F3 !important;
    font-size: 16px;
    text-decoration-color: #0A50F3;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
}

#globalNavigation .nav-link.active {
    color: #0F61FD !important;
    text-decoration-color: #0F61FD;
}

.content { padding-left: 30px; }

.content-symmetric {
    padding-left: 30px;
    padding-right: 30px;
}

.full-page {
    display: flex;
    flex-direction: column;
    min-height: 70vh;
    position: relative;
}

.full-width {
    width: 100%;
}

.auto-height {
    min-height: auto;
}

.btn {
    border-radius: 1px;
    vertical-align: top;
    --bs-btn-border-width: 0px;
}

.btn:disabled {
    background-color: #C6C6C6;
    border-color: #C6C6C6;
    color: #8D8D8D;
}

.error {
    color: #DA1E28;
    font-size: 14px;
    font-weight: 500;
}

.download-file {
    color: #707070;
    font-size: 16px;
}

.env-indicator {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    min-height: 30px;
    min-width: 100%;
    position: absolute;
    text-align: center;
    z-index: 2;
}

.env-dev { background-color: #F4A561; }

.env-uat { background-color: #94D06D; }

.env-prod { display: none; }

.toast {
    position: absolute;
    z-index: 3;
}

.order-top { z-index: 5; }

.w-15 { width: 15%; }

.w-20 { width: 20%; }

.w-30 { width: 30%; }

.w-35 { width: 35%; }

#sortable {
    list-style: none;
    margin: 0;
    width: 100%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#sortable li {
    display: inline-block;
}

#sortable li:hover {
    cursor: pointer;
}

ul#sortable {
    padding-left: 0;
}

.arrow-down {
    background: url(/images/chevron-down.svg) no-repeat center;
    clear: both;
    display: block;
    float: left;
    height: 20px;
    width: 20px;
}

.arrow-left {
    background: url(/images/chevron-left.svg) no-repeat center;
    display: block;
    height: 24px;
    width: 16px;
}

.arrow-right {
    background: url(/images/chevron-right.svg) no-repeat center;
    display: block;
    height: 24px;
    width: 16px;
}

.ps-collapsable { padding-left: 45px !important; }

.ps-uncollapsible {
    padding-left: 36px;
    overflow: hidden;
}

.ps-max { margin-left: 170px; }

.current-roles {
    display: inline-block;
    line-height: 46px;
    vertical-align: bottom;
}

.user-input {
    background-color: #FFFFFF;
    min-height: 4em;
}

.user-input p {
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    max-width: 550px;
}

.user-input input[type="search"] {
    background-color: #F7F7F7;
    background-size: 18px;
    border: none;
    height: 2.5em;
    padding-left: 3em;
}

.user-input input[type="text"]:placeholder-shown {
    background-color: #F7F7F7;
    padding-left: 1em;
    border: none;
    height: 2.5em;
    font-weight: 500;
}

.user-input input[type="text"]:not(:placeholder-shown) {
    background-color: #DDE6F6;
    padding-left: 1em;
    border: none;
    height: 2.5em;
    font-weight: 500;
}

.user-input input[type="text"]:focus, user-input input[type="text"]:active {
    background-color: #DDE6F6;
    padding-left: 1em;
    height: 2.5em;
    font-weight: 500;
    border: 2px solid #0F61FD;
}

.user-input select {
    background-color: #F7F7F7;
    border: none;
    font-weight: 500;
    height: 2.5em;
    padding-left: 10px;
}

.user-input input:focus, .user-input input:active {
    border: 2px solid #0F61FD;
    outline: none;
}

.user-input select:not([disabled]):focus, .user-input select:not([disabled]):active {
    background-position: 13px 8px;
    border: 2px solid #0F61FD;
    outline: none;
}

.user-input label {
    display: block;
    font-size: 14px;
}

.user-input > .form-control {
    display: initial;
    height: 2.5em;
    border-radius: 1px;
    line-height: 1.75;
}

.inline > label {
    display: inline;
}

.filter {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 100px;
    display: inline-block;
    font-weight: 500;
    padding: 5px 10px;
}

.filter-content:not(.hidden) {
    background-color: #FFFFFF;
    box-shadow: 0 0 16px 0 RGBA(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    min-height: 4em;
    min-width: 22em;
    position: absolute;
}

.filter-content input[type="search"] {
    background: url(/images/search.svg) no-repeat scroll 15px 10px;
    background-color: #F7F7F7;
    background-size: 20px;
    border: none;
    height: 2.5em;
    margin: 1.1em;
    opacity: 1;
    padding-left: 3em;
    width: 90%;
}

.filter-content input[type="checkbox"] {
    height: 1em;
    margin-right: 10px;
    width: 1em;
}

.filter-content input:focus, .filter-content input:active {
    background-position: 13px 8px;
    border: 2px solid #0F61FD;
    outline: none;
}

.filter .arrow-down {
    background: url(/images/chevron-down.svg) no-repeat center;
    clear: none;
    display: block;
    float: right;
    height: 16px;
    margin: 5px;
    width: 16px;
}

.filter.active { border: 1px solid #0F61FD; }

.filter-reset {
    background: url(/images/close.svg) no-repeat center;
    clear: none;
    float: left;
    height: 16px;
    margin: 5px;
    width: 16px;
}

.account-option {
    cursor: pointer;
    display: block;
    padding: 0 0 5px 20px;
}

.user-input .account-option {
    background-color: #F5F5F5;
    cursor: pointer;
    display: block;
    padding: 10px 15px 5px 15px;
}

.user-input .account-option:hover { background-color: #E5E5E5; }

.selected-item {
    display: inline-block;
    height: 25px;
    line-height: 22px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-left: 2px;
    padding-right: 5px;
    vertical-align: middle;
    background-color: #DDE6FF;
}

.selected-item:not(.loading) {
    background-image: url(/images/close.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 16px;
    cursor: pointer;
    padding-right: 20px;
}

.selected-item.invalid {
    background-color: #FAB4B4;
}

.role-option, .bg-option, .project-option {
    cursor: pointer;
    display: block;
    padding: 0 10px 5px 20px;
}

.account-option.selected { background: url(/images/checkmark.svg) no-repeat scroll 19.5em 5px; }

.account-option:hover { background-color: #F0F0F0; }

.empty-message {
    padding-bottom: 15px;
    text-align: center;
}

.elements-header {
    position: relative;
    height: 46px;
}

.elements-current {
    position: absolute;
    bottom: 0;
}

.collapse-bg.show {
    background-color: #F2F6FF;
    box-shadow: inset 3px 0 0 0 #0F61FD
}

.main-row[aria-expanded="true"] { box-shadow: inset 3px 0 0 0 #0F61FD }

.main-row[aria-expanded="true"] .arrow-down { transform: rotate(180deg); }

.f-weight-normal { font-weight: 400 }

.f-weight-bolder { font-weight: 500 }

.collapsing {
    -webkit-transition: none;
    display: none;
    transition: none;
}

.page-link {
    background-color: #FFFFFF;
    color: #161616;
    padding-left: 15px;
    padding-right: 15px;
}

.page-link:focus, .page-link:active{
    background-color: #FFFFFF;
    box-shadow: none;
    color: #161616;
}

.page-link:hover {
    color: #161616 !important;
}

.page-item.active .page-link {
    background-color: #C6C6C6 ;
    border-color: #C6C6C6;
    color: #161616;
}

.pagination .page-item .page-link {
    border: none;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 3px;
}

.pagination .page-item .page-link-number {
    padding-left: 15px;
    padding-right: 15px;
    height: 36px;
}

.pagination select {
    background-color: #FFFFFF;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
}

.modal-header button {
    border: none;
    background-color: inherit;
}

#toolkitsPage .btn-section {
    margin-top: auto;
    margin-bottom: -62px;
}

#toolkitTable {
    margin-bottom: auto;
}

#accessPage .btn-section {
    margin-bottom: -65px;
}

#sectionCategoriesPage .btn-section {
    padding-top: 20px;
}

#removeProjects {
    height: 1em;
    margin-right: 5px;
    width: 1em;
}

.select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
    background-color: #F7F7F7;
    height: 2.5em;
    padding-top: 5px;
    font-weight: 500;
}

.select2-container--default .select2-selection--multiple {
    border: none;
    border-radius: 0;
    background-color: #F7F7F7;
    min-height: 2.5em;
    font-weight: 500;
}

.select2-dropdown {
    border: 1px solid #0F61FD;
    border-radius: 0;
    background-color: #f7f7f7;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #0F61FD;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #0F61FD;
}

.select2-selection__arrow {
    top: 1em !important;
    background: url(/images/select-arrow.svg) no-repeat;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e5e5e5;
    color: var(--bs-body-color);
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
    background-color: #bbcef0;
    color: var(--bs-body-color);
}

.select2-container--default .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: #dde6f6;
}

.select2-dropdown .btn-search, .select2-dropdown .btn-search:hover, .select2-dropdown .btn-search:active {
    background: url(/images/search-white.svg) no-repeat center /1em, #0F61FD !important;
    margin-top: 10px;
    height: 35px;
    width: 35px;
    border: none;
}

.select2-search textarea::-webkit-input-placeholder {
    font-weight: 500;
    color: black;
}

.select2-search textarea::-moz-placeholder {
    font-weight: 500;
    color: black;
}

.select2-search textarea:-ms-input-placeholder {
    font-weight: 500;
    color: black;
}

.select2-search--dropdown {
    display: initial;
    padding: 4px 0 4px 4px;
}

.select2-search--dropdown .select2-search__field {
    font-family: inherit !important;
    margin: 10px 0px 10px 5px !important;
    border: none !important;
    width: 45%;
    height: 35px;
}

.select2-search--dropdown .select2-search__field:not(:placeholder-shown) {
    background-color: #DDE6F6;
}

.select2-search__field:active, .select2-search__field:focus {
    outline: none;
    box-shadow: none;
}

.select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--bs-body-color);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 2px solid #0F61FD !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-left: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
    position: relative;
    float: right;
}

.select2-results__option .wrap:before {
    content: url(/images/checkbox-inactive.svg);
    width: 25px;
    height: 25px;
    padding: 2px 10px 0px 5px;
}

.select2-results__option[aria-selected=true] .wrap:before {
    content: url(/images/checkbox-active.svg);
}

.border-active {
    border: 2px solid #0F61FD !important;
}

.toast-header .btn-close {
    background: url(/images/close.svg) center /1.5em auto no-repeat;
}

.toast-header strong {
    color: #161616;
}

.btn-close:active, .btn-close:focus {
    outline: none;
    box-shadow: none;
}

#successToast {
    background-color: #D7F7E4;
    border: 1px solid #94CEA8;
    border-left: 4px solid #24A148;
    border-radius: 0;
}

#successToast > .toast-header {
    background-color: #D7F7E4;
    border: none;
}

#errorToast {
    background-color: #FFF1F3;
    border: 1px solid #E2C4C4;
    border-left: 4px solid #DA1E28;
    border-radius: 0;
}

#errorToast > .toast-header {
    background-color: #FFF1F3;
    border: none;
}

.tooltip {
    min-width: 200px;
    max-width: 250px;
    background-color: #E8E8E8;
    color: #161616;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    margin-left: -60px;
    margin-top: 15px;
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
}

.tooltip::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 80%;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #E8E8E8 transparent;
}