.quick-detail-header-container{
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    padding: 2% 0;
  }
  .quick-detail-img-container{
    width: 100%;
    text-align: center;
  }
  .quick-detail-img-container img{
    width: 300px
  }
  .quick-detail-modal-body table{
    width: 100%;
    text-align: left;
    margin: 1% 0;
  }
  .quick-detail-section-header{
    font-weight: bold;
  }
  .quick-detail-extended-detail-wrapper{
    text-align: left;
  }
  .PRODEXTDESC{
    width: 95%;
  }
  .overridden-flybox{
      position: relative;
  }
  .fbContent {
      width: 100%;
      background: #fff;    
  }
  .mainCol{
      overflow:visible;
  }
  .quick-detail-field-header{
      background-color: lightgrey;
      /*display: none;*/
  }
 
  .unpadded{
    padding: 0 !important;
  }

  .unmargined{
    margin: 0 !important;
  }
  
  .margin-auto-horizontal-center{
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .qd-listing .quick-detail-extended-detail {
    max-height: 300px;
    overflow: auto;
}

.quick-detail-extended-detail-wrapper td,.quick-detail-extended-detail-wrapper th{
  text-align: left;
} 

  /*Portal Fix to Ensure detail column take as much room as possible*/
  .itemDetails {
      width: 100%;
  }

  
  /*Loading Button*/
  .loading-button {
    position: relative;  
    background: #eaeaea;  
    /* width:100%; */
    padding: 0 10px;  
    margin: 2% 0;
  }
  
  .loading-button:active {
    background: #eaeaea;  
  }
  
  .loading-button__text {
    color: black;
    margin: 5px 0;
    transition: all 0.2s;
    display: inline-block
  }
  
  .loading-button--loading .loading-button__text {
    visibility: hidden;
    opacity: 0;
  }
  
  .loading-button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #000000;
    border-radius: 50%;
    animation: loading-button-loading-spinner 1s ease infinite;
  }
  
  @keyframes loading-button-loading-spinner {
    from {
      transform: rotate(0turn);
    }
  
    to {
      transform: rotate(1turn);
    }
  }
  
  .fieldColumn:nth-child(3) .detailRow:nth-child(9) .label::before {
    content: 'Insurance/';
  }