/*!
 * Customized version of Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


/* Wrapper Styles */

body
{
    background: url("visitekaartBG.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;   
    background-attachment: fixed;
    font-family: "calibri";
}

#wrapper {
    padding-left: 0;
  
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    background: #229200;
}

#page-content-wrapper {
    /* width: calc(100%-250px); */
    position: absolute;
    left:250px;
    padding: 15px;

}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #cccccc;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #cccccc;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}