<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*#region Base*/
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  vertical-align: baseline;
  font-family: "Noto Sans", "Work Sans", "Futura", sans-serif;
  color: black;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: white;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#a {
  width: 400px;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

button:focus {
  outline:none;
}

.validation-summary-errors * {
  color: red;
}

.labelfocus:after {
  content: "\25B6";
  z-index: 99;
  display: inline-block;
  position: absolute;
  float: right;
  margin-right: -5px;
}

html, body, #body {
  margin: 0;
  padding: 0;
  height: 100%;
  -ms-touch-action: none;
  touch-action: none;
}

#body {
  background-color: white;
}

body {
  overflow: hidden;
}

.button{
  color: white;
  background-color: #127AE0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  padding: .75em;
  min-width: 104px;
  text-align: center;
}

.buttonlogin {
  border: 1px solid #dfe7e8;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  padding: .75em;
  min-width: 96%;
  text-align: center;
  margin-left: 2%;
  margin-bottom: 2%;
}

.FloatLeft{
  float: left;
}

#jqAlert p{
  color: black;
  font-size: 14px;
  text-align: left;
}
/*#endregion Base*/

/*#region Database Upgrade Warning*/
.dbUpgradeHeader {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.dbUpgradeMessage {
  text-align: left;
  line-height: 150%;
  margin-bottom: 1em;
  margin-top: 0.5em;
  padding-left: 0.5em;
}

.dbUpgradeText {
  color: #162029;
}

.dbUpgradeFooter {
  float: right;
  position: relative !important;
  width: auto !important;
}
/*#endregion Database Upgrade Warning*/

/*#region select database modal styles*/
#cmdSubmitModal {
  margin-right: 4px;
  background-color: #1c63c8;
  color: white;
  width: 96%;
  border-radius: 4%;
  margin-bottom: 2%;
}

#setDefaultDatabaseLabel {
  padding-top: 4px;
}

#setDbButtonsModal #cmdSubmitModal,
#setDbButtonsModal #cmdCancel{
  padding-left: 24px;
  padding-right: 24px;
}

#cmdCancel{
  width:96%;
  border-radius:4%;
}

#setDbButtonsModal {
  margin: 2% 0;
  color: #162029;
}

#setDbButtonsModal div label {
  color: #162029;
}

.select-database-modal {
  color: #162029;
  background-color: white;
}

#login-panel.select-database-modal {
  color: #162029;
  background-color: white;
}

  #login-panel.select-database-modal div.mainLoginSubHeader {
    color: #162029;
  }

  #login-panel.select-database-modal .tableHeader {
    background-color: white;
  }

  #login-panel.select-database-modal .tableContent tr td {
    color: #162029;
  }

  #login-panel.select-database-modal .tableHeader tr td {
    color: #044d66;
  }

  #login-panel.select-database-modal .currentRow {
    background-color: #3a9dd233;
  }

  #login-panel.select-database-modal #tableScrollContainer {
    border: 2px solid #dfe7e8;
  }

  #login-panel.select-database-modal .tableContent tr {
    border-bottom: 1px solid #dfe7e8;
  }
/*#endregion select database modal styles*/


/******* General Styles ****************/

#cmdSubmit {
  margin-right: 4px;
  background-color: #1c63c8;
  color: white;
}

#cmdSubmit:disabled {
  background-color: grey; 
  cursor: not-allowed;
}

@media screen and (max-width: 40rem) {
  #cmdSubmit {
    margin: 8px 0;
  }
}

#setDbButtons {
  margin: 2% 0;
}

#containerSubHeader {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 40rem) {
  #setDbButtons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.securityConsoleButton {
  width: 115px;
}

.primaryButton {
  background-color: #0c4ba5;
}

  .primaryButton:hover,
  .primaryButton:focus{
    background-color: #2c6bC5;
  }

.button:hover,
.button:focus{
  background-color: #7dceff;
}

.inputgroup label {
  color: #030304;
  font-size: .75em;
  width: 10em;
  padding-top: .3em;
  padding-right: 1em;
  text-align: right;
  display: inline-block;
  line-height: 1.25em;
  height: 1.25em;
}

.inputgroup input {
  color: #2c2a2a;
  background-color: transparent;
  font-size: 1em;
  border: 0 none;
  width: calc((100%) - 10em);
  display: inline-block;
  line-height: 1.25em;
  height: 1.25em;
}

  .inputgroup input:focus {
    outline: none;
  }

.inputgroup {
  color: dimgrey;
  background-color: #ffffff;
  background-color: rgb(54 49 49 / 15%);
  border-radius: .3em;
  -moz-border-radius: .3em;
  padding: .5em;
  margin-bottom: .5em;
}

.mri-button__caret svg {
  fill: #fff;
  transform: rotate(90deg);
}

.mri-button--quiet.mri-dropdown__button,
.mri-button--quiet.mri-dropdown__button:hover {
  color: #10689d;
  border-radius: 4px;
}

  .mri-button--quiet.mri-dropdown__button:hover,
  #GoToMenu .mri-menu__item:hover {
    background-color: RGBA(58, 157, 210, .2);
  }

#goToButton {
  margin: auto auto auto 0;
}

#GoToMenu {
  position: absolute;
}

@media screen and (max-width: 40rem) {
  #GoToMenu {
    top: 32px;
  }
}

#GoToMenu .mri-menu__item span {
  color: #000;
}

label[for='cmdDefault'] {
  margin: auto;
  margin-right: 0;
}

/**********End General Styles **********/

/*#region loginpanel*/
#login-panel {
  left: calc((52%) - 40em/2);
  width: 30rem;
  height: 38rem;
  top: calc((38%) - 27em/2);
  background-color: #FFFFFF !important;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  font-family: Arial;
  padding: 1em;
}

.loginPMXlogoSvg {
  width: 10em;
  height: 4em;
  padding-left: 4%;
  padding-block: 4%;
}

.footer {
  background-color: #FFFFFF;
  padding: .5em 1em .5em 1em;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  margin-top: auto;
  text-align: center;
}
 
.footer p {
  margin: 0; 
  padding: 0;
  color: #333; 
  font-size: 13px;
}

#dbsearchBox {
  position: relative;
  width: 90%;
  padding-left: 4%;
  padding-bottom: 3%
}

.mri-searchDb {
  width: 100%;
  padding-right: 40px;
  height: 35px;
  box-sizing: border-box;
}

.mri-searchDb:focus {
  border-color: #888;
}

#dbSearch-icon {
  position: absolute;
  right: 3%;
  top: 43%;
  transform: translateY(-50%) scale(1.5);
  cursor: pointer;
}

#login-panel .body {
  padding: 40px;
}

.dbGridRow {
  display: flex; 
  flex-direction: column; 
  margin-bottom: 10px; 
  height: 55px;
  border-bottom: 2px solid grey;
}

.dbGridRow td {
  display: block; 
}

#login-panel .content {
  margin: 0 auto;
  width: 92%;
  height: 100%;
}

  #login-panel .footer {
    background-color: #c8c8c8;
    background-color: rgba(200, 200, 200, 0.1);
    padding: .5em 1em .5em 1em;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
  }

  #login-panel .copyright {
    color: #CCCCCC;
    font-size: 12px;
    margin: 0px;
    text-align: left;
    line-height: 150%;
  }

  #login-panel .inlineForm,
  #login-panel .copyright
  {
    display: inline-block;
  }

  #login-panel .validation-summary-errors {
    background-color: #c80000;
    background-color: rgba(200, 0, 0, 0.50);
    width: 100%;
    color: white;
    font-size: .85em;
  }

    #login-panel .validation-summary-errors ul {
      list-style: disc;
    }

      #login-panel .validation-summary-errors ul li {
        padding: 1em 0 1em 0;
        color: white;
        font-size: .85em;
        margin-left: 2em;
        margin-bottom: 1em;
        text-align: left;
      }

  #login-panel form input:-webkit-autofill {
    width: 180px;
    height: 30px;
    padding: 0px 10px;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,0);
    border: 0px;
    outline: none;
    -webkit-appearance: caret;
    -webkit-touch-callout: none;
    cursor: text;
  }

/*#endregion loginpanel*/

/*************Get Login styles*************/
.mainLoginButton {
  margin-top: 10px;
  font-size: 12px;
  color: white;
  line-height: 25px;
  background-color: #127AE0;
  border: none;
  border-radius: 5px;
  width: 150px;
  cursor: pointer;
  text-decoration: none;
}

  .mainLoginButton:hover {
    background-color: #3F9AFF;
  }
/*************End Get Login styles*************/

/**************** Login Headers**********************/
.mainLoginHeader{
  color: #394754;
  font-size: 1em;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: bold;
}

.mainLoginHeaderDb {
  color: #394754;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: left;
  padding-bottom: 2%;
  border-bottom: 1.5px solid gray;
}

#background {
  display: flex !important;
  flex-direction: column; 
  min-height: 100vh;
  margin: 0;
}

.mainLoginHeaderDb::after {
  content: '';
  position: absolute;
  left: 10%; /* Adjusts the starting point of the border */
}

.mainLoginSubHeader {
  color: #394754;
  margin-bottom: 1em;
  text-align: left;
  line-height: 150%;
}
/**************** End Login Headers *****************/

/************** ClientID\Username Selection ******************/
.chevronSvg {
  fill: #394754;
  float:right;
  width:2em;
  height: 1em;
  padding-top: 7px;
}

.environmentSelectionButtonContainer{
  height: calc((100%) - 155px);
  overflow: auto;
  margin: auto;
  padding-right: 10px;
  margin-right: 10px;
}

.mainSelectionButton {
  font-size: 12px;
  color: #394754;
  line-height: 25px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
  padding: 4px;
  margin-right: 8px;
  border-bottom: 1px solid black;
}

  .mainSelectionButton:hover{
    background-color: rgba(18, 122, 224, 0.25);
  }
/**************** End Environment Selection ****************/

/*#region SetDB*/
.tableHeader{
  width: 100%;
  color: white;
}

  .tableHeader:focus,
  .tableContent:focus{
    border: none;
    outline: none;
  }

#tableScrollContainer {
  height: 16em;
  overflow: auto;
  width: 100%;
}

#tableScrollContainer::-webkit-scrollbar {
  width: 7px;
}

#tableScrollContainer::-webkit-scrollbar-track {
  background: #cac8c8;
}

#tableScrollContainer::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 7px;
}

#tableScrollContainer::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tableHeader tr td,
.tableContent tr td{
  color: black;
  text-align: left;
  padding: .5em;
  font-size: 12px;
  vertical-align: middle;
  padding-left: 4%;
}

.tableContent{
  width: 100%;
  color: black;
  height: 11em;
  overflow: scroll;
}

.tableContent tr:hover {
  background-color: rgb(126 183 239 / 25%);
}

.currentRow {
  background-color: rgb(126 183 239 / 25%);
}

/*#endregion SetDB*/

/*#region Default Background and Logo*/
.logo {
  background-image: url('images/Login/mrilogo.png?10.7.6191.0');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: calc((100vw - 38em)/2 - 48px);
  max-width: 127px;
  min-width: 60px;
  height: 73px;
  margin: 16px;
  z-index: -1;
}

/*Default background image styling*/
#background {
  background-image: url('images/Login/background2_cle.jpg?10.7.6191.0');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
/*#endregion Default Background and Logo*/

/*#region Media Queries*/
/*Tall monitors*/
@media only screen and (min-height: 1025px) and (orientation: portrait) {
  #background {
    background-image: url('images/Login/background2_cle.jpg?10.7.6191.0');
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    min-height: 1080px;
    min-width: 1772px;
    background-size: cover;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

/*Phone default media query*/
@media only screen and (max-width: 750px) {
  #login-panel .body &gt; p {
    background-color: rgba(28, 28, 28, 0.85);
    position: absolute;
    bottom: 75px;
    width: calc((100%) - 60px);
    margin-left: 20px;
    padding: 10px;
  }

  #login-panel .body {
    position: absolute;
    padding: 0px;
    height: calc((100%) - 80px);
    width: 100%;
    display: inline-block;
  }

  #login-panel form .fields {
    padding: 10px;
    width: 100%;
    margin: 0;
  }

  #login-panel .mobile-button {
    display: inline-block;
    width: calc((100%) - 40px);
    height: 50px;
    background-color: #CFDB00;
    color: #000000;
    font-size: 20px;
    /*font-weight: bold;*/
    cursor: pointer;
    margin: 0 20px;
    position: absolute;
    bottom: 5px;
    border-radius: 5px;
  }

    #login-panel .mobile-button:hover {
      background-color: #F5F338;
    }
}

/*Phone landscape media query*/
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #background {
    background-image: url('images/Login/background2_cle.jpg?10.7.6191.0');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    background-attachment: fixed;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
}

/*Phone portrait media query*/
@media only screen and (max-width: 750px) and (orientation: portrait){
  #background {
    background-image: url('images/login/background-1024.jpg?10.7.6191.0');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    background-attachment: fixed;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    left: 0;
    top: 0;
  }
}

/*Tablet portrait media query*/
@media only screen and (max-width: 1024px) and (orientation: portrait){
  #background {
    background-image: url('images/Login/background2_cle.jpg?10.7.6191.0');
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

/*Tablet/PC landscape media query*/
@media only screen and (min-width: 1024px) and (orientation: landscape){
  #background {
    background-image: url('images/login/background_cle.jpg?10.7.6191.0');
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media only screen and (max-width: 640px) {
  #login-panel {
    left: 0;
    top: 0;
    width: calc((100%) - 2em);
    height: calc((100%) - 1.5em);
    min-height: 10em;
  }

    #login-panel form{
      clear: both;
      margin-bottom: 10px;

    }

  .footer{
    background-color: transparent !important;
    box-sizing: inherit !important;
    position: relative !important;
    margin-top: 10px;
    width: auto !important;
    clear: both;
  }

  .logo{
    display: none;
  }
}

@media only screen and (max-height: 450px){
  .logo{
    display: none;
  }

  #login-panel {
    left: 0;
    /*top: 80px;*/
    top: 0;
    width: calc((100%) - 2em);
    height: 100%;
    margin-bottom: 10px;
    min-height: 10em;
    bottom: 0;
  }


    #login-panel form{
      clear: both;
      margin-bottom: 10px;

    }

  .footer{
    /*display: none;*/
    /*opacity:0;*/
    background-color: transparent !important;
    box-sizing: inherit !important;
    position: relative !important;
    margin-top: 10px;
    width: auto !important;
    margin-bottom: 10px;
    clear: both;
  }

  .logo{
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .button {
    width: 100%;
  }

  .ConfirmationButtonContainer{
    width: 100%;
  }

  #login-panel form{
    display: block;
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 640px) and (min-height: 665px) {
  #login-panel .footer {
    background-color: #c8c8c8 !important;
    background-color: rgba(200, 200, 200, 0.1) !important;
    padding: .5em 1em .5em 1em;
    width: 100%;
    position: absolute !important;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
  }
}

/*#endregion Media Queries*/</pre></body></html>