﻿body {
}
.addForm {
    display: none;
    margin-top: 20px;
    margin-right: 15px;
}
.x-red{color:red;}
.btnSubmit {
    text-align:center;
}
.proTitle {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.leftMess {
    border-right: 1px solid #c2d0e2;
}
.applyTitle{
    font-size: 16px;
    font-weight: bold;
} 
.layui-table-body::-webkit-scrollbar {
    -webkit-appearance: none;
}

    .layui-table-body::-webkit-scrollbar:vertical {
        width: 10px;
    }

    .layui-table-body::-webkit-scrollbar:horizontal {
        height: 10px;
    }

.layui-table-body::-webkit-scrollbar-thumb {
    background-color: #E9E9E9;
    border-radius: 10px;
    border: 1px solid #ffffff;
}

.layui-table-body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F8F8F8;
}

.layui-table-body::-webkit-scrollbar-corner {
    background-color: #F8F8F8;
}
.layui-layer-content {
    text-align:center;
}
.txTitle {
    font-size:16px;
    color:#ff0000;
}
.layui-elem-quote a{
    border-bottom: 1px solid;cursor:pointer;
}
.tj-con {
    padding: 10px;
    margin-right: 1em;  
    text-align: center;
    color: #888;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
    text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}
    .tj-con p { 
        margin-top: 10px;
        font-weight: 300;
        color: #169f1d;
        font-size: 26px;
    }
.first-tab i.layui-tab-close {
    display: none !important;
}
  .layui-tab-content .layui-tab-item {
    width: 100%;
    height: 100%;
}
  .layui-tab-content .layui-tab-item iframe {
        width: 100%;
        height: 100%;
    }
.tjfx .layui-tab-item iframe {
    min-height: 800px;
}
.jobTitle {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
/*.layui-table-cell {
    height: auto !important;
    white-space: normal !important;
    word-wrap: break-word;
    word-break: break-all;
}*/
.border-box {
    border: 1px solid #e6e6e6;
}
.home-tx {
    font-size: 16px;
}

.wrap {
    /*width: 300px;
    left: 0;
    z-index: 99;
    position: relative;*/
    /*margin: 0 auto;*/
}


.label-selected {
    position: relative;
    /*width: 100%;*/
    min-height: 25px;
    padding: 5px;
    margin: 10px 0;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 6px;
}
    /*.label-selected li {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        background-color: #009688;
        color: #FFFFFF;
        margin: 5px;
        border-radius: 10px;
        font-size: 14px;
        padding: 0 1rem;
        letter-spacing: 2px;
        cursor: pointer;
    }*/
    .label-selected li {
        /*position: relative;*/
        display: inline-block;
        padding: 2px 7px;
        background-color: #009688;
        border-radius: 2px;
        color: #FFF;
        line-height: 18px;
        height: 18px;
        margin: 2px 5px 2px 0;
        cursor: initial;
        font-size: 14px;
        /*padding-right: 25px;*/
    }

.add-tag-btn {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

        .label-selected li:hover {
            background-color: #0099FF;
        }

        .label-selected li .delete {
            float: right;
            width: 13px;
            height: 13px;
            background-image: url(../images/x.png);
            background-repeat: round;
            margin-top: -10px;
            margin-right: -10px;
            display: none;
        }

        .label-selected li:hover .delete {
            display: block;
        }

.glyphicon-plus {
    color: #FF9E02;
    font-size: 10px;
    margin-right: 5px;
}

.glyphicon-plus-button {
    color: #FFF;
}

.glyphicon-arrow-up {
    font-size: 14px;
    font-weight: normal;
}

.add-label {
    height: 34px;
    line-height: 34px;
}

    .add-label label {
        font-size: 14px;
        margin-right: 15px;
    }

