﻿body {
	font-family: "Microsoft YaHei","微软雅黑",Candara,Tahoma,SimSun !important;
}
/*table 样式*/
.table{
    border:1px solid #eee;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th{
    background-color:#E3EAF2;
}
/*table中的启用和暂停样式*/
.ctrl_plan_wrap {
    display:none;
    width:30px;
    height:20px;
    line-height:20px;
    border:1px solid #c9c9c9;
    border-radius:3px;
    background:url("/Static/images/Dealer/icon_ctrl_point.png") no-repeat 18px center;
    position:absolute;
    margin-top:-19px;
    cursor:pointer;
}
.ctrl_plan_select {
    display:none;
    width:97px;
    height:54px;
    border:1px solid #c9c9c9;
    border-radius:3px;
    background:#fff;
    position:absolute;
    margin-top:-8px;
    cursor:pointer;
    box-sizing:content-box;
    z-index:1;
}
.ctrl_plan_select a {
    display:block;
    width:97px;
    height:27px;
    line-height:27px;
    text-align:left;
    text-indent:20px;
    background-repeat:no-repeat;
    background-position:6px center;
    margin:0px;
    padding:0px;
}
.ctrl_plan_select a.plancontrol.start,
.ctrl_plan_select a.adcontrol.start {
    background-image:url("/Static/images/Dealer/icon_ctrl_start.png");
}
.ctrl_plan_select a.plancontrol.pause,
.ctrl_plan_select a.adcontrol.pause {
    background-image:url("/Static/images/Dealer/icon_ctrl_pause.png");
}
.ctrl_plan_select a.plancontrol.delete,
.ctrl_plan_select a.adcontrol.delete {
    background-image:url("/Static/images/Dealer/icon_ctrl_delete.png");
}
.ctrl_plan_select a:hover {
    background-color:#ededed;
}
.img-tuning{
    text-indent: 6px;
    padding-right: 10px;
}
/*style for the jquery validate error tooltip*/
label.error{
    color:#A94442;
}
/*加载中的弹框样式*/
#loadModal > .modal-dialog{
    margin-top:15%;
    width:300px;
}
#loadModal > .modal-dialog > .modal-content{
    padding:24px 0px;
}
#loadModal > .modal-dialog > .modal-content .col-xs-12{
    margin-left:60px;
}
/*table的小控件样式*/
.customer-length{
    float:left;
}
/*日期控件样式*/
.date-group {
    width: 320px;
    height: 30px;
    position: relative;
    margin: 0;
    padding: 0
}

.date-group a.date-group-title {
    width: 100%;
    height: 30px;
    line-height: 28px;
    text-align: left;
    box-sizing: border-box
}

.date-group ul {
    display: none;
    width: 318px;
    border-radius: 5px;
    background-color: #fff;
    margin: 4px 0 0 0;
    padding: 4px 0 8px 0;
    border: 1px solid #c9c9c9;
    box-shadow: 0 2px 2px #afafaf;
    position: absolute;
    top: 30px;
    z-index: 1003
}

.date-group ul li {
    list-style:none;
    height: 30px;
}

.date-group ul li:hover {
    background-color: #ededed
}

.date-group ul li.custom-date-wrap {
    display: none;
    padding-left: 10px
}

.date-group ul li.custom-date-wrap:hover {
    background-color: #fff
}

.date-group ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    text-align: left;
    text-indent: 10px;
    text-decoration:none;
    color:black;
}
.date-group ul li a.mini {
    text-align: center;
    text-indent: 0;
    margin: 2px 0 0 8px
}
input[type=text].date-input{
    float: left;
    width: 105px;
    height: 30px;
    padding: 6px 12px;
    font-size: 12px
    display: block;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background-color: #fff;
    margin: 0;
    -moz-box-shadow: inset 2px 2px 3px #e5e5e5;
    -webkit-box-shadow: inset 2px 2px 3px #e5e5e5;
    box-shadow: inset 2px 2px 3px #e5e5e5;
    color: #333;
    text-align: left;
    text-indent: 0;
    font-family: 'Microsoft YaHei';
}
span.connect {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 30px;
    float: left;
    margin: 0 8px
}
button[id*="-confirm"]{
    margin-left:10px;
}