@import "fonts.css";

.locationbar_menu .horbaritem > a {
	padding: 6px;
}

.locationbar_menu .horbaritem > a img:nth-child(1),
.locationbar_menu .horbaritem > a img:nth-child(2) {
	display: none;
}

.normal {
	font-family: Inter;
	font-size: 10pt;
	color: #000000;
}

.normalbox      {
	border: 1px solid #440000;
	margin: 3px;
	padding: 5px;
	background-color: #bebebe;
}

.titlebox       {
	border: 1px solid #440000;
	margin: 0px;
	padding: 0px;
	background-color: #c0c0c0;
}

.horbar	{
	color: black;
	background-color: #ffffff;
}

.horbaritem	{
	white-space: nowrap;
	font-family: Inter;
	font-size: 10pt;
	font-weight: bold;
	border-radius: 4px;
	background-color: #ffffff!important;
}

.horbar td.locationbar_menu {
	padding-right: 5px;
	padding-left: 5px;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
}

.horbaritem a:link	{
	color: #495057;
	font-weight: bold;
}

.horbaritem a:visited	{
	color: #495057;
	font-weight: bold;
}

.horbaritem a:hover	{
	color: #495057;
	/*color: #ffffff;*/
	background-color: #F4F6F7;
	font-weight: bold;
}

.horbaritem a:active	{
	color: #ff0000;
	font-weight: bold;
	color: #0A58CA;
	background-color: #F4F6F7;
}

.verbar	{
	color: black;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}


.subframe	{
	position: relative;
	display: block;
	background-color:  #fff;
	box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5), 0px 2px 8px -2px rgba(0, 0, 0, 0.15), 0px 10px 15px -3px rgba(0, 0, 0, 0.15)!important;
	border-radius: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.item	{
	position: relative;
	text-align: left;
	white-space: nowrap;
	font-family: Inter;
	font-size: 10pt;
	height: 28px
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
	padding: 2px 0;
	white-space: nowrap;
}

.item a:link	{
	color: #202020;
	white-space: nowrap;
}

.item a:visited	{
	color: #202020;
	white-space: nowrap;
}

.item a:hover	{
	background-color:#F2F4F5;
	color:#000000;
	white-space: nowrap;
}

.item a:active	{
	font-style:  normal;
	font-weight: bold;
	white-space: nowrap;
}

.item .fwdarr	{
	position: absolute;
	right: 7px;
	white-space: nowrap;
	vertical-align: middle;
}

.menu_hover {
    background-color: rgb(242, 244, 245) !important;
}
