html {
    zoom: 100%;
}

body.mainBody {
    background-color: #a6a6a6;
}

.header-text {
    margin-top: 0px;
    color: #ffffff;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.alert {
    margin-bottom: 5px;
    padding: 8px 10px;
}

/* Extend container max width for larger screens */
@media (min-width: 1600px) {
    .container {
        max-width: 1566px;
    }
}

.display-none {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4d4d4d;
    text-transform: uppercase;
    font-weight: bold;
}

.table-bordered td,
.table-bordered th {
    /* border: 1px solid #003c71; */
    border: 0;
    border-bottom: 1px solid #e6eaec;
    padding: 0.5rem;
}

.table thead th {
    border-bottom: 2px solid #003c71;
    vertical-align: middle;
    font-size: 0.8rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e5e8ea;
}

.truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
}

.uppercase {
    text-transform: uppercase;
}

.white-space-pre-wrap {
    white-space: pre-wrap;
}

/*table sorter*/
th[role="columnheader"]:not(.no-sort) {
    cursor: pointer;
}

th[role="columnheader"]:not(.no-sort):after {
    content: "";
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #404040 transparent;
    visibility: hidden;
    opacity: 0;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

th[aria-sort="ascending"]:not(.no-sort):after {
    border-bottom: none;
    border-width: 4px 4px 0;
}

th[aria-sort]:not(.no-sort):after {
    visibility: visible;
    opacity: 0.4;
}

th[role="columnheader"]:not(.no-sort):hover:after {
    visibility: visible;
    opacity: 1;
}
/*end of table sorter*/

.stripe {
    background-color: rgb(240, 240, 240);
}

.vtheraButton {
    color: #fff;
    background-color: #17a525;
    border-color: #009900;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}

.required {
    color: red;
}

th[data-pager-column]::after {
    content: "";
    top: 10px;
    left: 3px;
    position: relative;
    border-width: 0 4px 4px;
    border-style: solid;
    visibility: hidden;
}

th[data-pager-column]:hover {
    cursor: pointer;
}

th[data-pager-column]:not(.sort-desc):hover::after {
    content: "";
    left: 3px;
    position: relative;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #404040 transparent;
    top: -10px;
    visibility: visible;
}

th.sort-active.sort-asc::after {
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #404040 transparent;
    top: -10px;
    visibility: visible;
}

th.sort-active.sort-desc::after {
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #404040 transparent;
    visibility: visible;
}

/* Contact Us IFrame Button */
#button-container #help-button {
    background-color: green !important;
}

/* Hides reports to be printed */
@media screen {
    div#reportBody {
        display: none;
    }
}

.pagerTable td,
.pagerTable th {
    border: 1px solid #ddd;
    padding: 8px;
}

/** JIRA Contact Us button */
iframe#jsd-widget {
    bottom: -8px !important;
    right: 24px !important;
}

:root {
    --primary-color: #1d5b95;
}
