body {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(231, 231, 231, 0.32);
    padding: 5px 5px 5px 5px;
}

header {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.copied {
    left: 135px;
}

.cursor-pointer {
    cursor: pointer;
}

.block-active {
    stroke-width: 2px;
}

.wrapper {
    display: flex;
    /*width: 100%;*/
    align-items: stretch;
}

.input-group-addon {
    border: none;
}

.bd-rg-dashed {
    border-right: 1px dashed #dee2e6;
}

#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
}

.container {
    padding: 5px;
    background-color: white;
}

#content {
    width: 100%;
    height: 100%;
}

#sidebar {
    margin-right: 5px;
    min-width: 250px;
    max-width: 250px;
    background: #343a40;
    color: #fff;
    transition: all 0.3s;
}

#sidebar a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -255px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #343a40;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #343a40;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #343a40;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #343a40;
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #343a40;
}

#sidebar ul ul ul a {
    font-size: 0.9em !important;
    padding-left: 60px !important;
    background: #343a40;
}

#sidebar ul.CTAs {
    padding: 20px;
}

#sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

#sidebar a.download {
    background: #fff;
    color: #343a40;
}

#sidebar a.article, a.article:hover {
    background: #343a40 !important;
    color: #fff !important;
}

.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

.tab-pane-b {
    border: 1px solid #ddd;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
}

.tab-pane-2 {
    border: 1px solid #ddd;
    border-radius: 5px 5px 5px 5px;
    padding: 0;
    display: none;
}

.table-agema {
    font-size: 0.80rem;
    break-before: page;
}

.table-agema .border-red {
    background-color: #e3717c;
}

.table-agema .border-orange {
    background-color: #e8cb73;
}

.table-agema .border-green {
    background-color: #72e28e;
}

#progressMessage {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: none;
    padding: 5px;
    border: 1px solid #000000;
    background-color: #ffffff;
    box-shadow: 5px 5px 2px 1px rgba(128, 128, 128, 0.5);
}

#progressMessageLbl {
    display: block;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

#activityIndicator {
    height: 32px;
    width: 32px;
    -webkit-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    -moz-background-size: 32px 32px;
    background-size: 32px 32px;
    margin: 0px auto;
    background-image: url('/images/activity_indicator.gif');
    background-color: transparent;
}

@media print {
    .noprint {
        display: none;
    }

    .border_right {
        border-color: #ddd;
    }
}
