.btn-webcompta {
    color: #375A7F;
    background-color: #D0D3D5;
    border-color: #375a7f;
}

.btn-webcompta:hover,
.btn-webcompta:focus,
.btn-webcompta:active,
.btn-webcompta.active,
.open .dropdown-toggle.btn-webcompta {
    color: #375A7F;
    background-color: #A8A8A8;
    border-color: #375a7f;
}

.btn-webcompta:active,
.btn-webcompta.active,
.open .dropdown-toggle.btn-webcompta {
    background-image: none;
}

.btn-webcompta.disabled,
.btn-webcompta[disabled],
fieldset[disabled] .btn-webcompta,
.btn-webcompta.disabled:hover,
.btn-webcompta[disabled]:hover,
fieldset[disabled] .btn-webcompta:hover,
.btn-webcompta.disabled:focus,
.btn-webcompta[disabled]:focus,
fieldset[disabled] .btn-webcompta:focus,
.btn-webcompta.disabled:active,
.btn-webcompta[disabled]:active,
fieldset[disabled] .btn-webcompta:active,
.btn-webcompta.disabled.active,
.btn-webcompta[disabled].active,
fieldset[disabled] .btn-webcompta.active {
    background-color: #D0D3D5;
    border-color: #375a7f;
}

.btn-webcompta .badge {
    color: #D0D3D5;
    background-color: #375A7F;
}

.btn-nax-material {
    padding-left: 10px;
    padding-right: 10px;
}
