/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/06/2015, 4:44:06 PM
    Author     : Kyle
*/

#wrapper {
    /*clear: both;*/
    min-height: 100%;
}

.navbar {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.navbar-icons {
    vertical-align: middle;
    line-height: 30px;
    margin: auto 5px;
    font-size: 18px;
}

/*
    Side Navbar
*/

.navbar-side {
    width: 220px;
    position: fixed;
    float: left;
    /*min-height: 100%;*/
    margin: 0px;
}

/*.navbar-side div {
    padding-left: 0px;
    padding-right: 0px;
}*/

.navbar-side-list {
    
}

.nav-side-head {
    padding: 6px;
    line-height: 32px;
}

.nav-side-sub {
    margin-left: 30px;
    padding: 0;
    line-height: 20px;
}


.nav-side-img {
    font-size: 26px;
    float: left;
    margin: 0px;
}

.nav-side-main {
    /*display: block;*/
    text-align: left;
    /*width: 100%;*/
    margin-left: 40px;
    font-size: 18px;
}

.navbar-brand {
    color: rgb(128, 156, 9);
}


#page-wrapper {
    margin: 0px 0px 0px 220px;
    position: relative;
    padding: 10px;
    /*width: 100%;*/
    /*float: left;*/
}

.footer div {
    padding-left: 220px;
}

@media (max-width: 768px) {
    #page-wrapper {
        margin: 0px 0px 0px 0px;
    }
    .footer div {
        padding-left: 0px;
    }
}

@media print { 
    nav footer {
        visibility: hidden;
    }
    #page-wrapper {
        margin: 0px 0px 0px 0px;
    }
}
