.footline{border-bottom: 1px #d9d6d6 solid;}

.tag1 {
    float: left;
    text-align: center;
    line-height: 25px;
    margin: 0.5rem .2rem 0 0;
    background-color: #e7ecf3;
    padding: 2px 10px 2px 10px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}

.tagidx1 {
    background-color: #0898ff;
    color: #fff;
}

.tag {
    float: left;
    font-weight: bold;
    margin: 5px 0.2rem 10px 0;
    padding: 10px 5px 0 5px;
    border-bottom: 1px #c3c3c3ee solid;
    cursor: pointer;
}
.tagidx {   
    color: #0898ff;
    border-bottom: 1px #0898ff solid;
}


.adjust_btns td {
    /* border: 1px #e5e7e8 solid; */
}

.proj-tag {
    padding: 2px 5px 2px 5px;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
}

.proj-tag-red {
    background-color: #ff775f;
    color: #ffffff;
}

.proj-tag-ls {
    background-color: #51becc;
    color: #ffffff;
}


/* custom */

.bg-white {
    background-color: #fff;
}

.p-4 {
    padding: 16px
}

.mb-4 {
    margin-bottom: 16px;
}

.detail-page {
    display: flex;
    flex-direction: column;
}

.my-4 {
    margin: 16px 0;
}

.mr-20px {
    margin-right: 20px;
}

.rounded {
    border-radius: 10px;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.w-full {
    width: 100%;
}

.font-weight {
    font-weight: bold;
}

.bg-blue-400 {
    background-color: #0898ff;
}

.text-white {
    color: #fff;
}

.tabs {
    background-color: #fff;
}

.tab-item {
    border-radius: 5px;
    padding: 4px 6px;
    cursor: pointer;
    height: 32px;
    box-sizing: border-box;
}

.tab-item.active {
    background-color: #0898ff;
    color: #fff;
}

.info-label,
.info-value {
    padding: 8px 16px;
    border: 1px solid #f0f0f0;
}

.info-label {
    min-width: 200px;
    background-color: #fafafa;
}

.block {
    display: block;
}

.overflow-hidden {
    overflow: hidden;
}

.hidden {
    display: none;
}

.text-black {
    color: #000;
}

.div0001{
    border: 1px #eee solid;
    border-radius: 4px;
    line-height: 1.95rem;
    background-color: #f5f5f5;
    margin-bottom: 1rem;
}

.div0002{
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    color: #f56a00;
    background-color: #fde3cf;
    margin-right: 24px;
}

.dhbt{display: inline-block; color: #de0403;}

.basetable th{ padding:5px; font-size: 12px; font-weight: bold; }
.basetable td{ padding:5px; font-size: 12px; }

.tuijian{ background-color: #f56a00; color:#fff; padding:2px 4px 2px 4px; border-radius: 2px; }

.occuptxt{
    border: 1px red solid;
    color: red;
    border-radius: 4px;
    font-size: 10px;
    padding: 1px 4px 1px 4px;
    display: inline-block;
}

.shoucan{
    display: inline-block;
    background-color: #0898ff;
    color: #fff;
    padding: 0 15px 0 15px;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    height: 30px;
}

.unshoucan{
    display: inline-block;
    background-color: #a5a5a5;
    color: #fff;
    padding: 0 15px 0 15px;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    height: 30px;
}