
.my-Input-Borderless {

    /* border-bottom: 2px solid #990000; */
    border-bottom:none;
    border-top:none;
    border-left:none;
    border-right:none;
    background-color: AliceBlue;
    padding: 2px;
    margin-top: 3PX;
    height: 30px;

}

.big-checkbox{
    
    width:20px;
    height:20px;
}

.checkbox-inline input[type="checkbox"] {
    vertical-align: middle;
    margin-top: 2px;
  }

.paging-nav {
      text-align:right;
      padding-top:2px;
    }
     
.paging-nav a {
      margin:auto 1px;
      text-decoration:none;
      display: inline-block;
      padding:1px 7px;
      background:#91b9e6;
      color:white;
      border-radius:3px;
    }
     
.paging-nav .selected-page {
      background:#187ed5;
      font-weight:bold;
    }

    .required:before {
      content: "*";
      color: red;
      margin-right: 1px;
    }

/*
 * heighcharts for polor radar css
*/
  .highcharts-figure,
  .highcharts-data-table table {
        min-width: 320px;
        max-width: 660px;
        margin: 1em auto;
    }
    
    .highcharts-data-table table {
        font-family: Verdana, sans-serif;
        border-collapse: collapse;
        border: 1px solid #ebebeb;
        margin: 10px auto;
        text-align: center;
        width: 100%;
        max-width: 500px;
    }
    
    .highcharts-data-table caption {
        padding: 1em 0;
        font-size: 1.2em;
        color: #555;
    }
    
    .highcharts-data-table th {
        font-weight: 600;
        padding: 0.5em;
    }
    
    .highcharts-data-table td,
    .highcharts-data-table th,
    .highcharts-data-table caption {
        padding: 0.5em;
    }
    
    .highcharts-data-table thead tr,
    .highcharts-data-table tr:nth-child(even) {
        background: #f8f8f8;
    }
    
    .highcharts-data-table tr:hover {
        background: #f1f7ff;
    }

    .ocr-ai-image-box {  
        width: 100%; /* 设置图像框的宽度 */  
        height: 780px; /* 设置图像框的高度 */  
        overflow: hidden; /* 设置溢出隐藏 */  
        border: 2px solid #FCB5B9; /* 设置边框 */  
        display: flex;  
        justify-content: center;  
        align-items: center;  
    }  
    
    .image-box img {  
        width: 100%; /* 设置图像宽度占满图像框 */  
        height: 100%; /* 设置图像高度自适应 */  
    }  

    /*
    *  flatpickr 设置 event 的 样式
    */
    .event {
        position: absolute;
        width: 9px;
        height: 9px;
        border-radius: 150px;
        bottom: 3px;
        left: calc(50% - 4.5px);
        content: " ";
        display: block;
        background: #3d8eb9;
    }
    
    .event.busy {
        background: #f64747;
    }
     

    .chat-message {
        padding: 30px;
      }

    .online {
        color: #86BB71;
      }

              
    .fa-file-o, .fa-file-image-o {
        font-size: 16px;
        color: gray;
        cursor: pointer;
        
      }
    
    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
      }

      /* #for_ldjsc {
        position: absolute;
        background-image: url('../jpg/ldjsc_content_background.png'); 
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        text-align:center;
      } */
      
      /* #for_ldjsc iframe {
        width: 99%;
        height: 1080px;
        border: none;
      } */

      .grayscale {
        filter: grayscale(1);
      }
    
      .btn-disable {
        color: #fff;
        background-color: #999;
        border-color: #999;
      }



    
       