﻿:root {
    --acent-color1: #002649;
    --background-color1: #f2f2f2;
    --background-color2: #bfbfbf;
    /*--bs-body-font-size: 1.5rem;*/
}

html {    
    position: relative;
    min-height: 100%;
}

body {
    font-size: 1rem;
}

.bg-color1 {
    background-color: var(--background-color1);
}

.bg-color2 {
    background-color: var(--background-color2);
}


header.banner {
    z-index: 10;
}

.dos-header {
    box-shadow: 0px 2px 0.25rem rgb(0 0 0 / 28%);
}

.btnSearch {
    width: 120px;
    font-weight: bold;
    padding-bottom: 2px;
}

label {
    font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    /*color: #495057;*/
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: blue;
    font-weight: 700;
    font-size: 1.0em;
    margin: 2px 2px 2px 2px;
    border: 1px solid black;
    /*border-bottom: none;*/
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
   /* border: none;*/
    /*border-bottom: none;*/
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    /* border-bottom: 1px solid; */
    font-weight: 600;
    color: black;
    font-size: 1.0em;
    /*margin:2px;2px;2px;2px;*/
    margin: 2px 2px 0px 2px;    
}

.nav-tabs {
    border:none;
     /*border-bottom: 0px solid #dee2e6;*/ 
}

.checkboxLabel{
    font-weight:500;
}

.rcorners2 {
    border-radius: 25px;
    border: 2px solid var(--background-color2);
    padding: 10px;
}

.display-3 {
    font-size: 1.1rem;
    padding-bottom: 5px;
    font-weight: 500;
}

.display-5 {
    font-size: 1.4rem;      
    padding-bottom: 5px;
    font-weight:500;
}

.display-6 {
    font-size: 1.8rem;   
    padding-bottom: 15px;
    font-weight: 500;
    text-decoration:none;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0px solid rgba(0,0,0,.125);
    /* background-color: rgba(0,0,0,.03); */
    /* border-bottom: 1px solid rgba(0,0,0,.125); */
}

