html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#qr-reader {
    width:300px;
    margin:auto;
    /*height:168px;*/
    min-height:398px;
    height:398px;
    /*height:fit-content;*/
    border:solid red 2px;
}

video {
    max-width: 100%;
    width: 100%;
}
.btn-icrs-size {
    margin-top: .25rem;
    max-width: 48px !important;
    width:fit-content;
    margin-left: .25rem;
}
#AvailableSizes{
    display:block;
}
.icrs-itemTitle{
    color:blue;
    font-weight:bold;
}
.icrs-logo-small {
    max-height: 2rem;
}
.itemAction {
    display: block;
    clear: both;
    max-width: 25vw;
    width:120px;
}
.dialog-active {
    background-color: green;
    color: yellow;
}
.dialog-alert {
    background-color: red;
    color: yellow;
}
button[onclick*="doc"] {
    display: block;
    margin: auto;
}
#rsMsg{
    text-align:center;
}
.message-dialog {
    max-width: 80vw;
    border: none;
    filter: drop-shadow(0px 0px 1vh rgba(0,0,0,.5));
    border-radius: 2rem;
    width:400px;
}
.standard-dialog {
    border: none;
    filter: drop-shadow(0px 0px 1vh rgba(0,0,0,.5));
    border-radius: 2rem;
}
#loader {
    max-width:268px;
    margin:auto;
    display:block;
}
.basket-dialog {
    max-width: 95vw;
    border: none;
    filter: drop-shadow(0px 0px 1vh rgba(0,0,0,.5));
    border-radius: 2rem;
    width: 400px;
    max-height:90vh;
}
img.tiny{
    max-height:24px;
}
.hidden{
    display:none !important;
}

#basketContent img {
    width: 50px;
}

#basketContent .row {
    /*filter: drop-shadow(0px 0px 1vh rgba(0,0,0,.5));*/
    margin: .1rem;
    border-radius: 1rem;
    background-color: white;
    padding: .5rem;
    overflow-y: auto;
    border: solid thin #bbb;
    font-size: .75rem;
}

#basketContent .col, .col-2, .col-3 {
    text-align: center;
}
input.quantity{
    max-width:4rem;
    background-color:lightgoldenrodyellow;
}
span.RequestSize{
    font-weight:bold;
}
.Price{
    font-weight:bold;
}
#basketContent button{
    max-width:4rem;
    width:4rem;
}
.total {
    font-weight: 800;
    font-size: 1.2rem;
    background-color: lightgoldenrodyellow;
    line-height: 2.5;
    color: blueviolet;
}
#basketContent button {
    border-radius: .8rem;
    margin-top: .2rem;
    max-height: 3rem;
    height: 2.75rem;
    padding: .1rem;
}
.modalClose {
    position: absolute;
    height: 20px;
    margin-right: 0px;
    top: 8px;
    right: 10px;
    cursor: pointer;
}
.modalClose img{
    height:14px;
}
.modalBack {
    font-size: 1.5rem;
    font-weight: lighter;
    color: seagreen;
}
.modalBack img {
    height: 40px;
    margin-right: 0px;
    bottom: 8px;
    right: 10px;
    cursor: pointer;
    position: absolute;
}
#payframe {
    height: 65vh;
    margin-bottom: 10vh;
}
#paymentDetail img {
    width: 50px;
}

#paymentDetail {
    /*filter: drop-shadow(0px 0px 1vh rgba(0,0,0,.5));*/
    margin: .1rem;
    border-radius: 1rem;
    background-color: white;
    padding: .5rem;
    overflow-y: auto;
    border: solid thin #bbb;
    font-size: .75rem;
}

#paymentDetail .col, .col-2, .col-3, col-4, col-6 {
    text-align: center;
}
#paymentDetail hr{
    
    margin-top:10px;
}