#export-modal input[type=checkbox] {
    display: none;
}

#export-modal input[type='checkbox'] + label {
    margin: 0;
    clear: none;
    cursor: pointer;
    padding: 12px 0 4px 36px;
    background-image: url(../img/icon_0050x0050px_cross_grey.svg);
    background-repeat: no-repeat;
    background-size:30px;
    background-color: white;
    display: inline-block;
    width: 100%;
    height:7%;
    color: rgba(100, 100, 100, 1);
    font-size: 100%;
    font: inherit;
    border-color: rgba(185, 185, 185, 1);
    border-width: .0625rem .0625rem .0625rem .0625rem;
    border-style: solid;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}

#export-modal input[type='checkbox']:checked + label {
    margin: 0;
    clear: none;
    cursor: pointer;
    padding: 12px 0 4px 36px;
    background-image: url(../img/icon_0050x0050px_cross_purple.svg);
    background-repeat: no-repeat;
    background-color: white;
    display: inline-block;
    width: 100%;
    height: 7%;
    color: rgba(100, 100, 100, 1);
    font-size: 100%;
    font: inherit;
    border-color: rgba(185, 185, 185, 1);
    border-width: .0625rem .0625rem .0625rem .0625rem;
    border-style: solid;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}