/*==== MDR-BETTER-CHECK      */
div.chk-wrap {
    width: 100%;
    position: relative;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

.chk-wrap > .chk-column {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding-right: 8px;
}
.chk-column.c1 { width: 100%; }
.chk-column.c2 { width: 50%; }
.chk-column.c3 { width: 33.33%; }
.chk-column.c4 { width: 25%; }
.chk-column.c5 { width: 20%; }

.sbt-better-check-display {
    display: block;
    xxwidth: 100%;
    border: 1px #999999 solid;
    box-sizing: border-box;
    padding: 5px;
    height: 28px;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #ffffff;
    position: relative;
}
.sbt-better-check-display.mb {
    margin-bottom: 12px;
}

.sbt-better-check-display.ctl-err {
    background-color: #ffff00 !important;
    border-color: #ff0000 !important;
}

.sbt-better-check-display:after {
    content: "\f107";
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 900;
    top: 4px;
    right: 6px;
    font-size: 16px;
}
.sbt-better-check-items {
    display: none;
    position: absolute;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px #999999 solid;
    padding: 4px;
    width: 100%;
    z-index: 1000 !important;
}
    .sbt-better-check-items > span {
        position: relative;
    }
    .sbt-better-check-items > span > span {
        display: block;
    }
    .sbt-better-check-items > span > br {
        display: none;
    }
    .sbt-better-check-items input[type="checkbox"] {
        margin-right: 6px;
        height: 12px;
        width: 12px;
        position: relative;
        top: 2px;
    }
    .sbt-better-check-items label {
        font-size: 12px;
        line-height: 14px;
        margin: 0px;
    }

.sbt-better-check-display.allchk-change {
    background-color: #ffff00;
    transition: all .5s ease-in-out;
}