﻿@import url('/webfiles/css/web-framework.css');
@import url('/webfiles/css/jqueryui/universal/jquery-ui-grace.css');

#title-bar{background-color:cornflowerblue;}

.lgd-box{width:30px;height:15px;border:1px solid #333333;display:inline-block;}
.lgd-item{display:block;}

/* expandable columns */
/*.thirds,.thirds-fcst{width: 31%;float:left;margin-top:10px;}*/
.indent.half {width:44%;float:left;}

hr{margin-top: 20px;margin-bottom: 20px;}
hr.dbl{border-top: 3px double #8c8b8b;}

.fa{margin-right: 8px;}

.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");
}

footer a {
    color: var(--webtool-gray-600);
}
