
.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_fine_bi {
        position: absolute;
        background-image: url('../jpg/ldjsc_content_background.png'); 
        top: 80;
        left: 0;
        width: 100%;
        /* height: 1080px; */
        overflow: hidden;
        text-align:center;
      }
      
    #for_fine_bi iframe {
        width: 99%;
        height: 1080px;
        border: none;
    }

    .success-star {                    /* 专为 五角星所用 */
      color: #28a745; /* 金色 */
      font-size: 25px; /* 大小 */
    }

    .danger-star {                    /* 专为 五角星所用 */
      color: #dc3545; /* 金色 */
      font-size: 25px; /* 大小 */
    }

    .file {
      position: relative;
      background: linear-gradient(to right, lightblue 50%, transparent 50%);
      background-size: 200% 100%;
      background-position: right bottom;
      transition:all 1s ease;
    }
    .file.done {
      background: lightgreen;
    }
    .file a {
      display: block;
      position: relative;
      padding: 5px;
      color: black;
    }

    .btn-disable {
      color: #fff;
      background-color: #999;
      border-color: #999;
    }

    /* 为了隔离 chatui 对 bootstrap的 影响 添加 */
    .chatui-scoped-wrapper {
      /* 创建独立作用域 */
      isolation: isolate;
    
      /* 覆盖 ChatUI 影响外部的样式 */
      * {
        box-sizing: content-box; /* 防止影响 Bootstrap 的 border-box */
        font-family: inherit !important;
      }
    
      /* ChatUI 内部样式调整 */
      .Chat {
        max-width: 600px;
        margin: 0 auto;
      }
    }
    
  


    
       