@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400|Comfortaa|Fredericka+the+Great|Poiret+One|Text+Me+One);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined);

.formfield {
	/*margin-top:10px;*/
    min-height: 50px;
}

.error{
	padding: 10px;
	background-color: pink;
	color: red;
	width: 100%;
	border: 1px solid red;
}

.pyglogo {
    font-family:'Fredericka the Great';
    font-size:24px;
    letter-spacing: 5px;
}

select { background-image: none; }

li.active {
    text-decoration: underline solid 2px #0D6EFD;
}
li.nav-item {
    margin-left: 30px;
}

h2.pagehead {
    margin-left:40px;
}
.text-address{
    font-size:20px;
}

.totaltoscan{
    font-size:28px;
    font-weight:bold;
    color:red;
}

.auto-type{
    background-color:lightgreen;
    margin-bottom:3px;
}
.fem-type{
    background-color:pink;
    margin-bottom:3px;
}.custom-type{
     background-color:yellow;
     margin-bottom:3px;
 }

.auto3-type{
    background-color:lightgreen;
    margin-bottom:3px;
}
.fem3-type{
    background-color:pink;
    margin-bottom:3px;
}

.auto9-type{
    background-color:green;
    color:white;
    margin-bottom:3px;
}
.fem9-type{
    background-color:magenta;
    margin-bottom:3px;
}

.auto100-type{
    background-color:darkgreen;
    color:white;
    margin-bottom:3px;
}
.fem100-type{
    background-color:purple;
    margin-bottom:3px;
}

.inpak{
    padding:2px;
    font-size:20px;
    font-weight:bold;
    border: 0px;
}
.tooltip {
    position: relative;
    display: inline-block;
    opacity:100;
}

.tooltip .tooltiptext {
    visibility: hidden;
    /*font-size:16px;*/
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.warning{
    font-family:'Material Symbols Outlined';
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
    color:red;
    font-size:30px;
}
.done{
    font-family:'Material Symbols Outlined';
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
    color:green;
    font-size:30px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    --bs-table-accent-bg: 0;
    background-color: rgba(227, 242, 253, 0.4);
}
