#paperlessTable input[type="checkbox"] {
    left: 30px;
}
.page-content input[type="checkbox"]:checked + label::before {
    background: #00548C !important;
}
.new.alert.alert-info::before {
    color: #00548C !important;
}

.alert-info {
    color: #00548C !important;
    background-color: #fff !important;
    border-color: #00548C !important;
    font-family: 'Roboto' !important;
}


.alert-success {
    color: #00548C !important;
    background-color: #fff !important;
    border-color: #00548C !important;
    font-family: 'Roboto' !important;
}

.new.alert.alert-success::before {
    color: #00548C !important;
}