/* ------------------------------------------------------------------------------------------------------------------------ */
/* COLOURS */
/* ------------------------------------------------------------------------------------------------------------------------ */
body {
  background-color: #ffffff;
  font-family: montserrat, "sans-serif";
}

#panelLeft {
  background-color: #f8f8f8;
  color: #1a2731;
}
.panelContentFullWidth {
  background-color: #f8f8f8;
  color: #2a3b48;
}

#btnSubmit {
  background-color: #54626b;
  color: #ffffff;
}
#btnSubmit:hover {
  background-color: #2a3b48;
  color: #ffffff;
}

#btnRenew {
  background-color: transparent;
  color: #2a3b48;
  border-style: solid;
  border-color: #2a3b48;
}

#btnRenew:hover {
  background-color: #2a3b48;
  color: #ffffff;
}

.panelWelcomeMessage {
  background-color: rgba(248, 248, 248, 0.9);
  color: #2a3b48;
}

.footer a {
  color: #000;
}

.flaticon-mark::before {
  color: #118dc4;
  font-size: 120px !important;
}

#renew-heading {
  color: #54626b;
  padding-bottom: 16px;
}

.renewal-button {
  background-color: #54626b;
  color: #ffffff;
  padding: 19px 32px 19px 32px;
}

.renewal-button:hover {
  background-color: transparent;
  color: #2a3b48;
  border-color: #2a3b48;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
/* LOGIN SCREEN LAYOUT */
/* ------------------------------------------------------------------------------------------------------------------------ */

body {
  margin-top: 80px;
}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}
.middle {
  display: table-cell;
  vertical-align: middle;
}
.inner {
  margin: auto 0;
}
.center-block {
  margin: 0px auto;
  display: block;
}

.footer {
  padding: 15px;
  font-size: 12px;
}
.footer p {
  margin: 0px;
}

h4 {
  font-weight: bold;
}

#panelLeft {
  padding-top: 50px;
}
#panelLeft,
#panelRight {
  min-height: 884px;
  padding: 0px !important;
}
#panelRight {
  position: relative;
  height: 100%;
  background-image: url("../images/nra-background-right.jpg") !important;
  position: relative;
  background-size: cover;
}
.backgroundCentered {
  background-position: center;
}
.panelContent {
  padding: 40px 48px 40px 48px;
}
.panelContentFullWidth {
  padding: 48px 48px 48px 48px;
  min-height: 640px;
}

#panelWelcome {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.panelWelcomeMessage {
  margin: 25px;
  padding: 20px;
  font-size: 12pt;
  width: 100%-20px;
}
.panelWelcomeMessage span {
  font-size: 14pt;
  font-weight: bold;
}

.logo {
  max-width: 100%;
  margin: 20px 0px 20px 0px;
}

.logoLeftAlign {
  float: left;
}
.logoRightAlign {
  float: right;
}
.footerLeft {
  text-align: left;
  padding-top: 16px;
}
.footerRight {
  text-align: right;
  padding-top: 16px;
}

@media only screen and (max-width: 850px) {
  .logo1 {
    float: none;
    text-align: center !important;
    display: block;
  }
  .logo2 {
    float: none;
    text-align: center !important;
    display: block;
  }
  .footerLeft {
    text-align: center;
  }
  .footerRight {
    text-align: center;
  }
}

#btnSubmit,
#btnRenew {
  margin-bottom: 24px;
  margin-top: 24px;
  padding: 19px 16px 19px 16px;
}

.instructionText {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.helpInstructions {
  line-height: 30px;
}
.helpInstructions strong {
  /* border-radius: 3px;
  border: 1px dotted #aaa; */
  padding: 3px;
  margin-bottom: 5px;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* FORM SCREEN */
/* ------------------------------------------------------------------------------------------------------------------------ */

.policyInfo {
  width: 100%;
  background-color: #f2f2f2;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 10px;

  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
}

.policyInfo span {
  display: block;
  font-size: 16pt;
  font-weight: bold;
  width: 100%;
  border-top: 1px dotted #ccc;
}

.activeCell {
  color: #199319;
}

.expiresCell {
  color: #f00;
}

.greyBackground {
  background-color: #ccc;
  padding: 10px !important;
  margin: 0px;
  margin-top: 10px;
  border-radius: 10px;
}
.centerDiv {
  margin: 0 auto;
}
.halfWidth {
  width: 50% !important;
}
.fullWidth {
  width: 100% !important;
}

label span {
  color: #f00;
}

#formLHS {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form-control {
  min-height: 48px;
}

#RHS-button {
  display: flex;
}

.renewal-rows {
  padding-bottom: 8px;
}

.activate-btn {
  width: 123px;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* NEW CSS CLASSES */

.policy-print-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  justify-items: center;
  background-color: #f8f8f8;
  padding: 40px;
}

.code-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  justify-items: center;
  background-color: #ffffff;
}

.code-container-inner {
  width: 520px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pp-background {
  background-image: url("../images/nra-truck-img.jpg");
  background-size: 50%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .terms-container {
    padding: 24px;
  }
}

