.bold{
    font-weight:bold;
}

.display-none{
    display:none;
}

.border-radius-bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.border-double-top {
    border-top: double !important;
}

.border-double-bottom {
    border-bottom: double !important;
}

.border-double-start {
    border-left: double;
}

.border-double-end {
    border-right: double !important;
}

.border-dashed-top {
    border-top: dashed !important;
}

.border-dashed-bottom {
    border-bottom: dashed !important;
}

.border-dashed-start {
    border-left: dashed !important;
}

.border-dashed-end {
    border-right: dashed !important;
}

.border-top-1 {
    border-top-width: 1px !important;
}

.border-bottom-1 {
    border-bottom-width: 1px !important;
}

.border-start-1 {
    border-left-width: 1px !important;
}

.border-end-1 {
    border-right-width: 1px !important;
}
.border-bottom-grey-solid {
    border-bottom: 1px solid lightgrey
}
.text-align-center{
    text-align:center
}

.pull-right {
    float: right;
}

.overflow-x-scroll{
    overflow-x: scroll;
}

label.required::after {
    content: '*';
    color: red;
    padding-left: 3px;
}

.table-legend span {
    padding: 0 10.5px;
    margin-right: 8px;
    top: 1px;
    position: relative;
}

.font-small {
    font-size: small;
}
:root {
    --color-monitoring: #f29423;
    --color-benchmarking: #085685;
    --color-administration: #f65757;
}

.grey{
    color: grey !important;
}

.bg-cns-green {
    background-color: #c7d41a;
}

.btn-cns-green {
    background-color: #c7d41a;
    border-color: #c7d41a;
}

.btn-outline-cns-green {
    color: #c7d41a;
    border-color: #c7d41a;
}

.black {
    color: black !important;
}

.fa-color-monitoring {
    color: var(--color-monitoring);
}

.fa-color-benchmarking {
    color: var(--color-benchmarking);
}

.fa-color-administration {
    color: var(--color-administration);
}
.fas.fa-cns-purple,
.fal.fa-cns-purple,
.far.fa-cns-purple,
.fad.fa-cns-purple {
    color: rgb(117,24,97);
}

.fal.fa-1-5x,
.far.fa-1-5x,
.fad.fa-1-5x,
.fas.fa-1-5x {
    font-size: 1.5em;
}

.fa-stack.fa-stack-envelope-check {
    font-size: 0.8em;
    vertical-align: top;
}

.fa-stack.fa-stack-envelope-check > .fas.fa-exclamation-triangle::before {
    top: -7px;
    left: 18.5px;
    position: absolute;
}
.filter {
    padding: 20px 40px;
    background-color: white;
    width: 100%;
    border: solid 1px #d3e0e6;
    border-radius: 5px;
    margin-bottom: 20px;
}

.result {
    padding: 20px 40px;
    background-color: white;
    width: 100%;
    border: solid 1px #d3e0e6;
    border-radius: 5px;
    margin-bottom: 20px;
}

.result:empty {
    display: none;
}

.analytics-content {
    padding: 20px 40px;
    background-color: white;
    width: 100%;
    border: solid 1px #d3e0e6;
    border-radius: 5px;
    margin-bottom: 20px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2rem;
    background: white;
}

footer > .content {
    width: 100%;
    padding: 0 40px 0 var(--menu-width);
    display: inline-flex;
}

footer.withMenu > .content {
    padding: 0 40px 0 40px;
}

footer > .content > .footer-links > a {
    text-decoration: none;
    color: inherit;
    margin-right: 44px;
}

footer > .content > .copyright {
    float: right;
    margin-left: auto;
}
header > nav {
    background: black;
    padding: 0.5rem 1rem;
}

.navbar-analytics-header {
    padding: 10px 20px;
}

.navbar-analytics-header > a {
    display: inline-flex;
    padding: 0;
}

.navbar-analytics-header > a > i::before {
    vertical-align: middle;
    color: white;
}

.navbar-analytics-header > a > span {
    font-size: 22px;
    margin-left: 17.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: white;
}

#analytics-header-dropdown {
    background: transparent;
    border: none;
}

#analytics-header-dropdown:after {
    vertical-align: 0.7em;
    border-top-color: white;
}

#analytics-header-dropdown > i {
    font-size: 36px;
    color: white;
}

.analytics-header-card {
    width: 350px;
}

.analytics-header-card.show {
    padding: 0;
}

.analytics-header-card i.fad.fa-user-circle {
    --fa-secondary-color: #eceff4;
}
.picture-wrapper {
    margin: -16px -328px 0 -328px;
}

.picture-wrapper > .img-wrapper {
    height: 250px;
    width: 100%;
}

.picture-wrapper .copyright-notice {
    text-align: right;
    width: 100%;
    position: absolute;
    line-height: 16px;
}

.picture-wrapper .copyright-notice > a {
    font-size: 0.75rem;
    text-decoration: none;
}

.picture-wrapper > .img-wrapper > img {
    height: 250px;
    width: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
}

.after-picture-content {
    padding-top: 50px;
    padding-bottom: 16px;
    margin-left: 452.5px;
    margin-right: 452.5px;
}

.login-btn {
    padding-left: 30px;
    padding-right: 30px;
}
:root {
    --menu-width: 370px;
}

#sidebar {
    text-overflow: ellipsis;
    min-width: var(--menu-width);
    max-width: var(--menu-width);
    height: 100%;
    min-height: 100%;
    background-color: white;
    font-weight: 600;
}

#sidebar ul.components{
    padding: 0 !important;
}

#sidebar a {
    padding: 10px 0 0 10px;
    color: #868d96 !important;
    display: block;
    text-decoration: none;
    color: black;
    width: 100%;
    padding-right: 10px;
}

#sidebar > ul > li > a {
    font-size: 1.1rem;
    border-left: 3px solid transparent;
}

#sidebar > ul > li > a > i.fa-caret-right {
    margin-top: 10px;
}

#sidebar > ul > li > ul {
    border-left: 3px solid transparent;
}

#sidebar > ul > li > ul > li:last-child {
    padding-bottom: 10px;
}

#sidebar a[aria-expanded="true"] {
    background-color: #f6f8fa;
    color: #212529 !important;
}

#sidebar > ul > li > ul {
    padding-left: 46px;
}

#sidebar ul {
    padding-left: 10px;
}

#sidebar a[aria-expanded="true"] + ul {
    background-color: #f6f8fa;
}

#sidebar li.active > a {
    color: #212529 !important;
}

#sidebar i.fa-caret-right {
    margin-top: 5px;
     transition: transform 0.35s;
}

#sidebar a[aria-expanded="true"] i.fa-caret-right {
    transform: rotate(90deg);
}

#sidebar a[aria-expanded="true"].border-color-monitoring,
    #sidebar a[aria-expanded="true"] + .border-color-monitoring {
    border-color: var(--color-monitoring);
}

#sidebar a[aria-expanded="true"].border-color-benchmarking,
    #sidebar a[aria-expanded="true"] + ul.border-color-benchmarking {
    border-color: var(--color-benchmarking);
}

#sidebar a[aria-expanded="true"].border-color-administration,
    #sidebar a[aria-expanded="true"] + ul.border-color-administration {
    border-color: var(--color-administration);
}
.content-wrapper {
    display: flex;
    width: 100%;
    height: calc(100% - 96px);
    align-items: stretch;
}

html, body {
    position: relative;
    height: 100%;
    min-height: 100%;
    background-color: #eceff4;
}

main[role="main"] {
    overflow: overlay;
    width: 100%;
}

main[role="main"] > div.main-content{
    margin: 20px 40px 0 40px;
}

.bold {
    font-weight: bold;
}

.display-none {
    display: none;
}

.br-t {
    border-right-width: thick !important;
}

.bl-t {
    border-left-width: thick !important;
}

.bx-t {
    border-right-width: thick !important;
    border-left-width: thick !important;
}

.bt-t {
    border-top-width: thick !important;
}

table.datatableFixed {
    margin: 0 auto;
    width: 100%;
    table-layout: fixed;
    overflow-wrap: break-word
}
.accordion-button:not(.collapsed) {
    color: black;
    background-color: rgba(117,24,97,0.22);
    border-color: rgba(117,24,97,0.4);
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    border-color: rgba(0, 0, 0, 0.125);
    box-shadow: unset;
}

.accordion-button:not(.collapsed):focus {
    border-color: rgba(117,24,97,0.4);
}
nav[aria-label="breadcrumb"] {
    --bs-breadcrumb-divider: '/';
    border: solid 1px #d3e0e6;
    background-color: white;
    border-radius: 5px;
    padding: 20px 40px;
    margin-bottom: 20px;
}

nav[aria-label="breadcrumb"] > .breadcrumb {
    margin-bottom: 0;
}

nav[aria-label="breadcrumb"] > .breadcrumb > li > a {
    text-decoration: none;
    color: #868d96;
    font-weight: 500;
}

nav[aria-label="breadcrumb"] > .breadcrumb > li.active {
    font-weight: bold;
}


nav[aria-label="breadcrumb"] > .breadcrumb > li::before {
    font-weight: initial;
}

nav[aria-label="breadcrumb"] > .breadcrumb > li.active > a {
    font-weight: bold;
}

a.btn, button.btn {
    box-shadow: 4px 3px 2px rgba(33, 37, 41, 0.25);
}

.form-group > label {
    font-weight: 600 !important;
}

.was-validated .form-control:valid, .form-control.is-valid {
    padding-right: 12px;
}
.toast-header {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.toast-body {
    background-color: rgba(255, 255, 255, 0.85) !important;
}


.password-validation-tooltip .tooltip-inner {
    max-width: 350px;
}

tr.context-menu-active {
    background-color: #cce5ff !important;
}

.select2-selection--single{
    min-height: 37px;
}

.select2-selection--single > .select2-selection__rendered {
    padding-top: 4px;
    padding-bottom: 4px;
}

.select2-selection--single > .select2-selection__arrow {
    margin-top: 4px;
}
.blockUI.blockOverlay {
    border-radius: .25rem;
}

.block-msg-default, .block-msg-message-loader {
    border: none !important;
    background-color: transparent !important;
}

    .block-msg-default .fas {
        font-size: 42px;
        color: #fff;
        display: inline-block;
        width: 42px;
        height: 40px;
    }

    .block-msg-default h6 {
        margin-top: 8px;
        color: #fff;
        font-size: 17px;
        line-height: 24px;
    }

    .block-msg-message-loader .blockui-default-message {
        padding: 20px;
        border-radius: .25rem;
        color: black;
        font-size: 17px;
        background-color: rgba(117,24,97,0.22);
    }

input.datepicker {
    min-height: 37px;
    border: 1px solid #aaa;
}
