.tm-headerbar {
    margin-top: 10px;
    margin-bottom: 10px;
   background: url('../../../less/uikit/images/grey/panel-box-noise-bg1.png') repeat scroll 0% 0% rgba(146, 152, 157, 0.3);
    /*8background: -webkit-linear-gradient(left, #DCDFE0 40%, #353535 70%); /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(right, #DCDFE0 40%, #353535 70%); /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(right, #DCDFE0 40%, #353535 70%); /* For Firefox 3.6 to 15 */
 /* background: linear-gradient(to right, #DCDFE0 40%, #353535 70%); /* Standard syntax */
    box-shadow: 0px 1px 3px rgba(30, 50, 70, 0.4), 0px 0px 1px rgba(146, 152, 157, 0.15) inset, 0px 1px 0px rgba(146, 152, 157, 0.12) inset;
}

.uk-text-center {
    text-align: left !important;
}

.tm-logo {
    
}

.uk-navbar {
    background: url('../../../less/uikit/images/grey/panel-box-noise-bg.png') repeat scroll 0% 0% rgba(146, 152, 157, 0.5);
    color: #FFF;
    box-shadow: 0px 1px 3px rgba(57, 58, 58, 0.7), 0px 0px 1px rgba(146, 152, 157, 0.15) inset, 0px 1px 0px rgba(146, 152, 157, 0.12) inset;
    
    
    /*0px 0px 1px rgba(104, 106, 106, 0.7) inset, 0px 1px 0px rgba(125, 128, 128, 0.7) inset;*/
}

.tm-toolbar {
    margin-top: 7px;
    margin-bottom: 7px;
}

.tm-navbar, .tm-footer {
	margin-top: 0px;
    margin-bottom: 0px;
}

.headertop-l {
    min-height: 24px;
}

.tm-headertop {
    margin-top: 7px;
    margin-bottom: 7px;
       min-height: 24px;
    
}

.tm-headertop {
    margin-top: @global-grid-gutter;
    margin-bottom: @global-grid-gutter;
}

.tm-headertop { min-height: @global-line-height; }

.tm-headertop .uk-subnav > li > a { color: @theme_toolbar-subnav-color; }
.tm-headertop .uk-subnav-line > li:nth-child(n+2):before { border-left-color: @theme_toolbar-subnav-line-border; }

.tm-headertop-center {
   position: absolute;
   display: inline-block;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
}