body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  padding-top: 0;
}

u {
  color: #0000FF;
}

table {
  width: 100%;
}

  table > thead > tr > th > button {
    border: none;
    background-color: transparent;
  }

    table > thead > tr > th > button :focus {
      outline-color: none;
    }

    table > thead > tr > th > button :hover {
      outline-color: none;
    }

.headerLogo {
  padding-top: 10px;
  padding-left: 15px;
}

.chevronBar {
  padding-top: 10px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  height: 84px;
  padding-bottom: 5px;
}

.supplierWebNoticeText {
  margin-bottom: 25px;
}

@media (max-width: 400px) {
  .headerName {
    font-family: 'Segoe UI';
    font-weight: lighter !important;
    font-size: 27px !important;
    color: white;
    margin-left: 24px;
  }
}

@media (min-width: 800px) {
  .headerName {
    font-family: 'Segoe UI';
    font-weight: lighter !important;
    font-size: 27px;
    color: white;
    margin-left: -24px;
  }
}

@media (max-width: 400px) {
  .headerNameLanding {
    font-family: 'Segoe UI';
    font-weight: lighter !important;
    font-size: 27px !important;
    color: white;
    margin-left: 24px;
  }
}

@media (min-width: 800px) {
  .headerNameLanding {
    font-family: 'Segoe UI';
    font-weight: lighter !important;
    font-size: 27px;
    color: white;
    margin-left: 10px;
  }
}

.chevronBarBankProfileList {
  padding-top: 10px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
}

.multipleBankRowPadding {
  padding-bottom: 0;
}

.multipleBankRowMargin {
  margin-bottom: 0;
}

@media (max-width: 400px) {
  #main {
    padding-top: 0px;
  }
}

@media (min-width: 800px) {
  #main {
    padding-top: 70px;
  }
}

@media (max-width: 400px) {
  #main-header {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    z-index: 4;
    height: 20px;
  }
}

@media (min-width: 1300px) {
  #main-header {
    min-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    z-index: 4;
    height: 20px;
  }
}

#main-headerPop {
  position: relative;
  width: 100%;
  z-index: -1;
}

.SignOutButton {
  color: #FFFFFF;
  cursor: default !important;
}

.SignOutButtonLink, SignOutButtonLink:hover {
  color: white !important;
  text-decoration: none !important;
}

@media (max-width: 399px) {
  .SignOutButtonPopUp {
    color: #ffffff;
    background: white;
    height: 25px;
    color: black;
    float: right;
    margin-right: 10px;
  }
}

@media (min-width: 400px) {
  .SignOutButtonPopUp {
    color: #ffffff;
    background: white;
    height: 25px;
    color: black;
    float: right;
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .containerLanding {
    width: 73%
  }
}

.manageUserEmail {
  color: #0072c6;
}

.seachInputIcon {
  height: 34px;
  margin-left: -1px;
}

.headerAlignRight li a {
  color: blue;
  font-size: larger;
}

.headerAlignRight > li > a:hover {
  background-color: #002050;
}

.navListHeaderSection {
  min-height: 40px;
  margin-bottom: 20px;
  border: 0px solid;
  background-color: #EEEEEE;
  border-radius: 0px;
  border-bottom: 5px solid #0078D6;
  padding: 9px 15px;
}

.navListPaymentHeaderSection {
  min-height: 60px;
  margin-bottom: 20px;
  border: 0px solid;
  background-color: #EEEEEE;
  border-radius: 0px;
  border-bottom: 5px solid #0078D6;
  padding: 0;
}

@media (max-width: 399px) {
  .tagLine {
    margin-top: -10px;
    margin-left: -18px;
    padding-left: 12px;
    font-size: 27px;
    color: white;
  }
}

@media (min-width: 400px) {
  .tagLine {
    margin-top: -10px;
    font-size: 27px;
    color: white;
  }
}

.tagLineHeader {
  min-height: 45px;
  height: auto;
  background-color: #002050;
}

  .tagLineHeader > .container {
    max-width: 1300px;
  }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbarHorizontalList {
  padding-left: 0px;
}

hr {
  margin-top: 3px;
  margin-bottom: 3px;
  border: 0;
  border-top: 5px solid #D2D2D2;
}

.navbar {
  margin-bottom: 0px;
}

  .navbar > ul > li > a:hover {
    background-color: #d8d8d8;
  }

  .navbar > ul > li.active > a:hover {
    background-color: #0078D6;
    color: #FFFFFF;
    border-bottom: 1px solid #0078D6;
    font-size: 16px;
  }

@media (max-width: 400px) {
  .commonPageMargin {
    margin-top: -70px;
  }
}

@media (min-width: 1300px) {
  .commonPageMargin {
    margin-top: 75px;
  }
}

.footerText {
  color: #0072c6;
  font-size: 14px;
}

.homeFooter {
  bottom: 0px;
  margin-bottom: 0px;
  left: 50%;
  margin-left: -650px;
}

.MSFooter {
  vertical-align: top;
  height: 21px;
  padding-right: 19px;
}

@media (max-width: 400px) {
  .dynamicTemplateBinding {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1300px) {
  .dynamicTemplateBinding {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1299px) {
  .dynamicTemplateBindingResponsive {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1300px) {
  .dynamicTemplateBindingResponsive {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1299px) {
  .commonPageWidth {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 10px;
  }
}

@media (min-width: 1300px) {
  .commonPageWidth {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.OnboardingProcessTableRowHeader > .tableCellColumn1, .OnboardingProcessTableRow > .tableCellColumn1 {
  width: 700px;
}

.SupplierDetailsTableRowHeader > .tableCellColumn1, .SupplierDetailsTableRow > .tableCellColumn1 {
  width: 150px;
}

.OnboardingProcessTableRowHeader > .tableCellColumn2, .OnboardingProcessTableRow > .tableCellColumn2 {
  width: 70px;
  color: #000000;
}

.pageMinHeight {
  min-height: 365px;
}

.manageUserPageMinHeight {
  min-height: 320px;
}

.SupplierDetailsTableRowHeader > .tableCellColumn2, .SupplierDetailsTableRow > .tableCellColumn2 {
  width: 100px;
}

.SupplierDetailsTableRowHeader > .tableCellColumn3, .SupplierDetailsTableRow > .tableCellColumn3 {
}

ul.chevronbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 40px;
}

.footer {
  background-color: white;
}

.footerNav {
  border-top: 4px solid #d2d2d2;
  margin: 0px 28px;
  background-color: white;
  z-index: 1;
}

ul.chevronbar li {
  vertical-align: top;
  position: relative;
  background: #E7E6E6;
  color: #fff;
  display: inline;
  border: none;
  padding-top: 0.420em;
  padding-bottom: 0.420em;
  font-size: 1.5em;
  line-height: 1em;
  margin-right: 1em;
  padding-right: 0.7em;
}

  ul.chevronbar li a {
    text-decoration: none;
    padding: 0.5em;
    color: #fff;
    font-size: small;
  }

  ul.chevronbar li:before,
  ul.chevronbar li:after {
    vertical-align: top;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 1.0em solid transparent;
    border-left-width: 0.5em;
    border-right-width: 0.5em;
    top: 50%;
    margin-top: -1.0em;
  }

  ul.chevronbar li:before {
    border-top-color: #E7E6E6;
    border-bottom-color: #E7E6E6;
    border-right-color: #E7E6E6;
    right: 100%;
  }

  ul.chevronbar li:after {
    border-left-color: #E7E6E6;
    left: 100%;
    margin-left: -0.01em;
  }

li.first {
  padding-left: 0.5em;
}

  li.first:before {
    border: none !important;
  }

li.last:after {
  border: none !important;
}

.dialogFooterButtons {
  text-align: right;
  margin-right: 3%;
}

.addNewUserForm {
  margin-left: 27%;
  z-index: 30;
  max-width: 600px;
  margin: 0 auto 0 auto;
}

.AlignButtonToCenterHorizontally {
  margin: 5px 46.5%;
}

.successMessage {
  margin: 5px 28%;
}

.navTabs > li.active > a {
  background-color: #0178D6;
  color: #FFFFFF;
  border: 1px solid #0178D6;
  font-size: 16px;
}

a[disabled] {
  color: #706F70;
}

.navTabs > li.active > a:hover {
  background-color: #0078D6;
  color: #FFFFFF;
  border-bottom: 1px solid #0078D6;
  font-size: 16px;
}

.navTabs li a {
  height: 35px;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  padding: 9px 15px;
}

@media (max-width: 399px) {
  .navTabs > li {
    position: relative;
    display: inline;
    padding-left: 0px;
    margin-left: -10px;
    white-space: nowrap;
  }
}

@media (min-width: 400px) {
  .navTabs > li {
    position: relative;
    display: inline;
    padding-left: 10px;
  }
}

.navTabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navbar > ul > li > a:hover {
  background-color: #d8d8d8;
}

#navbar > ul > li.active > a:hover {
  background-color: #0078D6;
  color: #FFFFFF;
  border-bottom: 1px solid #0078D6;
  font-size: 16px;
}

.searchBySupplierName {
  margin-top: 18px;
}

@media (max-width: 400px) {
  .filterByAccounts, .searchBySupplierName {
    float: left;
    width: 20%;
  }
}

@media (min-width: 800px) {
  .filterByAccounts, .searchBySupplierName {
    float: right;
    width: 30%;
  }  
}

@media (max-width: 800px) {
  .topMarginAtZoom {
    margin-top: 70px !important;
  }
}

@media (max-width: 400px) {
  .myAccountsRow {
    margin-left: -11px !important;
    margin-top: 0px;
  }
}

@media (min-width: 800px) {
  .myAccountsRow {
    margin-left: -11px !important;
    margin-top: 140px;
  }
}

@media (max-width: 400px) {
  .manageUsersRow {
    margin-left: -11px !important;
    margin-top: 0px;
  }
}

@media (min-width: 800px) {
  .manageUsersRow {
    margin-left: -11px !important;
    margin-top: 0px;
  }
}

.requestSupportHeader.icon-btn {
  color: #FFFFFF;
  height: 36px;
  width: 38px;
}

.commonLinkColorContrast {
  color: #0078D6;
  text-decoration: underline;
}

.defaultLandingPageLink {
  color: #0061C7;
  text-decoration: underline;
}

.defaultReimbursementPageLink {
  color: #0067B8;
  text-decoration: underline;
}

.msinvoicelink {
  color: #005ED7;
  text-decoration: underline;
}

#requestIconQuestion:hover {
  color: #002050;
  background-color: #FFFFFF;
}

#DisplayUserDetails > .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FFFFFF !important;
}

.table-striped > tbody > tr:nth-of-type(odd), .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #FFFFFF !important;
}

#DisplayUserDetails > .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #F3F3F3 !important;
}

@media (max-width: 799px) {
  .newBtnPos {
    margin-top: 52px;
  }
}

@media (min-width: 800px) {
  .newBtnPos {
    margin-top: 10px;
  }
}

.newBtn {
  background-color: #BAD80A;
  width: 134px;
  display: block;
  height: 30px;
  padding: auto;
  position: absolute;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  margin-left: -75px;
  text-align: center;
  Font-Size: 17px;
  Color: #000000;
  Font-Style: normal;
}

.myAccounts {
  background-color: #F3F3F3;
  width: 100%;
  border-bottom: 5px solid #505050;
  padding-left: 23px;
}

.onboardingProcessTable {
}

.onboardingProcessHeadings {
  color: #1373BB;
  text-align: left;
}

.col2, .col3, .col4, .col5, .col6 {
  width: 15%;
  padding: 4px 7px;
}

.onboardingProcessStatus .newcol2, .onboardingProcessStatus .newcol3, .onboardingProcessStatus .newcol4, .onboardingProcessStatus .newcol5 {
  font-size: smaller;
  text-align: center;
}

.onboardingProcessStatus .col2, .onboardingProcessStatus .col3, .onboardingProcessStatus .col4, .onboardingProcessStatus .col5 {
  font-size: smaller;
  text-align: center;
}

.inCompleteColor {
  color: #000000 !important;
}

#divTermsAgreement {
  width: 662px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  padding-top: 15px;
}

.InitialBackColor {
  background-color: #FDD49A;
}

.col1 {
  width: 14%;
  padding-left: 13px;
}

.newcol1 {
  width: 14%;
  padding-right: 1%;
}

.newcol2, .newcol3, .newcol4, .newcol5, .newcol6 {
  width: 164px;
  height: 69px;
  margin-top: 3px;
}

.taxnotifycol {
  width: 70%;
  margin-left: 14%;
  padding-top: 80px;
}

.footerNavTabs .nav {
  padding-top: 8px;
  color: #505050;
  margin-left: 0px;
}

.newcol7 {
  width: 15%;
  padding: 2% 1% 0 5%;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #767676 !important;
  font-style: italic;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #767676 !important;
  font-style: italic;
}

.onboardingProcessinAgreementsHeadingsCol1, .onboardingProcessinAgreementsHeadingsCol2, .onboardingProcessinAgreementsHeadingsCol3, .onboardingProcessinAgreementsHeadingsCol4, .onboardingProcessinAgreementsHeadingsCol5 {
  width: 20%;
  font-size: large;
}

.onboardingProcessinAgreements {
  background-color: #EEEEEE;
  padding: 10px;
}

.onboardingProcessinAgreementsHeadingsCol1.activeOnboardingProcess {
  color: #147AC3;
}

.activeProfiles {
  background-color: #D8D8D8;
}

.termsAndCondition {
  padding: 15px 30px;
  height: 100px;
  overflow-y: auto;
}

.agreementsCheckBoxes {
  width: 54%;
}

.languageSelection {
}

.navToContactInfo {
  padding: 18px 71px;
  background-color: #EEEEEE;
  height: 70px;
}

.agreementsCheckBoxes .checkbox {
  font-size: small;
  font-weight: 100;
}

.onboardingProcessHeadingLanguageSelection {
  text-align: center;
}

.getStartedButton {
  margin-top: 15px;
  width: 20%;
}

.bankProfileArrow {
  height: 23px;
  width: 20px;
  margin: 2px;
  display: inline-block;
}

.bankprofilesWidth {
  display: inline-flex !important;
  width: 70% !important;
}

.bankProfiles {
  color: #147AC3;
  vertical-align: text-top;
}

.bankProfilesCreation {
  padding: 20px 0 10px 15px;
}

.multipleBankProfiles {
  background-color: white;
}

.searchIconInTextBox {
  position: absolute;
  margin: 7px;
}

#txtSearchSupplierName, #txtaccountname, #searchUserByNameEmail {
  padding-left: 26px;
}

.bankProfilesTable {
  background-color: #FFFFFF;
  overflow-x: auto;
}

.bankTableHeadings {
  color: black;
  font-size: medium;
  text-align: center;
}

.displayUserDetailsTableHead {
  background-color: #F9F9F9;
  color: #1a1a1a;
  font-size: medium;
  border-bottom: 4px solid #0078D6;
  border-top: 4px solid #D2D2D2;
}

  .displayUserDetailsTableHead > tr > td, .displayUserDetailsTableBody > tr > td, .displayAssociatedAccountsTableHead > tr > td {
    padding: 8px;
  }

.displayUserDetailsTableBody {
  border-bottom: 4px solid #D2D2D2;
}

#DisplayAssociatedAccounts > table > tbody, #DisplayAssociatedAccounts > table > thead {
  display: block;
  width: 100%;
}

#DisplayAssociatedAccounts > table > tbody {
  height: 155px;
  overflow-y: auto;
}

.displayAssociatedAccountsTableHead {
  background-color: #D7D7D7;
  color: #1a1a1a;
  font-size: larger;
}

.modal-dialog {
  width: 100%;
}

#DisplayAssociatedAccounts {
  margin-left: 17%;
  width: 80%;
}

@media screen and (max-width: 399px) {
  .emailCommunicationSection {
    float: left;
    margin-top: 18px;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-style: normal;
    color: #505050;
    margin-left: -45px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 400px) {
  .emailCommunicationSection {
    margin-top: 18px;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-style: normal;
    color: #505050;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1300px) {
  .emailCommunicationSection {
    float: right;
    margin-top: 18px;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-style: normal;
    text-align: right;
    color: #505050;
  }
}

.emailCommunicationText {
  font-family: 'Segoe UI';
  font-size: 16px;
  font-style: normal;
  text-align: left;
  color: #1a1a1a;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

#loaderDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: #dddddd;
  opacity: .8;
}

.loaderDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: #dddddd;
  opacity: .8;
}

.ajax-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
  display: block;
}

.loggedUserName {
  float: right;
  margin-right: 0px;
}

.chevronbarComplete {
  background-size: 100% 100%;
  background-image: url('../img/breadcrumb-complete-whole.png');
  padding-right: 1%;
}

.chevronbarCurrent {
  background-size: 100% 100%;
  background-image: url('../img/breadcrumb-current-whole.png');
  color: white;
}

.chevronbarDisabled {
  background-size: 100% 100%;
  background-image: url('../img/breadcrumb-disabled-whole-505050.png');
  color: white !important;
}

.chevronbarCompleteForBankProflies {
  background-size: 100% 100%;
  background-image: url('../img/breadcrumb-complete-rectangle.png');
  padding-right: 1%;
}

.chevronbarCurrentForBankProflies {
  background-size: 100% 100%;
  background-image: url('../img/breadcrumb-current-rectangle.png');
  color: white;
}

.chevronbarDisabledForBankProflies {
  background-size: 100% 100%;
  background-image: url('../img/breadcrumb-disabled-rectangle-505050.png');
}

.completedLinkColor {
  color: #147AC3;
  font-size: large;
  text-align: left;
}

.currentLinkColor {
  color: white !important;
  font-size: large;
  text-align: left;
}

.disabledLinkColor {
  color: white;
  font-size: large;
  text-align: left;
}

.localNameDbaName {
  Font-Size: 16px;
  Color: #1a1a1a;
  Font-Style: normal;
  Text-Align: left;
}

.disableTextColor {
  color: white;
  font-size: smaller;
}

.fontsizeSmaller {
  font-size: 11px;
}

.wrapAlignment {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  padding-top: 5px;
  padding-bottom: 5px;
}

.buttonPadding {
  padding-bottom: 0;
  padding-top: 5px;
  padding-left: 10px;
  min-width: 0;
  font-size: 13.5px !important;
  width: 100%;
}

.backIcon {
  color: white;
  border-color: white;
}

.loaderText {
  position: absolute;
  left: 50%;
  top: 62%;
  margin: -32px 0 0 -32px;
  display: block;
  color: black;
  font-size: large;
  font-weight: bold;
}

.successIcon {
  margin-left: 12px;
  font-size: smaller;
  margin-right: 7px;
}

.bankStatusIcon {
  font-size: smaller;
  margin-right: 3px;
}

.commonAgreementPopup {
  Font-Size: 26px;
  Font-Style: normal;
  Text-Align: left;
}

.termAndConditionsRow {
  background-color: #0078D6;
  Color: #ffffff;
  padding-left: 4px;
}

.termAndConditionstable {
  padding-bottom: 1%;
  padding-top: 1%;
  border-left: 5px solid #0078D6;
}

.agreementText {
  Color: #000000;
}

.backToMyAccount {
  Font-Size: 16px;
  Color: white !important;
  Font-Style: normal;
}

.acknowledgeText {
  Font-Size: 16px;
  padding-left: 11px;
}

.agreementTopPadding {
  top: 79px;
}

.addNewUserTopPadding {
  max-height: 550px;
  margin: auto 0px;
}

.agreementDescription {
  Font-Size: 14px;
  color: black;
}

.finishButtonBackGround {
  margin-top: 8px;
  background-color: #002050;
}

#agreementLink > a:hover, #agreementLink > a {
  color: #0B78C9;
  Font-Size: 16px;
}

.BankProfilesSection {
  width: 100%;
  white-space: nowrap;
}

  .BankProfilesSection li {
    white-space: nowrap;
    overflow: hidden;
    margin-left: 3px;
  }

.newSection {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}

  .newSection li {
    white-space: nowrap;
    overflow: hidden;
    margin-left: 3px;
    white-space: -moz-pre-wrap !important;
    white-space: -webkit-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: normal;
  }

@media (max-width: 399px) {
  .sectionTitleText {
    Font-Size: 35px;
    Color: #1a1a1a;
    Font-Style: normal;
    Text-Align: left;
    margin-top: 210px;
  }
}

@media (min-width: 400px) {
  .sectionTitleText {
    Font-Size: 40px;
    Color: #1a1a1a;
    Font-Style: normal;
    Text-Align: left;
  }
}

@media (max-width: 799px) {
  .sectionTitleTextManageUsers {
    Font-Size: 40px;
    Color: #1a1a1a;
    Font-Style: normal;
    Text-Align: left;
    margin-top: 0px;
  }
}

@media (min-width: 800px) {
  .sectionTitleTextManageUsers {
    Font-Size: 40px;
    Color: #1a1a1a;
    Font-Style: normal;
    Text-Align: left;
    margin-top: 140px;
  }
}

.supplierNameText {
  Font-Size: 26px;
  Color: #505050;
  Font-Style: normal;
  Text-Align: left;
  display: inline-block;
}

.taxNotStarted {
  Padding-Left: 10px;
}

.taxIconMargin {
  margin-left: 8px;
}

.waterMarkText {
  font-size: 16px;
}

.marginForBankProfile {
  margin-left: 25px;
}

.submit {
  Font-Size: 13px;
  color: #ffffff !important;
  Font-Style: normal;
  Text-Align: center;
  vertical-align: middle;
  margin-top: -3.5px;
  border: 0;
}

  .submit:hover {
    Font-Size: 13px;
    color: #ffffff;
    Font-Style: normal;
    Text-Align: center;
    margin-top: -3.5px;
    border: 0;
  }

.submitEnable {
  background-color: #008272;
}

.submitDisable {
  background-color: #212121;
}

.iconColor {
  color: #0078D6;
  border-color: #0078D6;
}

  .iconColor:hover {
    color: #0078D6;
    border-color: #0078D6;
  }

.arrowColor {
  color: #1a1a1a;
  border-color: #1a1a1a;
  padding-top: 20px;
}

  .arrowColor:hover {
    color: #1a1a1a;
    border-color: #1a1a1a;
  }

.searchBtn {
  border-radius: 0;
  border: 2px transparent;
  padding: .36em;
  cursor: pointer;
  text-decoration: none;
  word-spacing: 0;
  color: white;
  background-color: #0078D6;
}

.searchBtnSection {
  padding: 0px;
  border: solid #0078D6;
}

.addNewUserText {
  margin-left: 50px;
  Font-Size: 26px;
  Color: #1a1a1a;
  Font-Style: normal;
}

.editUserText {
  margin-left: 100px;
  Font-Size: 26px;
  Color: #1a1a1a;
  Font-Style: normal;
}

.error-Font {
  color: #8b3836 !important;
  font-size: 13px;
}

.btn-link-padding {
  padding-bottom: 0px;
  padding-top: 1px;
}

.supportRequestText {
  Font-Size: 26px;
  Color: #1a1a1a;
  Font-Style: normal;
}

.supportRequestForm {
  z-index: 30;
  padding: 5px;
}

.requestSupportContent {
  max-width: 600px;
  margin: 0 auto 0 auto;
  max-height: 310px;
}

.supportRequestTitle {
  padding-left: 10%;
}

.faqHelpRight {
  display: block;
  position: relative;
  width: 75%;
  background-color: #E6E6E6;
  padding: 10px 10px 10px 20px;
  align-items: center;
  Color: #1a1a1a;
}

.faqShowInfoTitle {
  Font-Size: 20px;
  Color: #1a1a1a;
  Font-Style: normal;
  Text-Align: left;
  padding-top: 20px;
  padding-left: 2px;
}

.faqShowInfoIcon {
  margin-top: -4px;
  margin-left: -12px;
  width: 30px;
}

.faqShowInfo {
  display: block;
  width: 100%;
  background-color: #E6E6E6;
  margin: 0 2px 0 2px;
  padding: 10px 10px 10px 20px;
  Color: #1a1a1a;
}

.faqCheckItems {
  margin: 10px 0 10px -2px;
}

.faqHelp {
  vertical-align: top;
}

.faqQuestions {
  Font-Size: 15px;
  padding-top: 1%;
}

.faqAnswers {
  padding-top: 1%;
  Font-Size: 12px;
  Color: #1a1a1a;
  padding-left: 5%;
}

.faqSectionTitle {
  Font-Size: 20px;
  Color: #1a1a1a;
  Font-Style: normal;
  Text-Align: left;
  padding-top: 20px;
}

.answerTitle {
  Font-Size: 15px;
}

.faqHelp1 {
  Font-Size: 20px;
}

.faqRequestSupport {
  color: #275C8A;
  border-color: #0078D6;
}

  .faqRequestSupport:hover {
    color: #275C8A;
    border-color: #0078D6;
  }

.faqRequestSupportSection {
  margin: 20px 0 0 90px;
}

.faqIconColor {
  color: #1a1a1a;
  border-color: white;
}

  .faqIconColor:hover {
    color: #1a1a1a;
    border-color: white;
  }

.faqStyle {
  margin-top: 0px;
}

.supportRequestTopPadding {
  margin: auto 0;
  height: 540px;
}

.questionText {
  color: #1a1a1a;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  vertical-align: text-top;
  margin-left: 17px;
  width: 90%;
}

  .questionText:hover {
    color: #1a1a1a;
  }

.nvaHeaderText {
  color: white !important;
  text-decoration: none !important;
  padding: 5px;
}

  .nvaHeaderText:hover {
    color: white !important;
  }

.successText {
  color: #2a3d02 !important;
}

.failureText {
  color: #000000 !important;
}

.removeIEClose::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.removeIEClose::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.requiredColor {
  color: #d80303 !important;
}

@media (max-width: 399px) {
  .textEllipsis {
    overflow-x: hidden;
    text-overflow: ellipsis;
    width: 400px;
    margin-left: -45px;
  }
}

@media (min-width: 400px) {
  .textEllipsis {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
  }
}

.errorControl {
  border-color: red;
}

.errorIconSize {
  font-size: 10px;
}

.footerNavSize {
  margin-left: 0;
  margin-right: 0;
}

.navbarHeaderColor {
  background-color: #002050;
}

.restrictOverflowtext {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#hoverFullName {
  border: 1px solid #ccc;
  display: none;
  font-size: 10px;
  margin-top: 10px;
  padding: 5px;
  z-index: 900;
  background-color: white;
  position: absolute;
}

.dbaNameDisplay:hover #hoverFullName {
  display: block;
}

@media (max-width: 767px) {
  .headerAlignRight {
    margin-top: -52px;
  }

  #NavMyAccounts {
    margin-left: -65px;
  }
}

.dialogAutoScroll {
  overflow-x: auto;
  overflow-y: auto;
}

.innerImgLoading {
  position: relative;
  height: 17px;
  margin-top: 4px;
  left: -55px;
}

.xSmall {
  font-size: x-small !important;
}

.topAlign {
  vertical-align: top;
}

.noTopPadding {
  padding-top: 0px !important;
}

#optReconDoc {
  margin-left: 2px;
}
/*Download Request*/
#divDownloadRequest {
  margin-top: 80px;
}

#divTxtsearchPaymentRequest {
  margin-left: 20px;
}

.styleSegoeUI {
  font-family: Segoe UI;
}

#btnSearchPaymentRequest {
  vertical-align: top;
  height: 32px;
  background-color: #0078D6;
  color: #FFFFFF;
  border-width: 0;
  border: 2px solid;
}

  #btnSearchPaymentRequest:disabled {
    background-color: #212121;
    color: #FFFFFF;
    border: 2px solid;
  }

#divRequestNumberDownloadButton {
  margin-top: 20px;
  margin-left: -10px;
}

#divDownloadRequestTable {
  margin-top: 20px;
}

#btnDownloadAll {
  margin-left: 40%;
  border: 2px solid #0078D6;
  Background: transparent;
  color: #0078D6;
}

  #btnDownloadAll:disabled {
    cursor: not-allowed;
    pointer-events: none;
    color: #000000;
    Background-Color: transparent;
    border-color: #000000;
  }

.emptyDiv {
  margin-bottom: 120px;
}

#divDownloadRequestTable > .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #F3F3F3 !important;
}

.tablePadding {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#paginationDownload {
  margin-left: -10px;
}

#pageNoBox {
  background-color: #0078D6;
  color: white;
  padding-left: 10px;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 5px;
}

.tbodyFont {
  font-weight: normal;
  font-size: 14px !important;
}

.programTableHeader {
  height: 40px;
  font-weight: bold !important;
  font-size: medium !important;
  padding-top: 8px !important;
}

.programTableRows {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  font-size: 14px !important;
}

.tableHeaderStyle {
  vertical-align: top !important;
}

  .tableHeaderStyle:hover {
    background-color: #d8d8d8;
  }

.pointer {
  cursor: pointer;
}

.displayInlineBlockStyle {
  display: inline-block;
}

.signOutNav {
  font-weight: bold;
  color: white;
  text-align: right;
}

@media (max-width: 399px) {
  #manageUserTitleDiv {
    padding-top: 200vh;
  }

  #supplierCount {
    padding-top: 80px;
  }

  .navTabs {
    display: flex;
  }

  #searchUserByNameEmail {
    width: 300px;
  }

  #main {
    padding-top: 0px !important;
  }

  .headerName {
    margin-left: -10px;
    margin-top: 20px;
  }

  #signoutNavHeaderButton {
    margin-left: 30px;
  }
}

@media (max-width: 399px) {
  .displayNamePadding {
    margin-top: 2px;
    margin-right: 0px;
    padding-right: 60px;
    margin-left: -30px;
  }
}

@media (min-width: 400px) {
  .displayNamePadding {
    margin-top: 2px;
    margin-right: 0px;
    padding-right: 20px;
  }
}

@media (max-width: 799px) {
  .requestPadding {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 800px) {
  .requestPadding {
    margin-right: -52px;
  }
}

.SignOutButtonText {
  padding: 0 5px 24px 0;
  border-color: #FFFFFF;
  cursor: pointer;
}

  .SignOutButtonText:hover {
    background-color: #D2D2D2;
    color: black;
    border-color: #D2D2D2;
  }

  .SignOutButtonText:active {
    background-color: #D2D2D2;
    color: black;
    border-color: #D2D2D2;
  }

  .SignOutButtonText:focus {
    background-color: #D2D2D2;
    color: black;
    border-color: #D2D2D2;
  }

.SignOutButtonImage {
  height: 25px;
}

.programDetailsHeadingCol2 {
  width: 26%;
}

.readModeViewForContent {
  color: #505050;
  font-family: Segoe UI !important;
}

.statusColumnMinWidth {
  min-width: 70px;
}

.backToText {
  font-family: 'Segoe UI';
  font-size: 16px;
  font-style: normal;
  display: inline-block;
}

.backToPadding {
  margin-bottom: 10px;
  margin-top: -30px;
}
/*Do not remove custom header style. It should not interfere if you have not applied ngTableHeader class to your table element*/
.ngTableHeader > thead {
  background-color: #F9F9F9;
  border-bottom: 4px solid #0078D6;
  border-top: 4px solid #D2D2D2;
}

.ngTableHeader > tbody {
  border-bottom: 4px solid #D2D2D2;
}

table.ngTableHeader > thead > tr > th.sort-asc > div:after {
  content: '\25B2';
}

table.ngTableHeader > thead > tr > th.sort-desc > div:after {
  content: '\25BC';
}

.paymentLineItemsHeader {
  padding-left: 10px;
  padding-bottom: 5px;
  background-color: #EEEEEE;
  margin-top: 50px;
  margin-left: 20px;
}

.paymentRequestDetail-containerDiv > div {
  display: inline-block;
  height: 80px;
  vertical-align: top;
}

.totalPaymentAmount {
  margin-left: 34%;
}

.requestPaymentStatus {
  margin-left: 14%;
}

.paymentRequestDetail-columnColor {
  background-color: #EEEEEE !important;
}

.uploadFileName {
  width: 45%;
  padding: 4px;
  vertical-align: bottom;
}

.imgSmallIcon {
  height: 17px;
}

.reloadIcon {
  height: 2em;
  padding: .25em;
  width: 2em;
  position: relative;
}

  .reloadIcon:before {
    content: '';
    display: block;
    border-color: transparent #0078D6 #0078D6 #0078D6;
    border-radius: 50%;
    border-style: solid;
    border-width: .125em;
    height: 1.5em;
    width: 1.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .reloadIcon:after {
    content: '';
    display: block;
    border-color: transparent transparent transparent #0078D6;
    border-style: solid;
    border-width: .3125em 0 .3125em .5em;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
  }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(0deg);
  }
}

.customTooltip {
  position: relative;
  display: inline-block;
}

  .customTooltip .tooltiptext {
    width: 210px;
    background-color: #0078D6;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 125%;
  }

  .customTooltip a {
    color: white;
  }

  .customTooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #0078D6 transparent transparent;
  }
/* ThreeppPayment */
.breadCrumbHeaderSection {
  min-height: 60px;
  border: 0px solid;
  background-color: #EEEEEE;
  border-radius: 0px;
  height: 53px;
  padding-right: 20px;
  padding-left: 0;
}

.breadcrumbNumber {
  font-size: 40px;
  font-weight: 100;
}

.breadCrumbNotyetStarted, .breadCrumbNotyetStarted > div {
  color: #737373 !important;
}

.breadCrumbInprogress, .breadCrumbComplete, .breadCrumbNotyetStarted, .breadCrumbNotApplicable {
  padding-left: 10px;
}

  .breadCrumbInprogress, .breadCrumbInprogress > div {
    color: #1a1a1a !important;
    background-color: #bad80a;
    height: 60px;
  }

.breadCrumbInError, .breadCrumbInError > div {
  color: #008272 !important;
}

.breadCrumbFurthest {
  background-color: #FFFFFF;
  box-shadow: 0px -6px 0px 0px #bad80a inset;
}

  .breadCrumbFurthest > div {
    color: #1a1a1a !important;
  }

.breadCrumbComplete:hover {
  box-shadow: 0px -6px 0px 0px #cbe399 inset;
  background-color: #cbe399;
  color: #004b50 !important;
}

.ThreeppPaymentTabLinks {
  margin-top: 5px;
  color: black;
  vertical-align: top;
  font-size: 14px;
}

.downloadText {
  margin-left: 28px;
  font-weight: normal;
}

.uploadText {
  margin-left: 37px;
  font-weight: normal;
}

.threeppPaymentHeaderMargin {
  margin: 10px 0px 10px 10px;
}

.downloadUploadPadding {
  margin-bottom: 10px;
  margin-left: 0px !important;
}

.secHeaderTextColor {
  vertical-align: middle;
  padding-top: 9px;
  font-weight: normal;
}

.ThreeppPaymentSaveContinueMargin {
  margin: 10px 0px 0px 10px;
  min-height: 53px;
}

.iso_error {
  color: #D8000C;
  background-color: #FFBABA;
  margin: 0px;
  padding: 10px;
  border: 1px solid;
}

.uploadedFile-font {
  font-size: large;
  color: black;
}

.deleteIconPadding {
  padding: 10px;
}

.excelUploadBlock {
  margin-top: 20px;
  margin-left: 40px;
}

.upload-block {
  display: inline-block;
  width: 75%;
}

.editIconButtonBorderStyle {
  border: 0;
}

#divBtnDownloadAll > button :disabled {
  color: black !important;
}

.searchDisabled {
  background-color: #212121;
}

#btnSaveRequest {
  border: 2px solid #0078D6;
  background-color: #0078D6;
  color: #FFFFFF;
}

  #btnSaveRequest:disabled {
    cursor: not-allowed;
    pointer-events: none;
    color: #000000;
    Background-Color: transparent;
    border-color: #000000;
  }

.infoFont {
  color: #0078D6;
}

.rightAlign {
  text-align: right;
}

.boldFontWeight {
  font-weight: 600;
}

.approxTextAlign {
  padding-left: 0;
}

.requestlabelAlign {
  padding-right: 55px;
}

#btnUploadFile {
  display: inline-block;
  vertical-align: bottom;
  height: 32px;
}

.paymentRequestAmount {
  padding-left: 132px !important;
}

.paymentLineItemAmount {
  padding-left: 75px !important;
}

.paymentLineItemsTitle {
  padding-left: 10px;
  padding-right: 10px;
}

.payeesRequestTitle {
  padding-bottom: 10px;
}
/*Changing colors of controls in High Contrast Mode*/
@media all and (-ms-high-contrast: white-on-black) {
  .btn:focus {
    background-color: #00FFFF;
    color: black;
  }

  a {
    color: yellow;
  }

    a:hover, a:focus {
      text-decoration: underline;
    }

  .highContrastDisabledLinkColor > a {
    color: #99FF00;
  }

  .highContrastbankProfileLinkColor {
    color: #99FF00;
  }
}

@media all and (-ms-high-contrast: black-on-white) {
  .btn:focus {
    background-color: #4B0082;
    color: white;
  }

  a {
    color: blue;
  }

    a:hover, a:focus {
      text-decoration: underline;
    }

  .highContrastDisabledLinkColor > a {
    color: #800000;
  }

  .highContrastbankProfileLinkColor {
    color: #800000;
  }
}

.buttonBorder {
  border: 1px solid;
  border-color: #008272;
}

  .buttonBorder:hover {
    border: 1px solid;
    border-color: #3fa195;
  }

  .buttonBorder:disabled {
    border: 1px solid;
    border-color: none;
  }

.statusIconStyle {
  height: 25px;
  width: 25px;
  padding-right: 2px;
  padding-bottom: 2px;
  margin-top: -3px;
}

.popUpStatusIconStyle {
  height: 50px;
  width: 50px;
}

a:disabled {
  cursor: not-allowed;
}

.browseLabel {
  margin-bottom: 0px;
}

.screen-reader-text {
  position: absolute;
  left: -999em;
}

.skipNav {
  text-align: left;
}

  .skipNav a {
    position: absolute;
    z-index: 1000;
    left: -1000px;
    top: -1000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 5px;
    border-radius: 0px 0px 10px;
    color: black;
    border-right: #0078D6 3px solid;
    border-bottom: #0078D6 3px solid;
    background-color: white;
  }

    .skipNav a:focus, .skipNav a:active {
      position: absolute;
      left: 0;
      top: 0;
      width: auto;
      height: auto;
      overflow: visible;
    }

.splashdiv {
  background-image: url(../img/PaymentCentral_splashNew.jpg);
  background-size: 100% 100%;
  height: 440px;
  color: #ffffff;
  margin-right: 0 !important;
  margin-left: 0 !important;
  overflow-x: auto;
}

.splashblackdiv {
  width: 44%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.splashblackdivsize {
  min-height: 320px;
  height: auto;
  background: rgba(0,0,0,0.7);
  margin-top: 60px;
  width: 100%;
  padding: 50px 50px 50px 50px;
}

.splashdivtitle {
  font-size: 28px;
  font-weight: lighter;
  color: #ffffff;
}

.splashdivtext {
  margin-top: 35px;
  margin-bottom: 50px;
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
}

.splashdivunderlinetext {
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: underline;
}

.landingpagemargindiv {
  height: 50px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.landingpagemiddlesection {
  min-height: 300px;
  height: auto;
  background: rgba(211,211,211,0.7);
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.middlesectionline {
  border-right: 2px solid #d3d3d3;
}

.middlesectiontext {
  font-size: 28px;
  font-weight: lighter;
  color: #000000;
}

.nomargin {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.nomarginpadding {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.othersection {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-top: 25px !important;
  padding-bottom: 50px !important;
}

.otherprecurementtext {
  font-size: 21px;
  font-weight: lighter;
  color: #000000;
}

.msinvoicetext {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}

.helptext {
  font-size: 21px;
  font-weight: normal;
  color: #000000;
}

.btn-CollapseExpand {
  text-align: left;
  text-decoration: none;
  width: 100%;
}

  .btn-CollapseExpand:hover, .btn-CollapseExpand:focus, .btn-CollapseExpand:active {
    text-decoration: none;
  }

.btnCommon-defaultBlue {
  background-color: transparent;
  color: #0078D6;
  border: 2px solid #0078D6;
}

.btnPrimary-colorContrast {
  background-color: #0078D6;
  color: #fff;
  border: 2px #0078D6;
}

.btn-primary {
  background-color: #0078D6;
  color: #fff;
  border: 2px #0078D6;
}

a {
  color: #0078D6
}

.chevronResponsive {
  padding-top: 10px;
  padding-bottom: 10px;
  table-layout: fixed;
  white-space: nowrap;
  overflow: hidden;
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  white-space: normal;
  min-height: 84px;
  height: auto;
  margin-bottom: 5px;
}

.chevronNew {
  margin-left: 3px;
}

.taxStatusResponsive {
  table-layout: fixed;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 3px;
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  white-space: normal;
  height: auto;
}

.supplierNameResponsive {
  background-color: white;
  white-space: nowrap;
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  white-space: normal;
  height: auto;
}

.bankProfilesResponsive {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 3px;
  margin-top: -5px;
  padding-top: 10px;
}

.manageUserOverflow {
  overflow-x: auto;
  margin-bottom: 0px;
}

.turnoverBanner {
  color: #A20009;
  background-color: #FFBABA;
  margin: 0px;
  padding: 10px;
  border: 1px solid;
}

  .turnoverBanner i {
    margin: 10px 0px;
    font-size: 100%;
    vertical-align: middle;
  }

  .turnoverBanner a {
    color: #363636;
    text-decoration: underline;
  }

@media (max-width: 399px) {
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 258px;
  }
}

@media (max-width: 399px) {
  .a11yPopup {
    top: 5px;
    overflow-y: scroll;
  }

  article.modal > section {
    width: 100%;
    position: fixed;
    background-color: #fff;
    padding: 20px 10%;
    min-height: 150px;
    max-height: 90%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  article.modal-sm > section {
    min-height: 154.2px;
    top: 5px;
  }
}

@media (min-width: 400px) {
  .a11yPopup {
    top: 222.5px;
  }
}

@media (min-width: 1100px) {
  .signOutNav {
    padding-top: 0px;
  }
}

.rowWidthAdjust {
  width: 100%
}

.tagLineHeaderHeight {
  height: 35px;
}

.tagLineHeaderRight {
  float: right;
  display: inline-block
}

.tagLineHeaderAlternateHeight {
  height: 45px;
  display: inline-block
}

.tagLineHeaderOnlyHeight {
  height: 45px;
}
@media (min-width: 400px) {
  .a11yPopup {
    top: 222.5px;
  }
}

/*BUG8189048 fix*/
.submitOnFocus:hover {
  background-color: #C36767;
}

.submitOnFocus:focus {
  background-color: #C36767;
}

.searchBySupplierNameWidth {
  float: left;
  min-width: 90%;
}

input#searchSupplier {
  field-sizing: content;
}

.searchBtnMyAccAdj {
  float: left;
  margin-left: 0px;
  height: 35px;
  font-size: initial;
}

.marginRightForReuqest {
  padding-right: 30px;
}

.topPadding {
  padding-top: 50px
}

.mandatoryField {
  color: red;
}

.searchIconInTextBoxPos {
  display: inline-flex;
}
