﻿.text-nn-orange-title {
    color: #FF4D00;
    font-size: 4rem;
    font-weight: bold;
    margin: revert;
}
.text-blue-white-title-1,
.text-blue-white-title-2,
.text-blue-white-title-3 {
    background: #004E9B;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    flex-shrink: 0;
    max-width: 100%;
    margin: revert;
    padding: .7rem 1.5rem;
}
.text-blue-white-title-1 {
    font-size: 1rem;
    font-weight: 500;
}
.text-blue-white-title-2 {
    font-size: 2rem;
    font-weight: 500;
}
.btn-orange-white,
.btn-green-white,
.btn-orange-white-h2 {
    background: #FF4D00;
    color: white;
    line-height: 1.9rem;
    font-size: 1.5rem;
    border-radius: 15px;
    font-weight: 600;
    max-width: 250px;
    padding: 0rem 1.5rem;
}
.btn-orange-white-h2 {
    border-radius: 25px;
    font-size: 2rem;
    max-width: 290px;
    padding: .75rem 2rem;
}
.btn-green-white {
    background: #3DAE2B !important;
}
tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}
.dataTables_filter {
    display: none;
}
.is-required:after {
    content: '*';
    margin-left: 3px;
    color: red;
    font-weight: bold;
}