body {
    padding:0px;
    margin:0px;
    font-family: "Roboto";
    font-size: 13px;
    background-color: rgb(255, 255, 255);
}

.login-image {
    background: url("../theme/images/login-tile.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

.bg-main    { background-color:rgb(14, 112, 44); color:white; }
.color-main { color:rgb(14, 112, 44); }

a { color:rgb(14, 112, 44); text-decoration: none;  }

.bg-highlight   { background-color: lightyellow !important; color:black !important; }
.bg-tag         { background-color: lightskyblue; }
.bg-filter      { background-color: rgb(73, 162, 218); }
.bg-filter-sel  { background-color: rgb(172, 217, 245); }


.sidebar-item:hover {
    background-color:rgb(14, 112, 44);
} 


.header-logo {
    padding: 0px !important;
    display: inline-block;
    background: url("../theme/images/logo.png");
    width: 200px;
    background-position: left;
    background-repeat: no-repeat;
    background-size:contain;
    height:100%;
 }
 
.header-bar {    
    background-color: rgb(255, 255, 255);
    color:rgb(2, 2, 2);
    position:fixed;
    width: 100%;
    z-index: 100;
    height: 50px;
    overflow: hidden;
    border-bottom: 1px solid lightgray;
}

.splash-image {
    background-image: url('images/splash.jpg');
    background-size: cover;
    background-position: center;
}