a.rChk {
    color: black;
    text-decoration: none;
    vertical-align: middle;
}

.opt-list-chk a.rChk, .bodyFormular a.rChk {
    display: inline-flex; /* for request 99732*/
    line-height: 22px; /* for request 99732*/
}

a.rChk,
a.rChk [class^='icon-'] {
    align-items: center;
}

a.rChk [class^='icon-'] {
    vertical-align: middle;
    margin-right: 5px;
    display: inline-flex;
    line-height: 22px
}
a.rChk img /* A retirer lorsqu'on sera sûr qu'il n'y ait plus de checkbox image nulle part */
{
    width: 20px !important;
    vertical-align: -4px;
    background: url("../images/control/checkbox.png") no-repeat;
}
a.rChk span {
    vertical-align: middle;
}
a.rChk span:nth-of-type(2) {
    padding-left: 2px;
}
.chk
{
    cursor: pointer;

}


.chk[dis='1']
{
    cursor: default;
}

.chk[chk='0'] img
{
    background-position: -1px -3px;
    width: 20px;
    height: 17px;
}
.chk[chk='0']:hover img
{
    background-position: -1px -25px;
    width: 20px;
    height: 17px;
}
.chk[chk='0']:focus img
{
    background-position: -1px -25px;
    width: 20px;
    height: 17px;
    outline: rgb(204, 204, 204) dotted 1px;
}

.chk[chk='1'] img
{
    background-position: -1px -47px;
    width: 20px;
    height: 17px;
}
.chk[chk='1']:hover img
{
    background-position: -1px -68px;
    width: 20px;
    height: 17px;
}
.chk[chk='1']:focus img
{
    background-position: -1px -68px;
    width: 20px;
    height: 17px;
    outline: rgb(204, 204, 204) dotted 1px;
}

.chk[chk='0'][dis='1'] img
{
    background-position: -1px -90px;
    width: 20px;
    height: 17px;
}
.chk[chk='1'][dis='1'] img
{
    background-position: -1px -110px;
    width: 20px;
    height: 17px;
}

/* Boutons BIT */

a.btnBitField {
    display: block;
    height: auto;
    width: 90%;
    margin: auto;
    box-sizing: border-box;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
    

a.btnBitField[chk='0'] {
    /*box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.6);*/
    opacity: 0.3;
}
    
a.btnBitField[dis='1'] {
    background-color: #EBEBEB;
    color: #A5A4A8 !important;
    cursor: not-allowed;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only */
    ::i-block-chrome, a.rChk .icon-square-o {
        vertical-align: top;
    }
}

.add-file a.chk .icon-square-o,
.add-file a.chk .icon-check-square,
.add-file a.chk .icon-square-o + span,
.add-file a.chk .icon-check-square + span{
    position: relative;
}