.template {
  display: None;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}

body .content a.external {
  background: none;
}

body .btn.btn-primary {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 32px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  opacity: 0.9;
  border: none;
  outline: none;
  background: none;
  background-color: #cf4a22;
  box-shadow: none;
  text-shadow: none;
}

body .btn.btn-primary:hover {
  background-color: #005ea5;
}

.testContainer {
  position: absolute;
  width: 100%;
}

#curSubmissionCont {
  background-color: #f5f5f5;
}

.contact-clean form#currentSubForm {
  max-width: none;
}

#cvlList {
  padding-left: 0;
  list-style: none;
}

#cvlList li {
  padding: 6px 0;
}

form.submissions {
  width: 90%;
  margin: 0 auto;
  padding: 40px;
  color: #505e6c;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}

form.submissions .form-control {
  height: 42px;
  text-indent: 8px;
  color: inherit;
  border: none;
  border-bottom: 1px solid #dfe7f1;
  border-radius: 0;
  outline: none;
  background: #f7f9fc;
  box-shadow: none;
}

#submissionList {
  padding-left: 0;
  list-style: none;
  background-color: #f5f5f5;
}

#submissionList li {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  border-width: 5px;
  border-style: solid;
  border-color: black;
  border-radius: 10px;
}

#submissionList li form li {
  margin-bottom: 5px;
  border-style: none;
}

#submissionList li p {
  max-width: 25%;
  margin: auto;
  padding: 5px;
}

#submissionList li button {
  max-width: 25%;
  margin: auto;
  padding-right: 10px;
}

.col-flex-row {
  display: flex;
}

.modal-open #alertWindow {
  display: flex!important;
  align-items: center;
  justify-content: center;
}

.flex-center-children {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-dialog {
  margin: 0;
}

#mainBody .login-clean form {
  max-width: none;
}

.accordian-bar {
  margin: 14px 0;
  padding: 18px;
  cursor: pointer;
  background-color: whiteSmoke;
}

.accordian-bar:hover,
div[aria-expanded='true'].accordian-bar {
  background-color: #ddd;
}

.accordian-bar .fa {
  float: right;
  padding-right: 1vw;
}

.accordian-bar .fa::before {
  content: '\f067';
}

.accordian-bar[aria-expanded='true'] .fa::before {
  content: '\f068';
}

.accordian-bar h3 {
  font-weight: bold;
  margin: 0;
}

.has-error div.invalid-message {
  font-size: 14px;
  font-style: italic;
  color: red;
  Padding: 10px 0;
}

.login-clean .has-error .form-control {
  border: 1px solid #a94442;
  border-color: #a94442;
  background-color: rgba(169, 68, 66, .23);
}

#prev-inv-detail,
#submit-data {
  background-color: rgb(247, 247, 247);
}

#payNow-Cont,
#payment-Cont,
#prev-payNow-Cont,
#prev-payment-Cont,
#prev-verification-Cont,
#verification-Cont {
  width: 90%;
  margin: 30px auto auto;
  padding: 40px;
}

#submit-data {
  padding: 40px 0;
}

.contact-clean form h3 {
  margin-bottom: 25px;
}
/* IE doesnt like Unset, using Auto instead */

main div.accordian-bar h3 {
  margin: auto;
}

.search input {
  box-sizing: content-box;
}

h1.noline {
  display: none;
}

.modal-dialog {
  min-width: 300px;
}

.form-control {
  font-size: 16px;
}

body .login-clean form .forgot {
  font-size: 16px;
  text-align: left;
}

#prev-inv-detail form {
  max-width: none;
}

.cc-form form {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 15px;
  color: #505e6c;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}

.cc-form form input {
  height: 42px;
}
/****** Label float styles ************/

.labelFloat div.lblgrp {
  position: relative;
  margin-top: 35px;
  margin-bottom: 25px;
}

.labelFloat div.lblgrp label {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 9.5px 12px;
  transition: all 0.2s ease;
  opacity: 0.5;
}

.labelFloat div.lblgrp input:focus + label {
  font-size: 12px;
  top: -20px;
  left: 0;
  padding: 0;
  color: blue;
  opacity: 1;
}

.labelFloat div.lblgrp input.inuse + label {
  font-size: 12px;
  top: -20px;
  left: 0;
  padding: 0;
  color: blue;
  opacity: 1;
}
/* adding Error Styling */
.labelFloat div.lblgrp input + label + span {
  display: none;
}

.labelFloat div.lblgrp input.inuse.has-error {
  background-color: #feeeee;
  border-color: red;
}

.labelFloat div.lblgrp input.has-error {
  background-color: #feeeee;
  border-color: red;
}

.labelFloat div.lblgrp input.inuse.has-error + label + span {
  display: block;
  position: absolute;
  font-size: 16px;
  top: 10px;
  right: 10px;
  padding: 0;
  color: #ff002d;
  opacity: 1;
}

#previousPaymentContainer {
  background-color: rgb(247, 247, 247);
}

.cc-form form input {
  height: 42px;
}

.btn-block {
  margin-bottom: 5px;
}

#mobilePrevTable ul li::before {
  content: none;
}

#mobilePrevTable ul li {
  padding: 20px 10px;
  background-color: rgb(247, 247, 247);
  border-radius: 6px;
  font-weight: bold;
}
/** Adding Jquery Toggle Button Credit to Nikhil Krishnan **/
.toggle-btn {
  width: 80px;
  height: 40px;
  margin: 10px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyklEQVQ4T42TaxHCQAyENw5wAhLACVUAUkABOCkSwEkdhNmbpHNckzv689L98toIAKjqGcAFwElEFr5ln6ruAMwA7iLyFBM/TPDuQSrxwf6fCKBoX2UMIYGYkg8BLOnVg2RiAEexGaQQq4w9e9klcxGLLAUwgDAcihlYAR1IvZA1sz/+AAaQjXhTQQVoe2Yo3E7UQiT2ijeQdojRtClOfVKvMVyVpU594kZK9zzySWTlcNqZY9tjCsUds00+A57z1e35xzlzJjee8xf0HYp+cOZQUQAAAABJRU5ErkJggg==") no-repeat 50px center #e74c3c;
  cursor: pointer;
  -webkit-transition: background-color 0.40s ease-in-out;
  -moz-transition: background-color 0.40s ease-in-out;
  -o-transition: background-color 0.40s ease-in-out;
  transition: background-color 0.40s ease-in-out;
  cursor: pointer;
}

.toggle-btn.active {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmUlEQVQ4T6WT0RWDMAhFeZs4ipu0mawZpaO4yevBc6hUIWLNd+4NeQDk5sE/PMkZwFvZywKSTxF5iUgH0C4JHGyF97IggFVSqyCFga0CvQSg70Mdwd8QSSr4sGBMcgavAgdvwQCtApvA2uKr1x7Pu++06ItrF5LXPB/CP4M0kKTwYRIDyRAOR9lJTuF0F0hOAJbKopVHOZN9ACS0UgowIx8ZAAAAAElFTkSuQmCC") no-repeat 10px center #2ecc71;
}

.toggle-btn.active .round-btn {
  left: 45px;
}

.toggle-btn .round-btn {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -15px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}

.toggle-btn .cb-value {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  -ms-filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)""
}

.agreeLbl {
  float: inherit;
  position: relative;
  padding: 20px;
}

#logOut {
  float: right;
  padding: 4.5px 20px;
  margin-left: 40vw;
}
/***** HELP STYLING *******/
#helpOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  opacity: 0.75;
  background-color: grey;
}

#helpOverlay.help-open {
  left: 0;
  width: auto;
}

#helpOpen {
  position: fixed;
  bottom: 10vh;
  right: 0;
  font-size: 55px;
  margin-right: 10px;
  opacity: 0.2;
  color: green;
}

.close-help {
  position: absolute;
  right: -10px;
  font-size: 55px;
  top: -5px;
  color: #de5353;
  display: none;
}

#helpOpen:hover {
  opacity: 1;
  cursor: pointer;
}

#helpCont.help-open .close-help:hover {
  color: red;
  cursor: pointer;
}

#helpCont {
  position: fixed;
  top: 10vh;
  height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
  right: -60vw;
  width: 60vw;
  -webkit-transition: all 0.80s ease-in-out;
  -moz-transition: all 0.80s ease-in-out;
  -o-transition: all 0.80s ease-in-out;
  transition: all 0.80s ease-in-out;
  z-index: 10;
}

#helpCont.help-open {
  right: 20vw;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px 10px 10px 10px;
}

#helpCont .accordian-bar .fa {
  padding-right: 0;
}

#helpCont.help-open .close-help {
  display: block;
}

#helpCont.help-open div p {
  padding: 0 18px;
}

::-webkit-scrollbar {
  display: none;
}

#mainBody div h2.loginHeader {
  margin-left: 40px;
}
/*over ride NTG Styles */

.back-to-top {
  display: none!important;
}

div.frame header .menu a {
  padding: 34px 44px;
}

div.search.clearfix {
  display: none;
}

#footer div.footerup div.wrapper.clearfix {
  padding-left: 15px;
}
.global-footer-nav-wrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.footer-logos, .footer-logos-mobile {
    min-width: 200px;
}

.footer-logos .bplogo, .footer-logos-mobile .bplogo {
    height: 87px !important;
}
div.footerup .wrapper.clearfix:first-child {
    display: none;
}

h1,
h2,
h3 {
  font-feature-settings: "dlig" 0;
}
/*Works for iPhone 5/6/7/8/GalaxyS5/
Need to get it working for the iPhone +'s' and X
*/
@media only screen and (max-width: 375px) and (orientation: portrait) {
  #prev-submissions .table-responsive > .table > tbody > tr > td,
  #prev-submissions .table-responsive > .table > tbody > tr > th,
  #prev-submissions .table-responsive > .table > tfoot > tr > td,
  #prev-submissions .table-responsive > .table > tfoot > tr > th,
  #prev-submissions .table-responsive > .table > thead > tr > td,
  #prev-submissions .table-responsive > .table > thead > tr > th {
    white-space: normal;
  }

  #payNow-Cont,
  #payment-Cont,
  #prev-payNow-Cont,
  #prev-payment-Cont,
  #prev-verification-Cont,
  #verification-Cont {
    width: 90%;
    margin: 20px 10px 10px;
    padding: 10px;
  }

  #form-iforgot,
  #form-login {
    padding: 20px;
  }

  #payNow-Cont,
  #prev-payNow-Cont {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .cc-form form {
    padding: 15px;
  }

  .cc-form form input {
    height: 42px;
  }

  .wrapper {
    padding: 0;
  }

  #mobilePrevTable {
    display: block;
  }

  #prev-submissions div.table-responsive {
    display: none;
  }

  #helpCont {
    position: fixed;
    right: -90vw;
    width: 90vw;
  }

  #helpCont.help-open {
    padding: 10px;
    right: 5vw;
  }

  div.accordian-bar h3 {
    padding-right: 15px;
  }

  div.accordian-bar h3 i.fa {
    position: relative;
    right: -20px;
    top: -17px;
  }

  #mainBody div h2.loginHeader {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 376px) and (max-width:767px) {
  /* body {
    background: orange;
  }  */
  #payNow-Cont,
  #payment-Cont,
  #prev-payNow-Cont,
  #prev-payment-Cont,
  #prev-verification-Cont,
  #verification-Cont {
    padding: 10px;
  }

  #prev-submissions div.table-responsive {
    display: none;
  }

  #mobilePrevTable {
    display: block;
  }

  #helpCont {
    position: fixed;
    right: -80vw;
    width: 80vw;
  }

  #helpCont.help-open {
    padding: 20px;
    right: 10vw;
  }

  div.accordian-bar h3 {
    padding-right: 10px;
  }

  div.accordian-bar h3 i.fa {
    position: relative;
    right: -10px;
    top: -7px;
  }

  #mainBody div h2.loginHeader {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width:1189px) {
  #mobilePrevTable {
    display: none;
  }

  div.frame header .menu a {
    padding: 24px 44px;
  }

  #helpCont {
    position: fixed;
    right: -70vw;
    width: 70vw;
  }

  #helpCont.help-open {
    padding: 20px 5px 20px 20px;
    right: 15vw;
  }
}
@media only screen and (min-width: 1190px) {
  .cc-form form {
    padding: 40px;
    width: 90%;
  }

  #mobilePrevTable {
    display: none;
  }
}