.user-select-none {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Chrome and other browsers */
  }

.main {
    background-color: #92838C;
    height: 100%;
}

.row {
    margin-bottom: 10px;
}

.panel-title a {
    color: #fff;
    text-decoration: none;
}

.panel-body a, span {
    font-size: 14px;
    color: #fff;
}

.panel-body .input-group-text {
    border: #fff;
    border-left: none;
    background-color: #fff;
}

.panel-body .form-control {
    border: none;
}

.panel-body .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: initial;
}

.card-header {
    font-weight: normal;
    font-size: 0.75em;
}
.card-header .card-title {
    font-weight: bold;
    font-size: 0.75rem;
}
.card-list {
    padding: 0 !important;
}
.card-body .card-title {
    font-weight: bold;
    font-size: 0.75rem;
}
.card-body ul {
    font-weight: normal;
    font-size: 0.75rem;
}
.card-footer {
    font-weight: normal;
    font-size: 0.75em;
}
.card-footer .card-title {
    font-weight: bold;
    font-size: 0.75rem;
}
.card-footer a {
    font-weight: normal;
    font-size: 0.75rem;
}

.navbar-bg {
    background-color: #71639e;
}
.navbar-toggler {
    border: none;
    outline: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.panel-title {
    color: #fff;
}
.dashboard .btn:not(.btn-block) { 
    width:120px;
    margin-bottom:10px;
    padding: 0 10px;
}

.qty .count {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
}
.qty .button {
    cursor: pointer;
    color: white;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.qty .button:hover{
    background-color: #94b6c8 !important;
}

.qty span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.qty input{  
    border: 0;
    width: 2%;
}
.qty input:focus {
    box-shadow: none;
    outline: none;
    border-color: initial;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty input:disabled{
    background-color:white;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    padding-bottom: 5px;
    border-radius: 10rem;
    margin-top: 2px;
    margin-right: 10px;
}

#qrcode__dashboard button#html5-qrcode-button-camera-start,
#qrcode__dashboard button#html5-qrcode-button-camera-stop {
    /*display: none !important;*/
}

#signature {
    background-color: #fff;
    width: 100%;
    height: auto;
    border: 1px solid #dee2e6;
}