@CHARSET "UTF-8";

/*css for table*/

.eXtremeTable .tableItem {
    color: rgb(83, 94, 102);
}

.tableForDevList .odd {
    background-color: #FFFFFF;
    height: 38px;
    font-size: 12px;
}

.tableForDevList .even {
    height: 38px;
    font-size: 12px;
}

.tableForDevList .titleRow {
    padding-left: 4px;
    color: #565353;
    background: #FFF;
    height: 34px;
    font-weight: bold;
    font-size: 14px;
}

.tableForDevList .titleRow0 {
    padding-left: 4px;
    color: #565353;
    height: 34px;
    font-weight: bold;
    font-size: 12px;
}

.tableForDevList .titleRow0 td{
    background-color: #FFF;
    text-align: left;
    height: 31px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    color: #666;
}
.tableForDevList .titleRow1 {
    padding-left: 4px;
    color: #565353;
    height: 34px;
    font-weight: bold;
    font-size: 12px;
}

.tableForDevList .titleRow1 td{
    background-color: #FFF;
    text-align: left;
    height: 31px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    color: #666;
}

.tableForDevList .tableRow td a:hover{
    color: #ff8200;
}

.tableForDevList .tableRow td span:hover{
    color: #ff8200;
}

.titleRow0 td:nth-child(2n){
    background: #F7F7F7;
}

.titleRow0 td:nth-child(2n + 1){
    background: #FCFCFC;
}
.titleRow1 td:nth-child(2n){
    background: #F7F7F7;
}

.titleRow1 td:nth-child(2n + 1){
    background: #FCFCFC;
}

.tableRow td:nth-child(2n){
    background: #FCFCFC;
}

.tableBody tr:hover td{
    background-color: #E8E7E2;
}

.tableForDevList tr:hover td{
    background-color: #E8E7E2;
}

.tableForDevList .titleRow td{
    padding-top: 2px;
    color: #5D5454;
    padding-bottom: 2px;
    vertical-align: middle;
    text-align: left;
    padding-left: 8px;
    font-size: 19px;
    color: rgb(83, 94, 102);
}

.tableForDevList .titleRow span,.eXtremeTable .titleRow0 span {
    color: #5D5454;
    text-align: left;
}
.tableForDevList .titleRow span,.eXtremeTable .titleRow1 span {
    color: #5D5454;
    text-align: left;
}

/*for table border*/

.titleRow0 td{
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
.titleRow1 td{
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.titleRow0 td:nth-child(1){
    border-left: 1px solid #DDD;
}
.titleRow1 td:nth-child(1){
    border-left: 1px solid #DDD;
}
/*固定第三列*/
.regularTable td:nth-child(3),
.regularRow1 td:nth-child(3){
    position: sticky;
    /*距离为第一，二列的宽度+边框*/
    left:203px;
    text-align: center;
    background: #FFFFFF;
}
/*固定第二列*/
.regularTable td:nth-child(2),
 .regularRow1 td:nth-child(2){
     position: sticky;
     left:52px;
     text-align: center;
 }
/*固定第一列*/
.regularTable td:nth-child(1),
.regularRow1 td:nth-child(1){
    position: sticky;
    left: 0;
    text-align: center;
    background: #FFFFFF;
}
/*将第一行前三列置顶*/
.regularRow1 td:nth-child(1),
.regularRow1 td:nth-child(2),
.regularRow1 td:nth-child(3){
    z-index: 10;
}
.regularRow1 td:nth-child(1),
.regularRow1 td:nth-child(3){
    background: #FCFCFC;
}
/*固定表头*/
thead tr td{
    position: sticky;
    top: 0;
}
.tableRow td{
    border-right: 1px solid #EEE;
}

.tableRow td a{
    cursor: pointer;
}

.tableRow td:nth-child(1){
    border-left: 1px solid #DDD;
}

.tableRow td:nth-last-child(1){
    border-right: 1px solid #DDD;
}

.tableRow td{
    border-bottom: 1px solid #EEE;
}

.tableBody tr:nth-last-child(1) td{
    border-bottom: 1px solid #DDD;
}

/*zsy，我用来排序时的样式,现在不需要 cursor: pointer;*/
.tableForDevList .tableHeader {
    font-weight: bold;
}

.tableForDevList .tableHeader:hover {
    background-color: #E8E7E2;
}

.tableRow:hover{
    background-color: #E8E7E2;
}

.tableForDevList a{
    height: 34px;
    padding-top: 4px;
    margin-right: 13px;
}

.tableForDevList td{
    vertical-align: middle;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    color: rgb(83, 94, 102);
    box-sizing: border-box;
}

.table_whole{
   margin: 0px 10px 10px 10px;
   background-color: white;
   padding: 0px 10px 10px 10px;
   border-radius: 3px;
}

.tableBody i{
    cursor: pointer;
}

/*css for pagination*/
.tableItem{
    height: 44px;
    line-height: 60px;
    padding: 0 9px;
    background: #fcfcfc;
    border: 1px solid #ddd;
    border-top: 0;
}
.tableItem .div-search{
    margin-top: 13px;
    float: left;
}
.operate-icon{
   float: right;
   margin-top: 13px;
   height: 34px;
   line-height: 34px;
}
.displayItems li,.pagination li{
    display: inline;
    height: 26px;
    float: left;
    line-height:29px;
    margin-top: 8px;
}

.pagination li{
    padding: 0 7px;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: 7px;
    font-weight: bold;
    background: #fcfcfc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px;
    -moz-box-shadow: 1px 1px 2px #ddd;
    -webkit-box-shadow: 1px 1px 2px #ddd;
    box-shadow: 1px 1px 2px #ddd;
}
/*zsy,用户体验好一点。鼠标放在分页上有手型*/
.pagination li:hover,.pagination li:focus{
   background-color: #dddddd;
   cursor: pointer;
}

.displayItems{
   float: left;
   height: 40px;
}
.displayItems li{
   margin-left: 3px;
   margin-right: 3px;
}

.pagination {
    float: right;
    height: 60px;
    text-align: center;
    font-size: 11px;
}

.pagination li:last-child{
    border-right: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination li:first-child{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination .active,.pagination .active:hover{
    background-color: #F0882C;
    border-color: #F0882C;
    color: #eee;
    cursor: pointer;
}

/*zsy,最后一个右边线显示出来*/
.pagination li:last-child i,.pagination .next{
    border-right: initial;
    border: 1px solid #ddd;
}
/*zsy,fenye*/
.icono-position{
	margin-top: 9px;
}
/*zsy,fenye*/
.pagination li .iconForword-position{
    margin-top: 6px;
}
/*css for icon*/

.edit-small{
    height: 5px;
    width: 12px;
    box-shadow: 0 -2px,0 2px,inset 0 1px;
}
.edit-small:before{
    bottom: -440%;
    border-width: 4px 5px 5px 0px;
}
.edit-small:after{
    height: 5px;
    bottom: -365%;
    box-shadow: inset 2px 0,inset -2px 0;
}
.trash-small{
    width: 12px;
    height: 12px;
}
.trash-small:after{
    width: 2px;
    height: 6px;
}
.trash-small:before{
    box-shadow: inset 0 0 0 32px,-4px 2px 0 0,-4px 2px 0 0,0 2px 0 0,4px 2px 0 0,4px 2px 0 0;
}
.plusCircle-small{
   width: 18px;
   height: 18px;
}
.plusCircle-small:before{
  max-width: 9px;
}
.plusCircle-small:after{
  max-height: 9px;
}
.minusCircle-small{
   width: 18px;
   height: 18px;
}
.minusCircle-small:before{
  max-width: 9px;
}
.search-small{
    width: 14px;
    height: 14px;
    margin: 4px 0px 8px 0px;
}
.search-small:before{
    top: 10px;
    width: 3px;
    height: 10px;
}

.div-search{
    border: 1px solid #DDDDDD;
    width: 152px;
    height: 24px;
    float: left;
    display: none;
    line-height: 16px
}
.input-search{
     width: 120px;
     outline: none;
     border: 0px solid #000000;
     background: transparent;
     color: #c8c8c8;
}

.titlebuttom{
	float: right;
	height: 26px;
	line-height: 26px;
	margin-right: 15px;
}

.popup_addECU{
    float: left;
    line-height: 32px;
    width: 120px;
}

.popup_addoptType{
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
}
.popup_addoptType1{
	margin-left: 64px;
}

.popup_addOPT{
    float: left;
    margin-left: 30px;
    height: 34px;
    line-height: 34px;
}

.table_div{
	height: 34px;
	width: 570px;
}

.table_div1{
	margin-top: 30px;
}

.span_left{
	line-height: 34px;
	float: left;
}

.spanforaline{
	margin-left: 160px;
}

/*css for table title*/
.table_title{
    text-align: left;
    color: #333;
    margin-bottom: 20px;
}

.titlebuttom img{
    vertical-align: middle;
    cursor: pointer;
}

.titlebuttom i{
    cursor: pointer;
}

/*css for select button*/
.select_table{
    width: 50px;
    float: left;
    border-color: #EEEEEE;
}
.popup_addPanel{
    float: left;
    margin-left: 30px;
    height: 34px;
    width: 100px;
    line-height: 34px;
}

.popup_module{
    margin-left: 30px;
    float: left;
    width: 130px;
    padding-left: 10px;
}

.popup_addCheckBox{
    float: left;
    margin-top: 3px;
    line-height: 34px;
}

.popup_addCheckBox2{
    padding-left: 15px;
    float: left;
    line-height: 34px;
    width: 280px
}

.popup_addCheckBox3{
    padding-left: 5px;
    float: left;
    line-height: 34px;
    width: 150px
}

.operation_btn{
    height: 42px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-style: solid;
    border-color: #DDD;
}

.table_title h4{
    border-bottom: 3px;
    border-style: solid;
    padding-right: 20px;
    padding-bottom: 8px;
    display: inline-block;
    border-color: #FB9337;
}

.operation_btn .image_button{
    float: left;
    margin-top: 4px;
    margin-left: 10px;
    cursor:pointer;
}

/*css for export button*/
.export_div{
    border: 1px #f0f0f0 solid;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    font-size: 14px;
    color: rgb(83, 94, 102);
}

.export_btn{
    border: 2px #ccc solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    display: inline-block;
    width: 33px;
    text-align: center;
    padding: 5px 10px;
}

.export_div a:nth-child(1){
    border-radius: 3px 0px 0px 3px;
}

.export_div a:last-child{
    border-radius: 0px 3px 3px 0px;
}

.export_div a:hover{
    background-color: #F0F0F0;
    cursor: pointer;
}

/*css for edit Ecu*/
.popup_edit_ecu_select{
    height: 34px;
    line-height: 30px;
    padding-left: 30px;
    padding-top: 15px;
    text-align: left;
    margin-bottom : 20px
}

.popup_edit_ecu{
    margin-right: 5px;
}

.popup_replace_ecu{
    margin-right: 5px;
    margin-left: 20px;
}

.replace_ecu_id{
    float: left;
    line-height: 32px;
    width: 120px;
}

#replaceevuid-error{
    margin-left: 5px;
}

label.error{
    color: #EA5200;
    font-size: 11px;
    line-height: 32px;
    margin-left: 10px;
}

span.d_default{
    height: 34px;
    line-height: 34px;
    margin-left: 30px;
    float: left;
    font-size: 11px;
}

.promptInfo{
    float: left;
    margin-left: 30px;
    font-size: 11px;
    margin-top: 15px;
}

.popup_deleteEcu{
    color: #EA5200;
}

.popup_panelcheck{
    color: #EA5200;
   line-height: 34px;
}
/*OPT弹出框格式*/
.popup_title{
	float: left;
	height: 34px;
}

.alert_opt_lable{
    height: 34px;
    display: inline-block;
    line-height: 34px;
}

.tableopt_div{
	height: 44px;
}

.table_div1{
	margin-top: 20px;
	line-height: 34px;
}

/*lable属性，宽100，字体居左*/
.popup_addOPT{
    float: left;
    margin-left: 30px;
    width: 100px;
    text-align: left
}

.popup_opt1{
    width: 200px;
    float: left;
}

.popup_opt4{
   float: left;
   padding-left: 0px;
}

.popup_opt2{
    width: 194px;
    float: left;
}

.popup_addoptType1{
	margin-left: 64px;
}
.popup_addoptType{
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
}

.popup_Ecuid{
    float: left;
    width: 188px;
    padding-left: 10px;
    height: 14px
}
.popup_Timezone{
    width: 300px;
    float: left;
}

.popup_Newtimezone{
    width: 300px;
    margin-left: 20px;
    float: left;
}

.aps_from_radio_label{
    line-height: 34px
}
.span_left{
	line-height: 34px;
	float: left;
	margin-left: 10px;
}
.span_line_height{
	line-height: 34px;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}

/*列表的排序按钮 */
.divImage {
    float: right;
    width: 2px;
    text-align: center;
    vertical-align: middle;
    height: 25px
}
.divImagetime {
    float: left;
    width: 5px;
    height: 15px
}
.image1 {
    width: 21px;
    float: right;
    height: 4px;
    padding-top: 6px;
    padding-right: 1px;
}
.imag2Word {
    width: 21px;
    float: right;
    height: 4px;
    padding-top: 6px;
    padding-right: 1px;
}
.image2 {
    width: 21px;
    float: right;
    height: 4px;
    padding-top: 2px;
}

/*表格搜素框 */
.input-search-hide{
    width: 120px;
    display: none;
    background: transparent;
    height: 25px;
    outline: none;
    border: 0px solid #000000;
}

.rightforsubmit{
    float: right;
    margin-right: 30px
}

/*zsy,添加了关于分页中选择页码的样式*/
.input{
    width: 45px;
    border: solid 1px #ededed;
    height: 21px;
    text-align: center;
    outline: none;
}
.gotoPage {
    float: right;
    margin-left: 10px;
    margin-top: 9px;
    display: flex;
    align-items: center;
}
.changeColor{
    background: #20a8d8!important;
}
.changeColor:hover{
    background: #45C5F3!important;
}
.tableTitleRightback{
    float: right;
    border-bottom: 2px solid #FB9337;
    padding-bottom: 5px;
    padding-left: 20px;
    display: inline-block;
    margin-right: 23px;
    margin-top: 24px;
}
#username a{
    color: #ff8200;
}
#username a:hover{
    text-decoration: underline;
}
#installerTable td a{
    color: #ff8200;
}
#installerTable td a:hover{
    text-decoration: underline;
}
/*table中的可点击内容尽量不要用id(1.id重复过多 2.jquery定位元素ID:username容易重复 3.多选操作在动态id的checkbox列上处理就能实现) */
.tdUsername a{
	color: #ff8200;
	padding: 0;
	margin: 0;
}
.tdUsername a:hover{
	text-decoration:underline;
}