body{
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

/*按钮背景*/
.main-box .srh-area .btn-srh{
    width: 76px;
    /* background: #3993ff; */
    background-color: #3993ff;
    border-radius: 4px;
}
.edit-btn-box .btn.btn-default.btn-sm{
    background: #3993ff;
    border-radius: 4px;
}

input[type=button], input[type=submit], button[type=button], button[type=submit]{
   background-color: #3993ff;
}

/*input样式*/
.main-box .srh-area input{
    margin-left: 10px;
    height: 32px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    outline: none;
}

/*input样式*/
.main-box .srh-area input:focus{
  border: 1px solid #1e8ce8;
  border-color: #40a9ff;
  border-right-width: 1px!important;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
}

/*input样式*/
.hsrhTable input:focus{
  border: 1px solid #1e8ce8;
  border-color: #40a9ff;
  border-right-width: 1px!important;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
}

/*input样式*/
.hsrhTable input{
    border: 1px solid #e4e4e4;
    border-radius: 4px;

}

.thead-div{
    text-align: left;
    justify-content: center;
    font-size: 16px;
    border: 1px solid #e2f2ff;
    border-left: 1px solid #e2f2ff;
    border-top: 1px solid #e2f2ff;
   /*margin-left: 8px;*/
}

/*table高度*/
body .table>thead>tr>th{
    height: 54px; 
}

/*table高度*/
body .table>tbody>tr>td{
  height: 54px;
  color: #464646;
  border-bottom: 1px solid #e8e8e8;
}

/*鼠标移动上去的tr背景*/
body .table>tbody>tr:hover{
  background: #fafafa;
}

/*a标签的颜色*/
.table>tbody>tr>td a{
  color: #3993ff!important;
}

/*搜索前面文字高度*/
.form-lable{
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  height: 54px;
}

body .form-lable{
  color: #348ac7;
  background: #f3faff;
  border: 1px solid #d2e0ea;
  height: 54px;
}

body .form-table.disabled .form-lable{
  background: #fafafa;
  border: 1px solid #e8e8e8;
  height: 54px;
}

.form-control.ui-select-toggle{
  background: none;
  border: 1px solid #ddd!important;
  border-radius: 4px;
}

/*任意选择下拉框*/
.region-select{
   margin-left: 10px;
}
 
/*行业选择下拉框*/
.industry-select {
   margin-left: 10px;
}

/*按钮样式*/
.btn{
  outline:none!important;
}
.btn-default{
  height: 32px;
  width: min-content;
  background: #3A93FF;
  border-radius: 4px!important;
}
.btn-default.focus, .btn-default:focus, .btn-default:hover{
  width: 76px;
  border-radius: 4px;
    border-color: #40a9ff;
  border-right-width: 1px!important;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
}



/*textarea高度*/
body .form-table input, textarea{
  /*height:54px;*/
  border:none;
  border-color: white;
}

/*按钮样式*/
input[type=button], input[type=submit], button[type=button], button[type=submit]{
  height:32px;
}

/*按钮样式*/
.file-list-content .btn-box button, .file-list-content .btn-box button:focus, .file-list-content .btn-box button{
  height:32px;
    border-color: #40a9ff;
  border-right-width: 1px!important;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
}

/*滚动条的样式*/
.grid_tbody_noscoll{
  position:relative;
  top:10px
  
}

/*输入框的样式*/
body .form-table input.form-control{
  height: 34px;
}

/*下拉框的样式*/
body .power-select {
    height: 35px;
    border: none;
    padding: 2px;
    border: 1px solid #e8e8e8;
    margin-left: 0 10px;
    width: calc(100% - 20px);
    margin: 0 10px;
    border-radius: 4px;
}


body .main-box .srh-area-wrap .hsrh-area-absolute {
    padding: 0 0 10px 0;
}

/*input样式*/
body .hsrhTable input{
  height: 32px;
  outline: none;
}

 /*日期样式*/
body .pt-date .form-control:first-child{
  height: 32px;
}

 /*table样式*/
body .pt-edit-table > tbody > tr > td{
  border-left: none;
}

 /*选中样式*/
.power-from-control:FOCUS{
  background:none!important;
   border-color: #40a9ff;
  border-right-width: 1px!important;
  outline: 0;
  box-shadow: 0 0 0 2px #1890ff33;
}



/*动态查询列表操作列去掉白色背景色;*/
.glyphicon-user:before {
    color: #b4c2d3;
}

.progress-bar-info{
    background:#3F97EB;
}

 /*按钮样式*/
body .btn-default-focus{
  background:none;
 
}

 /*table样式*/
@media screen and (max-width: 1365px) {
  .pt-edit-table{
    max-width: calc(1366px - 15px)
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599px) {
  .pt-edit-table{
    max-width: calc(1600px - 15px)
  }
}
@media screen and (min-width: 1600px) and (max-width: 1930px) {
  .pt-edit-table{
    max-width: calc(1920px - 15px)
  }
}


/*页面抖动*/
.grid_tbody_noscoll{
  position:relative;
  top:0px;
}

thead{
  position: relative;
  z-index: 1;
}


/*间距*/
.main-box .hsrh-area .hsrhTable tr > td {
    height: 50px;
}
body .main-box .srh-area-wrap .hsrh-area-absolute {
    padding: 5px 0 10px 0!important;
}
body .srh-area {
    padding-bottom: 5px;
}


/*灰色头版本*/
.thead-div{
    text-align: left;
    justify-content: center;
    font-size: 16px;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
    /*padding-left: 8px;*/
    margin-left:0;
}
body thead th {
    color: #3A3A3A;
    font-size: 14px;
    font-weight: 500;
}

body .pt-edit-table > thead tr th:last-child{border-right: 1px solid #F5F5F5;}

.colBtnMore::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid #3993FF;
    border-color: transparent transparent #3993FF transparent;
}

body .colBtnMore{
    border: 1px solid rgb(57, 147, 255)!important;
    text-align: center;
    border-radius: 3px;
    top: 26px;
}

body .colBtnMore::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid #3993FF;
    border-color: transparent transparent #3993FF transparent;
}

.table>tbody>tr>td .colBtnMore a {
 color: #3A3A3A!important; 
}

.table>tbody>tr>td .colBtnMore li:hover a {
  color: #3993FF!important;
}

.datetimepicker  tr,td {
border:none !important;
}

body .table>tbody>tr>td {
    height: 54px;
    color: #464646;
    border-bottom: 1px solid #e8e8e8!important;
}

.colBtnMoreParent{
margin-left: 10px;
    border: 1px solid #3993FF;
    padding: 0 5px;
    color: #3993FF;
    border-radius: 5px;
}

body .form-table .region-select input{
  border:1px solid #e8e8e8;;
}

/*按钮动画取消*/
body .btn-default.focus, .btn-default:focus, .btn-default:hover{width:auto}


body {
    /*设备启动状态颜色*/
    --sbqd: #20c520;
    /*设备停止状态颜色*/
    --sbtz: #fd5252;
    /*设备离线状态颜色*/
    --sblx: #999;
}

.chooseBtn {
    display: none;
}

/*开关按钮开始*/
.choose-label {
    box-shadow: #ccc 0px 0px 0px 1px;
    width: 40px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    position: relative;
    background-color: #bdbdbd;
    overflow: hidden;
}

.choose-label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    background-color: #fff;
    z-index: 20;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.chooseBtn:checked + label.choose-label:before {
    left: 20px;
}

.chooseBtn:checked + label.choose-label {
    background-color: #208ee9;
}
/*开关按钮结束*/

.ui-select-bootstrap>.ui-select-choices {
    max-height: 600px;
}

/* pt-select  固定往下弹出*/
.ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu.ng-scope{
    top: 33px !important;
}

.tspzImgdd {
    display: inline-block;
    background-image:url('../yjpz/images/dd.png');
    width: 20px; /* 设置图片的宽度 */
    height: 20px; /* 设置图片的高度 */
    background-size: 100% 100%;
}
.tspzImgwx {
    display: inline-block;
    background-image:url('../yjpz/images/wx.png');
    width: 20px; /* 设置图片的宽度 */
    height: 20px; /* 设置图片的高度 */
    background-size: 100% 100%;
}
.tspzImgdx {
    display: inline-block;
    background-image:url('../yjpz/images/dx.png');
    width: 20px; /* 设置图片的宽度 */
    height: 20px; /* 设置图片的高度 */
    background-size: 100% 100%;
}
.tspzImgsgbj {
    display: inline-block;
    background-image:url('../yjpz/images/sgbj.png');
    width: 20px; /* 设置图片的宽度 */
    height: 20px; /* 设置图片的高度 */
    background-size: 100% 100%;
}

.tspzImgdd-on {
    display: inline-block;
    background-image:url('../yjpz/images/dd_on.png');
    width: 20px; /* 设置图片的宽度 */
    height: 20px; /* 设置图片的高度 */
    background-size: 100% 100%;
}
.tspzImgwx-on {
    display: inline-block;
    background-image:url('../yjpz/images/wx_on.png');
    width: 20px; /* 设置图片的宽度 */
    height: 20px; /* 设置图片的高度 */
    background-size: 100% 100%;
}
.tspzImgdx-on {
    display: inline-block;
    background-image:url('../yjpz/images/dx_on.png');
    width: 20px; /* 设置图片的宽度 */
    height: 20px; /* 设置图片的高度 */
    background-size: 100% 100%;
}
.tspzImgsgbj-on {
    display: inline-block;
    background-image:url('../yjpz/images/sgbj_on.png');
    width: 20px; /* 设置图片的宽度 */
    height: 20px; /* 设置图片的高度 */
    background-size: 100% 100%;
}
