@font-face {
  font-family: 'app';

  src: url(/cirrus-connect/javax.faces.resource/HelveticaLTStdBoldCond.eot.xhtml?ln=fonts&v=11012024_132914);
  src: url(/cirrus-connect/javax.faces.resource/HelveticaLTStdBoldCond.eot.xhtml?ln=fonts&v=11012024_132914) format('embedded-opentype'),
  url(/cirrus-connect/javax.faces.resource/HelveticaLTStdBoldCond.woff2.xhtml?ln=fonts&v=11012024_132914) format('woff2'),
  url(/cirrus-connect/javax.faces.resource/HelveticaLTStdBoldCond.woff.xhtml?ln=fonts&v=11012024_132914) format('woff'),
  url(/cirrus-connect/javax.faces.resource/HelveticaLTStdBoldCond.ttf.xhtml?ln=fonts&v=11012024_132914) format('truetype'),
  url(/cirrus-connect/javax.faces.resource/HelveticaLTStdBoldCond.svg.xhtml?ln=fonts&v=11012024_132914#HelveticaLTStdBoldCond) format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'app';

  src: url(/cirrus-connect/javax.faces.resource/HelveticaLTStdCond.eot.xhtml?ln=fonts&v=11012024_132914);
  src: url(/cirrus-connect/javax.faces.resource/HelveticaLTStdCond.eot.xhtml?ln=fonts&v=11012024_132914) format('embedded-opentype'),
  url(/cirrus-connect/javax.faces.resource/HelveticaLTStdCond.woff2.xhtml?ln=fonts&v=11012024_132914) format('woff2'),
  url(/cirrus-connect/javax.faces.resource/HelveticaLTStdCond.woff.xhtml?ln=fonts&v=11012024_132914) format('woff'),
  url(/cirrus-connect/javax.faces.resource/HelveticaLTStdCond.ttf.xhtml?ln=fonts&v=11012024_132914) format('truetype'),
  url(/cirrus-connect/javax.faces.resource/HelveticaLTStdCond.svg.xhtml?ln=fonts&v=11012024_132914#HelveticaLTStdCond) format('svg');
  font-weight: normal;
  font-style: normal;
}

.logo {
  height: 70px;
  background: url(/cirrus-connect/javax.faces.resource/proagrica_network.png.xhtml?ln=images&v=11012024_132914) no-repeat;
  background-size: contain;
}

.rbi-logo {
  height: 22px;
}
.relx-logo {
  height: 21px;
}
.proagrica-logo {
  height: 21px;
  margin-left: -5px
}

.loginContainer {
  margin: auto;
  padding-top: 10%;
  padding-bottom: 70px;
  width: 640px;
}

.ui-message-error {
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EED3D7;
 }

.ui-message-error {
	margin: 0px 5px;
	padding: 2px 5px;
}

.ui-message-error {
	color: #B94A48;
}

.ui-message-error-icon {
	background:
		url('/cirrus/javax.faces.resource/messages/messages.png.xhtml?ln=primefaces&v=5.0')
		no-repeat scroll 0% 0% transparent;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.ui-message-error-icon {
    background-position: 0px -96px;
}
.ui-message-error-icon {
    height: 16px;
    width: 16px;
}

.ui-message-error-detail {
    margin-left: 5px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


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;
}

/*.about:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: -8px;*/
/*  right: -8px;*/
/*  bottom: -8px;*/
/*  left: -8px;*/
/*  z-index: -1;*/
/*  background: rgba(0, 0, 0, 0.08);*/
/*  border-radius: 4px;*/
/*}*/

.aboutContainer {
  position: relative;
  margin: 80px auto;
  width: 384px;
}

.about {
  margin: 70px auto 40px;
  padding: 20px 20px 20px;
  width: 340px;
  font: 10px/18px 'app', Arial, sans-serif;
  color: #666;

  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  background: #eee;
  background: white;
  border-radius: 4px;

  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.about a {
  color: #ffa500;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.about a:hover {
  text-decoration: none;
  background: #fafafa;
  background: rgba(255, 255, 255, 0.7);
}

.about-links {
  height: 30px;
}
.about-links > a {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
}

.about-author {
  margin-top: 5px;
}
.about-author > a {
  padding: 1px 3px;
  margin: 0 -1px;
}

/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */
body {
  font-family: 'app', Tahoma, sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  font-size: 13px;
  color: #404040;
  background-color: #EDEDED;
  /* background: #003375;  */ /*Blue as per marketing*/
}

html, body {
  height: 100%;
  margin: 0;
}

.container {
  background: #fff;
  /* min-height:200px; */
  padding-left: 20px;
  /* margin: 80px auto; */
}

.login {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 340px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  /*background: rgba(0, 0, 0, 0.08);*/
  border-radius: 4px;
}
.login h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
.login p {
  margin: 20px 0 0;
}
.login p:first-child {
  margin-top: 0;
}
.login input[type=text], .login input[type=password] {
  width: 278px;
}
.login p.remember_me {
  float: left;
  line-height: 31px;
}
.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}
.login p.submit {
  text-align: right;
}

.login-register {
  margin: 5px;
  font-size: 1em;
  text-align: right;
  color: #ffa500;
  text-decoration: none;
}

.register {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 400px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.register-header {
  margin: 0px -10px 15px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
}

.register input[type=text], .register input[type=password] {
  width: 90%;
}

.row-centered {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.registerPanelGrid.ui-panelgrid>*>tr,
.registerPanelGrid.ui-panelgrid .ui-panelgrid-cell {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}



.register-container {
  padding: 1em 1em 0em 1em;
  display: inline-block;
}

.login-help {
  margin: 20px 0;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px #2a85a1;
}
.login-help a {
  color: #cce7fa;
  text-decoration: none;
}
.login-help a:hover {
  text-decoration: underline;
}

#loginButton {
  /*font-family: Helvetica, Arial, sans-serif;*/
  display: inline-block;
  padding: .3em 1em;
  border: 1px solid #dddddd;
  font-size: 1em;
  font-weight: bold;
}

#loginButton:hover {
  opacity:.85;
  cursor: pointer;
}

.register-link {

}

.registrationSummary {
  text-align: center;
  padding: 20px;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

input {
  font-family: 'app', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

input[type=submit], .buttons {
    border: 1px solid #DDD;
    background: url("/cirrus/javax.faces.resource/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png.xhtml?ln=primefaces-flick") repeat-x scroll 50% 50% #F6F6F6;
    font-weight: bold;
    color: #0073EA;
    font-size: 1em;
    font-size: 1em;
    display: inline-block;
    position: relative;
    padding: 0px;
    margin-right: 0.1em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    overflow: visible;
    border-radius: 2px;
    /*font-family: Helvetica,Arial,sans-serif;*/
    font-size: 1.1em;
    color: #444;
    border-spacing: 2px;
    border-collapse: separate;
    border-collapse: collapse;
    font-size: 11px;
    margin-left: 5px;
	margin-right: 5px;
	height: 25px;
}

.ui-widget, .ui-widget button, .ui-widget select, .ui-widget input {
  font-family: 'app', Arial, sans-serif;
}

input[type=submit]:active, .buttons:ACTIVE {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}
.menuBar {
	display: block;
	float:right
}
.ui-menu-child {
	background-color: #777 !important;
	background: repeat-x scroll 50% bottom #CADFE7;
	color: #FFF;
}
.ui-menubar, .ui-menuitem-link {
	color: #003375;
	font-weight: bold;
	font-size: 14px;
	/*font-family: Arial, "Arial CE";*/

}
.footerMenu{
	padding-left: 20px;
}
.supportLabel {
	float:right;
	padding-right:20px;
}
.divBody {
	background: #fff;
	margin: 0 auto;
}

#footer{
  width: 100%;
  height: 100px;
  margin-top: -100px;
  background-color: #000000;
}

.footer-hr {
  border: 5px;
  background-color: #D88B28;
  height: 4px;
  margin: 0px;
}

.footer-content {
  position: absolute;
  transform: translate(-50%, -25%);
  top: 50%;
  left: 25%;
}

.footer-content > div {
  display: inline-block;
}

.upper-bar {
  background: linear-gradient(179deg, #414046 0%, #37363B 100%);
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}

.upper-bar > span {
  color: rgb(226, 231, 239);
}

.bottom-bar {
  background-color: #000000;
  display: flex;
  justify-content: space-between;
  color: #ABABAB;
  padding: 15px 20px;
}

.privacy-link {
  color: #ABABAB;
  padding-right: 20px;
  text-decoration: underline;
}

.footer-text {
  position: absolute;
  min-width: 380px;
  right: 10%;
  text-align: right;
  margin: 5px 0 0 0;
}

.footer-text > p {
  font-size: 12px;
  padding: 1px;
  margin: 1px;
  color: #EDEDED;
}


.footer-background-div {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 75px;
  width: 66px;
  /*background: url();*/
}

.footer-logo-div {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 106px;
  width: 144px;
  transform: translate(-50%, -41px);
  /*background: url() no-repeat;*/
}

.proagrica-logo {
  position: absolute;
  width: 200px;
  height: 48px;
  padding-right: 30px;
  margin: 10px 0 0 0;
  background: url(/cirrus-connect/javax.faces.resource/proagrica-transparent.png.xhtml?ln=images&v=11012024_132914) no-repeat;
  background-size: contain;
  left: 10%;
}

