﻿/*Sang-TranT Bug 2307: PeopleのTop画面 ADD Start*/
/*@media only screen and (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
@media only screen and (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
/*Sang-TranT Bug 2307: PeopleのTop画面 ADD End*/

    .ion-header-bar-content-people {
        width: 1366px;
        margin: auto;
        position: relative;
    }
    .menu-content-bg-people {
        width: 100%;
    }

    .menu-content-center-people {
        /*Tham-NTK MOD backlog 7076_top of people start*/
        /*max-width: 1366px;*/
        max-width: 1650px;
        /*Tham-NTK MOD backlog 7076_top of people end*/
        margin: auto;
    }

    /*menu-left*/
    #left {
        /* 2022/02/24 BL8891#2 Sawada MOD start */
        /* background-color: #f8f8f8 !important; */
        background-color: #FCFCFC !important;
        /* 2022/02/24 BL8891#2 Sawada MOD end */
        /*color: white !important;*/
        min-height: 100%;
        height: 100%;
        /*max-width: 200px;*/
    }

        #left li {
            /*border-top: 1px #779baa solid;*/
            margin-left: 0px !important;
            list-style: none !important;
            list-style-type: none !important;
            padding-left: 35px;
            /*Tam-TT ADD backlog 7076_treeview Start*/
            display: flex;
            /* 2022/02/24 BL8891#2 Sawada MOD start */
            /* word-break: break-all; */
            word-break: normal;
            /* 2022/02/24 BL8891#2 Sawada MOD end */
            /*Tam-TT ADD backlog 7076_treeview End*/
            /* 2022/03/16 BL8891#7 Sawada MOD start */
            background-color: #FCFCFC !important;
            border-top: 1px solid #EFEFEF;
        }

        #left li:hover {
            background-color: #FFFFFF !important;
        }
        /* 2022/03/16 BL8891#7 Sawada MOD end */

        #left .name-menu {
            /* 2022/02/24 BL8891#2 Sawada MOD start */
            /* padding: 10px 0px 10px 25px; */
            /* font-size: 14px; */
            /* border-bottom: 1px solid #d9d9d9; */
            padding: 20px 20px 10px;
            font-size: 16px;
            color: black;
        }

        #left .selectaddressbook {
            /* padding-top: 15px; */
            padding-bottom: 10px;
        }

            #left .selectaddressbook select {
                /* width: 170px; */
                width: 200px;
                height: 30px;
                border-radius: 4px;
                border: solid 1px #CACACA;

                /* margin-left: 25px; */
                margin-left: 20px;
                background-color: white;
                color: black;
                /* 2022/02/24 BL8891#2 Sawada MOD end */
            }

        #left ul {
            padding-left: 0;
            width: auto;
        }

            #left ul.nav ul.children li {
                margin-left: 0px;
            }

    ul.menu-left li a:hover {
        text-decoration: none;
    }

    ul.menu-left > li.parent > a {
        text-transform: uppercase;
    }

    ul.menu-left li.parent a:hover {
        -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
        -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    }

    /* link tag (a)*/
    ul.menu-left li.parent ul li a {
        border: none;
        display: block;
        padding-left: 5px;
    }

        ul.menu-left li.parent ul li a:hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    /* sign for parent item */
    ul.menu-left li .sign {
        display: inline-block;
        width: 14px;
        padding: 5px 8px;
        background-color: transparent;
    }

    ul.menu-left li.parent > a > .sign {
        margin-left: 0px;
        background-color: #999;
    }

    /* label */
    ul.menu-left li .lbl {
        padding: 5px 12px;
        display: inline-block;
    }

    ul.menu-left {
        background-color: #f8f8f8 !important;
    }

        ul.menu-left li a {
            color: white !important;
        }

            ul.menu-left li a .lbl {
                font-size: 12px;
            }

        ul.menu-left .collapse {
            background-color: #f8f8f8 !important;
        }

    .user-list {
        /*max-width: 1030px;*/
        margin: 0 auto;
    }

    .show-user .col-lg-2 {
        /* 2022/02/17 BL8891#1 Sawada MOD start */
        /*margin-bottom: 25px;*/
        margin-bottom: 0px;
        /* 2022/02/17 BL8891#1 Sawada MOD end */
    }

    .circle-img-avatar {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        background-color: white;
        position: relative;
    }

    .circle-icon-like-avatar {
        width: 26px;
        height: 26px;
        border-radius: 26px;
        background-color: rgb(235, 84, 33);
        position: absolute;
        text-align: center;
        right: 0;
        top: 70%;
    }

    .icon-love-style {
        color: white;
        margin-top: 6px;
    }

    .list-group {
        box-shadow: none;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0px !important;
    }

        .list-group li:first-child {
            border-radius: 0px !important;
        }

        .list-group li:last-child {
            border-radius: 0px !important;
            /*border-bottom: 1px #779baa solid;*/
            /* 2022/03/16 BL8891#7 Sawada MOD start */
            border-bottom: 1px solid #EFEFEF;
        }

    .menu-people-left {
        color: #7f7f7f;
        font-weight: bold;
    }

        .menu-people-left .node-selected {
            /* background-color: #d9d9d9 !important; */
            /* color: #262626 !important; */
            background-color: #FCFCFC !important;
            color: #FD976A !important;
            /* 2022/03/16 BL8891#7 Sawada MOD end */
        }

        .menu-people-left .glyphicon-chevron-right::before {
            /* 2022/03/04 BL8891#4 Sawada MOD start */
            /* content: "▷" !important; */
            content: url('/App/img/custom/menu_people_expand.svg') !important;
        }

        .menu-people-left .glyphicon-chevron-down::before {
            display: block;
            /* width: 12px;
            height: 12px; */
            width: 20px;
            height: 20px;
            /*Tam-tt MOD backlog 7076_treeview Start*/
            /*background-image: url('/App/img/custom/menu_people_expand.png') !important;*/
            /* background-image: url('/App/img/custom/menu_people_expand_2.png') !important; */
            background-image: url('/App/img/custom/menu_people_expand2.svg') !important;
            /*Tam-tt MOD backlog 7076_treeview End*/
            /* background-size: 12px 12px; */
            background-size: 20px 20px;
            /* 2022/03/04 BL8891#4 Sawada MOD end */
            content: "";
        }

        .menu-people-left .link-setting-show {
            padding: 10px 0px 10px 25px;
            font-size: 14px;
            border-top: 1px solid #d9d9d9;
            color: inherit !important;
        }

            .menu-people-left .link-setting-show a {
                color: #7f7f7f !important;
                text-decoration: none !important;
            }

                .menu-people-left .link-setting-show a:hover {
                    color: #7f7f7f !important;
                    text-decoration: none !important;
                }

        .menu-people-left .menu-people-left {
            padding: 6px 15px !important;
        }

    .displayIconFavorite {
        display: none;
    }

    .cell-style {
        /* 2022/02/17 BL8891#1 Sawada MOD start */
        /* border-bottom: 1px solid #808080; */
        border-bottom: 1px solid #F4F4F4;
        /* 2022/02/17 BL8891#1 Sawada MOD end */
        margin-top: 0 !important;
        /*Bug 2719: Peopleの一覧画面（組織等）で画面が小さい場合の対応 MOD Start*/
        word-break: break-all;
        /*Bug 2719: Peopleの一覧画面（組織等）で画面が小さい場合の対応 MOD End*/
    }
        /* 2022/03/18 BL8891#8 Sawada ADD start */
        .cell-style:last-child {
            border-bottom: none;
        }
        /* 2022/03/18 BL8891#8 Sawada ADD end */
    
    /* 2022/03/14 BL8891#6 Sawada MOD start */
    /* .cell-style:hover { */
    .middle-cell:hover {
        background-color: #F4F4F4;
    }
    /* 2022/03/14 BL8891#6 Sawada MOD end */

    .avatar-action-icon:hover {
        border: 1px solid inherit !important;
        border-radius: 1px !important;
        margin-left: 0 !important;
    }

    .link-department {
        color: rgb(234, 84, 31) !important;
        text-decoration: underline !important;
    }

    .middle-cell {
        display: flex;
        align-items: center;
        /* 2022/02/17 BL8891#1 Sawada MOD start */
        padding: 3px 0;
        /* 2022/02/17 BL8891#1 Sawada MOD end */
    }

    .name {
        font-weight: 700;
        /* 2022/02/17 BL8891#1 Sawada MOD start */
        /* color: black !important; */
        color: #333333 !important;
        /* 2022/02/28 BL8891#3 Sawada DEL start */
        /* padding-left: 10px; */
        /* 2022/02/28 BL8891#3 Sawada DEL end */
        /* 2022/02/17 BL8891#1 Sawada MOD end */
    }

    .profileAvatar {
        margin-bottom: 20px;
        margin-right: 20px;
        float: left;
    }

    .tooltip-inner {
        white-space: nowrap;
        max-width: none;
    }
}

@media only screen and (min-width:320px) and (max-width:960px) {
    .icon-love-style {
        color: white;
        margin-top: 6px;
    }

    .btniconhover:hover {
        color: #808080 !important;
    }
}

.modal-backdrop.fade {
    display: none !important;
}

.profile {
    margin-top: 30px;
}

/*/////event favorite/////*/
.circle-img-avatar img {
    border-radius: 50%;
    /* 2022/02/28 BL8891#3 Sawada MOD start */
    /* width: 90px; */
    /* height: 90px; */
    width: 80px;
    height: 80px;
    /* 2022/02/28 BL8891#3 Sawada MOD end */
}

.addremoveFavorite {
    opacity: 0.3;
}

/*Sang-TranT Bug 2307: PeopleのTop画面 ADD Start*/
/*Logo engague & people*/
@media only screen and (min-width:641px) and (max-width:740px) {
    .div-header-people-responsive {
        padding-right: 0;
    }

    .header-people-img-engague-responsive {
        width: 110px;
        min-height: 34px;
    }

    .header-people-img-people-responsive {
        width: 70px;
        min-height: 34px;
    }
}
@media only screen and (min-width:741px) and (max-width:840px) {
    .div-header-people-responsive {
        padding-right: 0;
    }

    .header-people-img-engague-responsive {
        width: 127px;
        min-height: 34px;
    }

    .header-people-img-people-responsive {
        width: 77px;
        min-height: 34px;
    }
}
@media only screen and (min-width:841px) and (max-width:960px) {
    .div-header-people-responsive {
        padding-right: 0;
    }

    .header-people-img-engague-responsive {
        width: 145px;
        min-height: 34px;
    }

    .header-people-img-people-responsive {
        width: 85px;
        min-height: 34px;
    }
}
@media only screen and (min-width:961px) {

}
/*Sang-TranT Bug 2307: PeopleのTop画面 ADD End*/