.layui-table-view{
    margin: 0;
}
.header,.footer{
    height: 80px;
    line-height: 40px;
    text-align: center;
    padding: 0 1rem;
}
.header{
    height: 40px;
    text-align: right;
    padding-right: .5rem;
}
.footer a,.header button{
    display: block;
    color: white;
    font-size: 1.8rem;
    /*font-weight: bold;*/
    -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;
}
.mb-10:not(:last-child){
    margin-bottom: .8rem;
}
#carousel-container{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.close{
    cursor: pointer;
    position: fixed;
    text-align: center;
    top: 1rem;
    right: 1rem;
    line-height: 3rem;
    height: 3rem;
    width: 3rem;
    color: white;
    background: rgba(0,0,0,.35);
    border-radius: 50%;
    z-index: 999999;
    -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;
}
#canvas{
    width: 100%;
    height: 100%;
}
.pfd-dialog{
    overflow: auto;
}
.container .layui-table thead tr{
    background: #1e9fff;
    color: white;
}
.layui-btn-normal.disabled{
    background: #f1f1f1;
    color: rgb(210, 210, 210);
}
.layui-table-cell{
    padding: 6px;
}
#paging{
    text-align: center;
}
.temp-dialog{
    height: 100%;
    width: 100%;
}
#chart{
    height: calc(100vh - 5rem);
    width: 100%;
}
.temp-dialog .dialog-content{
    height: calc(100% - 5rem);
    width: 100%;
    overflow: visible;
}
.temp-dialog .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .5rem;
    line-height: 40px;
}
.header button.temp_btn, .header button.trace_code_btn{
    width: initial;
    display: inline;
    background: #34c163;
    font-size: 1.2rem;
    height: 30px;
    line-height: 30px;
    padding: 0 .5rem;
}
.header button.trace_code_btn{
    display: none;
}
.header button.temp_btn.disabled, .header button.trace_code_btn.disabled{
    background: #ccc;
    color: white;
    cursor: not-allowed;
}