﻿body {
    font-size: 14.5px;
    font-family: "微软雅黑", Helvetica, Arial,  sans-serif,"宋体";
    margin: 0px;
    background-color: #fff;
    line-height: 1.5em;
    color: #333;
}
.inner {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

html,body {	height:100%; }
#wrapper { min-height: 100%; position: relative;min-width: 1400px;}
#main { padding-bottom: 70px;}
#footer { 
    position: absolute; bottom: 0; left: 0; width: 100%; 
    height: 50px; 
}

/******************************/
hr {
    margin: 0px;
}
a, .ui-widget-content a {
    color: #00c191;
    text-decoration: none;
}

a:hover, .ui-widget-content a:hover {
    color: #f73b10;
}
ul {
    padding: 0px;
    margin: 0px;
}

ul > li {
    list-style: none;
    padding: 0px;
}
.btn {
    display: inline-block;
    line-height: 36px;
    text-align: center;
    padding: 0 25px;
    background-color: #00cccc;
    color: #ffffff;
    border: none;
    cursor: pointer;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

    .btn:hover {
        background-color: #00bbbb;
        color: #fff;
    }

    .btn.disabled {
        background-color: #aaaaaa;
    }
.txt {
    border: 1px solid #dddddd;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 5px;
    height: 33px;
    line-height: 33px;
    width: 200px;
    background-color: #ffffe0;
}
.txt.disabled {
    background-color: #f4f4f4;
    color: #aaa;
}
/* layout *********************************************************/
#header {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd;
}
#logo {
    float: left;
    position: relative;
    width: 600px;
    padding-top: 10px;
}
#logo > a {
    font-size: 28pt;
    line-height: 50px;
    display: inline-block;
    color: #333;
}
#logo small {
    position: absolute;
    left: 150px;
    font-size: 15pt;
    top: 20px;
    display: block;
    color: #666;
}
#logo span {
    display: block;
    line-height: 26px;
    color: #fff;
    text-align: center;
    font-size: 11pt;
    border-radius: 4px;
    padding: 0 8px;
    background: url(images/check-18.png) 8px center no-repeat;
    padding-left: 30px;
    background-color: #00bbbb;
    position: absolute;
    left: 400px;
    top: 20px;
}
#loginStatus {
    float: right;
    padding: 15px 0;
    padding-left: 50px;
    line-height: 40px;
}
ul#menu {
    overflow: hidden;
    float: right;
}
ul#menu > li {
    float: left;
    padding: 10px 25px;
}
    ul#menu > li a{
        display: block;
        line-height: 48px;
        font-size: 16pt;
        color: #333;
        border-bottom: 2px solid transparent;
    }
ul#menu > li.selected a {
    border-color: #ff3300;
    color: #ff3300;
}
ul#menu > li a:hover{
    color: #00cccc;
}

/* site footer *******************************************************************/
#footer {
    background-color: #333;
    color: #ffffff;
    text-align: center;
    height: 200px;
    line-height: 26px;
}
#main {
    padding-bottom: 225px;
}
#footer > .inner {
    overflow: hidden;
    padding-top: 25px;
}
#footer .col-qrs {
    width: 400px;
    float: right;
    overflow: hidden;
}
#footer .qr-wrap {
    width: 200px;
    float: left;
    text-align: center;
}
#footer .qr-wrap img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}
#footer .qr-wrap label {
    display: block;
    font-size: 10pt;
    line-height: 20px;
    background-color: #000;
    color: #999;
    width: 150px;
    margin: 0 auto;
    border: 1px solid #444;
    padding: 5px 0;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

#footer .qr-wrap label > strong {
    font-weight: normal;
    color: #fff;
    display: block;
}

#footer .col-links {
    margin-right: 450px;
    text-align: left;
}
#footer h5 {
    margin: 0px;
    margin-bottom: 10px;
    text-align: left;
}
#footer .col-links > ul {
    overflow: hidden;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
#footer .col-links > ul a {
    color: #00bbbb;
}
#footer .col-links > ul a:hover {
    color: #ff6600;
}
#footer .col-links > ul > li {
    width: 25%;
    float: left;
}
#footer .col-links > ul > li li {
    margin-bottom: 5px;
}
#footer .footer-copy {
    border-top: 1px solid #666;
    padding-top: 5px;
    color: #999;
}
#footer .footer-copy a {
    color: #999;
}
#footer .footer-copy a:hover {
    color: #00bbbb;
}

/* busier ************/

.busy-indicator {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2000;
    vertical-align: middle;
    text-align: center;
}

.busy-modal {
    background: url(images/modal-black.png);
}

.busy-content {
    background-color: white;
    border: 1px solid #CCCCCC;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 0 auto;
    padding: 3px 10px 3px 3px;
    position: relative;
    -moz-min-width: 150px;
    -ms-min-width: 150px;
    -o-min-width: 150px;
    -webkit-min-width: 150px;
    min-width: 150px;
    display: inline-block;
    text-align: left;
}

a.busy-cancel {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    position: absolute;
    right: -5px;
    top: -5px;
    background: url(images/remove16.png) no-repeat;
}

    a.busy-cancel:hover {
        background: url(images/remove16.png) no-repeat 0 -16px;
    }

.busy-text {
    background: url("images/loading_1.gif") no-repeat scroll 0 0 transparent;
    border: 1px solid #FFFFFF;
    -ms-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    min-height: 22px;
    padding: 8px 5px 5px 35px;
}

.toast {
    position: fixed;
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
    background-color: #ffffff;
    padding: 25px;
    display: block;
    z-index: 2001;
    -ms-opacity: 0;
    opacity: 0;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    font-size: 13pt;
    box-shadow: 0 0 100px #aaa;
}

    .toast > span {
        vertical-align: bottom;
        display: inline-block;
        width: 60px;
        height: 50px;
    }

    .toast.success > span {
        background: url("images/toast-success-50.png") left center no-repeat;
    }

    .toast.error > span {
        background: url("images/toast-error-50.png") left center no-repeat;
    }

    .toast.info > span {
        background: url("images/toast-info-50.png?v=2") left center no-repeat;
    }

    .toast .close {
        display: inline-block;
        width: 18px;
        height: 18px;
        padding: 0;
        position: absolute;
        right: 12px;
        top: 10px;
        background: url(images/toast-close-16.png) center center no-repeat;
    }

        .toast .close:hover {
            background-image: url(images/toast-close-16-hover.png);
        }

    .toast h5 {
        margin: 10px 0;
    }

    .toast ul {
        margin: 0px;
        padding: 0 0 0 20px
    }

    .toast li {
        margin: 0 0 5px 0;
    }

/*  end busier       */


/* jqueryui ************************************/
.ui-dialog {
    padding: 0px;
    border: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    opacity: 1;
}

.ui-dialog-titlebar {
    background: #ffffff;
    border: 0px;
    border-bottom: 1px solid #dddddd;
    line-height: 30px;
}

.ui-widget-overlay {
    background: url("images/modal.png");
    -ms-opacity: 1;
    opacity: 1;
}

.ui-dialog a.btn {
    color: #ffffff;
}

.ui-widget-content a {
    color: #00c191;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 14px;
    padding: 3px 0;
}

.ui-dialog .message-box {
    padding: 35px 25px;
    font-size: larger;
    line-height: 1.5em;
}

    .ui-dialog .message-box p.error {
        background-color: transparent;
        border: 0;
        margin: 0;
    }