@font-face {
    font-family: 'tradegothicregular';
    src: url('../fonts/7_tradegothic-webfont.woff2') format('woff2'),
         url('../fonts/7_tradegothic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html *
{
   font-family: tradegothicregular !important;
}

.nav-item
{
    font-size: 12px;
}
.dropdown-item
{
    font-size: 12px;
}

.navbar {
    height: 30px;
}

.navbar-brand
{
    font-size: 12px;
}

.navbar-brand.active
{
    color: red !important;
}

.menuitem-active
{
    color: red !important;
}

.menuitem-active-dropdown
{
    color: red !important;
}


.navbar-dark .navbar-nav .menuitem-active>a {
    color: red !important;
}

h1.title
{
    font-size: 12px;
    font-weight: bold;
}

p.text
{
    font-size: 12px;
    font-weight: lighter;
}

a.contentlink
{
    font-size: 12px;
    font-weight: lighter;
}

.nextBack
{
    font-size: 12px;
    font-weight: lighter;
    padding-left: 10px;
    padding-top: 2px;

    vertical-align: top;
    color: #999999 !important;

    -webkit-user-select: none; /* Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}

.devider
{
    font-size: 12px;
    font-weight: lighter;
    padding-left: 10px;
    padding-top: 2px;

    vertical-align: top;
    color: #999999 !important;
}

.nextBack:hover
{
    font-weight: bold;
    vertical-align: top;
    color: black !important;
}

a.email
{
    font-size: 12px;
    font-weight: lighter;
}

.texttable_first
{
    font-size: 12px;
    font-weight: bold;
    padding-right:10px;
}

.texttable_second
{
    font-size: 12px;
    font-weight: lighter;
}

table tr > td:first-child {
    vertical-align: top;
  }

.navtag
{
    min-width:9px;
    min-height:9px;
    height: 9px;
    width: 9px;
    background: #999999;
    display: inline-block;
    padding: 2px;
    margin: 2px;
}

.navtag.active
{
    min-width:9px;
    min-height:9px;
    height: 9px;
    width: 9px;
    background: red;
    display: inline-block;
    padding: 2px;
    margin: 2px;
}

.navregion
{
    position : absolute;
    height : 100px;
    margin-top : 40px;
    padding-left: 15px;
}