.bfsimulators-action-btn {
    background   : #2e4c88 !important;
    color        : white !important;
    padding      : 0 5px;
    margin       : 3px;
    display      : inline-block;
    border-radius: 3px;
    font-size    : 12px;
    font-family  : roboto, sans-serif !important;
}

.bfsimulators-action-btn:hover {
    background   : #a5c1fa !important;
    border       : solid 1px #2e4c88;
}

.colored-active-btn {
    background: #428c73 !important;
}

.colored-active-btn:hover {
    background: #7fd9ba !important;
}

.grayed-deactivated-btn {
    color     : #696969;
    background: #853333 !important;
}

.colored-create-invoice-btn {
    background: #fd8444 !important;
}

.colored-create-invoice-btn:hover {
    background: #b00303 !important;
}

.credit_note {
    background: #f66978 !important;
}

.credit_note:hover {
    background: #c72f3f !important;
}

#button-mask {
    position: absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: rgba(0,0,0,0.5);
    z-index         : 9999;
}

#masking-all {
    display         : none;
    background-color: rgba(10,10,10,0.45);
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 10000%;
    z-index         : 9999;
}

.set-red {
    background-color: #c40313 !important;
}