@font-face {
  font-family: Raleway-regular;
  src: url(Raleway-Regular.ttf); 
  /* src: url(EYInterstate-Regular.ttf); */
}
  
@font-face {
  font-family: Open-sans;
  src: url(Open-Sans.ttf); 
  /* src: url(EYInterstate-Regular.ttf); */
}

h1.siteTitle {
  font-family: Raleway-regular !important;
  font-size: 22px !important;
}

.form-instruction-section p.smallText {
  font-family: Raleway-regular !important;
  font-size: 12px !important;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: Raleway-regular !important;
}

.header-container {
  height: 100px !important;
}

.eSignFrame{
  height: 1200px;
  flex-grow: 1; 
  display: flex; 
  flex-direction: column; 
  min-width: 300px;
}

.iFrame-eSign{
  min-width: 280px;
  min-height: 500px;
  border: 0;
  overflow: hidden;
}

.navbar-static-top.navbar-inverse {
  background-color: #ffffff;
}
footer .footer-bottom {
  background-color: #80191a;
}
/* .navbar-header img {
  height: 70px !important;
} */

.landing-page-button {
  margin: 5px;
  font-weight: bold;
}
.siteTitle {
  display: contents;
}
.modal-content {
  font-family: Raleway-regular;
}
.modal-btn {
  margin: 15px 5px 0px 0px;
}
.asterix,
.asteriskColor {
  color: #A80000; 
  font-family: Open-sans;
}
.btn-secondary {
  color: white;
  border-color: #175d64;
  background-color: #175d64;
  font-family: Raleway-regular;
}

.btn-secondary:hover {
  color: #175d64;
  border-color: #175d64;
  background-color: white;
  font-family: Raleway-regular;
}

.btn-primary,
.btn-primary:focus {
  color: white;
  border-color: #80191a;
  background-color: #80191a;
  font-family: Raleway-regular;
}

.btn-primary:hover {
  color: #80191a;
  border-color: #80191a;
  background-color: white;
  font-family: Raleway-regular;
}

.btn-secondary-black,
.btn-primary-black:hover {
  color: black;
  border-color: black;
  background-color: white;
  font-family: Raleway-regular;
}

.btn-primary-black,
.btn-secondary-black:hover {
  color: white;
  border-color: white;
  background-color: black;
  font-family: Raleway-regular;
}

.btn-secondary:focus,
.btn-primary-black:focus {
  color: white;
  font-family: Raleway-regular;
}

.info-data {
  color: #575757;
  font-size: 12px;
  font-family: Raleway-regular;
  padding: 0px;
}

.radio-options {
  color: black;
  font-size: small;
  font-family: Raleway-regular;
}

.modal-rows {
  margin-bottom: 25px;
}

.fedcheck-radio-group {
  margin: 20px;
}

#ccnumfield{
  border: 0px;
}

input.ccInput{
  font-size: 13px;
  padding: 0px;
  height: 23px;
  margin: 7px;
}

/* Notification Centre */
.notification-section{
  border: solid 10px #80191a;
  padding: 10px;
  line-height: 1.6;
}
.notification-section p.smallText {
  color: #000000;
  font-family: Raleway-regular;
}

/*small validation text in red*/
.small-help{
  color: #165c63;
  font-size: 12px;
}

/*Notification Labels*/
.notificationLabel {
  font-size: 12px;
  font-weight: bold;
}

  /*Attachment Control*/
  .files {
    padding: 0px;
  }
/*Greyout Disabled inputs*/
/* input[type="text"]:disabled, input[type="number"]:disabled { */
  input:disabled, textarea:disabled, select:disabled {
  background-color: #80808070 !important;
}

div,
label,
input,
p,
span,
table,
td,
th,
select,
h1,
textarea,
li,
a {
  font-family: Raleway-regular;
}

h1,h2,h3,h4,h5{
  font-family: Raleway-regular;
}

  /*Attachment Files Table*/
  .files-table td,
  th, a {
    font-size: 10px;
    padding: 8px;
  }
  .files-table button{
    font-size: 10px;
  }

  /* Media query for smaller screens */
@media screen and (max-width: 600px) {
  .files-table td,
  th, a {
    font-size: 8px;
    padding: 8px;
  }
  .files-table button{
    font-size: 8px;
  }
}

  .files-table > a {
    color:  black !important;
  }

/*Highlighting Mandatory Validation Error*/
.valid-error {
  border: 2px solid red !important;
}

 /*Badge Draft*/
 .badge-draft {
   background-color: #878788;
   margin: 10px;
 }

 /*Grey background color*/
.bgColor-grey{
  background-color: #f2f2f2;
}

/* ======= Toast message ======== */

#toast {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 999999;
}

.toast {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  padding: 20px 0;
  min-width: 400px;
  max-width: 450px;
  border-left: 4px solid;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  transition: all linear 0.3s;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(calc(100% + 32px));
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

.toast--success {
  border-color: #47d864;
}

.toast--success .toast__icon {
  color: #47d864;
}

.toast--info {
  border-color: #2f86eb;
}

.toast--info .toast__icon {
  color: #2f86eb;
}

.toast--warning {
  border-color: #ffc021;
}

.toast--warning .toast__icon {
  color: #ffc021;
}

.toast--error {
  border-color: #ff623d;
}

.toast--error .toast__icon {
  color: #ff623d;
}

.toast + .toast {
  margin-top: 24px;
}

.toast__icon {
  font-size: 24px;
}

.toast__icon,
.toast__close {
  padding: 0 16px;
}

.toast__body {
  flex-grow: 1;
}

.toast__title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.toast__msg {
  font-size: 14px;
  color: #888;
  margin-top: 6px;
  line-height: 1.5;
}

.toast__close {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
 select.bs-select-hidden,
 select.selectpicker {
   display: none !important;
 }
 .bootstrap-select {
   width: 220px\9;
 }
 .bootstrap-select > .dropdown-toggle {
   width: 100%;
   padding-right: 25px;
   z-index: 1;
 }
 .bootstrap-select > .dropdown-toggle.bs-placeholder,
 .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
 .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
 .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
   color: #999;
 }
 .bootstrap-select > select {
   position: absolute !important;
   bottom: 0;
   left: 50%;
   display: block !important;
   width: 0.5px !important;
   height: 100% !important;
   padding: 0 !important;
   opacity: 0 !important;
   border: none;
 }
 .bootstrap-select > select.mobile-device {
   top: 0;
   left: 0;
   display: block !important;
   width: 100% !important;
   z-index: 2;
 }
 .error .bootstrap-select .dropdown-toggle,
 .has-error .bootstrap-select .dropdown-toggle {
   border-color: #b94a48;
 }
 .bootstrap-select.fit-width {
   width: auto !important;
 }
 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
     .input-group-btn
   ) {
   width: 220px;
 }
 .bootstrap-select .dropdown-toggle:focus {
   outline: thin dotted #333 !important;
   outline: 5px auto -webkit-focus-ring-color !important;
   outline-offset: -2px;
 }
 .bootstrap-select.form-control {
   margin-bottom: 0;
   padding: 0;
   border: none;
 }
 .bootstrap-select.form-control:not([class*="col-"]) {
   width: 100%;
 }
 .bootstrap-select.form-control.input-group-btn {
   z-index: auto;
 }
 .bootstrap-select.form-control.input-group-btn:not(:first-child):not(
     :last-child
   )
   > .btn {
   border-radius: 0;
 }
 .bootstrap-select.btn-group:not(.input-group-btn),
 .bootstrap-select.btn-group[class*="col-"] {
   float: none;
   display: inline-block;
   margin-left: 0;
 }
 .bootstrap-select.btn-group.dropdown-menu-right,
 .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
 .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
   float: right;
 }
 .form-group .bootstrap-select.btn-group,
 .form-horizontal .bootstrap-select.btn-group,
 .form-inline .bootstrap-select.btn-group {
   margin-bottom: 0;
 }
 .form-group-lg .bootstrap-select.btn-group.form-control,
 .form-group-sm .bootstrap-select.btn-group.form-control {
   padding: 0;
 }
 .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
 .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
   height: 100%;
   font-size: inherit;
   line-height: inherit;
   border-radius: inherit;
 }
 .form-inline .bootstrap-select.btn-group .form-control {
   width: 100%;
 }
 .bootstrap-select.btn-group.disabled,
 .bootstrap-select.btn-group > .disabled {
   cursor: not-allowed;
   background-color: #80808070 !important;
 }
 .bootstrap-select.btn-group.disabled:focus,
 .bootstrap-select.btn-group > .disabled:focus {
   outline: 0 !important;
 }
 .bootstrap-select.btn-group.bs-container {
   position: absolute;
   height: 0 !important;
   padding: 0 !important;
 }
 .bootstrap-select.btn-group.bs-container .dropdown-menu {
   z-index: 1060;
 }
 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
   display: inline-block;
   overflow: hidden;
   width: 100%;
   text-align: left;
 }
 .bootstrap-select.btn-group .dropdown-toggle .caret {
   position: absolute;
   top: 50%;
   right: 12px;
   margin-top: -2px;
   vertical-align: middle;
 }
 .bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
   width: 100%;
 }
 .bootstrap-select.btn-group .dropdown-menu {
   min-width: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 .bootstrap-select.btn-group .dropdown-menu.inner {
   position: static;
   float: none;
   border: 0;
   padding: 0;
   margin: 0;
   border-radius: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .bootstrap-select.btn-group .dropdown-menu li {
   position: relative;
 }
 .bootstrap-select.btn-group .dropdown-menu li.active small {
   color: #fff;
 }
 .bootstrap-select.btn-group .dropdown-menu li.disabled a {
   cursor: not-allowed;
 }
 .bootstrap-select.btn-group .dropdown-menu li a {
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }
 .bootstrap-select.btn-group .dropdown-menu li a.opt {
   position: relative;
   padding-left: 2.25em;
 }
 .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
   display: none;
 }
 .bootstrap-select.btn-group .dropdown-menu li a span.text {
   display: inline-block;
 }
 .bootstrap-select.btn-group .dropdown-menu li small {
   padding-left: 0.5em;
 }
 .bootstrap-select.btn-group .dropdown-menu .notify {
   position: absolute;
   bottom: 5px;
   width: 96%;
   margin: 0 2%;
   min-height: 26px;
   padding: 3px 5px;
   background: #f5f5f5;
   border: 1px solid #e3e3e3;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
   pointer-events: none;
   opacity: 0.9;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 .bootstrap-select.btn-group .no-results {
   padding: 3px;
   background: #f5f5f5;
   margin: 0 5px;
   white-space: nowrap;
 }
 .bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
   position: static;
 }
 .bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
   position: static;
   top: auto;
   margin-top: -1px;
 }
 .bootstrap-select.btn-group.show-tick
   .dropdown-menu
   li.selected
   a
   span.check-mark {
   position: absolute;
   display: inline-block;
   right: 15px;
   margin-top: 5px;
 }
 .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
   margin-right: 34px;
 }
 .bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
   z-index: 1061;
 }
 .bootstrap-select.show-menu-arrow .dropdown-toggle:before {
   content: "";
   border-left: 7px solid transparent;
   border-right: 7px solid transparent;
   border-bottom: 7px solid rgba(204, 204, 204, 0.2);
   position: absolute;
   bottom: -4px;
   left: 9px;
   display: none;
 }
 .bootstrap-select.show-menu-arrow .dropdown-toggle:after {
   content: "";
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-bottom: 6px solid #fff;
   position: absolute;
   bottom: -4px;
   left: 10px;
   display: none;
 }
 .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
   bottom: auto;
   top: -3px;
   border-top: 7px solid rgba(204, 204, 204, 0.2);
   border-bottom: 0;
 }
 .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
   bottom: auto;
   top: -3px;
   border-top: 6px solid #fff;
   border-bottom: 0;
 }
 .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
   right: 12px;
   left: auto;
 }
 .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
   right: 13px;
   left: auto;
 }
 .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after,
 .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
   display: block;
 }
 .bs-actionsbox,
 .bs-donebutton,
 .bs-searchbox {
   padding: 4px 8px;
 }
 .bs-actionsbox {
   width: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 .bs-actionsbox .btn-group button {
   width: 50%;
 }
 .bs-donebutton {
   float: left;
   width: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 .bs-donebutton .btn-group button {
   width: 100%;
 }
 .bs-searchbox + .bs-actionsbox {
   padding: 0 8px 4px;
 }
 .bs-searchbox .form-control {
   margin-bottom: 0;
   width: 100%;
   float: none;
 }

 /*Timeline tracker*/
.bs4-order-tracking {
  margin-bottom: 30px;
  overflow: hidden;
  color: #878788;
  padding-left: 0px;
  margin-top: 30px;
}
.bs4-order-tracking li {
  list-style-type: none;
  font-size: 13px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
  color: #878788;
  text-align: center;
}
.bs4-order-tracking li:first-child:before {
  margin-left: 15px !important;
  padding-left: 11px !important;
  text-align: left !important;
}
.bs4-order-tracking li:last-child:before {
  margin-right: 5px !important;
  padding-right: 11px !important;
  text-align: right !important;
}
.bs4-order-tracking li > div {
  color: #fff;
  width: 29px;
  text-align: center;
  line-height: 29px;
  display: block;
  font-size: 12px;
  background: #878788;
  border-radius: 50%;
  margin: auto;
}
.bs4-order-tracking li:after {
  content: "";
  width: 150%;
  height: 2px;
  background: #878788;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 15px;
  z-index: 0;
}
.bs4-order-tracking li:first-child:after {
  left: 50%;
}
.bs4-order-tracking li:last-child:after {
  left: 0% !important;
  width: 0% !important;
}
/*time line tracker - completed*/
.bs4-order-tracking li.approved {
  font-weight: bold;
  color: #06650B;
}
.bs4-order-tracking li.approved > div {
  background: #06650B;
}
.bs4-order-tracking li.approved:after {
  background: #06650B;
}
.approved{
  background-color: rgb(0 0 0 / 0%);
}
/*time line tracker - Pending for Signature*/
.bs4-order-tracking li.pendingForSignature {
  font-weight: bold;
  color: #1B5D79;
}
.bs4-order-tracking li.pendingForSignature > div {
  background: #1B5D79;
}
.bs4-order-tracking li.pendingForSignature:after {
  background: #1B5D79;
}
/*time line tracker - Signature Completed*/
.bs4-order-tracking li.signatureCompleted {
  font-weight: bold;
  color: #5b20e6;
}
.bs4-order-tracking li.signatureCompleted > div {
  background: #5b20e6;
}
.bs4-order-tracking li.signatureCompleted:after {
  background: #5b20e6;
}
/*time line tracker - Not Started*/
.bs4-order-tracking li.notStarted {
  font-weight: bold;
  color: #5f5656;
}
.bs4-order-tracking li.notStarted > div {
  background: #5f5656;
}
.bs4-order-tracking li.notStarted:after {
  background: #5f5656;
}
/*time line tracker - Draft*/
.bs4-order-tracking li.draft {
  font-weight: bold;
  color: #754600;
}
.bs4-order-tracking li.draft > div {
  background: #754600;
}
.bs4-order-tracking li.draft:after {
  background: #754600;
}
/*time line tracker - Administration Review*/
.bs4-order-tracking li.administrationReview {
  font-weight: bold;
  color: #800080;
}
.bs4-order-tracking li.administrationReview > div {
  background: #800080;
}
.bs4-order-tracking li.administrationReview:after {
  background: #800080;
}
/*time line tracker - Submitted*/
.bs4-order-tracking li.submittedRequest {
  font-weight: bold;
  color: #3D6232;
}
.bs4-order-tracking li.submittedRequest > div {
  background: #3D6232;
}
.bs4-order-tracking li.submittedRequest:after {
  background: #3D6232;
}

/*time line tracker - Need More Information*/
.bs4-order-tracking li.needMoreInformation {
  font-weight: bold;
  color: #800000;
}
.bs4-order-tracking li.needMoreInformation > div {
  background: #800000;
}
.bs4-order-tracking li.needMoreInformation:after {
  background: #800000;
}

/*time line tracker - Pending Payment*/
.bs4-order-tracking li.pendingPayment {
  font-weight: bold;
  color: #545B0B;
}
.bs4-order-tracking li.pendingPayment > div {
  background: #545B0B;
}
.bs4-order-tracking li.pendingPayment:after {
  background: #545B0B;
}
/*time line tracker - Payment Completedt*/
.bs4-order-tracking li.paymentCompleted {
  font-weight: bold;
  color: #0C6456;
}
.bs4-order-tracking li.paymentCompleted > div {
  background: #0C6456;
}
.bs4-order-tracking li.paymentCompleted:after {
  background: #0C6456;
}
/*time line tracker - Rejected*/
.bs4-order-tracking li.rejected {
  font-weight: bold;
  color: #B30000;
}
.bs4-order-tracking li.rejected > div {
  background: #B30000;
}
.bs4-order-tracking li.rejected:after {
  background: #B30000;
}
/*time line tracker - On Hold*/
.bs4-order-tracking li.onHold {
  font-weight: bold;
  color: #A70677;
}
.bs4-order-tracking li.onHold > div {
  background: #A70677;
}
.bs4-order-tracking li.onHold:after {
  background: #A70677;
}
/*time line tracker - External Administration Review*/
.bs4-order-tracking li.externalAdministrationReviewjected {
  font-weight: bold;
  color: #7500EB;
}
.bs4-order-tracking li.externalAdministrationReviewjected > div {
  background: #7500EB;
}
.bs4-order-tracking li.externalAdministrationReviewjected:after {
  background: #7500EB;
}

/* Custom CSS for the selectpicker dropdown */
.bootstrap-select .dropdown-menu {
  width: 100% !important; /* Set the desired width */
}

/* Custom CSS for the options */
.bootstrap-select .dropdown-menu li a {
  white-space: normal !important; /* Allow text wrapping */
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover{
  background-color: #0000ff!important;
}

/*Table wrap*/

.table-wrap {
  table-layout: fixed;
  word-wrap: break-word;
}

.table-wrap td {
  white-space: normal;
}
.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}
.table-responsive {
  overflow-x: auto;
}
.file-custom-select-validation{
  font-size: 10px;
  white-space: normal;
}

/* Media query for smaller screens */
@media screen and (max-width: 600px) {
  .file-custom-select-validation {
    font-size: 8px;
    width: auto ;
  }
}

.file-custom-input-validation{
  font-size: 10px;
}

/* Media query for smaller screens */
@media screen and (max-width: 600px) {
  .file-custom-input-validation{
    font-size: 8px;
    width: auto;
  }
}

.disabled-control{
  background-color: #80808070 !important;
}
/*fix thd td fidth*/
.aplTd1With{
  width: 20%;
  text-align: center;
}
.aplTd2With{
  width: 15%;
  text-align: center;
}
.aplTd3With{
  width: 60%;
  text-align: center;
}

/*fix thd td fidth*/

.fileTd3With{
  width: 15%;
  text-align: center;
}
.fileTd4With{
  width: 45%;
  text-align: center;
}
.aplTdDeleteWith{
  width: 5%;
  text-align: center;
}