/*!
 * 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.
 */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#fff;

}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {

    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url('../images/UCL_sm.png');
    background-color:#333;
    background-position:0px 100%;
    background-size:100% auto;
    background-repeat:no-repeat;
    

}





#wrapper.toggled #sidebar-wrapper {
    width: 250px;

}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px 15px 0px 15px;
    background-color:#fff;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

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

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

li.active {background: rgba(255,255,255,0.2); }

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color:#eeeeee;
    padding:12px 20px 12px 20px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #5bc0de;
}

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

}

#sidebar-wrapper > .sidebar-nav > li.sidebar-brand {
    height: 80px;
    font-family: 'Kaushan Script', cursive;
    font-size:30px;
    line-height: 60px;
}

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

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

.sidebar-nav > li.highlight {
    background-color:#777;
    color:#fff;
    
}


.sidebar-nav > li.highlight a {color:#000; }

#sidebar-wrapper > .sidebar-nav > li .btn {
                 margin:15px;
                 font-size:14px;
                 background-color:#333;
                 border-width:2px;
                 width:180px;
                 padding:10px;
}

#sidebar-wrapper > .sidebar-nav > li a:hover.btn {
                 background-color:#5bc0de;
                 border-color:#5bc0de;
                 
}


/*CSS for larger devices*/

@media(min-width:768px) {
    #wrapper {padding-left: 250px;}
    #wrapper.toggled {padding-left: 0;}
    #sidebar-wrapper {width: 250px;}
    #wrapper.toggled #sidebar-wrapper {width: 0;}
    #page-content-wrapper {padding: 15px; position: relative;}
    #wrapper.toggled #page-content-wrapper {position: relative;margin-right: 0;}
}

/*CSS for small devices*/

@media(max-width:768px) {

.sidebar-nav li {line-height:15px;}
#sidebar-wrapper > .sidebar-nav > li.sidebar-brand {display:none;}
#sidebar-wrapper > .sidebar-nav {padding-top:10px; }
#sidebar-wrapper > .sidebar-nav > li .btn  {margin:10px 15px 10px 15px;padding:5px; }

#sidebar-wrapper { z-index: 999;background-image:none;   }
#page-content-wrapper {
    z-index: 1005; 
    background-image: url('../images/UCL_logo_blk.png');
    background-color:#fff;
    background-position:0px 100%;
    background-size:200px auto;
    background-repeat:no-repeat;
    border-bottom: 30px solid #333;

}
#wrapper {z-index: 1001; }
#wrapper.toggled #page-content-wrapper {z-index: 999;}


}