﻿@font-face {
    font-family: SourceHanSans;
    src: url(fonts/SourceHanSansCN-Normal.ttf);
}

div.navigate {
    display: inline-block;
    margin-right: 20px;
}

a.navigate {
    color: #999;
    text-decoration: none;
}
    a.navigate:hover{
        text-decoration: none;
        color: #333;
    }

body {
    font-family: 'Source Han Sans CN', SourceHanSans, SimHei, STHeiti, SimSun;
    color: #333;
    font-size: 1.2em;
    padding-top: 50px;
    padding-bottom: 20px;
    width: 100%;
    height: 100%;
}



/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 15px 0;
    min-height: 1000px;
}

.navbar{
    margin: 0;
    padding: 0;
    background: #fafafa;
}

.dl-horizontal dt {
    white-space: normal;
}


footer{
    text-align:center;
}

/*加载动画*/
#loading {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #efefef url('loading.gif') no-repeat center center;
}

h2{
    font-weight:bold;
    font-size: 2em;
    font-weight:bold;
    margin: 20px 0 20px 0;
}

h3 {
    font-weight: bold;
    font-size: 1.8em;
    font-weight: bold;
    margin: 60px 0 20px 0;
}

h4 {
    font-weight: bold;
    font-size: 1.2em;
    font-weight: bold;
    margin: 30px 0 10px 0;
}

div{
    margin: 4px 0;
}

p{
    line-height: 1.6em;
    padding: 6px 0;
}

.WebTitle{
    color: #333;
    font-weight:bold;
}

pre {
    padding: 10px 20px;
    text-align: left;
}

select {
    font-size: 1.2em;
    width: 80%;
    padding: 4px 8px;
    border: 2px solid #c7c7c7;
    border-radius: 4px;
}
option {
    padding: 4px 8px;
    font-size: 1.2em;
}
table{
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
th {
    background: #c7e7f5;
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
    padding: 4px 8px;
    border: 1px solid #aaa;
}

td {
    font-size: 1em;
    padding: 4px 8px;
    border: 1px solid #aaa;
    word-break: break-all;
    text-align: center;
}

.page_navigation{
    margin: 10px 0;
}
a.page_num {
    border: 1px solid #999;
    background: #fff;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    padding: 6px 10px;
    text-decoration: none;
    display: inline-block;
}
    a.page_num:hover {
        background: #efefef;
    }

input[type="text"] {
    font-size: 1.2em;
    padding: 4px 8px;
    width: 80%;
    border-radius: 6px;
    border: 1px solid #999;
    display: inline-block;
}
input[type="number"] {
    font-size: 1.2em;
    padding: 4px 8px;
    width: 80%;
    border-radius: 6px;
    border: 1px solid #999;
    display: inline-block;
}
input[type="date"] {
    font-size: 1.2em;
    padding: 4px 8px;
    width: 80%;
    border-radius: 6px;
    border: 1px solid #999;
    display: inline-block;
}
input[type="datetime"] {
    font-size: 1.2em;
    padding: 4px 8px;
    width: 80%;
    border-radius: 6px;
    border: 1px solid #999;
    display: inline-block;
}
input[type="button"] {
    font-size: 1.2em;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #999;
    display: inline-block;
}
input[type="password"] {
    font-size: 1.2em;
    padding: 4px 8px;
    width: 80%;
    border-radius: 6px;
    border: 1px solid #999;
}
textarea {
    width: 80%;
    border-radius: 4px;
    border: 1px solid #999;
    padding: 6px 10px;
    font-size: 1.2em;
}
button[type="submit"] {
    font-size: 1.2em;
    padding: 8px;
    font-weight: bold;
    width: 100%;
    border-radius: 8px;
    background: #c7e7f5;
    border: none;
    margin: 10px auto;
}
    button[type="submit"]:hover {
        background: #eee;
        color: #333;
    }
input[type="submit"] {
    font-size: 1.2em;
    padding: 8px;
    font-weight: bold;
    width:80%;
    border-radius: 8px;
    background: #e2c479;
    border: none;
    display: block;
    margin: 20px auto;
}
    input[type="submit"]:hover {
        background: #eee;
        color: #333;
    }

input [type="email"] {
    font-size: 1.2em;
    padding: 4px 8px;
    width: 80%;
    border-radius: 6px;
}
table.clean {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

table.clean td{
    border: none;
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.required{
    color: darkred;
    font-weight:bold;
    font-size: 2em;
    margin: 6px 0 0 12px;
}

a.button{
    color:#333;
    background: #eee;
    border: 1px solid #b9b9b9;
    padding: 6px 10px;
    width: 100%;
    display: inline-block;
    text-align:center;
    margin: 4px 0;
}
a.button:hover{
    background: #e1e1e1;
    text-decoration: none;
}
td.left{
    padding: 4px 10px;
    text-align: left;
}
td.center {
    padding: 4px 10px;
    text-align: center;
}

td.right {
    padding: 4px 10px;
    text-align: right;
}

div.title{
    display: block;
    font-size: 1.4em;
    font-weight:bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

a.title {
    font-size: 1.2em;
    margin: 10px 10px;
    color: #666;
    padding: 4px 10px;
    background: #efefef;
    border: 1px solid #fff;
}
    a.title:hover {
        text-decoration: none;
        background: #fff;
        border: 1px solid #666;
    }

.red{
    color: darkred;
    font-weight:bold;
}
.green{
    color: darkgreen;
    font-weight:bold;
}
.blue {
    color: dodgerblue;
    font-weight: bold;
}
.grey {
    color: darkgrey;
    font-weight: bold;
}

*:disabled {
    background-color: #c7c7c7;
    color: #000;
}

.backgroundimage {
    background: url('/Content/moutain.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.navigation_top_bar{
    border-top: 8px solid #e2c479;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -2px;
}

a.large_icon{
    width: 160px;
    font-size: 1em;
    padding: 10px;
    font-weight:bold;
    border-radius: 6px;
    text-align: center;
    color: #333;
    background: #fff;
    border: 1px solid #999;
    display: inline-block;
    margin: 6px 4px 6px 0;
}
a.large_icon:hover{
    color: #666;
    background: #e2c479;
    text-decoration: none;
}

.row{
    border-bottom: 1px solid #999;
}
.key {
    text-align: right;
    padding: 12px;
}
.value {
    text-align: left;
    font-weight: bold;
    padding: 12px;
}
a.uibutton{
    font-size:1em;
    border: 1px solid #999;
    min-width: 60px;
    background: #efefef;
    margin: 6px 2px 6px 0;
    border-radius: 2px;
    color: #333;
    padding: 6px 8px;
    display: inline-block;
    text-align:center;
    font-weight:bold;
}
    a.uibutton:hover {
        background: #fff;
        color: #666;
        text-decoration: none;
    }
a.uibutton_black {
    font-size: 1em;
    border: 1px solid #999;
    min-width: 60px;
    background: #000;
    margin: 6px 2px 6px 0;
    border-radius: 2px;
    color: #fff;
    padding: 6px 8px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
    a.uibutton_black:hover {
        background: #fff;
        color: #666;
        text-decoration: none;
    }
a.uibutton_white {
    font-size: 1em;
    border: 1px solid #999;
    min-width: 60px;
    background: #d1ffbf;
    margin: 6px 2px 6px 0;
    border-radius: 2px;
    color: #333;
    padding: 6px 8px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
    a.uibutton_white:hover {
        background: #fff;
        color: #666;
        text-decoration: none;
    }
    .MessageBox {
        background: #eaf9ff;
        border-left: 4px solid #2bb9f7;
        margin: 20px 0;
        padding: 20px 40px;
        font-size:1.2em;
    }