
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('fonts/Montserrat-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('fonts/Montserrat-ExtraBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('fonts/Montserrat-Light.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

strong {
   font-family: 'Poppins', sans-serif;
    font-family: 'Poppins', sans-serif;
}

body {
   font-family: 'Poppins', sans-serif;
    font-size: 100%;
    color: #12284C;
    font-weight: 400;
    background: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}

.model-form {font-size: 1em; padding: 0 26% 0 26%;}
.modal-body form {font-size: 1em; padding: 0;}
.form-control {font-size: 1em;}

table {font-size: 1em; text-align: center;}
table thead th {border: none !important; vertical-align: top !important;}
table th {background: #A8CDE7; border: none !important;}
/*table td {border-top: none !important; border-bottom: 1px solid #dee2e6;}*/
td.total {color: #0671B8; font-weight: 600;}

h1 {font-family: 'Poppins', sans-serif; font-size: 40px; font-weight: 600; color: #12284C;}
h2 {font-family: 'Poppins', sans-serif; font-size: 24px; font-weight: 600; color: #12284C;}
h3 {
    font-family: 'Poppins', sans-serif;
}
    h4 { font-weight: normal;}
h5.modal-title {font-size: 16px;}

.bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.italic {font-style:italic;}

#wrapperHeader {
    height: 60px;
    background: #ED1C24;
}

#logo {height: 40px; padding: 10px 0 0 0;}

#nav {height: 42px; list-style: none; margin: 0; text-align: right; padding: 18px 0 0 0;}
#nav li {list-style: none; display: inline; font-size: 14px; font-weight: 400; padding: 0; margin: 0; font-weight: 600;}
#nav li a:link {color: #FFFFFF; display: inline; text-decoration: none; padding: 0 0 0 4%; margin: 0; font-weight: 600;}
#nav li a:visited {color: #FFFFFF; display: inline; text-decoration: none;  padding: 0 0 0 4%; margin: 0; font-weight: 600;}
#nav li a:active {color: #FFFFFF; display: inline; text-decoration: none; padding: 0 0 0 4%; margin: 0; font-weight: 600;}
#nav li a:hover {color: #FFFFFF; display: inline; text-decoration: underline; padding: 0 0 0 4%; margin: 0; font-weight: 600;}

#nav li a.active {color: #FFFFFF; display: inline; text-decoration: underline; padding: 0 0 0 4%; margin: 0; font-weight: 600;}

#intro p {padding: 0 25% 0 25%;}
p.footer { font-weight: 100; font-size: 1em; line-height: 1.5em;}

#smallText { font-family: 'Poppins', sans-serif; font-size: 13px; margin: 40px 0 0 0;} .modal-backdrop {opacity: 1 !important;}
.modal-body {font-size: 1em;}
.modal-header {border-bottom: 2px solid;}
.modal-footer {border-top: 2px solid;}

strong {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.btn-primary {font-weight: 400; background: #0671B8; padding: 10px 25px 10px 25px; border: none;}
.btn-primary:hover {background: #12284C;}

a:link {color: #0671B8; text-decoration: underline; font-family: 'Poppins', sans-serif;}
a:visited {color: #0671B8; text-decoration: underline; font-family: 'Poppins', sans-serif;}
a:active {color: #0671B8; text-decoration: underline; font-family: 'Poppins', sans-serif;}
a:hover {color: #12284C; text-decoration: underline; font-family: 'Poppins', sans-serif;}

.error { color: #dc3545; }

label.control-label { font-weight: 600; font-size: 1em; padding-top: 10px;}

.paging { width: 100%; margin-top: 20px; margin-bottom: 20px; padding-bottom: 20px; border-color: none !important; border-bottom: none !important;}

.FormTable {border-style: none; }
.FormTable td { font-size: 13px; padding: 2px; border: none; }
.FormTable td.options { font-size: 20px !important; }

.ReportTable {border-style: none; }
.ReportTable td { font-size: 11px; padding: 2px; border: none; }
.ReportTable td.options { font-size: 20px !important; }

.legend {width: 100%; border: 1px solid #DAEBF6; padding: 5px; margin-bottom: 15px; }
.legend td  {padding: 5px; }
.legend td.icon { width: 5%; text-align:center; }

.boxQuick {
    background-color: #d1ecf1;
    border-radius: 25px;
}
    .boxQuick h3 {
        color: #0c5460;
    }

    .boxQuick a:link { color: white !important;}
    .boxQuick a:visited { color: white !important;}
    .boxQuick a:active { color: white !important;}
    .boxQuick a:hover { color: black !important;}

    .boxQuick .number { color: #0c5460; font-weight: 600; font-size: 1.25em; }


.btn-outline-secondary {
    color: #0671B8 !important;
    border-color: #0671B8 !important;
}


p span.italic {
    font-style:italic;
}

p span.bold {
    font-weight:700;
}

p.center {
   text-align:center;
}

p span.center {
    text-align: center;
}

li span.bold {
    font-weight: 700;
}

.tab-buttons-box {
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 30px;
}

.tab-buttons-box .btn {
    background: none;
    border: 0;
    font-weight: 600;
    color: #333;
    padding: 10px 25px 10px 25px;
    border-radius: 30px;
}

.tab-buttons-box .btn.btn-primary {
    background-color: #d1ecf1;
}

.tab-panel {
    padding: 15px;
    border: 1px solid #eee;
    margin-bottom: 18px;
    border-top: 0;
}
a.btn.btn-secondary, a.btn.btn-primary {
    color: #fff;
    text-decoration: none;
}
.btn-secondary {font-weight: 400; padding: 10px 25px 10px 25px; border: none;}