﻿/*
=============================================
 Author:	wn
 Create date: 	2012-9-11
 Description:	应用产品页面所有页面
==========修改记录===========================
 ============================================
*/
/* 通用标签样式集*/

/**body****滚动条*/
.LzBodyHidden {
    overflow: hidden;
}

.LzBodyScroll {
    overflow: auto;
    position: relative;
}

.BodyBgPic {
    width: 100%;
}

.btn-block {
    display: block;
    width: 100%;
}
/**隐藏的div**/
.aspNetHidden {
    display: none;
}
/***div显示滚动条************/
.clsDivScroll {
    overflow: auto;
    width: 100%;
    height: 100%;
}

.clsDivScrollhide {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
/**iframe外层增加滚动条的处理，ipad可以滚动*/
.clsIframeWrapper {
    width: 100%;
    height: 100%;
    font-size: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*页面frame布局滚动条*****/
.LzLeftScroll,
.LzRightScroll,
.LzDivScroll {
    overflow: auto;
    height: 100%;
    position: relative;
    width: 100%;
}


/* 产品框架高度及布局*/
.iframeSize {
    width: 100%;
    height: 100%;
}

.leftIframeBg {
    width: 200px;
    height: 100%;
    vertical-align: top;
}

.centerIframeBg {
    width: 3px;
    overflow: hidden;
    background: none !important;
    border-right: 1px dotted #ccc;
}

.rightIframeBg {
    width: auto;
    height: 100%;
    vertical-align: top;
}

.txtNorwap,
.lz-ellipsis {
    word-break: normal;
    word-wrap: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

    .txtNorwap div {
        white-space: nowrap;
    }

a.aspNetDisabled,
a.aspNetDisabled:hover {
    display: inline-block;
    position: relative;
    text-decoration: none;
    cursor: default;
}

    a.aspNetDisabled:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255,255,255,0.75);
    }


/*系统默认文本域样式textarea */
textarea {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    overflow-y: auto;
    /*  white-space:normalie不换行
    white-space:pre;google不换行;*/
    resize: none;
}

input, button, select, textarea {
    outline: none;
    color: #000000;
}
    /* InputCheckBox,单选框、多选框 */
    .CheckBox,
    .checkbox,
    input[type=checkbox],
    input[type=radio] {
        border: 0px;
        background: none;
        vertical-align: middle;
        display:inline-block;
    }

    input[type=checkbox],
    input[type=radio] {
        font-size: 0;
    }

    input[type=file] {
        color: #aaa;
        background: #fff;
    }

.Lzbox_bg, .Lzbox_bgimg {
    position: absolute;
    z-index: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
}
/* 常用颜色特殊颜色*/
.black, a.black:link, a.black:visited {
    color: #333;
}

.Org, a.Org:link, a.Org:visited {
    color: #ff8542;
}

.red, a.red:link, a.red:visited {
    color: #e82d2d;
}

.blue, a .blue, a.blue:link, a.blue:visited {
    color: #0d80df;
}

.green, a.green:link, a.green:visited {
    color: #6aa031;
}

.purple, a.purple, a.purple:link, a.purple:visited {
    color: #8577f1;
}
/* 常用注释性文本*/
.gray, a.gray:link, a.gray:visited {
    color: #888;
}
/* 常用注释性end*/
/* 常用链接文本*/
.link, a.link:link, a.link:visited {
    color: #0066cc;
}

    a:hover, .link:hover {
        color: #ff3333;
        text-decoration: underline;
    }
/*****安装控件时页面提示信息文字*******/
.cabhelptitle {
    color: #ff1e00;
    font-size: 1.2em;
    padding: 5px;
    display: block;
    font-weight: bold;
}
/*****sel选择框样式三种状态************************/
.input_sel {
    background: url(/App_skins/Common/images/Editor2/input_sel.gif) left -24px no-repeat;
    padding-left: 15px;
}

.input_sel_no {
    background: url(/App_skins/Common/images/Editor2/input_sel.gif) left 3px no-repeat;
    padding-left: 15px;
}

.input_selhalf {
    background: url(/App_skins/Common/images/Editor2/input_sel.gif) left -48px no-repeat;
    padding-left: 15px;
}

/*调正ie9兼容增加div高度100%************/
div.BodyBg {
    height: 100%;
    width: 100%;
}

.divcont_tabe {
    height: 100%;
}

.tablefullHeight {
    height: 100%;
}

.tableFull {
    width: 100%;
    height: 100%;
}
/*通用列表样式************/
/**/
.TablefullFixed {
    width: 100%;
    table-layout: fixed;
}

.tablelist {
    table-layout: fixed;
    width: 100%;
    min-width: 100%;
    text-align: left;
    border: 0;
    border-left: 1px solid rgba(0,0,0,0.08);
    border-top: 1px solid rgba(0,0,0,0.08);
    border-collapse: separate !important;
    border-collapse: separate;
}


    .tablelist > tbody > tr > th,
    .tablelist_th {
        line-height: 24px;
        height: 30px;
        min-height: 30px;
        background: #f5f5f5 top repeat-x;
        border: 0;
        border-right: 1px solid rgba(0,0,0,0.08);
        border-bottom: 1px solid rgba(0,0,0,0.08);
        padding: 0 5px;
        font-weight: 500;
    }

    .tablelist > tbody > tr > td,
    .tablelist_td {
        border: 0;
        border-right: 1px solid rgba(0,0,0,0.08);
        border-bottom: 1px solid rgba(0,0,0,0.08);
        line-height: 24px;
        padding: 2px 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.tablelist_th,
.tablelist_td {
    white-space: nowrap;
    vertical-align: middle;
}

.tablelist_span {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: inherit;
}



.table_center {
    margin: 0 auto;
}

.table_fixed {
    table-layout: fixed;
}

.text_center {
    text-align: center;
}

.TableTrHover > td,
.TableTdHover {
    background: #f1f5f7 !important;
    background: #f1f5f7;
}

.TableTrActive > td,
.TableTdActive {
    background: #fff7dc !important;
    background: #fff7dc;
}

/*excel导入头部样式************/
.execlbodytable {
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.exceltdright {
    vertical-align: middle;
    padding-right: 5px;
}



.execlbodytable .tablelist_td input {
    width: 100%;
    height: 22px;
    line-height: 22px;
    padding: 0;
}
/*新闻浏览页图片尺寸做限制************/
.newstxt_content table, .newstxt_box01 table {
    word-wrap: break-word;
    word-break: break-all;
}

    .newstxt_content table td img {
        width: auto !important;
        max-width: 100%;
    }

.lzindex_copy table {
    margin: 0 auto;
    text-align: center;
}
/*文档中心出现白框*******/
.TableContent {
    border: 0;
}

/*通用树出现双滚动条，原因宽度被不换行文字撑开*/
#TreeTable {
    table-layout: fixed;
    *zoom: 1;
}

.tree_node {
    white-space: nowrap;
    padding: 0 5px;
    min-height: 24px;
}

    .tree_node img {
        max-width: 20px;
        height: auto;
        width: auto;
    }

/*页面div出滚动条******/
.divbody_scroll {
    width: 100%;
    height: 100%;
    overflow: auto;
}
/*span仿a标签文字链接样式****/
.span_link {
    color: #000;
    cursor: pointer;
}

    .span_hover, .span_link:hover {
        color: #ff5806;
        text-decoration: underline;
        cursor: pointer;
    }

    .span_visited, .span_link:visited {
        color: #49b720;
        cursor: pointer;
    }
/*通用树拖动定位虚线****/
.dashedline {
    border: none;
    border-top: 1px dashed #333;
    height: 1px;
    overflow: hidden;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
}
/*通用树拖动提示信息****/
.treemove_div {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 0;
    position: absolute;
    overflow: visible;
    width: auto;
}

    .treemove_div .icon {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        overflow: hidden;
        background: url(../images/treemove_img.gif) #fff 0 0 no-repeat;
    }

    .treemove_div .icon_up {
    }

    .treemove_div .icon_down {
        background-position: 0 -25px;
    }

    .treemove_div .icon_cen {
        background-position: 0 -50px;
    }

    .treemove_div .icon_child {
        background-position: 0 -75px;
    }

    .treemove_div .icon_nomove {
        background-position: 0 -100px;
    }

    .treemove_div div {
        white-space: nowrap;
    }

        .treemove_div div span {
        }
/*通用信息提示框样式****/
.lzAlertbg {
    position: absolute;
    height: 80px;
    z-index: 99;
    width: auto !important;
    min-width: 150px;
    width: 150px;
    background-color: Transparent;
}

.lzAlertbg_ifrmae {
    position: absolute;
    width: 95%;
    height: 70px;
    overflow: hidden;
    z-index: 1;
    background-color: Transparent;
}

.lzAlert {
    position: absolute;
    z-index: 2;
    background: url(../images/lzAlert.png) left 0 no-repeat;
    height: 80px;
}

.lzAlertright {
    display: inline-block;
    background: url(../images/lzAlert.png) right -80px no-repeat;
    vertical-align: middle;
    margin-left: 70px;
    height: 80px;
}

.lzAlertspan {
    display: inline-block;
    padding: 0;
    height: 80px;
    background: url(../images/lzAlert.png) left -160px repeat-x;
    font-weight: 700;
    font-size: 1.2em;
    white-space: nowrap;
    line-height: 80px;
    vertical-align: top;
    margin-right: 25px;
}
/*提示上的提示文字*/
.lzAlert_div {
    position: absolute;
    z-index: 3;
    margin: 3px 8px;
    line-height: 20px;
    color: #ff9999;
    text-align: center;
    white-space: nowrap;
}
/*图片变灰*/
.lzimggray {
    filter: Gray;
    opacity: 0.5;
}
/******产品通用标题样式*****/
.TableMainWrap {
    width: 100%;
    table-layout: fixed;
}

.TableMaintxt img {
    display: none;
}

.TableMaintxt .imgicon,
.TableMaintxt .spantxt {
    background: url(../icons/title/16x16/title001.gif) 3px center no-repeat;
    text-indent: 24px;
    display: inline-block;
    line-height: 20px;
    font-weight: 500;
    white-space: nowrap;
    vertical-align: middle;
}

.TableMainbtn {
    text-align: right;
    vertical-align: middle;
}

.TableMaintxt {
    padding-left: 5px;
    vertical-align: middle;
}



/**门户浏览页模板样式******/
.index_browse_tit {
    font-size: 24px;
    font-family: "宋体";
    font-weight: 700;
    text-align: center;
    line-height: 150%;
    padding: 10px 0 5px;
}

.index_browse_txt {
    font-weight: normal;
    text-align: center;
    line-height: 30px;
}

.index_browse_cont {
    word-wrap: break-word;
    word-break: break-all;
    line-height: 130%;
}

.index_browse_img {
    border: none;
    display: none;
    float: left;
    cursor: pointer;
}
/****产品通用选中td样式编辑后******/
.tablebg_sel,
.tablebg_sel td {
    background: #ffebac;
    color: Red;
    cursor: pointer;
}

/***通用信息提示对话框lzAlertShowDiv**************/
.lzAlertShowDiv {
    position: absolute;
    z-index: 100;
    width: 400px;
    height: 125px;
}

.lzDialogInfoWrap .divcontbg {
    overflow: hidden;
}

.lzAlertShowDivInner {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.lzAlertShowDivCont {
    margin: 15px 0 8px 0;
    height: 60px;
    overflow: auto;
    vertical-align: middle;
    display: table;
}

    .lzAlertShowDivCont .spanTxt {
        background: url(../images/lzAlertWindow/lzAlerttit.png) 25px center no-repeat;
        padding: 0px 10px 0 75px;
        display: table-cell;
        *display: block;
        vertical-align: middle;
        line-height: 18px;
        font-size: 1.16em;
        word-wrap: break-word;
        word-break: break-all;
    }

.lzAlertShowDivBtn {
    text-align: center;
}

.lzAlertBtnBg {
    background: url(../images/lzAlertWindow/BtnBg.png) top repeat-x;
    width: 110px;
    height: 26px;
    border: none;
    cursor: pointer;
    margin: 5px 2px 0px;
    text-align: center;
    border: 0;
}

    .lzAlertBtnBg:hover, .lzAlertBtnBgOn {
        background-position: bottom;
    }

/***lzdropdown*下拉菜单门户****************************/
.lzdropdown {
    position: relative;
}

.dropdown-toggle {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 5px;
    width: 13px;
    height: 20px;
    display: inline-block;
    z-index: 5;
    background: url(../images/13_icon.gif) 0 center no-repeat;
}

.dropdown-menu {
    z-index: 99;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 25px;
    width: 180px;
    background: #fff;
    border: 1px solid #ddd;
}

    .dropdown-menu ul {
        width: 100%;
        max-height: 300px;
        overflow-y: auto;
    }

        .dropdown-menu ul li, .dropdown-menu ul li.commonHeader {
            background: none;
            border: none;
            padding: 0;
            height: 30px;
            line-height: 30px;
            margin: 1px 0;
            float: none;
            cursor: pointer;
        }

            .dropdown-menu ul li.commonHeader span, .dropdown-menu ul li.currentHeader span {
                background: none;
                display: block;
                line-height: inherit;
                height: inherit;
                padding: 0 8px;
                margin: 0;
                border: 0;
            }

            .dropdown-menu ul li:hover {
                background: #f5f5f5;
                color: blue;
            }

            .dropdown-menu ul li.active, .dropdown-menu ul li.currentHeader {
                background: #f5f5f5;
            }

/****通用样式定义*******2017-12-08wn*****************************************/
.padding_all {
    padding: 10px 12px;
}

.padding-tb {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-tb-sm,
.padding-sm-tb {
    padding-top: 5px;
    padding-bottom: 5px;
}


.padding-sm-lr,
.padding-lr-sm {
    padding-left: 5px;
    padding-right: 5px;
}

.margin-sm-top,
.margin-top-sm {
    margin-top: 5px !important;
    margin-top: 5px;
}

.margin-sm-bottom,
.margin-bottom-sm {
    margin-bottom: 5px !important;
    margin-bottom: 5px;
}

.padding-sm,
.padding-all-sm {
    padding: 5px;
}

/**通用按钮*/
.lzbtn {
    height: auto;
    border-radius: 3px;
    line-height: 20px;
    padding: 5px 10px;
    border: 1px solid transparent;
    cursor: pointer;
    background: transparent;
    font-size: 1.4rem;
}


.lzbtn_lg {
    padding: 8px 20px;
    font-size: 1.5rem;
}

.lzbtn_sm {
    padding: 0 5px;
    font-size: 1.2rem;
}

.lzbtn_lr_lg {
    padding-left: 20px;
    padding-right: 20px;
}

.lzbtn_block {
    width: 100%;
}

.lzbtn_icon > * {
    display: inline-block;
    vertical-align: middle;
}


.lzbtn_default {
    background: #fff;
    border-color: rgba(0,0,0,0.15);
    color: #444;
}

.lzbtn_primary {
    background: #4a7fc3;
    color: #fff;
}

.lzbtn_link {
    color: #4a7fc3;
}

    .lzbtn_link:hover,
    .lzbtn_link_hover {
        color: #2d99e4;
        box-shadow: none;
    }
/*#end****通選項卡tabs*******/

.disabled[disabled] {
    position: relative;
    color: #9a9a9a;
}

    .disabled[disabled] img {
        opacity: 0.3;
        filter: alpha(opacity=30);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }

    .disabled[disabled] * {
        color: inherit;
    }

    .disabled[disabled]:after {
        display: block;
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 5;
        background: rgba(255,255,255,0);
    }
/*#begin***文件上传进度通用进度条*******/
.lz-upload-plan {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0;
    HEIGHT: 100%;
    z-index: 200;
}

.lz-upload-view {
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -50px;
    width: 80%;
    margin: 0 auto;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: left;
    border-radius: 3px;
}

.lz-upload-desc {
    color: #9a9a9a;
}

.lz-upload-bar {
    border: 2px solid #efefef;
    background: #efefef;
}

    .lz-upload-bar > .on {
        height: 6px;
        overflow: hidden;
        line-height: 0;
        font-size: 0;
        background: -webkit-linear-gradient(to right,#36d3b4,#4fbaf0);
        background: -o-linear-gradient(to right,#36d3b4,#4fbaf0);
        background: -moz-linear-gradient(to right,#36d3b4,#4fbaf0);
        background: linear-gradient(to right,#36d3b4,#4fbaf0);
    }
/*#end****通用进度条*******/
/**#redgion通用div布局标题*******************************************/

/**#redgion通用div布局标题*******************************************/

/**#endredgion*******************************************/
/**通用输入框带图标的控件样式**/
.control_input_img {
    background: #fff;
    border: 0;
    margin: 0;
    white-space: normal;
    position: relative;
    display: inline-block;
    *display: inline;
}

    .control_input_img > input[type="text"] {
        vertical-align: top;
        width: 100%;
        min-width: 100%;
        vertical-align: top;
        padding-right: 24px;
    }

    .control_input_img .buttonIco {
        vertical-align: middle;
        cursor: pointer;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 5px;
        height: 16px;
    }
/**通用输入框带图标的控件样式**/

/**#region**通用图标寸*****/
.img-size16 {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.img-size20 {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.img-size24 {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.img-size32 {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.img-size36 {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
}

.img-size48 {
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    vertical-align: middle;
}

.img-size64 {
    width: 64px;
    height: 64px;
    line-height: 64px;
    display: inline-block;
    vertical-align: middle;
}

.img-size96 {
    width: 96px;
    height: 96px;
    line-height: 96px;
    display: inline-block;
    vertical-align: middle;
}

.img-size128 {
    width: 128px;
    height: 128px;
    line-height: 128px;
    display: inline-block;
    vertical-align: middle;
}

.img-fluid {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.img-circle {
    border-radius: 150%;
}
/**#region**通用图标寸*****/