html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 10px;
}

form .searchOrCancel_row {
    /*表单的最后一行是搜索和取消按钮，这样设置是为了兼容手机端*/
    display: flex;
    margin: 1%;
}
    form .searchOrCancel_row div {
        width: 30%;
    }
    form .searchOrCancel_row div:first-child {
            /*第一个搜索按钮居中显示*/
            text-align: center;
        }
.largeTextBoxInTableTd{
    max-width:100px;
    width:80px;
}

.shipRepariConfigurationInput{
    max-width:40%;
}

.xlargeTextBoxInTableTd {
    width: 100px;
    max-width: 120px;
}

#main_footer {
    position: absolute;
    bottom: 5px;
    width: 100%;
    line-height: 20px;
    color: #0d6efd;
}

    #main_footer a {
        margin-left: 10px;
    }

.selectedPageNumberlink {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: orange;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding-top: 3px;
    border:1px solid blue;
}

.PageNumberlink {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color:lightcyan;
    text-align: center;
  /*  color: #fff;*/
   padding-top:3px;
  
}
.PageNumberlink, a {
    text-decoration: none;
}

.block_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #222;
    z-index: 10;
    opacity: .8;
    /*    filter:alpha(opacity=78);*/
}

.pop_win {
    display: none;
    position: fixed;
    top: 6%;
    left: 5%;
    width: 90%;
    height: 90%;
    padding: 10px;
    border: 2px solid #3b3e41;
    background-color: white;
    z-index: 20;
    overflow: auto;
    border-radius: 25px;
}

.commentsInStatistics{
    font-size:small;

}
.commentsInStatistics .title{
    font-weight:bold;
}
    .commentsInStatistics ul {
        list-style: none;
    }


   .lsmaintable td, th {
    max-width: 200px;
    overflow: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
}


