
.common_state_0{
    color: red;
}

.common_state_1{
    color: green;
}

.common_state_2{
    color: orange;
}

td.title{
    width: 150px;
}

td.title2{
    width: 200px;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}
.pb15{
    padding-bottom: 15px;
}
.top-t{
    float:left;
    margin-top:30px;
    margin-left:10px;
    margin-bottom:5px;
    display: flex;
    flex-wrap: wrap;
}

.top-inline{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    font-size: 14px;
}

.top-inline select{
    width: 141px;
}
.top-form-label{
    width: 85px;
    text-align: right;
    margin-right: 5px;
}


.layui-footer{
    width: 93%;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,.05);
    position: fixed;
    right: 0;
    bottom: 0;
    height: 44px;
    line-height: 44px;
    padding: 5px 15px;
}
.layui-btn.layui-btn-sm.icon-btn {
    padding: 0 6px;
}
.layui-form-switch{
    top: 2px;
}
.layui-body-main{
    color: #595959;
    background-color: #f5f7f9;
}
.layadmin-header .layui-breadcrumb{
    padding: 10px 15px;
    background-color: #f8fcff;
    border-bottom: 1px dotted #b4d8f2;
}

.layui-badge-block{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.layui-badge {
    height: 20px;
    line-height: 19px;
    box-sizing: border-box;
}

.layui-badge-green {
    color: #52c41a;
    background: #f6ffed;
    border: 1px solid #b7eb8f
}

.layui-badge-blue {
    color: #1890ff;
    background: #e6f7ff;
    border: 1px solid #91d5ff
}

.layui-badge-red {
    color: #f5222d;
    background: #fff1f0;
    border: 1px solid #ffa39e
}

.layui-badge-yellow {
    color: #faad14;
    background: #fffbe6;
    border: 1px solid #ffe58f
}

.layui-badge-gray {
    color: #8c8c8c;
    background: #fafafa;
    border: 1px solid #ccc
}

.lay-big-font {
    font-size: 36px;
    line-height: 36px;
    padding: 5px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
}

.layui-layer.layui-layer-iframe{
    border-radius: 3px;
}
.layui-layer.layui-layer-iframe .layui-layer-title{
    background-color: #3694d7;
    color: #ffffff;
    font-weight: bold;
}

.layui-fluid {
    padding: 15px;
}

.layadmin-header {
    margin-bottom: 0;
}
.pull-right{
    float: right;
}
.layui-card .layui-card-header .layui-badge.pull-right {
    top: 50%;
    margin-top: -10px;
}
