﻿@media only screen and (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

    .ion-header-bar-content-people {
        width: 1366px;
        margin: auto;
        position: relative;
    }
    .menu-content-bg-people {
        width: 100%;
    }

    .menu-content-center-people {
        max-width: 1650px;
        margin: auto;
    }

    /*menu-left*/
    #left {
        background-color: #FCFCFC !important;
        min-height: 100%;
        height: 100%;
    }

        #left li {
            margin-left: 0px !important;
            list-style: none !important;
            list-style-type: none !important;
            padding-left: 35px;
            display: flex;
            word-break: normal;
            background-color: #FCFCFC !important;
            border-top: 1px solid #EFEFEF;
        }

        #left li:hover {
            background-color: #FFFFFF !important;
        }

        #left .name-menu {
            padding: 20px 20px 10px;
            font-size: 16px;
            color: black;
        }

        #left .selectaddressbook {
            padding-bottom: 10px;
        }

            #left .selectaddressbook select {
                width: 200px;
                height: 30px;
                border-radius: 4px;
                border: solid 1px #CACACA;

                margin-left: 20px;
                background-color: white;
                color: black;
            }

        #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 {
        margin: 0 auto;
    }

    .show-user .col-lg-2 {
        margin-bottom: 0px;
    }

    .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 solid #EFEFEF;
        }

    .menu-people-left {
        color: #7f7f7f;
        font-weight: bold;
    }

        .menu-people-left .node-selected {
            background-color: #FCFCFC !important;
            color: #FD976A !important;
        }

        .menu-people-left .glyphicon-chevron-right::before {
            content: url('/App/img/custom/menu_people_expand.svg') !important;
        }

        .menu-people-left .glyphicon-chevron-down::before {
            display: block;
            width: 20px;
            height: 20px;
            background-image: url('/App/img/custom/menu_people_expand2.svg') !important;
            background-size: 20px 20px;
            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 {
        border-bottom: 1px solid #F4F4F4;
        margin-top: 0 !important;
        word-break: break-all;
    }
        .cell-style:last-child {
            border-bottom: none;
        }
    
    .middle-cell:hover {
        background-color: #F4F4F4;
    }

    .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;
        padding: 3px 0;
    }

    .name {
        font-weight: 700;
        color: #333333 !important;
    }

    .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%;
    width: 80px;
    height: 80px;
}

.addremoveFavorite {
    opacity: 0.3;
}

/*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) {

}