a,
a:hover,
a:visited {
  text-decoration: none;
}

a {
  color: #0088cc;
}

a:hover {
  color: #cb521e;
}

#tool-header, 
.tool-header {
  width: 100%;
}

.header-right {
    float: right;
    margin: 0 10px 0 0;
}
.header-left {
    float: left;
    margin: 0 0 0 0;
}

.tool-header-neb-logo {
  margin: 10px 10px 5px 0;
  height: 60px;
  width: 220px; 
}

.tool-header-logo {
  display: block;
  margin: 15px 0 5px 20px;
  width: auto;
  height: 60px;
}

.tool-header-version {
  font-size: 9pt;
  font-weight: 600;
  margin: 5px 0 0 60px;
  float: left;
} 

.categorycolor {
  color: #022e4f;
}

.header-text {
  display: flex;
  align-items:center;
  justify-content: center;
  height: 80px;
  margin: 0px auto;
  padding: 10px 30px;
}

p.header-announce {
	margin: 0px;
	padding: 2px 8px;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	background-color: lightyellow;
}

.clear-hr {
    border-color: transparent; 
    margin: 1px;
    clear: both;
    width: 100%;
}

.header-hr {
    border-style: solid;
    border-width: 0 0 2pt 0; 
    border-color: #022e4f;
    /* margin: 80px 0 0 0;	if tool-header-name isn't displayed */
    margin: 0 0 0 0;
    width: 100%;
}

.tool-header-link-container {
  float: right;
  margin: 5px 0 0 0;
  padding-right: 20px;
  display: inline-block;
  vertical-align: baseline;
}

.tool-header-link {
  float: right;
  margin: 0 10px 0 10px;
  height: 30px;
  background-color: transparent;
  text-decoration: none;
  font-family: Arial; 
  font-size: 9pt; 
  font-weight: 400; 
  color: #505050;
  &:hover {
    color: #cb521e;
  }
}

.tool-header-link-img,
.tool-header-link img,
.tool-header-link svg {
  margin-right: 0;
  height: 20px;
  width: auto;
}

.tool-footer {
  position: relative;
  width: 100%;
  text-align: center;
}

.tool-footer-link-container {
  width: 100%;
  display: inline-block;
  margin: -2px auto;
  vertical-align: baseline;
  text-align: center;
  border-style: solid;
  border-width: 1pt 0 0 0; 
  border-color: #ccc;
}
.textv2link { 
  color: #505050;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px 0 10px;
    height: 30px;
    background-color: transparent;
    text-decoration: none;
    font-family: Arial;
    font-size: 10pt;
    font-weight: 600; }

    .v2linkinformation{
  text-decoration: none;
  font-family: Arial;
  font-size: 10pt;
  font-weight: 400;
  color: #505050;

}
.tool-footer-v2link-container{
  border-style: solid;
  text-align: center;
  border-width: 1pt 0 0 0;
  border-color: #ccc;
  margin-top: 10px;
}
.tool-footer-link {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 10px 0 10px;
  height: 30px;
  color: #505050;
  background-color: transparent;
  text-decoration: none;
  font-family: Arial; 
  font-size: 9pt; 
  font-weight: 400; 
  &:hover {
    color: #cb521e;
  }
}

.tool-footer-link-img,
.tool-footer-link svg,
.tool-footer-link img {
  margin-right: 0;
  height: 20px;
  width: auto;
}

.tool-footer-links a {
  padding: 0 5px;
  white-space: nowrap;
}

.tool-footer-copyright {
  margin-top: 5px;
}

#appName {
  font-family: Arial; 
  font-size: 22px; 
  font-weight: 600; 
  color: #cb521e;
  float: left; 
  margin-left: 20px;
}

.login-container {
  margin-right: 50px;
}
