<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a.btn {
    margin: 5px;
    margin-top: 10px;
    font-weight: 300;
}

.bs-callout-info {
    background-color: #ffffff;
    border-color: #d0e3f0;
}

.bs-callout {
    margin: 5px 0;
    padding: 10px 20px 10px 10px;
    border-left: 5px solid #ff0000;
    border-radius: 5px;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.pleaseWait {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url(../img/loading2.gif) 50% 50% no-repeat;
}

#pleaseWaitModal .modal-dialog
{
    width: 230px;/* your width */
    padding-top: 25%;

}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body .loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body .loading .pleaseWait {
    display: block;
}

html {
    height: 100%;
}

body {
    background-color: #223358;
    background-attachment: fixed;
}

.registrationBody {

    position: relative;
    padding: 10px;

}

.titlePanel {
    top: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.mainContent
{
   border-radius: 5px;
   background-color: #ffffff;
}

.thumbnail {
    background-color: white;
    margin: 30px;
    padding: 25px;
    border: solid cornflowerblue 3px;
    height: 180px;
    width: 180px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    position: relative;
    -webkit-box-shadow: 0 8px 6px -6px #222;
    -moz-box-shadow: 0 8px 6px -6px #222;
    box-shadow: 0 10px 35px -1px #222;

}

.footerLogin, .footerLogin a {
    color: white;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    padding-top: 20px;
}

/* Menu Link after Login*/
#portalNav a:link {
    color: white;
    margin-top: 8px;
    margin-left: 20px;
    font-size: 18px;

}

/* Portal Icons*/
.tileImage {
    width: 140px;
    height: 140px;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.tileLabel {
    margin-top: 6px;
    text-align: center;
    font-size: 14px;
}

.tile {
    height: 160px;
    width: 160px;
    color: white;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#welcome {
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

blockquote {
    font-size: small;
}

.asteriskMessage {
    color: #ffffff;
}

.logos {
    text-align: center;
}

.logo {
    margin: 15px;
    border-radius: 30px;
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.img-logo {
    width: 50px;
    height: 50px;
}

.panel, .alert, .btn {
    border-radius: 2px;
}

.system-message{
    font-weight:bold

}

.system-message-blue{
    color:#0E53a7;

}

.system-message-red{
    color: #e90038;
}

.system-message-darkred{
    color: #a65600;

}

.system-message-message{
    margin-right:20px;
    padding-bottom: 1px;

}

.top-buffer
{
    margin-top: 10px;
}

.bottom-buffer
{
    margin-bottom: 10px;
}

.left-buffer
{
    margin-left: 10px;
}
.right-buffer
{
    margin-right: 10px;
}


.input-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.whiteLink{
    color: #ffffff;
}
.whiteLink a
{
    color: #ffffff;
}
.navbar
{
    border: 0px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: large;
    background-image: none;
    background-color: #223358;
    background-repeat: repeat-x;
    webkit-box-shadow: none;
    box-shadow: none;
    filter:none;
}
.navbar-default .navbar-nav&gt;li&gt;a
{
    color: #ffffff;
}
.brandLogo
{
    margin-right: 30px;
}

.navbar-default .navbar-nav&gt;.dropdown&gt;a .caret
{
    border-top-color: #428bca;
    border-bottom-color: #428bca;
}

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

.navbar-default .navbar-nav&gt;li&gt;a:hover, .navbar-default .navbar-nav&gt;li&gt;a:focus {
    background-color: #05588e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: white
}

#portal-system-messages{
    margin-top: 70px;
}

.panel-primary {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;

}

a{
    color: #223358;
}

.help-title{
    color: black;
    padding-left: 20px;
}

.foot{
    padding-top: 20px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;

}
.foot a{
    color: white;
}

.footer-col{
    list-style-type: none;

}

.footer-col-title{
    padding-left: 30px;
    padding-bottom: 10px;
}

.footer-col-img{
    margin-right: 10px;
}
.ib{
    display: inline-block;
}

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.table-primary{
    background-color: dodgerblue;
}
.page-container{
    padding: 2%;
    width:100%;
    background-color: #ffffff;
}
.page{
    padding: 3%;
    border: 1px solid #2c2c2c;
    box-shadow:  0 4px 4px rgba(0,0,0,.15),  0 0 2px rgba(0,0,0,.1);
    border-radius: 2px;
    /*-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);*/
    /*-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);*/
}

.page-bottom{
    margin-bottom: 20px;
    font-size: 10px;
    padding-left: 10px;
    margin-top: -30px;
}

h2
{
    font-size: 20px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.wrapText
{
    word-wrap: break-word;
    white-space: normal;
}

.helpBtn {
    margin-top: 5px;
}

.homePageError
{
    margin-left: 5%;
    margin-right: 5%;
}

.bigModal
{
    width: 90%; /* desired relative width */
    left: 5%; /* (100%-width)/2 */
    /* place center */
    margin-left: auto;
    margin-right: auto;
}

.container
{
    width: 90%;
}

.listNoBorder
{
    border: 0px;
}















</pre></body></html>