﻿/* TableMainButton,页面内容标题栏-图标按钮样式 */
.button_break_line {
    width: 1px;
    overflow: hidden;
    font-size: 0;
}

    .button_break_line img {
        display: none;
    }

.buttonListTd {
    height: 24px;
    padding:0;
}

.ButtonBg0-1, .ButtonBg0-2 {
    cursor: pointer;
    line-height: 20px;
    padding: 1px 5px;
    border: 1px solid Transparent;
    white-space: nowrap;
    word-break: keep-all;
    vertical-align: middle;
}

    .ButtonBg0-1 img, .ButtonBg0-2 img {
        vertical-align: middle;
    }


.ButtonBg0-2 {
    border: 1px solid #f2dc68;
    background: #fff8d0;
}

    .ButtonBg0-2 .ButtonTxt0-1 {
        color: #cc4800;
    }

/****其他按钮**ButtonBg1_1,ButtonBg1_1系统风格按钮样式 */
.ButtonBg1_1,
.ButtonBg1_3,
.ButtonBg2_1,
.ButtonBg2_3 {
    display: none;
}

.ButtonBg1_2,
.ButtonBg2_2 {
    height: 26px;
    cursor: pointer;
}

.ButtonTxt1,
.ButtonTxt2 {
    font-weight: normal;
    white-space: nowrap;
    padding: 0 5px;
    line-height: 20px;
    letter-spacing: 2px;
    word-break: keep-all;
}
/* ButtonBg3_1,ButtonBg4_1系统风格按钮样式 */
.ButtonBg3_1,
.ButtonBg3_3,
.ButtonBg4_1,
.ButtonBg4_3 {
    display: none;
}

.ButtonBg3_2,
.ButtonBg4_2 {
    height: 24px;
    cursor: pointer;
}

.ButtonTxt3,
.ButtonTxt4 {
    font-weight: normal;
    white-space: nowrap;
    padding: 0 5px;
    line-height: 18px;
    letter-spacing: 2px;
    word-break: keep-all;
}
/* ButtonBg5_1,ButtonBg6_1系统风格按钮样式 */
.ButtonBg5_1,
.ButtonBg5_3,
.ButtonBg6_1,
.ButtonBg6_3 {
    display: none;
}

.ButtonBg5_2,
.ButtonBg6_2 {
    height: 20px;
    cursor: pointer;
}

.ButtonTxt5,
.ButtonTxt6 {
    font-weight: normal;
    white-space: nowrap;
    padding: 0 5px;
    line-height: 18px;
    letter-spacing: 2px;
    word-break: keep-all;
}

/**按钮通用背景**/
.ButtonBg1_2,
.ButtonBg2_2,
.ButtonBg3_2,
.ButtonBg4_2,
.ButtonBg5_2,
.ButtonBg6_2 {
    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_2,
.ButtonBg4_2,
.ButtonBg6_2 {
    box-shadow: inset 0 0 3px 1px rgba(60,127,177,0.35);
    border-color: #3c7fb1;
    color: #000000;
}
