.st-table {
    /*border-color: #ddd;*/
    border-collapse: collapse;
    /*border-style: solid;*/
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.st-table .ri{
    text-align: right;
}
.st-table .le{
    text-align: left;
}
.st-table .cen{
    text-align: center;
}

.st-table th, .st-table td{
    box-sizing: border-box;
    font-weight: normal;
    text-align: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: table-cell;
    overflow: hidden;
    position: relative;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}


input[type="text"].st-invalid{
    border-color: red;
}

.btn_area{
    margin: 10px 0;
}
.btn_area input[type="button"]{
    padding: 0 12px;
}

#toolbar .btnSearch{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    border: none;
    color: #000;
    background: none;
}

.st_pop_wrap header{
    min-height: 42px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #F5dF4D;
    z-index: 100;
    display: flex;
}

.st_pop_wrap header .p_header_content{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 20px
}

.st_pop_wrap header .p_title{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    flex: 1;
}

.st_pop_wrap main{
    margin-top: 42px;
    overflow: hidden;
    background: #fff;
    padding: 20px 16px
}

.st-con .k-grid-container table { border-bottom: 1px solid #ddd; }

.st-con{
    padding: 20px;
    border-radius: 10px;
    min-width: 0;
    background: #fff;
    box-shadow: 0 0 16px rgba(206, 206, 206, 0.08);
}