
a {
    cursor: pointer;
}

.title_modlue {
    font-size: 16px;
    margin: 10px 0px 0px 0;
    padding: 0 2px 10px 0;
    display: inline-block;
}

.must_mark {
    font-weight: bold;
    font-size: 16px;
    color: #E60050;
}

.img_box {
    float: left;
    width: 280px;
    overflow: hidden;
}

.filter_box {
    margin-left: 280px;
    padding: 0 10px 0 10px;
}

.photo_box, .qr_box {
    border: 1px solid #979797;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #D8D8D8;
}

.photo_box {
    margin-right: 10px;
}

.qr_box {
    margin-right: 5px;
}

.photo_box img, .qr_box img {
    min-width: 100%;
    min-height: 100%;
}

.row_box {
    position: relative;
}

.row_box .control-label {
    display: none;
}

.gray-box .row_box:first-child .control-label {
    display: inline;
}

.icon_box {
    width: 60px;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 3;
}

.icon_box_right {
    position: absolute;
    right: 3px;
    top: 0px
}

.icon_group {
    float: right
}

.foreman_history {
    position: relative;
    left: 15px;
    top: 5px
}

.workexperience_icon_box {
    margin-top: 4px;
}

.no_margin_lr {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.experience_row {
    border-bottom: 1px dashed #BBBBBB;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
}

@media screen and (min-width: 1200px) {
    .col_lg_5 {
        width: 20% !important;
    }
}

@media screen and (min-width: 991px) {
    .cus_row {
        margin-right: 70px;
    }

    .col_5 {
        width: 20%;
    }
}

@media screen and (max-width: 991px) {
    .row_box {
        border-bottom: 1px dashed #BBBBBB;
        margin-bottom: 5px;
    }

    .row_box .control-label {
        display: inline;
    }
}

@media screen and (max-width: 991px) {
    .icon_box_right {
        bottom: 0px
    }
}

@media screen and (min-width: 991px) {
    .dashed {
        border-bottom: 1px dashed #BBBBBB;
        margin-bottom: 5px;
    }

    .row_box .control-label {
        display: inline;
    }
}

@media screen and (max-width: 767px) {
    .img_box {
        width: 100%;
        float: none;
    }

    .filter_box {
        width: 100%;
        margin-left: 0;
        padding: 10px 0 0 0;
    }

    .xs-b-1 {
        margin-bottom: 5px;
    }
}

/* 20200828 */
.qr_outbox {
    float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .qr_outbox {
        overflow: hidden;
        width: 100%;
        margin-top: 10px;
    }

    .img_box {
        width: 150px;
    }

    .filter_box {
        margin-left: 150px;
    }
}

.no_qr_box .qr_outbox {
    display: none;
}

.no_qr_box .img_box {
    width: 130px;
}

.no_qr_box .filter_box {
    margin-left: 130px;
}

@media screen and (max-width: 767px) {
    .no_qr_box .img_box {
        width: 100%;
        float: none;
    }

    .no_qr_box .filter_box {
        width: 100%;
        margin-left: 0;
        padding: 10px 0 0 0;
    }
}
