﻿.logo {
    background: url(/images/logo.svg) top left no-repeat;
    overflow: hidden;
    background-size: auto 100%;
    color: rgb(69, 69, 69);
    height: 60px;
    position: relative;
    padding-left: 100px;
    padding-top: 0px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 300;
}


.logo strong {
    font-weight: 500;
}

.TreeNodeGroup a:link {
    color: black;
}

.TreeNodeGroupSelected{
    color: black;
    font-weight: bold;
    font-weight:bold !important;
}

.fullWidth {
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; 
box-sizing:border-box;
}

.pagerSelector A, .pagerSelector span {
    margin: 10px;
}