/* ******************************* 
 ____  ____  _____ ____ _   _ 
|  _ \/ ___|| ____/ ___| | | |
| |_) \___ \|  _|| |   | | | |
|  __/ ___) | |__| |___| |_| |
|_|   |____/|_____\____|\___/ 

@author       J.Fite
@updated      5/1/19
@copyright    psecu.com

**********************************/
@font-face{
  font-family: 'FuturaLTW04-Medium';
  src: url('../fonts/FuturaLTW04-Medium.eot');
  src: url('../fonts/FuturaLTW04-Medium.eot?#iefix') format('eot'),
      url('../fonts/FuturaLTW04-Medium.woff2') format('woff2'),
      url('../fonts/FuturaLTW04-Medium.woff') format('woff'),
      url('../fonts/FuturaLTW04-Medium.ttf') format('truetype');
}

html {
  overflow-y: scroll;
  background-color: #fff;
  font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
  background-color: #151515;f
  height:100%;
}

body {
  height: auto;
  padding-top:140px !important;
  background: #f4f4f4;
  color: #666;
  font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}

.body-content {
  min-height: calc(100vh - 252px);
}

p {
  font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}

a {
  color: #177d78;
  text-decoration: underline;
}

a:active, a:focus, a:hover {
  color: #177d78;
  text-decoration: underline;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.form-control,.panel {
  -webkit-box-shadow: none;
}

.panel {
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .3s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .3s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .3s;
}
.navbar {
  margin-bottom: 15px;
}

.navbar-inverse {
  background-color: #172c2d;
  border:none;
  border-bottom:none;
  padding-top:30px;
}

.navbar-inverse .navbar-nav li a {
  letter-spacing: 2px;
  font-size:16px;
  color: #fff;
  text-transform: uppercase;
  font-family: "FuturaLTW04-Medium";
  text-decoration: none;
}

.navbar-inverse .navbar-nav li a:hover {
  background:#4b4b4b;
}

.navbar-inverse .dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #005a8c;
  white-space: normal;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.navbar-brand {
    height:auto;

}

.container.row {
  padding: 0;
  width: auto;
}
.navbar-nav {
  margin-top:15px;
}
.a-comp-logo img {
  box-sizing: border-box;
  background: url(../images/psecu-logo.svg) left top no-repeat;
  width:112px;
}

.panel-body {
  padding: 0;
}

font[color="#0000ff"] {
  color:#497786;
}


.panel {
  box-shadow: none;
  border-radius: 0;
  padding: 20px;
  border: 1px solid #ccc;
}

.panel-heading {
  padding: 0;
  margin-bottom: 10px;
}

.panel-heading .a-panel-title-button,.panel-heading .a-panel-title-text,h2, span[style*="text: title;"]{
    font-size: 18px;
    color: #cb334c;
    text-transform: uppercase;
    font-weight: bold;
}

.product .heading .name {
  font-weight: 500;
  text-transform: uppercase;
  color: #cb334c;
  letter-spacing: 1px;
  font-size: 22px;
  font-family: "FuturaLTW04-Medium";
}

.a-field-wrap {
  margin-bottom: 12px;
}

.alert.alert-danger.a-error-container.a-error-container-checkbox {
    border: 0;
    background: 0 0;
    position: absolute;
    top: 25px !important;
    left: auto !important;
    margin-bottom: auto !important;
}
/*--checkbox custom--*/
.a-field-label-checkbox-required {
  background-image:none !important;
  padding-right:0;
  width: 0;
}

.a-checkbox.error + .alert.alert-danger.a-error-container  {
    border: 0;
    background: 0 0;
    position: absolute;
    top: 25px !important;
    left: 14px !important;
    margin-bottom: auto !important;    
}
.a-field-label-checkbox {
    padding-left: 8px;
    margin-top:3px;
}
@media (max-width: 768px) {
    .a-checkbox.error ~ .alert.alert-danger.a-error-container {
        top: 45px !important;
    }
}
/*--end--*/
.a-field-label-required, .a-field-label-checkbox-required {
  background-image: none !important;
}
.a-field-label-required,.a-field-label-checkbox-required {
  line-height: 20px;
  background-image: none!important;
  color: #a94442;
  float: none;
  font-size: 21px;
  padding-left: 3px;
  padding-top: 0;
}

.a-field-label-required:hover:after, .a-field-label-checkbox-required:hover:after {
    content: attr(alt);
    position: absolute;
    font-size: 10px;
    margin-left: 6px;
    top: -23px;
    color: #a94442;
    border: 1px solid #e5e5e5;
    padding: 4px 8px;
    border-radius: 3px;
    border-radius:2px; background: white;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.03);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.03);
}
.a-field-label-required:before, .a-field-label-checkbox-required:before {
  content: "*";
  white-space: pre;
}

.required-icon {
    line-height:15px;
    color: #a94442;
    font-size: 21px;
}

.a-panel-body-instructions {
  margin-bottom: 15px;
}

.a-panel-bottombar {
  border-bottom: none;
  height: auto!important;
  overflow: auto;
  padding: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .3s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .3s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .3s;
}

.form-control:focus {
 border: 2px solid #555;
 outline: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
 background: #fff;
}

.btn {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 8px 16px;
  text-transform:uppercase;
  text-decoration: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline:none;
}
.btn-default {
  color: #777;
  border: 1px solid #ccc;
}

.btn-default:focus,.btn-default:hover,btn-default:active {
  color: #777;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-primary, .btn-primary[disabled] {
  background-color: #177d78;
  border:none;
  color: #fff;
  /*box-shadow: 0 0 5px 1px rgba(123,123,123,.4);*/
}
.btn-secondary {
    color: #fff;
    background: #666;
    border: 1px solid #777;
    padding: 4px 10px;
    border-radius: 0!important;
}
.btn-primary:active,.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:focus,.btn-primary:hover, 
.btn-primary[disabled]:active,.btn-primary[disabled]:active:focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover {
  color: #fff;
  background-color: #22a8a1;
  outline: none;
}

.btn-secondary:active,.btn-secondary:active:hover,.btn-secondary:active:focus,.btn-secondary:focus,.btn-secondary:hover, 
.btn-secondary[disabled]:active,.btn-secondary[disabled]:active:focus,.btn-secondary[disabled]:focus,.btn-secondary[disabled]:hover {
  color: #fff;
  background: #555;
}

.btn-primary .glyphicon {
  line-height: normal;
}

.pills:focus,.pills:hover,.progress {
  background: #e4e4e4;
}

.btn-xs {
  padding: 3px 8px;
}

.a-field-label-radio {
  font-weight: normal;
}
input[type="radio"] {
  margin: 3px 4px 0px 0;
    vertical-align: top;
}
.progress {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
}

.progress .progress-bar {
  background-color: #22a8a1;
}

.input-group-addon {
  background: 0 0!important;
  border: 1px solid #c4c4c4;
  border-left: none;
}
/*** Footer ***/

.footer {
  padding: 12px 0 6px;
  background-color: #172c2d;
  text-shadow: 1px 1px 1px rgba(255,255,255,.3);
  border-top: 1px solid #c5c5c5;
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.2);
}

.footer p {
  color:#989898;
  text-shadow:none;
  font-size:14px;
}

.footer #ncua-logo {
  margin-left: 4px;
  width: 60px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.footer #ehl-logo {
  width: 25px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.footer a {
 color:#989898;
 text-decoration:underline;
}

.footer a:hover {
  color: #dedede;
}

#forget_pwd {
  color: #1e9ec7;
}

@media (max-width:767px) {
  .footer p
  {
    font-size: .714em;
  }

  .footer #ehl-logo,.footer #ncua-logo
  {
    margin-top: 4px;
  }

  .footer #ncua-logo
  {
    width: 35px;
  }

  .footer #ehl-logo
  {
    width: 15px;
  }
}

.img-wrap {
  margin: 10px 0 30px;
}

.a-panel-body-instructions:empty,.panel-body .row:empty {
  display: none;
}

ul {
  list-style-type: square;
}

.btn {
  border-radius: 2px!important;
}

ul.psecu-list-disclosures {
  margin: 20px 0 35px;
}

ul.psecu-list-disclosures li {
  margin-bottom: 8px;
}

.glyphicon-exclamation-sign.error {
  color: #a94442;
}

.alert.alert-danger.a-error-container {
  border: 0;
  background: 0 0;
  position: relative;
  top: 0!important;
  left: 0!important;
  margin-bottom: 0;
  padding: 0;
}

.alert.alert-danger.a-error-container label.error {
  font-size: 12px;
  white-space: normal;
  padding: 2px 0 0 2px;
}

.alert.alert-danger.a-error-container label.error:before {
  font-family: 'Glyphicons Halflings';
  content: "\e101 ";
  padding-right: 4px;
}

.a-pills {
  padding-bottom: 0;
}

.nav-pills {
  border-bottom: 1px solid #ccc;
  padding-right: 100px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: initial;
  justify-content: initial;
  -webkit-flex-flow: row wrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

.nav-pills li {
  margin-bottom: 0;
}

.nav-pills li a {
  color: #666;
  padding: 10px 15px;
  text-decoration: none;
  margin-left: 0;
  border-radius: 0;
  font-size: 13px;
  margin-top: 1px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  margin-bottom: -1px;
}
.nav-pills li a:hover {
  color:#666;
  background-color:#e5e5e5;
}
@media (max-width:1199px) {
  .nav-pills li a
  {
    font-size: 11px;
  }
}

.nav-pills li.active a,.nav-pills li.active a:focus,.nav-pills li.active a:hover {
  background: #fff;
  -webkit-box-shadow: inset 0px 2px 0px 0px rgba(73,119,134,1);
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(73,119,134,1);
  box-shadow: inset 0px 2px 0px 0px rgba(73,119,134,1);
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid transparent;
  border-top:none;
  color: #666;
  margin-left: 0;
  margin-top: 1px;
}

.nav-pills>li+li {
  margin-left: -1px;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  padding: 12px 15px;
  background-image: url(../images/stripes.png);
  border-bottom: 1px solid #ccc;
}

.modal-title {
  font-size: 16px;
}

.a-field-control-readonly,.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
  background-color: rgba(0,0,0,.05)!important;
}

#frmOnlineProfileSignIn .a-button:last-of-type {
  float: left!important;
}

input[name=Field-ApplicationId].a-field-control-readonly {
  border: 0;
  font-size: 18px;
  padding: 0;
  background: 0 0!important;
}
input.error:focus,select.error:focus {
    border: 2px solid #a94442;
}

input.error,select.error {
  border: 1px solid #a94442;
}

.progress {
  margin-bottom: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 22px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 0;
  background: #fafafa;
  background-image: url(../images/stripes.png);
}

.progress-bar {
  line-height: 22px;
}
 
.a-screen-toolbar {
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

/*.a-screen-titlebar-wrapper:before {
  content: " * Required field ";
  margin: -46px 2px 0 0;
  float: right;
  font-size: 13px;
  color: #a94442;
}*/

.a-panel-content .row {
  display: flex;
  flex-wrap: wrap;
}

table.table {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
  background-image: url(../images/stripes.png);
}

.table-striped tbody tr td {
  width: 50%;
}

.panel-default .panel-heading {
  color: #666;
}

.product-selection .nav-tabs {
  border: 0;
}

.product-selection .category-tabs li a,.product-selection .category-tabs li.active a,.product-selection .nav-tabs li a:hover,.product-selection .nav-tabs li.active a,.product-selection .tab-content [role=tab-content] li a,.product-selection .tab-content [role=tab-content] li:active a {
  color: #666!important;
  text-decoration: none;
  border-radius: 0;
}

.product-selection .category-tabs li.active a,.product-selection .category-tabs li.active a:focus {
  background: #fff;
  -webkit-box-shadow: inset 0px 2px 0px 0px rgba(73,119,134,1);
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(73,119,134,1);
  box-shadow: inset 0px 2px 0px 0px rgba(73,119,134,1);
  border-bottom: 1px solid transparent;
  color: #666;

  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.product-selection .category-tabs li a:after,.product-selection .nav-tabs li a::after,.tab-content [role=tab-content] li a:after {
  background: 0 0;
}

.tabs-wrap .tab-content {
  background: #fff;
  border: 1px solid #ccc;

}

.a-button-panel {
  margin-top: -34px;
}

.a-button-panel,.a-panel-button {
  color: #fff;
  margin-right: -20px;
  background: #666;
  border: 1px solid #777;
  padding: 4px 10px;
  border-radius: 0!important;
}

.btn-primary.a-button-panel:active,.btn-primary.a-button-panel:active:focus,.btn-primary.a-button-panel:focus,.btn-primary.a-button-panel:hover,.btn-primary.a-panel-button:active,.btn-primary.a-panel-button:active:focus,.btn-primary.a-panel-button:focus,.btn-primary.a-panel-button:hover {
  background: #555;
  border: 1px solid #777;
}

.a-button-panel .glyphicon,.a-panel-button .glyphicon {
  margin-right: 2px;
  font-size: 11px;
}

.a-panel-button {
  margin-top: -20px;
}

.a-line {
  margin: 5px 0 25px!important;
  border-top: 1px solid #d4d4d4;
}

.product-selection .header-mobile .categories {
  background: #fff;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  padding: 20px;
}

.product-selection .header-mobile .categories hr {
  border-top: 1px solid #ccc;
}

.categories .subcategory .glyphicon-chevron-right {
  font-size: 12px;
  top: 0;
  float: right;
}

.product-selection .header-mobile .categories .subcategory {
  margin-left: 20px;
  padding: 4px;
}

.product-selection .header-mobile .category {
  font-weight: 700;
  font-size: 1.1em;
}

.product-selection .header-mobile .cart {
  display: block;
  background: #fff;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 15px;
}

.product-selection .header-mobile .empty-cart {
  margin-top: 0;
}

.cart .close,.categories .close {
  margin-top: -10px;
}

#btnContinueTop,#btnPreviousTop,#btnSaveBottom,#btnSaveExitTop,#btnSaveTop,#btnSubmitTop,#btnPreviousBottom,.a-screen-toolbar {
  display: none !important;
}

.a-screen-toolbar {
  padding-bottom: 5px;
}

.form-control[readonly].PA_b_FullName {
  border: 0!important;
  background-color: transparent!important;
}

.col-sm-12 {
  width: 100%;
}

.product-selection .cart img, .product-selection .header-mobile .cart-mobile img {
  max-height: 50px;
  margin-right: 10px;
  mix-blend-mode: multiply;
}

.apply-now {
  padding: 12px 28px !important;
}

.product-selection .cart .selected-products-summary .remove {
  top:1px;
  right:1px;
}

.a-bottombar.a-screen-bottombar {
  overflow:hidden;
}

.caret {
  font-family: 'Glyphicons Halflings';
  font-weight:bold;
  border: none;
  display: inline;
  color:#177d78;
  margin-left: -4px;
  vertical-align: text-top;
}

.caret::before {
  content: "\e259";
}

.form-control[readonly] {
    border:none;
    background-color:transparent !important;
}

@media (min-width:768px) {
  .navbar-inverse .navbar-right {
    margin-left: 30px;
  }

  .nav .dropdown.open .dropdown-menu {
   background: #4b4b4b;
   border-radius:0;
   min-width:180px;
   border:none;
 }

 .nav .dropdown.open .dropdown-menu li a {
   color: #fff;
   font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
   letter-spacing:0;
   padding: 12px 20px;
 }

 .dropdown-menu>li>a:focus{
  text-decoration:none;color:#262626;
  background-color:#000
}
}

.nav .dropdown.open .dropdown-menu li a:hover, .nav .dropdown.open .dropdown-menu li a:focus {
 background-color: #595959;
}

/*product nav bar tabs match app */
.product-selection .category-tabs li a {
    background: #f1f1f1;
    margin: -1px 0  0;
    border: 1px solid #ccc;
    margin-top:-1px;
    margin-left:-1px;
}
.product-selection .category-tabs li a:hover {
    border:1px solid #ccc;
    background: #e5e5e5;
}
.product-selection .category-tabs li.active a {
    margin-top:0;
    margin-left:0;
}
.product-selection .category-tabs li:first-child a {
    margin-left:0;
    margin-right:-1px;
}
.product-selection .category-tabs li.active a:hover {
    background: #fff;
  border-bottom: 1px solid transparent;
}

.product-selection .category-tabs li:active a:hover {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;    
}
.product-selection .category-tabs li a {
    
}

.PA_Field_CustomFields_GUID8AF45E7E_D64E_4687_874C_1D60EDFBB6FF .glyphicon {
    display:none;
}
#GridDocumentSets-data table#GridDocumentSets-data-table .a-simplegrid-th-last {
  display:none;
}
.panel-disbursed label:empty {
  display:none;
}
.panel-disbursed .form-control {
  padding:0;
}
.panel-disbursed .a-line {
  margin:25px 0 !important;
}
.panel-disbursed .a-htmltext {
  margin-bottom:15px;
}
.panel-disbursed .a-field-wrap {
    min-height: 30px;
    margin-bottom:0;
}
.panel-userid {
    border: none;
    padding: 0;
}
#ifPSECUCustom {
  margin-bottom:none;
}
/*.panel-approved {
  background-image: url(../images/background-confetti.gif);
  background-repeat: no-repeat;
}

.panel-approved #check-mark {
  margin: 120px auto 50px auto;
}
.panel-approved {
    padding-top:120px;
}
.panel-approved::before {
    content:  url(../images/check-mark.gif);
    align-items: center;
    justify-content: center;
    display: flex;
}
*/
.panel-approved .a-line {
  margin:25px 0 !important;
}
.panel-approved .a-field-wrap {
    min-height: 30px;
    margin-bottom:0;
}
.panel-approved input[readonly][style*="panel: visa-approved"] {
    text-align: center;
    font-weight: bold;
    text-transforsm: uppercase;
    font-size: 21px !important;
    line-height:21px;
}
.panel-approved .a-field-control {
    font-size: 26px;
    line-height:26px;
}
.panel-approved .form-control {
  padding:0;
}
.panel-approved .a-htmltext {
  font-size:18px;
}
.panel-approved .a-field-control-container textarea.a-field-control {
    font-size:14px;
}
.panel-approved .a-panel-body-instructions {
    display:none;
}
.shadow {
  -webkit-filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.4));
  filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.4));
}
.row-images {
  display: flex;
}
.row-images img {
  width: 100%;
    -webkit-filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.25));
  filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.25));
}
.row-images div:nth-child(n+2) {
   margin-left:30px;
}

#panelHMDA .ui-widget-header {
    display:none;
}
/*Reduce White Space HMDA Panel */
.HMDA-Panel-Checkbox-Group .a-field-label-container .a-field-label:empty {
    display:none;
}
.HMDA-Panel-Checkbox-Group .a-htmltext {
    min-height:0;
}
.HMDA-Panel-Checkbox-Group table {
    margin-bottom:0;
}
.HMDA-Panel-Checkbox-Group table td {
   vertical-align:middle !important;
}
.HMDA-Panel-Checkbox-Group  .a-field-control-container, .HMDA-Panel-Checkbox-Group .a-field-label {
    margin-left:15px;
}
.HMDA-Panel-Checkbox-Group .a-field-control-container input, .HMDA-Panel-Checkbox-Group .a-field-label-container {
    margin-left:30px;
}
.HMDA-Panel-Checkbox-Group .a-field-label-container + .a-field-control-container input[type=text] {
    margin-bottom:20px
}
.HMDA-Panel-Checkbox-Group .a-field-wrap {
    margin-bottom:0px;
}
.HMDA-Panel-Checkbox-Group .a-line {
    margin:20px 0 30px 0 !important;
}
.HMDA-Panel-Checkbox-Group .a-field-control-container .a-field-control {
 width:calc(100% - 90px);   
}
/*w9 panel */
.panel-w9 .a-htmltext {
    min-height:auto;
}
.panel-w9 table {
    margin-left:30px
}
.panel-w9 .a-field-label:empty {
    display:none;
}
.panel-w9 .a-field-wrap {
    min-height:auto;
}
.a-panel-content + .a-panel-bottombar {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}
#frmExitGuestApplication .a-panel {
  padding:35px 30px;
}
#welcome-link {
  margin:15px 0;
   display:inline-block;
}
/* Custom refresh message pre approval */
p[style*="msg: refresh"] {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    padding: 15px;
    margin-bottom: 20px;
    font-size:16px !important;
    text-align: center;
}
/* expand stipulation table cells */
#Grid_ApplicationScreensPanelsStipulation_2104499-data-table td {
    width: 100% !important;
}
/* strip off table style for doc sets - missing tds and breaking */
#GridDocumentSets-data-table {
    border:none;
}
#GridDocumentSets-data-table td {
    border:none;
}
#GridDocumentSets-data-table tbody tr:nth-of-type(even) {
    background:none;
}

/*preapproval modal*/
/*.pre-approval-modal ul:first-of-type li:nth-child(2),
.pre-approval-modal ul:first-of-type li:nth-child(3){
    display:none;
}

.pre-approval-modal ul:first-of-type  {
      margin-bottom:15px;

}

.pre-approval-modal p:first-of-type  {
   text-align:center;
}

.pre-approval-modal ul:first-of-type {
    list-style-type:none;
    text-align:center;
}

.pre-approval-modal ul:first-of-type li {
    font-weight:bold;
}
*/

.pre-approval-modal .modal-title table {
    margin: 0 auto;
}

.pre-approval-modal .modal-title h4 {
    color:#177d78;
    font-size:20px;
}
/* closing date to input-group w/ button */
.a-field-control-container.input-group {
	display: table;
}
.a-field-control-container.input-group .input-group-btn:last-child>.btn {
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
	padding: 6px 16px;
}
.input-group-addon, .input-group-btn {
	vertical-align:top !important;
}
.input-group-btn .btn {
  border: 1px solid #ccc;
  margin-left: -1px;
  padding:5px 12px
}
.input-group-btn .btn:hover, .input-group-btn  .btn:focus, .btn.focus {
  color: #111;
}
#dynamicModal h1 {
	font-size:28px;
}

@media (min-width: 769px) {
  .a-pull-right {
    float: right !important;
  }
}
.a-pull-right-button {
 float:right !important;
}

table.a-simplegrid.table tbody tr:nth-of-type(even) {
    background-image: url(../images/stripes.png);
}
table.a-simplegrid.table tbody tr td {
    border-top: 1px solid #ddd;
    vertical-align: middle;
}

.panel-successful {
  border:3px solid #9bba12;
}
.panel-successful .panel-successful {
  border:none;
}

.a-card-crosssell {
  border:none;
}


@media (max-width: 1199px) {
  .panel-approved .a-field-control {
    font-size: 19px;
    line-height:19px;
  }
  .panel-approved .a-htmltext {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
      padding-top:79px !important;
  }
  .navbar-inverse {
    padding-top: 15px;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #5f5f5f;
  }
  .navbar-inverse .navbar-toggle {
    border:none;
  }
  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: none;
  }
  .navbar-toggle {
    margin-top:0;
  }
  .navbar-toggle .icon-bar {
    height:3px;
    width: 32px;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
  }
  .panel-approved .a-htmltext {
    font-size: 14px;
  }
  .panel-approved input[readonly][style*="panel: visa-approved"] {
    font-size: 18px !important;
    line-height:18px;
  }
  .panel-approved .a-field-control {
    font-size:16px;
    line-height:16px;
  }
}


/*Product Page Changes for mobile*/
@media (max-width: 767px) {
    .product-selection .header-mobile .cart {
        display:none;
    }
    .product-selection .header-mobile .categories {
        display:block;
    }
    .product-selection .header-mobile .categories .close {
        display:none;
    }
    .product-selection .header-mobile .categories {
        padding-top:0;
    }
}

/* 1/4/21 Hide Follow Up Button*/
/*[id^="btnFollowUp-loan-"],*/
button[alt="Follow Up Later"] {
    display: none;
}

/* utility classes */
.no-bullets {
  list-style: none;
}
.font-weight-bold {
  font-weight:bold;
}
.mb-20 {
  margin-bottom:20px;
}