.checked {
  font-weight: 500;
  &:after {
    content: '\f00c';
    position: absolute;
    top: 1px; left: 17px;
    font-size: 10px;
    font-family: 'FontAwesome';
    font-weight: 100;
    color: #1C5DE7;
    transition: all .2s;
  }
}

.inputCheckboxCTM {
  padding-left: 0;
  font-size: 13px;
  &:active, :focus {
    outline: 0 !important;
  }
  > div {
    &:active, :focus {
      outline: 0 !important;
    }
    height: 27px;
    margin: 0!important;
    padding-left: 15px;
    line-height: 27px;
  }
}

.inputCheckbockCTMLabel {
  margin: 0;
  margin-left: 9px;
  color: #333740 !important;
  cursor: pointer;
  > input {
    display: none;
    margin-right: 9px;
  }

  &:before {
    content: '';
    position: absolute;
    left:15px; top: 7px;
    width: 14px; height: 14px;
    border: 1px solid rgba(16,22,34,0.15);
    background-color: #FDFDFD;
    border-radius: 3px;
  }
}