html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.up{ text-transform:uppercase}

.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;
}

.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;
}

.bcbkgreen {
    background-color: #00AB04
}

.bcgreen {
    color: #00AB04
}

.bcbklightgreen {
    background-color: #D9F2DA;
}

.bcblueButton {
    background-color: #387FF5 !important;
    color: white;
    font-weight: bold;
}
.bcGbutton {
    background-color: #00AB04 !important;
    color: white;
    font-weight: bold;
    border:0;
}



.bcBttn{
    padding:5px;
    border-radius:5px;
}
#loader{text-align:center;}

#msg {
    text-align: center;
    padding: 10px;
    background-color: #F8D7DA;
    border: 1px solid #FD2100;
    border-radius: 5px;
    color: red;
    font-weight: bold;
    margin-bottom: 20px;
}

.bc-nav p{padding-top:10px;color:white;}
.listitem {
    text-decoration: none;
    background-color: #F4F5F7;
    padding: 3px;
    margin: 2px;
    border-radius: 5px;
    color: black;
}
.fitTyres {
    background-color: #D9F2DA;
    font-weight: bold;
   
}
.fitCheck {
    background-color: #FECC00;
   
}
.fitBox {
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

.mediaImageTitle {
    background-color: #00AB04;
    color: white;font-size:0.8em;   
   text-align:center;
}

.mediaImageHolder {
    min-width: 120px;
    max-width: 120px;
    min-height: 80px;
    max-height: 80px;
    display:inline-grid;
    margin-right: 10px;
   margin-bottom:10px;
    padding-top: 0;
}

.mediaDeleteBttn {
    z-index: 100;
    position: relative;
    left: 95px;
    top: -25px;
    max-width: 20px;
    max-height: 20px;
   
}
.mdb {
    margin-left: -4px;
    margin-top: -4px;
    display:block;
    
}

#signatureCanvas {
    border: 1px solid #E2E6E9;
    width: 100%;
    min-height: 250px !important;
    /*width: 305px !important;
    min-width: 375px !important;
    min-height: 250px !important;
    max-height: 376px !important;
    min-width: 375px !important;*/
}

#fittingDistinct{margin-bottom:0px;}

section {
    border-radius: 5px;
    border: 1px solid #E2E6E9;
    padding: 8px;
    margin-bottom: 5px;
    /* background-color:gold*/
    background-color: #D9F2DA;
}

.font-weight-bold{font-weight:bold;}
.noList{list-style-type:disclosure-closed}
.red {
    color: red;
    font-weight: bold
}

.dn{display:none;}