/* iCheck plugin Minimal skin, grey
----------------------------------- */
.icheckbox_minimal-grey,
.iradio_minimal-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(grey.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-grey {
    background-position: 0 0;
}
    .icheckbox_minimal-grey.hover {
        background-position: -20px 0;
    }
    .icheckbox_minimal-grey.checked {
        background-position: -40px 0;
    }
    .icheckbox_minimal-grey.disabled {
        background-position: -60px 0;
        cursor: default;
    }
    .icheckbox_minimal-grey.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal-grey {
    background-position: -100px 0;
}
    .iradio_minimal-grey.hover {
        background-position: -120px 0;
    }
    .iradio_minimal-grey.checked {
        background-position: -140px 0;
    }
    .iradio_minimal-grey.disabled {
        background-position: -160px 0;
        cursor: default;
    }
    .iradio_minimal-grey.checked.disabled {
        background-position: -180px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_minimal-grey,
    .iradio_minimal-grey {
        background-image: url(grey@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}

.dasha-selboxct .controls{height: auto;}
.dasha-selboxct ul {margin-left: 10px;margin-bottom: 5px;}
.dasha-selboxct ul li {list-style-type: none;height: 20px;}
.dasha-selboxct ul li .iradio_minimal-grey,.dasha-selboxct ul li .icheckbox_minimal-grey{float: left;}
.dasha-selboxct ul li label{display: inline-block;padding-left: 10px;margin-bottom: 0px;line-height: 20px;}
.dasha-selboxct.error span.input-error{display: none !important;}
.dasha-selboxct.error .iradio_minimal-grey{background: url(path4136.png) no-repeat;background-position: 0 0;}
.dasha-selboxct.error ul li label{color:#b94a48;}