input.radiocheck+label {
    cursor: pointer;
    position: relative;
}
input.radiocheck+label:after, input.radiocheck+label:before {
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
}
input.radiocheck+label.full {
    background: #23b7e5;
    border-radius: 3px;
    color: #fff;
}
input.radiocheck+label.full:after, input.radiocheck+label.full:before {
    color: #fff;
    background: #23b7e5;
}
input.radiocheck+label.full:before {
    content: '\f00d'}
input.radiocheck+label.full:after {
    content: '\f00c';
    opacity: 0;
    transition: all .2s;
}
input[type=checkbox].radiocheck:disabled+label.full, input[type=checkbox].radiocheck:disabled+label.full:after, input[type=checkbox].radiocheck:disabled+label.full:before, input[type=radio].radiocheck:disabled+label.full, input[type=radio].radiocheck:disabled+label.full:after, input[type=radio].radiocheck:disabled+label.full:before {
    background: #72d5f3;
    cursor: default;
}
input.radiocheck+label.full.small.right {
    font-size: 12px;
    padding: 6px 30px 6px 6px;
}
input.radiocheck+label.full.small.left {
    font-size: 12px;
    padding: 6px 6px 6px 30px;
}
input.radiocheck+label.full.small.right:after, input.radiocheck+label.full.small.right:before {
    font-size: 14px;
    top: 5px;
    right: 5px;
    width: 18px;
    line-height: 18px;
    height: 18px;
}
input.radiocheck+label.full.small.left:after, input.radiocheck+label.full.small.left:before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    width: 18px;
    line-height: 18px;
    height: 18px;
}
input.radiocheck+label.full.default {
    font-size: 16px;
    padding: 10px 40px 10px 10px;
}
input.radiocheck+label.full.default.left {
    font-size: 16px;
    padding: 10px 10px 10px 40px;
}
input.radiocheck+label.full.default::after, input.radiocheck+label.full.default::before {
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    right: 9px;
    top: 9px;
    width: 24px;
}
input.radiocheck+label.full.default.left:after, input.radiocheck+label.full.default.left:before {
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    left: 9px;
    top: 9px;
    width: 24px;
}
input.radiocheck+label.full.big.right {
    font-size: 26px;
    padding: 10px 50px 10px 10px;
}
input.radiocheck+label.full.big.right::after, input.radiocheck+label.full.big.right::before {
    font-size: 30px;
    height: 26px;
    line-height: 26px;
    right: 12px;
    top: 16px;
    width: 26px;
}
input.radiocheck+label.full.big.left {
    font-size: 26px;
    padding: 10px 10px 10px 50px;
}
input.radiocheck+label.full.big.left::after, input.radiocheck+label.full.big.left::before {
    font-size: 30px;
    height: 26px;
    line-height: 26px;
    left: 12px;
    top: 16px;
    width: 26px;
}
input.radiocheck+label.nofull:after, input.radiocheck+label.nofull:before {
    border: 2px solid #23b7e5;
    border-radius: 4px;
    text-align: center;
    color: #23b7e5;
}
input.radiocheck+label.nofull:before {
    content: ''}
input.radiocheck+label.nofull:after {
    content: '\f00c';
    background: #23b7e5;
    color: #fff;
    opacity: 0;
    transition: all .2s;
}
input[type=checkbox].radiocheck:disabled+label.nofull {
    cursor: default;
}
input[type=checkbox].radiocheck:disabled+label.nofull:before {
    border: 2px solid #72d5f3;
    cursor: default;
}
input[type=checkbox].radiocheck:disabled+label.nofull:after {
    border: 2px solid #72d5f3;
    background: #72d5f3;
    cursor: default;
}
input[type=radio].radiocheck:disabled+label.nofull {
    cursor: default;
}
input[type=radio].radiocheck:disabled+label.nofull:before {
    border: 2px solid #72d5f3;
    cursor: default;
}
input[type=radio].radiocheck:disabled+label.nofull:after {
    border: 2px solid #72d5f3;
    background: #72d5f3;
    cursor: default;
}
input.radiocheck+label.nofull.small.right {
    font-size: 12px;
    padding-right: 26px;
    padding-top: 1px;
}
input.radiocheck+label.nofull.small.right:after, input.radiocheck+label.nofull.small.right:before {
    font-size: 14px;
    top: 0;
    right: 0;
    width: 16px;
    line-height: 16px;
    height: 16px;
}
input.radiocheck+label.nofull.small.left {
    font-size: 12px;
    padding-left: 26px;
    padding-top: 1px;
}
input.radiocheck+label.nofull.small.left:after, input.radiocheck+label.nofull.small.left:before {
    font-size: 14px;
    top: 0;
    left: 0;
    width: 16px;
    line-height: 16px;
    height: 16px;
}
input.radiocheck+label.nofull.default.right {
    font-size: 16px;
    padding-right: 40px;
    padding-top: 2px;
}
input.radiocheck+label.nofull.default.right:after, input.radiocheck+label.nofull.default.right:before {
    font-size: 20px;
    top: 0;
    right: 0;
    width: 24px;
    line-height: 20px;
    height: 24px;
}
input.radiocheck+label.nofull.default.left {
    font-size: 16px;
    padding-left: 40px;
    padding-top: 2px;
}
input.radiocheck+label.nofull.default.left:after, input.radiocheck+label.nofull.default.left:before {
    font-size: 22px;
    top: 0;
    left: 0;
    width: 24px;
    line-height: 24px;
    height: 24px;
}
input.radiocheck+label.nofull.big.right {
    font-size: 26px;
    padding-right: 60px;
    padding-top: 2px;
}
input.radiocheck+label.nofull.big.right:after, input.radiocheck+label.nofull.big.right:before {
    font-size: 30px;
    top: 0;
    right: 0;
    width: 36px;
    line-height: 36px;
    height: 36px;
}
input.radiocheck+label.nofull.big.left {
    font-size: 26px;
    padding-left: 60px;
    padding-top: 2px;
}
input.radiocheck+label.nofull.big.left:after, input.radiocheck+label.nofull.big.left:before {
    font-size: 30px;
    top: 0;
    left: 0;
    width: 36px;
    line-height: 36px;
    height: 36px;
}
input[type=checkbox].radiocheck, input[type=radio].radiocheck {
    display: none;
}
input[type=checkbox].radiocheck:checked+label:after, input[type=radio].radiocheck:checked+label:after {
    opacity: 1;
}