/*html定义样式*/
html{
	-ms-overflow-style:scrollbar;
}
/*body定义样式*/
body {
	font-size: 12px;
	font-family: "Microsoft YaHei", Helvetica, Arial, "Hiragino Sans GB", sans-serif;
	border: 0;
	padding: 0;
	margin: 0;	
}
.topbar{
	background-color: #fff;
    height: 50px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.08);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.08);
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 999!important;
}
.sidebar{
	width: 208px;
    height: 100%;
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    padding: 20px 0 0 0;
    z-index: 100;
    background: #F5F5F5;
    color: #000000;
    font-size: 12px;
    overflow-y: auto;
}
.sidebar>ul.sidebar-menu {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    list-style: none;
}
.sidebar>ul.sidebar-menu>li {
    position: relative;
    display: block;
}
.sidebar>ul.sidebar-menu>li>a{
	color: #555;
}
.sidebar>ul.sidebar-menu>li>a.active{
	font-weight: 700;
	color: #333;
    background-color: #DEDEDE;
}
.main{
	position: absolute;
    width: auto;
    top: 52px;
    bottom: 0px;
    left: 208px;
    right: 0px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 15px;
}
.list-title {
    border-bottom: 1px solid #ddd;
    height: 60px;
    padding: 10px 0;
}
.list-search {
    margin-top: 10px;
}
.list-border {
    border: 1px solid #ddd;
    margin-bottom: 0px;
}
.list-border>thead.list-head {
    background: #f5f5f5;
}
.list-footer {
    width: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    height: 54px;
}
.list-footer .btn-del{
	padding: 9px 8px;
}
.list-footer .btn-del input{
	margin-right: 15px;
	vertical-align:text-bottom;
}
.list-footer .total{
	line-height: 52px;
	color: #888;
}
.list-footer .pagination-warp{
	padding: 9px 4px;
}
.list-footer .pagination{
	margin: 0px;
    vertical-align: middle;
    border-radius: 0px;
}
.list-footer .pagination li a, .pagination li span {
    height: 32px;
    line-height: 20px;
    cursor: pointer;
    border-color: #CCC;
}
.pagination li.active a, .pagination li.active span {
    border: 1px solid #1282cc;
    cursor: pointer !important;
    background-color: #17A2FF;
}
.pagination li.active a:hover, .pagination li.active span:hover{
    border: 1px solid #337ab7;
    cursor: pointer !important;
    background-color: #1282cc !important;
}
.list-footer .pagination li:first-child>a, .pagination li:first-child>span {
    border-radius: 0px;
}
.pagination li:last-child>a, .pagination li:last-child>span {
    border-radius: 0px;
}
.list-footer .page-goto{
	padding: 9px 4px;
}
.list-footer .page-goto input{
	width:40px !important;
}
.list-footer .page-goto button{
	padding: 8px 8px;
	margin-right: 20px;
	font-size: 12px;
	line-height: 14px;
}
.list-footer-msg-send{
	border-top: 1px solid #ddd;
}
/* 顶部菜单的样式 */
.head-menu{
	font-size:14px;
}
.head-menu .head-userinfo{
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
}
.head-menu .dropdown-menu{
	padding: 0 5px;
	min-width:100px;
}
.head-menu .dropdown-menu>li {
    padding: 3px 0;
    border-bottom: 1px solid #ECECED;
    text-align: left;
}
.head-menu .dropdown-menu>li>a {
    padding: 3px 10px;
    line-height: 20px;
    font-size: 12px;
}
.head-menu .dropdown-menu>li>a>.fa-power-off {
    font-weight: 400;
}
.head-menu .dropdown-menu>li>a>i {
    margin-right: 5px;
    margin-left: 3px;
    font-size: 15px;
    color: #808080;
    font-weight: 600;
}
.navbar-brand-img{
    height: 50px;
    max-width: 510px;
}
.navbar-top{
	background-color:#17A2FF;
}
.navbar-top .container{
	width:100%;
	padding:0px 200px 0px 200px;
}
/* 用户名右侧的小三角 */
.caret{
	border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}