﻿:root {
    --table-font-size: 1.4rem;
    /* Spacing */
    --common-margin: 1rem;
    --common-padding: 1rem;
    --nav-link-padding: 10px;
    --nav-link-min-width: 80px;
    /* Sizes */
    --header-height: 60px;
    /* Colors */
    --primary-color: #025380;
    --secondary-color: #012235;
    --dark-primary-color: 012235;
    --background-color: #f3f3f3;
    --site-white: #fff;
    --site-gray: #333;
    --site-light-gray: #eee;
    --site-dark-gray: #777;
    --site-black: #222;
    --site-light-black: #383838;
    --site-light-blue: #83adc4;
    --validation-error: #FF0000; /*88091A;*/
    --danger: #DC3545;
    --text-color: var(--site-black);
    --link-color-primary: var(--primary-color);
    --banner-bg: burlywood;
    --banner-text-color: red;
    --footer-link-color: lightgray;
    --table-font-size: 1.4rem;
    --icon-size-lg: 2em;
    --border-radius-sm: 4px;
    --spacing-xs: 5px;
    --spacing-sm: 10px;
    --spacing-md: 15px;
    --spacing-lg: 25px;
    --btn-hover-color: #FFFFFF;
    --btn-hover-bg-color: #0b5ed7;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --default-modal-background: #e3e7d3ff;
    /*bootstrap modal overrides*/
    --bs-modal-footer-bg: #e3e7d3ff;
    --bs-modal-bg: #e3e7d3ff;
}
