html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

div#panelsStayOpen-headingOne:hover {
    background-color:#dadada;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

input[type=file]::file-selector-button {
  border: 1px solid darkgreen;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: lightgreen;
  transition: 1s;
}

input[type=file]::file-selector-button:hover {
  background-color: #81ecec;
  border: 1px solid #00cec9;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

:not(:defined) {
  visibility: hidden;
}
.card-heading {
    padding: 5px 0px 5px 5px
}

.border-success{
   border-width: 2px
}

.card-default{
   border-width: 2px
}

fluent-card {
  padding: 10px;
  display: flex;
  flex-direction: column;
}

fluent-switch::part(label) {
    margin: 0 !important;
}

fluent-switch::part(switch){
    background: #999999;
}

h2 {
  font-size: var(--type-ramp-plus-5-font-size);
  line-height: var(--type-ramp-plus-5-line-height);
}
.font-weight-600 {
    font-weight:600!important;
}

#button {
  align-self: flex-end;
}

.steinhafels-bg-gray {
    background-color: #424242;
}

.steinhafels-bg-light-gray {
    background-color: dimgray;
}

.steinhafels-bg-cream {
    background-color: #F7F5EF;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.social-media-icon-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
    margin-bottom: 48px
}

.social-icon {
    height: 28px;
    width: 28px;
    fill: #414141
}

.required-field:after {
    content:" *";
    color: #B10E1C;
}

.menu-node-link {
    color: #414141;
    text-transform: uppercase;
    text-decoration: none;
}

.header-logo {
    width: 279.4px;
    height: 54.83px;
}
.desktop-header {
    width: calc(100% - 20px);
    padding-left: 0;
    padding-right: 0;
    padding-top: 32px;
    max-width: 1366px;
    margin: 0 auto;
}
.desktop-header-icon-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 10px;
    column-gap: 16px;
}
.main-navbar-container{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
    column-gap: 50px;
}

.icon-text-container img {
    margin: 0 10px 0 10px;
    padding-right: 0;
    height: 26px;
    width: 30px;
}
.main-navbar-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    flex-basis: 310px;
}
.bpc-header-logo{
    height: 86.83px;
}
.container-footer{
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    grid-template-areas:
    "email email email"
    "menu menu pageelement"
    "menu menu pageelement"
    "menu menu social"
    "legal legal legal";
    grid-column-gap: 1%;
    column-gap: 1%;
}
.copyright-container{
    margin-top: 50px;
    margin-bottom: unset;
    grid-area: legal;
    flex-direction: row;
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}
.social-media-icon-container{
    grid-area: social;
    margin: 0;
    padding: 0 16px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.legal-text-1{
    font-size:13px;
}

@media (max-width: 480px) {
    .main-navbar-content {
      justify-content: space-evenly;
    }
    .main-navbar-container {
        column-gap: 15px;
    }
    .bpc-header-logo {
        height:0px;
    }
    .legal-text-group{
        width: 100%;
    }
    .legal-text-1{
        text-align: center;
    }
    .header-logo {
        width: 150px;
    }
    section#content.home {
        padding-left: 10px;
    }
    .customer-service section{
      margin-right: 10px;
    }
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

.background-white {
    background-color:white!important;
}
.customer-service .row{
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-title h2{
      margin-left: 10px;
      margin-right: 10px;
  }
  .customer-service section{
      margin-left: 10px;
  }
.customer-service .row {
    margin-right: 10px;
    margin-left: 0;
  }
}

.stein-red{
    color:#A00003!important;
}

.--bs-accordion-btn-focus-box-shadow {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.accordion-button:focus{
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.align-text-center {
    text-align: center;
}
.align-text-right {
    text-align: right;
}

#OrderDetailsSummary table{
    margin: 10px;
    min-width: -webkit-fill-available;
}
#OrderDetailsSummary table td{
    padding-top: 10px;
}

#ProtectionPlans table{
    margin: 0px 10px 10px 0;
    min-width: -webkit-fill-available;
}
#ProtectionPlans hr{
    margin-bottom: 0;
}
#ProtectionPlans tr td {
    border-bottom: 1px solid #dadada;
    padding: 15px 0 10px 0;
    font-size:14px;
}
#OrderOptions table{
    margin: 0px 10px 10px 0;
    min-width: -webkit-fill-available;
}
#OrderOptions hr{
    margin-bottom: 0;
}
#OrderOptions tr td {
    border-bottom: 1px solid #dadada;
    padding: 15px 0 10px 0;
    font-size:14px;
}
.ui-datepicker-unselectable{
    text-decoration: line-through;
    font-weight: 500 !important;
}
.lblText{
    font-weight: 600;
    font-size: smaller
}
.block-grey{
    background-color: #efefef;
    border-bottom: solid 1px #dadada;
    border-left: solid 1px #dadada;
    border-right: solid 1px #dadada;
}
.block{
    background-color: #efefef;
    border: solid 1px #dadada
}
 .mop-container {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
    }

        .mop-container:hover {
            cursor: pointer;
        }

    div.mop-container:not(.selected) {
        background-color: #fff;
        border: solid 1px #dadada;
    }

    div.mop-container.selected {
        background-color: #efefef;
        border: solid 1px #dadada
    }

    .cc-types-display {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .cc-types-display > div {
            width: 36px;
            height: 24px;
            margin: 2px;
        }

    .gc-flex-container {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    #GCInfoContainer .btn {
        border-radius:0; 
        height:30px!important;
    }

    #GCInfoContainer .ladda-label{
        position:relative;
        bottom:9px
    }

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}




