.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;
}

.close-btn-tab {
    margin-right: -28px;
    cursor: pointer;
    color: #FF9800 !important;
    border-radius: 30px;
    font-size: 11px;
    display: inline-block;
    line-height: 4px;
    padding: 7px 4px;
    margin-left: -13px;
    text-shadow: 0 1px 0 #ff9800 !important;
}

.btn-close-position {
    margin-top: -16px;
    color: white;
    margin-left: 2px;
    opacity: initial;

}

.close:focus, .close:hover {
    opacity: .8 !important;
}

md-checkbox.md-default-theme.md-checked ._md-icon, md-checkbox.md-checked ._md-icon {
    background-color: rgb(63, 81, 181) !important;
}

md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
    color: rgba(64, 123, 255, 0.87) !important;
}

md-checkbox.md-default-theme[disabled].md-checked ._md-icon, md-checkbox[disabled].md-checked ._md-icon {
    background-color: rgb(63, 81, 181);
    color: chartreuse;
}
