﻿body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

input, select, button, textarea {
    font-size: 13px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}
/*-------------------------Top Links----------------------------*/
.top-links {
    background-color: #464444;
    padding: 2px 0px 4px 0px;
}

.inner-content {
    width: 1160px;
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
}

    .inner-content ul {
        float: right;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .inner-content ul li {
            float: left;
            list-style: none;
        }

            .inner-content ul li a {
                text-transform: uppercase;
                color: #fff;
                margin-left: 12px;
                font-size: 11px;
                text-decoration: none;
            }

                .inner-content ul li a:hover {
                    color: #e98300;
                }

/*-------------------------Top Links Close----------------------------*/

.header-wrapper {
    width: 1160px;
    margin: 0 auto;
    color: #444;
    overflow: hidden;
    padding: 5px 0px;
}

.adminheader-wrapper {
    margin: 0 30px;
    color: #444;
    overflow: hidden;
    padding: 5px 0px;
}
/*-------------------------Top Left Header----------------------------*/
.site-title {
    font-size: 41px;
}

.logo {
    text-decoration: none;
    color: #de4a4a;
    font-weight: bold;
    font-family: Calibri;
    padding: 8px 0 15px 0;
    display: block;
}

.half_logo {
    color: #1c64a1;
}

.last_logo {
    font-style: italic;
}

.L_sogo {
    font-size: 30px;
}

.site-caption {
    font-size: 20px;
    position: relative;
    font-weight: normal;
    top: 0px;
    color: #444;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}
/*-------------------------Top Header Left Close----------------------------*/

/*-------------------------Header Right----------------------------*/

.login_section {
    padding: 15px 0 10px 0;
    display: block;
    float: right;
}

    .login_section a {
        text-decoration: none;
        color: #333;
    }

.logout {
    text-decoration: none;
    color: #fff !important;
    background-color: #d35354;
    padding: 3px 8px;
    font-size: 12px;
    margin-left: 5px;
}

.welcome {
    color: #e98300;
}

.username {
    color: #444;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.logout_btn {
    display: inline-block;
}

    .logout_btn a {
        text-decoration: none;
        color: #fff;
        background-color: #de4a4a;
        padding: 3px 8px;
        font-size: 12px;
    }

.search_chat {
    clear: both;
    float: right;
    /*width: 355px;*/
}


.web-search {
    border: #1e64a2 solid 1px;
    height: 37px;
    width: 230px;
    float: left;
}

    .web-search input {
        border: none;
        height: 35px;
        outline: none;
        width: 187px;
        padding: 0 0 0 5px;
    }

.search_btn {
    float: right;
    background-image: url(../content/images/search.jpg);
    height: 37px;
    width: 34px;
    display: block;
}

.chat_btn {
    float: right;
    margin-left: 10px;
}


    .chat_btn a {
        float: right;
        background-image: url(../content/images/live_chat.jpg);
        height: 39px;
        width: 112px;
        display: block;
    }

.before_login {
    float: left;
    list-style: none;
    margin: 0px;
}

    .before_login li {
        float: left;
    }

        .before_login li a {
            text-decoration: none;
            color: #fff;
            background-color: #d35354;
            padding: 3px 8px;
            font-size: 12px;
            margin-left: 5px;
        }

            .before_login li a:hover {
                background-color: #818181;
            }

/*-------------------------Header Right Close----------------------------*/


/*-------------------------Navigation----------------------------*/
.navigation {
    width: 100%;
    margin: 0 auto 0px auto;
    height: 54px;
    background-color: #1e64a2;
}

.nav_mid {
    width: 1160px;
    padding: 0px;
    margin: 0 auto;
    box-sizing: border-box;
}

.adminnav_mid {
    width: 1160px;
    padding: 0px;
    margin: 0 0 0 10px;
    box-sizing: border-box;
}

#ddmenu li .translate_btn {
    color: #FFF;
    height: 0px;
    top: -6px;
    position: relative;
    bottom: 0px;
    clear: both;
    margin: 0px;
    padding: 0px;
    background-color: #1CAEE7;
    /*background-color: #1CAEE7;
    padding: 3px 29px;
    text-decoration: none;
    color: #fff;
    border-right: none;
    border-left: none;
    text-shadow: none;
    box-shadow: 0px 0px 2px #444;
    position: relative;
    top: 0px;*/
}

    #ddmenu li .translate_btn:hover {
        padding: 0px;
        margin: 0px;
    }

#ddmenu li a.translate_btn_minscreen {
    display: none;
}

/*--------------------Navigation Close-----------------------*/


/*-------------------------Footer----------------------------*/
.footer {
    background-color: #E2E2E2;
    padding: 30px 0 0px 0;
    clear: both;
    border-top: #DBDBDB solid 1px;
}

.footer_content {
    width: 1160px;
    margin: 0 auto;
    color: #444;
    overflow: hidden;
}

.adminfooter_content {
    margin: 0 30px;
    color: #444;
    overflow: hidden;
}

.footer_links {
    width: 240px;
    float: left;
    padding-right: 10px;
}

    .footer_links h2 {
        padding: 0px 0px 15px 0;
        margin: 0px;
        font-size: 24px;
        font-weight: normal;
        color: #D44F50;
        font-family: "Segoe UI", "Segoe UI", Arial, sans-serif;
        width: 100%;
    }

    .footer_links ul {
        margin: 0px;
        padding: 0px 0px 20px 5px;
        list-style-image: url(../content/images/footer_arrow.png);
        list-style-position: inside;
    }

    .footer_links li {
        padding-bottom: 13px;
    }

    .footer_links a {
        color: #494949;
        font-family: Calibri;
        text-decoration: none;
    }

        .footer_links a:hover {
            color: #1e64a2;
            font-family: Calibri;
            text-decoration: none;
        }


    .footer_links p {
        margin: 0px;
        padding: 0px;
        padding-left: 5px;
        color: #858585;
        font-family: Calibri;
        line-height: 23px;
    }

    .footer_links span {
        padding: 15px 0 0 7px;
        display: block;
    }

.rating {
    background-image: url(../content/images/blue_ratingstar.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    overflow: hidden;
    border: none;
}

    .rating:hover {
        background-image: url(../content/images/dark_ratingstar.png);
        width: 16px;
        height: 16px;
        display: inline-block;
        overflow: hidden;
        border: none;
    }


.footer_links_right {
    width: 300px;
    float: right;
}

.footer-logo {
    color: #1e64a2;
    font-family: Calibri;
    font-size: 35px;
    text-decoration: none;
}

.footer_halflogo {
    color: #d35354;
}

.footer_links_right a.alink {
    color: #494949;
    font-family: Calibri;
    text-decoration: none;
}

    .footer_links_right a.alink:hover {
        color: #1e64a2;
        font-family: Calibri;
        text-decoration: none;
    }

.footer_links_right p {
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    color: #858585;
    font-family: Calibri;
    line-height: 23px;
}

.footer_links_right h3 {
    padding: 70px 0px 10px 7px;
    margin: 0px;
    font-family: "Segoe UI", "Segoe UI", Arial, sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #D44F50;
}

.footer_links_right ul {
    margin: 0px;
    padding: 0px 0px 20px 5px;
    float: left;
    list-style: none;
}

.footer_links_right li {
    float: left;
    padding-right: 10px;
}

.facebook {
    background-image: url(../content/images/facebook_icon.png);
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
}

.YouTube {
    background-image: url(../Content/images/youtube.png);
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
}

.twitter {
    background-image: url(../content/images/twitter_icon.png);
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
}

.linkedin {
    background-image: url(../content/images/linkedin_icon.png);
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
}

.site_rights {
    background-color: #464444;
    padding: 8px 0px;
    text-align: right;
    color: #d8d8d8;
    font-size: 13px;
}

.footer_bottomline {
    width: 1160px;
    margin: 0 auto;
}

.adminfooter_bottomline {
    margin: 0 30px;
}

/*-------------------------Footer Close----------------------------*/

/*-------------------------Body Content Styles----------------------------*/
.body_content {
    width: 1160px;
    overflow: hidden;
    /*display:inline-block;*/
    margin: 20px auto;
    font-family: "Segoe UI", "Segoe UI", Arial, Sans-Serif;
    line-height: 22px;
    font-size: 12px;
}


.top_div_padding {
    border: #cecece solid 1px;
    padding: 0px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 2px #444;
}

.top_div {
    overflow: hidden;
}

.title_div {
    padding: 15px 15px;
    overflow: hidden;
    border: #CECECE solid 1px;
    border-bottom: 1px solid #CECECE;
    background-color: #f1f1f1;
}

    .title_div img {
        float: left;
        padding-right: 8px;
    }

/*-------------------------Body Content Styles Close----------------------------*/

/*------------------------------Home Page content------------------------------*/

.welcome_text {
    padding: 10px;
    width: auto;
    float: left;
}

.welcome_img_left {
    float: left;
    padding: 10px;
    padding-left: 0px;
}

.welcome_img_right {
    float: right;
    padding: 10px;
    padding-right: 0px;
}

.welcome_text h1 {
    font-family: "Segoe UI Light", "Segoe UI", Arial, Sans-Serif;
    font-size: 26px;
    color: #1c64a1;
    margin: 0px;
    padding: 0px 0 8px 0;
    font-weight: bold;
}

.welcome_text p {
    color: #d83c54;
    font-size: 17px;
}

h2 {
    font-family: "Segoe UI Light", "Segoe UI", Arial, Sans-Serif;
    font-size: 27px;
    color: #D83D3D;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    float: left;
}

.top_div img {
    float: left;
    padding-right: 8px;
}

.appstore_div {
    padding: 15px 0 0 0px;
    clear: both;
    overflow: hidden;
    background-color: #FFFFFF;
    border: #CECECE solid 1px;
    border-top: none;
    box-sizing: border-box;
}

.product_box {
    border: #C4C4C4 solid 1px;
    border-bottom: #C4C4C4 solid 5px;
    width: 215.5px;
    float: left;
    margin: 0 7px 14px 7px;
    cursor: pointer;
    background-color: #fff;
}

    .product_box:hover {
        border: 1px solid #de4a4a;
        border-bottom: #de4a4a solid 5px;
        float: left;
        cursor: pointer;
        background-color: #fff;
    }

.product_box_selected {
    border: #1e64a2 solid 1px;
    border-bottom: #1e64a2 solid 5px;
    width: 215.5px;
    float: left;
    margin: 0 7px 14px 7px;
    cursor: pointer;
    background-color: #fff;
}

.product_box_mask {
    width: 211px;
    height: 237px;
    position: absolute;
    background-color: rgba(0255,255,255,0.1);
    display: none;
    z-index: 10000;
    box-shadow: 0 0px 5px rgba(150, 150, 150, 0.3), 0 0 10px 5px rgba(208, 221, 226, 0.4) inset;
}

.prod_logo {
    width: 60px;
    height: 60px;
}

.app_title {
    padding: 15px 15px 10px 15px;
    border-bottom: #e3e3e3 solid 1px;
    overflow: hidden;
}

    .app_title img {
        height: 35px;
        float: left;
    }

.pro_titlediv {
    float: left;
    width: 130px;
}

.Product_Rating {
    background-image: url(../../Content/images/five_star_rating.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 130px;
    margin: 3px 0 0 0px;
}

.Product_Rating_comp {
    background-image: url(../../Content/images/five_star_rating_given.png);
    background-repeat: no-repeat;
    height: 14px;
    width: 130px;
    margin: 3px 0 0 3px;
}

.app_title .title {
    color: #1e64a2;
    font-family: "Segoe UI", "Segoe UI", Arial, Sans-Serif;
    font-size: 16px;
    font-weight: normal;
    clear: both;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app_title .caption {
    color: #848484;
    font-size: 11px;
    font-weight: bold;
    clear: both;
    overflow: hidden;
    letter-spacing: 0.5px;
}

.app_content {
    padding: 15px;
}

.sml_discription {
    line-height: 17px;
    font-size: 12px;
    height: 68px;
    overflow: hidden;
    color: #424242;
}


.div_price {
    background-color: #fff;
    border-top: #e3e3e3 solid 1px;
    padding: 0px 10px 10px 10px;
}

.div_arrow_top {
    position: relative;
    display: inline-block;
    border-color: transparent;
    border-style: solid;
    top: -17px;
    left: 17px;
    border-bottom-color: #D1C4C4;
    content: " ";
    border-width: 8px;
    box-sizing: border-box;
}

    .div_arrow_top:after {
        position: absolute;
        display: block;
        border-color: transparent;
        border-style: solid;
        top: -8px;
        left: -9px;
        border-bottom-color: #fff;
        content: " ";
        border-width: 9px;
        box-sizing: border-box;
    }

.app_price {
    border-left: #e3e3e3 solid 1px;
    border-top: #e3e3e3 solid 1px;
    width: 100%;
    margin-top: -10px;
}

    .app_price th {
        border-right: #e3e3e3 solid 1px;
        border-bottom: #e3e3e3 solid 1px;
        background-color: #ececec;
        color: #1e64a2;
        text-align: center;
        font-size: 13px;
        font-weight: normal;
    }

    .app_price td {
        border-right: #e3e3e3 solid 1px;
        border-bottom: #e3e3e3 solid 1px;
        text-align: center;
        font-size: 16px;
    }

.Pro_categorieses {
    width: 100%;
    overflow: hidden;
    border: #ccc solid 1px;
    /*border-top:none;*/
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0 10px 10px;
    float: left;
}


.Pro_categories {
    width: 100%;
    overflow: hidden;
    border: #ccc solid 1px;
    /*border-top:none;*/
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0 10px 10px;
    float: left;
}

    .Pro_categories span {
        float: right;
    }

    .Pro_categories ul {
        margin: 0;
        padding: 0px 0px;
    }

        .Pro_categories ul li {
            margin: 0 6px 0px 0;
            float: left;
            list-style: none;
        }

            .Pro_categories ul li a {
                padding: 0px 10px;
                float: left;
                list-style: none;
                text-decoration: none;
                border: #D5D5D5 solid 1px;
                box-sizing: border-box;
                background-color: #DFDFDF;
                color: #5A5A5A;
            }

                .Pro_categories ul li a:hover {
                    padding: 0px 10px;
                    float: left;
                    list-style: none;
                    text-decoration: none;
                    border: #d35354 solid 1px;
                    box-sizing: border-box;
                    background-color: #de4a4a;
                    color: #fff;
                }

.cls_Category {
    padding: 03px 10px 05px 10px;
    list-style: none;
    text-decoration: none;
    border: #D5D5D5 solid 1px;
    box-sizing: border-box;
    background-color: #DFDFDF;
    color: #5A5A5A;
    cursor: pointer;
    margin: 02px 6px 02px 0px;
}

    .cls_Category:hover {
        padding: 03px 10px 05px 10px;
        list-style: none;
        text-decoration: none;
        border: #de4a4a solid 1px;
        box-sizing: border-box;
        background-color: #de4a4a;
        color: #FFFFFF;
        cursor: pointer;
        margin: 02px 6px 02px 0px;
    }

.cls_Category_Selected {
    padding: 03px 10px 05px 10px !important;
    list-style: none !important;
    text-decoration: none !important;
    border: #1e64a2 solid 1px !important;
    box-sizing: border-box !important;
    background-color: #1e64a2 !important;
    color: #fff !important;
    cursor: pointer !important;
    margin: 02px 6px 02px 0px !important;
}
/*-----------------------------------------------------------------------------------------------*/
.slidernext {
    height: 27px;
    padding: 0px 6px;
    width: 20px;
    font-size: 19px;
    color: #fff;
    background: #de4a4a;
    border: #D5D5D5 solid 0px;
    float: right;
    margin: 0px 05px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.slidernext_selected {
    border: 0px solid #ebebeb;
    height: 27px;
    padding: 0px 6px;
    font-size: 19px;
    width: 20px;
    margin: 0px 05px;
    float: right;
    color: #B6B6B6;
    text-decoration: none;
    background: #ebebeb;
    cursor: pointer;
    opacity: 1;
    pointer-events: none;
}

.sliderprev {
    border-radius: 0px;
    height: 27px;
    padding: 0px 6px;
    width: 20px;
    font-size: 19px;
    color: #fff;
    background: #de4a4a;
    border: #D5D5D5 solid 0px;
    float: left;
    margin: 0px 05px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.sliderprev_selected {
    border: 0px solid #ebebeb;
    height: 27px;
    padding: 0px 6px;
    font-size: 19px;
    width: 20px;
    margin: 0px 05px;
    float: left;
    color: #B6B6B6;
    text-decoration: none;
    background: #ebebeb;
    cursor: pointer;
    opacity: 1;
    pointer-events: none;
}

.pagesbuttonprev {
    border: 1px solid #dcdcdc;
    padding: 1px 10px;
    margin: 0px 05px 1px 0px;
    float: left;
    color: #333;
    text-decoration: none;
    background: #ececec;
    cursor: pointer;
}

    .pagesbuttonprev:hover {
        background: #1e64a2;
        color: #fff;
    }

.pagesbuttonprev_selected {
    border: 1px solid #ebebeb;
    padding: 1px 10px;
    margin: 0px 05px 1px 0px;
    float: left;
    color: #B6B6B6;
    text-decoration: none;
    background: #ebebeb;
    cursor: pointer;
    opacity: 1;
    pointer-events: none;
}

.pagesnumbers {
    border: 1px solid #dcdcdc;
    padding: 1px 10px;
    margin: 0px 05px 1px 0px;
    float: left;
    color: #333;
    text-decoration: none;
    background: #ececec;
    cursor: pointer;
}

.pagesnumbers_selected {
    border: 1px solid #1e64a2;
    padding: 1px 10px;
    margin: 0px 05px 1px 0px;
    float: left;
    color: #FFF;
    text-decoration: none;
    background: #1e64a2;
    cursor: pointer;
}

.pagesbuttonnext {
    border: 1px solid #dcdcdc;
    padding: 1px 10px;
    margin: 0px 05px 1px 0px;
    float: left;
    color: #333;
    text-decoration: none;
    background: #ececec;
    cursor: pointer;
}

    .pagesbuttonnext:hover {
        background: #1e64a2;
        color: #fff;
    }

.pagesbuttonnext_selected {
    border: 1px solid #ebebeb;
    padding: 1px 10px;
    margin: 0px 05px 1px 0px;
    float: left;
    color: #B6B6B6;
    text-decoration: none;
    background: #ebebeb;
    cursor: pointer;
    opacity: 1;
    pointer-events: none;
}
/*------------------------------------------------------------------------------------------*/
.sort_products {
    float: right;
}

    .sort_products ul {
        margin: 0;
        padding: 0px 0px;
    }

        .sort_products ul li {
            margin: 3px 6px 0px 0;
            float: left;
            list-style: none;
        }

            .sort_products ul li a {
                padding: 0px 3px;
                float: left;
                list-style: none;
                text-decoration: none;
                color: #1e64a2;
            }

                .sort_products ul li a:hover {
                    padding: 0px 3px;
                    list-style: none;
                    text-decoration: none;
                    color: #444;
                    margin: 3px 6px 0px 0;
                    float: left;
                }

    .sort_products a {
        padding: 0px 3px;
        float: left;
        list-style: none;
        text-decoration: none;
        color: #1e64a2;
        margin: 3px 6px 0px 0;
        float: left;
        cursor: pointer;
    }

        .sort_products a:hover {
            padding: 0px 3px;
            float: left;
            list-style: none;
            text-decoration: none;
            color: #444;
            margin: 3px 6px 0px 0;
            float: left;
        }

.sort_products_selected {
    padding: 0px 3px;
    float: left;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    color: #de4a4a;
    margin: 3px 6px 0px 0;
    float: left;
}

.sort_products_pricelow {
    padding: 0px 3px;
    float: left;
    background: url('../../Content/images/arrow-down16.png') no-repeat 28px 4px;
    list-style: none;
    text-decoration: none;
    color: #444;
    margin: 3px 6px 0px 0;
    float: left;
    width: 35px;
}

.sort_products_pricehigh {
    padding: 0px 3px;
    float: left;
    background: url('../../Content/images/arrow-up16.png')no-repeat 28px 4px;
    list-style: none;
    text-decoration: none;
    color: #444;
    margin: 3px 6px 0px 0;
    float: left;
    width: 35px;
}

/*-------------------------543Page content Close----------------------------*/


/*-------------------------------Home(index - Community Knowledge) styles-----------------------------*/

.community_div {
    clear: both;
    background: #f1f1f1;
    padding: 18px;
    margin-bottom: 0px;
    border: 1px solid #dcdcdc;
}

    .community_div h2.title_com {
        font-family: "Segoe UI Light", "Segoe UI", Arial, Sans-Serif;
        font-size: 30px;
        color: #155e87;
        margin: 0px;
        padding: 0px;
        font-weight: bold;
    }

    .community_div img {
        float: left;
        padding-right: 8px;
    }

.blog_divs {
    font-family: "Segoe UI", "Segoe UI", Arial, Sans-Serif;
    font-size: 13px;
    line-height: normal;
    overflow: hidden;
    clear: both;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
}

.blog_box {
    background-color: #fff;
    border: 1px solid #DFDFDF;
    float: left;
    width: 269px;
    margin-right: 14px;
    min-height: 415px;
    font-family: Calibri;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.blog_header {
    color: #E7E7E7;
    padding: 15px 15px;
    border-bottom: 1px solid #E2E2E2;
    background-color: #1e64a2;
    font-size: 21px;
}

    .blog_header img {
        float: right;
    }

.subheaderblog {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
    padding: 7px 10px;
}

.subheadercrmaddons {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
    padding: 13px 15px;
}

    .subheadercrmaddons a {
        color: #d35354;
        font-size: 13px;
        font-family: Calibri;
        font-weight: bold;
        text-align: right;
        text-decoration: none;
    }

.subheaderblog a {
    color: #d35354;
    font-size: 13px;
    font-family: Calibri;
    font-weight: bold;
    text-decoration: none;
}

.submit_btn {
    color: #1e64a2;
    background-color: #f5f5f5;
    border-radius: 2px;
    padding: 3px 5px;
    text-decoration: none;
    font-size: 12px;
    border: #dcdcdc solid 1px;
    margin-left: 12px;
}

.blog_subhead {
    margin: 10px 15px 6px 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #D1D1D1;
}

    .blog_subhead a {
        font-size: 14px;
        text-decoration: none;
        color: #686868;
    }

    .blog_subhead div img {
        margin-right: 7px;
    }

    .blog_subhead div {
        font-size: 12px;
        color: #a8a8a8;
        margin-top: 7px;
        font-weight: bold;
    }

    .blog_subhead:last-child {
        border-bottom: none;
    }

.forms_subhead {
    margin: 10px 15px 3px 15px;
    padding-bottom: 9px;
    border-bottom: 1px dotted #D1D1D1;
}

    .forms_subhead:last-child {
        border-bottom: none;
    }

.forums_btm {
    margin-top: 2px;
    padding-bottom: 4px;
}

.forms_subhead a {
    font-size: 13px;
    text-decoration: none;
    color: #686868;
}

.forums_answer {
    width: 50%;
    margin-top: 5px;
}

    .forums_answer a {
        color: #2a7daa;
        font-size: 13px;
        font-family: Arial;
    }

        .forums_answer a img {
            margin-right: 5px;
            position: relative;
            top: 2px;
            border: none;
        }

.forum_replies {
    position: relative;
    text-align: right;
    top: -14px;
    float: right;
    color: #a8a8a8;
    font-size: 12px;
    font-weight: bold;
}

    .forum_replies span {
        color: #e98200;
        font-size: 12px;
    }


.latest {
    margin: 10px 15px 6px 15px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #D1D1D1;
    font-size: 14px;
    color: #686868;
    overflow: hidden;
}

    .latest:last-child {
        border-bottom: none;
    }

    .latest p {
        font-size: 14px;
        color: #686868;
        margin: 0px 0px 5px 0;
    }

    .latest a {
        text-decoration: none;
        float: left;
        color: #0c75ae;
        font-size: 13px;
        overflow: hidden;
    }


.addons_header {
    margin: 12px 15px;
    line-height: 21px;
}

    .addons_header h4 {
        margin: 0px;
        padding: 0px;
        color: #007dbe;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .addons_header p {
        color: #686868;
        font-size: 13px;
        margin: 2px 0px 7px 0px;
        font-family: Calibri;
        line-height: 16px;
    }

    .addons_header a {
        color: #fff;
        background-color: #d35354;
        border-radius: 2px;
        padding: 6px 15px;
        text-decoration: none;
        font-size: 12px;
    }


a.addons_header_btn {
    color: #fff;
    background-color: #d35354;
    border-radius: 2px;
    padding: 6px 15px;
    text-decoration: none;
    font-size: 12px;
}


/*------------------------------Home(index - Community Knowledge) styles Close-------------------------------*/

/*------------------------------------------------Blog Start ------------------------------------------------*/
.wrapper_blog {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    max-width: 1160px;
}

.left_pane {
    width: 29%;
    float: left;
}

.right_pane {
    width: 70%;
    float: right;
    background-color: #fff;
    border: 1px solid #dadada;
}

.blogheader {
    background-color: #f1f1f1;
    height: 63px;
    border-bottom: 1px solid #dadada;
}

.tri-down {
    position: relative;
    height: 43px;
    border-bottom: 1px solid #dadada;
    background: #f1f1f1;
    padding: 15px 20px;
}

.blogleftmenu {
    position: relative;
    height: 26px;
    border-bottom: 1px solid #dadada;
    background: #f1f1f1;
    padding: 12px 20px;
    border-top: 1px solid #fff;
}

.tri_arrow {
    background-image: url(../../Content/images/tri_arrow.png);
    background-repeat: no-repeat;
    position: relative;
    width: 16px;
    height: 16px;
    float: right;
    top: 58px;
}

.lefttriarrow {
    background-image: url(../../Content/images/tri_arrow.png);
    background-repeat: no-repeat;
    position: relative;
    width: 16px;
    height: 16px;
    float: right;
    top: 26px;
}

.leftmenuarrow {
    background-image: url(../../Content/images/tri_arrow.png);
    background-repeat: no-repeat;
    position: relative;
    width: 16px;
    height: 16px;
    float: right;
    top: 16px;
    z-index: 9999;
}

.blogmainheader {
    color: #696969;
    font-size: 20px;
    float: left;
}

    .blogmainheader label {
        color: #7d7d7d;
        font-size: 14px;
    }

.sortmenu {
    margin-top: 32px;
    width: 100%;
    text-align: right;
    position: absolute;
    right: 20px;
}

    .sortmenu span {
        font-weight: bold;
        font-size: 13px;
    }

    .sortmenu a {
        text-decoration: none;
        color: #d35354;
        margin: 0px 8px;
    }

        .sortmenu a:hover {
            text-decoration: underline;
            color: #d35354;
            margin: 0px 8px;
        }

.blogcontent {
    padding: 15px 20px;
}


.contentdiv {
    margin-top: 20px;
}

    .contentdiv div {
        padding-bottom: 10px;
        margin: 0px 0px 10px 0px;
        border-bottom: 1px solid #d5d5d5;
    }

    .contentdiv label {
        font-size: 16px;
        font-weight: bold;
        color: #105f8c;
        padding-left: 5px;
    }

    .contentdiv img {
        top: 3px;
        position: relative;
    }

    .contentdiv div .contentlink {
        color: #105f8c;
        font-size: 18px;
    }

        .contentdiv div .contentlink:hover {
            color: #105f8c;
            font-size: 18px;
        }

    .contentdiv span {
        font-size: 12px;
        color: #919191;
    }

    .contentdiv a {
        font-size: 11px;
        padding-left: 5px;
        text-decoration: none;
        color: #105f8c;
    }

        .contentdiv a:hover {
            font-size: 11px;
            padding-left: 5px;
            text-decoration: underline;
            color: #105f8c;
        }

    .contentdiv div div {
        float: right;
    }

    .contentdiv p {
        padding: 0px 0px 10px 0px;
        line-height: 22px;
    }

.blogleftheader {
    color: #696969;
    font-size: 20px;
    margin-top: 10px;
}

.blogleftmenuheader {
    color: #696969;
    font-size: 20px;
}

.blogleftmenuheader {
    color: #696969;
    font-size: 20px;
}

.blogsearch {
    padding: 27px 20px;
    border-bottom: 1px solid #d6d6d6;
}

    .blogsearch input[type="search"] {
        height: 27px;
        border: 1px solid #cdcdcd;
        width: 212px;
        text-indent: 3px;
        outline: none;
    }

    .blogsearch input[type="button"] {
        color: #fff;
        background-color: #d35354;
        border-radius: 2px;
        padding: 5px 0px 7px 0px;
        width: 75px;
        border: none;
        outline: none;
        margin: 0px 04px;
    }

    .blogsearch input[type="email"] {
        height: 24px;
        border: 1px solid #cdcdcd;
        width: 211px;
        text-indent: 3px;
        outline: none;
        margin-top: 10px;
    }

    .blogsearch a {
        color: #fff;
        background-color: #2a7daa;
        border-radius: 2px;
        padding: 6px 12px;
        text-decoration: none;
        font-size: 12px;
        border: none;
        position: relative;
        margin-left: 5px;
    }

.blogmenu {
    margin: 0px;
    padding: 27px 0px;
}

    .blogmenu ul {
        margin: 0px 20px 0px 20px;
        padding: 0px;
    }

        .blogmenu ul li {
            margin: 0px;
            padding: 7px 0px 0px 0px;
            list-style: url(../../Content/images/arrow.png);
            border-bottom: 1px solid #ECECEC;
        }

            .blogmenu ul li a {
                color: #084f8c;
                font-size: 16px;
                text-decoration: none;
                width: 195px;
                display: inline-block;
                overflow: hidden;
            }

.blogsuitediv {
    padding: 20px;
}

.blogsuiteheader {
    color: #105f8c;
    font-size: 18px;
    border-bottom: 1px solid #105f8c;
    padding-bottom: 10px;
}

.blogsuitediv span {
    color: #474747;
    font-size: 12px;
}

.blogsuitediv a {
    color: #155e87;
    text-decoration: none;
    font-size: 13px;
}

    .blogsuitediv a:hover {
        color: #155e87;
        text-decoration: underline;
        font-size: 13px;
    }

.blogdate {
    margin-top: 10px;
}

    .blogdate img {
        margin-left: 20px;
        position: relative;
        top: 5px;
    }

    .blogdate label {
        top: 2px;
        left: 5px;
        position: relative;
        font-size: 15px;
        color: #000;
        font-weight: 800;
    }

.blogsubheader {
    color: #155e87;
    font-size: 16px;
    padding: 10px 0px 2px 0px;
}

.blogsuitediv p {
    font-size: 12px;
    line-height: 22px;
    margin: 5px 0px;
    padding: 0px;
}

.blogsection {
    border-bottom: 1px solid #d8d8d8;
    padding: 0px 20px 15px 20px;
}

    .blogsection ul {
        padding: 0px;
        margin: 10px 0px 15px 0px;
    }

        .blogsection ul li {
            padding: 5px 0px 0px 0px;
            list-style-type: none;
            margin: 0px;
        }

            .blogsection ul li a {
                text-decoration: none;
                color: #333;
            }

                .blogsection ul li a:hover {
                    text-decoration: underline;
                }

                .blogsection ul li a label {
                    padding-left: 5px;
                    color: #2a7daa;
                    font-weight: bold;
                    font-size: 12px;
                }

.ac-small ul {
    margin-top: 10px;
}

    .ac-small ul li {
        padding: 5px 0px 0px 20px;
    }
/*-----------------------according vertical menu-------------------------------------------*/
.menu_list {
    width: 99.5%;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
}

.menu_head {
    padding: 07px 20px;
    cursor: pointer;
    position: relative;
    margin: 0px;
    font-size: 15px;
    font-weight: normal;
    background: #fff;
    color: #777;
    border-top: 1px solid #d4d4d4;
}

    .menu_head:first-child {
        border-top: 0px solid #d4d4d4;
    }

.menu_body {
    display: none;
}

    .menu_body a {
        display: block;
        color: #333;
        background-color: #fff;
        font-size: 12px;
        padding: 2px 25px;
        font-weight: normal;
        text-decoration: none;
    }

        .menu_body a:hover {
            color: #000000;
            text-decoration: underline;
        }

        .menu_body a label {
            padding-left: 5px;
            color: #2a7daa;
            font-weight: bold;
            font-size: 12px;
        }

.pignations_body {
    width: 100%;
    overflow: hidden;
    border-top: #e7e7e7 solid 0px;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0 10px 10px;
    float: left;
}

/*------------------------------------------------Blog End ----------------------------------------------------------*/
/*------------------------------------------------Details Page Start--------------------------------------------------*/
.wrapper_inner {
    margin: 0px auto;
    width: 100%;
    max-width: 1160px;
}

.leftpanel {
    margin: 0px;
    width: 100%;
    max-width: 335px;
    float: right;
    background-color: #fff;
    border: 1px solid #dcdcdc;
}

.rightpanel {
    margin: 0px;
    width: 100%;
    max-width: 810px;
    float: left;
    border: 1px solid #dcdcdc;
}

.rightpanel_header {
    margin: 0px;
    width: 100%;
    background: #f1f1f1;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0px;
}

    .rightpanel_header img {
        margin: 0px 05px 0px 15px;
        padding: 0px;
        width: 42px;
        height: 42px;
        float: left;
    }

    .rightpanel_header h1 {
        margin: 0px;
        padding: 0px;
        color: #696969;
        font-size: 26px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: normal;
    }

    .rightpanel_header span {
        float: left;
        color: #7d7d7d;
        font-size: 13px;
        font-weight: normal;
    }

.rightpanel_content {
    margin: 0px 20px;
    width: 95%;
    background: #fff;
    float: left;
}

.rightpanel_content_heading {
    padding: 0px;
    color: #2a7daa;
    font-size: 17px;
    text-align: left;
    font-weight: bold;
    margin: 0px;
}

.rightpanel_content p {
    padding: 0px;
    line-height: 17px;
}

.rightpanel_content ul {
    margin: 10px 25px;
    padding: 0px;
    line-height: 19px;
    list-style: decimal;
}

.Clickhere {
    padding: 0px 20px 20px 10px;
}

    .Clickhere a {
        font-size: 14px;
        color: #e98300;
        font-weight: 700;
    }

.downloadpanel {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #fff;
    background: #fff;
    margin: 0px;
    overflow: hidden;
}

    .downloadpanel h1 {
        color: #de4a4a;
        font-size: 22px;
        font-weight: normal;
        background: #f1f1f1;
        padding: 21px 20px;
        border-bottom: 1px solid #dcdcdc;
        margin: 0px;
        float: left;
        width: 89%;
    }


.header_bottom {
    float: right;
    width: 19px;
    height: 13px;
    border: none;
    margin-top: -01px;
    margin-right: 5%;
}


.downloadpanel_content {
    margin: 20px;
    padding: 0px;
    float: left;
    width: 88%;
}

    .downloadpanel_content h3 {
        margin: 3px 0 15px 0;
        padding: 0 0 10px 0;
        color: #1c64a1;
        font-size: 20px;
        border-bottom: 2px dotted #1c64a1;
        font-weight: normal;
    }

    .downloadpanel_content label {
        display: inline-block;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .downloadpanel_content ul {
        list-style: none;
        margin: 0px 0 15px 0;
        padding: 0px;
    }

        .downloadpanel_content ul label {
            color: #5E5E5E;
            margin: 0px;
            padding: 0px 21px;
            font-size: 12px;
            font-weight: bold;
            top: -7px;
            position: relative;
            left: 12px;
        }

        .downloadpanel_content ul li img {
            margin-right: 20px;
        }

        .downloadpanel_content ul li div {
            font-size: 15px;
        }

.downloadpanel li {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    padding: 0px;
    line-height: 25px;
    color: #444;
    font-size: 14px;
    font-weight: bold;
}

    .downloadpanel li a {
        color: #444;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }

        .downloadpanel li a:hover {
            color: #e98300;
        }

    .downloadpanel li img {
        float: left;
        margin: 05px 05px 0px 0px;
        padding: 0px;
    }

.downloadpanel ul li h5 {
    color: #e98300;
    padding: 0px;
    margin: 0;
    top: 0px;
    float: right;
    font-size: 15px;
}

.downloadpanel_content_order {
    margin: 20px;
    padding: 0px;
    float: left;
    width: 88%;
}

    .downloadpanel_content_order ul {
        list-style: none;
        margin: 0px 0px 20px 0px;
        padding: 0px;
        float: left;
        width: 100%;
    }

    .downloadpanel_content_order li {
        width: 100%;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-decoration: none;
        border-bottom: 0px dotted #0c75ae;
        padding: 0px;
    }

        .downloadpanel_content_order li a {
            color: #084f8c;
            font-size: 16px;
            font-weight: normal;
            text-decoration: none;
        }

            .downloadpanel_content_order li a:hover {
                color: #e98300;
            }

        .downloadpanel_content_order li span {
            font-size: 18px;
            color: #e98300;
            font-weight: normal;
            float: right;
        }

.downloadpanel_voteid {
    background: url('../Content/images/accept.png') no-repeat left 05px;
    color: green;
    font-size: 16px;
    padding: 0px 22px;
    width: 88%;
}

/*---------------------------------------------------Details Page End-------------------------------------------------*/

/*----------------------------------------------------Contacts Page Start---------------------------------------------*/
.wrapper_contact {
    margin: 0px auto;
    width: 100%;
    max-width: 1160px;
}

.leftpanel_contact {
    margin: 0px;
    width: 100%;
    max-width: 335px;
    float: left;
}

.leftpanel_contact_panel {
    border-bottom: 1px solid #dcdcdc;
    background: #fff;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

    .leftpanel_contact_panel h1 {
        padding: 21px 20px;
        color: #696969;
        font-size: 22px;
        font-weight: normal;
        margin: 0px;
        width: 88.2%;
        background: #f1f1f1;
        border-top: 1px solid #fff;
        border-bottom: 1px dotted #dcdcdc;
    }

        .leftpanel_contact_panel h1 img {
            float: right;
            border: none;
            margin: 0px;
        }

    .leftpanel_contact_panel p {
        float: none;
        border: none;
        padding: 6px 20px;
        line-height: 20px;
    }

    .leftpanel_contact_panel b {
        color: #1e64a2;
    }

    .leftpanel_contact_panel button {
        background: #2a7daa;
        color: #fff;
        padding: 5px 10px;
        border: none;
        float: right;
        border-radius: 2px;
        cursor: pointer;
    }

        .leftpanel_contact_panel button:hover {
            background: #e98300;
        }

.leftpanel_contact_heading {
    padding: 5px 5px 0px 20px;
    color: #1e64a2;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    float: left;
    width: 95%;
}

.rightpanel_contact {
    margin: 0px;
    width: 100%;
    max-width: 805px;
    float: right;
}

.rightpanel_contact_content {
    margin: 0px;
    width: 99%;
    background: #fff;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}

.rightpanel_contact_header {
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #dcdcdc;
}

    .rightpanel_contact_header span {
        margin: 0px;
        padding: 20px 0px;
        font-size: 25px;
        float: left;
        color: #155e87;
    }

    .rightpanel_contact_header img {
        width: 32px;
        height: 32px;
        margin: 15px 0 0 10px;
        float: left;
    }

.rightpanel_contact_heading {
    padding: 5px 5px 5px 20px;
    color: #e98300;
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
    float: left;
    width: 25%;
}

.rightpanel_contact p {
    padding: 0px 20px;
    line-height: 17px;
}

.login_panel {
    float: left;
    width: 95%;
    margin: 0px 0px 10px 20px;
    border: 0px solid #dcdcdc;
}

.Contact_login_total {
    width: 100%;
    border: 0px solid #dcdcdc;
    margin: 2px 0px 3px 0px;
    float: left;
}

.Contact_login_text {
    width: 22%;
    border: none;
    float: left;
    font-weight: bold;
    padding: 0px;
}

.Contact_login_input {
    width: 90%;
    border: none;
    padding: 0px;
}

.Contact_login_recapch {
    width: 78%;
    float: right;
    border: none;
    padding: 0px;
}

.Contact_login_input textarea {
    height: 95px;
    outline: none;
    width: 295px;
    border: 1px solid #CECECE;
}

.Contact_login_input select {
    height: 25px;
    outline: none;
    width: 240px;
    border: 1px solid #CECECE;
}

.Contact_login_input span {
    color: #FF0000;
    /*width: 100%;*/
}

.Contact_login_input input[type="text"] {
    height: 20px;
    outline: none;
    width: 235px;
    border: 1px solid #CECECE;
}


/*----------------------------------------------------Contacts Page ENd---------------------------------------------*/



/*---------------------------------------------------About  Page Start----------------------------------------------*/
.total_about {
    margin: 0px auto;
    width: 99.9%;
    background: #fff;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
}

.total_about_content {
    /*padding: 05px 20px;*/
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .total_about_content b {
        padding: 0px;
        color: #e98300;
        font-size: 16px;
    }

    .total_about_content p {
        padding: 0px;
        line-height: 19px;
    }

    .total_about_content img {
        margin: 10px;
        width: 100%;
    }

    .total_about_content span {
        border: 1px solid #1e64a2;
        background: #fff;
        padding: 01px 08px;
        float: right;
        margin: 02px 05px;
    }

        .total_about_content span a {
            text-decoration: none;
            color: #1e64a2;
        }


.total_about_header {
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    /*padding-left: 30px;*/
}

    .total_about_header span {
        margin: 0px;
        padding: 20px 0px;
        font-size: 25px;
        float: left;
        color: #155e87;
    }

    .total_about_header img {
        width: 32px;
        height: 32px;
        margin: 13px 0 0 10px;
        float: left;
        position: relative;
        top: 3px;
        left: 10px;
        margin-right: 15px;
    }
/*---------------------------------------------------About Page End-------------------------------------------------*/
/*---------------------------------------------------Watch Videos---------------------------------------------------*/
.video_body {
    position: fixed;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.66);
    height: 100%;
    width: 100%;
    display: table;
}

.video_inner {
    margin: 0 auto;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.video_inner_content {
    float: none;
    background: #fff;
    margin: 0px auto;
    max-width: 660px;
    padding: 10px;
    border-radius: 10px;
}

    .video_inner_content img {
        margin-left: 570px;
        cursor: pointer;
    }
/*------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------Create a new Account & Login and also Forgot Pages---------------------------*/
.register_wrapper {
    width: 99.8%;
    margin: 0px;
    padding: 0px;
    border: 1px solid #cecece;
    overflow: hidden;
}

    .register_wrapper h2 {
        font-size: 25px;
        color: #155e87;
        background: #f1f1f1;
        width: 96.6%;
        padding: 12px 20px;
        border-bottom: 1px solid #cecece;
    }

        .register_wrapper h2 img {
            float: left;
            margin-right: 06px;
        }


.register_content {
    margin: 20px;
    padding: 0;
}

    .register_content h3 {
        margin-bottom: 0;
    }


.register_content_left {
    width: 45%;
    margin: 20px;
    padding: 0px;
    float: left;
    border-right: 1px solid #cecece;
}

    .register_content_left strong {
        color: #de4a4a;
    }

    .register_content_left a {
        color: #de4a4a;
        font-weight: bolder;
    }

.resig_total {
    width: 100%;
    float: left;
    margin: 4px 0px;
}

.resig_text {
    width: 155px;
    float: left;
    color: #000;
    font-weight: normal;
}

.resig_field {
    width: 60%;
    float: left;
    color: #000;
}

    .resig_field input[type="text"] {
        width: 80%;
        padding: 3px;
        margin: 0px;
        outline: none;
        border: 1px solid #cecece;
        height: 22px;
    }

    .resig_field input[type="password"] {
        width: 80%;
        padding: 3px;
        margin: 0px;
        outline: none;
    }


    .resig_field select {
        width: 82%;
        padding: 3px;
        border: 1px solid #cecece;
        margin: 0px;
        outline: none;
    }

    .resig_field span {
        color: #FF0000;
        width: 100%;
        float: left;
    }

    .resig_field textarea {
        width: 79.8%;
        padding: 3px;
        margin: 0px;
        border: 1px solid #cecece;
        outline: none;
    }

.register_content_right {
    width: 45%;
    float: right;
    margin: 20px;
    padding: 0px;
}

    .register_content_right a {
        text-decoration: none;
        background: #1e64a2;
        padding: 6px 10px;
        color: #fff;
        border-radius: 2px;
    }

        .register_content_right a:hover {
            background: #de4a4a;
        }

.windowslive {
    width: 100%;
    font-size: 25px;
}

    .windowslive img {
        width: 30%;
        position: relative;
        top: 0px;
    }

.buttons {
    margin-right: 5px;
    padding: 6px 10px;
    background: #1e64a2;
    color: #FFF;
    border: 0px;
    text-decoration: none;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

    .buttons:hover {
        background: #de4a4a;
        color: #FFF;
    }

.cart_btn {
    margin-right: 5px;
    padding: 6px 10px;
    background: #de4a4a;
    color: #FFF;
    border: 0px;
    text-decoration: none;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

    .cart_btn:hover {
        background: #1e64a2;
        color: #FFF;
    }
/*-----------------------------------------Create a new Account-----------------------------------------------------*/

/*------------------------------------------Video App Store Page-----------------------------------------------------*/
.videoapp_wrapper {
    margin: 0px auto;
    width: 100%;
    max-width: 1160px;
}

.top_vid_padding {
    border: #cecece solid 1px;
    padding: 0px 20px 10px 20px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 2px #444;
}

    .top_vid_padding h4 {
        font-weight: bold;
        margin: 0px;
    }

    .top_vid_padding section {
        width: 100%;
        float: left;
    }

        .top_vid_padding section p {
            width: 47.7%;
            float: left;
        }

    .top_vid_padding div a {
        color: #fff;
        background: #d35354;
        border-radius: 2px;
        padding: 3px 15px;
        text-decoration: none;
        font-size: 12px;
        border: none;
        cursor: pointer;
        margin: 17px 10px;
        float: left;
    }

        .top_vid_padding div a:hover {
            background: #1e64a2;
        }

    .top_vid_padding ul {
        margin: 0px;
        padding: 0px 30px;
    }

    .top_vid_padding li {
        margin: 0px;
        padding: 0px;
        line-height: 21px;
        list-style-image: url('images/dottos_arrows.png');
    }

        .top_vid_padding li a {
            color: #333;
            font-size: 12px;
            text-decoration: none;
        }

.sort_products input {
    padding: 2px;
    float: right;
    outline: none;
}

.appstore_div_inner {
    float: left;
    margin: 0px;
    padding: 14px;
    border: #ccc solid 1px;
    border-top: 0px;
}

    .appstore_div_inner p {
        padding: 0px;
        margin: 0px;
    }

.videoapp_box {
    margin: 0px 05px 10px 05px;
    padding: 0px;
    border: 1px solid #cecece;
    width: 214px;
    float: left;
}

    .videoapp_box h5 {
        color: #464646;
        border-bottom: 0px solid #cecece;
        padding: 0px 05px;
        margin: 0px;
        font-size: 13px;
        font-weight: bold;
    }

    .videoapp_box h6 {
        color: #5f5f5f;
        border-bottom: 1px solid #cecece;
        padding: 0px 05px;
        margin: 0px;
        font-size: 11px;
        font-weight: normal;
        height: 45px;
        text-overflow: ellipsis;
        white-space: pre-wrap;
        overflow: hidden;
    }

    .videoapp_box span {
        width: 100%;
        height: 130px;
        margin: 0px;
    }

.rating_pharagrah {
    color: #d35354;
    padding: 0px 05px;
    margin: 0px;
    width: 45%;
    float: left;
}

    .rating_pharagrah span {
        font-weight: bold;
        color: #d35354;
        padding: 0px 05px;
    }

.videoapp_box_stars {
    margin: 02px 05px;
    width: 96%;
    font-weight: bold;
    padding: 0px;
    color: #464646;
    float: left;
}

.video_rating {
    background: url('../../Content/images/videos_rating.png') no-repeat 0px 0px;
    width: 55%;
    height: 17px;
    float: right;
    margin: 2px 0px;
}

.allbuttons {
    background: #1e64a2;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
}

    .allbuttons:hover {
        background: #de4a4a;
    }
/*------------------------------------------Video App Store Page ENd-----------------------------------------------------*/

/*------------------------------------------Knowledge Blog Center page---------------------------------------------------*/
.appstore_bc_inner {
    float: left;
    margin: 0px;
    padding: 0px 15px 15px 15px;
    border: #ccc solid 1px;
    border-top: 0px;
    /* width: 97.4%; */
}

    .appstore_bc_inner img {
        float: right;
        padding-left: 10px;
        padding-right: 0px;
    }

/*.vertical_text {
    color: #333;
    border: 0px solid red;
    writing-mode: tb-rl;
    /*-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    white-space: nowrap;
    display: block;
    bottom: 74px;
    position: relative;
    left: 15px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: normal;
    text-shadow: 0px 0px 1px #ccc;
}*/
.vertical_text {
    color: #333;
    border: 0px solid red;
    white-space: nowrap;
    display: block;
    top: -57px;
    position: relative;
    left: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: normal;
    text-shadow: 0px 0px 1px #ccc;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-270deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-270deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-270deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-270deg);
    transform: translateX(-50%) translateY(-50%) rotate(-270deg);
}

.appstore_bc_inner table {
    width: 100%;
    border: 1px solid #cecece;
    border-right: 0px;
    margin: 15px 0px;
}

.appstore_bc_inner th {
    text-align: center;
    border-right: #ccc solid 1px;
    padding: 3px;
}

.appstore_bc_inner td {
    text-align: center;
    border-right: #cecece solid 1px!important;
    border-top: #cecece solid 1px!important;
    padding: 3px;
}

    .appstore_bc_inner td input[type="checkbox"] {
        background: #fff;
        padding: 15px;
    }

    .appstore_bc_inner td a {
        color: #de4a4a;
        font-size: 13px;
        font-weight: bold;
        line-height: 25px;
        /*float:right;*/
        margin: 15px;
        width: 19%;
    }

.appstore_bc_inner h4 {
    padding: 0px;
    margin: 02px 0px;
}

.appstore_currently {
    border: 1px solid #cecece;
    background: #fff;
    width: 99.9%;
    float: left;
}

    .appstore_currently h1 {
        padding: 10px;
        border-bottom: 1px solid #cecece;
        color: #a42727;
        font-size: 18px;
        font-weight: normal;
        margin: 0px;
        background: #F5F5F5;
    }

    .appstore_currently section {
        margin: 0px;
        width: 17%;
        border-right: 1px solid #cecece;
        padding: 23px 15px;
        color: #de4a4a;
        font-size: 21px;
        font-weight: normal;
        text-align: center;
        float: left;
        /*height: 140px;*/
    }

        .appstore_currently section em {
            color: #919191;
            font-size: 18px;
            line-height: 45px;
            font-weight: normal;
        }

        .appstore_currently section strong {
            color: #1e64a2;
            font-size: 25px;
            font-weight: bold;
            line-height: 45px;
        }

    .appstore_currently div {
        float: right;
        margin: 0px;
        padding: 0px 15px;
        width: 77.4%;
        border-bottom: 1px solid #cecece;
    }

        .appstore_currently div strong {
            color: #1e64a2;
            font-size: 16px;
            font-weight: bold;
            line-height: 45px;
            float: left;
            margin: 0px 10px;
            width: 18%;
        }

        .appstore_currently div p {
            width: 49%;
            margin: 05px 15px;
            float: left;
            line-height: 17px;
        }

        .appstore_currently div a {
            color: #de4a4a;
            font-size: 13px;
            font-weight: bold;
            line-height: 20px;
            float: right;
            margin: 15px;
            width: 22%;
        }

        .appstore_currently div span {
            float: right;
            margin: 15px;
            width: 22%;
            border: 1px solid #cecece;
        }

        .appstore_currently div input[type="text"] {
            border: 0px;
            width: 87%;
            padding: 2px;
            outline: none;
        }

        .appstore_currently div input[type="submit"] {
            float: right;
            background: url('../../Content/images/lookup.jpg')no-repeat -2px 3px;
            border: 0px solid #cecece;
            cursor: pointer;
            width: 17px;
            outline: none;
        }
/*------------------------------------------Knowledge Blog Center page END-------------------------------------------------*/

/*------------------------------------------CRM Wiki-----------------------------------------------------------------------*/
.appstore_wiki_inner {
    float: left;
    margin: 0px;
    padding: 0px 15px 15px 15px;
    /*border: #ccc solid 1px;*/
    border-top: 0px;
    /* width: 97.4%; */
}

    .appstore_wiki_inner img {
        float: right;
        width: 250px;
        margin: 10px;
    }

    .appstore_wiki_inner table {
        width: 99.5%;
        border: 1px solid #cecece;
        border-right: 0px;
        margin: 15px 0px;
        border-spacing: 0px;
    }

        .appstore_wiki_inner table th {
            text-align: center;
            border-right: #cecece solid 1px;
            padding: 2px;
            background: #F5F5F5;
        }

            .appstore_wiki_inner table th a {
                text-decoration: none;
                color: #333;
            }

        .appstore_wiki_inner table td {
            border-right: #cecece solid 1px;
            border-top: #cecece solid 1px;
            padding: 2px;
            text-align: left;
        }

        .appstore_wiki_inner table td {
            width: 0px;
        }

            .appstore_wiki_inner table td a {
                text-decoration: none;
                color: #333;
            }

.appstore_wiki_inner_Addnew {
    width: 73%;
    border: 0px solid #cecece;
    margin: 0px 0px 15px 0px;
    float: left;
}

    .appstore_wiki_inner_Addnew label {
        margin-right: 07px;
    }

    .appstore_wiki_inner_Addnew p {
        width: 47%;
        padding: 0px;
        font-weight: bold;
        float: left;
        margin: 0px;
        line-height: 17px;
    }

    .appstore_wiki_inner_Addnew input[type="text"] {
        width: 25%;
        padding: 3px;
        margin: 03px 05px;
        float: left;
    }

    .appstore_wiki_inner_Addnew ul {
        float: left;
        width: 100%;
        list-style: none;
        margin: 05px 0px 0px 0px;
        padding: 0px;
    }

        .appstore_wiki_inner_Addnew ul li {
            color: #de4a4a;
            text-decoration: none;
            font-weight: bold;
            width: 24%;
            float: left;
        }

    .appstore_wiki_inner_Addnew input[type="checkbox"] {
        float: left;
        margin: 5px 0px;
        width: 16px;
    }

    .appstore_wiki_inner_Addnew a {
        padding: 2px 12px;
        margin: 11px 05px;
        float: left;
        color: #fff;
        background: #de4a4a;
        text-decoration: none;
    }

        .appstore_wiki_inner_Addnew a:hover {
            background: #1e64a2;
        }

/*------------------------------------------CRM Wiki End-------------------------------------------------------------------*/

/*------------------------------------------Shared Software------------------------------------------------------------*/
.vendor_div {
    border: 1px solid #cecece;
    border-top: none;
    padding: 0 15px;
    overflow: hidden;
}

.vendor_subdiv {
    width: 100%;
}

.vendor_div table {
    border: 1px solid #cecece;
    margin: 15px 0px;
    border-right: none;
}

    .vendor_div table th {
        border-right: #cecece solid 1px;
        padding: 6px 3px;
        background: #F5F5F5;
    }

        .vendor_div table th a {
            text-decoration: none;
            color: #333;
        }

    .vendor_div table td {
        border-right: #cecece solid 1px!important;
        border-top: #cecece solid 1px!important;
        padding: 5px;
        vertical-align: top;
    }

.appstore_ss_inner {
    /*float: left;*/
    margin: 0px;
    /*padding: 0px 15px 15px 15px;*/
    border: #cecece solid 1px;
    border-top: none;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.appstore_subdiv {
    margin: 0 15px 15px 15px;
}

.appstore_ss_inner img {
    /*float: right;*/
    width: 150px;
    margin: 10px;
    text-align: center;
}

appstore_ss_inner a {
    color: #000;
    text-decoration: none;
}

.appstore_ss_inner table {
    /*width: 99.5%;*/
    border: 1px solid #cecece;
    border-right: 0px;
    margin: 15px 0px;
    /*table-layout: fixed;*/
    border-spacing: 0;
}

    .appstore_ss_inner table th {
        text-align: left;
        border-right: #cecece solid 1px;
        padding: 6px 3px;
        background: #F5F5F5;
    }



        .appstore_ss_inner table th:nth-child(1) {
            width: 40px;
        }

        .appstore_ss_inner table th:nth-child(2) {
            width: 40px;
        }

        .appstore_ss_inner table th:nth-child(3) {
            width: 80px;
        }

        .appstore_ss_inner table th:nth-child(4) {
            width: 115px;
        }

        .appstore_ss_inner table th:nth-child(5) {
            width: 70px;
        }

        .appstore_ss_inner table th:nth-child(6) {
            width: 70px;
        }

        .appstore_ss_inner table th:nth-child(7) {
            width: 120px;
        }

        .appstore_ss_inner table th:nth-child(8) {
            width: 120px;
        }

        .appstore_ss_inner table th:nth-child(9) {
            width: 100px;
        }

        .appstore_ss_inner table th:nth-child(10) {
            width: 120px;
        }

        .appstore_ss_inner table th:nth-child(11) {
            width: 110px;
        }

        .appstore_ss_inner table th:nth-child(12) {
            width: 100px;
        }

        .appstore_ss_inner table th:nth-child(13) {
            width: 120px;
        }

        .appstore_ss_inner table th:nth-child(13) {
            width: 100px;
        }

        .appstore_ss_inner table th:nth-child(14) {
            width: 80px;
        }

        .appstore_ss_inner table th:nth-child(15) {
            width: 100px;
        }

        .appstore_ss_inner table th:nth-child(16) {
            width: 80px;
        }

        .appstore_ss_inner table th:nth-child(17) {
            width: 80px;
        }

        .appstore_ss_inner table th:nth-child(18) {
            width: 80px;
        }

        .appstore_ss_inner table th:nth-child(19) {
            width: 80px;
        }

        .appstore_ss_inner table th:nth-child(20) {
            width: 80px;
        }

        .appstore_ss_inner table th:nth-child(21) {
            width: 80px;
        }

    .appstore_ss_inner table td:nth-child(3) {
        width: 80px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .appstore_ss_inner table td:nth-child(4) {
        width: 115px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .appstore_ss_inner table th a {
        text-decoration: none;
        color: #333;
    }

    .appstore_ss_inner table td {
        text-align: center;
        border-right: #cecece solid 1px!important;
        border-top: #cecece solid 1px!important;
        padding: 5px;
        text-align: left;
        vertical-align: top;
    }

    .appstore_ss_inner table td {
        width: 0px;
    }

        .appstore_ss_inner table td:first-child {
            text-align: left;
        }

        .appstore_ss_inner table td:nth-child(2) {
            text-align: left;
        }



        .appstore_ss_inner table td a {
            text-decoration: none;
            color: #333;
        }

.edit_icon {
    width: 20px !important;
    height: 20px !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.delete_icon {
    width: 20px !important;
    height: 20px !important;
    float: none !important;
    margin: 10px 0 0 0;
    padding: 0 !important;
    background-image: url(../../Content/images/bin_delete.png);
    background-repeat: no-repeat;
}

.appstore_ss_inner_Addnew {
    width: 97.2%;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    margin: 0px;
    padding: 10px 15px;
    float: left;
}

    .appstore_ss_inner_Addnew p {
        width: 100%;
        padding-top: 05px;
        font-weight: bold;
        float: left;
        margin: 0px;
        line-height: 17px;
    }

    .appstore_ss_inner_Addnew ul {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .appstore_ss_inner_Addnew ul li {
            color: #de4a4a;
            text-decoration: none;
            font-weight: bold;
            width: 14%;
            float: left;
        }

        .appstore_ss_inner_Addnew ul input {
            float: left;
            margin: 6px;
            width: 16px;
        }

    .appstore_ss_inner_Addnew input[type="text"] {
        width: 35%;
        padding: 03px 0px;
        margin: 02px 0px 04px 0px;
        float: left;
        outline: none;
        border: 1px solid #cecece;
    }

    .appstore_ss_inner_Addnew select {
        margin: 2px 05px;
        padding: 3px;
        border: 1px solid #cecece;
    }

.community_currently {
    border: 1px solid #cecece;
    background: #fff;
    width: 99.9%;
    float: left;
    margin-bottom: 0px;
}

    .community_currently h1 {
        padding: 10px;
        border-bottom: 1px solid #cecece;
        color: #a42727;
        font-size: 18px;
        font-weight: normal;
        margin: 0px;
        background: #F5F5F5;
    }

    .community_currently section {
        margin: 0px;
        width: 10%;
        padding: 23px 15px;
        color: #de4a4a;
        font-size: 25px;
        font-weight: normal;
        text-align: center;
        float: left;
        /*height: 140px;*/
    }

        .community_currently section em {
            color: #c4c4c4;
            font-size: 20px;
            line-height: 45px;
            font-weight: normal;
        }

        .community_currently section strong {
            color: #1e64a2;
            font-size: 30px;
            font-weight: bold;
            line-height: 55px;
        }

    .community_currently div {
        float: right;
        margin: 0px;
        padding: 0px 15px;
        width: 97.4%;
        border-bottom: 1px solid #cecece;
    }

        .community_currently div strong {
            color: #1e64a2;
            font-size: 14px;
            font-weight: bold;
            line-height: 40px;
            float: left;
            margin: 0px;
            width: 11%;
        }

        .community_currently div p {
            width: 85.8%;
            margin: 05px 15px;
            float: left;
            line-height: 17px;
        }
/*------------------------------------------Shared Software End-------------------------------------------------------------------*/
.tbllink {
    color: #de4a4a !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
/*-----------------------------------CRM Mvp Consults-------------------------------------------------------------------------*/
.appstore_cmc_inner_Addnew {
    width: 100%;
    border-left: 0px solid #cecece;
    border-right: 0px solid #cecece;
    margin: 10px 0px;
    padding: 10px 0px;
    float: left;
}

    .appstore_cmc_inner_Addnew p {
        width: 100%;
        padding-top: 05px;
        font-weight: bold;
        float: left;
        margin: 0px;
        line-height: 17px;
    }

    .appstore_cmc_inner_Addnew ul {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .appstore_cmc_inner_Addnew ul li {
            color: #de4a4a;
            text-decoration: none;
            font-weight: bold;
            width: 14%;
            float: left;
        }

        .appstore_cmc_inner_Addnew ul input {
            float: left;
            margin: 6px;
            width: 16px;
        }

    .appstore_cmc_inner_Addnew input[type="text"] {
        width: 35%;
        padding: 3px 0px;
        margin: 02px 0px 04px 0px;
        float: left;
        outline: none;
        border: 1px solid #cecece;
    }

    .appstore_cmc_inner_Addnew select {
        margin: 2px 05px;
        padding: 3px;
        border: 1px solid #cecece;
    }
/*------------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------Light Box Css---------------------------------------------------------------------------*/
/* line 7, ../sass/lightbox.sass */
body:after {
    content: url('../../Content/Images/close.png'),url('../../Content/Images/loading.gif'),url('../../Content/Images/prev.png'),url('../../Content/Images/next.png');
    display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}
    /* line 28, ../sass/lightbox.sass */
    .lightbox .lb-image {
        display: block;
        height: auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    /* line 32, ../sass/lightbox.sass */
    .lightbox a img {
        border: none;
    }

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
    position: relative;
    background: #fff;
    *zoom: 1;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
    /* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    .lb-outerContainer:after {
        content: "";
        display: table;
        clear: both;
    }

/* line 44, ../sass/lightbox.sass */
.lb-container {
    padding: 35px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url('../../Content/Images/loading.gif') no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
    left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
    outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
    width: 49%;
    height: 35%;
    cursor: pointer;
    /* Trick IE into showing hover */
    display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
    left: 0;
    float: left;
}
    /* line 87, ../sass/lightbox.sass */
    .lb-prev:hover {
        background: url('../../Content/Images/prev.png') left 48% no-repeat;
    }

/* line 90, ../sass/lightbox.sass */
.lb-next {
    right: 0;
    float: right;
}
    /* line 93, ../sass/lightbox.sass */
    .lb-next:hover {
        background: url('../../Content/Images/next.png') right 48% no-repeat;
    }

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    background: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
    /* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    .lb-dataContainer:after {
        content: "";
        display: table;
        clear: both;
    }

/* line 103, ../sass/lightbox.sass */
.lb-data {
    padding: 05px 15px 15px 15px;
    color: #444;
    overflow: hidden;
}
    /* line 106, ../sass/lightbox.sass */
    .lb-data .lb-details {
        width: 75%;
        float: left;
        text-align: left;
        line-height: 1.1em;
    }
    /* line 111, ../sass/lightbox.sass */
    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: bold;
        line-height: 1em;
    }
    /* line 115, ../sass/lightbox.sass */
    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999999;
    }
    /* line 121, ../sass/lightbox.sass */
    .lb-data .lb-close {
        display: block;
        float: right;
        width: 66px;
        height: 22px;
        background: url('../../Content/Images/close.png') top right no-repeat;
        text-align: right;
        outline: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
    }
        /* line 130, ../sass/lightbox.sass */
        .lb-data .lb-close:hover {
            cursor: pointer;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }
/*------------------------------Images Class -------------------------------------------------------*/
/* line 180, ../sass/screen.sass */
.image-row {
    *zoom: 1;
    margin-bottom: 10px;
}
    /* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    .image-row:after {
        content: "";
        display: table;
        clear: both;
    }

/* line 184, ../sass/screen.sass */
.example-image-link {
    display: inline-block;
    margin: 10px 10px 10px 0px;
    width: 161px;
    height: 126px;
    /*-webkit-box-shadow: 0 0 5px rgba(0,0,0, .65);
    -moz-box-shadow: 0 0 5px rgba(0,0,0, .65);
    -ms-box-shadow: 0 0 5px rgba(0,0,0, .65);
    -o-box-shadow: 0 0 5px rgba(0,0,0, .65);
    box-shadow: 0 0 5px rgba(0,0,0, .65);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;*/
    border: 5px solid #c5c5c5;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
    /* line 191, ../sass/screen.sass */
    .example-image-link:hover {
        border: 5px solid #DBDBDB;
    }

/* line 194, ../sass/screen.sass */
.example-image {
    width: 160px;
    height: 125px;
    box-shadow: 0px 0px 05px #888;
    -moz-box-shadow: 0px 0px 05px #888;
    -webkit-box-shadow: 0px 0px 05px #888;
    -ms-box-shadow: 0px 0px 05px #888;
    -o-box-shadow: 0px 0px 05px #888;
}
/*-----------------------------------------------------Light Box Css End-------------------------------------------------------------------*/

/*------------------------------------------------------My Accounts------------------------------------------------------------------------*/
.total_about_content h2 {
}

.total_about_content select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 130px;
}

.total_about_content strong {
    width: 85px;
    float: left;
    padding: 0px 0px;
}

.total_about_content table {
    border: 1px solid #cacaca;
    /*border-left: 1px solid #cacaca;*/
    margin-top: 05px;
    margin-bottom: 05px;
}

    .total_about_content table img {
        margin-top: 0px;
        width: auto;
    }

    .total_about_content table th {
        background: #f5f5f5;
        padding: 6px 3px;
        border-bottom: 1px solid #cacaca;
        border-right: 1px solid #cacaca;
        text-align: left;
    }

        .total_about_content table th select {
            width: 52px;
        }

        .total_about_content table th:last-child {
            border-right: 0px solid #cacaca;
        }

    .total_about_content table td {
        padding: 4px 5px;
        border-bottom: 1px solid #cacaca!important;
        border-right: 1px solid #cacaca!important;
    }

        .total_about_content table td a {
            color: #333;
        }

        .total_about_content table td select {
            width: 50px;
        }
/*------------------------------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------Cart Page------------------------------------------------------------*/
.total_cart_content {
    padding: 05px 20px;
    width: 97%;
    float: left;
    margin-bottom: 20px;
}

    .total_cart_content strong {
        width: 85px;
        float: left;
        padding: 0px 0px;
    }

    .total_cart_content table {
        border-left: 1px solid #cacaca;
        border-top: 1px solid #cacaca;
        margin-top: 10px;
    }

        .total_cart_content table img {
            margin-top: 0px;
            width: auto;
        }

        .total_cart_content table th {
            background: #f5f5f5;
            padding: 6px 3px;
            border-bottom: 1px solid #cacaca;
            border-right: 1px solid #cacaca;
            text-align: center;
        }


        .total_cart_content table td {
            padding: 0px 5px;
            border-bottom: 1px solid #cacaca !important;
            border-right: 1px solid #cacaca !important;
            text-align: center;
        }


.cart_body {
    width: 300px;
    font-family: Calibri;
    position: relative;
    z-index: 9999;
    top: 0px;
    margin: 0px;
    padding: 0px;
}

    .cart_body table {
        width: 100%;
        border: 1px solid #cecece;
        border-spacing: 0px;
    }

    .cart_body th {
        background-color: #f1f0f0;
        padding: 10px 5px 10px 15px;
        border-bottom: 1px solid #e0e0e0;
    }

    .cart_body img {
        width: 45px;
        float: left;
        margin: 0px 10px;
    }

    .cart_body tbody td {
        border-bottom: 1px solid #dcdcdc;
        padding: 10px 7px 10px 0px;
    }

.cartheadertxt {
    font-weight: normal;
    color: #000;
    float: left;
    font-size: 16px;
}

.cart_itemname {
    font-size: 16px;
    color: #1e64a2;
    font-weight: normal;
    position: absolute;
    word-spacing: -2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 46%;
}

.cart_subttl {
    color: #de4a4a;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    float: right;
    right: 15px;
}

.prdct_ttl {
    color: #de4a4a;
    font-size: 14px;
    text-align: right;
    position: relative;
    float: right;
    right: 15px;
    top: 4px;
}

.cart_price {
    color: #424242;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
}

.cart_head {
    font-weight: normal;
    color: #1e64a2;
    float: left;
    font-size: 18px;
    padding: 02px 15px;
}

.continuebtn {
    margin: 0px;
    padding: 05px 0px 05px 15px;
    float: left;
    color: #a6a6a7;
    font-size: 17px;
    font-weight: normal;
    background: url('../Content/images/continue.png') no-repeat right;
    cursor: pointer;
    border: none;
    outline: none;
}

    .continuebtn:hover {
        background: url('../Content/images/continue_hover.png') no-repeat right;
        color: #1e64a2;
    }

.checkoutbtn {
    margin: 0px;
    padding: 05px 0px 05px 15px;
    font-size: 17px;
    float: right;
    color: #a6a6a7;
    font-weight: normal;
    background: url('../Content/images/cheakout.png') no-repeat right;
    cursor: pointer;
    border: none;
    position: relative;
    right: 15px;
    outline: none;
}

    .checkoutbtn:hover {
        color: #1e64a2;
    }

.refreshbtn {
    margin: 0px 05px 0px 05px;
    width: 16px;
    height: 16px;
    float: left;
    background: url('../Content/images/refresh.png') no-repeat;
    cursor: pointer;
    border: none;
    outline: none;
}

    .refreshbtn:hover {
        background: url('../Content/images/refreshover.png') no-repeat;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------------*/
.createtextfiled {
    float: left;
    width: 75%;
}

    .createtextfiled input[type="text"] {
        width: 250px;
        /*height: 22px;*/
        margin: 0px;
        padding: 4px 2px;
        outline: none;
        border: 1px solid #cecece;
    }

    .createtextfiled table td {
        border: none!important;
    }

.createfeed {
    float: right;
    margin: 05px;
    padding: 0px;
}

/*-----------------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------PopupWindow---------------------------------------------------------------------------*/
.popupdiv {
    position: fixed;
    background: rgba(0, 0, 0, 0.67);
    width: 100%;
    height: 100%;
    right: 0px;
    left: 0px;
    margin: 0px;
    bottom: 0px;
    top: 0px;
    padding: 0px;
    z-index: 9999;
}

.popupinner {
    margin: 5% auto 0px auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #353535;
    width: 900px;
}

.popupinner_wrapper h3 {
    margin-bottom: 10px;
}

.popupinner_wrapper {
    width: 94%;
    margin-bottom: 5px;
    padding: 0px 25px 10px 25px;
    overflow: auto;
    height: 500px;
    border: 1px solid #CECECE;
    max-height: 350px;
}

.popupinner_content_left {
    width: 47%;
    float: left;
}

.popupinner_content_right {
    width: 47%;
    float: right;
}

.popupinner_wrapper .resig_total {
    width: 100%;
    float: left;
}

.popupinner_wrapper .resig_text {
    width: 150px;
    float: left;
}

.popupinner_wrapper .resig_field input[type="text"], input[type="file"] {
    width: 200px!important;
    padding: 2px!important;
    margin: 0px!important;
}

.popupinner_wrapper b {
    font-weight: normal;
    width: 10px;
    float: left;
    padding: 5px 0px;
}

.popupinner_wrapper select {
    margin: 0px!important;
    width: 207px!important;
}

.popupinner_wrapper textarea {
    width: 84.5%!important;
    margin: 0px;
}

.popupinner_wrapper table {
    border: 0px !important;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
.Addpopup {
    position: absolute;
    background: #919191;
    width: 35%;
    height: 35%;
    right: 0px;
    left: 0px;
    margin: 0px;
    bottom: 0px;
    top: 0px;
    padding: 0px;
    z-index: 9999;
    /*display:none;*/
}

.Addinnerpopup {
    margin: 5% auto 0px auto;
    padding: 0px;
    background: #fff;
    border: 1px solid #353535;
    width: 100px;
}
/*------------------------------------------------------Default Profile Page--------------------------------------------------------*/
.default_content {
    width: 49%;
    float: left;
    padding: 0px 5px;
    margin: 0px;
    overflow: hidden;
}

.profile_navigation {
    float: right;
    margin: 0px;
    padding: 0px;
}

    .profile_navigation li {
        list-style: none;
        float: left;
    }

        .profile_navigation li a {
            margin: 0px;
            padding: 25px 35px;
            color: #5a5a5a;
            font-size: 14px;
            text-decoration: none;
            border: #D5D5D5 solid 1px;
            background-color: #DFDFDF;
        }

            .profile_navigation li a:hover {
                color: #1e64a2;
                background-color: #FFF;
                border: #FFF solid 1px;
            }

.section_left {
    width: 97%;
    margin: 0px 02px 05px 02px;
    padding: 08px;
    float: left;
    border: 1px solid #dcdcdc;
}

    .section_left h4 {
        color: #de4a4a;
        font-size: 16px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
    }

    .section_left span {
        float: left;
        width: 100%;
    }

    .section_left p {
        line-height: 17px;
    }

    .section_left .feildset {
        margin: 0px 10px;
        width: 100%;
        padding: 0px;
    }

        .section_left .feildset label {
            width: 25%;
            float: left;
        }

        .section_left .feildset input[type="text"] {
            outline: none;
            width: 40%;
            padding: 2px 5px;
            border: 1px solid #ccc;
        }

.lookup {
    float: left;
    background: url('../../Content/images/lookup.jpg')no-repeat center center;
    border: 1px solid #ccc;
    border-left: none;
    cursor: pointer;
    padding: 2px 12px;
    margin-right: 18px;
    width: 15px;
    outline: none;
}

.section_left .feildsets {
    margin: 0px 16px;
    /*width: 16%;*/
    padding: 0px;
    float: left;
}

    .section_left .feildsets a {
        padding: 0px 3px;
        color: #333;
        text-decoration: none;
    }

        .section_left .feildsets a:hover {
            color: #de4a4a;
        }

    .section_left .feildsets label {
        width: 25%;
        position: relative;
        top: -4px;
        /*float: right;*/
    }

    .section_left .feildsets input[type="radio"] {
        outline: none;
        width: 25px;
        height: 14px;
        float: left;
        margin: 0px;
        padding: 2px 5px;
        border: 1px solid #ccc;
    }

.section_right {
    width: 97%;
    margin: 0px 02px 05px 02px;
    padding: 08px;
    float: right;
    border: 1px solid #dcdcdc;
}

    .section_right h4 {
        color: #de4a4a;
        font-size: 16px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
    }

    .section_right .feildset {
        margin: 0px 10px;
        width: 100%;
        padding: 0px;
    }

        .section_right .feildset label {
            width: 25%;
            float: left;
        }

        .section_right .feildset input[type="text"] {
            outline: none;
            width: 40%;
            padding: 2px 5px;
            border: 1px solid #ccc;
        }

        .section_right .feildset select {
            width: 42%;
            padding: 2px 5px;
            border: 1px solid #ccc;
            outline: none;
        }

        .section_right .feildset textarea {
            width: 60%;
            padding: 2px 5px;
            border: 1px solid #ccc;
            outline: none;
        }

    .section_right .feildsets {
        margin: 0px 5px;
        width: 48%;
        height: 32px;
        padding: 0px;
        float: left;
    }

        .section_right .feildsets select {
            width: 50%;
            padding: 1px;
            border: 1px solid #ccc;
            outline: none;
        }

        .section_right .feildsets label {
            width: 49%;
            float: left;
        }

        .section_right .feildsets input[type="text"] {
            outline: none;
            width: 45%;
            float: left;
            margin: 0px;
            padding: 2px 5px;
            border: 1px solid #ccc;
        }

.bottom_div {
    width: 100%;
    float: left;
    padding: 10px 0px;
    margin: 0px;
}

    .bottom_div h4 {
        color: #de4a4a;
        font-size: 16px;
        margin: 0px;
        padding: 0px;
    }

    .bottom_div span {
        width: 20%;
        float: left;
        padding: 0px;
        margin: 0px;
    }

    .bottom_div div {
        width: 60%;
        float: right;
        padding: 0px;
        margin: 0px;
        line-height: 14px;
        text-align: right;
    }

/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------Social Knowledge----------------------------------------------------------------------*/
.bottom_social {
    width: 98%;
    float: left;
    padding: 10px 10px 20px 10px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #ECECEC;
}

    .bottom_social h4 {
        color: #de4a4a;
        font-size: 16px;
        margin: 0px;
        padding: 0px;
    }

    .bottom_social div {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
        line-height: 14px;
    }

        .bottom_social div span {
            margin-right: 20px;
        }

    .bottom_social .last {
        width: 90%;
        padding: 5px 0px;
        margin: 02px auto;
    }

        .bottom_social .last input {
            float: left;
            padding: 0px;
            margin: 0px 5px;
        }

        .bottom_social .last b {
            width: 25%;
            float: left;
            margin: 0px 15px;
        }
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------Small Window Css---------------------------------------------------------*/

.Addblog_content {
    width: 100%;
    background-color: #F5F5F5;
    max-width: 500px;
    margin: 20px auto 0px auto;
    padding: 0px;
    border: 2px solid #ccc;
    font-family: Calibri;
}

    .Addblog_content h3 {
        font-size: 18px;
        color: #476CB3;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
    }

    .Addblog_content table {
        width: 100%;
        margin: 0px auto;
        padding: 20px;
        background-color: transparent;
    }

        .Addblog_content table label {
            width: 150px;
            float: left;
        }

        .Addblog_content table input[type="text"], input[type="password"] {
            width: 271px;
            padding: 2px;
            outline: none;
            border: 1px solid #ccc;
        }

        .Addblog_content table textarea {
            width: 100%;
            outline: none;
            padding: 2px;
            border: 1px solid #ccc;
        }

        .Addblog_content table select {
            width: 272px;
            outline: none;
            padding: 2px;
            border: 1px solid #ccc;
        }

/*----------------------------------------------------------------------------------------------------------------------------------*/
.WithPhraseAfter {
    display: none!important;
}

.UserRoleAssign {
    margin: 10px 0px 05px 0px;
}

    .UserRoleAssign label {
        margin: 0px 10px;
    }

    .UserRoleAssign input[type="text"] {
        padding: 4px 2px;
        width: 200px;
    }

    .UserRoleAssign select {
        margin: 0px 10px;
        padding: 4px 2px;
        width: 150px;
    }

.AdminDEProducts {
    margin: 10px 0px 05px 0px;
}

    .AdminDEProducts input[type="text"] {
        padding: 4px 2px;
        width: 200px;
        border: 1px solid #ccc;
    }

    .AdminDEProducts select {
        margin: 0px 10px;
        padding: 3px 2px;
        width: 150px;
        border: 1px solid #ccc;
    }

    .AdminDEProducts input[type="file"] {
        margin: 0px 10px;
        width: 200px;
        padding: 4px 2px;
        border: 1px solid #ccc;
    }

/*----------------------------------------------Products catageries Mobile Menus--------------------------------------------------------------*/
.rmm {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px 14px!important;
    text-align: center;
    line-height: 19px !important;
    float: left;
}

    .rmm a {
        color: #ebebeb;
        text-decoration: none;
    }

    .rmm .rmm-main-list, .rmm .rmm-main-list li {
        margin: 0px;
        padding: 0px;
    }

    .rmm ul {
        display: block;
        width: 1060px !important;
        margin: 0 auto !important;
        overflow: hidden;
        list-style: none;
    }
        /* sublevel menu - in construction */
        .rmm ul li ul, .rmm ul li ul li, .rmm ul li ul li a {
            display: none !important;
            height: 0px !important;
            width: 0px !important;
        }
    /* */

    .rmm .rmm-main-list li {
        display: inline;
        padding: 0px;
        margin: 0px !important;
    }

.rmm-toggled {
    display: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto !important;
}

.rmm-button:hover {
    cursor: pointer;
}

.rmm .rmm-toggled ul {
    display: none;
    margin: 0px !important;
    padding: 0px !important;
}

    .rmm .rmm-toggled ul li {
        display: block;
        margin: 0 auto !important;
    }


/* GRAPHITE STYLE */

.rmm.graphite .rmm-main-list li a {
    display: inline-block;
    padding: 02px 10px 02px 10px !important;
    list-style: none;
    text-decoration: none;
    border: #D5D5D5 solid 1px;
    box-sizing: border-box;
    background-color: #DFDFDF;
    color: #5A5A5A;
    cursor: pointer;
    margin: 02px 6px 02px 0px;
}

    .rmm.graphite .rmm-main-list li a:hover {
        background-color: #de4a4a;
        color: #fff;
        border: #de4a4a solid 1px;
    }

.rmm.graphite .rmm-toggled {
    width: 100%;
    background-color: #476cb3;
    min-height: 27px;
    border-radius: 0px;
}

.rmm.graphite .rmm-toggled-controls {
    display: block;
    height: 27px;
    color: white;
    text-align: left;
    position: relative;
    background-image: url('../rmm-img/graphite-menu-bg.png');
    background-repeat: repeat-x;
    border-radius: 0px;
}

.rmm.graphite .rmm-toggled-title {
    position: relative;
    top: 3px;
    left: 15px;
    font-size: 16px;
    color: white;
    /*text-shadow:1px 1px 1px black;*/
}

.rmm.graphite .rmm-button {
    display: block;
    position: absolute;
    right: 10px;
    top: 3px;
}

    .rmm.graphite .rmm-button span {
        display: block;
        margin-top: 3px;
        height: 2px;
        background: white;
        width: 14px;
    }

.rmm.graphite .rmm-toggled ul li a {
    display: block;
    width: 100%;
    background-color: #555555;
    text-align: left;
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #777777;
    text-shadow: 1px 1px 1px #333333;
    margin: 0px;
}

    .rmm.graphite .rmm-toggled ul li a:hover {
        color: #fff;
        background-color: #de4a4a;
        border-bottom: 1px solid #de4a4a;
        border-top: 1px solid #de4a4a;
        text-shadow: 1px 1px 1px #333333;
    }

    .rmm.graphite .rmm-toggled ul li a:active {
        /*background-color:#444444;
	border-bottom:1px solid #444444;
	border-top:1px solid #444444;*/
        padding: 03px 10px 05px 20px;
        list-style: none;
        text-decoration: none;
        border: #1e64a2 solid 1px;
        box-sizing: border-box;
        background-color: #1e64a2;
        color: #fff;
        cursor: pointer;
        margin: 02px 6px 02px 0px;
    }
/* SAPPHIRE STYLE */

.rmm.sapphire .rmm-main-list li a {
    display: inline-block;
    padding: 8px 30px 8px 30px;
    margin: 0px -3px 0px -3px;
    font-size: 15px;
    text-shadow: 1px 1px 1px #3e587b;
    background-color: #537b9f;
    border-left: 1px solid #3e587b;
    background-image: url('../rmm-img/sapphire-menu-bg.png');
    background-repeat: repeat-x;
}

    .rmm.sapphire .rmm-main-list li a:hover {
        background: #3e597b;
    }

.rmm.sapphire .rmm-toggled {
    width: 95%;
    background-color: #537b9f;
    min-height: 36px;
    border-radius: 6px;
}

.rmm.sapphire .rmm-toggled-controls {
    display: block;
    height: 36px;
    color: white;
    text-align: left;
    position: relative;
    background-image: url('../rmm-img/sapphire-menu-bg.png');
    background-repeat: repeat-x;
    border-radius: 5px;
}

.rmm.sapphire .rmm-toggled-title {
    position: relative;
    top: 9px;
    left: 15px;
    font-size: 16px;
    color: white;
    text-shadow: 1px 1px 1px #3e587b;
}

.rmm.sapphire .rmm-button {
    display: block;
    position: absolute;
    right: 9px;
    top: 7px;
    width: 20px;
    padding: 0px 7px 0px 7px;
    border: 1px solid #3e587b;
    border-radius: 3px;
    background-image: url('../rmm-img/sapphire-menu-bg.png');
    background-position: top;
}

    .rmm.sapphire .rmm-button span {
        display: block;
        margin: 4px 0px 4px 0px;
        height: 2px;
        background: white;
        width: 20px;
    }

.rmm.sapphire .rmm-toggled ul li a {
    display: block;
    width: 100%;
    background-color: #537698;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #3c5779;
    border-top: 1px solid #6883a6;
    text-shadow: 1px 1px 1px #333333;
}

    .rmm.sapphire .rmm-toggled ul li a:active {
        background-color: #3c5779;
        border-bottom: 1px solid #3c5779;
        border-top: 1px solid #3c5779;
    }

.rmm.sapphire .rmm-toggled ul li:first-child a {
    border-top: 1px solid #3c5779 !important;
}

/* MINIMAL STYLE */

.rmm.minimal a {
    color: #333333;
}

    .rmm.minimal a:hover {
        opacity: 0.7;
    }

.rmm.minimal .rmm-main-list li a {
    display: inline-block;
    padding: 8px 30px 8px 30px;
    margin: 0px -3px 0px -3px;
    font-size: 15px;
}

.rmm.minimal .rmm-toggled {
    width: 95%;
    min-height: 36px;
}

.rmm.minimal .rmm-toggled-controls {
    display: block;
    height: 36px;
    color: #333333;
    text-align: left;
    position: relative;
}

.rmm.minimal .rmm-toggled-title {
    position: relative;
    top: 9px;
    left: 9px;
    font-size: 16px;
    color: #333333;
}

.rmm.minimal .rmm-button {
    display: block;
    position: absolute;
    right: 9px;
    top: 7px;
}

    .rmm.minimal .rmm-button span {
        display: block;
        margin: 4px 0px 4px 0px;
        height: 2px;
        background: #333333;
        width: 25px;
    }

.rmm.minimal .rmm-toggled ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #dedede;
    color: #333333;
}

.rmm.minimal .rmm-toggled ul li:first-child a {
    border-top: 1px solid #dedede;
}
/*--------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------- Gateway styles----------------------------------------*/

.payment_cards {
    clear: both;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
}

    .payment_cards h4 {
        color: #de4a4a;
        font-size: 14px;
        font-weight: bold;
        margin-top: 16px;
        margin-bottom: 5px;
    }

.card_dtls {
    font-size: 13px;
    color: #000;
    width: 150px;
    float: left;
    font-weight: normal;
    /*margin-top: 5px;*/
}

.config_card {
    font-size: 13px;
    color: #000;
    width: 200px;
    float: left;
    font-weight: normal;
    /*margin-top: 5px;*/
}

.Orgdiv {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

    .Orgdiv label {
        width: 200px;
        float: left;
    }

    .Orgdiv input {
        width: 200px;
        border: 1px solid #cecece;
    }

.gtway_div {
    padding: 10px 0px;
}

.AddressDetails {
    width: 33%;
    float: left;
    margin-right: 03px;
    padding: 0px;
    color: #333;
    font-size: 13px;
}

    .AddressDetails h4 {
        color: #de4a4a;
    }

    .AddressDetails span {
        float: left;
        width: 100%;
        margin-bottom: 8px;
        padding: 0px;
    }

        .AddressDetails span label {
            width: 110px;
            float: left;
            padding: 0px;
            margin: 0px;
            font-weight: normal;
        }

        .AddressDetails span div {
            padding: 0px;
            margin: 0px;
        }

            .AddressDetails span div label {
                width: 65%;
                padding: 0px;
                margin: 0px;
                font-weight: bold;
            }

.register_div {
    margin-top: 5px;
    /*margin-bottom: 10px;*/
    clear: both;
    overflow: hidden;
}

.register_btn:hover {
    background: #de4a4a;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.gateway_div {
    color: #000;
    font-weight: normal;
    font-weight: 600;
    position: relative;
    float: left;
    width: 30%;
    line-height: 22px;
    padding-bottom: 5px;
}

    .gateway_div [type="text"] {
        height: 22px;
        outline: none;
        width: 273px;
        padding: 0 5px;
        border: 1px solid #ccc;
    }

    .gateway_div select {
        width: 284px;
        font-size: 13px;
        height: 26px;
        border: 1px solid #ccc;
    }

.gateway_div_full {
    width: 59%;
    float: left;
}

    .gateway_div_full select {
        width: 49%;
        font-size: 13px;
        height: 26px;
        border: 1px solid #ccc;
    }

.registertxtbox [type="text"], [type="password"] {
    height: 22px;
    outline: none;
    width: 282px;
    border: 1px solid #ccc;
}

.gateway_div textarea {
    font-size: 13px;
    width: 280px;
    min-height: 80px;
    border: 1px solid #ccc;
}

#WiredTransfer {
    margin-top: 20px;
}

#ChequeTransfer {
    margin-top: 20px;
}

/*-------------------------------------------- Gateway styles----------------------------------------*/

/*-------------------------------------------------Proposal Details------------------------------------*/
.ProposalDetails {
    padding: 05px 20px;
    width: 97%;
    float: left;
    margin-bottom: 20px;
}

.ProposalLineItem {
    padding: 0px;
    width: 99%;
    float: left;
    margin-bottom: 20px;
}

    .ProposalLineItem table {
        margin: 10px 0 10px 0;
        border-top: 1px solid #cecece !important;
        border-left: 1px solid #cecece !important;
    }

        .ProposalLineItem table th {
            border-bottom: 1px solid #cecece !important;
            border-right: 1px solid #cecece;
            text-align: left;
        }

        .ProposalLineItem table td {
            border-bottom: 1px solid #cecece !important;
            border-right: 1px solid #cecece;
            text-align: left;
        }

.AddtoQuote {
    padding: 05px 20px;
    width: 97%;
    float: left;
    margin-bottom: 20px;
}

    .AddtoQuote table {
        border: 1px solid #cecece;
        border-right: none;
    }

        .AddtoQuote table th {
            border-bottom: 1px solid #cecece;
            border-right: 1px solid #cecece;
        }

        .AddtoQuote table td {
            border-right: 1px solid #cecece;
            text-align: center;
        }

.CancelProposal {
    float: left;
    width: 100%;
    padding: 0px 0px 10px 0px;
    line-height: 26px;
}

    .CancelProposal textarea {
        border: 1px solid #cecece;
        padding: 4px;
        width: 400px;
        height: 75px;
    }
/*------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------Invoice Details-----------------------------------------------------*/
.InvoiceDetails {
    /*padding: 05px 20px;*/
    width: 100%;
    /*float: left;*/
    margin-bottom: 20px;
}

.invoice_subdiv {
    padding: 5px 14px;
}

.InvoiceDetails table {
    border: 0px!important;
}

.InvoiceDetails strong {
    float: left;
}

.InvoiceDetails select {
    width: 105px!important;
    padding: 2px;
    margin: 0px 05px 15px 0px;
    border: 1px solid #cecece;
}

.Invoicelineitems {
    padding: 0px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .Invoicelineitems table {
        border-top: 1px solid #cecece !important;
        border-left: 1px solid #cecece !important;
    }

        .Invoicelineitems table th {
            border-bottom: 1px solid #cecece !important;
            border-right: 1px solid #cecece;
            text-align: left;
        }

        .Invoicelineitems table td {
            border-bottom: 1px solid #cecece !important;
            border-right: 1px solid #cecece;
            text-align: left;
        }
/*-----------------------------------------------------------------------------------------------------*/
/*---------------------------------------------Saved Customes Pages-----------------------------------*/
.webGrid {
    width: 100%;
    border-spacing: 0px;
}

    .webGrid th {
        text-align: left;
        border-right: #ccc solid 1px;
        padding: 6px;
        background: #F5F5F5;
        vertical-align: top;
        border-spacing: 0px;
    }

    .webGrid td {
        text-align: left!important;
        border-right: #ccc solid 1px;
        border-top: #ccc solid 1px;
        padding: 5px;
    }

        .webGrid td a {
            color: #333!important;
            text-decoration: none;
        }

    .webGrid tfoot td a {
        color: #1e64a2!important;
        font-weight: 700;
        padding: 0px 4px;
        border: 1px solid #fff;
    }

    .webGrid tfoot a:hover {
        border: 1px solid #de4a4a;
        padding: 0px 4px;
        color: #de4a4a;
    }

    .webGrid tfoot a:active {
        border: 1px solid #1e64a2;
        padding: 0px 4px;
        color: #1e64a2;
    }
/*----------------------------------------------------------------------------------------------------*/
/*--------------------------------------Create Case Page------------------------------------------------*/

.CreateCase {
    width: 97%;
    padding: 20px;
    margin: 0px;
    overflow: hidden;
}

    .CreateCase input[type="text"], [type="password"] {
        width: 250px;
        padding: 4px 2px;
        margin: 0px;
        border: 1px solid #cecece;
    }

    .CreateCase select {
        width: 256px!important;
        padding: 2px;
        margin: 0px;
        border: 1px solid #cecece;
    }

.CaseType {
    /*padding: 05px 20px;*/
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .CaseType table {
        border-top: 1px solid #cecece !important;
        border-left: 1px solid #cecece !important;
    }

        .CaseType table th {
            border-bottom: 1px solid #cecece !important;
            border-right: 1px solid #cecece;
        }

        .CaseType table td {
            border-bottom: 1px solid #cecece !important;
            border-right: 1px solid #cecece;
            text-align: center;
        }

    .CaseType select {
        width: 90px;
        padding: 2px;
        margin: 0px 10px 10px 0px;
    }

    .CaseType span {
        width: 110px;
        padding: 3px 12px;
        margin: 0px 0px 10px 0px;
        border: 1px solid #476cb3;
        float: right;
    }

        .CaseType span a {
            text-decoration: none;
            color: #476cb3;
            font-weight: 700;
        }

    .CaseType table {
        border-top: 1px solid #cecece !important;
        border-left: 1px solid #cecece !important;
    }

        .CaseType table th {
            border-bottom: 1px solid #cecece !important;
            border-right: 1px solid #cecece;
            text-align: left;
        }

        .CaseType table td {
            border-bottom: 1px solid #cecece !important;
            border-right: 1px solid #cecece;
            text-align: left;
        }

    .CaseType select {
        width: 90px;
        padding: 2px;
        margin: 0px 10px 10px 0px;
    }

    .CaseType span {
        width: 110px;
        padding: 3px 12px;
        margin: 0px 0px 10px 0px;
        border: 1px solid #476cb3;
        float: right;
    }

        .CaseType span a {
            text-decoration: none;
            color: #476cb3;
            font-weight: 700;
        }

.tbldiv table {
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    width: 100%;
}

    .tbldiv table th {
        border-bottom: 1px solid #cacaca;
        border-right: 1px solid #cacaca;
        text-align: left;
    }

    .tbldiv table td {
        border-right: 0px solid #cacaca!important;
        border-bottom: 0px solid #cacaca !important;
    }

.error_page {
    width: auto;
    padding: 20px;
    text-align: center;
    margin: 0px auto;
    font-size: 16px;
}

    .error_page h5 {
        margin: 0px auto;
        width: 100%;
    }

        .error_page h5 img {
            float: none;
            width: 84px;
        }
/*--------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------Popup (My Accounts)------------------------------------------*/
.invoice_popup {
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.26);
    position: fixed;
    z-index: 99999;
}

.invoice_popup_div {
    width: 250px;
    position: relative;
    background-color: #fff;
    margin: 200px auto 0px auto;
    padding: 20px;
    border-radius: 0px;
    line-height: 25px;
}

    .invoice_popup_div img {
        width: auto;
        cursor: pointer;
        height: 16px;
        position: absolute;
        top: 5px;
        right: 5px;
        border: none;
    }

    .invoice_popup_div table input[type="text"] {
        width: 90%;
        padding: 4px 2px;
        border: 1px solid #cecece;
        outline: none;
    }

.Agrdiv_popup_div {
    background-color: #fff;
    margin: 10% auto 0 auto;
    width: 700px;
    overflow: hidden;
    padding: 20px;
}

.Agrdiv_inner_div {
    margin-bottom: 02px;
    width: 99%;
    height: 250px;
    padding: 5px;
    overflow: auto;
    line-height: 20px;
    border: 1px solid #B2B2B2;
}

.MyAc_popup_div {
    margin: 10% auto 0px auto;
    width: 1000px;
    background: #fff;
    overflow: hidden;
    padding: 10px 20px;
}
/*------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------Admin DE Products---------------------------------------------------*/
.Admin_body {
    margin: 20px 30px;
}

.Admin_panelmenu {
    margin: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
}

.first_pane {
    margin: 0;
}

    .first_pane label {
        font-size: 15px;
        margin: 0px;
        font-weight: bold;
        color: #666;
        width: 200px;
        display: inline-block;
    }

    .first_pane a {
        text-decoration: none;
        color: #1e64a2;
        font-size: 14px;
        padding-right: 15px;
        background-image: url("../../Content/images/list_divder.png");
        background-repeat: no-repeat;
        background-position: right;
    }

        .first_pane a:last-child {
            background: none;
        }

.second_pane {
    margin: 0;
}

    .second_pane label {
        font-size: 16px;
        margin: 0px;
        font-weight: bold;
        color: #666;
        width: 200px;
        display: inline-block;
    }

    .second_pane a {
        text-decoration: none;
        color: #1e64a2;
        font-size: 14px;
        padding-right: 15px;
        background-image: url("../../Content/images/list_divder.png");
        background-repeat: no-repeat;
        background-position: right;
    }

        .second_pane a:last-child {
            background: none;
            padding-left: 5px;
        }

.third_pane label {
    font-size: 16px;
    margin: 0px;
    font-weight: bold;
    color: #666;
    width: 200px;
    display: inline-block;
}

.third_pane a {
    text-decoration: none;
    color: #1e64a2;
    font-size: 14px;
    padding-right: 15px;
    background-image: url("../../Content/images/list_divder.png");
    background-repeat: no-repeat;
    background-position: right;
}


.fourth_pane {
    margin: 0;
}

    .fourth_pane label {
        font-size: 15px;
        margin: 0px;
        font-weight: bold;
        color: #666;
        width: 200px;
        display: inline-block;
    }

    .fourth_pane a {
        text-decoration: none;
        color: #1e64a2;
        font-size: 14px;
        padding-right: 15px;
        background-image: url("../../Content/images/list_divder.png");
        background-repeat: no-repeat;
        background-position: right;
    }

        .fourth_pane a:last-child {
            background: none;
        }

.AdminProducts {
    width: 100%;
}

    .AdminProducts h2 {
        width: 100%;
        padding-bottom: 10px;
    }

.AdminGridContent table {
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
}

    .AdminGridContent table th {
        background-color: #e2e2e2;
    }

.AdminProducts table th a {
    text-decoration: none;
    color: #272727;
    font-weight: 600;
}

.AdminGridContent table td {
    padding: 3px!important;
    font-size: 13px!important;
}

    .AdminGridContent table td a {
        text-decoration: none;
        color: #333;
    }

.Adminselecttool {
    width: 100%;
    padding: 10px 0px;
    float: left;
}

    .Adminselecttool input[type="text"] {
        padding: 2px;
        width: 130px;
        margin-right: 15px;
        border: 1px solid #cecece;
        height: 20px;
    }

    .Adminselecttool select {
        padding: 2px;
        width: 130px;
        margin-right: 15px;
        border: 1px solid #cecece;
        height: 26px;
    }

.BlogCenter {
    width: 100%;
    padding: 0px;
}

    .BlogCenter table {
        border-spacing: 0px;
        border-top: 1px solid #cecece!important;
        margin: 0px 0 10px 0;
        border-bottom: 1px solid #cecece!important;
        border-left: 1px solid #cecece!important;
    }

.Deleteclass {
    background: url(../../../../Content/images/remove.png) no-repeat 3px 22px;
    padding: 24px;
}

.ContributedSoftwares {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .ContributedSoftwares table {
        margin-bottom: 10px;
        border-spacing: 0px;
        border: 1px solid #cecece!important;
        width: 100%;
    }

        .ContributedSoftwares table th:first-child {
            width: 30px;
        }

        .ContributedSoftwares table th:nth-child(2) {
            width: 40px;
        }

        .ContributedSoftwares table th:nth-child(3) {
            width: 40px;
        }

        .ContributedSoftwares table th:nth-child(4) {
            width: 130px;
        }

        .ContributedSoftwares table th:nth-child(5) {
            width: 950px;
            padding: 5px;
        }

        .ContributedSoftwares table th:nth-child(6) {
            width: 90px;
            padding: 5px;
        }

        .ContributedSoftwares table th:nth-child(7) {
            width: 90px;
            padding: 5px;
        }

        .ContributedSoftwares table th:last-child {
            width: 130px;
        }

        .ContributedSoftwares table th select {
            width: 70px;
        }

        .ContributedSoftwares table td {
            text-align: left;
        }

            .ContributedSoftwares table td a {
                text-decoration: none;
                color: #333;
            }

            .ContributedSoftwares table td:nth-child(4) {
                text-align: left;
            }

            .ContributedSoftwares table td:nth-child(5) {
                text-align: left;
            }

.AnswerWiki {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .AnswerWiki table {
        border-spacing: 0px;
        border: 1px solid #cecece!important;
        width: 100%;
        margin-bottom: 10px;
    }

.PartnerProducts {
    width: 100%;
    padding: 0px;
}

    .PartnerProducts table {
        border-spacing: 0px;
        border: 1px solid #cecece!important;
        width: 100%;
        margin: 10px 0px;
    }

.Forums {
    width: 100%;
    padding: 0px;
}

    .Forums table {
        border-spacing: 0px;
        border: 1px solid #cecece!important;
        border-right: 0px;
        margin: 10px 0px;
    }


.ActivityFlow {
    width: 100%;
    padding: 0px;
}

    .ActivityFlow table {
        border-spacing: 0px;
        border: 1px solid #cecece!important;
        width: 100%;
        margin: 10px 0px;
    }

        .ActivityFlow table td a, th a {
            text-decoration: none;
            color: #333;
        }

.ProductActivity {
    width: 100%;
    padding: 0px;
}

    .ProductActivity table {
        border-spacing: 0px;
        border: 1px solid #cecece!important;
        width: 100%;
        margin: 10px 0px;
    }

.UsersandPatrners {
    width: 100%;
    padding: 0px;
}

    .UsersandPatrners table {
        border-spacing: 0px;
        border: 1px solid #cecece!important;
        width: 100%;
        margin: 10px 0px;
    }

.RssFeed {
    width: 100%;
    padding: 0px;
}

    .RssFeed table {
        border-spacing: 0px;
        border: 1px solid #cecece!important;
        width: 100%;
        margin: 10px 0px;
    }


.ApproveBlogs {
    width: 100%;
    padding: 0px;
}

    .ApproveBlogs table {
        border-spacing: 0px;
        border: 1px solid #cecece!important;
        width: 100%;
        margin: 10px 0px;
    }

.CRMBlogs {
    width: 100%;
    padding: 0px;
}

    .CRMBlogs table {
        border-spacing: 0px;
        border-top: 1px solid #cecece!important;
        border-right: 1px solid #cecece!important;
        border-left: 1px solid #cecece!important;
        width: 100%;
        margin: 10px 0px;
    }

        .CRMBlogs table th {
            text-align: left;
            padding: 5px;
            border-bottom: 1px solid #cecece;
            border-right: 1px solid #cecece;
            background-color: #e2e2e2;
        }

        .CRMBlogs table td {
            text-align: left;
            padding: 4px;
            border-right: 1px solid #cecece;
            border-bottom: 1px solid #cecece;
        }

.AddNewBlog {
    width: 100%;
    padding: 0px;
}

    .AddNewBlog table {
        border-spacing: 0px;
        border: 0px !important;
        width: 60%;
        margin: 20px 0px;
    }

        .AddNewBlog table th {
            background: none;
            text-align: left;
            padding: 02px 4px;
            width: 120px;
            line-height: 45px;
        }

        .AddNewBlog table td {
            text-align: left;
        }

    .AddNewBlog select {
        width: 207px;
        margin: 0px;
    }

    .AddNewBlog a {
        color: #fff!IMPORTANT;
    }
/*--------------------------------------------------------------------------------------------------------------*/

.credit_card {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
}

.payment_process input[type="radio"] {
    position: relative;
    top: 2px;
}

.payment_process {
    margin-right: 15px;
    font-size: 13px;
    font-weight: bold;
}

.invoice_subdiv h3 {
    clear: both;
}

.cart_div table {
    width: 1128px;
}

    .cart_div table td {
        padding: 3px 5px;
    }

.credit_card input[type="radio"] {
    position: relative;
    top: 2px;
}

.newcard_div {
    padding: 0px 20px;
}

.card_left {
    width: 49%;
    float: left;
    margin-top: 0px;
    padding-bottom: 0px;
    clear: both;
}

.card_right {
    float: left;
    width: 49%;
    padding-bottom: 15px;
}

.credit_card {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
}

.payment_process input[type="radio"] {
    position: relative;
    top: 2px;
}

.payment_process {
    margin-right: 15px;
    font-size: 13px;
    font-weight: bold;
}

.credicard_left {
    /*width: 47%;
    float: left; */
    margin: 0px;
    padding: 0px;
}

.newcard_div h4 {
    color: #D83D3D;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0 0;
    padding: 0;
}

.credicard_right {
    /*width: 47%;
    float: right;*/
    margin: 0px;
    padding: 0px;
}

.details_div {
    color: #000;
    font-weight: normal;
    font-weight: 600;
    position: relative;
    float: left;
    width: 50%;
    line-height: 22px;
    padding-bottom: 5px;
}

.credit_dtls {
    clear: both;
    padding-top: 20px;
}

    .credit_dtls h4 {
        float: left;
        margin-right: 7px;
    }

    .credit_dtls input[type="button"] {
        float: left;
        margin-top: 5px;
        margin-bottom: 20px;
    }

.register_body h4 {
    color: #D83D3D;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.div_header {
    color: #D83D3D;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.reason_head {
    font-weight: bold;
    font-size: 13px;
}

#Searchbtn {
    float: right;
    background: url('../../Content/images/search_icon.jpg')no-repeat 0px 0px;
    border: 0px solid #cecece;
    cursor: pointer;
    width: 17px;
    outline: none;
    margin: 3px 3px 0 0;
}

/*---------------------------------------------------- ProposalLineItem styles------------------------------------------------*/
.globalvalue {
    float: right;
}

.brand {
    width: 50%;
    float: left;
}

.prpslfooter {
    border-top: 2px solid #de4a4a;
    border-bottom: 2px solid #de4a4a;
    padding: 15px;
    clear: both;
}

.cmpnydetails {
    font-size: 13px;
}

    .cmpnydetails span {
        font-size: 14px;
        color: #000;
    }

.prpslbtns {
    float: right;
    margin-bottom: 40px;
}

.paymenttotal {
    font-size: 16px;
    color: #ff0000;
}

.invoice_logo {
    width: 68%;
    float: left;
}

.prpslpage {
    /*width: 1024px;*/
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
}

.prpslheader {
    border-bottom: 3px solid #de4a4a;
    overflow: hidden;
    padding-bottom: 5px;
    width: 100%;
}

.globalservice {
    text-align: center;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    margin-top: 7px;
    color: #de4a4a;
}

.proposalitem {
    text-align: right;
    float: left;
    margin-top: 7px;
    margin-left: 50px;
}

.prpsldetailsdiv {
    background-color: #f5f5f5;
    padding: 15px;
    overflow: hidden;
}

.prposallineitem_head {
    color: #de4a4a;
    font-size: 20px;
    text-transform: uppercase;
}

.summaryitem {
    color: #de4a4a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.prpslname {
    font-size: 13px;
    color: #de4a4a;
}

    .prpslname label {
        font-size: 13px;
        color: #de4a4a;
    }

.branches {
    color: #0066d9;
    font-weight: bold;
    font-size: 12px;
    float: left;
}

.paymentdetls {
    color: #3b3b3b;
    font-size: 13px;
    line-height: 22px;
    margin: 20px 10px;
    text-align: center;
    font-weight: 600;
}

.primarytbl {
    border: 1px solid #a5a5a5;
}

    .primarytbl th {
        background-color: #de4a4a;
        padding: 7px 5px;
        color: #fff;
        font-weight: 600;
        font-size: 12px;
        border-bottom: 1px solid #a5a5a5;
    }

    .primarytbl td {
        color: #3c3c3c;
        font-size: 13px;
        font-weight: bold;
        padding: 7px 5px;
        text-align: center;
    }

.prdctlinediv {
    margin: 30px 0px;
}

.prpslbtns {
    float: right;
    margin-bottom: 40px;
    width: 100%;
}

.fottertext {
    text-align: center;
    padding: 7px 35px 5px 35px;
    font-size: 14px;
    color: #242424;
    line-height: 22px;
}

    .fottertext span {
        font-size: 22px;
        color: #de4a4a;
    }

.accept_point {
    text-align: center;
}

.RegisterLive {
    padding: 10px 20px;
    float: left;
}

    .RegisterLive section {
        float: left;
        width: 100%;
        margin: 10px 20px;
    }

    .RegisterLive .resig_text {
        float: left;
        width: 80px;
        padding: 4px 0px;
    }

    .RegisterLive .resig_field {
        width: 50%;
        float: left;
        color: #000;
    }

    .RegisterLive .validation-summary-errors ul {
        list-style: none;
        padding: 0px;
        color: #FF0000;
    }
/*------------------------------------------------sitemap_content------------------------------------------------------------*/
.sitemap_content {
    padding: 15px 25px;
    float: left;
}

    .sitemap_content ul {
        margin: 0px;
    }

        .sitemap_content ul li {
            line-height: 24px;
            list-style-image: url('images/dottos_arrows.png');
        }

            .sitemap_content ul li a {
                color: #000;
                text-decoration: none;
                font-size: 14px;
            }

                .sitemap_content ul li a:hover {
                    color: #de4a4a;
                    text-decoration: underline;
                }
/*--------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------SolutionVersions-------------------------------------------------*/
.SolutionVersions {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #ccc;
}

.VersionName {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .VersionName table {
        width: 100%;
        padding: 0px;
        border-top: 1px solid #cecece;
        border-left: 1px solid #cecece;
        margin-bottom: 10px;
    }

        .VersionName table th {
            text-align: left;
            padding: 4px;
            border-right: 1px solid #cecece;
            border-bottom: 1px solid #cecece;
        }

        .VersionName table td {
            text-align: left;
            padding: 4px;
            border-right: 1px solid #cecece;
            border-bottom: 1px solid #cecece;
        }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
}

    .alert-danger b {
        font-weight: 800;
    }

.UserHistory {
    padding: 20px;
    overflow-y: auto;
    clear: both;
}

    .UserHistory table {
        width: 100%;
        padding: 0px;
        border-top: 1px solid #cecece;
        border-left: 1px solid #cecece;
        margin-bottom: 10px;
    }

        .UserHistory table th {
            text-align: left;
            padding: 4px;
            border-right: 1px solid #cecece;
            border-bottom: 1px solid #cecece;
        }

        .UserHistory table td {
            text-align: left;
            padding: 4px;
            border-right: 1px solid #cecece;
            border-bottom: 1px solid #cecece;
        }
/*---------------------------------------------------------------------------------------------------------------*/
