
body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, dt, dl, input, textarea {
    font-family: Microsoft YaHei, simsun, Arial, sans-serif;
}


#navbar {
/*  background: #3498DB;*/
    height:60px;
    background:url(../images/top_banner.jpg);
    border-radius: 5px;
}


.navbar-right {
    margin-right: -10px;
}

.nav-app {
    display: inline-block;
    padding: 4px 2px;
    font-size: 16px;
    width: 76px;
    height: 44px;
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 8px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
}

.nav-app i {
    display: block;
    width: 72px;
    text-align: center;
    font-size: 16px;
}

.nav-app:hover, .nav-app.active {
    background: #57A3B0;
    color: #f2f2f2;
    text-decoration: none;
}


.top-logout {
    background-color: #FF8B53;border-color: #FF8B53;
}

.top-logout:hover {
    background-color: #FFB997;
    border-color: #FFB997;
    color: #FFFFFF;
}

.radius5{
    border-radius: 5px;
}

ul.tree_menu {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

ul.tree_menu a {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
}

ul.tree_menu a:hover {
    background: #eee;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    cursor: default;
}

ul.tree_menu a.active {
    background: #ccc;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #fff;
    z-index: 2;
    background-color: #5dade2;
}
ul.tree_menu a.active i {
    color: #fff;
}

ul.tree_menu i {
    cursor: pointer;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #0099ff;
    font-family: FontAwesome;
    font-size: 16px;
    height: 20px;
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 10px;
    width: 10px;
}

.tree_menu .level1 {
    margin-left: 10px;
}
.tree_menu .level2 {
    margin-left: 30px;
}
.tree_menu .level3 {
    margin-left: 50px;
}
.tree_menu .level4 {
    margin-left: 70px;
}
.tree_menu .level5 {
    margin-left: 90px;
}
.tree_menu .level6 {
    margin-left: 110px;
}
.tree_menu .level7 {
    margin-left: 130px;
}
.tree_menu .level8 {
    margin-left: 150px;
}









 /*模态框自定义样式*/

.modal-dialog {
    margin: 90px auto;
}




.modal>.modal-dialog>.modal-content {
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.2);
}
.modal>.modal-dialog>.modal-content>.modal-header {
    border-top-left-radius: 5px;
    /*background-color: #337ab7;*/
    background: url(../images/modal_top.jpg);
    border-bottom: 1px solid #e5e5e5;
    border-top-right-radius: 5px;
    height: 50px;
}
.modal>.modal-dialog>.modal-content>.modal-header>.close {
    font-size: 24px;
    opacity: 0.4;
}
.modal>.modal-dialog>.modal-content>.modal-header>h4 {
    color: #fff!important;
    font-size: 16px;
    margin-top:0;
}
.modal>.modal-dialog>.modal-content>.modal-footer {
    padding-top: 9px;
    padding-bottom: 9px;
    background-color:transparent
}
.modal>.modal-dialog>.modal-content>.modal-footer>button {
    border-radius: 5px;
}


.modal-header .close {
    margin-top: -5px;
}
/*模态框自定义样式结束*/



.require-red{
    color:red;
}


/*搜索查询区*/
.search-area{
    border-radius: 4px;
    padding:15px 10px 15px 0;
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}


/*内容区*/
.content-area{ margin-top: 5px}

/*列表页头部*/
.index-page-top{
    line-height: 35px; font-size:18px;border-bottom: 1px dotted #4B88B7; padding: 0px  10px 0px;
    background-color: #fdfdfd; font-family:微软雅黑; font-weight: bold; color:#4B88B7;
    margin-bottom: 5px;
 }




input[type=checkbox].ace + .level0{
    margin-left: 0px; font-weight: bold;color: #4B88B7;font-size: 16px;
}
input[type=checkbox].ace + .level1{
    margin-left: 36px;
}
input[type=checkbox].ace + .level2{
    margin-left: 72px;
}
input[type=checkbox].ace + .level3{
    margin-left: 108px;
}
input[type=checkbox].ace + .level4{
    margin-left: 144px;
}
input[type=checkbox].ace + .level5{
    margin-left: 180px;
}
input[type=checkbox].ace + .level6{
    margin-left: 216px;
}
input[type=checkbox].ace + .level7{
    margin-left: 252px;
}
input[type=checkbox].ace + .level8{
    margin-left: 288px;
}


.form-inline input.search-width90, .form-inline select.search-width90{
        width: 90px;
}

.form-inline input.search-width100, .form-inline select.search-width100{
        width: 100px;
}

.form-inline input.search-width150, .form-inline select.search-width150{
        width: 150px;
}

.width100{width: 100px;}
.width120{width: 120px;}
.width150{width: 150px;}


/*列表排序图标*/
table.table_sort th.field_sort i{cursor: pointer;float: right;margin-right:5px;}



/*左侧菜单背景色设为白色*/
.no-skin .nav-list > li > a {
     background-color: #fff;
    color: #585858;
}

.no-skin .nav-list > li:hover > a {
  background-color: #F8F8F8;
  color: #266cad;
}


/*左侧菜单无子菜单时三角隐藏*/
.nav-list > li > .submenu li > .submenu > li a > .menu-icon {
display: none;
    font-size: 12px;
    font-weight: normal;
    width: 18px;
    height: auto;
    line-height: 12px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: 1;
    background-color: inherit;
}
/*左侧菜单无子菜单时，hover，红色小三角显示*/
.nav-list > li > .submenu li > .submenu > li a:hover  > .menu-icon {
    display: inline-block;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}


.login-container {
    width: 40%;
    margin: 0 auto;
}

.login-layout .login-box .widget-main {
    padding-bottom: 16px;
}

.login-layout .signup-box .widget-main {
    padding-bottom: 16px;
}

.login-layout .forgot-box .widget-main {
    padding-bottom: 16px;
}


.up-file-ul{margin-left:0;}
.up-btn-fr {float:right;cursor: pointer;}
.up-file-ul > li {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 2px;
    border: 1px solid #f0f0f0;
    padding:2px 8px;
}



.navbar .navbar-brand a {
    color: #FFF;
}
.navbar .navbar-brand a:hover {
    color: #FFF; text-decoration: none; cursor: pointer;
}

.table {
    margin-bottom: 10px;
}

/*.pagination {
    margin: 0 ;
}
*/



/*分页*/
.modal-footer div{float: right;}
.modal-footer   span.rows{display: block;float: left; margin-right: 40px;height: 32px;line-height: 32px;}
.modal-footer a:hover{text-decoration:none;}
.modal-footer  a.first{ display:block; width:50px; height:32px; float:left; border:1px solid #d9d9d9;border-radius:0!important; text-align:center;background-color:#fafafa; line-height:32px;border-right: none;}
.modal-footer  a.end{ display:block; width:50px; height:32px; float:left; border:1px solid #d9d9d9;border-radius:0!important; text-align:center;background-color:#fafafa; line-height:32px;border-left: none;}
.modal-footer  a.prev{ display:block; width:50px; height:32px; float:left; border:1px solid #d9d9d9;border-radius:0!important; text-align:center;background-color:#fafafa; line-height:32px;border-right: none;}
.modal-footer  a.next{ display:block; width:50px; height:32px; float:left; border:1px solid #d9d9d9;border-radius:0!important; text-align:center;background-color:#fafafa; line-height:32px;}
.modal-footer    a.num{ display:block; width:32px; height:32px; float:left; border:1px solid #d9d9d9;border-radius:0!important; text-align:center;background-color:#fafafa; line-height:32px;border-right: none;}
.modal-footer   span.current{ display:block; width:32px; height:32px; float:left; border-width:1px;border-color:#d4dfe3;border-radius:0!important; text-align:center;background-color:#6FAED9; line-height:32px; color:#ffffff;}
.modal-footer   .page_num{height: 32px; line-height: 32px; float: right; margin-left: 40px;}
