html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

img {
    max-width: 100%;
}

.login {
    width: 100%;
    max-width: 300px;
    height: 410px;
    left: 50%;
    top: 50%;
    margin: -205px auto auto -150px;
    position: absolute;
}

    .login img {
        display: block;
        margin: 20px auto;
    }

    .login input {
        border: 0;
        box-shadow: none;
        margin-bottom: 0;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    .login .username {
        background: url(/Images/NewImg/img/user.png) no-repeat 0px 50%;
        padding-left: 25px;
        border-bottom: 1px solid #c9d1d9;
        margin-bottom: 10px;
    }

    .login .password {
        background: url(/Images/NewImg/img/password.png) no-repeat 0px 50%;
        padding-left: 25px;
        border-bottom: 1px solid #c9d1d9;
        margin-bottom: 10px;
    }

    .login input[type=button] {
        border: 0px;
        background: #4aa1d7;
        border-radius: 2px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        text-transform: uppercase;
        width: 100%;
        margin: 10px 0;
    }

    .login a {
        color: #4aa1d7;
    }

        .login a.create {
            float: right;
            color: #fea301;
            text-transform: uppercase;
            font-weight: 700;
        }


input[type=button] {
    cursor: pointer;
}

.header-top {
    border-top: 5px solid #fea301;
    padding: 15px 0;
    border-bottom: 1px solid #c2ceda;
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
}

    .header-top .profile {
        width: 292px;
        vertical-align: top;
        padding-right: 0;
    }

.topme > div {
    padding-left: 0;
}

.profile .pro-img:before {
    width: 11px;
    height: 11px;
    background: #05ca00;
    border: 2px solid #fff;
    content: "";
    position: absolute;
    bottom: 2px;
    right: 2px;
    border-radius: 100%;
}

.profile .pro-img.offline:before {
    background: #969696;
}

.profile .pro-img.away:before {
    background: #ff6600;
}

.profile .pro-img.disturb:before {
    background: #F00;
}

.profile .group .pro-img:before {
    display: none;
}

.profile .pro-img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    border-radius: 100%;
    position: relative;
}

    .profile .pro-img img {
        border-radius: 100%;
        height: 100%;
        width: 100%;
    }

.clsSingleUserClick {
    border: 0.5px solid #d1d1d1;
}

.profile .pro-details {
    overflow: hidden;
    padding: 12px 0 0;
    line-height: 13px;
    height: 46px;
    position: relative;
}

    .profile .pro-details span {
        display: block;
        font-size: 0.875em;
        color: #464e56;
    }

.profile a.unread .pro-details span {
    color: #fea301;
    font-weight: 700;
}

    .profile a.unread .pro-details span.badge {
        position: absolute;
        right: 0;
        background: #fff;
        height: 25px;
        width: 25px;
        border-radius: 100%;
        text-align: center;
        line-height: 25px;
        color: #fea301;
        font-size: 0.75rem;
        top: 12px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
    }

.profile .pro-details label, .profile .pro-details a {
    font-style: italic;
    font-size: 0.75em;
    color: #69737d;
}

.sidelogo {
    float: right;
    margin: 0 15px;
}

ul.menu-top {
    margin: 0;
    float: left;
}

    ul.menu-top li {
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        font-size: 0.75em;
        padding: 12px 0;
        padding-right: .6em;
    }

        ul.menu-top li > ul:before {
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #4aa1d7;
            content: "";
            position: absolute;
            right: 50%;
            margin-right: 25px;
            bottom: 100%;
        }

        ul.menu-top li > ul {
            position: absolute;
            width: 170px;
            top: 100%;
            left: 50%;
            display: none;
            margin-left: -75px;
            background: #4aa1d7;
            padding: 10px;
        }

        ul.menu-top li:hover > ul {
            display: block;
        }

        ul.menu-top li > ul li {
            display: block;
            padding: 0;
            color: #fff;
        }

            ul.menu-top li > ul li a {
                color: #fff;
                padding: 5px;
                display: block;
            }

            ul.menu-top li > ul li:hover a {
                background: #6eb4df;
                display: block;
                color: #fff;
            }

        ul.menu-top li a {
            color: #464e56;
        }

        ul.menu-top li.active > a, ul.menu-top li:hover > a {
            color: #4aa1d7;
        }

.profile.left .pro-img:before, .header-top .pro-img:before {
    display: none;
}

.profile.left .pro-img > a.menus, .header-top .pro-img > a.menus {
    position: absolute;
    height: 14px;
    width: 14px;
    background: #05ca00;
    bottom: 0;
    right: 0;
    border: 2px solid #fff;
    border-radius: 100%;
}

    .profile.left .pro-img > a.menus.offline, .header-top .pro-img > a.menus.offline {
        background: #969696;
    }

    .profile.left .pro-img > a.menus.away, .header-top .pro-img > a.menus.away {
        background: #ff6600;
    }

    .profile.left .pro-img > a.menus.disturb, .header-top .pro-img > a.menus.disturb {
        background: #F00;
    }

    .profile.left .pro-img > a.menus + ul, .header-top .pro-img > a.menus + ul {
        background: #fff;
        border: 1px solid #ddd;
        left: 100%;
        margin: 0;
        padding: 6px 10px;
        position: absolute;
        top: 100%;
        width: 160px;
        z-index: 2147483647;
        display: none;
    }

        .profile.left .pro-img > a.menus + ul li, .header-top .pro-img > a.menus + ul li {
            display: block;
            font-size: .75em;
        }

            .profile.left .pro-img > a.menus + ul li:before, .header-top .pro-img > a.menus + ul li:before {
                background: #05ca00 none repeat scroll 0 0;
                border-radius: 100%;
                content: "";
                float: left;
                height: 10px;
                margin-right: 10px;
                margin-top: 5px;
                width: 10px;
            }

            .profile.left .pro-img > a.menus + ul li.offline:before, .header-top .pro-img > a.menus + ul li.offline:before {
                background: #969696;
            }

            .profile.left .pro-img > a.menus + ul li.away:before, .header-top .pro-img > a.menus + ul li.away:before {
                background: #ff6600;
            }

            .profile.left .pro-img > a.menus + ul li.disturb:before, .header-top .pro-img > a.menus + ul li.disturb:before {
                background: #F00;
            }

@media screen and (min-width:1024px) {
    .header-top > div {
        display: table;
    }

        .header-top > div > div, .header-top > div > img {
            display: table-cell;
        }
}

.search {
    width: 100%;
    border: 1px solid #c2ceda;
    border-radius: 2px;
    float: left;
    margin: 5px 0;
    background: #f5f7fb;
}

    .search select {
        width: 30%;
        float: left;
        border: 0;
        margin: 0;
        border-right: 1px solid #c2ceda;
    }

.search-input {
    display: inline-block;
    width: 70%;
    position: relative;
    float: right;
}

    .search-input #searchingDiv input[type=text] {
        border: 0;
        box-shadow: none;
        margin: 0;
        background: none transparent;
        color: #69737d;
        font-size: 0.875em; padding-right:56px;
        font-style: italic;
    }

        .search-input #searchingDiv input[type=text]:-ms-input-placeholder, .search-input #searchingDiv input[type=text]::-moz-placeholder, .search-input #searchingDiv input[type=text]:-moz-placeholder, .search-input #searchingDiv input[type=text]::-webkit-input-placeholder {
            color: #69737d;
        }

    .search-input #searchingDiv input[type=button] {
        background: url(/Images/NewImg/img/search-icon.png) no-repeat center;
        border: 0;
        position: absolute;
        right:10px;
        top: 7px;
        height: 17px;
        width: 17px;
    }

.off-canvas-wrap {
    clear: both;
}

.left-navigation {
    padding: 0;
    background: #f5f7fb;
    border-right: 1px solid #c2ceda;
}

.ad-space {
    padding: 0;
}

.ad-space, .chat-screen, .schedule, .left-navigation {
    padding-top: 86px;
    height: 100%;
}

.logo-space {
    padding: 24px 15px;
}

.ui-slider-tabs-list-container {
    margin: 0 !important;
    margin-right: 68px !important;
}

.ui-slider-tabs-list {
    background: #fe7e01;
}

    .ui-slider-tabs-list li {
        font-size: 1em;
        font-weight: 700;
        position: relative;
        border: 0;
    }

    .ui-slider-tabs-list .tab-title > a, .ui-slider-tabs-list .tab-title.selected a {
        color: #fff;
        background: #fea301;
        font-weight: 400;
        text-shadow: none;
    }

        .ui-slider-tabs-list dd > a:hover, .ui-slider-tabs-list .tab-title > a:hover {
            color: #fff;
            background: #fea301;
        }

    .ui-slider-tabs-list li.tab-title.selected:before {
        position: absolute;
        bottom: -1px;
        margin-left: -4px;
        left: 50%;
        content: "";
        background: url(../../Images/NewImg/img/tab-arrow.png) no-repeat;
        width: 14px;
        height: 9px;
        z-index: 999;
    }

.all-menu ul li a span.drop-arrow {
    display: inline-block;
    background: url(../../Images/NewImg/img/sprite-icons.png) no-repeat -47px 0;
    width: 14px;
    height: 8px;
}

.ui-slider-tab-content {
    padding: 0;
}

.ui-slider-left-arrow:hover, .ui-slider-right-arrow:hover, .ui-slider-left-arrow, .ui-slider-right-arrow, .ui-slider-left-arrow.edge:hover, .ui-slider-right-arrow.edge:hover {
    top: -20px;
    right: auto;
    left: 20px;
    background: url(../../Images/NewImg/img/right.png) no-repeat center;
    border: 0;
    box-shadow: none;
    height: 14px !important;
    width: 14px !important;
}

    .ui-slider-left-arrow.edge:hover, .ui-slider-left-arrow, .ui-slider-left-arrow.edge {
        left: 5px;
        background: url(../../Images/NewImg/img/left.png) no-repeat center;
    }

.tab-wrapper {
    position: relative;
}

.all-menu {
    position: absolute;
    right: 0;
    z-index: 100;
}

    .all-menu ul {
        margin: 0;
    }

        .all-menu ul li {
            display: block;
            position: relative;
        }

            .all-menu ul li a {
                background: #fe7e01;
                color: #fff;
                line-height: 42px;
                padding: 0 16px;
                display: block;
            }

            .all-menu ul li > ul {
                display: none;
                position: absolute;
                right: 0;
            }

            .all-menu ul li:hover > ul {
                display: block;
            }

.left-navigation .accordion {
    margin: 0;
}

.left-navigation .tabs-content > .content {
    padding: 0;
    border-top: 1px solid #fff;
}

.accord-heading {
    background: #4aa1d7;
    color: #fff;
    font-size: 1em;
    line-height: 1em;
    position: relative;
    padding: 15px 20px;
}

    .accord-heading label {
        overflow: hidden;
        display: block;
        color: #16425e;
        font-size: 0.8125em;
        color: #fff;
    }

        .accord-heading label span {
            display: block;
            color: #16425e;
        }

            /*.alphabet_search label span.spncnt_2 {
    margin-top: 0px;
}*/

            .accord-heading label span a {
                color: #16425e;
            }

.alphabet_search label span {
    margin-top: 11px;
}

.left-navigation a.accordion-toggle {
    width: 13px;
    height: 8px;
    background: url(../../Images/NewImg/img/sprite-icons.png) no-repeat -63px -8px;
    position: absolute;
    top: 24px;
    z-index: 1111;
    right: 16px;
    padding: 0;
}

    .left-navigation a.accordion-toggle:hover {
        background: url(../../Images/NewImg/img/sprite-icons.png) no-repeat -63px -8px;
    }

.accordion .accordion-navigation.active > a.accordion-toggle, .accordion dd.active > a.accordion-toggle {
    background: transparent url(../../Images/NewImg/img/sprite-icons.png) no-repeat -63px 0;
}

.accordion .accordion-navigation {
    position: relative;
}

.left-navigation .accordion .accordion-navigation > .content, .left-navigation .accordion dd > .content {
    padding: 0;
}

    .left-navigation .accordion .accordion-navigation > .content ul.profile, .left-navigation .accordion dd > .content ul.profile {
        margin: 0;
        list-style: none;
    }

        .left-navigation .accordion .accordion-navigation > .content ul.profile li a, .left-navigation .accordion dd > .content ul.profile li a {
            padding: 9px 18px;
            display: block;
            background: #f5f7fb;
            border-bottom: 1px solid #c2ceda;
            transition: all ease 0.5s;
        }

        .left-navigation .accordion .accordion-navigation > .content ul.profile li:hover a, .left-navigation .accordion dd > .content ul.profile li:hover a {
            background: #e0e5ec;
        }

.left-navigation .overview, .left-navigation .viewport {
    width: 100% !important;
}

.left-navigation .scrollable.default-skin {
    height: 200px;
    width: 100%;
    padding: 0;
}

.left-navigation .scrollable .scroll-bar.vertical {
    z-index: 2;
    right: 10px;
}

.left-navigation .scrollable.default-skin .scroll-bar.vertical {
    width: 3px;
    background: #fff;
}

.left-navigation .scrollable.default-skin .scroll-bar .thumb {
    background: #4aa1d7;
    opacity: 1;
}

.tabs-content {
    margin-bottom: 0;
}

.broadcast-chat-area {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
}

.chat-area {
    height: 100%;
    padding-top: 162px;
    padding-bottom: 102px;
}

.overflow-chat {
    height: 100%;
    overflow-y: scroll;
    position: relative;
}

.chat-screen, .schedule {
    overflow: hidden;
    position: relative;
}

.chat-input, .group-members {
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
}

.group-members {
    border-bottom: 1px solid #c2ceda;
}

.chat-input {
    border-top: 1px solid #c2ceda;
    bottom: 0;
    top: auto;
    height: auto;
}

.chat-area.single {
    padding-top: 90px;
}

.chats {
    width: 100%;
    padding: 5px 35px;
}

    .chats .profile-image {
        float: left;
        width: 70px;
        height: 70px;
        margin-right: 20px;
        border-radius: 100%;
    }

        .chats .profile-image img {
            border-radius: 100%;
            width: 70px;
            height: 70px;
        }

    .chats .chat-content {
        overflow: hidden;
        padding-left: 15px;
    }

        .chats .chat-content .chat:before {
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-right: 15px solid #4aa1d7;
            content: "";
            position: absolute;
            top: 15px;
            right: 100%;
        }

        .chats .chat-content .chat {
            border-radius: 5px;
            word-wrap: break-word;
            padding: 10px 15px 26px;
            position: relative;
            background: #4aa1d7;
            min-height: 62px;
            color: #fff;
            font-size: 1em;
        }

            .chats .chat-content .chat img.fileDim {
                width: 100px;
                height: 100px;
            }

            .chats .chat-content .chat .action-icons {
                width: 100%;
                height: 21px;
                text-align: right;
                position: absolute;
                bottom: 2px;
                left: 0;
                padding-right: 18px;
            }

                .chats .chat-content .chat .action-icons a {
                    width: 14px;
                    height: 14px;
                    display: inline-block;
                    background: url(../../Images/NewImg/img/sprite-icons.png) no-repeat;
                    margin-left: 5px;
                }

                    .chats .chat-content .chat .action-icons a.delete {
                        background-position: -82px 0;
                    }

                    .chats .chat-content .chat .action-icons a.edit {
                        background-position: -31px 0;
                    }

                    .chats .chat-content .chat .action-icons a.pin {
                        background-position: -96px 0;
                    }

        .chats .chat-content .time {
            font-size: 0.75em;
            color: #646464;
            padding-top: 5px;
            width: 100%;
            float: left;
        }

    .chats.reply .profile-image {
        float: right;
        margin-right: 0;
        margin-left: 20px;
    }

    .chats.reply .chat-content {
        padding-left: 0;
        padding-right: 15px;
    }

        .chats.reply .chat-content .chat:before {
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 15px solid #fea301;
            right: auto;
            left: 100%;
            border-right: 0;
        }

        .chats.reply .chat-content .chat {
            background: #fea301;
            width: 100%;
        }

        .chats.reply .chat-content .time {
            text-align: right;
        }

.chat-input form {
    padding: 24px;
    width: 100%;
    float: left;
}

    .chat-input form .input {
        background: #e1e6ed;
        border: 1px solid #4aa1d7;
        width: 100%;
        position: relative;
    }

        .chat-input form .input textarea {
            background: none transparent;
            margin-bottom: 0;
            height: 25px;
            line-height: 25px;
            padding: 10px 100px 10px 92px;
            box-shadow: none;
            border-radius: 2px;
            height: 51px;
            border: 0;
            resize: none;
        }

        .chat-input form .input > a {
            background: url(../../Images/NewImg/img/sprite-icons.png) no-repeat 0 0;
            width: 25px;
            left: 15px;
            height: 25px;
            position: absolute;
            top: 50%;
            margin-top: -12px;
        }

        .chat-input form .input a.attach {
            background-position: -258px 0;
            left: 54px;
            height: 28px;
            width: 23px;
        }

        .chat-input form .input input[type=submit] {
            position: absolute;
            top: 50%;
            margin-top: -15px;
            right: 21px;
            height: 30px;
            background: #4aa1d7;
            color: #fff;
            text-transform: uppercase;
            border: 0;
            border-radius: 5px;
            padding: 0 18px;
            line-height: 30px;
        }

.ad-space {
    float: right;
    background: #fafafa;
    border-left: 1px solid #c2ceda;
    width: 15%;
    padding: 0;
}

.jcarousel {
    padding: 11px 36px 20px;
    display: block;
    clear: both;
}

    .jcarousel .profile {
        border-right: 1px solid #c2ceda;
    }

        .jcarousel .profile .pro-img::before {
            width: 15px;
            height: 15px;
            right: 0;
            bottom: -2px;
        }

        .jcarousel .profile .pro-img {
            display: block;
            margin: 0 auto;
            float: none;
        }

        .jcarousel .profile .pro-details {
            display: block;
            text-align: center;
        }

label.group-info {
    display: block;
    width: 100%;
    float: left;
    padding: 15px 35px 0 76px;
    color: #69737d;
    font-size: 0.875em;
    font-weight: 700;
    position: relative;
}

    label.group-info .pro-img {
        position: absolute;
        left: 35px;
        top: 11px;
        border-radius: 100%;
        height: 30px;
        width: 30px;
    }

        label.group-info .pro-img img {
            width: 30px;
            height: 30px;
            border-radius: 100%;
        }

        label.group-info .pro-img a {
            position: absolute;
            height: 100%;
            width: 100%;
            background: rgba(0,0,0,0.7);
            border-radius: 100%;
            transform: scale(0);
            -o-transform: scale(0);
            -ms-transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            transition: transform ease 0.5s;
            left: 0;
            top: 0;
        }

            label.group-info .pro-img a img {
                position: absolute;
                left: 50%;
                margin-left: -6px;
                top: 50%;
                margin-top: -6px;
                width: 12px;
                height: 12px;
            }

        label.group-info .pro-img:hover {
            cursor: pointer;
        }

            label.group-info .pro-img:hover a {
                -ms-transform: scale(1);
                -moz-transform: scale(1);
                -webkit-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
            }

.slick-prev, .slick-next {
    background: transparent url(../../Images/NewImg/img/sprite-icons.png) no-repeat -148px 0;
    padding: 0;
    width: 16px;
    height: 28px;
    box-shadow: none;
    position: absolute;
    font-size: 0;
    top: 50%;
    margin-top: -14px;
}

    .slick-prev:focus, .slick-next:focus, .slick-prev:hover, .slick-next:hover {
        background-image: url(../../Images/NewImg/img/sprite-icons.png);
        background-color: transparent;
    }

.slick-next {
    background-position: -166px 0;
    right: 17px;
}

label.group-info a {
    color: #4aa1d7;
    font-weight: 400;
}

.jcarousel .slick-dots {
    display: none !important;
}
/*.topme{overflow:hidden;}*/

.search-toggle {
    display: none;
    background: url(../../Images/NewImg/img/sprite-icons.png) no-repeat -127px 0;
    width: 20px;
    height: 20px;
    margin: 16px 0 14px;
    margin-right: -5px;
    float: right;
}

.user-menu-toggle {
    display: none;
    background: url(../../Images/NewImg/img/sprite-icons.png) no-repeat -189px 2px;
    width: 36px;
    height: 28px;
    float: left;
    margin-top: 10px;
}

.profile.left {
    display: none;
    width: 100%;
    padding: 17px 10px 18px 20px;
    border-bottom: 1px solid #bbc8d6;
}

a.top-menu-toggle {
    display: none;
    background: url(../../Images/NewImg/img/sprite-icons.png) no-repeat -231px -5px;
    width: 24px;
    height: 20px;
    float: right;
    margin-top: 15px;
}

.group-members > .user-list {
    width: 100%;
    float: left;
    opacity: 0;
    height: 0;
    transition: all ease .5s;
}

    .group-members > .user-list.active {
        opacity: 0;
        display: none !important;
        padding-bottom: 15px;
        height: auto;
    }

        .group-members > .user-list.active ul {
            display: block;
        }

    .group-members > .user-list ul {
        margin: 0 15px;
        display: none;
    }

    .group-members > .user-list li {
        float: left;
        margin: 5px;
        display: inline-block;
        color: #fff;
        font-size: 0.75em;
        border-radius: 5px;
        padding: 3px 10px;
        background: #05ca00;
    }

        .group-members > .user-list li a {
            display: inline-block;
            color: #fff;
        }

        .group-members > .user-list li.online {
            background: #05ca00;
        }

        .group-members > .user-list li.offline {
            background: #969696;
        }

        .group-members > .user-list li.away {
            background: #ff6600;
        }

        .group-members > .user-list li.disturb {
            background: #F00;
        }

        /*.group-members > .user-list li > a:last-child {
            float: right;
            margin-left: 5px;
        }*/
        .group-members > .user-list li > a.delete-group-user {float: right;
    font-size: 17px;
    height: 15px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    width: 14px;
        }
        label.delete-group-user-confirmation{text-align:center; border:1px solid #ddd; padding:10px;}
        label.delete-group-user-confirmation span{display:block; padding-top:5px;}
        label.delete-group-user-confirmation span a{background:#4aa1d7;color:#fff; padding:1px 10px; border-radius:2px; display:inline-block;}
.ui-slider-tabs-list-wrapper {
    margin: 0;
}

.schedule {
    padding: 110px 24px 0px;
}

.time-div {
    background: #f5f7fb;
    width: 100%;
    float: left;
}

    .time-div > div {
        width: 50%;
        float: left;
    }

        table tr.even, table tr.alt, table tr:nth-of-type(2n), .time-div > div table {
            background: none transparent;
            margin-bottom: 0;
        }

        .time-div > div table {
            border: 1px solid #c2ceda;
            border-bottom: 0;
        }

            .time-div > div table td {
                padding: 18px;
            }

            .time-div > div table tr > td {
                color: #4aa1d7;
                font-size: 1.125em;
            }

                .time-div > div table tr > td:first-child {
                    color: #69737d;
                    width: 35%;
                }

            .time-div > div table tr > td {
                border-bottom: 1px solid #c2ceda;
            }

        .time-div > div.time {
            background: #4aa1d7;
            padding: 22px;
            color: #fff;
            font-size: 1em;
        }

            .time-div > div.time label {
                font-size: 2em;
                margin: 0 0 1px;
                font-weight: 300;
                color: #fff;
                line-height: 1.3em;
            }

                .time-div > div.time label span {
                    font-weight: 700;
                }

.icons-div {
    width: 100%;
    float: left;
    padding: 15px 0;
}

    .icons-div > .icons {
        width: 33.33%;
        float: left;
        padding: 0 2.5em;
        margin: 1.5625em 0;
    }


.profile .pro-img {
    position: relative;
}

    .profile .pro-img span.delete {
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.7);
        border-radius: 100%;
        left: 0;
        top: 0;
        transform: scale(0);
        transition: transform ease 0.5s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }

        .profile .pro-img span.delete > img {
            position: absolute;
            left: 50%;
            margin-left: -8px;
            width: auto;
            height: auto;
            top: 50%;
            margin-top: -8px;
        }

    .profile .pro-img:hover {
        cursor: pointer;
    }

        .profile .pro-img:hover > span.delete {
            transform: scale(1);
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            -o-transform: scale(1);
            -moz-transform: scale(1);
        }


.group-members.chat-single {
    padding: 20px;
}

.schedule.profile {
    padding: 110px 0px 64px;
}

#divExternalAssociate .schedule.profile {
    padding: 90px 0px 0px;
}

.schedule.profile h2 {
    border-bottom: 1px solid #c2ceda;
    position: relative;
    padding-left: 30%;
    color: #4aa1d7;
    font-size: 1.875em;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 16px;
}

#divExternalAssociate .schedule.profile h2 {
    border-bottom: 1px solid #c2ceda;
    position: relative;
    padding-left: 30%;
    color: #4aa1d7;
    font-size: 1.875em;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 16px;
}

.schedule.profile h2 a {
    display: block;
    color: #4aa1d7;
    font-size: 0.9375rem;
}

.schedule.profile h2 .profile-pic {
    width: 181px;
    height: 181px;
    border: 1px solid #c2ceda;
    border-radius: 100%;
    bottom: -90px;
    position: absolute;
    left: 4%;
    padding: 15px;
    background: #fff;
}

    .schedule.profile h2 .profile-pic img {
        height: 100% !important;
        width: 100% !important;
        border-radius: 100%;
    }

    .schedule.profile h2 .profile-pic a {
        position: absolute;
        left: 15px;
        top: 15px;
        height: 150px;
        width: 150px;
        background: rgba(0,0,0,0.7);
        border-radius: 100%;
        transform: scale(0);
        transition: transform ease 0.5s;
    }

        .schedule.profile h2 .profile-pic a img {
            position: absolute;
            left: 50%;
            margin-left: -8px;
            top: 50%;
            margin-top: -8px;
            width: 16px;
            height: 16px;
        }

    .schedule.profile h2 .profile-pic:hover {
        cursor: pointer;
    }

        .schedule.profile h2 .profile-pic:hover a {
            transform: scale(1);
        }

.profile-details {
    clear: both;
    padding-left: 30%;
}

    .profile-details > .half {
        width: 50%;
        float: left;
        padding-right: 15px;
    }

        .profile-details > .half label {
            color: #69737d;
            font-size: 0.9375rem;
            font-weight: 700;
        }

        .profile-details > .half p {
            color: #4aa1d7;
            font-size: 0.9375rem;
            min-height: 24px;
        }

        .profile-details label + input, .profile-details > .half label + input {
            background: #f5f7fb;
            border: 1px solid #c2ceda;
            color: #4aa1d7;
            box-shadow: none;
        }

    .profile-details .buton-div {
        text-align: right;
    }

        .profile-details .buton-div input {
            background: #fea301;
            padding: 13px 30px;
            color: #464e56;
            border: 0;
            text-transform: uppercase;
            font-weight: 700;
            margin: 0 5px;
            height: 45px;
            border-radius: 0;
            border-radius: 2px;
        }

            .profile-details .buton-div input[type=reset] {
                background: #e0e5ec;
                margin-right: 15px;
            }

.other-forms > h2, .other-forms > .profile-details {
    padding-left: 20px;
    padding-right: 20px;
}

.other-forms input {
    width: 100%;
    max-width: 300px;
}

.other-forms .profile-details .buton-div {
    text-align: left;
    width: 100%;
    float: left;
    padding-top: 25px;
}

    .other-forms .profile-details .buton-div input {
        max-width: 120px;
    }

.other-forms .fullwidth {
    width: 100%;
    float: left;
}

.typing {
    padding: 5px 35px;
    width: 100%;
    color: #69737d;
    font-size: 0.60rem;
    line-height: 20px;
    background: #fff;
    position: absolute;
    bottom: 102px;
}

    .typing img {
        height: 15px;
        vertical-align: top;
    }

.smiles:before {
    border-top: 10px solid #4aa1d7;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 100%;
    content: "";
    position: absolute;
    left: 17px;
}

.smiles {
    max-width: 215px;
    min-height: 125px;
    position: absolute;
    left: -1px;
    bottom: 51px;
    padding: 13px 13px 25px;
    display: none;
    background: #4aa1d7;
    border: 1px solid #4aa1d7;
    border-radius: 5px 5px 0 0;
}

.outer_shtcd {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 20px;
    background: #4aa1d7;
    color: #fff;
    font-size: 0.75em;
}

#shtcd_lft {
    float: left;
    padding-left: 10px;
}

#shtcd {
    float: right;
    padding-right: 10px;
}

.schedule.filter {
    padding-left: 33px;
    padding-right: 0;
    padding-bottom: 0;
}

    .schedule.filter > div {
        padding-top: 26px;
    }

    .schedule.filter h1 {
        border-bottom: 1px solid #c2ceda;
        color: #fea301;
        font-weight: 300;
        padding-bottom: 20px;
        margin: 0;
    }

    .schedule.filter .col-3 {
        width: 30%;
        float: left;
    }

    .schedule.filter .col-9 {
        border-left: 1px solid #c2ceda;
        overflow: hidden;
        height: 100%;
        background: #f5f7fb;
    }

label.single-badge {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
    color: #fff;
    border-radius: 22px;
    height: 35px;
    width: 100%;
    float: none;
    max-width: 300px;
}

.single-badge > span {
    float: left;
    padding: 7px 0;
    width: 50%;
    overflow: hidden;
    border-radius: 0 22px 22px 0;
    background: #fea301;
}

    .single-badge > span.active {
        background: #fff;
        color: #fea301;
        border: 1px solid #fea301;
        padding: 6px 0;
    }

    .single-badge > span:first-child {
        border-radius: 22px 0 0 22px;
    }

.single-badge.center-align {
    float: none;
    display: block;
    margin: 0 auto 15px;
    padding: 7px 0;
    background: #fea301;
}

#PinMessageFilterSingle, #PinMessageFilterGroup, #FileMessageFilterSingle {
    clear: both;
}

.single-badge ~ .chats {
    padding: 5px 15px;
}

.schedule.filter div.checkbox {
    padding: 20px 0;
    margin: 20px 0;
    border: 1px solid #c2ceda;
    border-width: 1px 0;
}

.schedule.filter label.radio > input, .schedule.filter label.checkbox > input {
    display: none;
}

.schedule.filter label.radio > label, .schedule.filter label.checkbox > label {
    color: #464e56;
    padding-left: 35px;
    position: relative;
}

    .schedule.filter label.radio > label:before, .schedule.filter label.checkbox > label:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        bottom: 1px;
        border: 1px solid #c2ceda;
    }

    .schedule.filter label.radio > label:before {
        border-radius: 100%;
    }

.schedule.filter label.checkbox {
    margin-bottom: 15px;
}

.schedule.filter label.radio {
    margin-bottom: 15px;
}

.schedule.filter input[type=radio]:checked + label:before {
    content: "\2022";
    color: #4aa1d7;
    font-size: 20px;
    text-align: center;
    line-height: 15px;
}

.schedule.filter input[type=checkbox]:checked + label:before {
    content: "\2713";
    font-size: 20px;
    color: #4aa1d7;
    text-align: center;
    line-height: 8px;
    text-indent: 2px;
    font-weight: bold;
}

.filter-toggle {
    display: none;
    background: url(../../Images/NewImg/img/sprite-icons.png) no-repeat -281px -5px;
    width: 24px;
    height: 20px;
    float: right;
    margin-top: 15px;
}

.jspVerticalBar {
    width: 4px;
}

.jspTrack {
    background: #fafafa;
    width: 4px;
}

.jspDrag {
    background: #4aa1d7;
    width: 4px;
}

/*schedular circles*/

.schedule-circles {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
    margin: 0;
    width: 100%;
}

    .schedule-circles > li {
        display: inline-block;
        position: relative;
        text-align: center;
        width: 33.333%;
        float: left;
        margin-bottom: 10px;
    }

.chart {
    position: relative;
    display: inline-block;
    color: #999;
    font-size: 20px;
    box-sizing: content-box;
    text-align: center;
    margin: 0;
    transform: rotate(90deg);
    margin-bottom: 10px;
}

    .chart figcaption {
        width: 145px;
        height: 145px;
        border: 6px solid #f0f0f0;
        border-radius: 100%;
        line-height: 150px;
    }

    .chart img {
        position: absolute;
        max-width: 100px;
        max-height: 100px;
        background: white;
        transform: rotate(-90deg);
    }

.in {
    top: 50%;
    left: 50%;
    margin-top: -29px;
    margin-left: -37px;
}

    .in + svg .outer {
        stroke: #4aa1d7;
    }

.slunch {
    top: 50%;
    left: 50%;
    margin-top: -29px;
    margin-left: -37px;
}

    .slunch + svg .outer {
        stroke: #4fc281;
    }

.elunch {
    top: 50%;
    left: 50%;
    margin-top: -29px;
    margin-left: -37px;
}

    .elunch + svg .outer {
        stroke: #ef7955;
    }

.out {
    top: 50%;
    left: 50%;
    margin-top: -29px;
    margin-left: -37px;
}

    .out + svg .outer {
        stroke: #9e73dd;
    }

img.time {
    top: 50%;
    left: 50%;
    margin-top: -29px;
    margin-left: -37px;
}

    img.time + svg .outer {
        stroke: #ffa84b;
    }

.sched {
    top: 50%;
    left: 50%;
    margin-top: -29px;
    margin-left: -37px;
}

    .sched + svg .outer {
        stroke: #e655ef;
    }

.outer {
    fill: transparent;
    stroke: #333;
    stroke-width: 6;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running; /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(0deg) translateX(0px);
}

.chart:hover .outer {
    stroke-dashoffset: 0 !important;
    -webkit-animation-play-state: paused;
}
/* END Circle colors and graphic positions */
.chart svg {
    position: absolute;
    top: -9px;
    left: -8px;
    overflow: visible;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .chart svg {
        top: -16px;
        padding-bottom: 8px;
    }
}

/* Set the initial values for the animation */
.chart[data-percent='100'] .outer {
    stroke-dashoffset: 0;
    -webkit-animation: show100 2s;
    animation: show100 2s;
}

.chart[data-percent='75'] .outer {
    stroke-dashoffset: 133;
    -webkit-animation: show75 2s;
    animation: show75 2s;
}

.chart[data-percent='50'] .outer {
    stroke-dashoffset: 267;
    -webkit-animation: show50 2s;
    animation: show50 2s;
}

.chart[data-percent='25'] .outer {
    stroke-dashoffset: 401;
    -webkit-animation: show25 2s;
    animation: show25 2s;
}

/* Keyframes for the initial animation */
@-webkit-keyframes show100 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes show100 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes show75 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 134;
    }
}

@keyframes show75 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 124;
    }
}

@-webkit-keyframes show50 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 267;
    }
}

@keyframes show50 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 267;
    }
}

@-webkit-keyframes show25 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 401;
    }
}

@keyframes show25 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 401;
    }
}
/*.schedule-circles li svg{left:0;
    position: absolute; transform:rotate(180deg);
    top: 0;}
.outer{fill: transparent;
    stroke: #dfe2eb;
    stroke-dasharray: 534;
    stroke-width: 20;
    transform: rotate(0deg) translateX(0px);
    transition: stroke-dashoffset 1s ease 0s;}
svg .outer{stroke:#dfe2eb; stroke-dashoffset:133;}*/

.chat-screen ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ulSingle {
    margin: 0;
    padding: 0;
    list-style: none;
}


@media only screen and (max-width:1250px) {
    body {
        font-size: 14px;
    }

    a.top-menu-toggle {
        display: block;
    }

    .topme > div:first-of-type {
        width: 5%;
        float: right;
        margin-left: 8px;
    }

        .topme > div:first-of-type > ul:before {
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #c2ceda;
            content: "";
            position: absolute;
            right: 0;
            bottom: 100%;
        }

        .topme > div:first-of-type > ul {
            position: absolute;
            right: 15px;
            height: 0;
            opacity: 0;
            top: 100%;
            width: 170px;
            border: 1px solid #c2ceda;
            background: #fff;
        }

            .topme > div:first-of-type > ul.active {
                height: auto;
                opacity: 1;
            }

            .topme > div:first-of-type > ul li {
                padding: 0px 15px;
            }

                .topme > div:first-of-type > ul li a, .topme > div:first-of-type > ul li {
                    display: block;
                    width: 100%;
                    height: 0;
                }

            .topme > div:first-of-type > ul.active li a, .topme > div:first-of-type > ul.active li {
                height: auto;
            }

            .topme > div:first-of-type > ul li a {
                display: block;
            }

    .topme {
        overflow: visible;
    }

    ul.menu-top li > ul:before {
        display: none;
    }

    ul.menu-top li > ul {
        width: 100%;
        left: 0;
        z-index: 999;
        margin-left: 0;
        background: none transparent;
        padding: 10px 0;
        position: relative;
        margin: 0 -15px;
        width: auto;
    }

        ul.menu-top li > ul li a {
            color: #4aa1d7;
        }

        ul.menu-top li > ul li:hover a {
            color: #333;
            background: transparent;
        }

    ul.menu-top li.has-menu {
        position: relative;
    }

        ul.menu-top li.has-menu:before {
            content: "";
            position: absolute;
            right: 10px;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid #333;
            top: 7px;
        }

    ul.menu-top li > ul li a {
        padding: 0;
    }

    ul.menu-top li > ul {
        padding: 0 5px;
    }

    .topme > div {
        padding: 0;
        padding-left: 30px;
    }

    ul.menu-top {
        margin: 0;
    }
}

@media only screen and (max-width:1024px) {
    .sidelogo, .ad-space {
        display: none;
    }

    .search-toggle {
        display: block;
    }

    .topme .search {
        opacity: 0;
        height: 0;
        overflow: hidden;
        position: absolute;
        margin: 0;
        margin-top: 15px;
        top: 100%;
        width: 0;
        right: 0;
        transition: all ease .5s;
    }

        .topme .search.active {
            opacity: 1;
            height: auto;
            overflow: visible;
            width: 100%;
            transition: all ease 1s;
        }

    .schedule.filter .col-3 {
        width: 30%;
    }
}

@media only screen and (max-width:800px) {
    .header-top .profile {
        float: left;
        padding-left: 15px;
        width: 30%;
    }

    .topme > div {
        width: 10%;
        position: static;
    }

    .left-navigation {
        opacity: 0;
        margin-left: -340px;
        width: 340px;
        padding-top: 0;
        transition: all ease 1s;
    }

        .left-navigation.active {
            opacity: 1;
            margin-left: 0px;
        }

    .user-menu-toggle {
        display: block;
    }

    .header-top {
        transition: all ease 1s;
    }

        .header-top.active {
            margin-left: 340px;
        }

    .schedule.filter .col-3 {
        width: 30%;
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 12px;
    }

    .schedule.profile h2 .profile-pic {
        padding: 3px;
    }

    .logoside {
        float: left;
    }

        .logoside > img {
            display: block;
            height: 30px;
            margin-top: 11px;
        }

    .profile.left {
        display: block;
    }

    .logo-space {
        float: left;
        width: 100%;
        padding: 20px;
    }

    .scrolltabs {
        clear: both;
    }

    .header-top .profile {
        display: none;
    }

    .topme > div:first-of-type {
        width: 5%;
    }

    label.group-info {
        padding: 15px 15px 0;
    }

    .jcarousel-wrapper {
        display: none;
    }

    label.group-info {
        padding: 15px;
    }

    .chat-area {
        padding-top: 51px;
    }

    .broadcast-chat-area {
        padding-top: 51px;
    }

    .chat-input form {
        padding: 10px;
    }

    .chats {
        padding: 5px 15px;
    }

        .chats .profile-image img, .chats .profile-image {
            width: 50px;
            height: 50px;
        }

    .tab-wrapper {
        width: 100%;
        float: left;
    }

    .schedule.filter {
        padding-left: 0;
        padding-right: 0;
    }

        .schedule.filter h1 {
            padding-bottom: 0;
            padding-left: 10px;
        }

    .filter-toggle {
        display: inline-block;
        margin-right: 15px;
    }

    .schedule.filter .col-3 {
        display: none;
        width: 215px;
    }

    .schedule.filter .col-9 {
        overflow-y: scroll;
    }

    .schedule-circles > li {
        width: 50%;
    }

    .time-div > div, .time-div > div table {
        width: 100%;
    }

    .schedule {
        padding-top: 83px;
    }

    .group-members.chat-single {
        padding: 10px;
    }

    .group-members > .user-list.active {
        display: block !important;
        opacity: 1;
    }

    .group-members.chat-single .profile .select-box {
        right: -20px;
        top: 0;
        width: auto;
    }

    label.group-info .pro-img {
        left: 10px;
    }
}

@media only screen and (max-width:480px) {
    .schedule-circles > li {
        width: 50%;
    }

    .left-navigation {
        width: 260px;
        margin-left: -260px;
    }

    .header-top.active {
        margin-left: 260px;
    }

    .header-top {
        padding: 0;
    }

    .topme .search {
        margin: 0;
    }

    .chat-screen, .schedule {
        padding-top: 56px;
    }

    .group-members {
        top: 56px;
    }

    .schedule {
        padding-top: 83px;
    }
}


@media only screen and (max-width:400px) {
    .schedule-circles > li {
        width: 100%;
    }

    .profile-details > .half p {
        color: #4aa1d7;
        font-size: 0.9375rem;
        min-height: 18px;
    }
}

#body > section, #body {
    height: 100%;
}

.buttons-profile {
    width: 100%;
    float: left;
    text-align: right;
    padding-right: 15px;
    margin-top: -20px;
}

    .buttons-profile a {
        display: inline-block;
        color: #69737d;
        font-size: 0.75em;
        line-height: 12px;
    }

        .buttons-profile a img {
            vertical-align: top;
            margin-right: 5px;
        }

.chats .chat-content .time span {
    color: #4aa1d7;
}

.chats.reply .chat-content .time span {
    color: #fea301;
}

img.deleted, img.edited {
    position: absolute;
    right: 20px;
    top: 8px;
}

.chats.editedchat .chat-content .chat {
    padding-right: 60px;
}

.chats.deletedchat .chat-content .chat {
    color: #7fcbfa;
    padding-bottom: 10px;
}

    .chats.deletedchat .chat-content .chat::before {
        top: 8px;
    }

.smiles {
    padding: 12px 0 24px;
}

    .smiles img {
        display: inline-block;
        margin: 0 6px;
        height: 20px;
        width: 20px;
    }

.emailsort {
    padding-right: 15px;
    margin-bottom: 25px;
}

    .emailsort input {
        margin-bottom: 0;
        background: #f5f7fb;
        border: 1px solid #c2ceda;
        color: #4aa1d7;
        box-shadow: none;
    }

    .emailsort .sorted-email {
        height: 100px;
        overflow-y: scroll;
        background: #fafafa;
        border: 1px solid #c2ceda;
        border-top: 0;
    }

        .emailsort .sorted-email > * {
            display: block;
            border-bottom: 1px solid #eee;
            padding: 5px 15px;
        }

.register {
    width: 100%;
    max-width: 863px;
    margin: 0 auto;
}

    .register h1 {
        background: #2466b1;
        font-size: 18px;
        display: block;
        padding: 17px 36px;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        margin: 30px 0 50px;
    }

        .register h1 img {
            background: #fff none repeat scroll 0 0;
            margin-top: -34px;
            padding: 10px 15px;
            position: absolute;
            right: 0;
            top: 50%;
        }

    .register .inner-wrapper {
        width: 100%;
        margin: 0 auto;
        max-width: 655px;
    }

        .register .inner-wrapper .input-group {
            width: 50%;
            float: left;
            padding: 0 15px;
        }

    .register label {
        float: left;
        margin-right: 30px;
        line-height: 50px;
    }

    .register input {
        border: 0;
        border-bottom: 1px solid #c9d1d9;
        box-shadow: none;
        margin-bottom: 10px;
        overflow: hidden;
        width: 100%;
    }

    .register select {
        border-width: 0 0 1px;
        margin-bottom: 10px;
    }

    .register #imgCompanyPicture {
        width: 136px;
        height: 123px;
        border: 5px solid #eaeaea;
        float: left;
        padding: 5px;
        text-align: center;
    }

        .register #imgCompanyPicture img {
            max-height: 100%;
            height: auto !important;
            width: auto !important;
        }

    .register .inner-wrapper .button-div {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

        .register .inner-wrapper .button-div input {
            width: 49%;
            padding: 20px 0;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 37px;
        }

            .register .inner-wrapper .button-div input[type=button] {
                background: #fea301;
                float: left;
            }

            .register .inner-wrapper .button-div input[type=reset] {
                background: #4aa1d7;
                float: right;
            }

@media only screen and (max-width:767px) {
    .profile-details > .half, .register .inner-wrapper .input-group {
        width: 100%;
    }

    .schedule.profile {
        padding-top: 37px;
    }

        .schedule.profile.editUserInformation {
            padding-top: 62px;
        }

    label.group-info {
        padding-left: 48px;
    }

        label.group-info .pro-img {
            top: 6px;
        }

    .schedule.profile h2 .profile-pic {
        bottom: 22px;
        width: 50px;
        height: 50px;
    }

    .profile-details {
        padding-left: 20px;
    }

    .schedule.profile h2 {
        padding-left: 75px;
        padding-top: 0px;
        clear: both;
    }

    .schedule.profile.editUserInformation h2 {
        padding-left: 75px;
    }

    .buttons-profile {
        margin-top: 22px;
    }

    #divExternalAssociate .schedule.profile {
        padding-top: 65px;
    }

        #divGroupUsers .schedule.profile h2, #divManageGroups .schedule.profile h2, #divExternalAssociate .schedule.profile h2 {
            padding-left: 15px;
        }

    .searchboxnew {
        max-width: 213px;
    }
}

.chats .chat-content .chat .action-icons a.unpin {
    background-position: -310px -6px;
}

.copyright {
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    color: #333;
    font-size: 12px;
    width: 100%;
    text-align: center;
    background: #fff;
}

.pro-details.delete {
    padding: 0;
}

    .pro-details.delete p {
        margin: 0;
        line-height: 23px;
        font-size: 0.75em;
        color: #222;
    }

    .pro-details.delete input {
        border: 0;
        background: #4aa1d7;
        color: #fff;
        border-radius: 2px;
        line-height: 21px;
        font-size: 12px;
        padding: 0 5px;
    }

.uploadprofile-pic {
    width: 100%;
    float: left;
}

    .uploadprofile-pic a {
        display: block;
        width: 150px;
        float: left;
        height: 150px;
        border: 5px solid #fafafa;
    }

    .uploadprofile-pic .input-box {
        float: left;
    }

.chat-area {
    position: relative;
}

    .chat-area img.bigloader {
        position: absolute;
        top: 206px;
        left: 50%;
        margin-left: -15px;
        width: 40px;
        height: 40px;
        z-index: 5;
        background: #fff;
        border-radius: 100%;
        border: 5px solid #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }

.emoticonswindow {
    max-height: 180px;
    overflow-y: auto;
}

.noconversation {
    color: #555;
    text-align: center;
    width: 100%;
    float: left;
}

#btnDeleteGroups {
    margin-right: 8px;
}

#divSeeSentPicture .buttons-profile {
    padding-top: 11px !important;
    padding-right: 33px;
}

.largeimage {
    height: 100%;
    padding: 15px 0 !important;
    text-align: center;
    padding-right: 30px !important;
}

    .largeimage img {
        max-height: 100%;
        height: auto !important;
        padding-top: 15px;
        width: auto !important;
    }

.highlight {
    color: yellow;
}

.current {
    background-color: #957f68 !important;
    color: #ffffff;
}

.group-info select {
    float: right;
    width: auto;
    background: none transparent;
    border: 0;
    height: 18px;
    padding: 0;
    color: #4aa1d7;
    margin-bottom: 0;
    margin-left: 5px;
}

    .group-info select option {
        background: #fafafa;
        border-color: #ddd;
        padding: 3px 5px;
    }

.searchnew {
    position: absolute;
    right: 36px;
    top: 22px;
    text-align: right;
}

.searchboxnew {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    position: absolute;
    right: 0;
    top: -3px;
    width: 290px;
}

    .searchboxnew input[type=text] {
        background: none transparent;
        box-shadow: none;
        border: 0;
        width: 100%;
        margin-bottom: 0;
        padding-right: 45px;
    }

    .searchboxnew input[type=submit] {
        background: url(/Images/NewImg/img/search-icon.png) no-repeat center;
        border: 0;
        position: absolute;
        right: 11px;
        top: 10px;
        height: 17px;
        width: 17px;
    }

#divSearchDiv {
    padding: 6px 0;
    text-align: center;
}

    #divSearchDiv input[type=button] {
        background: #4aa1d7;
        color: #fff;
        text-transform: uppercase;
        border: 0;
        border-radius: 5px;
        padding: 0 10px;
        line-height: 22px;
    }

.select-box {
    float: right;
    line-height: 20px;
    font-size: 0.875em;
    font-weight: 700;
    color: #69737d;
}

    .select-box select {
        float: right;
        width: auto;
        background: none transparent;
        border: 0;
        height: 18px;
        padding: 0;
        color: #4aa1d7;
        margin-bottom: 0;
        margin-left: 5px;
    }

        .select-box select option {
            background: #fafafa;
            border-color: #ddd;
            padding: 3px 5px;
        }

.profile {
    position: relative;
}

    .profile .select-box {
        position: absolute;
        right: 0;
        top: 17px;
    }

.search.btns {
    background: none transparent;
    border: 0;
    text-align: right;
}

    .search.btns input[type=button] {
        background: #fafafa;
        border: 1px solid #c2ceda;
        padding: 5px 10px;
    }

        .search.btns input[type=button].arrows {
            background: #4aa1d7;
            border-color: #4aa1d7;
            color: #fff;
        }

.left-navigation .accordion .accordion-navigation > .content ul.profile li.active a, .left-navigation .accordion dd > .content ul.profile li.active a {
    background: #e0e5ec;
}

.search.btns .searchboxes {
    height: 0;
    overflow: hidden;
}

.search .searchingdiv {
    display: none;
}

.search.btns .searchingdiv {
    display: block;
}

@media only screen and (max-width:767px) {
    .search.btns .searchingdiv {
        padding: 10px 0 0;
        text-align: center;
    }

    .select-box {
        width: auto;
        position: absolute;
        right: -10px;
        top: 0;
    }

        .select-box select {
            float: none;
            display: inline-block;
        }
}

.left-navigation .accordion .accordion-navigation > .content ul.profile li.friendsheading, .left-navigation .accordion dd > .content ul.profile li.friendsheading {
    padding: 8px 15px;
    color: #999;
    border-bottom: 1px solid #c2ceda;
}

.profile a.unread .pro-details span.badge.approve {
    right: 30px;
}

.profile li.pending .pro-img:before {
    background: #cecece;
    width: 18px;
    height: 18px;
    font-size: 12px;
    content: "?";
    line-height: 15px;
    color: #000;
    text-align: center;
    right: -2px;
    bottom: 0;
}

.profile .pro-details span.highlight {
    color: #fe7e01;
    background: none transparent;
    display: inline;
}

    .profile .pro-details span.highlight.current {
        color: #d11919;
        font-weight: bold;
        background: none transparent !important;
    }

.chats .chat-content .chat span.highlight {
    color: #000;
    background: none transparent;
    display: inline;
}

    .chats .chat-content .chat span.highlight.current {
        background: #fff !important;
    }

#loadingModel {
    background: rgba(0,0,0,0.55);
}

.overlay {
    display: block;
    position: fixed;
    _position: absolute;
    background: rgba(0,0,0,.95);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    padding: 15px;
    font-size: 15px;
}

.loader {
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
}

#divGroupUsers {
    height: 100%;
    /*width: 100%;*/
}

.loader {
    color: #fff;
}

    .loader img {
        background: #fff none repeat scroll 0 0;
        border-radius: 100%;
        padding: 5px;
    }

#pin_message_body, #file_message_body, #BrdOverFlo {
    padding-bottom: 40px !important;
    height: 82%;
}

@media screen {
    html body img.skype_c2c_logo_img, html body .skype_c2c_free_text_span {
        display: none !important;
    }

    html body span.skype_pnh_container span.skype_pnh_highlighting_inactive_common span.skype_pnh_text_span {
        color: white !important; /* Your link color */
    }
}

.selectedFilterList {
    background: #fe7e01 !important;
    color: #fff !important;
    font-size: 0.75rem;
    line-height: 25px;
    right: 0;
    text-align: center;
    top: 12px;
}

.alphabet_search label span a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #16425e;
    display: inline-block;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    margin: 3px 0px 0 0px;
    text-align: center;
    transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    text-transform: uppercase;
    width: 18px;
}

    .alphabet_search label span a:hover, .alphabet_search label span a:focus {
        background: #fe7e01;
        color: #fff;
        outline: none;
    }

.all_text {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: bold;
    width: 24px !important;
}

@media () {
    #pin_message_body, #file_message_body, #BrdOverFlo {
        height: 97%;
    }
}



.tabsli {
    height: auto;
    width: 100%;
    padding-right: 68px;
    height: 42px;
    background: #fea301;
}

    .tabsli ul {
        margin: 0;
    }

.ui-slider-tabs-list-container {
    margin: 0 !important;
    margin-right: 68px !important;
}

.ui-slider-tabs-list {
    background: #fe7e01;
}

.tabsli ul li {
    font-size: 1em;
    font-weight: 700;
    position: relative;
    border: 0;
}

    .tabsli ul li.tab-title > a, .tabsli ul li.tab-title.selected a {
        color: #fff;
        background: #fea301;
        font-weight: 400;
        text-shadow: none;
        padding: 8px 15px;
    }

        .ui-slider-tabs-list dd > a:hover, .tabsli ul li.tab-title > a:hover {
            color: #fff;
            background: #fea301;
        }

    .tabsli ul li.tab-title.selected:before {
        position: absolute;
        bottom: -1px;
        margin-left: -4px;
        left: 50%;
        content: "";
        background: url(/Images/NewImg/img/tab-arrow.png) no-repeat;
        width: 14px;
        height: 9px;
        z-index: 999;
    }

    .tabsli ul li a {
        padding: 8px 15px;
    }

.tabs div.default-skin {
    display: none;
}

    .tabs div.default-skin.active {
        display: block;
    }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 10px;
}

.mobile-only{display:none; border:0 none; height: 17px;
    position: absolute;
    right: 9px;
    top: 6px; color:#4aa1d7;
    width: 17px;}
@media only screen and (max-width:767px) {
    .chat-input form {
        padding: 0;
    }

        .chat-input form .input input[type="submit"] {
            background: transparent url(/Images/NewImg/img/send-image.png) no-repeat center;
            font-size: 0;
        }

        .chat-input form .input textarea {
            padding-right: 50px;
        }
}

.tabsli ul {
    background: #fea301;
    float: left;
}

input[type=button], input[type=submit], input[type=reset] {
    cursor: pointer;
}

.fullwidth {
    height: 100%;
}

span.badge1 {
    position: absolute;
    right: 0;
    background: #fff;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    color: #fea301;
    font-size: 0.75rem;
    top: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
}

@media only screen and (max-width:1024px) {
    .search-input #searchingDiv input[type="button"]{right:35px;}
    .mobile-only{display:block;cursor:pointer;}
    html, body {
        font-size: 14px;
    }

    .tabsli {
        background: #fea301;
    }
}

/*----------------------------- New CSS 7 july ----------------------*/

.help h2 {
    border-bottom: 1px solid #c2ceda;
    position: relative;
    color: #4aa1d7;
    font-size: 1.875em;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 16px;
}

.app_box {
    margin: 5px 10px;
    display: inline-table;
    text-align: center;
    background: #4aa1d7;
    width: 25%;
    padding: 20px;
    height: 180px;
    transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
}

    .app_box:hover {
        background: #61B3E5;
    }

.iner_section {
    display: table-cell;
    vertical-align: middle;
}

    .iner_section p {
        color: #fff;
        text-align: center;
        color: #fff;
        font-size: 18px;
        margin: 0px;
        text-transform: uppercase;
    }

    .iner_section span {
        width: 100%;
        display: block;
        margin: 0 0 15px 0;
    }

        .iner_section span img {
            max-height: 60px;
        }

.download_section {
    width: 100%;
    text-align: center;
}

.accord-heading.alphabet_search > label > span label {
    display: inline;
}

.termsCls {
    clear: both;
    width: 100%;
    float: left;
    padding: 0 15px;
}

    .termsCls input[type=checkbox] {
        width: auto;
    }

.contentpage {
    width: 100%;
    max-width: 1100px;
    padding: 0 15px;
    margin: 0 auto;
}

    .contentpage .top-barcontent {
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
        margin-bottom: 25px;
    }

    .contentpage li, .contentpage p {
        color: #888;
        line-height: 24px;
        text-align: justify;
    }

    .contentpage span.SubHead {
        font-size: 1.2em;
        font-weight: 700;
        margin: 20px 0;
        color: #555;
    }

    .contentpage ul {
        padding: 0 0 0 28px;
        margin: 0;
    }

@media only screen and (max-width:1024px) {
    .app_box {
        width: 50%;
    }

    .topme {
        position: static;
    }
}

@media only screen and (min-width:1020px) and (max-width:1200px) {
    .topme > div {
        position: static;
    }
}

.header-top .profile {
    float: left;
}

.register label.single-badge {
    line-height: 18px;
    float: none;
    margin: -20px auto 25px;
}

.grpUsrInfo:hover {
    cursor: pointer;
}
@media all and (max-width:1250px) {
    ul.menu-top li a{font-size:1.2em; padding:5px 0;}
    ul.menu-top li > ul li a{padding:5px 0;}
    ul.menu-top {
        display: none;
    }
    
    ul.menu-top.active {
        display: block;
    }
}
@media all and (min-width:1250px) {
    ul.menu-top.active {
        display: block !important;
    }

}
.logo-space{padding:14px 15px; text-align:center;}
/*.logo-space img{height:68px;}*/
.single-chat-email:hover{cursor:default;}