<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* EUM Admin Branding Colors */
.navbar-eum,
.navbar-eum .dropdown-menu&gt;li&gt;a:focus,
.navbar-eum .dropdown-menu&gt;li&gt;a:hover,
.app,
.btn-primary {
    background-color: #83275D;
}
.app:hover {
    color:#83275D;
    border-color:#83275D;
}
.btn-primary {
    border-color: #83275D;
}
.navbar-eum,
.navbar-eum .dropdown-menu&gt;li&gt;a:focus,
.navbar-eum .dropdown-menu&gt;li&gt;a:hover,    
.navbar-eum a {
    color: #fff;
}

/* Buttons */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: white;
    outline: none;
}

/* Utilities */
.nav.horizontal&gt;li{
    display: inline-block;
}
.alert {
    margin: 20px 0;
}

/* Navigation */
.navbar-eum {
    border-radius: 0;   
}
.navbar-eum .navbar-nav&gt;li&gt;a:hover,
.navbar-eum .nav .open&gt;a, 
.navbar-eum .nav .open&gt;a:focus, 
.navbar-eum .nav .open&gt;a:hover {
    background-color:rgba(0,0,0,0.25);
}
.navbar-brand&gt;img {
    height: 40px;
    position: relative;
    top: -10px;
}
.navbar-text {
    font-size:90%;
    line-height: 160%;
    margin-right: 10px;
}
.navbar-toggle .icon-bar {
    background: #fff;
}

/* Header */
#logo {
    margin-top: 40px;
    display: inline-block;
}

/* Page */
#page { 
    padding-top: 40px;
    padding-bottom: 20px;
}
#page .page-header {
    margin-bottom: 30px;
}
#page .page-header,
#page .page-header h1 {
    margin-top: 0;
}
#page .page-header h1 {
    font-size: 200%;
}
#page .panel h3 {
    margin: 5px 0;
}
#page .panel-heading .glyphicon {
    color: #999;
    display: inline-block;
    margin-right: 5px;
}
#page .panel-body .apps {
    margin: -5px;
}
#page .divider {
    height: 1px;
    margin: 7px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

#EUMPage {
    position: relative;
}
#EUMPage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
    z-index: 1;
}
#EUMPage .overlay.loading::after { 
    content: " ";
    white-space: pre;
    background-image: url(../img/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eee;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    padding: 30px 40px;
    border-radius: 6px;
    margin-left: -20px;
    margin-top: -15px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

/* Set Password */
#rules li {
    margin: 2px 0;
}
#rules li.list-group-item-success:before,
#rules li.list-group-item-danger:before {
    display: inline-block;
    margin-right: 7px;
}
#rules li.list-group-item-success:before{
    content:  "\2714 ";
}
#rules li.list-group-item-danger:before{
    content: "\2716 ";
}

/* Footer */
footer {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding: 20px 0;
    text-align: right;
    font-size: 90%;
}
footer .nav {
    position: relative;
    top: -10px;
}

/* Forms */
/* To hide placeholder text on input focus */
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}
/* IE 10+ */
.g-recaptcha {
    display: inline-block;
    margin-top: 20px;
}
label.required:before {
    content: "*";
    color: #bb0000;
    display: block;
    float: right;
    margin-left: 6px;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}
.error {
    color: #bb0000;
}
label.error {
    display: block;
    margin-top: 5px;
    font-weight: 400;
}
.eum-form-bottom {
    margin-top: 20px;
    text-align: right;
}
.btn-default[disabled],
.btn-default[disabled]:focus,
.btn-default[disabled]:hover{
    background-color:#f4f4f4;
    border-color: transparent;
    text-shadow: 1px 1px 0 #fff;
    color: #888;
}

/* Apps */
.apps {
    margin: 0;
    padding: 0;
}
.apps&gt;li {
    list-style:none;
    padding: 0;
    margin: 5px;
    display: inline-block;    
    max-width: 100px;
}
.app {
    display: block;
    color: #fff;
    text-align: center;
    padding: 15px 0 10px;
    border-radius: 4px;    
    border: 2px solid transparent;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
.app:hover {
    background: #fff;
    text-decoration: none;    
}
.app&gt;.glyphicon {
    font-size: 200% !important;
    display: block;
    margin-bottom: 12px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
.app&gt;label {
    display: inline-block;    
    min-height: 40px;    
    font-size: 70%;
    font-weight: normal;
    vertical-align: middle;
    display: table-cell;
    height: 40px;  
    width: 95px;
    padding: 0 5px;   
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3); 
}
.app&gt;label:hover {
    cursor: pointer;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

@media (min-width: 768px){
    #page {
        padding-top: 80px;
    }
    #page {
        padding-top: 40px;
    }
}</pre></body></html>