/*  ----------------------------------------------------------------------------
    header
*/

.td-panel-main-header {
  background-color: rgba(34, 34, 34, 0.3);
  width: @td_container_total_width;
  border-bottom: 2px solid #383838;
  height: 89px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  display: flex;
  align-items: center;


  img {
    margin-left: 26px;
    margin-right: 20px;
    height: 46px;
  }

  .td-panel-header-version {
    display: block;
    font-size: 12px;
  }
}





