.header-wrapper {
  /*height: 170px !important;
  min-height: 170px !important;*/
}

.header-content {
  position: relative;
}

.header-content-main-wrapper {
    margin-bottom: 30px;
}

.header-banner {
    display: none;  
}
/* 
.header-banner-close .header-banner {
  animation:  close-banner 0.5s;/* 1s infinite alternate;*/
/*margin-top: 0px;
  margin-bottom: 0px;
  max-height: 0;
}

.header-banner-tag {
    position: absolute; 
    height: 100%;
    width: 25px;
    background-color: #F8FF00;
}

.header-banner-content {
    padding: 20px;
    padding-right: 30px;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    margin-left: 25px;
}

#header-banner-close-button {
    background: url(../../img/v2/close.png);
    width: 16px;
    height: 16px;
    margin: 10px 10px 0 0;
    border: none;
}
*/
.header-options {
  /*position: absolute;
  bottom: 19px;
  left: 0;
  height: 38px;*/
  width: 100%;
  /*background-color: grey;*/
}

.header-option {
  display: inline-block;
}

#header-logout-button {
  height: 28px;
  line-height: 28px;
  margin-top: 4px;
}

#header-account-button-wrapper {
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 10;
}

#header-account-button {
  text-transform: none;
  height: 40px;
  padding: 0;
}

#header-instance-header {
  color: #FFFFFF;
  font-size: 21px;
  height: 38px;
  line-height: 38px;
}
#header-select-wrapper {
  position: absolute;
  left: 160px;
  width: auto;
  height: auto;
}

#header-open-instance-button {
	height: 38px;
	width: 171px !important;
	margin-left:10px;
  /*position: absolute;
  right: 0;
  top: 0;*/
  z-index: 0;
  float: right;
}

/*
#header-log-instance-button {
	height: 38px;
	width: 120px !important;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  float: right;
}
 */
@keyframes close-banner {
  0% {height: auto; max-height: 1000px; margin-top: -20px; margin-bottom: 30px;};
  25%{margin-top: -20px; margin-bottom: 30px;};
  75% {max-height: 0;};
  100% {margin-top: 0px; margin-bottom: 0px; max-height: 0;}
}