body::before {
    content: "";
    background-color: white;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    display: block;
    position: fixed;
    width: 240px;
    height: 180px;
    bottom: 70px;
    right: 20px;
    opacity: 0.25;
    z-index: -1;
}

.grid-view table {
    background-color: rgba(255, 255, 255, 0.75);
}

h1 img {
    height: 40px;
    margin-right: 10px;
}

.small-icon {
    height: 18px;
    margin-right: 5px;
}

.third-party-logo {
    margin: 10px
}

.third-party-logo:after {
    clear: both;
}

.danger {
    color: red;
}

.warning {
    color: orange;
}

.info {
    color: blue;
}

.success {
    color: green;
}

#bold-headers {
    font-weight: bold;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: inherit;
}

.col-md-14-percent {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: inherit;
    float: left;
    width: 14.28%;
}

.col-md-20-percent {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: inherit;
    float: left;
    width: 20%;
}

.col-md-33-percent {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: inherit;
    float: left;
    width: 33%;
}

/*Select2 Text wrapping fix*/
.select2-selection--single {
    height: 100% !important;
}

.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.popover-title {
    color: rgb(51, 51, 51);
}

.popover-content {
    color: rgb(51, 51, 51);
}

.support-button {
    position: fixed;
    bottom: 0px;
    right: 0px;
    margin: 10px;
    border-radius: 50%;
    z-index: 1000;
}

.support-button a {
    color: #ffffff;
}

.psuedo-link {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}

.psuedo-link:hover, .psuedo-link:focus {
    color: #23527c;
    text-decoration: underline;
}

#universal-search-term {
    margin-top: 1px;
}

.highlight {
    background-color: #FFFF88;
}

.has-context-menu {
    cursor: url(../images/cursors/menu.png), auto;
    color: #337ab7;
}

.next-btn {
    margin-right: 20px;
}

#engagement-complete {
    margin-right: 20px;
}

#engagement-month-edit-modal .modal-dialog {
    width: 700px;
}

@media (min-width: 992px) {
    .modal-xl {
        width: 1170px;
        max-width: 95%;
    }

    .modal-full-width {
        width: 95%;
    }
}

.high-risk {
    color: #FF0000;
}

.medium-high-risk {
    color: #FFA500;
}

.medium-risk {
    color: #FFFF00;
}

.medium-low-risk {
    color: #00FF00;
}

.low-risk {
    color: #008000;
}

.relative-monthly-volume-1 {
    background: linear-gradient(0deg, #449d44, #ffffff 8.3%);
}

.relative-monthly-volume-2 {
    background: linear-gradient(0deg, #449d44, #ffffff 16.7%);
}

.relative-monthly-volume-3 {
    background: linear-gradient(0deg, #449d44, #ffffff 25%);
}

.relative-monthly-volume-4 {
    background: linear-gradient(0deg, #449d44, #ffffff 33.3%);
}

.relative-monthly-volume-5 {
    background: linear-gradient(0deg, #449d44, #ffffff 41.7%);
}

.relative-monthly-volume-6 {
    background: linear-gradient(0deg, #449d44, #ffffff 50%);
}

.relative-monthly-volume-7 {
    background: linear-gradient(0deg, #449d44, #ffffff 58.3%);
}

.relative-monthly-volume-8 {
    background: linear-gradient(0deg, #449d44, #ffffff 66.7%);
}

.relative-monthly-volume-9 {
    background: linear-gradient(0deg, #449d44, #ffffff 75%);
}

.relative-monthly-volume-10 {
    background: linear-gradient(0deg, #449d44, #ffffff 83.3%);
}

.relative-monthly-volume-11 {
    background: linear-gradient(0deg, #449d44, #ffffff 91.67%);
}

.relative-monthly-volume-12 {
    background: linear-gradient(0deg, #449d44, #ffffff 100%);
}

.grid-view i.bi {
    font-size: 18px;
}

.nav-tabs {
    position: -webkit-sticky;
    position: sticky;
    top: 51px;
    background-color: white;
    z-index: 4; /* So far the highest z-index is 3 (grid pagination numbers) - Increase as required*/
}

.modal-body .nav-tabs {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background-color: white;
}

.anchor-row {
    font-weight: bolder;
    font-size: 16px;
}

tr.disabled td{
    position: relative;
}

tr.disabled td::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.125);
    z-index: 3; /* So far the highest z-index is 2 (text input) - Increase as required*/
    cursor: not-allowed;
}

.top-sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 51px;
    z-index: 5;
}

.wide-grid {
    overflow-y: hidden; /* Prevents vertical scrolling */
}