/* Minification failed. Returning unminified contents.
(7,21): run-time error CSS1039: Token not allowed after unary operator: '-main-font-size'
(171,25): run-time error CSS1039: Token not allowed after unary operator: '-main-font-size'
 */
/*------------------------------------------------------------------------------
此文件定义首页通用样式。
--------------------------------------------------------------------------------*/
.page_header {
    margin: 0;
    padding: 0;
    font-size: var(--main-font-size);
    font-family: "Microsoft YaHei", Verdana, Helvetica, Sans-Serif;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}

div.page {
    height: 100%;
    _height: 100%;
    position: absolute;
    width: 100%;
    min-width: 960px;
    min-height: 500px;
}

a {
    text-decoration: none;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    zoom: 1;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}
    .float-right > a {
        color: #fff;
        text-align: center;
    }

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 14px;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* Styles for master forms
-----------------------------------------------------------*/
div.page_header {
    height: 54px;
    line-height:54px;
    background-color: #2c3a55;
    overflow: hidden;
    border-bottom: 1px solid #bcbcbc
}
    div.page_header  > div.item {
        color: #fff;
        padding-left: 32px;
    }

    div.page_header > div.info {
        color: #fff;
    }


.index_toolbar_action {
    height: 36px;
    width: auto;
    float: left;
    text-align: center;
    padding: 0px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cdcdcd;
    margin: 0px 5px;
    border-radius: 2px;
    cursor: pointer;
}

.badge {
    position: relative;
    font-weight: bold;
    border-radius: 5px;
}

.bg-red {
    background-color: #d63939 !important;
}

.badge-sm {
    font-size: .625rem;
    line-height: 1.6;
    padding: 0 .25rem;
    color: #ffffff;
}
div.page_menu {
    float: left;
    height: 100%;
    background-color: #e5e5e5;
}

div.page_content {
    overflow: hidden;
    /*background-color: #56A4F6;*/
    position: relative;
}

div.SysVersion {
    height: 120px;
    position: absolute;
    bottom: 0px;
    padding: 0px 20px;
}

    div.SysVersion > span {
        display: block;
        font-size: var(--main-font-size);
        padding: 2px 0px;
    }

