<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 35px;
}

.AiMHeader {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .AiMHeader .nav a {
        color: #666;
    }

        .AiMHeader .nav a:hover {
            color: #D12A2F;
        }

    .AiMHeader table {
        width: 100%;
    }

.AiMHeaderBanner {
    margin-left: 15px;
    line-height: 20px;
    padding-top: 0px;
    padding-bottom: 15px;
    font-size: 1.5em;
    color: #333;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    line-height: 30px; /* Vertically center the text there */
    background-color: #f5f5f5;
    font-size: 0.8em;
}

    footer a {
        color: #666;
    }

        footer a:hover {
            color: #333;
        }


/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.bottomPadding {
    padding-bottom: 1em;
}

.bottomMargin {
    margin-bottom: 1em;
}

.topMargin {
    margin-top: 1em;
}

.textRight {
    text-align: right;
}

.sidePadding {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.headerHighlight {
    font-weight: bold;
    font-size: large;
    color: white;
    margin-bottom: 0.5em;
    text-align: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding: 2px 0px;
}

    .headerHighlight a
    {
        color:#fff;
        font-size:11px;
    }

.redBackground {
    background-color: #D12A2F;
}

.orangeBackground {
    background-color: #f0ad4e;
}

.greenBackground {
    background-color:#449d44;
}

/*Add float none stop thead center-block bootstrap class*/
.center-block {
    float: none !important;
}

.paging-nav {
    text-align: right;
    padding-top: 2px;
    margin: 1em;
}

    .paging-nav a {
        margin: auto 1px;
        text-decoration: none;
        display: inline-block;
        padding: 1px 7px;
        background: #ffd2d2;
        color: white;
        border-radius: 3px;
    }

    .paging-nav .selected-page {
        background: #d12a2f;
        font-weight: bold;
    }

.glyphiconPointerSpacing {
    cursor: pointer;
    margin-right: 1em;
}

.highlight{
    color:#D12A2F;
}

.inputAddOnStyle {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color:#31708f;
    width: 40px;
    padding-top:10px;
    height:35px;
}

.navColor{
    background-color : #eee
}

.insights{
    padding-right:16px !important;
    padding-left:16px !important;
}

.insights.value{
    font-size:32px; 
    text-align:center !important; 
    vertical-align:middle !important;
}

.insights.text{
    font-size:16px;
    vertical-align:middle !important;
    line-height:46px;
}

.button-as-link{
    background: none;
    border: none;
    font-weight: 700;
    margin-top: 5px;
}

.modal-scroll{
      overflow-y: initial !important
}
.modal-body-scroll{
  height: 250px;
  overflow-y: auto;
}

#projectRefresh .uploadfile{
     
    margin-top:50px;
}

#projectRefresh .submitButton{

    margin-top:30px;
}

.navbar-default {
    background-color: #d12a2f;
    border-color: #963026;
}

    .navbar-default .navbar-brand {
        color: #ffffff;
        border-right: solid 1px #ffffff;
        background-color:#ffffff;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #ffffff;
            background-color: #ffffff;
        }

    .navbar-default .navbar-text {
        color: #ffffff;
    }

    .navbar-default .navbar-nav &gt; li &gt; a {
        color: #ffffff;
    }

        .navbar-default .navbar-nav &gt; li &gt; a:hover,
        .navbar-default .navbar-nav &gt; li &gt; a:focus {
            color: #ffffff;
            background-color: #963026;
        }

    .navbar-default .navbar-nav &gt; .active &gt; a,
    .navbar-default .navbar-nav &gt; .active &gt; a:hover,
    .navbar-default .navbar-nav &gt; .active &gt; a:focus {
        color: #ffffff;
        background-color: #963026;
    }

    .navbar-default .navbar-nav &gt; .open &gt; a,
    .navbar-default .navbar-nav &gt; .open &gt; a:hover,
    .navbar-default .navbar-nav &gt; .open &gt; a:focus {
        color: #ffffff;
        background-color: #963026;
    }

    .navbar-default .navbar-toggle {
        border-color: #963026;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #963026;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #ffffff;
    }

    .navbar-default .navbar-link {
        color: #ffffff;
    }

        .navbar-default .navbar-link:hover {
            color: #ffffff;
        }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        color: #ffffff;
    }

        .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
            color: #ffffff;
        }

    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
        color: #ffffff;
        background-color: #963026;
    }
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.flex {
    display:flex;
}

.justify-content-center{
    justify-content:center;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-between {
    justify-content:space-between;
}

.panel-red {
    border-color: #D12A2F;
}

.panel-red &gt; .panel-heading {
    color: white;
    background-color: #D12A2F;
    border-color: #D12A2F;
}

.panel-red &gt; .panel-heading + .panel-collapse &gt; .panel-body {
    border-top-color: #D12A2F;
}

.panel-red &gt; .panel-heading .badge {
    color: #D12A2F;
    background-color: white;
}

.panel-red &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #D12A2F;
}

.shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.panel-shadow {
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
}

.p-0 {
    padding: 0 0 0 0;
}

.m-0 {
    margin: 0 0 0 0;
}

.tdElementAlign {
    display: inline-block;
}

.w-14 {
    width: 14%;
}

.w-70 {
    width: 70%;
}

.text-wrap {
    word-wrap: break-word;
}

.checkboxContainer {
    border: 1px solid #D12A2F;
    border-radius: 3px;
    margin-bottom: 38px;
    box-shadow: 0 5px 3px 0 rgb(0 0 0 / 10%), 0 13px 20px 0 rgb(0 0 0 / 20%);
    font-size: 18px;
}

.spacing {
    height: 40px;
}

.col-padding {
    padding: 22px 10px;
}

.user-form-container {
    display: flex !important;
    justify-content: center;
}

.user-form-input {
    width: 70%;
}

.create-new-user-input-container-inner {
    padding: 15px 0px 55px 0px;
    border: solid 1px #DDD;
    border-radius: 3px;
    width: 70%;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%), 0 8px 10px 0 rgb(0 0 0 / 25%);
}

.create-new-user-input-container-outer {
    display: flex;
    justify-content: center;
}

.input-container-inner-shortened {
    width: 55% !important;
}

#register-button {
    float: right;
    margin-right: 6%;
}

.validation-summary-error-bright-bold {
    font-weight: 600;
    color: red;
}

.center-col-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.user-permissions-row {
    display: block;
    padding-left: 11%;
}

.tableContainer {
    display: flex;
    justify-content: center;
    padding: 36px;
    margin-top: 20px;
}</pre></body></html>