body {
    margin: 0;
    padding: 0;
    font: 14px/22px "Hiragino Sans GB", "Microsoft Yahei", "SimSun";
    color: #333;
    -webkit-font-smoothing: antialiased;
}

#baseinfo {
    padding-top: 5px;
}

.mr_created {
    width: 90%;
    margin: 60px auto 0 auto;
}

.mr_myresume_l {
    width: 200px;
    position: absolute;
    float: left;
    background-color: #f8f8f8;
    border-radius: 6px;
}

.mr_myresume_r {
    background-color: #fff;
    margin-left: 210px;
    padding-bottom: 10px;
    border-radius: 6px;
}

.mr_integrity {
    background-color: #019875;
    padding: 15px;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .mr_integrity a {
        font-size: 18px;
        vertical-align: middle;
        color: #fff;
    }

        .mr_integrity a:hover {
            text-decoration: none;
        }

.mr_module li {
    height: 50px;
    line-height: 50px;
    border-left: 1px solid #e5e5e5;
    list-style: none;
    cursor: pointer;
    color: #000000;
}

    .mr_module li a {
        display: block;
        color: #333;
        text-decoration: none;
        vertical-align: middle;
        width: 199px;
        height: 50px;
    }

.mr_module li a:hover {
    color: #fff;
    background-color: #00b38a;
}

.mr_module li.active a:hover > .mr_m_name {
    color: #fff;
}



.mr_module li i {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(../css/images/icons_rec.png) no-repeat;
        margin: 0 24px 0 29px;
    }

    .mr_module li.active i {
        margin-left: 28px;
    }

    .mr_module li .mr_base_i {
        background-position: -24px -117px;
    }

    .mr_module li .mr_works_i {
        background-position: -24px -137px;
    }

    .mr_module li .mr_edu_i {
        background-position: -23px -156px;
    }

    .mr_module li .mr_family_i {
        background: url(../css/images/family_1.png) no-repeat;
    }

    .mr_module li .mr_pubarticle_i {
        background-position: -65px -262px;
    }

    .mr_module li .mr_research_i {
        background: url(../css/images/research_1.png) no-repeat;
    }

    .mr_module li .mr_language_i {
        background: url(../css/images/language_1.png) no-repeat;
    }

    .mr_module li.active {
        border-color: #00b88d;
        border-width: 2px;
    }
        .mr_module li.active .mr_base_i {
            background-position: -5px -117px;
        }

        .mr_module li.active .mr_works_i {
            background-position: -5px -137px;
        }
        /*左侧列表图标*/
        .mr_module li.active .mr_edu_i {
            background-position: -4px -156px;
        }

        .mr_module li.active .mr_family_i {
            background: url(../css/images/family.png) no-repeat;
        }

        .mr_module li.active .mr_pubarticle_i {
            background-position: -5px -262px;
        }

        .mr_module li.active .mr_research_i {
            background: url(../css/images/research.png) no-repeat;
        }

        .mr_module li.active .mr_language_i {
            background: url(..css/images/language_1.png) no-repeat;
        }

        .mr_module li.active .mr_m_name {
            color: #00b88d;
        }

.mr_require {
    float: right;
    margin-right: 16px;
    width: 40px;
    height: 22px;
    line-height: 22px;
    line-height: 22px;
    text-align: center;
    margin-top: 14px;
    color: #fff;
    background-color: #ff6962;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.mr_module .module_add {
    border-color: #fff;
    margin-left: -2px;
    padding-left: 6px;
}

.mr_module li .mr_addmd_i {
    background-position: -22px -177px;
}

.mr_head_r {
    float: right;
    margin: 3px 40px 0 0;
    display:inline-block;
}

    .mr_head_r a {
        color: #00b38a;
        text-decoration: none;
        outline: none;
    }

.mr_i_r_add {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../css/images/icons_rec.png) -5px -69px no-repeat;
    margin-right: 6px;
}

.mr_i_r_up {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../css/images/icons_rec.png) -5px -69px no-repeat;
    margin-right: 6px;
}

.mr_i_r_edit {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../css/images/icons_rec.png) -53px -6px no-repeat;
    margin-right: 6px;
}

.mr_title {
    width: 100%;
    margin-top: 15px;
}

    .mr_title span {
        vertical-align: middle;
        display: inline-block;
    }

    .mr_title .mr_title_c {
        font-size: 14px;
        padding: 3px 20px;
        text-align: center;
        color: #fff;
        background-color: #00b38a;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin: 0 10px;
    }

    .mr_title .mr_title_r {
        width: 60%;
        height: 0;
        border-top: 1px solid #ededed;
        max-width:700px;
    }

.mr_area {
    width: 95%;
    background-color: #f8f8f8;
    text-align: center;
    margin-top: 5px;
    padding:5px 0;
}

.table, .dataTable {
    width: 95%;
    margin: 0 auto;
}

    .dataTable th {
        white-space: nowrap !important;
    }

.btn-link {
    display: block;
    color: #00b38a;
    float: left;
}

table thead th {
    background-color: #f8f8f8;
}

.row {
    margin: 0;
    padding: 2px 0;
}

.col-md-2 {
    text-align: right;
}

.col-md-4 > input, .col-md-4 > select {
    width: 100%;
    height: 30px;
    margin: 1px 0;
}

.col-md-10 > input, .col-md-10 > textarea {
    width: 100%;
    margin: 1px 0;
}

.dhcc_myresume_upload {
    min-height: 60px;
}

.btn-file {
    float: none !important;
}

.fileinput-upload-button, .fileinput-remove-button, .fileinput-cancel-button {
    float: right;
    margin-left: 5px;
}

.colored {
    color: red;
}

@media screen and (min-width:686px) {
    .modal-dialog {
        width: 686px !important;
    }
}

@media screen and (max-width:767px) {
    .mr_created {
        width: 90%;
        margin-top: 170px;
    }

    .mr_title .mr_title_r {
        width: 15%;
    }
}

@media screen and (max-width:992px) {
    .col-md-2 {
        display: none;
    }
}

@media screen and (max-width:1280px) {
   /* .mr_myresume_l {
        display: none;
    }

    .mr_myresume_r {
        margin-left: 0px;
        width: 100%;
        background-color: #fff;
    }*/

    .table {
        overflow-x: scroll;
    }
}
.fa .fa-upload{
    color:#00b38a;
}