﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html, body {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*color: #696969;*/
    background-color: White;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* to-re zhang*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

a:link {
    color: #1a1a1a;
    text-decoration: none;
}

a:visited {
    color: #818181;
    text-decoration: none;
}

a:hover {
    color: #e84120;
    text-decoration: none;
}

p, ul {
    /*20px*/
    margin-bottom: 5px;
    line-height: 1.6em;
}

header, footer, nav, section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], input[type="password"] {
    border: 1px solid #ccc;
    color: #444;
}

select {
    border: 1px solid #ccc;
    padding: 2px; /*font-size: 1.2em;*/
    color: #444;
    width: 204px;
}

input[type="submit"] {
}


/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.wfill {
    width: 100%;
}

.hfill {
    height: 100%; /*background:#F3F7F9;*/
}

.red {
    color: red;
    font-weight: bold;
}

.green {
    color: green;
    font-weight: bold;
}

.p-s1 {
    font-size: 20px;
    font-weight: bold;
    height: 15px;
    padding: 0;
    margin: 5px 0 15px 0;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}
/* 此处已经被更改,原为display:none , 更改原因,显示默认提示 */
.field-validation-valid {
}

.field-validation-message {
    color: #B1B1B1;
    font-size: 14px;
    font-style: italic;
}

.field-validation-checked {
    color: Green;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.tooltip-inner {
    background-color: #d9edf7;
    color: #696969;
}

.tooltip-arrow {
    border-right-color: #d9edf7 !important;
}

.validation-error-icon {
    color: red;
    font-size: 14px;
    font-weight: bolder;
}

.validation-valid-icon {
    color: green;
    font-size: 12px;
    font-weight: bolder;
}


/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label {
    margin: 1em 0 0 0;
}

.display-field, .editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}
/* 工具栏图标style开始
----------------------------------------------------------*/

.toolbar-button {
    color: #000;
    text-decoration: none;
    height: 26px;
    float: left;
    cursor: pointer;
    margin: 2px 5px 0 5px;
}

    .toolbar-button:hover {
        background: url(images/icons.png) no-repeat -280px -240px;
        height: 26px;
    }

    .toolbar-button span {
        padding: 6px 5px 3px 0px;
        margin: 0 0 0 0px;
        float: left;
        height: 16px;
        font-size: 12px;
        vertical-align: middle;
    }

    .toolbar-button:hover span {
        background: url(images/icons.png) no-repeat right -240px;
        padding: 6px 5px 3px 0px;
        color: #000;
        margin: 0 0 0 0px;
        height: 16px;
    }

/* 工具栏样式
----------------------------------------------------------*/
.toolbar {
    width: 100%;
    height: 32px; /*border-bottom: 1px solid #DDEBF8;*/
    background: url(images/background-toolbar.gif) repeat-x;
}

    .toolbar .toolbar-left {
        width: 65%;
        float: left;
        height: 100%;
    }

    .toolbar .toolbar-right {
        width: 156px;
        height: 21px;
        padding-left: 10px;
        float: right;
        background: url(Images/icons.png) no-repeat -80px -240px;
        width: 189px;
        height: 25px;
        margin-top: 3px;
    }

        .toolbar .toolbar-right .common-search-condition {
            margin-top: 3px;
            border: 0px;
            width: 140px;
            height: 17px;
            line-height: 17px;
            vertical-align: middle;
            float: left;
            font-size: 12px;
            color: #808080;
            background: none;
        }

        .toolbar .toolbar-right .common-search-submit {
            background: url(Images/icons.png) no-repeat -200px -860px;
            border: 0px;
            margin-top: 2px;
            padding-top: 2px;
            padding-bottom: 2px;
            width: 24px;
            height: 20px;
            cursor: pointer;
            hidefocus: hidefocus;
        }


/* 条件显示
----------------------------------------------------------*/
.search-container {
    width: 100%;
    padding: 5px 0px;
    display: block;
    background: #E7E8EA;
    border-bottom: 1px solid #DADADA;
}

    .search-container input[type='text'] {
        width: 100px;
        height: 20px;
        padding: 0;
    }

    .search-container select {
        width: 105px;
    }

    .search-container .search-button {
        padding-left: 5px;
    }

.search-button button {
    width: 80px;
    height: 30px;
}

.search-container th {
    text-align: right;
    font-size: 12px;
    color: #5E5E5E;
    font-weight: normal;
}

/* 功能提示
----------------------------------------------------------*/
.search-clue {
    width: 100%;
    background-color: #F6F6F6;
    padding: 8px 0 5px 2px;
    line-height: 130%;
    font-size: 12px;
    font-weight: bold;
    color: #646464;
}

    .search-clue span {
        padding: 5px 3px 0px 10px;
        background: url('images/icons.png') no-repeat transparent -140px -800px;
    }

/* button按钮样式开始
----------------------------------------------------------*/
.button-clear {
}

    .button-clear:hover {
    }

.button-search {
    padding-bottom: 4px; /* 所有浏览器 */
    padding-bottom: 0px\9; /* 所有IE浏览器 */
    +padding-bottom:0px; /* IE7 */
    _padding-bottom: 0px; /* IE6 */
    height: 24px;
    width: 61px;
    margin: 0 0 0 5px;
    cursor: pointer;
    border: 0px;
    background: url("images/icons.png") no-repeat -30px -740px transparent;
    font-size: 12px;
}

    .button-search:hover {
        background: url("images/icons.png") no-repeat -30px -770px transparent;
    }

/* jquery datepicker
----------------------------------------------------------*/
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 39%;
}

/* 分页样式
----------------------------------------------------------*/
.paging {
    /**葛孝   苏州优租房**/
    /*background-color: #CEDEED;*/
    padding: 5px 0 5px 10px;
    text-align: center;
}


    .paging .page-first,
    .paging .page-first-off,
    .paging .page-last,
    .paging .page-last-off,
    .paging .page-next,
    .paging .page-next-off,
    .paging .page-prev,
    .paging .page-prev-off {
        padding: 4px 10px;
    }

    .paging .page-first {
        background-image: url("images/icons.png");
        background-repeat: no-repeat;
        background-position: -160px -800px;
    }

        .paging .page-first:hover {
            background-image: url("images/icons.png");
            background-repeat: no-repeat;
            background-position: -160px -820px;
        }

    .paging .page-first-off {
        background-image: url("images/icons.png");
        background-repeat: no-repeat;
        background-position: -160px -820px;
    }

    .paging .page-last {
        background-image: url("images/icons.png");
        background-repeat: no-repeat;
        background-position: -220px -800px;
    }

        .paging .page-last:hover {
            background-image: url("images/icons.png");
            background-repeat: no-repeat;
            background-position: -220px -820px;
        }

    .paging .page-last-off {
        background-image: url("images/icons.png");
        background-repeat: no-repeat;
        background-position: -220px -820px;
    }

    .paging .page-next {
        background-image: url("images/icons.png");
        background-repeat: no-repeat;
        background-position: -200px -800px;
    }

        .paging .page-next:hover {
            background-image: url("images/icons.png");
            background-repeat: no-repeat;
            background-position: -200px -820px;
        }

    .paging .page-next-off {
        background-image: url("images/icons.png");
        background-repeat: no-repeat;
        background-position: -200px -820px;
    }

    .paging .page-prev {
        background-image: url("images/icons.png");
        background-repeat: no-repeat;
        background-position: -180px -800px;
    }

        .paging .page-prev:hover {
            background-image: url("images/icons.png");
            background-repeat: no-repeat;
            background-position: -180px -820px;
        }

    .paging .page-prev-off {
        background-image: url("images/icons.png");
        background-repeat: no-repeat;
        background-position: -180px -820px;
    }

    .paging .total-page {
        padding: 0 5px;
    }

    .paging .page-index {
        width: 30px;
        text-align: center;
        height: 20px;
        line-height: normal;
    }

    .paging select {
        width: 50px;
        height: 20px;
        text-align: center;
        padding: 0px;
    }

    .paging .jump {
        cursor: pointer;
        padding: 5px 14px;
        background-image: url("images/icons.png");
        background-position: 0px -740px;
    }

        .paging .jump:hover {
            background-position: 0px -771px;
        }

    .paging .margin8 {
        margin-left: 8px;
    }

    .paging .margin5 {
        margin-left: 5px;
    }

    .paging .margin2 {
        margin-left: 2px;
    }

/* 分页样式
----------------------------------------------------------*/


/* table 详细页面、编辑页面、查看页面样式
----------------------------------------------------------*/
.table-detail {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    background-color:white;
}

    .table-detail tr td, .table-detail tr th {
        /*border-bottom: 1px solid #e5e5e5;*/
    }

    .table-detail thead {
        text-align: left;
    }

        .table-detail thead tr {
            height: 22px;
            color: #893B1A;
            font-size: 14px;
            font-weight: bold;
            margin-left: 4px;
        }

            .table-detail thead tr td {
                padding-left: 5px;
            }

    .table-detail tbody tr {
        height: 45px;
    }

    .table-detail tr th {
        text-align: right;
       /* background: #F3F7F9;*/
    }

    .table-detail tbody tr td {
        text-align: left;
        background-color: #fff; 
        padding-left: 5px;
    }

    .table-detail select {
        width: 198px;
    }

    .table-detail input[type=text], textarea {
       border: 1px solid #ccc; 
        border-radius: 4px;
        padding-left: 3px;
    }

.button-container {
    width: 100%;
    padding: 20px;
    text-align: right;
}

.dialog-main-content {
    overflow: auto;
}


/* 系统提示框消息样式
----------------------------------------------------------*/
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 300px;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/content/images/knobs/knob_info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('/content/images/knobs/Knob_Valid_Green.png');
    position: absolute;
    z-index: 9999;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/content/images/knobs/knob_warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/content/images/knobs/knob_error.png');
}

/* 通用tab样式,非jquery ,自定义
----------------------------------------------------------*/
.tabs-container img {
    border: none;
}

.tabs-container {
    float: left;
    width: 100%;
    background: #D1E9F3;
    line-height: normal;
    margin-bottom: 1px;
}

    .tabs-container ul {
        margin: 0;
        padding: 10px 10px 0 10px;
        list-style: none;
    }

    .tabs-container li {
        display: inline;
        margin: 0;
        padding: 0;
    }

    .tabs-container a {
        float: left;
        margin: 0;
        padding: 0 0 0 3px;
        text-decoration: none;
    }

        .tabs-container a span {
            float: left;
            display: block;
            padding: 5px 15px 4px 6px;
            color: #627EB7;
        }
        /* Commented Backslash Hack hides rule from IE5-Mac \*/
        .tabs-container a span {
            float: none;
        }
        /* End IE5-Mac hack */
        .tabs-container a:hover span {
            color: #627EB7;
        }

        .tabs-container a:hover {
            background-position: 0% -38px;
        }

            .tabs-container a:hover span {
                background-position: 100% -38px;
            }

    .tabs-container .tabActive a {
        font-weight: bold;
        background: url("/content/images/tableft.gif") no-repeat left top;
        background-position: 0% -38px;
        margin-right: 5px;
    }

        .tabs-container .tabActive a span {
            background: url("/content/images/tabright.gif") no-repeat right top;
            background-position: 100% -38px;
        }

    .tabs-container .tabInactive a {
        background: url("/content/images/tableft.gif") no-repeat left top;
        background-position: 0% 3px;
        margin-right: 5px;
    }

        .tabs-container .tabInactive a span {
            background: url("/content/images/tabright.gif") no-repeat right top;
            background-position: 100% 3px;
        }


/* 高亮CSS
----------------------------------------------------------*/
.highlight {
    background: #ff0;
}

/* to-re zhang begin*/
/* bootstrap form-control
----------------------------------------------------------*/
input, select, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


    textarea.form-control {
        height: auto;
    }

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
}

.form-control {
    height: 20px;
    padding-left: 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

    .form-control: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);
    }

    .form-control::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #777;
    }

    .form-control::-webkit-input-placeholder {
        color: #777;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

.mtz-monthpicker {
    background-color: rgb(228, 233, 240);
    font-weight: normal;
    color: #696969;
}

/* to-re zhang end*/
/*---------指标发放-----*/
.containtable {
    width: 990px;
}

    .containtable td {
        border: 1px solid #c9c1d5;
    }

    .containtable thead td {
        background-color: #f4d9d9;
        padding-left: 10px;
        height: 30px;
    }

    .containtable tbody td {
        vertical-align: top;
        font-size: 12px;
        border: none;
    }

    .containtable tfoot td {
        padding-top: 5px;
        border: none;
    }

.splitbutton {
    margin-top: 5px;
}

.width320 {
    width: 320px;
}

.width30 {
    width: 30px;
}

.width600 {
    width: 600px;
}

.width200 {
    width: 200px;
}

.width100 {
    width: 100px;
}

.width240 {
    width: 240px;
}

.width320height540overflow {
    width: 320px;
    height: 525px;
    overflow: auto;
}

.cursorpointer {
    cursor: pointer;
}

.textcenter {
    text-align: center;
    vertical-align: middle;
}

.width60percentage {
    width: 60%;
}

.width480andoverflow {
    height: 480px;
    overflow-y: auto;
}

.marginpaddingtop10 {
    margin-top: 10px;
    padding-top: 10px;
}

.paddingtop5 {
    padding-top: 5px;
}

.paddingtop5right {
    padding-top: 5px;
    text-align: right;
}

.defaultquerycondition {
    display: none;
    min-height: 220px;
    width: 600px;
    position: absolute;
    top: 25px;
    left: 25%;
}

/* -----------add clyan-------------------*/
.inputcontainer {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.tdTitle {
    padding-left: 5px;
    font-size: 12px;
}

.monthinputTable {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.companydatachartdiv {
    height: 620px;
    width: 610px;
}

.dialog-bottom-buttondiv {
    text-align: right;
    padding-bottom: 5px;
}

.userInput {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.pendingrefresh {
    background-color: #fc8156;
    background-image: url("../../images/refresh.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 20px;
    padding-top: 3px;
    /*font-size:14px;
        
        padding-right:5px;*/
}

.tab-content-height {
    height: 100%;
    padding-top: 39px;
}

#divNotice {
    width:800px;
    height: auto;
    align-content: center;
    text-align: left;
    margin:0 auto;
}