.icr-label {
padding-right: 2px;
margin: 0 5px 5px 0;
}
.icr-item {
width: 18px;
height: 18px;
border: 1px solid #008fed;
margin-right:10px;
}
.icr-item.type_radio {
-moz-border-radius: 18px;
border-radius: 18px;
}
.icr-label.checked .type_radio:after {
position: absolute;
display: block;
content: "";
top: 50%; left: 50%;
width: 8px; height: 8px;
margin: -4px 0 0 -4px;
-moz-border-radius: 8px;
border-radius: 8px;
background: #008fed;
}
.icr-label.focused .icr-item {
-webkit-box-shadow: rgba(0,0,0,.298039) 0 1px 4px -1px;
-moz-box-shadow: rgba(0,0,0,.298039) 0 1px 4px -1px;
box-shadow: rgba(0,0,0,.298039) 0 1px 4px -1px;
}
.lt-ie9 .icr-label.focused .icr-item {
border-color: #555;
}
.icr-item.type_checkbox {
-moz-border-radius: 1px;
border-radius: 1px;
}
.icr-label.checked .type_checkbox:after {
position: absolute;
display: block;
content: "";
top: 50%; left: 50%;
width: 3px; height: 12px;
margin: -6px 0 0 0px;
background: #008fed;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.icr-label.checked .type_checkbox:before {
position: absolute;
display: block;
content: "";
top: 50%; left: 50%;
width: 4px; height: 3px;
margin: 0px 0 0 -6px;
background: #008fed;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.icr-label:hover .icr-item, .icr-label.checked .icr-item {
border-color: #008fed;
}
.icr-label.checked:hover .icr-item:after, .icr-label.checked:hover .icr-item:before {
background: #008fed;
}
.icr-label.disabled.checked:hover .icr-item:after, .icr-label.disabled.checked:hover .icr-item:before {
background: #00aeff;
}