﻿@import url('/webfiles/css/web-framework.css');
@import url('/webfiles/css/jqueryui/universal/jquery-ui-usdm.css');

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-white-primary {background-color:var(--bs-white);color:var(--bs-primary);}

.btn-white-dark, .bg-dark a.btn-white-dark {background-color:var(--bs-white);color:var(--bs-dark)!important;}

.btn-white-primary:hover {
    color: var(--bs-primary);
    background-color: hsl(0,0%,95%);
    border-color: hsl(0,0%,95%);
}

.btn-white-dark:hover {
    color: var(--bs-dark);
    background-color: hsl(0,0%,95%);
    border-color: hsl(0,0%,95%);
}

.legend-list{
    margin-bottom:0!important;
}

.display-box h2{margin-top:1rem;}

@media screen and (min-width:993px) and (max-width:1200px) {
    #navmenu > li > a{padding:15px 20px!important;font-size:1rem;}
}

footer a {
    color: var(--webtool-gray-600);
}

footer a:hover{ 
    color:var(--webtool-gray-500);
}

