﻿/***General Classes******/
.cursorPoint {
  cursor: pointer;
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.clear_both {
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.bold_text {
  font-weight: bold;
}

.italic_text {
  font-style: italic;
}

.overflow_auto {
  overflow: auto;
}

.pointer {
  cursor: pointer;
}

.nocursor {
  cursor: none;
}

.cursor {
  cursor: default;
}

.d-inline-block {
  display: inline-block !important;
}

.mcenter {
  margin: 0 auto !important;
}

div.inner {
  margin: 0px auto;
  clear: both;
}

/*******HTML CONTROLS***********/
label {
  display: block;
  font-weight: normal;
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="tel"] {
  border: none;
  padding: 4px;
  width: 100%;
  height: 28px;
}

/******* Margins and Padding*******/
.p0 {
  padding: 0 !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.m0 {
  margin: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p40 {
  padding: 40px !important;
}

.p50 {
  padding: 50px !important;
}

.m5 {
  padding: 5px !important;
}

.m10 {
  padding: 10px !important;
}

.m15 {
  padding: 15px !important;
}


/*Paddings*/
.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

/*Margins*/
.ml5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: -10px !important;
}

.ml-15 {
  margin-left: -15px !important;
}

.ml-20 {
  margin-left: -20px !important;
}

.ml-25 {
  margin-left: -25px !important;
}

.ml-30 {
  margin-left: -30px !important;
}

.ml-40 {
  margin-left: -40px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml33 {
  margin-left: 33px;
}

.ml18 {
  margin-left: 18px;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mb-18 {
  margin-bottom: -18px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt59 {
  margin-top: 59px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

/***General Classes******/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

#LogoutButton {
  color: #717171 !important; /* ADA Compliance color */
  text-decoration: none;
}

.navbar-nav > li > a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.navbar {
  min-height: 32px !important
}

#commonLogin .login-page {
  width: 388px;
  padding: 6% 0 0;
}

#commonLogin .nologin-page {
  width: 388px;
  padding: 8% 0 0;
  margin: auto;
}

#commonLogin .login-innerpage {
  width: 388px;
  margin: auto;
}

#commonLogin .form {
  position: relative;
  z-index: 1;
  background: #ffffff;
  max-width: 388px;
  margin: 0 auto 100px;
  padding: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.349019607843137);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.349019607843137);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.349019607843137);
}

  #commonLogin .form input {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #454545;
    outline: 0;
    margin: 0 0 15px;
    width: 100%;
    height: 40px !important;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #commonLogin .form button {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #5FCB88;
    width: 100%;
    border: 0;
    padding: 10px;
    color: #1A2F42;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
  }

    #commonLogin .form button:hover,
    #commonLogin .form button:active,
    #commonLogin .form button:focus {
      background: #5FCB88;
    }

  #commonLogin .form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
  }

    #commonLogin .form .message a {
      color: #4caf50;
      text-decoration: none;
    }

  #commonLogin .form .register-form {
    display: none;
  }

#commonLogin .container {
  position: relative;
  z-index: 1;
  max-width: 388px;
  margin: 0 auto;
}

#commonLogin .rrlogo {
  width: 300px;
  margin: 0 auto;
}

#commonLogin .applogo {
  width: 130px;
  margin: 0 auto;
  display: inline-block;
}

#commonLogin .eelogo {
  width: 115px;
  margin: 0 auto;
  display: inline-block;
}

#commonLogin .rdbilogo {
  width: 125px;
  margin: 0 auto;
  display: inline-block;
}

#commonLogin img[alt~="RDBI"] {
  width: 135px;
}

#commonLogin .vcenterblock {
  height: 45px;
  white-space: nowrap;
  margin: 1em 0;
}


#commonLogin .vcenterImg {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#commonLogin .footerLogin {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  color: #767676; /* ADA Compliance color */
  text-align: center;
  line-height: 16px;
}

  #commonLogin .footerLogin a:link,
  #commonLogin .footerLogin a:focus,
  #commonLogin .footerLogin a:visited,
  #commonLogin .footerLogin a:active {
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #767676; /* ADA Compliance color */
    text-decoration: none;
  }

  #commonLogin .footerLogin a:hover {
      text-decoration: underline;
  }

  .ftrlinkdvdr {
    width: 5px;
    margin-right: 0px;
    margin-left: 2px;
  }

#commonLogin .userLink a:link,
#commonLogin .userLink a:focus,
#commonLogin .userLink a:visited,
#commonLogin .userLink a:active {
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #377f99;
  text-decoration: none;
}

#commonLogin .userLink a:hover {
  text-decoration: underline;
}

.topinnerborder {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 24px;
  background: inherit;
  background-color: #1A2F42;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(121, 121, 121, 1);
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body {
  background: #fff;
  font-family: 'Work Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* For Fixed Layout Width and Height */
#ssowindow { /* Reset the container */
  /*min-width: 1024px;
  max-width: none !important;
  min-height: 768px;
  max-height: none !important;
  overflow: hidden;
  overflow-x: auto;*/
}

/* Login Form */
#commonLogin .titleHead {
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #454545;
}

#commonLogin .btnGreen {
  border-width: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 329px;
  height: 40px;
  background: inherit;
  background-color: #5FCB88 !important; /* ADA Compliance color */
  border: none !important;
  border-radius: 5px !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

#commonLogin #loginButton:disabled {
  background: grey !important;
}

#commonLogin #submitButton:disabled {
  background: grey !important;
}

#commonLogin .bdrseparator {
  width: 100%;
  outline: none;
  box-shadow: none;
  height: 2px;
  color: #ccc;
  border-width: thin;
}

#commonLogin .errorPink {
  width: 110%;
  margin-left: -16px;
  height: auto;
  background-color: rgba(248, 215, 218, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(245, 198, 203, 1);
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

  #commonLogin .errorPink ul {
    margin: 1em 0;
    vertical-align: middle;
  }

  #commonLogin .errorPink li {
    color: #721C24;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
  }

#commonLogin .warningYellow {
  width: 110%;
  margin-left: -16px;
  height: auto;
  background-color: rgba(255, 243, 205, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 238, 186, 1);
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0px;
}

  #commonLogin .warningYellow ul {
    margin: 1em 0;
    vertical-align: middle;
  }

  #commonLogin .warningYellow li {
    color: #856404;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
  }

#commonLogin .errorInfo {
  width: 110%;
  margin-left: -16px;
  height: auto;
  background-color: rgba(209, 236, 241, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(190, 229, 235, 1);
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 10px 1px 10px;
  line-height: normal;
}

  #commonLogin .errorInfo ul {
    list-style: disc !important;
    margin-left: 16px;
  }

  #commonLogin .errorInfo li {
    color: rgba(12, 84, 96, 1);
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    vertical-align: middle;
  }

  #commonLogin .errorInfo h4 {
    color: rgba(12, 84, 96, 1);
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
  }

span.field-icon {
  color: rgb(153, 153, 153);
  position: relative;
  float: right;
  margin-top: -40px;
  right: 5px;
  text-decoration: none;
}

#commonLogin .msgTextleft {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #454545;
  text-align: left !important;
}

#commonLogin .msgTextcenter {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #454545;
  text-align: center !important;
}

.login-form .lblEmail {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.login-form a:link,
.login-form .footerLogin a:link,
.login-form .footerLogin a:focus,
.login-form .footerLogin a:visited,
.login-form .footerLogin a:active {
  color: rgb(66, 150, 180);
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

.login-form .footerLogin a:hover{
    text-decoration: underline;
}

.productbackdrop {
  position: relative;
  left: 0px;
  margin-top: 6%;
  width: 100%;
  /*min-height: 130px;*/
  height: 420px;
  background: inherit;
  background-color: rgba(242, 242, 242, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(242, 242, 242, 1);
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: auto;
}

  .productbackdrop .logoBox {
    display: inline-block;
    border-width: 0px;
    position: relative;
    left: 0px;
    margin-top: 6%;
    width: 190px;
    height: 88px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 8px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 20px !important;
  }

  .productbackdrop .logoimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 65%;
    max-height: 100%;
  }

  .productbackdrop .vCenterAlign {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
  }

.footerbottom {
  text-align: center;
  font-size: 10px;
  color: #767676;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  border: 0 !important;
  border-color: #fff !important;
  background-color: #fff !important;
  box-shadow: none !important;
}

.footerLoginbottom {
  border: 0;
}

  .footerLoginbottom a:link,
  .footerLoginbottom .footerLogin a:link,
  .footerLoginbottom .footerLogin a:focus,
  .footerLoginbottom .footerLogin a:visited,
  .footerLoginbottom .footerLogin a:active {
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #767676;
    text-decoration: none;
  }

  .footerLoginbottom .footerLogin a:hover {
      text-decoration: underline;
  }

#commonLogin .row {
  margin-left: -11px;
  margin-right: -11px;
}

.field-validation-error {
  color: #ff0000;
  font-size: 11px;
  font-family: Arial;
  float: left;
  font-family: 'Work Sans', sans-serif;
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: left;
}

span.field-validation-error {
  color: #ff0000;
  font-size: 11px;
  font-family: Arial;
  float: left;
  font-family: 'Work Sans', sans-serif;
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: left;
}

@media only screen and (max-width: 420px) {
  #commonLogin .login-page {
    width: 330px;
    padding: 10% 0 0;
  }

  #commonLogin .nologin-page {
    width: 330px;
    padding: 10% 0 0;
    margin: auto;
  }

  #commonLogin .login-innerpage {
    width: 330px;
    margin: auto;
  }

  #commonLogin .form {
    max-width: 330px;
  }

  #commonLogin .userLink a:link,
  #commonLogin .userLink a:focus,
  #commonLogin .userLink a:visited,
  #commonLogin .userLink a:active {
    font-size: 10px;
  }

  #commonLogin .userLink a:hover{
      text-decoration: underline;
  }

  .welcome-page {
    overflow-y: auto;
    transform: scale(0.7);
    margin-top: -75px;
  }

  #commonLogin .footerLogin {
    font-size: 9px;
  }

    #commonLogin .footerLogin a:link,
    #commonLogin .footerLogin a:focus,
    #commonLogin .footerLogin a:visited,
    #commonLogin .footerLogin a:active {
      font-size: 10px;
    }

    #commonLogin .footerLogin a:hover{
        text-decoration: underline;
    }

  .footerLoginbottom a:link,
  .footerLoginbottom .footerLogin a:link,
  .footerLoginbottom .footerLogin a:focus,
  .footerLoginbottom .footerLogin a:visited,
  .footerLoginbottom .footerLogin a:active {
    font-size: 10px;
  }

  .footerLoginbottom .footerLogin a:hover {
      text-decoration: underline;
  }
}

@media only screen and (max-width: 320px) {
  #commonLogin .login-page {
    width: 300px;
    padding: 10% 0 0;
  }

  #commonLogin .nologin-page {
    width: 300px;
    padding: 10% 0 0;
    margin: auto;
  }

  #commonLogin .login-innerpage {
    width: 300px;
    margin: auto;
  }

  #commonLogin .form {
    max-width: 330px;
  }

  #commonLogin .userLink a:link,
  #commonLogin .userLink a:focus,
  #commonLogin .userLink a:visited,
  #commonLogin .userLink a:active {
    font-size: 9px;
  }

  #commonLogin .userLink a:hover {
      text-decoration: underline;
  }

  .welcome-page {
    overflow-y: auto;
    transform: scale(0.7);
    margin-top: -75px;
  }

  #commonLogin .footerLogin {
      font-size: 9px;
  }

    #commonLogin .footerLogin a:link,
    #commonLogin .footerLogin a:focus,
    #commonLogin .footerLogin a:visited,
    #commonLogin .footerLogin a:active {
        font-size: 9px;
    }

    #commonLogin .footerLogin a:hover{
        text-decoration: underline;
    }

    .footerLoginbottom a:link,
    .footerLoginbottom .footerLogin a:link,
    .footerLoginbottom .footerLogin a:focus,
    .footerLoginbottom .footerLogin a:visited,
    .footerLoginbottom .footerLogin a:active {
      font-size: 9px;
    }

  .footerLoginbottom .footerLogin a:hover{
      text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  div.inner {
    width: 95%;
    margin: 0px auto;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  div.inner {
    width: 975px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  div.inner {
    width: 1199px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
  div.inner {
    width: 1295px;
  }
}

@media only screen and (min-width : 1400px) {
  div.inner {
    width: 1315px;
  }
}

#ssowindow ul.alert-msg {
  width: 100%;
}

#ssowindow .alert-msg li {
  text-align: center;
  padding: 10px 0 0;
  float: none;
}
  #ssowindow .alert-msg li p {
    color: #fff;
    font-weight: bold;
  }

    #ssowindow .alert-msg li p a {
      color: #fff;
      text-decoration: underline;
    }

.navbar-inverse {
  background-color: #1A2F42 !important;
  border-color: #1A2F42 !important;
  background-image: none !important;
}
