/* Ion.CheckRadio
// Version 1.1.1
// by Denis Ineshin | ionden.com
// ===================================================================================================================*/

/* =====================================================================================================================
// CheckRadio */

.icr {
    cursor: pointer;
    display: inline-block; 
	vertical-align: top;
    position: relative;
}
.icr.disabled {
    cursor: default;
    opacity: 0.5;
}
.icr__text {
	display: block;
    position: relative; 
}
.icr__radio, .icr__checkbox {
	display: block;
    position: absolute; 
    top: 0; left: 0;
}
.icr__hidden {
    display: block;
    float: left;
    font-size: 0; 
    height: 0 !important;
	line-height: 0;
    overflow: hidden !important;
    position: relative;
    width: 0 !important;
}