﻿html, body, div, span, input, p,h1, h2, h3, h4, h5, h6, blockquote, a, abbr, acronym, address, strong, b, u, i, center,dl, dt, dd, ol, ul,td,tr
{
    font-family:"Microsoft Yahei","微软雅黑","宋体", "Simsun", "Open Sans";
}

label { cursor:auto}

.dn { display:none;}

.well { padding:5px;}

.mini { font-size: 13px !important; }

.page-title{margin: 5px 0px 5px 0px;font-size: 18px;}

.dataTables_filter label { margin:5px;float: right;}

.table { border-top:3px solid #ccc}

.alert { margin:0px}

.form-horizontal .control-label  { width:100px; }
.form-horizontal .controls { margin-left:120px; }
.form-horizontal .clear { clear:both; }

.field-validation-error
{
    line-height:20px;
	margin-left:2px;
	padding-left:16px;
	color:#f00;
	background:url(../images/error.png) no-repeat left center;
	_margin-left:2px;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border-color:#f00;
}

.validation-summary-errors
{
    float:right;
    color:#f00;
    width:300px;
    height:20px;
    overflow:hidden;
}

.validation-summary-errors li
{
    float:right;
    margin-left:20px;
}

.validation-summary-valid
{
    display: none;
}

input.price{width:50px}
input.number{width:30px}
input.hasDatepicker{width:75px}

h4{border-bottom: 1px solid #EEEEEE;}

.m10 { margin : 10px}
.p10 {  padding : 10px}

.balance8 {
    margin: 5px;
    width:350px;
}

.floatleft { float:left;}
.floatright  { float:right;}

.gray{color:#666}

.green{color:green}

.blue{color:blue}

.integer {width:30px;}

/*分页控件样式*/
.pages { color:red;font-weight:bold; clear:both; }
.pages  .item{padding: 1px 6px;font-size: 13px;} /*数字页索引样式*/
.pages a { border: 1px solid #ddd;padding:3px 10px;color:#333;font-weight:normal; background:#eee; }
.pages a:hover { background-color: #111; color:#fff;border:1px solid #ddd; text-decoration:none;font-weight:normal;}
.pages span{ color:#000; padding:4px 10px; background-color:#ddd; margin:5px; }

.grid {padding-top:10px; padding-left:20px;}
.grid .h {font-weight:bold;}
.grid .row { min-height:30px; border-bottom:1px solid rgb(242, 237, 237);}
.grid .diff { color: red;}
.grid .photo { 
    border: 1px solid rgba(0,0,0,0.03);
    min-height: 210px;
    min-width: 300px;
    text-align:center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,0.03); 
}
.grid .photo img {
    height: 210px;
    width: 300px;
}

.grid .photo .rotate { 
    border: none;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,0.03); 
}

.grid .photo .rotate.rotateL {
    background-image:url(../Images/button-rotate-ccw.png)
}

.grid .photo .rotate.rotateR {
    background-image:url(../Images/button-rotate-cw.png)
}

.profile_checked {
    position:absolute;
    top:20px;
    right:100px;
    width:100px;
    height:100px;
    background-image:url(../Images/icon_checked.png)
}
.ProcessingDiv {
    display:none;
    position: fixed;
    z-index: 2001;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    cursor:not-allowed;
    /*background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;*/
}
.ProcessingDiv .img {
    /*width:45px;
    height:45px;
    background-image:url(../Images/ajax-loading.gif);
    width: 208px;
    height: 13px;
    background-image: url(../Images/loadingAnimation.gif);
    position: fixed;
    left: 50%;
    top: 50%;*/

    
    position:absolute;  
    top:50%;  
    left:50%;  
    width:45px;
    height:45px;
}

.ProcessingDiv .img div {
    position: relative;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background-image:url(../Images/ajax-loading.gif);
}

