body {
    background-color: rgb(255, 255, 255)!important;
}
input[type="submit"]:disabled {
    cursor: none;
    opacity: 0.2;
}
#result{
    display: none;
    margin-top: 45px;
    text-align: center;
}
    #result .row {
        display: block;
    }
#imgContainer {
    text-align: center;
}
.downloads {
    display: none;
    margin-top: 20px;
}
.selectpicker {
    width: 100%;
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type='number'] {
    -moz-appearance:textfield;
}
input[type='submit'] {
    -webkit-appearance: none;
}
.btn {
    width: 100%;
    margin-bottom: 10px!important;
}
#result img {
    border: 1px solid #ccc;
}
.loading {
    background-image: url('/Images/ajax-loader.gif')!important;
    background-repeat: no-repeat!important;
    background-position: 95% 50%!important;
}
#mixProducts {
    list-style: none;
    overflow: auto;
    text-align: left;
    padding: 0;
    margin: 0;
    padding-left: 12px;
}
#mixProducts li {
    display: block;
    float: left;
    min-height: 160px;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(178, 41, 46);
    position: relative;
    line-height: 19px;
}
#mixProducts li:nth-of-type(2) {
    margin-right: 10px;
}
#mixProducts li img {
    border: 1px solid rgb(236, 237, 237);
}
.selectedToMix img{
    border: 1px solid red!important;
}
#mixProducts span {
    font-size: 13px;
    line-height: 14px;
}
#mixProducts input[type=number] {
    position: absolute;
    left: 20px;
    top: 70px;
    display:none;
    width: 60px;
    border: 1px solid #9c9e9f;
    padding: 4px;
    font-size: 12px;
}
#mixProducts .deleteFromMix {
    position: absolute;
    left: 20px;
    top: 5px;
    width: 60px;
    height: 60px;
    background-image: url('/images/trash-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: none;
}
    #mixProducts .deleteFromMix:hover {
        opacity: 0.9;
    }
.fnone {
    height: 22px;
    margin-bottom: 4px;
}
.incorrectRatio {
    background-color:#eceded;
    border: none;
}
#totalRatio {
    width: 50px;
}
#mixDialog {
    display: none;
    /*border: 1px solid #eceded;*/
    border-top: none;
    padding: 10px;
}
#generateMixButton {
    /*margin-top: 20px;*/
}
input[id*="ButtonOpenMixDialog"] {
    margin-bottom:0!important;
}
.mixControls {
    padding: 10px;
    text-align: center;
}
.hidden{
    display: none;
}
.noMargin {
    margin: 0!important;
}
.mixInstructie {
    padding: 15px;
    text-align: left;
}
.mixInstructie ol {
    padding: 0;
    margin: 0;
}
.mixInstructie ol li {
    margin-left: 20px;
}
.nopadding {
    padding-left:0!important;
}
    .thumbnailList li {
        height: 180px;
        position: relative;
    }
    .thumbnailList li img {
        width: 100px;
        height: 100px;
    }
    .thumbnailList li img.lazy {
        background-image: url('/images/preloader.gif');
        background-repeat: no-repeat;
        background-position: center;
    }
.thumbSelectionBonds, .thumbSelectionJoints {
    padding: 0;
    margin: 0;
}
.thumbSelectionBonds li {
    list-style-type: none;
    width: 150px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
.thumbSelectionJoints {
    text-align: left;
}
    .thumbSelectionJoints li {
        list-style-type: none;
        width: 250px;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }
        .thumbSelectionJoints li img {
            margin-right: 10px;
        }
.remodal h2 {
    color: rgb(178, 41, 46);
    font-size: 24px;

}

.sufViewer {
    font-size: 12px;
}
    .sufViewer td {
        vertical-align: top;
    }
.bestek-style2 { width: 80px; }
.bestek-style3 { width: 50px; }
.bestek-style4 { width: 20px; }
.bestek-style5 { color: #FF0000; }
.bestek-style6 { color: #808080; }
.bestek-style7 { color: #000000; }
.bestek-style8 { width: 25px; }

#buttonCopySTABU, #buttonCopyRECAP {
    font-size: 13px!important;
}