﻿body {
    font: 90% "sans-serif", sans-serif;
    margin: 0px;
}

#main {
    background-color: #EBEBEB;
    color: #8B0019;
}

/* --- WCAG Compliant Link Colors --- */
a {
    color: #0056b3; /* WCAG Fix: Accessible blue with 7.0:1 contrast ratio on white */
}

    a:hover,
    a:focus {
        color: #003d82; /* WCAG Fix: Darker blue for hover/focus states (9.2:1 contrast) */
        text-decoration: underline;
    }

    a:visited {
        color: #6f42c1; /* WCAG Fix: Accessible purple for visited links (4.54:1 contrast) */
    }

h2, h3, h4, h5, h6, .h1inline, .h2inline, .h3inline, .h4inline, .h5inline, .h6inline, {
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* HEADINGS */
/* Basic Headline Set -- Adjust font sizes based on YUI chart above to maintain consistency. */
/* taken originally from: */
/* UNIVERSITY OF MINNESOTA WEB TEMPLATE TEXT STYLESHEET */
/* AUGUST 2009 : UNIVERSITY RELATIONS */
/* v4.090901  */
h1, .h1inline {
    font-size: 161%;
    color: #7a0019;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: -1px;
}

h2, .h2inline {
    font-size: 138.5%;
    color: #7a0019;
    margin-bottom: 10px;
    line-height: 22px;
    margin-top: 12px;
    letter-spacing: -1px;
}

h3, .h3inline {
    font-size: 120%;
    color: #444;
    margin-bottom: 3px;
    line-height: 20px;
    margin-top: 12px;
    margin-left: 0px;
    font-weight: bold;
    letter-spacing: -0.02em;
}

h4, .h4inline {
    font-size: 95%;
    color: #444;
    font-weight: bold;
    display: inline;
}

h5, .h5inline {
    font-size: 100%;
    color: #293377;
    padding-bottom: 3px;
    padding-top: 10px;
    font-weight: bold;
}

h6, .h6inline {
    font-size: 77%;
}
/* END HEADINGS */

/*** Menu bar ***/
.app_menu {
    width: 100%;
    background-color: #909090;
}

    .app_menu ul {
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .app_menu li {
        float: left;
    }

    .app_menu a:link, .app_menu a:visited {
        display: block;
        min-width: 110px;
        /*width: 120px;*/
        font-weight: bold;
        color: #FFFFFF;
        background-color: #909090;
        text-align: center;
        padding: 4px;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .app_menu a:hover, .app_menu a:active {
        background-color: #303030;
    }
/****** END Menu bar ****************/


.header1 {
    background-color: #7A0019;
    height: 60px;
    width: 100%;
}

.hdr1-umn-logo {
    margin-top: 12px;
    margin-left: 15px;
    cursor: pointer;
}

.header2 {
    background-color: #550412;
    height: 40px;
    width: 100%;
}

.hdr2-ovpr, #hdr2-link {
    position: relative;
    float: left;
    color: white;
    padding: 10px;
}

#hdr2-link {
    padding: 0px;
}

.hdr3_app_title {
    color: white;
    padding-left: 9px;
    cursor: default;
    font-size: large;
    border-left: solid #FFCC33;
}

.hdr2-alerts, .hdr2-help, .hdr2_logged_in, .hdr2-settings {
    position: relative;
    float: right;
    color: white;
    padding: 12px;
}

    .hdr2-alerts:hover, .hdr2-help:hover, .hdr2_logged_in:hover, .hdr2-settings:hover, #hdr2-link:hover {
        color: #FFCC33;
        text-decoration: none;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85);
}

.welcome {
    margin-left: 15px;
}

#main-content {
    overflow: hidden;
    *zoom: 1;
    background-color: white;
    color: black;
    margin: 20px 15px 20px 15px;
    padding: 15px;
}

#divAlerts {
    border: 1px solid lightgrey;
    padding: 40px;
    margin-bottom: 50px;
}

.footer1 {
    clear: both;
    background-color: #39000C;
    min-height: 40px;
    width: 100%;
}

.footer1-contact {
    color: white;
    padding: 14px;
}

.footer2 {
    clear: both;
    background-color: #5B0013;
    height: 60px;
    width: 100%;
}

.column {
    width: 33.3%;
    float: left;
    padding-bottom: 20px;
}

.portlet {
    margin: 0 1em 1em 0;
    padding: 0.3em;
}

.portlet-header {
    padding: 0.3em 0.4em;
    margin-bottom: 0.5em;
    position: relative;
    font-size: 1.0em;
    margin: -0.3em;
    color: black;
    font-style: normal;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border: none;
}

.portlet-toggle {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px;
}

.portlet-content {
    padding: 0.4em;
    margin: 10px;
    font-size: 0.85em;
}

.portlet-placeholder {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 50px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-icon-carat-1-n {
    -ms-transform: scale(2); /* IE 9 */
    -webkit-transform: scale(2); /* Chrome, Safari, Opera */
    transform: scale(2);
}

.ui-icon-carat-1-s {
    -ms-transform: scale(2); /* IE 9 */
    -webkit-transform: scale(2); /* Chrome, Safari, Opera */
    transform: scale(2);
}

.ui-tooltip-content {
    font-size: .8em;
}

.Asset, .Favorite {
    padding: 0px;
    margin: 0px;
}

.Asset {
    padding-left: 20px;
}

    .Asset a, .Favorite a {
        text-decoration: none;
    }

        .Asset a:hover, .Favorite a:hover {
            color: black;
            cursor: pointer;
            text-decoration: underline;
        }

    .Asset .imgFav, .Asset .imgInfo, .Favorite .imgFav, .Favorite .imgInfo {
        display: none;
    }

    .Asset img:hover, .Favorite img:hover {
        cursor: pointer;
    }

.imgFav, .imgInfo {
    margin-bottom: 0px;
    margin-left: 10px;
    height: 12px;
}

.imgAsset {
    margin-bottom: 0px;
    margin-right: 10px;
    height: 12px;
}

.info {
    border: 1px solid darkgrey;
    border-radius: 10px;
    font-size: 85%;
    line-height: 1.2;
    color: black;
    background-color: white;
    margin: 3px 0px 0px 0px;
    padding: 10px 40px 10px 40px;
    overflow: auto;
}

    .info h1 {
        font-style: italic;
        margin-bottom: 0;
        color: black;
    }

    .info h2 {
        font-size: 1.2em;
        margin-bottom: 0;
        color: black;
    }

    .info table, .info th, .info td {
        border: 1px solid grey;
    }

.info {
    border-collapse: collapse;
}

    .info td, .info th {
        font-size: 1em;
        border: 1px solid grey;
        padding: 3px 7px 2px 7px;
    }

    .info th {
        font-size: 1.1em;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 4px;
        background-color: #A4B7D8;
        color: #ffffff;
    }

    .info tr:nth-child(even) {
        color: #000000;
        background-color: #DEE7F2;
    }

.error {
    color: red;
}

table.details > tbody > tr > td:first-child { /*child selector > indicates only direct children- keep from inheriting to tables within tables*/
    text-align: right;
    vertical-align: top;
    font-weight: bold;
}

.grid {
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

    .grid th, .grid th a {
        background-color: #7A0019;
        color: White;
        font-weight: bold;
        text-decoration: none;
        text-align: left;
    }

    .grid td a:link, .grid td a:visited {
        color: black;
        text-decoration: none;
        font-weight: bold;
    }

    .grid td a:hover, .grid th a:hover {
        text-decoration: underline
    }

    .grid tr:not(:first-child) {
        font-size: 90%;
    }

    .grid td, th {
        padding: 8px;
        border: none;
    }

    .grid tr:nth-child(odd) {
        background: rgb(255, 251, 214);
    }

.gridnopadding td, .gridnopadding th { /* Overrides grid's padding back to ~browser default.  Use along with grid */
    padding: 1px
}

.wideContent {
    width: 100%;
    overflow-x: auto;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: .4;
}

.modalPopup {
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    position: absolute;
    overflow-y: auto;
    z-index: 10002;
    max-width: 100%;
    max-height: 100%;
}

.modalErrorGenerated {
    z-index: 30001;
}

.requiredControl {
    border-color: red;
}

input.requiredControl[type="text"] {
    border-width: 1px;
}

/* Mark an empty div with .close to create a close icon */
.close:before {
    content: "\2715";
    float: right;
    margin-top: -.5em;
    cursor: pointer;
}

.close:hover {
    font-weight: bolder;
}

.waitIcon {
    position: absolute;
    z-index: 20001;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/waitIcon.gif') 50% 50% no-repeat;
}

/* BEGIN HELP TIP -- mark a div with .help-tip to create a help popup mouseover */
.help-tip {
    position: absolute;
    top: 18px;
    right: 18px;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

    .help-tip:before {
        content: '?';
        font-weight: bold;
        color: #fff;
    }

    .help-tip:hover p {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
    }

    .help-tip p { /* The tooltip */
        display: none;
        text-align: left;
        background-color: #1E2021;
        padding: 20px;
        width: 300px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -4px;
        color: #FFF;
        font-size: 13px;
        line-height: 1.4;
    }

        .help-tip p:before { /* The pointer of the tooltip */
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #1E2021;
            right: 10px;
            top: -12px;
        }

        .help-tip p:after { /* Prevents the tooltip from being hidden */
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

/* CSS animation */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}
/* END HELP TIP -- mark a div with .help-tip to create a help popup mouseover */


