﻿body {
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

.group-default {
   
    background: #7e7e7e  url(../images/group-default.png) no-repeat !important;
    background-size: cover !important;
}
/*-------------Stru-------------*/

.vgtop_header_band {
    height: 40px;
    background: #fff;
    line-height: 40px;
    color: #7e7e7e;
    width: 100%;
    box-shadow: 0px 0px 8px rgba(53, 53, 53, 0.33);
}

.vgtop_leftheader_band {
    height: 45px;
    background: #16265F !important;
    color: #7e7e7e;
    box-sizing: border-box;
    line-height: 40px;
    width: 285px;
    float: left;
    /*border-bottom: 5px solid #9C0B32;*/
}

.urgroup {
    width: calc(100% - 285px);
    float: left;
    padding-left: 10px;
}

.vgtop_leftheader_band .lineheight13 {
    line-height: 13px;
}

.vgtop_leftheader_band ul {
    margin: 0px;
    padding: 0px;
    padding-left: 100px;
}

    .vgtop_leftheader_band ul li {
        padding: 7px 8px;
        float: left;
        margin: 0px 0px;
        cursor: pointer;
        list-style-type: none;
        transition: all 1s ease;
        color: #fff;
        text-align: center;
    }

        .vgtop_leftheader_band ul li:hover {
            transition: all 1s ease;
            background: #ededed;
            color: #BD1E2C;
        }

        .vgtop_leftheader_band ul li.active {
            background: #ededed;
            color: #BD1E2C;
        }

.side-right-arrow {
    height: 39px;
    background: url('http://192.168.2.13:8020/Images/side-leftarrow.png') no-repeat;
    width: 17px;
    position: absolute;
    top: 0px;
    left: 283px;
}

.side-left-arrow {
    height: 39px;
    background: #ccc;
    width: 17px;
    position: absolute;
    top: 0px;
    left: 95px;
    z-index: 99;
}

.none {
    display: none;
}

.vgleft_operation {
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 95vh;
}

.greycolor {
    color: #505050;
}

#userListDiv .fa-check-circle {
    font-size: 18px;
    transition: all 1s ease;
    color: #0573c0;
}

.center_pane {
    float: left;
    width: calc(100% - 300px);
}

.usercenter_left_rhtcollp {
    width: calc(100% - 300px);
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
    height: 95vh;
}

.userleft_pane {
    width: 195px;
    float: left;
    height: 100vh;
    background: #ededed;
    margin-left: 90px;
    border-right: 1px solid #F2F2F2;
    padding-left: 10px;
}


.usercenter_left {
    float: left;
    height: 100vh;
    width: calc(100% - 285px);
}

.usercenter_listleft {
    float: left;
    height: calc(100vh - 40px);
    width: 100%;
    /*overflow-x: hidden;
    overflow-y: auto;*/
}

.usercenter_listright {
    float: left;
    height: calc(100vh - 55px);
    width: calc(100% - 300px);
    overflow-x: hidden;
    overflow-y: auto;
}

.usercenter_right {
    float: left;
    width: 300px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    border-left: 1px solid #e0e0e0;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.21);
}

    .usercenter_right .closebtn-rightpane {
        margin-right: -8px;
    }

.user-registerbx .closebtn-rightpane {
    margin-right: 8px;
}

.center_fullpane {
    float: left;
    height: auto;
    width: 100%;
    padding-left: 90px;
}

.userpadleft85 {
    padding-left: 85px;
}



/*-------------Stru-------------*/
.margbottom10 {
    margin-bottom: 10px;
}

.vgroup .mrgright50 {
    margin-right: 50px;
}

.vgroup .mrgtop35 {
    margin-top: 35px;
}

.mrgright10 {
    margin-right: 10px !important;
}

.vgroup .mrgleft25 {
    margin-left: 25px;
}

.vgroup .mrgleft30 {
    margin-left: 30px;
}

.fontsize12 {
    font-size: 12px;
}

.vgroup .red {
    color: #BD1E2C;
}

.vgroup h4 {
    font-size: 15px;
    margin: 0px;
    line-height: normal;
}

.vgroup h3 {
    font-size: 12px;
    margin: 0px;
    margin-top: 5px;
    font-weight: normal;
    color: #b9b9b9;
    line-height: normal;
}

.selected {
    border: 2px solid #BD1E2C !important;
}

.profile-vrpic {
    width: 50px;
    height: 50px;
    margin: 0px auto;
    cursor: pointer;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.profile-subvrpic {
    width: 50px;
    height: 50px;
    background: #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
}

.vrtitle h1 {
    font-weight: 700;
    color: #0573c0;
    font-size: 13px;
    margin-left: 14px;
    margin-bottom: 15px;
    margin-top: 5px;
}



.vgroup {
    position: relative;
    color: #000;
    border-bottom: 1px solid #F1F1F1;
    padding: 8px 0;
}

    .vgroup:hover {
        background: #F3F3F3;
        cursor: pointer;
    }

    .vgroup.active {
        background: #F3F3F3;
    }

    .vgroup h2 {
        font-size: 17px;
        margin: 0px;
        font-weight: normal;
        width: 425px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
        color: #000000;
        line-height: normal;
        cursor: pointer;
    }

        .vgroup h2:hover {
            color: #BD1E2C;
        }

    .vgroup .group-icon {
        height: 140px;
        width: 140px;
        float: left;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

.leftvgroup {
    position: relative;
    color: #000;
    border-bottom: 1px solid #d3d2d2;
    border-top: 1px solid #fff;
    padding: 8px 0;
    font-weight: 700;
}

    .leftvgroup .selected {
        color: #bd1e2c;
    }

    .leftvgroup:first-child {
        border-top: 0px solid #fff;
    }

    .leftvgroup:last-child {
        border-bottom: 0px solid #fff;
        margin-bottom: 20px;
    }

    .leftvgroup .margauto {
        margin: 0px auto;
        width: 140px;
    }


/*-------------------------*/
.gusers-list {
    width: 300px;
    height: 100vh;
    float: left;
    padding: 20px;
    border-right: 1px solid #ededed;
}

.gusers-activity {
    width: calc(100% - 300px);
    height: 95vh;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 10px;
}

.gusers-activity_duplicate {
    width: calc(100% - 600px);
    height: 95vh;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 10px;
}

.gusers-list .listgroup-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    margin-right: 10px;
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
/*-------------------------*/

.leftvgroup .listgroup-icon {
    width: 60px;
    height: 60px;
    float: left;
    margin-bottom: 5px;
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    margin-left: 80px;
    border: 3px solid #fff;
}

.urgroup .operations {
    border: 1px solid #4a4a4a;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    margin-top: 7px;
    margin-right: 10px;
    color: #4a4a4a;
    transition: all 1s ease;
    cursor: pointer;
}

.urgroup strong {
    color: #ba0b3a;
    font-weight: 400;
    margin-right: 5px;
}

.urgroup .operations .fa-ban {
    font-size: 17px;
    margin-top: 4px;
}

.urgroup .operations:hover {
    color: #fff;
    background: #0573c0;
    transition: all 1s ease;
    cursor: pointer;
    border: 1px solid #0573c0;
}

.urgroup .operations-selected {
    color: #fff;
    background: #0573c0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
    margin-right: 10px;
}

.urgroup .operationbdr {
    border-right: 1px solid #e1e1e1;
    height: 40px;
    width: 1px;
    margin-right: 10px;
}

.vgroup-pic {
    width: 35px;
    height: 35px;
    background: #3C3C3C;
    position: absolute;
    top: 8px;
    left: 15px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-left: 4px solid #bd1e2c;
}

    .vgroup-pic .selected {
        border-left: 4px solid #0573c0;
    }

.user-default {
    background: url(../images/user-default.png) no-repeat !important;
    background-size: cover !important;
}

.userslistdiv {
    padding: 5px;
    border-bottom: 0px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eec7ca;
}

    .userslistdiv:hover {
        background: #ededed;
        cursor: pointer;
    }

    .userslistdiv.active {
        background: #EFEFEF;
    }

    .userslistdiv h4 {
        font-size: 13px;
        margin: 0px;
        font-weight: normal;
        line-height: normal;
        padding-right: 40px;
    }

    .userslistdiv h3 {
        font-size: 12px;
        margin: 0px;
        margin-top: 5px;
        font-weight: normal;
        color: #b9b9b9;
    }



.vgroup .lineheight16 {
    line-height: 14px;
}

.sel-group h1 {
    font-weight: 700;
    color: #000000;
    font-size: 13px;
    margin: 0px;
    margin-bottom: 4px;
}

.sel-group .users-title .textbox {
    margin-top: 7px;
    position: absolute;
    right: -7px;
    top: 25px;
    background: #fff;
    padding: 5px 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.51);
    border-bottom: 1px solid #16265F ;
    height: 45px;
}

    .sel-group .users-title .textbox:before {
        content: "";
        border-bottom: 8px solid #fff;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        position: absolute;
        top: -8px;
        right: 10px;
        z-index: 10;
    }

.sel-group .users-title .fa {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin-top: 6px;
    background: #bd1e2c;
    padding: 4px 5px;
}

    .sel-group .users-title .fa:hover {
        background: #0573c0;
    }

.vg-userslist {
    cursor: pointer;
    transition: all 1s ease;
    margin-bottom: 10px;
    border-bottom: 1px solid #F7F7F7;
    /*padding-bottom: 10px;*/
}

    .vg-userslist:hover {
        background: #ededed;
        cursor: pointer;
        transition: all 1s ease;
    }

.sel-group .users-title .textbox input[type="text"] {
    outline: none;
    border: 1px solid #E8E8E8;
    padding: 6px 7px;
    font-size: 12px;
    width: 200px;
    font-weight: 400;
}

.users-title {
    position: relative;
    border-bottom: 4px solid #bd1e2c;
    width: 100%;
    float: left;
    font-weight: 700;
    color: #bd1e2c;
    margin-top: 20px;
}

    .users-title span {
        float: left;
        margin-top: 7px;
    }

.owner-title {
    position: relative;
    border-bottom: 4px solid #0573c0;
    width: 100%;
    float: left;
    font-weight: 700;
    color: #0573c0;
}

.guserslist {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 67vh;
}

.dropdownAuto {
    width: 200px;
    background: #fff;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    background: #fff;
    /*top:20px;
    left:0px;*/
    z-index: 9999;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.18);
    padding: 10px;
}

    .dropdownAuto .p-pic {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .dropdownAuto .autofillitem {
        margin-bottom: 5px;
        border-bottom: 1px solid #efefef;
    }

    .dropdownAuto .user-name {
        width: 120px;
        font-size: 13px;
        font-weight: 400;
        color: #000;
    }

    .dropdownAuto .email-name {
        width: 120px;
        font-size: 11px;
        font-weight: 400;
        color: #A0A0A0;
    }

    .dropdownAuto .row {
        margin-bottom: 5px;
        cursor: pointer;
    }

        .dropdownAuto .row:hover {
            background: #f7f7f7;
            margin-bottom: 5px;
        }

/*----------------Add New Group-------------*/

.user-innerscrl {
    height: 82vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 0px;
}

    .user-innerscrl .form-group {
        margin-bottom: 15px;
        overflow: hidden;
    }

    .user-innerscrl .fa-check-circle {
        color: #0573c0;
        font-size: 20px;
        cursor: pointer;
        margin-top: 1px;
    }

    .user-innerscrl .fa-circle-o {
        color: #0573c0;
        font-size: 20px;
        cursor: pointer;
    }

.border-bottom {
    border-bottom: 4px solid #ededed;
}

.user-bdrpadtop {
    border-top: 3px solid #DCDCDC;
    padding-top: 7px;
    background: #E2E2E2;
    height: 50px;
}

.addnewgroup .header {
    border-radius: 0px;
    color: #979d9d;
    margin: 0px;
    font-size: 14px;
    padding: 0px 10px;
    background: #e0e0e0;
    border: 0px;
    height: 50px;
    font-weight: 700;
    line-height: 50px;
}

.addnewgroup input[type="text"] {
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding: 0px 5px;
    height: 40px;
    line-height: 40px;
    transition: all 1s ease;
    background: #FFFFFF;
    font-size: 13px;
    color: #000;
    outline: none;
    width: 100%;
    border-bottom: 3px solid #e0e0e0;
    margin-bottom: 20px;
}

    .addnewgroup input[type="text"]::-webkit-input-placeholder, .addnewgroup input[type="text"]:-moz-placeholder, .addnewgroup input[type="text"]::-moz-placeholder, .addnewgroup input[type="text"]:-ms-input-placeholder {
        color:#000
    }

/*.addnewgroup input[type="text"]:focus {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
        transition: all 1s ease;
    }*/

.addnewgroup textarea {
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding: 0px 5px;
    height: 40px;
    line-height: 18px;
    transition: all 1s ease;
    background: #FFFFFF;
    font-size: 13px;
    color: #000;
    outline: none;
    width: 100%;
    border-bottom: 3px solid #e0e0e0;
    margin-bottom: 20px;
    min-height: 90px;
    resize: none;
}

.usercenter_right .bdrpadtop {
    border-top: 4px solid #d2d2d2;
    padding-top: 6px;
    background: #e0e0e0;
    height: 50px;
}

.addnewgroup .startdate {
    padding: 0px;
    padding-right: 10px;
    margin-top: 10px;
}

.addnewgroup .enddate {
    padding: 0px;
    margin-top: 10px;
}
/*----------------Add New Group-------------*/


/*----------------Card Admin------------*/
#div_AllUsersView {
    overflow-y: auto;
    overflow-x: hidden;
    height: 95vh;
}

.usersview {
    background: #fff;
    text-align: center;
    margin: 10px 20px;
    padding: 12px 10px;
    box-shadow: 0px 0px 10px rgba(152, 152, 152, 0.18);
    width: 180px;
    height: 180px;
    float: left;
    transition: all 1s ease;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #0573c0;
}

.boxcaption {
    float: left;
    position: absolute;
    background: #0573c0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: all 1s ease;
    line-height: 30px;
}

.useroperations{
    width: 30px;
    float: left;
    background: #BA0B3A;
    position: absolute;
    top: 50px;
    padding: 0px 0px;
    right: 0px;
    color: #FBE8E8;
}

    .useroperations .fa:hover {
        color: #fff !important;
    }

.usersview .btn {
    display: inline-block;
    cursor: pointer;
    line-height: 0px;
    text-align: center;
    float: left;
    width: 100%;
    border-bottom: 1px solid #960a16;
    font-size: 13px;
    transition: all 1s ease;
}

.boxcaption:hover {
    background: #ba0b3a;
    transition: all 1s ease;
}

.captionfull .boxcaption {
    top: 150px;
    right: 0;
}

.usersview .online {
    position: absolute;
    right: 5px;
    top: 0;
    color: #06be58;
}

.usersview .bottom .fa-ellipsis-v {
    font-size: 18px;
    color: #fff;
}

.avatar img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.usersview .info {
    padding: 0px 8px 10px;
}

    .usersview .info .title {
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 1;
        color: #BA0B3A;
        vertical-align: middle;
        margin-top: 8px;
    }

    .usersview .info .desc {
        font-size: 12px;
        color: #737373;
        word-wrap: break-word;
        line-height: 15px;
        min-height: 45px;
    }




/*----------------Card Admin------------*/

/*----------------User Registration------------*/
.user-registerbx .header {
    border-radius: 0px;
    color: #979d9d;
    margin: 0px;
    font-size: 14px;
    padding: 0px 10px;
    background: #e0e0e0;
    border: 0px;
    height: 50px;
    font-weight: 700;
    line-height: 50px;
    position: relative;
}

.user-registerbx .form-control {
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding: 0px 5px;
    height: 40px;
    line-height: 40px;
    transition: all 1s ease;
    background: #FFFFFF;
    font-size: 13px;
    color: #000;
    outline: none;
    width: 100%;
    border-bottom: 3px solid #e0e0e0;
}

.user-registerbx .fa-calendar {
    position: absolute;
    right: 16px;
    top: 23px;
    z-index: 99;
    background: #F2F2F2;
    padding: 10px;
    color: #C1C1C1;
    cursor: pointer;
}

.user-registerbx .form-group {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 12px;
}

    .user-registerbx .form-group .rgcheck span {
        margin-right: 20px;
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .user-registerbx .form-group .rgcheck .fa {
        font-size: 20px;
        float: left;
        margin-right: 5px;
        cursor: pointer;
        color: #e0e0e0;
    }

    .user-registerbx .form-group .rgcheck .fa-check-circle {
        color: #0573c0;
    }

.user-registerbx .btn-save {
    background: #bd1e2c;
    border: none;
    border-radius: 0;
    outline: none;
    margin: 0px 0px 0px 0px;
    color: #fff;
    padding: 5px;
    transition: all 1s ease;
}

    .user-registerbx .btn-save:hover {
        background: #3c3c3c;
        transition: all 1s ease;
    }
/*----------------User Registration------------*/



/*----------------chat------------*/
.boschatbx h1 {
    font-size: 14px;
    margin: 0px;
}

.boschatbx .panel-heading {
    background: #3C3C3C;
    border-radius: 0px;
    color: #fff;
    border-bottom: 4px solid #000;
}

.boschat {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .boschat li {
        border-bottom: 1px solid #F1F1F1;
        list-style-type: none;
        padding-top: 7px;
        padding-right: 5px;
        padding-left: 5px;
    }

        .boschat li:nth-child(odd) {
            background: #fff;
        }

        .boschat li .chat-body p {
            margin-top: 5px;
            padding: 0px;
            color: #777777;
        }

.boschatbx .chat-pimg {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.boschatbx .chat-pimgright {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.boschatbx .slidedown .fa, .boschat .fa {
    margin-right: 5px;
    margin-left: 5px;
}

.chatpanel-body {
    overflow-y: auto;
    height: 84vh;
    overflow-x: hidden;
    padding: 10px 5px;
}

.boschatbx .panel-footer {
    background: none;
}

.boschatbx .panel-footer {
    padding: 5px 15px;
}

.boschatbx .btn-send {
    color: #fff;
    background-color: #BD1E2C;
    border-color: #BD1E2C;
    transition: all 1s ease;
}

    .boschatbx .btn-send:hover {
        color: #fff;
        background-color: #3C3C3C;
        border-color: #3C3C3C;
        transition: all 1s ease;
    }

.boschatbx .form-control {
    border-radius: 0px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 0px #f2f2f2;
    font-size: 13px;
    padding: 13px 10px;
    box-sizing: border-box;
    transition: all 1s ease;
}

    .boschatbx .form-control:focus {
        box-shadow: 0px 2px 0px #f2f2f2;
        border: 1px solid #BD1E2C;
        box-sizing: border-box;
        padding: 13px 10px;
        transition: all 1s ease;
    }

.boschatbx .dropdown-menu {
    background: #626262;
    border-radius: 0px;
    margin-top: 10px;
    padding: 0px;
    border: 0px;
    min-width: 120px;
}

    .boschatbx .dropdown-menu:before {
        content: "";
        border-bottom: 10px solid #626262;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: -10px;
        right: 5px;
        z-index: 10;
    }


    .boschatbx .dropdown-menu li {
        color: #dddddd;
        padding: 5px 10px;
        border-bottom: 1px solid #717171;
        cursor: pointer;
        transition: all 1s ease;
    }

        .boschatbx .dropdown-menu li:last-child {
            border-bottom: none;
        }

        .boschatbx .dropdown-menu li:hover {
            background: #b9b9b9;
            color: #fff;
            transition: all 1s ease;
        }

.boschatbx .chat-opbtn {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
    transition: all 1s ease;
    border-radius: 50%;
    height: 24px;
    width: 24px;
}

    .boschatbx .chat-opbtn:hover {
        color: #000;
        background-color: transparent;
        border-color: #D7D7D7;
        transition: all 1s ease;
    }
/*----------------chat------------*/

/*----------------activity------------*/
.activitydiv {
    margin-top: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    margin-left: 20px;
}

    .activitydiv .titlefrom {
        font-weight: 700;
        font-size: 13px;
        color: #bd1e2c;
    }

    .activitydiv .titleact {
        color: #0573c0;
        margin-left: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 90%;
        font-weight: 700;
    } 

    .activitydiv h5 {
        font-size: 13px;
        font-weight: 400;
        margin: 0px;
        margin-bottom: 5px;
    }

    .activitydiv .magleft75 {
        margin-left: 55px;
    }

    .activitydiv .acti-tooltip {
        display: none;
    }

    .activitydiv .titleact:hover + .acti-tooltip {
        display: block;
        width: 280px;
        height: auto;
        background: #ededed;
        position: absolute;
        top: 28px;
        z-index: 99;
        padding: 10px;
        left: 65px;
        border-bottom: 4px solid #bd1e2c;
    }

        .activitydiv .titleact:hover + .acti-tooltip:before {
            content: "";
            border-bottom: 10px solid #ededed;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            position: absolute;
            top: -10px;
            left: 15px;
            z-index: 10;
        }
@media (max-height:780px) {
    .guserslist {
        height:49vh;
    }
}
/*----------------activity------------*/

@media (max-width:1024px) {
    /*.vgtop_leftheader_band {
        width:auto;
    }*/
    .vgroup .group-icon {
        width: 120px;
        height: 120px;
    }

    .vgroup h2 {
        width: 350px;
    }
}

@media (max-width: 991px) {
    .center_fullpane {
        padding-left: 0px;
    }

    .vgtop_leftheader_band ul {
        padding-left: 39px;
    }

    .userleft_pane {
        margin-left: 0px;
    }

    .usercenter_left {
        width: calc(100% - 195px);
    }
}

@media (max-width:768px) {
    .vgroup .group-icon {
        width: 100px;
        height: 100px;
    }

    .vgroup h2 {
        width: 200px;
    }

    .vgroup .mrgright50 {
        margin-right: 0px;
        margin-left: 10px;
        margin-top: 5px;
    }
}
