/******************** BEGIN RESETS CSS ********************/
/* HTML5 tags */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

a.red_button.signout {
    background: none;
}

#ul li.A {
    background-color: #298EB2;
}
.active {
   // color: #2e1fad !important;

 color: #f26522 !important;
}

.clearfix {
    /*display: inline-block;*/
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

article, aside, dialog, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    border: 0;
    padding: 0;
    outline: 0;
    font-size: 1em;
    /*vertical-align:top;*/ font-weight: normal;
    background-color: transparent;
    line-height: normal;
}

a {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 1em;
    /*vertical-align:top;*/
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
}

abbr[title], dfn[title] {
    border-bottom: 1px dashed #CCC;
    cursor: help;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

caption, th, td {
    text-align: left;
    font-weight: normal;
}

del {
    text-decoration: line-through;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

mark {
    color: #000;
    background-color: #FF9;
    font-style: italic;
    font-weight: bold;
}

ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    margin: 0;
    padding: 0;
    resize: none;
}

input[type="submit"], input[type="button"] {
    cursor: pointer;
}
/******************** END  RESETS CSS ********************/

/*-------Font---*/
@font-face {
    font-family: "Helvetica Neue LT Pro Md";
    src: url("/assets/fonts/HelveticaNeueLTPro-Md.eot");
    src: url("/assets/fonts/HelveticaNeueLTPro-Md.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/HelveticaNeueLTPro-Md.woff2") format("woff2"), url("/assets/fonts/HelveticaNeueLTPro-Md.woff") format("woff"), url("/assets/fonts/HelveticaNeueLTPro-Md.ttf") format("truetype"), url("/assets/fonts/HelveticaNeueLTPro-Md.svg#HelveticaNeueLTPro-Md") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/*------End----*/
/*--------Reset Tricks ends---*/

/*-------Page Element Start here----*/
body {
    font-family: Helvetica Neue LT Pro Md;
    font-size: 62.5%;
    color: #6c6c6c
}

/*--BackGround--*/
.fullBg {
    position: fixed;
    top: 151px;
    left: 0;
    overflow: hidden;
}
/*-------Page Elements Start here---*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

/*------Header Start here------*/
.header_wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 81px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
}


.header {
    height: 81px;
    min-width: 1200px;
    //margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 99991;
}

.topLinks {
    float: right;
    padding-top: 2px;
    padding-right: 10px;
}

    .topLinks ul li {
        float: left;
        padding: 0 10px !important;
        background: url(../images/topnav_divider.gif) no-repeat right 5px;
        position: relative;
        z-index: 99991;
    }

        .topLinks ul li a {
            font-size: 1.3em;
            color: #7B7B7B;
            font-family: 'Helvetica Neue LT Pro Md';
            margin: 3px 0 0;
            display: block;
            padding: 2px 0 0;
        }

            .topLinks ul li a.home_icon {
                padding-left: 25px;
            }

        .topLinks ul li.padding_zero {
            padding: 0 !important;
        }

.login_wrapper {
    float: right;
    padding: 18px 0 0 8px;
    margin-top: -18px
}

.login_box {
    //background: none repeat scroll 0 0 #e1611c;
background: #fff;
border: 1px solid #8c8888;
    float: right;
    height: 32px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    /*behavior:url(/css/PIE.htc);*/
}

    .login_box ul li {
        background: url("../images/nav_divider.gif") no-repeat scroll right 7px;
        float: left;
        padding: 1px 13px !important;
    }

        .login_box ul li a {
            //color: #FFFFFF;
color: #6a6a6a;
            display: inline-block;
            float: left;
            font-family: 'Helvetica Neue LT Pro Md';
            font-size: 13px;
            line-height: 21px;
            padding-top: 4px;
        }

.header .logo {
    float: left;
   // padding-top: 5px;
}

.header .logo input{
	padding-top: 3px;
}
    .header .logo img {
        display: block;
        width: auto;
        height: auto;
    }

.menu_product { /*left: 36px;*/
    bottom: 2px;
    position: absolute;
    right: 0;
}

    .menu_product ul li {
        cursor: pointer;
        float: left;
        font-family: 'Helvetica Neue LT Pro Md';
        font-size: 1.8em;
        font-weight: 700;
        height: 39px;
        margin-top: 0;
        overflow: hidden;
        padding: 0 6px;
    }

.footer_wrapper {
    width: 100%;
    position: fixed;
    background-color: #e1611c;
    height: 30px;
    background-color: #e1611c;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    color: White;
    font-size: small;
}

.menu_product ul li a {
    color: #962C5E;
    cursor: pointer;
    float: left;
    padding: 0 7px 0 7px;
    background: none repeat scroll 0 0 #DFDFDF;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    /*behavior:url(/css/PIE.htc);*/
}

    .menu_product ul li a span {
        color: #4D4C52;
        display: block;
        font-family: 'Helvetica Neue LT Pro Md';
        font-size: 19px;
        height: 29px;
        margin-top: 0;
        padding: 10px 10px 0;
        text-align: center;
    }

    .menu_product ul li a.active {
        background-color: #e1611c;
    }

        .menu_product ul li a.active span {
            color: #FFFFFF;
        }

    .menu_product ul li a.sel {
        background: url(../images/orange_navigation_bg.png) 0px -53px no-repeat;
        color: #962c5e;
        padding: 18px 0 0 7px;
        float: left;
    }

        .menu_product ul li a.sel span {
            float: left;
            background: url(../images/orange_navigation_bg.png) right 0 no-repeat;
            height: 35px;
            padding: 15px 10px 0 5px;
            margin-top: -17px;
            color: #FFF
        }

            .menu_product ul li a.sel span:hover {
                color: #B12A32;
            }


.navigation_wrapper {
    background: #e1611c;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    min-width: 1200px;
    bottom: -8px;
}

.navigation {
    width: 968px;
    margin: 0 auto;
    position: relative
}

    .navigation ul {
        float: right
    }

        .navigation ul li {
            float: left;
            padding: 0 15px !important;
        }

            .navigation ul li.sel a {
                color: #962a27
            }

            .navigation ul li a {
                color: #FFFFFF;
                display: block;
                font-family: 'Helvetica Neue LT Pro Md';
                font-size: 1.5em;
                padding: 10px 0;
            }

.mini_header_wrap {
    background: url(../images/mini_tab_bg.png) repeat-x;
    height: 77px;
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999
}

*html .mini_header_wrap {
    position: absolute
}

.menuNav ul {
    position: relative;
    top: -29px;
    right: 28px;
}

    .menuNav ul li {
        float: left;
        padding: 0 10px
    }

        .menuNav ul li a {
            color: #B12A32;
            cursor: pointer;
            float: left;
            font-family: 'Helvetica Neue LT Pro Md';
            font-size: 1.4em;
            font-weight: 700;
            padding: 10px 0;
        }

.menu_tab_sub {
    color: #5D5D5D;
    display: inline;
    font-family: 'Helvetica Neue LT Pro Md';
    font-size: 14px;
}

.menu_product ul li.third_tab {
    /*margin-top: -32px;*/
}

    .menu_product ul li.third_tab > a {
        padding-top: 19px;
    }

        .menu_product ul li.third_tab > a span {
            height: 42px;
            line-height: 17px;
            padding-top: 5px;
            text-align: center;
            margin-top: -18px;
            padding-left: 7px;
        }

.sel .menu_tab_sub {
    color: #FFFFFF;
}

.sel:hover .menu_tab_sub {
    color: #5D5D5D;
}
/*------Header Ends here------*/

/*-----------Container Start here-----------*/
.maincontent { /*overflow: hidden;*/
    position: relative;
    width: 100%;
    clear: both;
}

.container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.header_txt {
    float: right;
    margin-top: 4px;
    padding-right: 96px;
    padding-top: 35px;
    display: none;
}

    .header_txt .head_text {
        font-size: 2.5em;
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 2px 0 #333333;
    }

    .header_txt h1 {
        font-size: 5em;
        color: #FFF;
        font-weight: bold;
        margin-top: -10px;
        height: 44px;
        text-shadow: 1px 2px 0 #333333;
    }

/*-----------Login Start here--------*/
.login_outerWrap {
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
}

.login_wrap {
    background: #fff;
    padding: 10px;
    width: 630px;
    margin: 0 auto;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/PIE.htc);*/
}

.header_wrap {
    background: #e1611c;
    padding: 5px;
    float: left;
    width: 620px
}

    .header_wrap h2 {
        font-size: 2em;
        color: #FFF;
        font-weight: normal;
        float: left;
        line-height: 20px;
        padding-left: 5px;
        padding-top: 1px
    }

    .header_wrap img {
        float: left;
        margin: -4px 8px 0 20px;
    }

    .header_wrap ul {
        padding-top: 5px;
    }

        .header_wrap ul li {
            float: left;
            font-size: 1.5em;
            color: #FFF;
            padding: 0 5px;
        }

            .header_wrap ul li .label-checked {
                background: url(../images/radio_sel.gif) no-repeat left 2px;
                padding-left: 26px;
                cursor: pointer;
                padding-right: 15px
            }

            .header_wrap ul li .label-unchecked {
                background: url(../images/radio_unsel.gif) no-repeat left 2px;
                padding-left: 26px;
                cursor: pointer;
                padding-right: 15px
            }

table#cnpContent_grdUsers {
    width: 100%;
    margin-top: 20px;
    float: left;
}

    table#cnpContent_grdUsers tr th, table#cnpContent_grdUsers tr td {
        width: auto;
        text-align: left;
    }

table {
    margin-top: 20px;
}

    table#cnpContent_grdUsers tr th, table#cnpContent_grdUsers tr td {
        border-right: 1px solid #cccc;
    }

.red_button {
    background: none repeat scroll 0 0 #e1611c;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    /*display: block;*/
    font-size: 14px;
    padding: 7px 12px;
    position: relative;
    -webkit-border-radius: 5px;
    font-family: 'Helvetica Neue LT Pro Md';
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/PIE.htc);*/
}

.red_color {
    color: #e1611c !important;
}

.underline {
    text-decoration: underline !important;
}



.container .left_panel {
    border: 1px solid #CACACA;
    border-radius: 6px;
    float: left;
    margin: 38px 0 0 10!important;
    padding: 2px 0 !important;
    width: 15%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    /*behavior:url(/css/PIE.htc);*/
}

.left_panel h1 {
    margin: 0 !important;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #CACACA;
    opacity: 1;
    padding: 0 !important;
    filter: alpha(opacity=100);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /*behavior:url(/css/PIE.htc);*/
}

    .left_panel h1.last {
        border-bottom: none;
    }

    .left_panel h1 a {
        display: block;
        color: #656464 !important;
        font-family: 'Helvetica Neue LT Pro Md';
        font-size: 15px;
        padding: 7px 0 7px 13px;
    }

        .left_panel h1 a.active {
            color: #e1611c;
        }

    .left_panel h1.ui-state-active a {
        color: #e1611c !important;
    }

.left_panel .expanded li a {
    background: url("../images/arrow_left_menu.png") no-repeat scroll 0 8px;
    border: medium none;
    /*color: #746c6c;*/
    display: block;
    font-family: 'Helvetica Neue LT Pro Md';
    font-size: 12px;
    padding: 4px 0 4px 11px;
}

.left_panel .expanded {
    border: medium none;
    border-radius: 0 0 0 0;
    padding: 7px 7px 9px 16px !important;
    border-bottom: 1px solid #CACACA;
}

.activated_cont {
    display: block !important;
}

.listing table {
}

    .listing table tr {
    }

        .listing table tr .border_none {
            border-right: none !important;
        }

        .listing table tr:hover td {
            background-color: #e3e3e3;
            border-bottom: 4px solid #fff;
        }

    .listing table th {
        background-color: #dcdbdb;
        color: #464646;
        font-size: 15px;
        font-weight: normal;
        padding: 17px 11px;
    }

    .listing table td {
        background-color: #F4F4F4;
        color: #6A6A6A;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 5px;
        border-bottom: 4px solid #fff;
    }


.bob-arrow-button {
    border: 0;
    color: #f26522;
    font-size: 0.875rem;
    font-family: 'Helvetica Neue LT Pro Md';
    background: 0 0;
    padding: 0;
    min-width: 100px;
    display: inline-flex !important;
    align-items: center;
    transition: 0.3s linear;
    font-weight: 700;
}
.mid_right {
    float: left;
    margin: 39px 0 0 15px;
    padding: 0 0 24px 0;
    width: 98%;
    min-width: 935px;
    display: inline-block;
}

    .mid_right h1 {
        background-color: #e1611c;
        color: #FFFFFF;
        font-size: 17px;
        padding: 10px;
        margin: 0 0 16px;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        font-family: 'Helvetica Neue LT Pro Md';
    }

br {
    display: none;
}

.mid_right h2 {
    font-weight: normal;
    color: #e1611c;
    font-size: 20px;
    margin: 6px 0 14px;
}

.listing.no_bg table td {
    background: #fff;
    padding: 11px;
}

.listing.no_bg table tr:hover td {
    background: #fff;
}

.listing table label {
    font-weight: 700;
    margin: 0 0 0 5px;
}

.listing .submit_cont {
    padding: 10px 0;
    width: 60%;
}

.submit_cont .red_button {
    margin: 0 auto;
}

.listing table td .input {
    border: 1px solid #CECECE;
    position: relative;
    padding: 9px 7px;
    width: 90%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    /*behavior:url(/css/PIE.htc);*/
}

.listing.drop_down_cont table .select {
    float: left;
    width: 64%;
}

.listing.drop_down_cont table label {
    float: left;
    width: 77px;
    margin-top: 6px;
}

.listing.drop_down_cont table td {
    padding: 9px 11px;
}

.listing.drop_down_cont.no_bg table label {
    width: 97px;
}

    .listing.drop_down_cont.no_bg table label.width120 {
        width: 120px;
    }

.listing table tr.submit_row1 td {
    background-color: #fff;
}

.listing table tr.submit_row1 .select {
    width: 50%;
}

.listing table tr.submit_row1 label {
    width: 45%;
}

.listing table tr.submit_row2 .select {
    float: left;
    margin: 0 15px 0 0;
    width: 126px;
}

.listing table tr.submit_row2 label {
    padding-right: 14px;
    width: auto;
}

.mid_right h3 {
    color: #e1611c;
    font-size: 14px;
    margin: 20px 0 9px 0;
    width: 100%;
    float: left;
    position: relative;
}

    .mid_right h3:after {
        position: absolute;
        width: 10%;
        height: 1px;
        background: #e1611c;
        content: '';
        left: 0;
        bottom: 0;
    }

.listing table.table3 th {
    border-bottom: 4px solid #FFFFFF;
    font-size: 14px;
    padding: 5px 11px;
}

.dropdown_group .select {
    float: left;
    width: 38%;
}

.dropdown_group label {
    color: #555555;
    float: left;
    font-size: 14px;
    font-weight: 700;
    width: 11%;
    margin: 6px 0 0;
}

.dropdown_group {
    width: 61%;
}

.lightBox_userInfo {
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 9999999;
}

.pop_wrap {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 630px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*behavior:url(/css/PIE.htc);*/
}

.close_button {
    background: url(../images/close_button.png) no-repeat;
    position: absolute;
    right: -46px;
    top: 0;
    width: 31px;
    height: 31px;
    z-index: 999;
    cursor: pointer
}

.pop_wrap.delist_pop {
    min-height: 197px;
    padding: 30px;
    width: 336px;
}

.pop_wrap h1 {
    color: #555555;
    font-size: 14px;
    font-weight: 700;
}

.pop_wrap .row {
    padding: 5px 0;
    position: relative;
}

.delist_pop .row textarea {
    border: 1px solid #989898;
    height: 70px;
    padding: 10px;
    width: 273px;
    position: relative;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    /*behavior:url(/css/PIE.htc);*/
}

.pop_wrap .row label {
    color: #e1611c;
    font-size: 13px;
    font-weight: 700;
    padding: 0 0 0 18px;
}

.pop_wrap .radio_group_delist {
    margin: 6px 0 11px;
}

.login_container .header {
    border: 1px solid #CECECE;
    border-bottom: none;
    background-color: #e1611c;
    position: relative;
    color: #FFFFFF;
    min-width: 0;
    font-size: 24px;
    height: auto;
    padding: 14px 7px 14px 55px;
    width: 80%;
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    /*behavior:url(/css/PIE.htc);*/
}

.login_container {
    height: 277px;
    margin: 6% auto 0;
    width: 513px;
}

    .login_container .mid {
        background-color: #F1F1F1;
        border: 1px solid #CECECE;
        border-top: none;
        margin: 0 auto;
        padding: 13px 6px 23px;
        width: 90%;
        border-radius: 0 0 7px 7px;
        -webkit-border-radius: 0 0 7px 7px;
        -moz-border-radius: 0 0 7px 7px;
        /*behavior:url(/css/PIE.htc);*/
    }

    .login_container .row .input {
        float: left;
        padding: 9px 7px;
        position: relative;
        width: 55%;
        border: 1px solid #CECECE;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        /*behavior:url(/css/PIE.htc);*/
    }

    .login_container .row label {
        color: #5E5E5E;
        display: inline-block;
        float: left;
        font-size: 12px;
        margin: 12px 5px 0 0;
        text-align: right;
        width: 71px;
    }

    .login_container .row {
        display: inline-block;
        padding: 10px 0 8px 58px;
        width: 90%;
    }

        .login_container .row.butons_row {
            padding: 10px 0 0 137px;
            width: 72%;
        }

        .login_container .row .red_button {
            float: left;
            margin: 0 11px 0 0;
            width: 79px;
            display: inline-block;
        }

            .login_container .row .red_button.second {
                width: 151px;
            }

.radio_group_delist .iradio_minimal {
    top: 6px;
}

.dropdown_group2 .select {
    width: 24%;
}

.dropdown_group2 label {
    margin-right: 11px;
    width: auto;
}

.dropdown_group2 {
    width: 85%;
}

.iframe {
    height: 706px;
}

.red_button.download_emailer {
    margin-left: 179px;
}

.listing.listing_table_pa table th {
    font-size: 14px;
    background-color: #C2C2C2;
}

.listing.listing_table_pa table td {
    background-color: #EDEDED;
}

.pagination a.no_link {
    cursor: default;
    margin: 0 10px;
}

.pagination a {
    color: #555555;
    font-size: 12px;
    padding: 0 5px;
}

.pagination {
    float: right;
}

/*pa details*/
.outer_product_wrap {
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.info_product {
    float: left;
    width: 100%;
}

    .info_product .info_p_tp {
        height: 6px;
    }

    .info_product .info_product_container {
        background: none repeat scroll 0 0 #F4F4F4;
        border: 1px solid #CECECE;
        float: left;
        width: 96.7%;
    }

.rhs_info_prd {
    float: right;
    width: 30%;
}

    .rhs_info_prd ul li {
        clear: both;
        color: #959595;
        font-size: 1.2em;
        padding: 5px 0;
        text-align: right;
    }

        .rhs_info_prd ul li strong {
            color: #535353;
            padding-right: 5px;
        }

        .rhs_info_prd ul li strong {
            color: #535353;
            padding-right: 5px;
            font-weight: 700;
        }

.lhs_prd_info {
    float: left;
    width: 70%;
}

    .lhs_prd_info h1 {
        background: none repeat scroll 0 0;
        border: medium none;
        border-radius: 0 0 0 0;
        color: #962A27;
        display: inline-block;
        float: left;
        font-size: 20px;
        font-weight: normal;
        margin: 0;
        padding: 0 10px 4px 0;
        width: auto;
    }

    .lhs_prd_info p {
        color: #464646;
        float: left;
        font-size: 1.2em;
        margin: 8px 0 0;
    }

.info_product_container {
    float: left;
    padding: 5px 15px;
}

.lhs_prd_info p.site_address {
    clear: both;
    color: #818181;
    float: none;
    line-height: 20px;
}

.info_product .info_p_btm {
    clear: both;
    height: 6px;
}

.menu_wrapper {
    background-color: #962A27;
    border-bottom: 1px solid #CAA2A1;
    display: inline-block;
    margin: 12px 0 14px;
    padding: 3px 0;
    width: 100%;
}

    .menu_wrapper .menu_tp {
        height: 6px;
    }

    .menu_wrapper .menu_container {
        background: none repeat scroll 0 0 #962A27;
        display: inline-block;
        float: left;
        padding: 3px 0;
        width: 100%;
    }

.menu_container ul li {
    background: url("../images/white_sidedivider.gif") no-repeat scroll right 14px;
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    margin: -8px 0 -6px;
    padding: 12px 15px 11px;
    position: relative;
    z-index: 2;
}

    .menu_container ul li.last {
        background: none;
    }

    .menu_container ul li a {
        color: #C9BBBA;
    }

        .menu_container ul li a.sel {
            background: url("../images/sel_arrow.gif") no-repeat scroll center bottom;
            color: #FFFFFF;
            padding: 10px 0 11px;
        }

.menu_wrapper .menu_btm {
    clear: both;
    height: 6px;
}

.propert_details {
    clear: both;
    padding: 10px 0;
    width: 100%;
}

    .propert_details .p_d_tp {
        height: 6px;
    }

    .propert_details .propert_details_container {
        background: #f4f4f4;
        border: 1px solid #CECECE;
        float: left;
        padding: 0 1%;
        position: relative;
        width: 98%;
    }

.product_information {
    width: 100%;
    float: left;
    min-height: 324px;
    height: auto !important;
    height: 500px;
    padding: 7px 0 0;
}

.lhs_confi_type h2 {
    clear: both;
    color: #5E5E5E;
    float: left;
    font-size: 16px;
    padding: 10px 0;
}

.lhs_confi_type table {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

    .lhs_confi_type table tr th {
        text-align: left;
        font-weight: normal;
        font-size: 1.4em;
        padding: 4px 10px;
        background: #dfdfdf
    }

.unit_in_word {
    color: #5A5A5A !important;
}

.unit_filter {
    position: relative;
    top: 3px;
    z-index: 20;
    border-radius: 4px;
}

table .other_option {
    top: -46px;
}

.other_option ul {
    padding: 0;
    margin: 0;
}

    .other_option ul li {
        background: url("../images/orange_left.png") no-repeat scroll 4px 5px transparent;
        font-size: 11px;
        color: #252525;
        list-style-type: none;
        padding: 0 0 2px 13px;
        cursor: pointer;
    }

.other_option {
    position: absolute;
    border: 1px solid #972b26;
    top: -68px;
    left: 0px;
    width: 100px;
    padding: 2px;
    background-color: #fcfcfc;
    display: none;
    height: 260px;
    overflow: auto;
    font-size: 12px;
    z-index: 18;
    border-radius: 4px;
}

.lhs_confi_type table tr td {
    padding: 4px 10px;
    font-size: 1.2em;
}

.propery_synopsis {
    float: left;
    width: 100%;
}

.lhs_confi_type h3 {
    font-size: 1.5em;
    color: #962a27;
    font-weight: normal;
    padding-bottom: 5px;
    float: left;
}

.propery_synopsis h3 {
    font-size: 2em;
    font-weight: 700;
    padding: 20px 0
}

    .propery_synopsis h3 img {
        padding: 0 3px;
    }

.lhs_confi_type p {
    background: url("../images/red_arw.gif") no-repeat scroll left 5px transparent;
    margin: 0 0 0 12px;
    font-size: 1.2em;
    clear: both;
    line-height: 18px;
    padding-left: 10px;
}

.rhs_confi_gallery {
    float: right;
    padding-top: 10px;
    width: 389px;
}

.rating {
    margin: 4px 0 0;
    float: left;
    clear: both
}

.rhs_confi_gallery ul {
    padding: 3px 0
}

.rating ul li {
    float: left;
    padding-right: 10px
}

.rhs_confi_gallery ul.lhs {
    float: left;
}

    .rhs_confi_gallery ul.lhs li, .rhs_confi_gallery ul.rhs {
        float: left;
    }

        .rhs_confi_gallery ul.lhs li a, .rhs_confi_gallery ul.rhs li a {
            font-size: 1.3em;
            color: #962a27;
            text-decoration: underline
        }

.rhs_confi_gallery ul.rhs {
    float: right;
    margin-top: 4px;
}

.propert_details .p_d_btm {
    height: 6px;
    clear: both
}

.aboutDetails {
    display: inline-block;
    margin: 13px 0 10px;
    width: 100%;
}

    .aboutDetails .abt_tp {
        height: 6px;
    }

    .aboutDetails .abt_btm {
        height: 6px;
        clear: both
    }

    .aboutDetails .about_container {
        background: none repeat scroll 0 0 #F4F4F4;
        border: 1px solid #CECECE;
        float: left;
        padding: 0 2% 18px;
        width: 96%;
    }

        .aboutDetails .about_container h2 {
            color: #5E5E5E;
            font-size: 16px;
            font-weight: 700;
            margin: 0;
            padding: 10px 0;
        }

.propery_synopsis ul li {
    float: left;
    font-size: 1.2em;
    color: #5a5a5a;
    padding: 5px 0;
    clear: both
}

    .propery_synopsis ul li span {
        padding-left: 5px;
        color: #252525;
    }

.aboutDetails .about_container .scroll_cont {
    height: 87px;
}

.offer {
    clear: both;
    height: 51px;
    margin: 0 0 11px;
}

    .offer .head {
        background-color: #e1611c;
        color: #FFFFFF;
        box-shadow: 0 2px 0 1px #CCCCCC;
        display: block;
        float: left;
        font-size: 19px;
        padding: 13px 6px;
        text-align: center;
        width: 7%;
        border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        /*behavior:url(/css/PIE.htc);*/
    }

    .offer .offer_text {
        background-color: #FFFFFF;
        border-right: 1px solid #CECECE;
        color: #962A27;
        display: block;
        float: left;
        font-size: 13px;
        height: 21px;
        padding: 14px 6px;
        box-shadow: 0 2px 0 1px #CCCCCC;
        width: 90.2%;
        border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        /*behavior:url(/css/PIE.htc);*/
    }

.about_property {
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 10px;
}

.abt_pty_wrap {
    width: 49%;
    float: left
}

    .abt_pty_wrap .abt_tp {
        height: 7px;
    }

    .abt_pty_wrap .abt_container {
        background: none repeat scroll 0 0 #F4F4F4;
        border: 1px solid #CECECE;
        float: left;
        padding: 0 20px 10px;
    }

        .abt_pty_wrap .abt_container .scroll_cont {
            height: 136px;
        }

        .abt_pty_wrap .abt_container h2 {
            font-size: 1.5em;
            padding-top: 10px;
            font-weight: bold;
            margin: 0;
        }

        .abt_pty_wrap .abt_container p {
            font-size: 1.2em;
            line-height: 18px;
            padding: 10px 0 10px
        }

    .abt_pty_wrap .abt_btm {
        height: 7px;
        clear: both
    }

.rhs_about {
    float: right
}

.buttons_wrap input {
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin: 0 7px 0 0;
    padding-left: 20px;
    padding-right: 20px;
}

.buttons_wrap {
    clear: both;
    text-align: center;
}

    .buttons_wrap input.input1 {
    }

    .buttons_wrap input.input1 {
        margin-left: 30%;
    }

.summery .listing table th {
    color: #555555;
    font-size: 14px;
}

.summery .listing table td {
    font-size: 14px;
    color: #555555;
}

.ele_wrap {
    float: left;
    padding: 10px 9px;
    position: relative;
}

.add_new .add_new_thumb {
    margin: 0 50px 6px 0;
}

.ele_wrap label {
    float: left;
    padding-top: 9px;
    width: auto;
    color: #555555;
    font-size: 14px;
    font-weight: 700;
    padding-right: 9px;
}

.ele_wrap input {
    background: #f7f7f7;
    border: 1px solid #cacaca;
    width: 165px;
    float: left;
    padding: 10px 5px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/PIE.htc);*/
}

.ele_wrap span {
    color: #952b28;
    padding-left: 10px
}

.add_new_thumb.ele_wrap input.width_50 {
    width: 50px;
}

.add_new_thumb.ele_wrap input.width_112 {
    width: 112px;
}

.add_new_thumb.ele_wrap input.width_145 {
    width: 145px;
}

.ele_wrapUser {
    float: left;
    padding: 0px 9px;
    position: relative;
    width: 30%;
    box-sizing: border-box;
    min-height: 70px;
    margin-top: 10px;
}

.add_new .add_new_thumb {
    margin: 0 50px 6px 0;
}

.ele_wrapUser label {
    float: left;
    padding-top: 9px;
    width: 154px;
    color: #555555;
    font-size: 12px;
    padding-right: 9px;
    width: 160px;
    margin-bottom: 5px;
}

input#cnpContent_chkBxStartUpLeads, input#cnpContent_chkBxSuperAdmin {
    margin-top: 10px;
}

select#cnpContent_ddlProductNameAsService {
    new addition max-width: 380px;
    margin: 20px 0;
}

.listing table.table3 td span {
    display: block;
}

.left_panel .expanded li a {
    font-size: 14px;
    margin-bottom: 5px;
}

.ele_wrapUser input {
    background: #f7f7f7;
    border: 1px solid #cacaca;
    width: 165px;
    float: left;
    padding: 10px 5px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    /*behavior:url(/css/PIE.htc);*/
}

.ele_wrapUser span {
    color: #952B28;
    margin-left: 0;
    margin-top: 10px;
    position: absolute;
    width: 200px;
    left: 40%;
    bottom: 0;
}

.add_new_thumb.ele_wrapUser input.width_50 {
    width: 50px;
}

.add_new_thumb.ele_wrapUser input.width_112 {
    width: 112px;
}

.add_new_thumb.ele_wrapUser input.width_145 {
    width: 145px;
}



.ele_wrapVertical {
    float: left;
    padding: 10px 9px;
    position: relative;
}

.add_new .add_new_thumb {
    margin: 0 50px 6px 0;
}

.ele_wrapVertical label {
    float: left;
    padding-top: 3px;
    width: 154px;
    color: #555555;
    font-size: 14px;
    font-weight: 700;
    padding-right: 17px;
    padding-left: inherit;
}

.ele_wrapVertical input {
    background: #f7f7f7;
    border: 1px solid #cacaca;
    width: 20px;
    float: left;
    padding: 10px 5px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/PIE.htc);*/
}

.ele_wrapVertical span {
    color: #952b28;
    padding-left: 10px
}

.add_new_thumb.ele_wrapVertical input.width_50 {
    width: 50px;
}

.add_new_thumb.ele_wrapVertical input.width_112 {
    width: 112px;
}

.add_new_thumb.ele_wrap input.width_auto {
    width: auto;
}

.add_new_thumb.ele_wrap input.width_200 {
    width: 200px;
}

.add_new_thumb.ele_wrap input.width_312 {
    width: 312px;
}

.add_new_thumb.ele_wrap input.width_571 {
    width: 571px;
}

.ele_wrap.width459 {
    width: 459px;
}

.ele_wrap.width698 {
    width: 698px;
}

.form_element .select {
    float: left;
    width: auto;
}

.label-checked {
    background: url("../images/checked_icon.png") no-repeat scroll 0 8px;
    padding-left: 23px;
    height: 21px;
    cursor: pointer;
}

.label-unchecked {
    background: url("../images/unchecked_icon.png") no-repeat scroll 0 8px;
    height: 21px;
    padding-left: 23px;
    cursor: pointer;
}

.check_cont label {
    font-size: 12px;
    font-weight: normal;
}

.check_cont {
    float: left;
}

.divider {
    clear: both;
    height: 2px;
    width: auto;
    display: none;
}

.dropdown_grp1 .part .select {
    clear: both;
    margin: 7px 0 0;
    width: auto;
}

.dropdown_grp1 .part .sub_label {
    font-size: 12px;
    font-weight: normal;
}

.dropdown_grp1 .part {
    float: left;
    margin: 0 19px 0 8px;
}

.label-unchecked span, .label-checked span {
    color: #555555;
    padding: 0;
}

.form_user_manage {
    border-bottom: 1px solid #CCCCCC;
    display: inline-block;
    padding: 0 0 10px;
    width: 100%;
    margin-bottom: 10px;
}

.ele_wrap input.editable_input {
    background: none repeat scroll 0 0;
    border: medium none;
}

.mid_right.user h3 {
    font-size: 18px;
    font-weight: normal;
}

.listing table.table3 td {
    padding: 9px 11px;
}

.radio_group_delist .label-checked {
    background: url("../images/radio_icons_selected.png") no-repeat scroll 0 0;
}

.radio_group_delist .label-unchecked {
    background: url("../images/radio_icons.png") no-repeat scroll 0 0;
}

.divider.line_hr {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 auto 19px;
    padding: 12px 0 0;
    width: 100%;
}

.add_new .red_button.cont_btn.next_btn {
    float: none;
    margin: 0 auto;
}

/*------------Scrollpane---*/
.container_scroll {
    clear: both;
    float: left;
    height: 290px;
    overflow: auto;
    width: 56%;
}

.container_scroll_i_o_feature {
    width: 487px;
}

.map_outerWrap {
    height: 517px;
    width: 335px;
    overflow: auto;
    clear: both;
    float: left
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
}

    .jspVerticalBar *, .jspHorizontalBar * {
        margin: 0;
        padding: 0;
    }

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #dfdfdf;
    position: relative;
    float: right;
    width: 15px;
    margin-left: 10px
}

.jspDrag {
    background: #962a27;
    position: relative;
    top: 0;
    left: 0px;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrowUp {
    background: url(../images/up_arrow.png) no-repeat center;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrowDown {
    background: url(../images/dwn_arrow.png) no-repeat center;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
}

.jspVerticalBar .jspArrow {
    height: 18px;
}

.jspHorizontalBar .jspArrow {
    width: 28px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}
/* NOTE left-right classes wouldn't be needed on vertical scroller */

/*pa details*/
/*----------LightBox------------*/
.overlayDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999999;
    opacity: .80;
    filter: alpha(opacity=80);
}

* html .overlayDiv {
    position: absolute;
    top: 0%;
    left: 0%;
    height: expression(document.body.clientHeight+'px');
    width: expression(document.body.clientWidth+'px');
}

.font_18 {
    font-size: 18px !important;
}

.bold {
    font-weight: 700 !important;
}

.border_right_white {
    border-right: 1px solid #FFFFFF !important;
}

.border_bottom_white {
    border-bottom: 1px solid #FFFFFF !important;
}

.border_radius4 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*behavior:url(/css/PIE.htc);*/
}

.border_radius8 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    /*behavior:url(/css/PIE.htc);*/
}

.border_radius6 {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    /*behavior:url(/css/PIE.htc);*/
}

.border_radius2 {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    /*behavior:url(/css/PIE.htc);*/
}

.align_left {
    text-align: left !important;
}

.align_right {
    text-align: right !important;
}

.align_center {
    text-align: center !important;
}

.loader {
    margin: 10% auto 0;
    width: 188px;
}

.loaderoverlay {
    background: url("../images/trans_bg.png") repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.login_box ul li a {
    font-weight: 700;
}

.bg_no {
    background: none !important;
}

.input_width128 {
    width: 128px !important;
}

.red_button.submit_add {
    margin: 0 0 0 105px;
}

.width_auto {
    width: auto !important;
}


input, select {
    padding: 6px 5px 6px 5px;
    margin-right: 10px;
}
/*--------------------------------------JEET----------------------------------------*/
.listing {
    position: relative;
    margin-top: 10px;
}

.j_propert_detail_back_btn {
    width: 150px;
    height: auto;
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    text-align: right;
}

    .j_propert_detail_back_btn a {
        width: auto;
        height: auto;
        padding: 4px 12px;
        background: none repeat scroll 0 0 #e1611c;
        font-size: 14px;
        border: medium none;
        color: #FFFFFF;
        font-weight: 700;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        /*behavior:url(/css/PIE.htc);*/
    }


.j_propert_detail_box {
    width: 390px;
    height: auto;
    padding: 15px 10px;
    background: #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/PIE.htc);*/
}

.j_pd_cell {
    width: auto;
    height: auto;
    padding-bottom: 17px;
    color: #555555;
    font-size: 14px;
    font-weight: 700;
}

.j_heading_normal {
    width: auto;
    height: auto;
    display: block;
    font-size: 18px;
    color: #4d4c52;
    padding-top: 20px;
}

.j_pd_textarea {
    width: auto;
    height: auto;
    padding-top: 10px;
}

    .j_pd_textarea textarea {
        width: 96%;
        height: 170px;
        padding: 2%;
        border: 1px solid #ccc;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        /*behavior:url(/css/PIE.htc);*/
    }

.j_pd_submit {
    width: auto;
    height: auto;
    padding-top: 20px;
}

.buttons_wrap input.j_input2 {
    margin-left: 45%;
}

.buttons_wrap input.j_input3 {
    margin-left: 38%;
}

.padding_top_15 {
    padding-top: 15px !important;
}

.j_form_small_txt {
    font-size: 11px;
    color: #555 !important;
    display: block;
    padding-left: 125px !important;
    padding-top: 42px !important;
}

.j_form_small_txt_2 {
    font-size: 11px;
    color: #555 !important;
    display: block;
    padding-top: 10px;
    text-align: right;
    padding-right: 5px;
}

.j_unit_number_msg {
    display: block;
    padding-left: 0px !important;
}

.j_start_date_txt {
    font-size: 11px !important;
    font-weight: normal !important;
}


.j_unit_no_txt {
    display: block !important;
    padding-top: 30px !important;
    margin-left: -110px !important;
    font-size: 11px !important;
    color: #e1611c !important;
    font-weight: normal !important;
}



.width_60 {
    width: 60px !important;
}

.width_100 {
    width: 100px !important;
}

.width_115 {
    width: 115px !important;
}

.width_170 {
    width: 170px !important;
}

.width_300 {
    width: 330px !important;
}

.width_350 {
    width: 350px !important;
}

.width_390 {
    width: 390px !important;
}

.width_500 {
    width: 500px !important;
}

.padding_right_20 {
    padding-right: 20px !important;
}

.height_40 {
    height: 40px;
}

.padding_10 {
    padding-top: 9px !important;
}

.padding_top_5 {
    padding-top: 5px !important;
}


.add_gallery {
    margin-top: 30px;
}

.j_pp_btn_block_1 {
    width: 110px;
    height: auto;
    float: left;
    display: block;
    margin-left: 33%;
}

.j_pp_btn_block_2 {
    width: 110px;
    height: auto;
    float: left;
    display: block;
}

.main_pop {
    width: 480px;
    height: 170px;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*behavior:url(/css/PIE.htc);*/
}

.pop_contener {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #f1f1f1;
}

.pop_txt {
    width: auto;
    height: auto;
    display: block;
    font-family: 'Helvetica Neue LT Pro Md';
    font-size: 14px;
    color: #555;
    padding-top: 50px;
    text-align: center;
}

.pop_btn_div {
    width: auto;
    height: auto;
    display: block;
    padding-top: 40px;
    text-align: center;
}

.pop_btn {
    width: auto;
    height: 34px;
    padding-left: 40px;
    background: none repeat scroll 0 0 #e1611c;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 40px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/PIE.htc);*/
}

.add_new_thumb.deactivate_search_wrap {
    width: 27%;
}

    .add_new_thumb.deactivate_search_wrap input.width_200 {
        width: 160px;
    }

.deactivate_search_wrap.search_btn_deactivate {
    float: left;
    margin: 11px 0 0;
}

    .deactivate_search_wrap.search_btn_deactivate .red_button {
        padding: 9px 12px;
    }

.remark_cont textarea {
    border: 1px solid #CCCCCC;
    float: left;
    font-family: 'Helvetica Neue LT Pro Md';
    font-size: 13px;
    min-height: 74px;
    padding: 7px;
    width: 800px;
}

.listing.drop_down_cont table label.bus_city {
    font-size: 13px;
    left: 10px;
    position: absolute;
    top: 42px;
    width: 126px;
}

    .listing.drop_down_cont table label.bus_city input {
        float: left;
    }

    .listing.drop_down_cont table label.bus_city > span {
        display: block;
        float: left;
        padding: 0 0 0 5px;
    }

.listing.drop_down_cont table td.city_row {
    padding-bottom: 27px;
}

.ui-accordion .ui-accordion-content.empty_content {
    display: none !important;
}

.label.bold.hidden, .label2.bold.hidden {
    border: medium none;
    color: #6A6A6A;
    font-size: 15px;
    background-color: transparent;
}

.left_panel .expanded.last {
    border: medium none;
}

.gray {
    color: #555555;
}

.left_panel h1.linked_h1 {
    height: 34px;
}

.left_panel h1 .linked_div {
    height: 23px;
    left: 0;
    position: absolute;
    top: 9px;
    z-index: 1;
}

.left_panel h1 a.linked {
    display: inline;
    height: 19px;
    width: 169px;
}

.listing table.inside_roll tr.submit_row1 td {
    background-color: transparent;
    padding: 0 0 10px;
    border: none;
}

.input_width205 {
    width: 205px !important;
}

.listing.drop_down_cont table label.bus_city.bus_city_add {
    top: 106px;
}

.add_new_thumb.ele_wrap.remark_cont .red_button2 {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #e1611c;
    color: #FFFFFF;
    float: right;
    margin: 9px 13px 0 0;
    width: 95px;
    top: 0px;
    left: 0px;
}

label.error {
    bottom: -4px;
    color: #FF0000;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    right: 0;
}


/* testing CSS */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    color: #444;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('../images/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 15px;
    height: 17px;
    cursor: pointer;
    z-index: 8040;
    background: url(../images/overelaycross.jpg) left top no-repeat;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../images/../images/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url('../images/../images/fancybox_loading@2x.gif');
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}



/* Popup*/
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    text-align: center;
}

.popup-ok-button {   
    float: left;   
}

.close {
    border-radius: 30px;
    padding: 5px;
    float: right;
    margin: -32px -29px -10px 0px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #ffff;
    background-color: #CECECE;
}


    .close:hover {
        color: #faefef;
    }

.child-popup-content {
    display: none;
    max-height: 500px !important;
    overflow-y: scroll !important;
}
.title {
    color: #e1611c;
    font-size: 17px;
    font-weight: bold;
}