﻿html {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    color: #676a6c;
    overflow: hidden;
    min-height: 530px;
    min-width: 1360px;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
}

.body {
    width: 100%;
    height: 100%;
    min-height: 273px;
    min-width: 1024px;
    overflow: hidden;
}

a {
    text-decoration: none;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

[data-bind*=fxClick], [data-bind*=fxclick], [role=button], [role=link] {
    cursor: pointer;
}

.textbox {
    border: 1px solid #eee;
    height: 22px;
    width: 140px;
    padding-left: 5px;
    float: left;
    line-height: 22px;
}

    .textbox:focus {
        border: 1px solid #19aa8d;
    }

.del-line {
    text-decoration: line-through;
    color: red;
}

input, button, select, textarea {
    outline: none
}

    input.select {
        background: #fff url("../Srcripts/Plugins/AJQuery/Images/DROPDOWN.png") no-repeat;
        background-position-x: 99%;
        background-position-y: center;
    }

.buttom {
    height: 35px;
    width: 120px;
    background-color: #0094ff;
    padding: 0 10px 0 10px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    cursor: pointer;
    display: inline-block;
}

.hover-color {
    color: #808080;
    cursor: pointer;
}

    .hover-color:hover {
        color: #ff6a00;
    }

.column-page-01, .column-page-02 {
    float: left;
    height: 100%;
}

.column-page-01 {
    width: 320px;
}

    .column-page-01.w50 {
        width: 50px;
    }

    .column-page-01.w320 {
        width: 320px;
    }

    .column-page-01.w400 {
        width: 400px;
    }

    .column-page-01.w100 {
        width: 100px;
    }

    .column-page-01.w200 {
        width: 200px;
    }

    .column-page-01.hide {
        display: none;
    }

.column-page-02 {
    width: calc(100% - 320px);
}

.column-page-01.w50 + .column-page-02 {
    width: calc(100% - 50px);
}

.column-page-01.w320 + .column-page-02 {
    width: calc(100% - 320px);
}

.column-page-01.w400 + .column-page-02 {
    width: calc(100% - 400px);
}

.column-page-01.w100 + .column-page-02 {
    width: calc(100% - 100px);
}

.column-page-01.w200 + .column-page-02 {
    width: calc(100% - 200px);
}

.column-page-01.max {
    width: 100%;
}

    .column-page-01.max + .column-page-02 {
        width: 0%;
    }


.column-page-01.hide + .column-page-02 {
    width: calc(100%);
}

.count-tips {
    width: 4px;
    height: 4px;
    display: inline-block;
    background-color: red;
    border-radius: 4px;
    margin-left: 4px;
}

.button {
    float: left;
    height: 25px;
    width: 60px;
    background-color: #2f4050;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}

    .button:hover {
        background-color: #19aa8d;
    }

.tree-tip-color {
    color: #BABABA;
}

input:-internal-autofill-selected {
    background-color: rgb(232, 240, 254) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
