﻿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;}

.table {
    border-top: 3px solid #ccc;
}
input[type="checkbox"] {
    margin: 0 0 0 0 !important;
}
.table th.width8 { width:8px; }
.table th.width15 { width:15px;}
.table th.width40 { width:40px; }
.table th.width60 { width:60px; }
.table th.width80 { width:80px; }
.table th.width100 { width:100px; }
.table th.width120 { width:120px; }
.table th.width150 { width:150px; }
.table th.width180 { width:180px; }
.table th.width220 { width:220px; }
.table th.width240 { width:240px; }
.table th.width260 { width:260px; }
.table th.width280 { width:280px; }
.table th.width300 { width:300px; }
.table th.width400 { width:400px; }

.alert { margin:0px}

.form-horizontal .control-label  { width:100px; }
.form-horizontal .controls { margin-left:20px; }

.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}

.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; cursor:pointer; }
.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; }
.pages .active {border: 1px #fff solid; background-color: white; color: red; font-weight: bold;}

/*jquery-ui-timepicker-addon样式*/
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }  
.ui-timepicker-div dl { text-align: left; }  
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }  
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }  
.ui-timepicker-div td { font-size: 90%; }  
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }  

.ng-cloak{
    display: none;
}



.form-horizontal .control-label  { width:100px; }
/*.form-horizontal .controls { margin-left:0px !important; }*/

.text-center {
    text-align:center;
}

/*Begain Bootstrap Modal*/

.modal-body .first{
    border-top:1px solid #eee;
}

.modal-body .last{
    border-bottom:1px solid #eee !important;
}

.modal-body .control-group {
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}

.modal-body .control-group .control-label {
    width:100px;
}

    .modal-body .control-group .control-omnisimlabel {
        width: 250px;
    }

.modal-body .control-group .controls {
    margin-left:120px !important;
}

    .modal-body .control-group .omnisimcontrols {
        margin-left: 245px !important;
    }

.control-group .controls .has-error {
    color:#ff6600;
    line-height:33px;
}

.control-group .controls .has-help {
    line-height:33px;
}

.modal form{
    margin-bottom:0px !important;
}

.modal.fade .modal-dialog, .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal .table .has-error {
    color:#ff6600;
    line-height:33px;
}

/*End Bootstrap Modal*/



/*Begain Portlet*/

.portlet.box .portlet-title {
    padding-bottom:7px !important;
}

.portlet.box.light-grey {
    background-color:#eee !important;
}

.portlet.box.light-grey .portlet-title {
    background-color:#eee !important;
}

.portlet.box.light-grey .portlet-title .caption {
    color:#333 !important;
}

.portlet.box.light-grey .portlet-body ul {
    list-style:none;
}

/*End Portlet*/



/* Jquery UI DatePicker*/
.datepicker {z-index:2500 !important;} /*解决datepicker在modal窗口中会显示在后面的问题*/