/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
    font-family: 'Open Sans', sans-serif;
 }

/* 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;
	
}


#wrapper.toggled {
    padding-left: 250px;
}*/


#wrapper {
    padding-left: 0;
	
}
#wrapper.toggled {
    left: -250px;
    

}

.side-nav-title a{ 
	font-size: 1.25em;
	font-weight: 300; 
}

.side-nav-title p{ 
	font-size: .75em;
	font-weight: 100; 
}
/*
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #f2eae2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/

#sidebar-wrapper {

    background: #f2eae2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 0;
    height: 0;
    /*display:none; */
}

#page-content-wrapper {
    width:80% ;
    float:left;
    /*margin-top:5px;
    position: absolute;
    padding: 15px; */
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: -250px;
}

/* Sidebar Styles */
/*
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
	background: #f68e1e;
}*/

.sidebar-nav {
    
    margin: 0;
    padding: 0;
    list-style: none;
	background: #f68e1e;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: white;
}

.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;
	background: #0973b9;
}

.sidebar-nav > .sidebar-brand a {
    color: white;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
       /* padding-left: 250px; */
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
        max-width: 18%;
        margin:0;
        float:left;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        width:80% ;
        float:left;
        padding-top:10px;
      /*  padding-left:15px;
        position: relative; */
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        width:95%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}

@media screen and (max-width:767px) 
{
.col-lg-12 {
    text-align:center;
}
.log-name 
{
    float:left;
    margin-top:10px;
}

#sidebar-wrapper {
    width: 100%;
    height:auto;
}

#page-content-wrapper {
    width:100% ;
    float:left;
    padding-top: 15px;
}
}

@media(min-width:980px) 
{
#page-content-wrapper
{
    width: 73%;
    padding-left:15px; 
}

}




.sidenav {
    height: 300px;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 109;
    right: 0;
    background-color: #f68e1e;;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    width:250px;
    margin-right:0px;
}

.sidenav a {
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	font-size: 1rem;
	color: #FFF;
	display: block;
	transition: 0.3s;
}
	
.line {
	border-bottom: thin solid #E3E3E3;
}
	
.sidenav a:hover, .offcanvas a:focus{
	color: #f1f1f1;
	display: block;
	background-color: #0D3A6B;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}






    #right-sidebar-wrapper {
        width: 250px;
        max-width: 18%;
        margin:0;
        float:right;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


    .stydy1
{
    padding-left:10px!important;
    font-weight:bold!important;
      color: #337ab7!important;

}

    .sidebar-brandslink {

    height: 20px;
    font-size: 15px;
    line-height: 60px;
	background: #f2eae2;
}

.sidebar-brandslink a {
    color: #337ab7;
}

.sidebar-brandslink a:hover {
    color: #337ab7;

}