input.form-control.error {
    border-color: red;
  }
  label.error {
    display: none!important;
  }
  select.form-control.error {
    border-color: red;
  }
  input.error span {
    color: red;
  }
  input.error ~ span {
    color: red;
  }
  .every-other-week, .twice-month, .monthly, #sub-twice-month-select{
    display: none;
  }
  .form-control{
    color: black;
    font-weight: 500;
    font-size: 13px;
  }
  #email-error, #msl_application_dob-error{
    display: inline-block !important;
    color: red;
  }
  .popover{
    max-width: 325px;
  }
  .popup-set
  {
    position: absolute;
    z-index: 2;
    /* left: 0; */
    width: 45%
  }
  .accordion-multiple-outline .card{
    margin-bottom:1rem;
  }
  .accordion-multiple-outline .card .card-header{
    background-color:#FFD544;
    color:#000000;
  }
  #scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

 .us-autocomplete-pro-menu {
    overflow-y: scroll;
    max-height: 13em;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.12);
    color: #7d7d7d;
    position: absolute;
    text-align: left;
    width: inherit;
    z-index: 10;
    background-color: #FFF;
    padding-left:0px;
  }
  .us-autocomplete-pro-menu li{
      list-style: none;
      cursor: pointer;
  }
  .us-autocomplete-pro-menu li:hover{
    color: #fff;
    background-color: #0495c9;
    border-color: #357ebd; /*set the color you want here*/
  }
 .us-autocomplete-pro-menu li div {
    padding: .75em;
  }

 .us-autocomplete-pro-menu b {
    color: #0a0a0a;
  }

 .us-autocomplete-pro-menu .ui-menu-item-wrapper {
    padding-left: 1em;
  }

 .labels {
    display: inline-block;
    font-weight: bold;
    width: 40%;
  }

 .data {
    display: inline-block;
    padding-left: 1em;
    width: 50%;
  }

  .us-autocomplete-pro-example .docs-pricing-links {
    font-weight: bold;
    margin-top: 2em;
  }

  .inline {
    display: inline-block;
    vertical-align: top;
    width: 40%;
  }

  .data-container {
    text-align: center;
    margin-bottom: 2em;
  }

  .align-right {
    text-align: right;
  }

  .align-left {
    text-align: left;
  }

  #sub-monthly-day-select
  {
    padding-left: 25px;
  }

  @media only screen and (device-width: 768px)
  {
    /* For general iPad layouts */
    #sub-monthly-day-select
    {
      padding-left: 21px !important;
    }
    .container{
      margin: 0px auto;
    }

  }
  @media only screen and (device-width: 1024px)
  {
    /* For iPad landscape layouts */
  .main-panel
    {
        width: 100% !important;
    }
  }
@media only screen and (device-width: 736px)
  {
    .container {
      max-width: none !important;
  }
  }

  @media only screen and (device-width: 667px)
  {
    .container {
      max-width: none !important;
  }
  }

  @media (max-width: 991px)
  {
    .main-panel {
        margin: 0px auto;
        width: 100%;
      }
  }

  #bank_name_spin{
    margin-top: -28px;
    float: right;
  }
