@charset "utf-8";
/* CSS Document */

.zeng_msgbox_layer,
.zeng_msgbox_layer .gtl_ico_succ,
.zeng_msgbox_layer .gtl_ico_fail,
.zeng_msgbox_layer .gtl_ico_hits,
.zeng_msgbox_layer .gtl_ico_clear,
.zeng_msgbox_layer .gtl_end{display:inline-block;height:54px;line-height:54px;font-weight:bold;font-size:14px;color:#606060;background-image:url("../images/gb_tip_layer.png");_background-image:url("../images/gb_tip_layer_ie6.png");background-repeat:no-repeat}
.zeng_msgbox_layer_wrap{width:100%;position:fixed;_position:absolute;top:46%;left:0;text-align:center;z-index:65533}
.zeng_msgbox_layer{background-position:0 -161px;background-repeat:repeat-x;padding:0 18px 0 9px;margin:0 auto;position:relative}
.zeng_msgbox_layer .gtl_ico_succ{background-position:-6px 0;left:-45px;top:0;width:45px;position:absolute}
.zeng_msgbox_layer .gtl_end{background-position:0 0;position:absolute;right:-6px;top:0;width:6px}
.zeng_msgbox_layer .gtl_ico_fail{background-position:-6px -108px;position:absolute;left:-45px;top:0;width:45px}
.zeng_msgbox_layer .gtl_ico_hits{background-position:-6px -54px;position:absolute;left:-45px;top:0;width:45px}
.zeng_msgbox_layer .gtl_ico_clear{background-position:-6px 0;left:-5px;width:5px;position:absolute;top:0}
.zeng_msgbox_layer .gtl_ico_loading{ width:16px;height:16px;border:0;background-image:url("../images/loading.gif");float:left;margin:19px 10px 0 5px}

html, body {
    font: 14px/1.5 "microsoft yahei", Helvetica, Tahoma, Arial, sans-serif;
    color: #635c73;
}
ol, ul {
    list-style: none;
}
body, p, pre, blockquote, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, form, select, input, textarea, button, table, caption, tr, th, td {
    margin: 0;
    padding: 0;
}
.container {
    width: 100%;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 20px;
}

.form-control {height: auto;}

/*menu*/
#nav_menu {
    display: block;
    width: 170px;
    left:0;
    top: 0px;
    height: 100%;
    border-right: 1px solid #ddd;
    position: absolute;
}
#nav_menu .subnav {
    font-size: 14px;
    margin-top:50px;
}

#nav_menu .subnav h3 {
    color: #222222;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    cursor: pointer;
    border-bottom: 1px #ddd solid;
    margin: 0;
    font-size: 14px;
}
.subnav .glyphicon {
    font-size: 12px;
    margin-right: 5px;
}
.subnav h3 .active{
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);     /* IE 9 */
    -moz-transform:rotate(-90deg);    /* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
    -o-transform:rotate(-90deg);
}
.side-sub-menu {
    background-color: #EEE;
    margin: 0;
}
.side-sub-menu > li {
    position: relative;
}
#nav_menu .subnav .side-sub-menu {
    background-color: #EEE;
    margin: 0;
}
#nav_menu .subnav .side-sub-menu > li {
    position: relative;
}
.side-sub-menu .item {
    padding: 0;
    line-height: 50px;
    display: block;
    height: 50px;
    color: #414141;
    text-decoration: none;
    border-bottom: 1px solid #F7F7F7;
}
.side-sub-menu .item a {
    color:#414141;
    display: block;
    padding-left: 45px;
}
.side-sub-menu .active  {
    color: #fff;
    background: #09F;
}
.side-sub-menu .active a {
    color:#fff;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #09f;
}

/*main*/
.main {
    position: fixed;
    overflow: hidden;
    overflow-y: scroll;
    top: 50px;
    bottom: 0;
    right: 0;
    background: #fff;
    padding-right: 0px;
    padding-left:170px;
    padding-top: 10px;
    z-index: -1;
    margin: 0;
    width: 100%;
}

.nav-path {
   margin: 0;
   margin-bottom:10px;
}

div.form-control {
    border:none;
    box-shadow: none;
}
input.form-control {
    max-width: 400px;
}

/* = 表格（默认有斑马条纹）
------------------------------------------ */
.data-table {
    margin: 10px 0;
}
.data-table table {
    width: 100%;
    border-collapse: collapse;
}
.data-table caption {
    height: 30px;
    line-height: 30px;
    font-weight: 700;
}
.data-table thead th,
.data-table tbody td {
    padding:8px;
    height: 19px;
    line-height: 19px;
    font-weight: 400;
}
.data-table thead th {
    text-align: left;
    color:#fff;
    background-color: #353535;
}
.data-table tbody tr {
    background-color: #fefefe;
    color: #686868;
}
.data-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.data-table .table-footer {
    line-height: 30px;
}

/* 复选框的列宽 */
.row-selected {
    width: 15px;
}

/* = 分页
------------------------------------------ */
.page {
    margin: 10px 0;
    *zoom: 1;
}
.page:before,
.page:after {
    display: table;
    content: "";
}
.page:after {
    clear:both;
}
.page a,
.page span {
    float: left;
    margin-left: -1px;
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    color: #000;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    /*background-color: #4bbd00;*/
}
.page a:hover
 {
    text-decoration: none;
    background-color: #387C0B;
}
.page .current {
    border-top: 1px solid #387C0B;
}
.page .next,
.page .prev {
    font-family: "宋体";
    font-weight: bold;
}
.page .rows {
    border-right: 1px solid #CCCCCC;
}

/* = uploadify上传插件样式
------------------------------------------ */
.uploadify-button {
    position: relative;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: #337ab7;
}
.uploadify-queue-item {
    position: absolute;
    margin-top: 4px;
    padding: 15px;
    width: 470px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.uploadify-queue-item .cancel {
    float: right;
}
.uploadify-queue-item .cancel a,
.uploadify-queue-item .cancel a:hover {
    font-family: Consolas;
    color: #404040;
    text-decoration: none;
    border-bottom: 0 none;
}
.uploadify-queue-item .fileName {
    color: #2D7200;
}
.uploadify-error {
    background-color: #FDE5DD !important;
}
.uploadify-queue-item.completed {
    background-color: #E5E5E5;
}
.uploadify-progress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}
.uploadify-progress-bar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}
.upload-img-box {
    margin-top: 4px;
    /*float:left;*/
}
.upload-img-box .upload-pre-item {
    padding: 1px;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    transition: all .3s linear;
    display: inline-block;
    margin-right: 10px;
    margin-bottom:10px;
}
.upload-img-box .upload-pre-item img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.upload-img-box .upload-pre-item .close {
    position: absolute;
    margin-left: 90px;
    color:#fff;
    opacity:1;
    padding:5px;
    font-size: 15px;
}
.upload-img-box .upload-pre-file {
    padding: 0 10px;
    width: 380px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px dashed #ccc;
    background-color: #fff;
}
/* 上传图片点击弹出层 */
.upload-img-popup {
    position: fixed;
    z-index: 9999;
    padding: 3px;
    border: 1px solid #c3c3c3;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.5);
}
.upload-img-popup .close-pop {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 17px;
    height: 17px;
    background: url(../images/bg_icon.png) no-repeat -25px 0;
}
.upload-img-popup .close-pop:hover {
    text-decoration: none;
    border-bottom: 0 none;
}
.upload-img-popup img {
    display: block;
}
.upload_icon_all {
    width: 15px;
    height: 15px;
    background: url(../images/attachment_1.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

/* 搜索框 */
.search{}
.search .item {
    display:inline-block;
    margin-right:10px;
    border:solid 1px #00b7ee;
    line-height:30px;
    background-color: rgb(245,245,245);
    font-size:14px;
}
.search .item .title {
    margin-left:10px;
    margin-right:10px;

}
.search .item input {
    margin:0;
    padding:0;
}
.search .item .input {
    width:110px;
    border:none;
    border-left:solid 1px rgb(221,221,221);
    padding-left:5px;
    padding-right:5px;
    line-height: 30px;
}

.search .submit {
    line-height:30px;
    padding:0 10px;
}

.form-horizontal {padding:0 10px;}
.form-horizontal .form-group {border:solid 1px rgb(221,221,221);padding:10px;}
.form-horizontal .control-label {
    padding:0;
}