﻿body {
    min-width: 1200px;
    background: #e7e8eb;
    line-height: 1.6; 
    font: 14px/1.5 tahoma,arial,"Hiragino Sans GB","Microsoft Yahei","\5b8b\4f53";
    -webkit-font-smoothing: antialiased;
    color: #222; 
}

article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

th, .table th {
    font-weight: normal;
} 
a {
    color: #459ae9;
    text-decoration: none;
} 
/*底部样式.Begin*/

.footer .ui-footer, .footer .ui-footer-ctn {
    border-top: none;
    margin-top: 50px;
}

.footer .ui-footer, .footer .ui-footer-copyright {
    background-color: #232736;
}

.footer .ui-footer-link a, .footer .ui-footer-link em {
    color: #999;
}

.ui-footer-ctn {
    padding-top: 30px;
    text-align: center;
}

.ui-footer-copyright {
    padding-top: 10px;
    background: #b8b9b9;
}

    .ui-footer a:hover, .ui-footer-copyright .copyright a:hover {
        color: #808080;
        text-decoration: none;
        border-bottom: 1px solid;
    }

.ui-footer {
    font-size: 12px;
    margin-top: 30px;
    height: 100px;
    line-height: 18px;
    background: #1e1b29;
    color: #808080;
}

/*底部样式.End*/

/*宽度.Begin*/

.w-350px {
    width: 350px;
}

.w-300px {
    width: 300px;
}

.w-250px {
    width: 250px;
}

.w-200px {
    width: 200px;
}

.w-180px {
    width: 180px;
}

.w-170px {
    width: 170px;
}

.w-160px {
    width: 160px;
}

.w-150px {
    width: 150px;
}

.w-140px {
    width: 140px;
}

.w-130px {
    width: 130px;
}

.w-120px {
    width: 120px;
}

.w-90px {
    width: 90px;
}

.w-80px {
    width: 80px;
}

.w-60px {
    width: 60px;
}


.w-70px {
    width: 60px;
}


.w-40px {
    width: 40px;
}


.w-45px {
    width: 45px;
}


.w-50px {
    width: 50px;
}


.w-30px {
    width: 30px;
}


.w-20px {
    width: 20px;
}

/*宽度.End*/

.btn-primary {
    background-color: #44b549;
    background-image: -moz-linear-gradient(top,#44b549 0,#44b549 100%);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#44b549),to(#44b549));
    background-image: -webkit-linear-gradient(top,#44b549 0,#44b549 100%);
    background-image: -o-linear-gradient(top,#44b549 0,#44b549 100%);
    background-image: linear-gradient(to bottom,#44b549 0,#44b549 100%);
    border-color: #44b549;
    color: #fff;
    border-radius: 0;
}

.btn-default {
    border-radius: 0;background-color: #fff;
    background-image: -moz-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
    background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -o-linear-gradient(top,#fff 0,#fff 100%);
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
    border-color: #e7e7eb;
    color: #222;
}
    .btn-default:hover {
        background-color: #e7e7eb;
        background-image: -moz-linear-gradient(top,#e7e7eb 0,#e7e7eb 100%);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#e7e7eb),to(#e7e7eb));
        background-image: -webkit-linear-gradient(top,#e7e7eb 0,#e7e7eb 100%);
        background-image: -o-linear-gradient(top,#e7e7eb 0,#e7e7eb 100%);
        background-image: linear-gradient(to bottom,#e7e7eb 0,#e7e7eb 100%);
        border-color: #dadbe0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        color: #222;
    }
    
    .btn-primary.btn-primary-active, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        background-color: #2f9833;
        background-image: -moz-linear-gradient(top,#2f9833 0,#2f9833 100%);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#2f9833),to(#2f9833));
        background-image: -webkit-linear-gradient(top,#2f9833 0,#2f9833 100%);
        background-image: -o-linear-gradient(top,#2f9833 0,#2f9833 100%);
        background-image: linear-gradient(to bottom,#2f9833 0,#2f9833 100%);
        border-color: #2f9833;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        color: #fff;
    }

input {
    line-height: 20px;
    padding: 6px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    input::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    input:-ms-input-placeholder {
        color: #999;
    }

    input::-webkit-input-placeholder {
        color: #999;
    }

    input[disabled],
    input[readonly] {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }


/************************* 验证.Begin ********************************************/

.valid {
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .valid:focus {
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    }

.field-validation-error, .field-validation-error label, .field-validation-error span {
    color: #ff0000;
}

.input-validation-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .input-validation-error:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }


/************************* 验证.End ********************************************/


table {
    display: table;
    border-spacing: 0px;
    border-color: gray;
    word-break: break-all;
    word-wrap: break-word;
    border: 0px;
    /*width: 100%; 加上之后DataGrid 不能加载*/
    border-spacing: 0;
    border-collapse: collapse;
}

.table > tbody > tr > td, .table > tbody > tr > th,
.table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none;
    vertical-align: middle;
}

.pagination {
    margin-top: 5px;
}

.pagination-pagecount {
    float: right;
    margin-top: 15px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #44b549;
    border-color: #44b549;
}