/*
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 : 2015-3-21, 8:30:50
    Author     : baibo
*/
.navbar-nav {
  margin: 0;
  padding: 0;
}
.navbar-toggle {
  margin-right: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
     box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
     background-color: #d9edf7;
}
.sidebar ul li a.active {
   box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
     background-color: #d9edf7;
}

.dragsort {
    padding-left: 0;
}
.dragsort li {
    background-color: #fff;
    border: 1px solid #eee;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0 6px;
}

.edit_sort {
    border: 1px solid #cdcdcd;
    color: #404040;
    height: 376px;
    line-height: 35px;
}

.edit_sort ul {
    height: 334px;
    overflow-y: scroll;
    padding: 0 5px;
}