﻿.configure.pipe {
    .form-label {
        width: 100px;
    }
    .checkbox {
        padding-left: 20px;
        margin-bottom: 0px;
    }
    .left {
        width: 100%;
    }
    .right {
        width: 100%;
    }
    .margin-top-5 {
        margin-top: 5px;
    }
    .pipeWallColor,
    .backGroundColor,
    .blockColor {
        margin-left: 4px;
    }
    .color-picker-label {
        float: left;
        margin-top: 3px;
    }
}
.inline-label{
    float: left;
}
.color-picker{
    width: 100px;
}
