﻿body {
    background: #f0f3fa !important;
    font-family: 'Titillium Web', sans-serif !important;
}

.header.py-4 {
    background: linear-gradient(90deg, #20439c, #10246e);
}

h1 {
    color: #10246E;
    font-size: x-large;
    font-weight: bold;
}

h2 {
    color: #10246E;
    font-size: large;
    font-weight: bold;
}

h3, .table th, .text-wrap table th {
    color: #10246E;
    font-size: medium;
    font-weight: bold;
    text-transform: none;
}

h4 {
    color: #10246E;
    font-size: medium;
    font-weight: bold;
}

.text-default {
    color: #ffffff !important;
}

.btn-primary, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #20439c;
    border-color: #20439c;
}

.form-label {
    font-size: 14px;
}

table {
    font-size: 0.875rem !important;
    padding: 0px;
    font-size: 15px;
}


.site-header {
    padding-top: 20px;
    background: linear-gradient(90deg, #20439c, #10246e);
    z-index: 2;
    min-height: 110px;
}

.menu, .menu a p span {
    list-style-type: none !important;
    padding-left: 0px;
    line-height: 40px !important;
    font-size: 14px !important;
}

    .menu span li {
        border-bottom: 1px solid #293b7d;
    }

        .menu span li a {
            text-decoration: none;
            color: #10246E;
            font-family: 'Titillium Web', sans-serif !important;
            font-weight: bold;
        }

.menu li:after {
    content: ">";
    color: #f2ab37;
    font-weight: bold;
    right: 0px;
    float: right;
}