.categorycolor {
  color: #cb521e;
}
/*
$categorycolor: #cb521e;
$neb-blue: #0088cc;
$neb-orange: #F58025;
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
*/
a,
a:hover,
a:visited {
  text-decoration: none;
}
a {
  color: #0088cc;
}

a:hover {
  color: #cb521e;
}

img {
  width: auto;
}

a img {
  vertical-align: middle;
}

body {
  margin: 0;
  font-family:  Arial, Verdana, Helvetica, sans-serif;
  font-size: 12 pt;
  line-height: 1.428571429;
  color: #505050;
  background-color: #fff;
}

#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: #cb521e;
}

.tool-header-name {
  display: none;
}

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

.header-hr {
    border-style: solid;
    border-width: 0 0 2pt 0; 
    border-color: #cb521e;
    margin: 80px 0 0 0;
    clear: both;
    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: 10px auto;
  vertical-align: baseline;
  text-align: center;
  border-style: solid;
  border-width: 1pt 0 0 0; 
  border-color: #ccc;
}

.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-copyright {
  width: 100%;
  text-align: center;
  margin-top:10px;
  font-size: 12pt;
}

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

.orange-line {
    clear: both; 
    border-style: solid; 
    border-width: 0 0 2pt 0; 
    border-color: #f5822a; 
    margin: 0 0 0 0;
    width: 100%;
}

@media (max-width: 700px) {

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

  .tool-header-logo {
    height: 40px;
    margin: 15px 0 5px 5px;
  }

  .tool-footer-link {
    width: 100%;
  }

  .tool-footer-copyright {
    font-size: 8pt;
  }

  .header-hr {
      border-style: solid;
      border-width: 0 0 2pt 0; 
      border-color: #cb521e;
      margin: 50px 0 0 0;
      width: 100%;
  }

  .tool-header-version {
    margin: 5px 0 0 10px;
  }
}

