﻿/*Layout布局*/
#layout_container, #layout_blockui {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

#layout_center {
    overflow-y: auto;
    overflow-x: hidden;
}

/*Grid布局*/
.row {
    list-style: none;
    width: 100%;
    height: 25px;
    margin: 2px;
    padding: 0px;
}


.cell-base {
    height: 25px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.cell-one-fifth {
    width: 24%;
}

.cell-one-fifth1 {
    width: 22.5%;
}

.cell-42 {
    width: 41%;
}

.cell-80 {
    width: 80%;
}

.cell-quarter {
    width: 25%;
}

.cell-three-quarter {
    width: 75%;
}

.cell-one-third {
    width: 33.33%;
}

.cell-two-third {
    width: 66.67%;
}

.cell-half {
    width: 50%;
}

.cell-hundred {
    width: 100%;
}

.cell-95 {
    width: 95%;
}

.title {
    width: 90px;
    height: 25px;
    background-color: #F1F8FE;
    float: left;
    border-radius: 4px;
    line-height: 25px;
}

.title-wide {
    width: 120px;
    height: 25px;
    background-color: #F1F8FE;
    float: left;
    border-radius: 4px;
    line-height: 25px;
}

.title-narrow {
    width: 80px;
    height: 25px;
    background-color: #F1F8FE;
    float: left;
    border-radius: 4px;
    line-height: 25px;
}

    .title div {
        margin-left: 5px;
    }

.content {
    height: 25px;
    float: left;
    padding: 2px 0px 0px 5px;
    line-height: 25px;
}

.content-right {
    height: 25px;
    float: right;
    padding: 2px 0px 0px 5px;
    line-height: 25px;
}

.group {
    background-color: #F9F7F1;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: blue;
    font-weight: bold;
    cursor: pointer;
}

    .group img {
        float: left;
    }

/*对齐方式*/
.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

/*提示*/
.message {
    font-size: 12px;
}

/*备注*/
.remark, .memo {
    border: 1px solid #95B8E7;
    border-radius: 5px;
}

/*工具栏*/
.toolbar {
    width: 100%;
    height: 26px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #F4F4F4;
}

    .toolbar div {
        float: left;
    }

.search-toolbar {
    padding: 3px;
    border: 1px solid #8DB2E3;
    background-color: #E0ECFF;
    height: 26px;
}

    .search-toolbar a {
        float: left;
    }

.search-condition {
    width: 100%;
    height: 28px;
}

.search-div-hidden {
   width: 85%; 
   height: 100%;
   float: left;
   display:none
}

.search-div-show {
   width: 85%; 
   height: 100%;
   float: left;
   display:block
}

.datagrid-cell-button {
    background-color: #FCFCFC;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
    width: 50px;
    height: 22px;
    cursor: pointer;
    font-size: 12px;
}

    .datagrid-cell-button:hover {
        background-color: #EAF2FF;
    }


.table-col-title {
    background-color: #F1F8FE;
}

.table-cell-textbox {
    border: 1px solid #95B8E7;
    border-radius: 4px;
}

.table-tr-bgcolor:hover {
    background-color: #FAFAFA;
}

.select-icon-item {
    float: left;
    width: 19px;
    height: 19px;
    padding-left: 1px;
    padding-top: 1px;
    border: 1px dashed #ffffff;
    cursor: pointer;
}

.select-icon-item:hover {
        border: 1px dashed #D69C00;
}


fieldset {
    border: 1px solid #95B8E7;
}

.combo-panel {
  height:200px;
  overflow: auto;
}


