﻿/*更改表格标题文字大小*/ 
/*.datagrid-header span {
    font-size: 1.0em !important;
}*/

/*.datagrid-header-row {
    Height: 32px;
}*/

/*更改表格中单元格行间距*/ 
/*.datagrid-btable tr {
    height: 30px;
}*/

/*.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber {
    font-size: 1.0em;
}*/


.payhoder .textbox {
    border: 1px solid #dfdfdf;
}

.progressbar {
    border-color: #00ff90;
}

.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber {
    font-size: 12px;
    color: #666666;
}

.datebox {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    height: 31px;
}

.datagrid-header-row, .datagrid-header-inner {
    background-color: #F4F6F9;
}

.datagrid-header .datagrid-cell span {
    font-size: 12px;
    color: #333;
}
.window, .window-shadow {
    border-radius: 2px;
}
.panel-title {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
.tabs-title {
    font-size: 13px;
}
.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber {
    line-height: 20px;
}

.l-btn-plain-selected, .l-btn-plain-selected:hover {
    color: #40B6FA;
    background-color: #fff;
}
.pagination-prev {
    background: url(../../theme/default/images/jiantou2.png) no-repeat center;
}
.pagination-next {
    background: url(../../theme/default/images/jiantou.png) no-repeat center;
}
.pagination span {
    font-size: 13px;
}
.pagination-info {
    font-size: 13px;
}
.datagrid-pager table {
    float: right;
}
.panel-body-noheader {
     border-top-width: 0; 
}
.panel-header, .panel-body {
    border: none;
}
.datagrid-body, .datagrid-header {
    border-left: 1px solid #EBEEF5;
    border-right: 1px solid #EBEEF5;
}
.datagrid-body {
    border-bottom: 1px solid #EBEEF5;
}
.datagrid-header, .datagrid-toolbar, .datagrid-pager, .datagrid-footer-inner {
    border-color: #EBEEF5;
}

/*window*/
.window {
    padding: 0;
}   
    .window .window-header {
        background: transparent;
        padding: 0;
        background-color: #F4F6F9;
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
    }
.window .window-header .panel-tool a{    
    height: 30px;
    line-height: 30px;
}
.window .window-header .panel-icon, .window .window-header .panel-tool {
    margin-top: -8px;
    right: 15px;
}

.window .window-body {
    border: none;
}
.dialog-toolbar, .dialog-button {
    border: none;
}

/*datagrid*/


.datagrid-header td, .datagrid-body td {
    border-bottom: 1px solid #EBEEF5;
}

.datagrid-body td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.datagrid-body tr:last-child td {
    border-bottom: 1px dotted #EBEEF5;
}

.datagrid-row-selected {
    background: #ffe48d;
    color: #404040;
}

.datagrid .datagrid-pager {
    border: none;
}
.datagrid-toolbar, .datagrid-pager {
    background-color: #fff;
}
.datagrid-header-row {
    height: 40px;
}
.datagrid-toolbar {
    border: none;    
}

/*tabs*/
.order-tab .tabs {
    border: none;
    background-color: #fff;
}
.order-tab .tabs li{
    margin: 0;
}
.order-tab .tabs li a.tabs-inner {
    border: 1px solid #D9D9D9;
    border-radius: 0;         
}
    .order-tab .tabs li:first-child a.tabs-inner {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;        
    }
.order-tab .tabs li:last-child a.tabs-inner {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
   
}
.order-tab .tabs li:not(:last-child) a.tabs-inner {
    border-right: 1px solid #ffffff;       
}


.order-tab .tabs li.tabs-selected a.tabs-inner {
    border: 1px solid #0095FF;
    color: #0095FF
}



/*icon*/
.messager-question {
    background: url(../../theme/default/images/icons/icon-messager.png) no-repeat;
}
.datebox .combo-arrow {
    background-image: url(../../theme/default/images/icons/icon-date.png);    
}

.menu-line {
    display: none;
}
.menu-text {
    padding-left: 5px;
}