﻿/*常规Begin*/
/**begin 大字体，表格黑线**/
/*body {
    font-size: 16px;
}*/

/*.f-widget-header {
    background-color: #f0ecf4
}

.f-widget-content {
    border-color: #c5c5c5;
}*/
/*    .f-grid-colheader,
    .f-datalist-list .f-datalist-item,
    .f-grid-row-lines .f-grid-row-summary .f-grid-cell,
    .f-grid-row-lines .f-grid-row .f-grid-cell,
    .f-grid-row-lines .f-grid-row.f-grid-rowexpander > td,
    .f-grid-column-lines .f-grid-row .f-grid-cell, .f-grid-card .f-grid-card-row,
    .f-state-default, .f-widget-content .f-state-default,
    .f-widget-header .f-state-default {
        border-color: #c5c5c5;
    }*/

/***end*/

body.f-body {
    padding: 24px;
}

.marginr {
    margin-right: 5px;
}

.clear {
    clear: both;
}

ul.result, ol.result {
    margin: 10px 0;
    padding: 0;
    border-top: solid 1px #ddd;
}

    ul.result li, ol.result li {
        list-style-type: none;
        margin: 0;
        padding: 5px;
        border-bottom: solid 1px #ddd;
    }


table.result {
    margin: 10px 0;
    width: 500px;
    border-collapse: collapse;
}

    table.result th {
        font-weight: bold;
    }

    table.result td, table.result th {
        border-bottom: solid 1px #ddd;
        padding: 5px;
        text-align: left;
    }


.highlight {
    font-weight: bold;
    color: red;
}




/*表格行列转换*/

.headervertical {
    float: left;
    width: 100px !important;
}

.editorvertical {
    margin-left: 100px;
}

.bodyvertical {
    height: auto !important;
}

table.f-grid-table.vertical {
    width: 100px !important;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}



    table.f-grid-table.vertical th {
        left: 0px;
        width: 100px !important;
        height: 32px !important;
        border-bottom-style: solid;
        border-bottom-width: 2px;
    }

/*    table.f-grid-table.vertical tr {
        display: table-row-group;
        vertical-align: top;
    }*/

    table.f-grid-table.vertical td {
        width: 250px !important;
        height: 32px !important;
    }

    table.f-grid-table.vertical div {
        /*        width: 250px!important;*/
        -webkit-writing-mode: horizontal-tb;
        -moz-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        
    }


/* Special - Common css */
.blockpanel {
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}

.f-body-bgcolor .blockpanel {
    border-width: 0 !important;
}


/*常规End*/
/*上传图片及显示Begin*/
.userphoto .f-field-label {
    margin-top: 0;
    height: 300px;
    line-height: 300px;
    overflow: hidden;
}

.userphoto img {
    height: 300px;
    vertical-align: middle;
}

.uploadbutton .f-btn {
    width: 100%;
}
/*上传图片及显示End*/


/*输入框*/


.grid-empty-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    margin-top: -15px;
    font-size: 24px;
    text-align: center;
}


.isnew {
    color: red;
}

.color-red {
    color: red;
}

.color-green {
    color: green;
}

/*常规End*/


/*读写样式Begin*/
.f-state-disabled {
    opacity: 1 !important;
}

.f-toolbar.f-state-disabled, .f-btn.f-state-disabled {
    opacity: 0.6 !important;
}

input:disabled, textarea:disabled {
    border-style: dashed !important;
}

input[readonly] {
    border-style: dashed;
}

.f-field-triggerbox-wrap .f-field-triggerbox {
    border-style: solid;
}

.f-readonly .f-field-triggerbox {
    border-style: dashed !important;
}

.renderBillID .f-field-triggerbox {
    border-style: dashed !important;
}


.specBtn {
    font-weight: bold;
}

.f-state-disabled {
    opacity: 1 !important;
}

input:disabled, textarea:disabled {
    border-style: dashed;
}

.f-grid-row-selected .f-grid-cell-editable div {
    border-bottom: solid 1px red;
}

/*读写样式End*/


/*货币栅格化Begin*/
.f-grid-cell-Salary .f-grid-cell-inner {
    padding: 0;
}

.currency {
    border-collapse: separate;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0px;
}

    .currency td {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #ddd;
        text-align: center;
    }

    .currency td:last-child {
        border-right-color: transparent;
    }

    .currency td.separator {
        border-right-color: green;
    }

    .currency td.separator.lastone {
        border-right-color: red;
    }

/*货币栅格化End*/