.mt-checkbox-outline {
    margin-bottom: 5px
}

.padding-top-10 {
    padding-top: 10px;
}

.labelWidth {
    width: 180px;
}

.variable-combo-padding {
    padding-top: 6px;
    padding-bottom: 6px;
}

.radio-title {
    font-size: 14px;
    color: #333333;
}

.warn-color {
    color: red;
    margin-left: 105px;
}

.bitwise-label {
    width: 100px;
}

.bitwise-variable {
    width: calc(100% - 205px);
}

.bitwise-bitIndex {
    width: 90px;
}

.point {
    height: 30px;
    float: left;
    width: 10px;
    text-align: center;
}

.design-nav-link {
    .nav.nav-tabs {
        .nav-link {
            color: #666 !important;
            border-bottom: 1px solid transparent;
        }
        .active{
            border-color: #fff;
            color: #3695ff !important;
            border-bottom: 1px solid #3695ff;
        }
    }
}