.gd_transfer_detail_cont {
    width: 100%;
    height: auto;
}

.gd_transfer_detail_cont_top {
    height: 50px;
    background: #fff;
    border-radius: 8px;
}

.gd_transfer_ul {
    background: #EFF3F6;
    margin-bottom: 0 !important;
}

.gd_transfer_ul li {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    background: #ffffff;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 15px;
    font-size: 14px;
    display: inline-block;
    margin-right: 11px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}

.gdTransferDetail {

}

.background_004dff {
    background: #004dff;
}

.margin-left-16 {
    margin-left: 16px;
}


.gd_transfer_detail_content {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    border-radius: 8px;
}

.gd_transfer_detail_content::-webkit-scrollbar {
    width: 4px;
}

.gd_transfer_detail_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

.gd_transfer_detail_content::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.transferAddOrEditTable > thead > tr > th,
.transferAddOrEditTable > thead > tr > td {
    border-bottom-width: 1px !important;
}

.background_F2F4F8 {
    background: #F2F4F8;
}

.background_ED293A02 {
    background: rgba(237, 41, 58, 0.02);
}

.border-a94442 {
    border: 1px solid #a94442 !important;
}

.dossier_transfer_ul {
    position: relative;
}

.dossier_transfer_ul .transfer_ul {
    background: #ffffff !important;
    border-bottom: 1px solid #ECECEC !important;
}

.dossier_transfer_ul .handlingHistory {
    padding: 20px 20px 20px 25px;
}

.dossier_transfer_ul .handlingHistory .handlingHistory_div {
    position: relative;
    padding: 0px 18px;
    border-left: 1px dashed #D4D4D4;
}

.dossier_transfer_ul .handlingHistory .handlingHistory_div_p {
    margin: 0;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
}

.dossier_transfer_ul .transfer_ul li {
    flex: 1;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    background: #ffffff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 15px;
    font-size: 14px;
    box-shadow: none;
    margin-right: 0px;
    border-radius: 0px;
    display: inline-block;
    cursor: pointer;
}

.dossier_transfer_ul .transfer_ul_bot {
    position: absolute;
    width: 100%;
    top: 48px;
}

.dossier_transfer_ul .transfer_ul_bot ul {
    flex: 1;
    height: 3px;
    margin: 0;
}

.dossier_transfer_ul .transfer_ul_bot li {
    width: 16px;
    height: 4px;
    border-radius: 2px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.dossier_transfer_ul .transfer_ul_active {
    font-size: 14px !important;
}

.gd_dossier {

}

.selectMedicOrExpert {
    max-height: calc(100vh - 400px);
    overflow-y: auto;
}

.gd_Evidence_list_cont_r_c .evidence-box {
    border: none !important;
}

.gd_Evidence_list_cont_l_e {
    /*height: 48px;*/
    cursor: pointer;
    padding: 10px 0;
}

.gd_Evidence_list_cont_l_e p {
    padding: 0 20px;
    font-size: 14px;
    /*color: #666;*/
    margin: 0 !important;
}

.gd_Evidence_list_cont_l .active {
    background: #ED293A;
    color: #FFFFFF;
}

.gd_viewAttachments_body_zip_div {
    height: 100%;
    border-radius: 8px;
    /*float: left;*/
    margin: 15px 0px 0px 0;
}

.gs_viewAttachments_body_zip_div_content {
    position: relative;
}

.gs_viewAttachments_body_zip_div_content .img-responsive {
    display: block !important;
    /*margin: 40px auto 60px;*/
    padding-top: 36px;
}

.gd_delete_picture {
    width: 100%;
    display: flex;
    height: 24px;
    line-height: 24px;
    color: #F04E49;
    text-align: center;
    position: absolute;
    top: 136px;
    left: 0;
    cursor: pointer;
}

.gd_delete_picture span {
    flex: 1;
    margin: 0 5px;
}

.gd_evidence_picture {
    height: 174px;
    background: rgba(242, 244, 248, 0.4);
    /*border: 1px solid #EAEAEA;*/
    position: relative;
}

.gd_evidence_picture .gallery-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}

.gd_delete_picture_span:hover {
    background: #FCDCDB;
    border-radius: 4px;
}

.gd_delete_picture_span2:hover {
    background: #FCDCDB;
    border-radius: 4px;
}

.gd_delete_picture_span3:hover {
    background: #FCDCDB;
    border-radius: 4px;
}

.gdViewFile {
    height: 44px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    padding: 0 !important;
}

.gdViewFile img {
    margin: 7px 10px;
    width: 29px;
    height: 29px;
}

.gdViewFile div {
    line-height: 42px;
}

.gdViewFile span {
    line-height: 42px;
    max-width: 76%;
    height: 42px;
    overflow: hidden;
}

.gd_evidence_picture_hover {
    position: absolute;
    top: -5px;
    right: -5px;
    display: none;
}

.gd_evidence_picture:hover > .gd_evidence_picture_hover {
    display: block;
}
