﻿/*Sang-TranT Bug 2307: 自分のプロフィール画面 MOD Start*/
/*@media only screen and (min-width:960px) {*/
@media only screen and (min-width:641px) {
/*Sang-TranT Bug 2307: 自分のプロフィール画面 MOD End*/
    .td-padding {
        padding: 2px 0px 2px 0px;
    }

    /*Nam-Dn ADD Backlog 6382_プロフィール画面 Start*/
    .img-style-profile {
        height: 200px !important;
        margin-bottom: 5px !important;
        margin-top: 30px !important;
        width: 200px !important
    }
    /*Nam-Dn ADD Backlog 6382_プロフィール画面 End*/

    /*Nam-DN ADD backlog 7076_Author画面 Start*/
    .is-not-favorite {
        color: #eb5521;
        /*Tham-NTK ADD backlog 7601_slide 4 Start*/
        /*font-size: 14px;*/
        /*2022/08/02 Tham-NTK MOD BL9143_fb slide 3 start*/
        /*font-size: 13px;*/
        font-size: 12px;
        /*2022/08/02 Tham-NTK MOD BL9143_fb slide 3 end*/
        /*2022/05/20 Danh-Nguyent BL9143 Fix_PG_Profile EDIT START*/
        /*top: 8px;*/
        top: 20px;
        /*2022/05/20 Danh-Nguyent BL9143 Fix_PG_Profile EDIT END*/
        /*Tham-NTK ADD backlog 7601_slide 4 end*/
        float: right;
        text-decoration: none;
        /* 2022/03/02 BL8871#6 Sawada MOD start */
        border: 1px solid;
        /*2022/08/02 Tham-NTK MOD BL9143_fb slide 3 start*/
        /*padding: 3px 10px;*/
        padding: 4px 8px;
        /*2022/08/02 Tham-NTK MOD BL9143_fb slide 3 end*/
        /* padding: 3px 10px 5px; */
        /*2022/05/20 Danh-Nguyent BL9143 Fix_PG_Profile EDIT START*/
        /*border-radius: 20px;*/
        border-radius: 5px;
        /*2022/05/20 Danh-Nguyent BL9143 Fix_PG_Profile EDIT END*/
        position: absolute;
        /*2022/05/20 Danh-Nguyent BL9143 Fix_PG_Profile EDIT START*/
        right: 24px;
        /*right: 155px;*/
        /*2022/05/20 Danh-Nguyent BL9143 Fix_PG_Profile EDIT END*/
        z-index: 99;
        /*2022/08/02 Tham-NTK MOD BL9143_fb slide 3 start*/
        /*width: 100px;*/
        width: 90px;
        height: 30px;
        font-weight: 500;
        /*2022/08/02 Tham-NTK MOD BL9143_fb slide 3 end*/
        /* 2022/03/02 BL8871#6 Sawada MOD end */
    }

    .is-favorite {
        /*2022/08/02 Tham-NTK MOD BL9143_fb slide 3 start*/
        /*background-color: #eb5521;*/
        background-color: #F9885A;
        /*2022/08/02 Tham-NTK MOD BL9143_fb slide 3 end*/
        color: #ffffff !important;
        /*Tham-NTK ADD backlog 7601_slide 4 Start*/
        /*font-size: 14px;*/
        /*2022/08/02 Tham-NTK MOD BL9143_fb slide 3 start*/
        /*font-size: 13px;*/
        font-size: 12px;
        /* 2022/03/02 BL8871#6 Sawada MOD start */
        /*padding: 3px 10px;*/
        padding: 4px 10px;
        /*2022/08/02 Tham-NTK MOD BL9143_fb slide 3 end*/
        /*padding: 3px 15px 3px 18px;*/
        /* padding: 3px 15px 5px 18px; */
        /*2022/06/01 Danh_Nguyent BL9143 EDIT START*/
        /*top: 8px;*/
        top: 20px;
        /*2022/06/01 Danh_Nguyent BL9143 EDIT END*/
        /*Tham-NTK ADD backlog 7601_slide 4 end*/
        float: right;
        text-decoration: none;
        border: 1px solid;
        /*2022/06/01 Danh_Nguyent BL9143 EDIT START*/
        /*border-radius: 20px;*/
        border-radius: 5px;
        /*2022/06/01 Danh_Nguyent BL9143 EDIT END*/
        position: absolute;
        right: 24px;
        z-index: 99;
        /*2022/08/02 Tham-NTK MOD BL9143_fb slide 3 start*/
        /*width: 100px;*/
        width: 90px;
        height: 30px;
        font-weight: 500;
        /*2022/08/02 Tham-NTK MOD BL9143_fb slide 3 end*/
        /* 2022/03/02 BL8871#6 Sawada MOD end */
    }

    .btn-favorite:hover {
        background-color: #f7c39c;
        color: #eb5521 !important;
        /* 2022/03/02 BL8871#6 Sawada DEL start */
        /* background: url(/App/img/hover_text_heart_bl8871.svg) no-repeat right top;
        top: -7px;
        right: 11px;
        width: 55px;
        height: 50px; */
        /* 2022/03/02 BL8871#6 Sawada DEL end */
    }
    /*2022/07/26 Thien-VoQ BL9143 ADD START*/
    .is-not-favorite:hover {
        background-color: #FFF2ED;
        color: #eb5521 !important;
    }
    /*2022/07/26 Thien-VoQ BL9143 ADD END*/
    .is-not-favorite:focus {
        color: #eb5521 !important;
    }

    /*Nam-DN ADD backlog 7076_Author画面 End*/
    .title-contact-profile {
        padding: 0;
        margin-top: 10px !important;
        font-weight: bold;
        color: rgb(234,84,31);
    }

    .font-design-profile {
        font-weight: bold;
        color: rgb(234,84,31);
    }

    .cell-style-profile {
        border-bottom: 1px solid #808080;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .btn-hover-profile {
        display: inline-block;
        padding: 6px 12px;
        border-radius: 4px;
    }

        .btn-hover-profile:hover {
            color: black !important;
        }

    .info-user-photoface-profile {
        text-align: center;
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
        padding: 10px;
        /*Sang-TranT Bug 2307: 自分のプロフィール画面 ADD Start*/
        min-height: 350px !important;
        max-height: 100% !important;
        min-width: 300px !important;
        max-width: 300px !important;
        /*Sang-TranT Bug 2307: 自分のプロフィール画面 ADD End*/
        border: 1px solid rgb(166,166,166);
        border-bottom: 4px solid rgb(254, 91, 35) !important;
        box-shadow: 4px 4px 4px #888888;
        border-radius: 4px;
        margin-bottom: 10px;
        word-break: break-all;
    }

    .circle-img-avatar-profile {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        background-color: white;
        position: relative;
    }

        .circle-img-avatar-profile img {
            border-radius: 50%;
            width: 90px;
            height: 90px;
        }

    .avatar-face {
        max-width: 110px !important;
        max-height: 110px !important;
        width: 110px !important;
        height: 110px !important;
    }

    .photoface-text-title {
        font-size: 10.5px;
        color: black;
        font-weight: bold;
    }

    .photoface-text-department {
        font-size: 10.5px;
        color: #9e9e9e;
    }

    .div-photoface {
        width: 20% !important;
        margin-bottom: 20px;
        margin-top: 5px;
        padding-left: 0px;
        padding-right: 0px
    }

    /*Nam-Dn ADD Backlog 6382_プロフィール画面 Start*/
    .info-user-profile {
        text-align: center;
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
        /*Vu-nc MOD backlog 7076_プロフィール画面 start*/
        /*padding: 10px;*/
        /* 2022/02/02 BL8871 Sawada MOD start */
        /* padding: 10px 10px 36px 10px; */
        padding: 0px;
        /* 2022/02/02 BL8871 Sawada MOD end */
        /*Vu-nc MOD backlog 7076_プロフィール画面 end*/
        min-height: 175px !important;
        max-height: 100% !important;
        width: 100%;
        /*Vu-NC MOD backlog 7601_slide 3 Start*/
        /*Vu-nc MOD backlog 7076_プロフィール画面 start*/
        /*box-shadow: 0px 0px 8px #888888;*/
        /*border-bottom: 2px solid #f0f0f0;*/
        border-bottom: 1px solid #d7d7d7;
        /*Vu-nc MOD backlog 7076_プロフィール画面 End*/
        /*Vu-NC MOD backlog 7601_slide 3 End*/
        border-radius: 2px;
        margin-bottom: 10px;
        word-break: break-all;
        display:contents;
    }

    /*Vu-nc ADD backlog 7076_プロフィール画面 start*/
    .img-stage-level {
        position: relative;
        display: inline-block;
    }

    .img-stage-level + .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 120%;
        left: 110%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .img-stage-level + .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 10%;
        margin-left: 15px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #555 transparent;
    }

    .img-stage-level:hover + .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .icon-profile {
        /* 2022/02/02 BL8871 Sawada MOD start */
        /* width: 18px !important; */
        /* height: 18px !important; */
        width: 20px !important;
        height: 20px !important;
        border-radius: 0% !important;
        /* 2022/02/02 BL8871 Sawada MOD end */
        margin-right: 7px;
        margin-top: -3px;
    }
    /*Vu-nc ADD backlog 7076_プロフィール画面 end*/

    .img-profile {
        /*Nam-Dn MOD Backlog 6382_プロフィール画面 fb12 Start*/
        /*height: 150px !important;
        width: 150px !important;*/
        /* 2022/02/02 BL8871 Sawada MOD start */
        /*height: 135px !important;*/
        /*width: 135px !important;*/
        /*2022/06/01 Danh_Nguyent BL9143 EDIT START*/
        /*height: 140px !important;
        width: 140px !important;*/
        height: 100px !important;
        width: 100px !important;
        /*2022/06/01 Danh_Nguyent BL9143 EDIT END*/
        /* 2022/02/02 BL8871 Sawada MOD end */
        /*Nam-Dn MOD Backlog 6382_プロフィール画面 fb12 End*/
    }

    .text-link {
        color: #eb5521;
    }
    /*Nam-Dn ADD Backlog 6382_プロフィール画面 End*/
}
.circle-menu {
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 14px;
    color: #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #b2b2b2;
    margin: 0 auto;
}

    .circle-menu > a > img {
        margin: 10px auto;
    }

.list-menu {
    margin: 110px auto;
}

    .list-menu > .row > .col-sm-4 > p {
        margin: 10px auto;
        text-align: center;
        font-size: 18px;
    }

@media all and (max-width:360px) {
    /*.post-content p {
        text-align: justify;
    }

    .btn-click a {
        font-size: 10px;
        line-height: 10px;
        margin-right: 5px;
    }

    .btn-click {
        padding-left: 20px;
    }*/
    .circle-menu {
        width: 70px;
        height: 70px;
        text-align: center;
        padding-top: 14px;
        color: #fff;
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        border-radius: 70px;
        border: 1px solid #b2b2b2;
        margin: 0 auto;
    }

        .circle-menu > a > img {
            margin: 0px auto;
            width: 57%;
        }

    .list-menu {
        padding-left: 20px;
    }
        .list-menu > .row {
        padding-left: 23px;
    }
}

@media all and (max-width:375px) {
    .list-menu > .row > .col-sm-4 {
        text-align:center;
    }
}
@media all and (max-width:415px) {
    .list-menu > .row {
         text-align:center;
    }
}
@media all and (max-width:320px) {
    .list-menu {
         text-align:center;
    }
}

/*Nam-Dn ADD Backlog 6382_プロフィール画面 Start*/
@media only screen and (max-width:640px) {
    .side-left {
        text-align:center;
    }

    .circle-img-avatar-profile img {
       border-radius: 50%;
    }

    .profile-detail-tbl2-responsive {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .img-style-profile {
        height: 200px !important;
        margin-bottom: 5px !important;
        margin-top: 30px !important;
        width: 200px !important
    }

}
/*Nam-Dn ADD Backlog 6382_プロフィール画面 End*/


.list-profile-img {
    float: left;
    width: 15%;
}

.list-profile-items {
    margin: 0 auto;
    padding: 0 50px;
}

.list-profile-img > img {
    width: 60%;
}

.list-profile-detail {
    float: left;
    width: 85%;
}
    .list-profile-detail > p {
        font-size: 17px;
    }
.circle-profile {
    width: 120px;
    height: 120px;
    text-align: center;
    padding-top: 14px;
    color: #fff;
    -moz-border-radius: 120px;
    -webkit-border-radius: 120px;
    border-radius: 120px;
    margin: 0px auto 15px auto;
}
.title
{
   padding-top:8px;
}
.profile > p
{
    text-align: center;
    padding-top: 20px;
    font-size: 17px;
}
.clips-tile
{
    margin-bottom:10px;
}

/*Sang-TranT Bug 2307: 自分のプロフィール画面 ADD Start*/
@media only screen and (min-width:641px) {
    .tbl-profile .profile-span-content {
        margin: 0;
    }
    .tbl-profile .div-btn-edit {
        display: block;
        vertical-align: bottom;
        bottom: 0;
        right: 0;
        float: right;
    }

        .tbl-profile .div-btn-edit .btn-circle {
            float: right;
            width: 40px;
            height: 40px;
            border-radius: 40px;
            border-width: 3px !important;
            border-color: rgb(234, 84, 31) !important;
        }

        .tbl-profile .div-btn-edit .btn-circle-img {
            height: 20px;
            width: 20px;
            max-height: 20px;
            max-width: 20px;
        }

        .tbl-profile .div-btn-edit .btn-circle-div-text {
            letter-spacing: 0;
            width: 140px;
            text-align: right !important;
            height: 40px;
            font-size: 10.5px !important;
            color: black;
        }

    .profile-detail-tblcontainer-responsive {
        width: 100%;
        display: table;
    }

    .profile-detail-tbl1-responsive {
        display: table-cell;
        width: 300px;
        padding-left: 15px;
    }

    .profile-detail-tbl2-responsive {
        display: table-cell;
        width: 100%;
        /*2022/06/01 Danh_Nguyent BL9143 EDIT START*/
        /*padding-left: 24px;*/
        padding-left: 15px;
        /*2022/06/01 Danh_Nguyent BL9143 EDIT END*/
        padding-right: 24px;
        padding-top: 10px;
    }

    .profile-detail-tbl1padding-left-responsive, .profile-detail-tbl2padding-left-responsive {
        display: table-cell;
    }

    .profile-detail-tbl1padding-right-responsive, .profile-detail-tbl2padding-right-responsive {
        display: table-cell;
    }
}

/*Sang-TranT Bug 2307: 自分のプロフィール画面 ADD End*/
/*Tam-TT ADD Backlog 5852_Notification Start*/
.hide-button {
    display: none;
}
/*Tam-TT ADD Backlog 5852_Notification End*/ 

/*Nam-Dn ADD Backlog 6382_プロフィール画面 Start*/
#hover-profile {
    cursor: pointer !important;
    color: #eb5521 !important;
}

.user-stage {
    float: left;
    /* 2022/02/02 BL8871 Sawada MOD start */
    /* color: #aaaaaa; */
    color: #888888;
    /*Vu-NC MOD backlog 7601_slide 3 Start*/
    /*Vu-nc MOD backlog 7076_プロフィール画面 start*/
    /* font-size: 15px; */
    font-size: 14px;
    /*font-size: 16px;*/
    position: relative;
    /*bottom: 12px;
    right: 5px;*/
    left: 10px;
    /* left: 4px; */
    /*top: 17px;*/
    /* top: 18px; */
    top: 6px;
    /* 2022/02/02 BL8871 Sawada MOD end */
    /*Vu-nc MOD backlog 7076_プロフィール画面 end*/
    /*Vu-NC MOD backlog 7601_slide 3 End*/
}

.number-point {
    /*Vu-NC MOD backlog 7601_slide 3 Start*/
    /*width: 100%;*/
    /*Vu-nc MOD backlog 7076_プロフィール画面 start*/
    /*font-size: 24px;
    text-align: right;*/
    /*font-size: 30px;*/
    /* 2022/02/02 BL8871 Sawada MOD start */
    /* font-size: 27px; */
    font-size: 18px;
    /*Vu-nc MOD backlog 7076_プロフィール画面 end*/
    color: rgb(9,9,9);
    /*font-weight: bold;*/
    font-weight: 500;
    position: relative;
    /*Vu-nc MOD backlog 7076_プロフィール画面 start*/
    /*top: 7px;*/
    /*float: right;*/
    /*top: 9px;
    left: 10%;*/
    /* top: 13px; */
    top: 2px;
    /*Tham-NTK MOD backlog 7601 fb 20200731 start*/
    /*right: 4px;
    float: right;*/
    /* left: 10px; */
    /*2022/05/20 Danh-Nguyent BL9143 Fix_PG_Profile EDIT START*/
    /*left: 30px;*/
    text-align: right;
    /*2022/05/20 Danh-Nguyent BL9143 Fix_PG_Profile EDIT END*/
    /* 2022/02/02 BL8871 Sawada MOD end */
    /*Tham-NTK MOD backlog 7601 fb 20200731 end*/
    /*Vu-nc MOD backlog 7076_プロフィール画面 end*/
    /*Vu-NC MOD backlog 7601_slide 3 End*/
    line-height: 120%;
}

.number-articles {
    font-size: 14px;
    text-align: center;
    color: rgb(127,127,127);
    font-weight: bold;
    position: relative;
    top: 3px;
    white-space: pre-line;
}

.header-displayname {
    text-align: right;
    font-size: 50px;
    font-weight: bold;
    margin-left: 5%;
    margin-bottom: 26px;
    margin-top: 13px;
    word-break: break-all !important;
}

.update-profile {
    font-size: 20px;
    font-weight: bold !important;
    float: right;
    margin-top: 35px;
    color: #BABABA;
}

.update-profile:hover {
        color: #BABABA !important;
        text-decoration: none !important;
} 

.displayname {
    width: 152px;
    text-align: right;
    font-size: 20px;
    font-weight: normal;
    color: #595959;
}

.font-profile {
    /*Nam-DN MOD Backlog 6382_プロフィール画面 fb1 Start*/
    /*color: #DEDEDE;*/
    /*Nam-Dn MOD Backlog 6382_プロフィール画面 fb12 Start*/
    /*color: #979797;*/
    /* 2022/02/02 BL8871 Sawada MOD start */
    /* color: #aaaaaa; */
    color: #888888;
    /* 2022/02/02 BL8871 Sawada MOD end */
    font-weight: unset;
    /*Nam-Dn MOD Backlog 6382_プロフィール画面 fb12 Start*/
    /*Nam-DN MOD Backlog 6382_プロフィール画面 fb1 End*/
    /* 2022/02/08 BL8871#3 Sawada ADD start */
    font-size: 14px;
    /* 2022/02/08 BL8871#3 Sawada ADD end */
}

.tag {
    color: #eb5521 !important;
    border: 1px solid #eb5521 !important;
    margin: 5px 10px 5px 0;
    /*Nam-DN ADD Backlog 6382_プロフィール画面 fb4 Start*/
    font-size: 12px;
    padding: 6px 10px;
    /*Nam-DN ADD Backlog 6382_プロフィール画面 fb4 End*/
}

.text {
    color: #eb5521;
}

.btn-change-password {
    float: right;
    height: 37px;
    width: 189px;
    color: #ed7d31;
    border-radius: 4px;
    box-shadow: none;
    background-image: none;
    border: 2px solid #DBDBDB !important;
    background-color: white;
}

.stage {
    display: inline-block;
    padding: 6px 12px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.span {
    background-color: #ffffff;
    /*2022/08/17 Tham-NTK MOD BL9143_fb slide 2 start*/
    /*margin: 0px 10px 0px 10px;*/
    /*Vu-nc MOD backlog 7076_プロフィール画面 start*/
    /*width: 25%;*/
    /*2022/05/20 Danh-Nguyent BL9143 Fix_PG_Profile EDIT START*/
    /*width: 33.33%;*/
    /*width: 85%;*/
    margin: 0px 20px;
    /*2022/08/17 Tham-NTK MOD BL9143_fb slide 2 end*/
    /*2022/05/20 Danh-Nguyent BL9143 Fix_PG_Profile EDIT END*/
    /* 2022/02/02 BL8871 Sawada MOD start */
    /* height: 85px; */
    /*2022/05/20 Danh-Nguyent BL9143 Fix_PG_Profile EDIT START*/
    /*height: 70px;*/
    height: 35px;
    /*2022/05/20 Danh-Nguyent BL9143 Fix_PG_Profile EDIT END*/
    /* 2022/02/02 BL8871 Sawada MOD end */
    /*Vu-nc MOD backlog 7076_プロフィール画面 end*/
    /*Vu-NC MOD backlog 7601_slide 3 Start*/
    /*border: 2px solid #f0f0f0;*/
    border: 2px solid #d7d7d7;
    /*padding: 15px;*/
    padding: 10px 5px 10px 5px;
    /*Vu-NC MOD backlog 7601_slide 3 End*/
    border-radius: 4px;
}

.span-user {
    background-color: rgb(242,242,242);
    margin: 5px 10px 5px 0;
    width: 25%;
    padding-bottom:18px;
}

.side-right {
    padding-left: 0;
    margin-left: -26px;
    padding-right: 0;
    margin-top: 1px;
    word-break: break-all !important;
}

.side-left {
    margin-top: 6px;
    padding-right: 0;
    display: grid;
}

.side-span {
    margin-top: 2px !important;
    text-align: center;
    display: flex !important;
    justify-content: center;
}

.all-sider {
    display: unset !important;
    padding-left: 0px !important;
}

.sider-top {
    margin-top: 0px;
    min-width: 1084px
}

.side-center {
    /*2022/05/20 Danh-Nguyent BL9143 Fix_PG_Profile DELETE START*/
    /*display: flex !important;*/
    /*2022/05/20 Danh-Nguyent BL9143 Fix_PG_Profile DELETE END*/
    justify-content: center;
    padding-bottom: 10px;
    /*Vu-nc MOD backlog 7076_プロフィール画面 start*/
    /*padding-left: 20px;
    padding-right: 20px;*/
    padding-left: 14px;
    padding-right: 24px;
    /*Vu-nc MOD backlog 7076_プロフィール画面 end*/
}

.infor-user {
    color: #000000;
    font-size: 20px;
    /*Nam-Dn ADD Backlog 6382_プロフィール画面 fb50 Start*/
    word-wrap: break-word;
    white-space: pre-wrap;
    /*Nam-Dn ADD Backlog 6382_プロフィール画面 fb50 End*/
    /* 2022/02/02 BL8871 Sawada ADD start */
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    /* 2022/02/02 BL8871 Sawada ADD end */
}

.infor-profile {
    padding: 0;
    /* 2022/02/08 BL8871#3 Sawada MOD start */
    /* margin-bottom: 10px; */
    /* margin-top: 1px; */
    margin-bottom: 15px;
    margin-top: 10px;
    /* 2022/02/08 BL8871#3 Sawada MOD end */
    width: 100%;
}

.text-email {
    font-size: 16px;
    text-decoration: underline;
    padding-left: 10px;
}

.sider-bottom {
    margin-top: 57px;
    width: 100%;
    padding-left:5px !important;
}

.style-profile {
    width: 100%;
    /*Nam-DN MOD Backlog 6382_プロフィール画面 fb3 Start*/
    /*border: 1px solid #F0F0F0;*/
    border-bottom: 1px solid #d7d7d7 !important;
    /*Nam-DN MOD Backlog 6382_プロフィール画面 fb3 End*/
}
/*Nam-Dn ADD Backlog 6382_プロフィール画面 End*/