.opm-checkbox-container input[type="checkbox"], .opm-radio-container input[type="radio"] {
    position: absolute;
    left: -1000em;
}

html[dir="rtl"] .opm-checkbox-container input[type="checkbox"], html[dir="rtl"] .opm-radio-container input[type="radio"] {
    position: absolute;
    left: 1000em;
}

.opm-checkbox {
    width  : 24px;
    height : 24px;
    margin : 0 0 0 0;
    background:url(images/theme.png) -120px top no-repeat;
    vertical-align: top;
    position: absolute;
    top: -2px;
}

.opm-radio {
    width  : 24px;
    height : 24px;
    margin : 0 0 0 0;
    background:url(images/theme.png) -24px top no-repeat;
    vertical-align: top;
    position: absolute;
    top: -2px;
}

input[type="checkbox"]:checked + .opm-checkbox {
    background-position: -96px top;
}

input[type="checkbox"]:disabled + .opm-checkbox {
    background-position: -144px top;
}

input[type="checkbox"]:disabled:checked + .opm-checkbox {
    background-position:-168px top;
}

input[type="radio"]:checked + .opm-radio {
    background-position:0px top;
}

input[type="radio"]:disabled + .opm-radio {
    background-position: -48px top;
}

input[type="radio"]:disabled:checked + .opm-radio {
    background-position: -72px top;
}

input[type=checkbox]:focus + .opm-checkbox {
    outline: 2px solid #1474bf;
}

input[type=radio]:focus + .opm-radio {
    outline: 2px solid #1474bf;
}

.opm-checkbox + label, .opm-radio + label {
    display: inline-block;
    margin-left: 30px;
    margin-right: 6px;
    line-height: 1.5;
    position: relative;
    min-height: 28px;
    white-space: normal;
}

html[dir="rtl"] .opm-checkbox + label, html[dir="rtl"] .opm-radio + label {
    margin-left: 6px;
    margin-right: 30px;
}

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .opm-checkbox,
    .opm-radio {
        background-image: url(images/theme@2x.png);
        -webkit-background-size: 192px 24px;
        background-size: 192px 24px;
    }
}

.opm-select-container {
	position:relative;
}

.opm-control-item-dropdown select {
    width: 100%;
}

.control button.searching-combo {
	width: 18px;
	height: 9px;
    background:url(images/dropdown.png) no-repeat;
    right: 12px;
    top: 10px;
    position:absolute;
}
