﻿body {
}

/*后期自己填充样式*/
/*刷新按钮*/
.topjui-btn-reload {
    padding: 0 6px;
    background: #fff;
    border: 1px solid #bbb;
    color: #000;
    padding: 0 6px;
}

    .topjui-btn-reload:hover {
        border: 1px solid #bbb;
        color: #000;
        background: #fff;
        padding: 0 6px;
        opacity: .7;
        filter: alpha(opacity=80);
    }
    /*展开按钮*/
.topjui-btn-open {
     border: 0;
    background: #00c1de !important;
    color: #fff;
    padding: 0 6px;
}

    .topjui-btn-open:hover {
        color: #fff;
        padding: 0 6px;
        background: #00c1de !important;
        opacity: .7;
        filter: alpha(opacity=80);
    }
    /*折叠按钮*/
.topjui-btn-shrink {
     border: 0;
    background: #00c1de !important;
    color: #fff;
    padding: 0 6px;
}

    .topjui-btn-shrink:hover {
       color: #fff;
        padding: 0 6px;
        background: #00c1de !important;
        opacity: .7;
        filter: alpha(opacity=80);
    }
/*上传*/
.topjui-btn-upload {
    border: 0;
    background: #00c1de !important;
    color: #fff;
    padding: 0 6px;
}

    .topjui-btn-upload:hover {
        color: #fff;
        padding: 0 6px;
        background: #00c1de !important;
        opacity: .7;
        filter: alpha(opacity=80);
    }
/*下载*/
.topjui-btn-purple {
    border: 0;
    background: #00c1de !important;
    color: #fff;
    padding: 0 6px;
}

    .topjui-btn-purple:hover {
        color: #fff;
        padding: 0 6px;
        background: #00c1de !important;
        opacity: .7;
        filter: alpha(opacity=80);
    }

/*新增 、保存、上传按钮、生成二维码*/
.topjui-btn-add {
    border: 0;
    background: #00c1de !important;
    color: #fff;
    padding: 0 6px;
}

    .topjui-btn-add:hover {
        color: #fff;
        padding: 0 6px;
        background: #00c1de !important;
        opacity: .7;
        filter: alpha(opacity=80);
    }
/*管理*/
.topjui-btn-manage {
    border: 0;
    background: #00c1de !important;
    color: #fff;
    padding: 0 6px;
}

    .topjui-btn-manage:hover {
        color: #fff;
        padding: 0 6px;
        background: #00c1de !important;
        opacity: .7;
        filter: alpha(opacity=80);
    }

/*删除、关闭按钮*/
.topjui-btn-delete {
    border: 1px solid #bbb;
    background: #fff;
    padding: 0 6px;
    color: #000;
}

    .topjui-btn-delete:hover {
        color: #000;
        background: #fff;
        border: 1px solid #bbb;
        padding: 0 6px;
        opacity: .7;
        filter: alpha(opacity=80);
    }
/*其它*/
.topjui-btn-other {
    border: 1px solid #bbb;
    background: #fff;
    padding: 0 6px;
    color: #000;
}

    .topjui-btn-other:hover {
        color: #000;
        background: #fff;
        border: 1px solid #bbb;
        padding: 0 6px;
        opacity: .7;
        filter: alpha(opacity=80);
    }

/*编辑按钮*/
.topjui-btn-edit {
    border: 0;
    background: #00c1de;
    color: #fff;
    padding: 0 6px;
}

    .topjui-btn-edit:hover {
        padding: 0 6px;
        color: #fff;
        background: #00c1de;
        opacity: .7;
        filter: alpha(opacity=80);
    }
    /*保存*/
.topjui-btn-preserve {
    border: 0;
    background: #1E9FFF;
    color: #fff;
    padding: 0 6px;
}

    .topjui-btn-preserve:hover {
        padding: 0 6px;
        color: #fff;
        background: #1E9FFF;
        opacity: .7;
        filter: alpha(opacity=80);
    }
/*查询、预览*/
.topjui-btn-preview {
    color: #000;
    background: #fff;
    border: 1px solid #bbb;
    padding: 0 6px;
}

    .topjui-btn-preview:hover {
        color: #000;
        background: #fff;
        border: 1px solid #bbb;
        padding: 0 6px;
        opacity: .7;
        filter: alpha(opacity=80);
    }
/*打印、关联部位*/
.topjui-btn-print {
    border: 0;
    background: #00c1de;
    color: #fff;
    padding: 0 6px;
}

    .topjui-btn-print:hover {
        border: 0;
        background: #00c1de;
        color: #fff;
        padding: 0 6px;
        opacity: .7;
        filter: alpha(opacity=80);
    }
/*版本对比*/
.topjui-btn-contrast {
    border: 0;
    background: #00c1de;
    color: #fff;
    padding: 0 6px;
}

    .topjui-btn-contrast:hover {
        border: 0;
        background: #00c1de;
        color: #fff;
        padding: 0 6px;
        opacity: .7;
        filter: alpha(opacity=80);
    }
/*覆盖字体大小*/
.datagrid-cell, .datagrid-cell-group, .datagrid-cell-rownumber, .datagrid-header-rownumber, .datagrid-cell span, .pagination span, .pagination-info,
.l-btn-text, .panel-title, .tabs-title, .tree-title {
    font-size: 14px !important;
}

    .datagrid-cell span {
        font-weight: bold !important;
    }

/*覆盖鼠标悬浮背景颜色*/
.datagrid-row-over {
    background: #f7f7f9 !important;
}

table td {
    font-size: 12px !important;
    padding: 1px;
    vertical-align: middle;
}

.bannerMenu lable {
    font-size: 14px !important;
}

#topmenucontent {
    vertical-align: middle !important;
}

.bannerMenu p {
    line-height: 50px !important;
}

.panel-header {
    /*height: 28px !important;
    line-height: 28px !important;*/
}

#west .tree-node {
    height: 30px !important;
    line-height: 30px !important;
}

.panel-icon, .panel-tool {
    /*margin-top: -3px !important;*/
}

.topjui-btn-greennew {
    border: 0;
    background: #1fab03;
    color: #fff;
}

.topjui-btn-Cyan {
    border: 0;
    background: #00CDCD;
    color: #fff;
}

#zhwg .l-btn-text {
    margin: 0 6px;
}

#zcwg .l-btn-text {
    margin: 0 6px;
}

#tqwg .l-btn-text {
    margin: 0 6px;
}

#zhwkg .l-btn-text {
    margin: 0 6px;
}

#zhwwg .l-btn-text {
    margin: 0 6px;
}

#zhkg .l-btn-text {
    margin: 0 6px;
}

#tqkg .l-btn-text {
    margin: 0 6px;
}

#zckg .l-btn-text {
    margin: 0 6px;
}

.tree-title {
    display: inline;
}

#mb2 .l-btn-icon-left .l-btn-text {
    margin: 0;
}

.l-btn-left {
    line-height: 30px;
}

.panel-header {
    padding: 0 5px;
    position: relative;
}

.panel-title {
    height: 35px;
    line-height: 35px;
}

.panel-header {
    height: 35px !important;
}

.window .window-header {
    background: 0 0;
    padding: 0px;
}

.article li span, .float-right, .search-box {
    float: left;
}

.l-btn, .l-btn-plain:hover {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 2px;
}

.Userinformation_ul li {
    line-height: 29px;
    font-size: 14px;
    list-style: none;
}

 #proVideo .l-btn-icon-left .l-btn-text,#proPic .l-btn-icon-left .l-btn-text,#proLocation  .l-btn-icon-left .l-btn-text,#tbMain  .l-btn-icon-left .l-btn-text{
    margin: 0 6px;
}

/*.l-btn-plain {
    border-width: 1px;
}*/
#north .l-btn-plain {
    border-width: 0px;
}
.tabs-tool .l-btn-plain {
    border-width: 0px;
}
