﻿#config {
    overflow: auto;
    margin-bottom: 10px;
}

.config {
    float: left;
    width: 200px;
    height: 250px;
    border: 1px solid #000;
    margin-left: 10px;
}

    .config .title {
        font-weight: bold;
        text-align: center;
    }

#submit {
    clear: both;
}

#barcodeTarget,
#canvasTarget {
    margin-top: 20px;
}

.scrollclass {
    height: 250px;
    overflow-y: scroll;
}

#submit input {
    background: #44475a !important;
    border: 0;
    padding: 12px;
    color: #fff;
    border-radius: 9px;
}

#download button {
    background: #44475a !important;
    border: 0;
    padding: 12px;
    color: #fff;
    border-radius: 9px;
    margin-right: 5px;
}

#downloadjpg button {
    background: #44475a !important;
    border: 0;
    padding: 12px;
    color: #fff;
    border-radius: 9px;
}

.form-check-input {
     position: unset!important; 
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2.5em;
    margin-bottom: 0.125rem;
}
    
