/*
Remove if you want the bar displayed on mobile devices
 */
@media only screen and (min-width: 700px) {
  #appTopBar-bar { display: none !important; }
}

body{
  margin: 0;
  padding: 0;
  width: 100%;
}

/*
Hello Bar
 */
#appTopBar-bar {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin: 0;
  height: 20px;
  display: table;
  font-size: 14px;
  font-weight: 400;
  padding: .33em .5em;
  -webkit-font-smoothing: antialiased;
  color: white;
  position: fixed;
  top: 0;
  background-color: #036;
  z-index: 10015;
  /*background-color: #5c5757;*/
}
#appTopBar-bar.regular {
  height: 20px;
  font-size: 13px;
  padding: .2em .5em;
  border-bottom: white;
  border-bottom-style: outset;
}
.hb-content-wrapper {
  text-align: center;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.hb-content-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}

/*
Text
 */
.hb-text-wrapper {
  margin-right: .67em;
  display: inline-block;
  line-height: 2;
  vertical-align: top;
}
.hb-text-wrapper .hb-headline-text {
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
}
.hb-text-holder{
    font-size: 8px;
}

/*
Close
 */
.hb-close-wrapper {
  display: block;
  width: 2em;
}
.hb-close-wrapper .icon-close {
  font-size: 30px;
  /*top: 0px;*/
  right: 25px;
  width: 15px;
  height: 15px;
  opacity: .7;
  color: white;
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 100%;
  z-index: 1000;
  text-decoration: none;
}
.icon-close:hover {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.3);
  color: #0582b6;
}
.icon-close:active {
  color: #0582b6;
}
