
.linkdisabled {
  pointer-events: none;
  cursor: not-allowed;
  display:inline-block;
  opacity: 0.4;
}



.check-default input[type="checkbox"] {
    display: none;
}

.check-default span:before {
    font-size: 22px;
    font-family: "FontAwesome";
    font-style: normal;
    /*width: 1em;
    height: 1em;*/
    /*content: '\f10c';*/
    content: "\f096";
    /*margin-right: .3em;*/
    color:#A00000;
}

.check-default input[type="checkbox"]:checked ~ span:before {
    /*content: '\f05d';*/
    content: "\f046";
}

.check-defaultdisabled input[type="checkbox"] {
    display: none;
}

.check-defaultdisabled input[type="checkbox"]:checked ~ span:before {
    /*content: '\f05d';*/
    content: "\f046";
}
.check-defaultdisabled span:before {
    font-size: 22px;
    font-family: "FontAwesome";
    font-style: normal;
    /*width: 1em;
    height: 1em;*/
    /*content: '\f10c';*/
    content: "\f096";
    /*margin-right: .3em;*/
    color:#cc5252;
}
