ul.nav {
    margin-top: 5px;
  
}

ul.main {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


.nav > li.has-children>a:after {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 30px;
    top: 14px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.nav > li.has-children a.collapsed:after {
   
    
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
   
}

.sidebar-form input{
    height: 40px;
}

.nav > li > a{
    color: #fff;
    border-bottom: solid 1px #1c72b5;
}

.nav > li.has-children > ul > li a {
    color: #fff;
    border-bottom: none;
}

    .nav > li a {
        color: #fff;
    }

        .nav > li a:hover, .nav > li a:active, .nav > li a:focus {
            background: none;
            color: #f5f8ac;
        }

.menuopen .glyphicon-menu-hamburger
{
    display: none;
}

.navbar .glyphicon-remove {
    display: none;
}

.menuopen .glyphicon-remove {
    display: block;
}

.menuopen .menubtntext{
    display: none;
}