body {font-family:FontAwesome,Microsoft YaHei,'微软雅黑','宋体', Helvetica, Arial, sans-serif;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{vertical-align:middle;}
#control-sidebar-home-tab{
    margin-top: -10px;
}
#control-sidebar-settings-tab{
    margin-top: -10px;
}

.admin-login-captcha-img{
    width: auto; height: 32px;float:left;
		border:1px solid #eee;
}

.admin-login-captcha-input-icon{
    margin-right: 15px;
}
.admin_login_bg{
	background:url(../images/lbg.png) top left repeat-x;	
}
.admin-login-box {
  width:100%;
	background: #00124f; /* Old browsers */
	background: -moz-linear-gradient(left, #00124f 2%, #0e4586 49%, #2f2f7c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #00124f 2%,#0e4586 49%,#2f2f7c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #00124f 2%,#0e4586 49%,#2f2f7c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00124f', endColorstr='#2f2f7c',GradientType=1 );}
.admin-login-box .w1040{
	background:url(../images/login_bg.png) -200px top no-repeat;	
	padding:30px 0px;	
}
.admin-login-body-background {
	background-color:#ffffff;
}

.login-logo-a{
    color: #fff !important;
}

.table-search {
    
    width: 150px;
}

.breadcrumb > li + li::before {
    color: #000;
    content: "/ ";
    padding: 0 5px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
 
    background-color:#777 !important;
    border-color:#777 !important;
}

.admin-node-label{
    
    margin-left: 20px;
    font-weight : normal !important;
}

.admin-node-header label{
    
    font-weight : normal !important;
}
.admin-list-img-size {
    
    max-height: 30px;
}

.search-input{
    
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    float: left;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    width: 200px;
}

.search-form{
    
    width: 400px;
}


/* 图标选择 */
.js-icon-picker .input-group-addon {
    cursor: pointer;
}
#icon_search {
    padding: 15px;
}
#icon_tab .nav-tabs {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
}
#icon_tab i {
    font-size: 2em;
}
.js-icon-list {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}
.js-icon-list li{
    float: left;
    width: 5%;
    padding: 15px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
}
.js-icon-list li:hover {
    background-color: #F5F5F5;
}
.js-icon-list li code {
    display: none;
}

.content-header{
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}
.content-header h1{
	border-left:3px solid #287ee3;
	padding-left:10px;
}
.breadcrumb{
    float: right;
    background: transparent;
    /*margin-top: 0px !important;*/
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: -3px !important;
    right: 10px;
    border-radius: 2px;
}

.checkbox-select-all{
    width: 30px;
}

.sort-th{
    width:50px;
    text-align: center;
		line-height:24px;
		height:24px;
}

.status-th{
    width:50px;
}
tr.childtr{background:#f9f9f9;}
.row{margin-bottom:15px;}
.view_table{border: 1px solid #eee;margin-bottom:15px;}
.view_table th{background-color:#f7f9fb;}
.view_table,.view_table th,.view_table tr,.view_table td{border:1px solid #eee;}
a:hover{text-decoration:underline;}
.ml20{margin-left:20px;}