﻿/*index*/
.loaderTxt {
    color: #333;
    background: url("https://cdn.ce21.com/assets/img/loading.gif") no-repeat left;
    padding: 10px 0 10px 48px !important;
    font-weight: bold;
}

.loaderDiv {
    width: 300px;
    background: #fff;
    padding: 20px;
    margin: 20% auto;
}

.loaderMain, .mapMain {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background: url("https://cdn.ce21.com/assets/img/liteboxBg.png") repeat;
    left: 0;
    top: 0;
}

.loaderMain {
    display: none;
}

.labelForCheckbox {
    color: #404040;
    font-weight: 400;
    word-wrap: unset;
    line-height: 25px;
}

.divForCheckboxInput {
    clear: both;
    margin-bottom: 2px;
    display: flex;
}

.labelForRadios {
    color: #404040;
    font-weight: 400;
    word-wrap: unset;
    line-height: 25px;
}

.divForRadiosInput {
    clear: both;
    margin-bottom: 2px;
    display: flex;
}

.mem-group-navbar .nav {
    padding: 10px 0;
}

.mem-group-navbar .navbar-brand, .mem-group-navbar .navbar-nav > li > a {
    text-shadow: none !important;
}

.mem-group-navbar .imgCircle {
    border: 2px solid #3276b1;
    border-radius: 50%;
    float: left;
    height: 50px;
    overflow: hidden;
    width: 50px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #474544;
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    line-height: 40px;
}

.mem-group-navbar .navbar-brand img {
    /*width: 125px;*/
    height: 50px;
}

.mem-group-navbar {
    background-color: #293e4a;
    border-color: transparent;
    background-image: none;
}

    .mem-group-navbar .nav.navbar-nav.navbar-right .backToButton a {
        color: #acb9c2 !important;
    }

        .mem-group-navbar .nav.navbar-nav.navbar-right .backToButton a:hover {
            color: white !important;
            transition: color 0.6s;
        }
    /* .mem-group-navbar .nav .dropdown-menu{
            padding:0px !important;
        } */

    .mem-group-navbar .mem-group-navToggle {
        padding: 0px !important;
        margin-right: 5px;
        border: none;
    }

        .mem-group-navbar .mem-group-navToggle:focus, .mem-group-navbar .mem-group-navToggle:hover {
            background-color: transparent;
        }

.mem-group-middle .visual {
    width: 100%;
    padding: 100px 0;
    float: right;
    background-color: #293e4a;
}

.mem-group-navbar .nav.navbar-nav.navbar-right {
    font-weight: bold;
}

.mem-group-navbar .navbar-nav > .active > a, .mem-group-navbar .navbar-nav > .active > a:focus, .mem-group-navbar .navbar-nav > .active > a:hover {
    background-color: transparent;
    background-image: none;
}

.mem-group-navbar .dropdown-toggle {
    background-color: #293e4a !important;
    background-image: none !important;
}

.mem-group-navbar .nav .dropdown-toggle img {
    margin-top: -12px;
}
/* .mem-group-navbar .dropdown-menu a{background-color:#293e4a !important;} */
.mem-group-navbar .navbar-nav > li > .dropdown-menu a {
    color: #5d7f96;
}

.mem-group-navbar .navbar-nav > li > .dropdown-menu {
    margin-top: 12px !important;
    border-radius: 4px;
}

    .mem-group-navbar .navbar-nav > li > .dropdown-menu:after {
        content: '';
        display: block;
        position: absolute;
        top: -20px;
        right: 32px;
        border: 10px solid transparent;
        border-bottom-color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


/*details.cshtml*/

/*body {
    font-family: verdana !important;
    font-size: 14px;
    line-height: normal !important;
    background-color: #fff;
}

a:hover, a:focus {
    outline: 0 none;
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0 !important;
    padding: 0 !important;
}

ul {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

    ul li {
        margin: 0;
        padding: 0;
    }*/

.btn-border-blue {
    background-color: transparent;
    border: 1px solid #3d82ac;
    border-radius: 0;
    color: #3d82ac;
}

    .btn-border-blue:hover {
        background-color: #3d82ac;
        color: #fff;
    }

.m-t-5 {
    margin-top: 5px;
}

/*START>> tabllinkedin>> nav-list////////////////////////////////////////////////////////////////////////////////*/
.tabllinkedin .topbar {
    background-color: #6a8fc7;
}
.tabllinkedin .topbar .form-control {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}

.tabllinkedin .topbar .input-group-addon {
    background-color: transparent;
    border: 0px solid #ccc;
    border-radius: 0px;
    color: #fff;
}

.tabllinkedin .topbar input::placeholder {
    color: whitesmoke !important;
}

.GroupsearchBox ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: whitesmoke;
    transition: 0.4s;
}

.GroupsearchBox:focus ~ .focus-border {
    width: 100%;
    transition: 0.4s;
    left: 0;
}

/*input.GroupsearchBox:focus {
    border-bottom: 1px solid whitesmoke !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}*/

.tabllinkedin .nav-container{
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-top: 4px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.tabllinkedin .nav-list{
    list-style: none;
}
.tabllinkedin ul{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.tabllinkedin .nav-item{
    float: left;
    margin: 6px 6px; 
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background: transparent;
}
.tabllinkedin .nav-item a{
    font-size:15px;
}
.tabllinkedin .nav-trigger{
    height: 48px;
    color: #fff;
    font-size: 1.7rem;
    line-height: 2rem;
    font-weight: normal;
    transition: color 0.1s;
    text-decoration: none;
    color: rgba(255,255,255,0.7);
    transition: color 0.15s, border-bottom-color 0.15s;
    display: block;
    background: none;
    border: none;
    border-radius: 0;
    padding-top: 3px;
    border-bottom: 3px solid transparent;
    display: table-cell;
    vertical-align: middle;
}

.tabllinkedin .nav-trigger:hover, .tabllinkedin .nav-trigger:focus{
    color: #f5f5f5 !important;
    background-color:transparent !important;
    text-decoration: none;
    /*border-bottom-color: rgba(255,255,255,0.85);*/ /*uncomment hovergroup 111*/
}

/*start: comment hovergroup 111*/
.tabllinkedin .nav-trigger ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: whitesmoke;
    transition: 0.12s;
}

.tabllinkedin .nav-trigger:hover ~ .focus-border {
    width: 100%;
    transition: 0.4s;
    left: 0;
}
/*end: comment hovergroup 111*/

.tabllinkedin .nav-trigger.active{
    color: #f5f5f5 !important;
    font-size: 15px;
    line-height: 2rem;
    border-bottom-color: rgba(255,255,255,0.85);
}

/*END>> tabllinkedin >> nav-list////////////////////////////////////////////////////////////////////////////////*/
.pageheader {
    position: relative;
    margin-bottom: 25px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}

    .pageheader .profilepix {
        position: absolute;
        top: -35px;
        border: none;
        margin-right: 2px;
        border-radius: 2px;
        line-height: 0;
        width: 83px;
        height: 83px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 2px solid #fff;
        background-color: #EDF0F3;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    }

        .pageheader .title h1 {
            font-size: 25px;
            margin: 0 !important;
            padding: 0 !important;
        }

            .pageheader .title h1 span {
                font-size: 14px;
                display: block;
                margin-top: 5px;
            }

    .pageheader .control {
        text-align: right;
    }

.userCommentNoImageSmall {
    height: 40px;
    width: 40px;
    display: inline-block;
    background: rgb(204, 204, 204) !important;
    line-height: 38px;
    font-size: 25px;
    text-align: center;
}


.select2-container, .select2-drop, .select2-search {
    min-width: 250px;
    max-width: 250px;
}

    .select2-search > input {
        min-width: 240px;
    }

.ce21-padding-0 {
    padding: 0;
}

.ce21-margin-0 {
    margin: 0;
}

/*/Group/GetMyGroups*/
.mgroup-image .imgSqure {
    float: left;
    height: 48px;
    overflow: hidden;
    width: 47px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #474544;
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    line-height: 40px;
}

.mem-group-middlePart {
    margin-top: 74px;
}

    .mem-group-middlePart .mem-group-middleHeader {
        background: linear-gradient(45deg, #0077B5, #009EA5 50%);
        background-image: linear-gradient(45deg, rgb(0, 119, 181), rgb(0, 158, 165) 50%);
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat-x: initial;
        background-repeat-y: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: initial;
    }

.active-mgroups-list {
    list-style: none;
    padding-left: 0px;
}

.MshipGroupListAll {
    margin-top: 20px;
}

    .MshipGroupListAll .active-mgroups-list > li + li {
        margin-top: 16px;
    }

.active-mgroups-list .group-mgroup-placeholder .mgroup-name {
    background-color: #D0D3D6;
    height: 6px;
    border-radius: 2px;
    margin-bottom: 8px;
    font-size: 1.7rem;
    line-height: 2rem;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
}

.active-mgroups-list .group-mgroup-placeholder .new-conversation {
    width: 60%;
}

.active-mgroups-list .group-mgroup-placeholder {
    float: none;
    display: block;
    max-width: 100%;
    width: 60%;
    line-height: 32px;
}
/* active Start */
.active-mgroups-list .group-mgroup-placeholder-active {
    float: none;
    display: block;
    max-width: 100%;
    width: 100%;
    line-height: 12px;
}

    .active-mgroups-list .group-mgroup-placeholder-active .mgroup-figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 2px solid #fff;
        background-color: #EDF0F3;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
        background-color: #D0D3D6;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        min-width: 0px;
        margin-right: 2px;
        border-radius: 2px;
        line-height: 0;
        width: 48px;
        height: 48px;
        overflow: hidden;
        margin-right: 12px;
    }

    .active-mgroups-list .group-mgroup-placeholder-active .mgroup-info {
        width: 85%;
    }

    .active-mgroups-list .group-mgroup-placeholder-active .mgroup-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /* active End */
    .active-mgroups-list .group-mgroup-placeholder-active .mgroup-name-active {
        font-weight: bold;
    }

        .active-mgroups-list .group-mgroup-placeholder-active .mgroup-name-active > p {
            width: 95%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis !important;
            cursor: pointer;
        }

    .active-mgroups-list .group-mgroup-placeholder-active .new-conversation-active {
        font-size: 1.5rem;
        font-weight: normal;
        color: rgba(0,0,0,0.55);
        margin-top: 2px;
    }

.active-mgroups-list .group-mgroup-placeholder .mgroup-figure {
    background-color: #D0D3D6;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    min-width: 0px;
    border: none;
    margin-right: 2px;
    border-radius: 2px;
    line-height: 0;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-right: 12px;
}

.active-mgroups-list .group-mgroup-placeholder .mgroup-info {
    width: 100%;
}

.active-mgroups-list .group-mgroup-placeholder .mgroup-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*/Group/GetMyGroups*/

/* Topic Areas */

.ce21-search-labels {
    margin-left: 15px;
    cursor: pointer;
    font-weight: normal;
}

Site.css:259 .ce21-margin-0 {
    margin: 0px;
}

/* End Topic Areas */

/* Speaker Cloud Widget */

.side {
    list-style: none;
    padding: 0;
}

.tagcloud ul li {
    display: inline-block;
    border: none;
    padding: 3px;
}

    .tagcloud ul li A {
        padding: 3px;
        border-radius: 3px;
        text-decoration: none;
    }

        .tagcloud ul li A:hover {
            background: #eee;
            text-decoration: none;
        }

        .tagcloud ul li A.biggest {
            font-size: 200%;
            color: #b94a48;
        }

        .tagcloud ul li A.big {
            font-size: 160%;
            color: #c09853;
        }

        .tagcloud ul li A.medium {
            font-size: 130%;
            color: #468847;
            font-variant: small-caps;
        }

        .tagcloud ul li A.small {
            font-size: 100%;
            color: #346597;
            font-style: italic;
        }

        .tagcloud ul li A.smallest {
            font-size: 70%;
            color: purple;
        }

.event_1 {
    background-color: #444444 !important;
}

.event_icon_1 {
    color: #444444 !important;
    font-size: 20px;
}

    .event_icon_1:hover, .event_icon_1:focus {
        text-decoration: none;
    }

.productTypeTagColor1, .productTypeTagColor1:hover {
    background-color: #444444;
    color: white !important;
}

.event_10 {
    background-color: #8e7cc3 !important;
}

.event_icon_10 {
    color: #8e7cc3 !important;
    font-size: 20px;
}

    .event_icon_10:hover, .event_icon_10:focus {
        text-decoration: none;
    }

.productTypeTagColor10, .productTypeTagColor10:hover {
    background-color: #8e7cc3;
    color: black !important;
}

.event_11 {
    background-color: #6aa84f !important;
}

.event_icon_11 {
    color: #6aa84f !important;
    font-size: 20px;
}

    .event_icon_11:hover, .event_icon_11:focus {
        text-decoration: none;
    }

.productTypeTagColor11, .productTypeTagColor11:hover {
    background-color: #6aa84f;
    color: white !important;
}

.event_12 {
    background-color: #f1c232 !important;
}

.event_icon_12 {
    color: #f1c232 !important;
    font-size: 20px;
}

    .event_icon_12:hover, .event_icon_12:focus {
        text-decoration: none;
    }

.productTypeTagColor12, .productTypeTagColor12:hover {
    background-color: #f1c232;
    color: black !important;
}

.event_13 {
    background-color: #315178 !important;
}

.event_icon_13 {
    color: #315178 !important;
    font-size: 20px;
}

    .event_icon_13:hover, .event_icon_13:focus {
        text-decoration: none;
    }

.productTypeTagColor13, .productTypeTagColor13:hover {
    background-color: #315178;
    color: white !important;
}

.event_14 {
    background-color: #b45f06 !important;
}

.event_icon_14 {
    color: #b45f06 !important;
    font-size: 20px;
}

    .event_icon_14:hover, .event_icon_14:focus {
        text-decoration: none;
    }

.productTypeTagColor14, .productTypeTagColor14:hover {
    background-color: #b45f06;
    color: black !important;
}

.event_2 {
    background-color: #7f6000 !important;
}

.event_icon_2 {
    color: #7f6000 !important;
    font-size: 20px;
}

    .event_icon_2:hover, .event_icon_2:focus {
        text-decoration: none;
    }

.productTypeTagColor2, .productTypeTagColor2:hover {
    background-color: #7f6000;
    color: black !important;
}

.event_3 {
    background-color: #93c47d !important;
}

.event_icon_3 {
    color: #93c47d !important;
    font-size: 20px;
}

    .event_icon_3:hover, .event_icon_3:focus {
        text-decoration: none;
    }

.productTypeTagColor3, .productTypeTagColor3:hover {
    background-color: #93c47d;
    color: black !important;
}

.event_4 {
    background-color: #741b47 !important;
}

.event_icon_4 {
    color: #741b47 !important;
    font-size: 20px;
}

    .event_icon_4:hover, .event_icon_4:focus {
        text-decoration: none;
    }

.productTypeTagColor4, .productTypeTagColor4:hover {
    background-color: #741b47;
    color: white !important;
}

.event_5 {
    background-color: #e06666 !important;
}

.event_icon_5 {
    color: #e06666 !important;
    font-size: 20px;
}

    .event_icon_5:hover, .event_icon_5:focus {
        text-decoration: none;
    }

.productTypeTagColor5, .productTypeTagColor5:hover {
    background-color: #e06666;
    color: black !important;
}

.event_6 {
    background-color: #b45f06 !important;
}

.event_icon_6 {
    color: #b45f06 !important;
    font-size: 20px;
}

    .event_icon_6:hover, .event_icon_6:focus {
        text-decoration: none;
    }

.productTypeTagColor6, .productTypeTagColor6:hover {
    background-color: #b45f06;
    color: white !important;
}

.event_7 {
    background-color: #c27ba0 !important;
}

.event_icon_7 {
    color: #c27ba0 !important;
    font-size: 20px;
}

    .event_icon_7:hover, .event_icon_7:focus {
        text-decoration: none;
    }

.productTypeTagColor7, .productTypeTagColor7:hover {
    background-color: #c27ba0;
    color: black !important;
}

.event_8 {
    background-color: #8e7cc3 !important;
}

.event_icon_8 {
    color: #8e7cc3 !important;
    font-size: 20px;
}

    .event_icon_8:hover, .event_icon_8:focus {
        text-decoration: none;
    }

.productTypeTagColor8, .productTypeTagColor8:hover {
    background-color: #8e7cc3;
    color: white !important;
}

.event_9 {
    background-color: #bf9000 !important;
}

.event_icon_9 {
    color: #bf9000 !important;
    font-size: 20px;
}

    .event_icon_9:hover, .event_icon_9:focus {
        text-decoration: none;
    }

.productTypeTagColor9, .productTypeTagColor9:hover {
    background-color: #bf9000;
    color: white !important;
}


/* End Speaker Cloud Widget */

.carousel-control.left, .carousel-control.right {
    background-image: none;
}



.holiday {
    background: #FFE7CE;
    color: #F27900;
    font-weight: bolder;
}

.holidayheader {
    color: #F27900;
    font-weight: bolder;
}

.holiday .holidaytooltip {
    /*display: none;*/
    display: block;
    /*position: absolute;*/
    /*top: -41px;
        left: 41%;*/
    background: #F27900;
    color: #fff;
    /*min-width: 105px;*/
    font-size: 10px;
    text-align: center;
    /*border-radius: 5px;*/
    border-radius: 0px;
    border-left: 7px solid #BF5F00;
    /*padding: 2px 8px;*/
    z-index: 999;
}

/*bundle type 5 start*/

.stickyCompareFooter {
    background: #4a4a4a;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: right;
    padding: 15px 15px 0px 15px;
}
    .stickyCompareFooter.active {
        padding: 15px 15px 15px;
    }

    .stickyCompareFooter .product-compare-section {
        display: block;
        width: 100%;
    }

#isc-compare-control .section-container {
    border: none;
    margin: 0 0 0 0;
}

.clsDeleteCustomerBundleProduct {
    top: -10px;
    right: 5px;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    background: #fff;
}

    .clsDeleteCustomerBundleProduct:before {
        content: "×";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: auto;
        height: auto;
        line-height: inherit;
        vertical-align: baseline;
        font-size: 21px;
        margin-right: 4px;
    }

.product-compare-section {
    text-align: right;
    display: inline-block;
}

#isc-compare-control .section-container {
    border: none;
    margin: 0 0 0 0;
}

.clsDeleteCustomerBundleProduct {
    top: -10px;
    right: 5px;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    background: #fff;
}

    .clsDeleteCustomerBundleProduct:before {
        content: "×";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: auto;
        height: auto;
        line-height: inherit;
        vertical-align: baseline;
        font-size: 21px;
        margin-right: 4px;
    }

.BundleArrowIcon {
    color: white;
    font-size: 25px;
    cursor: pointer;
}

/*bundle type 5 end*/

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 13px;
    top: 55px;
    background-color: #4a4a4a;
    cursor: pointer;
    font-size: 18px;
    padding: 2px 9px;
    text-align: center;
    border-radius: 100% !important;
    width: 30px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 13px;
    top: 55px;
    background-color: #4a4a4a;
    cursor: pointer;
    font-size: 18px;
    padding: 2px 9px;
    text-align: center;
    border-radius: 100% !important;
    width: 30px;
}

#divBundleCarousel .owl-pagination {
    display: none !important;
}

.clsFeaturedProduct .carousel-indicators {
    z-index: 0 !important;
}

.select2-hidden-accessible {
    display: none;
}

.cltblCartItem td h4 {
    margin-top: 0px;
}

.has-error .form-control {
    background: #fff0f0;
}

.ce21_button_group .btn {
    margin-bottom: 5px;
}

.lblEventInProgress {
    background-color: rgba(119, 119, 119, 0.52);
    font-size: 60%;
}


.select2-container, .select2-drop, .select2-search {
    min-width: 250px;
    max-width: 250px;
}

    .select2-search > input {
        min-width: 240px;
    }

.middle-part a{
    transition:color 0.3s;
}


/* new offer tags */
.discount-tag3a, .discount-tag2a, .discount-tag1a, .discount-taga {
    position: absolute;
    right: 0;
    top: -15px;
    background-color: #f00;
    color: #fff;
    padding: 4px 8px;
    margin-top: -12px;
    margin-bottom: 10px;
    font-weight: bold;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.15);
}

    .discount-tag1a i, .discount-taga i {
        content: '';
        border: 11px solid #f00;
        border-color: #f00 transparent;
        border-left-width: 0px;
        position: absolute;
        height: 100%;
        right: -11px;
        top: 0px;
        box-shadow: 0 2px 0 0 rgba(0,0,0,0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.discount-tag1a {
    padding-right: 6px;
    margin-right: -8px;
}

    .discount-tag1a i {
        border-color: transparent transparent transparent #f00;
        border-right-width: 0px;
        border-left-width: 11px;
        box-shadow: none;
    }

.discount-tag2a {
    border-radius: 3px;
    margin-right: -10px;
}

.discount-tag3a {
    border-radius: 35px;
    margin-right: -10px;
    margin-top: -15px;
    height: 40px;
    width: 100px;
    padding: 5px;
}

    .discount-tag3a span {
        top: 50%;
        margin-top: -8px;
        left: 0px;
        position: absolute;
        width: 100%;
        text-align: center;
    }

/* End new tags */

/* Grid discount tags */
.discount-tag3b, .discount-tag2b, .discount-tag1b, .discount-tagb {
    position: absolute;
    right: 25px;
    top: -5px;
    background-color: #f00;
    color: #fff;
    padding: 4px 8px;
    margin-top: -12px;
    margin-bottom: 10px;
    font-weight: bold;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.15);
}

    .discount-tag1b i, .discount-tagb i {
        content: '';
        border: 11px solid #f00;
        border-color: #f00 transparent;
        border-left-width: 0px;
        position: absolute;
        height: 100%;
        right: -11px;
        top: 0px;
        box-shadow: 0 2px 0 0 rgba(0,0,0,0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.discount-tag1b {
    padding-right: 6px;
    margin-right: -20px;
}

    .discount-tag1b i {
        border-color: transparent transparent transparent #f00;
        border-right-width: 0px;
        border-left-width: 11px;
        box-shadow: none;
    }

.discount-tag2b {
    border-radius: 3px;
    margin-right: -30px;
}

.discount-tag3b {
    border-radius: 35px;
    margin-right: -10px;
    margin-top: -15px;
    height: 40px;
    width: 100px;
    padding: 5px;
}

    .discount-tag3b span {
        top: 50%;
        margin-top: -8px;
        left: 0px;
        position: absolute;
        width: 100%;
        text-align: center;
    }

/* End new tags */

/* START::Menu droup down*/
.groupHeaderMenu .dropdown-submenu {
    position: relative;
}

.groupHeaderMenu .dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}
.groupHeaderMenu .dropdown-submenu>.dropdown-menu {
    display: none !important;
}
.groupHeaderMenu .dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
}

.groupHeaderMenu .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.groupHeaderMenu .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.groupHeaderMenu .dropdown-submenu.pull-left {
    float: none;
}

.groupHeaderMenu .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*.groupHeaderMenu .dropdown>.dropdown-menu {
    display: none !important;
}
.groupHeaderMenu .dropdown:hover> .dropdown-menu {
    display: block !important;
}*/
/* END::>> Menu droup down*/


.popUploadDoc .mfp-iframe-holder .mfp-content {
    max-width: 500px; /*Intial width of popup*/
}

.popUploadDoc .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
    padding-top: 100%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
}


/*Cart dropdown start*/

.cartMenuDropdown .dropdown-submenu {
    position: relative;
}

.cartMenuDropdown .dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.cartMenuDropdown  .dropdown-submenu > .dropdown-menu {
    display: none !important;
}

.cartMenuDropdown .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
}

.cartMenuDropdown .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.cartMenuDropdown .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.cartMenuDropdown .dropdown-submenu.pull-left {
    float: none;
}

.cartMenuDropdown .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.cartMenuDropdown .dropdown-large {
    position: absolute !important;
}

.cartMenuDropdown .dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}

.cartMenuDropdown .dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}

.cartMenuDropdown .dropdown-menu-large > li > ul > li {
    list-style: none;
}

.cartMenuDropdown .dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.cartMenuDropdown .dropdown-menu-large > li ul > li > a:hover,
.cartMenuDropdown .dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.cartMenuDropdown .dropdown-menu-large .disabled > a,
.cartMenuDropdown .dropdown-menu-large .disabled > a:hover,
.cartMenuDropdown .dropdown-menu-large .disabled > a:focus {
    color: #999999;
}

.cartMenuDropdown .dropdown-menu-large .disabled > a:hover,
.cartMenuDropdown .dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.cartMenuDropdown .dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
}

@media (max-width: 768px) {
    .cartMenuDropdown .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

    .cartMenuDropdown .dropdown-menu-large > li {
        margin-bottom: 30px;
    }

    .cartMenuDropdown .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }

    .cartMenuDropdown .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }

    .tabllinkedin .nav-list {
        margin-left: 0px !important;
    }
}

.cartMenuDropdown .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.cartMenuDropdown .dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.cartMenuDropdown .nav-tabs .dropdown-menu, .cartMenuDropdown .nav-pills .dropdown-menu,.cartMenuDropdown .navbar .dropdown-menu {
    margin-top: 0;
}

@media only screen and (min-width: 769px) {
    .cartMenuDropdown .dropdown-menu {
        width: 490px;
        left: -245px;
    }
    .cartMenuDropdown .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.cartMenuDropdown .nav-tabs .dropdown-menu, .cartMenuDropdown .nav-pills .dropdown-menu, .cartMenuDropdown .navbar .dropdown-menu {
    margin-top: 0;
}

@media (max-width: 640px) {
    .cartMenuDropdown {
        margin-left: 0px !important;
    }
}
@media (min-width: 1020px) {
    .cartMenuDropdown .dropdown-menu {
        /*left: auto;
        right: 0;*/
        left: -135px;
    }
}
/*Cart dropdown end*/

/*Impersonate session strat*/
.clsDivImpersonateNotification {
    background-color: red;
    margin: -5px 0px;
    padding: 10px !important;
}
.divImpersonateMembershipDetails {
    margin-bottom: 35px;
}
@media (max-width: 767px) and (min-width: 488px) {
    .divImpersonateMembershipDetails {
        margin-bottom: 25px;
    }
}
@media (max-width: 320px) {
    .divImpersonateMembershipDetails {
        margin-bottom: 70px;
    }
}
/*Impersonate session end*/

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}

.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large > li > ul > li {
    list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
}

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu-large > li {
        margin-bottom: 30px;
    }

    .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }

    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.calendar-action
{
    margin: 5px 0px;
}
@media only screen and (min-width: 769px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }    
}

@media (max-width: 767px){
    .navbar-default .navbar-nav .open .dropdown-menu > li > a.menuItems {
        color: white;
    }
    .mem-group-navbar .nav.navbar-nav.navbar-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position:relative
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
    }
    .navbar-header{
        float:left;
    }
}

@media (max-width: 767px) {
    .calendar-action {
        text-align: center !important;
    }    
}
.badgeOnTop {
    position: relative;
    top: -10px;
    left: 2px;
    display: inline-block;
    min-width: 10px;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
    height: 16px;
}