﻿/* main.css,主要为系统默认的页面及页面内各元素属性(比如背景色、input输入框)、以及版权栏的样式表文件 */
/* 以日期标明的最新版本为准,注意区分大小写(一般只用小写) -qyf- 2007.11.28 */
/**页面变灰代码********@import url(../../Common/styles/changegray.css);
 /* 提取字体大小便于修改产品中默认字号 ******/
html {
    font-size: 62.5%;
    height: 100%;
}

body, table, h1, h2, h3, h4, h5, input, select, textarea {
    font-size: 1.2rem;
    font-family: 宋体, Arial, Helvetica, sans-serif;
}

body {
    color: #000;
    background: #fff;
}
/*通用页面背景图*****/
.BodyBg {
    background: #fff;
}

.BodyBgPic {
    width: 100%;
}

.tablefull {
    width: 100%;
    height: 100%;
}
/* div,系统默认的div样式 */
body, div {
    scrollbar-track-color: #edeef0;
    scrollbar-face-color: #f8f8f9;
    scrollbar-arrow-color: #706b66;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #b7b7be;
    scrollbar-3dlight-color: #b7b7be;
    scrollbar-darkshadow-color: #f8f8f9;
}
/* td,系统默认的td样式 */
td {
    color: #444;
    word-spacing: 1px;
    word-break: break-all;
}
/* input,select,系统默认文本框样式 */
input, select {
    height: 22px;
    line-height: 20px;
    vertical-align: middle;
}

input, textarea {
    border: 1px solid #ccc;
}

    input[type=checkbox],
    input[type=radio] {
        border: 0;
    }

    input[disabled], select[disabled], textarea[disabled] {
        color: #aaa;
        background: #f5f5f5;
        border-color: #e0e0e0;
    }
    /*#region*控件单复选框通用********2018-11-29*************/
    input[type=radio],
    input[type=checkbox] {
        border: 0;
    }

        input[type=radio] + label,
        input[type=checkbox] + label {
            line-height: 20px;
        }

/*#endregion*控件单复选框通用********2018-11-29*************/

/* A A:link A:visited A:hover A:active,系统默认链接文本样式 */
A, A:link {
    text-decoration: none;
    color: #3c81d9;
}

    A:visited {
        text-decoration: none;
        color: #3c81d9;
    }

    A:hover {
        color: #d94b4b;
        text-decoration: underline;
    }

    A:active {
        text-decoration: none;
        color: #3c81d9;
    }
    /*皮肤色**/
    .skincolor, a.skincolor, a.skincolor:link, a.skincolor :visited {
        color: #3c81d9;
    }
/*菜单更多下拉列表处理************/
.LzNavMoreShow {
    position: absolute;
    display: none;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    position: absolute;
    z-index: 1000;
    width: 160px;
    margin-left: -80px;
    height: auto !important;
}

.LzNavMoretop, .LzNavMorebtm {
    display: none;
}

.LzNavMoreShow ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 5;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
}

.LzNavMoreShow li {
    border-left: 3px solid #fff;
    border-bottom: 1px dashed #eee;
    cursor: pointer;
    overflow: hidden;
    line-height: 28px;
    padding: 0 10px 0 7px;
}

.LzNavMoreShow .litxt {
    display: block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
}

.LzNavMoreShow .liico {
    display: none;
}

.LzSiteNav_Show {
    bottom: 15px;
    position: fixed;
}

.LzHeadNav_Show {
    max-height: 350px;
}

/*下拉菜单选中滑过**/
.LzNavMoreShow li:hover,
.LzNavMoreShow .li_hover,
.LzNavMoreShow .li_sel {
    color: #518ddc;
    cursor: pointer;
    border-left-color: #518ddc;
}


/*#region***通用系统按钮样式处理***********************************/
/* ButtonBg,系统风格按钮默认奇数状态**鼠标离开(mouseout)偶数， */
.ButtonBg1,
.ButtonBg2,
.ButtonBg3,
.ButtonBg4,
.ButtonBg5,
.ButtonBg6 {
    background: #fff;
    background: -webkit-linear-gradient(to bottom,#ffffff 49%,#f3f4f5 50%,#f3f4f5);
    background: -o-linear-gradient(to bottom,#ffffff 49%,#f3f4f5 50%,#f3f4f5);
    background: -moz-linear-gradient(to bottom,#ffffff 49%,#f3f4f5 50%,#f3f4f5);
    background: linear-gradient(to bottom,#ffffff 49%,#f3f4f5 50%,#f3f4f5);
    border: 1px solid #afafaf;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ButtonBg2,
.ButtonBg4,
.ButtonBg6 {
    box-shadow: inset 0 0 3px 1px rgba(60,127,177,0.35);
    border-color: #3c7fb1;
    color: #000000;
}

.ButtonBg1,
.ButtonBg2 {
    width: 80px;
    height: 26px;
}

.ButtonBg3, .ButtonBg4 {
    width: 45px;
    height: 20px;
}

.ButtonBg5, .ButtonBg6 {
    width: 58px;
    height: 20px;
}

.ButtonTxt1,
.ButtonTxt2,
.ButtonTxt3,
.ButtonTxt4,
.ButtonTxt5,
.ButtonTxt6 {
    width: 100%;
    font-weight: normal;
    text-align: center;
    text-indent: 0px;
    line-height: 18px;
    letter-spacing: 1px;
    word-break: keep-all;
}
/*#endregion**按钮结束********************/
/* TextOverflow,个人工作桌面目录树 目录菜单文本溢出处理 */
.TextOverflow {
    table-layout: fixed;
}

td.TextOverflow, span.TextOverflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*输入对象，得到焦点及鼠标划过样式*/
.element_common {
    border-bottom: 1px solid red;
}

.element_over {
    background: #fffee1;
    border: 1px solid #dbddca;
}

.element_out {
}

.element_focus {
    background: #ffffe1;
    border: 1px solid #ffb800;
}

.element_blur {
}
/**地址路径*/
.BodyLocation {
    background: url(../images/common/navbg.gif) bottom #f5f6f7 repeat-x;
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    color: #000;
}

    .BodyLocation .arrow {
        background: url(../images/common/main_title_row.gif) 10px center no-repeat;
        padding-left: 20px;
        display: inline-block;
        vertical-align: middle;
    }

.BodySearch {
    border-right: #fbfdff 1px solid;
    border-left: #fbfdff 1px solid;
    color: #000000;
    word-break: keep-all;
    font-family: "宋体";
    height: 30px;
    background-color: #fffdda;
}

.TableMainTitle {
    height: 30px;
    min-height: 30px;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    background: url(../images/common/table_main_title_bg.gif) #fff top repeat-x;
    border-bottom: 1px solid #cacaca;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.TableMaintxt,
.TableMainbtn {
    vertical-align: middle;
    white-space: nowrap;
}

.TableMainButton {
    border-right: #afb7cc 1px solid;
    border-top: #afb7cc 1px solid;
    background-image: url(../images/common/table_main_btn_bg.gif);
    border-left: #afb7cc 1px solid;
    cursor: pointer;
    color: #000000;
    word-break: keep-all;
    border-bottom: #afb7cc 1px solid;
    font-family: "宋体";
    height: 20px;
    background-color: #ffffff;
}

.TableMaintxt .imgicon,
.TableMaintxt .spantxt {
    background: url(/App_Skins/Common/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;
}
.TableMaintxt .mytips {
	color: black;
	font-size: 16px;
}
/******************通用页面边框样式********/
.TableBorder01,
.TableBorder02,
.TableBorder03,
.tableborder04 {
    margin: 0 auto;
}

.TableBorder01 {
    border-right: #fff 1px solid;
    border-top: #D4D4D4 1px solid;
    border-left: #D4D4D4 1px solid;
    border-bottom: #fff 1px solid;
}

.TableBorder02 {
    background-color: #f0f0f3;
}

.TableBorder03 {
    background-color: #fff;
    border-right: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}

/******************批量设置页面边框样式2010-08-02********/
.tableborder04 {
    background: url(../images_2/CommonQuery/tableborder04_bg.gif) #ffffff repeat-x;
    border: 1px solid #bebebe;
}

.tabletit04 {
    padding-bottom: 5px;
}
/******************批量设置页面边框样式2010-08-02********/

.TableTitle1 {
    border-right: #fbfdff 1px solid;
    border-top: #fbfdff 1px solid;
    background: #f5f5f5;
    border-left: #fbfdff 1px solid;
    color: #000000;
    word-break: keep-all;
    font-family: "宋体";
    height: 26px;
    background-color: #c3dd75;
}

.TableTitle {
    border-right: #fbfdff 1px solid;
    border-top: #fbfdff 1px solid;
    background: #f5f5f5;
    border-left: #fbfdff 1px solid;
    color: #000000;
    word-break: keep-all;
    font-family: "宋体";
    height: 26px;
    background-color: #9bccf7;
}

.TableTitleBgpic1 {
    font-weight: bold;
    background: #f5f5f5;
    color: #000000;
    word-break: keep-all;
    background-repeat: no-repeat;
    font-family: "宋体";
    height: 26px;
    text-align: left;
}

.TableTitleBgpic {
    font-weight: bold;
    background-image: url(../images/common/table_bgpic_title1.gif);
    color: #000000;
    word-break: keep-all;
    background-repeat: no-repeat;
    font-family: "宋体";
    height: 26px;
    text-align: left;
}

.TableContent {
    border-right: #fbfdff 1px solid;
    border-top: #fbfdff 1px solid;
    border-left: #fbfdff 1px solid;
    color: #000000;
    border-bottom: #fbfdff 1px solid;
    font-family: "宋体";
    background-color: #f4f4f4;
}

/*************table表头样式************************************/
.TableHead01,
.TableHead02,
.TableHead03,
.TableHead04,
.TableHead05,
.TableHead06,
.TableHead07,
.TableHead08 {
    color: #000000;
    height: 30px;
    padding: 0 5px;
    border-left: 1px solid #fff;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf;
    background: #f8f8f8;
}

/* TableBg01_B,表格正文栏样式-灰色-加粗*/

.TableBg01_B, .TableBg01, .TableBg02, .TableBg03, .TableBg04, .TableBg05, TableBg06 {
    min-height: 24px;
    height: 24px;
    padding: 2px 5px;
    line-height: 22px;
    border-right: #dfdfdf 1px solid;
    border-bottom: #dfdfdf 1px solid;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    text-align: left;
}

.TableBg01_B {
    color: #000000;
    font-weight: bold;
    background-color: #F0F0F0;
    border-top: 1px solid #FBFDFF;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #FBFDFF;
}

.TableBg01 {
    background: #fafbfe;
}

.TableBg02 {
    background: #fff;
}
/*********table表身样式end****************/

.InputGo {
    border-right: #000000 0px solid;
    border-top: #000000 0px solid;
    border-left: #000000 0px solid;
    width: 20px;
    color: #9e0b0e;
    border-bottom: #000000 1px solid;
    height: 16px;
    background-color: transparent;
}

/*******页面定制表单单线*或设置有的边框无线时*********/
.TableBorderEx01 {
    border-collapse: collapse;
}

    .TableBorderEx01 .TableBg01 {
        border: #D4D4D4 1px solid;
    }

    .TableBorderEx01 .TableBg02 {
        border: #D4D4D4 1px solid;
    }
/*****20121224页面定制背景边框修改************/
.UserDefinedtable .news_list H2 {
    display: none;
}
/**#region***便于换肤将产品中通用的部分提取***201-04-02****************/
.bg-header {
    background: #346db4 !important;
    background: #346db4;
    color: #fff;
}
