﻿/* DEFAULTS */
.clear {
    clear: both;
}

    .clear:before,
    .clear:after {
        content: "";
        display: table;
    }

    .clear:after {
        clear: both;
    }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.hide {
    display: none;
    margin: 0;
    padding: 0;
}

.clearfix {
    display: inline-block;
}

.to-upper {
    text-transform: uppercase;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.cb {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
    color: #FFFFFF;
    height: 100%;
}

body {
    background: #FFFFFF url("../images/bgBody.png") repeat-x center 120px;
}

.bgWrapper {
    background: url("../images/bgWrapper.png") no-repeat center 120px;
    height: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #FFFFFF;
}

    a:active {
        outline: none;
    }

    a:focus {
        -moz-outline-style: none;
        outline: none;
    }

    a:hover {
        text-decoration: none;
    }

    *[disabled], *[disabled]:hover,
    .aspNetDisabled {
        pointer-events: none;
    }

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@font-face {
    font-family: "Conv_GOTHIC";
    src: url("fonts/GOTHIC.eot"); /* IE */
    src: local("Conv_GOTHIC"), url("fonts/GOTHIC.ttf") format("truetype"), url("fonts/GOTHIC.woff") format("woff"), url("fonts/GOTHIC.svg#Conv_GOTHIC") format("svg");
}

@font-face {
    font-family: "Conv_GOTHICI";
    src: url("fonts/GOTHICI.eot"); /* IE */
    src: local("Conv_GOTHICI"), url("fonts/GOTHICI.ttf") format("truetype"), url("fonts/GOTHICI.woff") format("woff"), url("fonts/GOTHICI.svg#Conv_GOTHICI") format("svg");
}

@font-face {
    font-family: "Conv_GOTHICB";
    src: url("fonts/GOTHICB.eot"); /* IE */
    src: local("Conv_GOTHICB"), url("fonts/GOTHICB.ttf") format("truetype"), url("fonts/GOTHICB.woff") format("woff"), url("fonts/GOTHICB.svg#Conv_GOTHICB") format("svg");
}

textarea {
    resize: none;
}

input, textarea {
    outline: none;
    float: left;
    border: none;
    background: #FFFFFF;
    height: 20px;
    margin: 0 0 10px 0;
    padding: 0 0 0 5px;
    color: #4d5a65;
    font: 11px/20px Arial,Helvetica,sans-serif;
}

img {
    border: none;
}

h1 {
    height: 100px;
    width: 400px;
    float: left;
    overflow: hidden;
}

h2 {
    font: 38px/49px Conv_GOTHICB, Arial, sans-serif;
}

h3 {
    font-size: 11px;
    text-transform: uppercase;
}

h4 {
    font: 14px/20px Conv_GOTHICB, Arial, sans-serif;
    text-transform: uppercase;
}

h5 {
    font: 30px/30px Conv_GOTHICB, Arial, sans-serif;
    text-transform: uppercase;
}

a.gallery {
    display: block;
    height: 21px;
    width: 25px;
    background: url("../images/galIcon.png") repeat-y 0 0;
}

a.downloads {
    display: block;
    height: 16px;
    width: 16px;
    background: url("../images/downIcon.png") repeat-y 0 0;
}

a.buttonSend {
    display: block;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

a.close {
    background: #808f9d url("../images/buttonCloseS.png") no-repeat center center;
    width: 20px;
    min-width: 20px;
    padding: 0;
    float: left;
}

.buttonSend {
    outline: none;
    height: 22px;
    cursor: pointer;
    width: 190px;
    padding: 0 0 2px 0;
    color: #FFFFFF;
    border: 1px solid white;
    *border: none;
    background: none;
    text-align: center;
    text-transform: uppercase;
}

div.buttonSend {
    border: none;
    *border: 1px solid white;
}

.wrapper {
    width: 1000px;
    min-height: 600px;
    height: 100%;
    margin: 0 auto;
}

    .wrapper > form {
        height: 100%;
    }

/*header*/
.header {
    height: 100px;
    padding: 20px 95px 0 95px;
}

h1.logo a {
    display: block;
    background: url("../images/logo.png") no-repeat 0 0;
    width: 214px;
    height: 73px;
    text-indent: -9999px;
}

h1.costomer_logo {
    display: none;
}

.loggedIn {
    float: right;
    height: 40px;
    width: 410px;
}

    .loggedIn span {
        display: none;
    }

        .loggedIn span.language {
            display: block;
        }

            .loggedIn span.language a {
                color: #4D5A65;
                display: block;
                float: left;
                padding: 0 5px;
                background: url("../images/labelBorderDark.png") no-repeat right center;
            }

                .loggedIn span.language a.activeLg {
                    font-weight: bold;
                    cursor: text;
                }

                    .loggedIn span.language a.activeLg:hover {
                        text-decoration: none;
                    }

                .loggedIn span.language a:hover {
                    text-decoration: underline;
                }

                .loggedIn span.language a.end {
                    background: none;
                }

h1.costomer_logo img {
    max-width: 400px;
    max-height: 80px;
}

/*nav*/
.nav {
    float: left;
    width: 410px;
    height: 60px;
}

ul {
    float: right;
    list-style-type: none;
    text-transform: uppercase;
    line-height: 15px;
    font-family: Conv_GOTHIC, Arial, sans-serif;
}

li {
    float: left;
    padding: 0 10px 0 0;
}

    li a {
        display: block;
        width: 50px;
        height: 58px;
        padding: 2px 5px 0 5px;
        background: #CFD5DA;
        overflow: hidden;
    }

/*select*/
.tf-dropdown select.tool {
}

.tf-dropdown .tfSelectWrapper {
    margin: 0;
}

    .tf-dropdown .tfSelectWrapper span.selectTxt {
        background: #59768D;
        width: 665px;
        color: #FFFFFF;
    }

    .tf-dropdown .tfSelectWrapper div a.button {
        background: #59768D url("../images/arrFileDown.png") no-repeat 5px 8px;
    }

    .tf-dropdown .tfSelectWrapper ul {
        width: auto;
        min-width: 100%;
        border-color: #59768D;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .tf-dropdown .tfSelectWrapper ul a {
            width: auto;
            min-width: 100%;
        }

/*navR*/

.navR {
    height: 380px;
    width: 60px;
    float: none;
    position: absolute;
    left: auto;
    right: 35px;
    top: 0;
}

.navB {
    top: 320px;
}

.navR ul {
    width: 60px;
}

.navR li {
    padding: 10px 0 0 0;
}

    .navR li a {
        background: #808F9D;
    }

.navR.navBottom {
    top: 290px;
    height: auto;
}

    .navR.navBottom li a {
        font-size: 0;
    }

        .navR.navBottom li a.btn-CQVQnOP {
            background: none;
            background: url(../images/wizard/lupe_inactive.jpg) no-repeat #4d5a65;
        }

.customer .nav a.btn-CQVQnOP:hover,
.customer .nav a.btn-CQVQnOP.active {
    background-color: #fff;
    background: url(../images/wizard/lupe_active.jpg) no-repeat #fff;
}

.navR.navBottom li a.btn-CQPH {
    background: none;
    background: url(../images/nav_icons.png) no-repeat #4d5a65;
    background-position: -60px 0;
}

.customer .nav a.btn-CQPH:hover,
.customer .nav a.btn-CQPH.active {
    background-color: #fff;
    background: url(../images/nav_icons.png) no-repeat #fff;
    background-position: 0 0;
}

.navR.navBottom li a.btn-CQPD {
    background: none;
    background: url(../images/nav_icons.png) no-repeat #4d5a65;
    background-position: 0px -68px;
}

.customer .nav a.btn-CQPD:hover,
.customer .nav a.btn-CQPD.active {
    background-color: #fff;
    background: url(../images/nav_icons.png) no-repeat #fff;
    background-position: -60px -68px;
}

.navR.navBottom li a.btn-CQPC {
    background: none;
    background: url(../images/wizard/fin_label-icon_default.jpg) no-repeat #4d5a65;
}

.customer .nav a.btn-CQPC:hover,
.customer .nav a.btn-CQPC.active {
    background-color: #fff;
    background: url(../images/wizard/fin_label-icon_chosen.jpg) no-repeat #fff;
}

li a.about {
    width: 100px;
}

    li a.about:hover, li a.about.active {
        background: #586f82;
    }

li a.advantage:hover, li a.advantage.active {
    background: #8093a1;
}

li a.start:hover, li a.start.active {
    background: #a46db6;
}

li a.weAre:hover, li a.weAre.active {
    background: #7ba6cb;
}

.customer .nav ul li a.about.disabled, .customer .nav ul li a.about.disabled:hover,
.customer .nav ul li a.advantage.disabled, .customer .nav ul li a.advantage.disabled:hover,
.customer .nav ul li a.start.disabled, .customer .nav ul li a.start.disabled:hover,
.customer .nav ul li a.weAre.disabled, .customer .nav ul li a.weAre.disabled:hover {
    background: #CFD5DA;
    color: #808F9D;
}

.customer .navR ul li a.contact.disabled, .customer .navR ul li a.contact.disabled:hover,
.customer .navR ul li a.faq.disabled, .customer .navR ul li a.faq.disabled:hover {
    background: #808F9D;
    color: #CFD5DA;
}

li a.contact:hover, li a.contact.active, .customer .nav ul li a.contact:hover, .customer .nav ul li a.contact.active {
    background: #7ba6cb;
}

li a.office:hover, li a.officeIn.active, .customer .nav ul li a.officeIn:hover, .customer .nav ul li a.officeIn.active {
    background: #8c36a8;
}

li a.faq:hover, li a.faq.active, .customer .nav ul li a.faq:hover, .customer .nav ul li a.faq.active {
    background: #847b63;
}


/* [LJ][03-June-2014][Styles for the top header sections.][BEGINS] */

li a.ao-header-section1:hover, li a.ao-header-section1.active {
    background: #586f82;
}

li a.ao-header-section2:hover, li a.ao-header-section2.active {
    background: #8093a1;
}

li a.ao-header-section3:hover, li a.ao-header-section3.active {
    background: #a46db6;
}

li a.ao-header-section4:hover, li a.ao-header-section4.active {
    background: #7ba6cb;
}

/* Header section page styles */
.ao-header-section-content {
    background: #FFFFFF;
    color: #4d5a65;
    height: 360px;
    padding: 20px 0 0 20px;
    margin: 0 10px 0 0;
    overflow: hidden;
}

p.quote {
    font: 14px/24px Conv_GOTHICI, Arial, sans-serif;
    padding: 0 10px 0 0;
    overflow: hidden;
    width: 760px;
}

.ao-header-section-content p.quote span {
    float: right;
    font: 11px/24px Conv_GOTHIC, Arial, sans-serif;
    margin: 10px 0 0 0;
    background: #FFFFFF;
    display: block;
    width: 760px;
    text-align: right;
}

.ao-header-section-content-box {
    float: left;
    width: 235px;
    padding: 30px 20px 0 0;
    overflow: hidden;
    line-height: 18px;
}

    .ao-header-section-content-box.end {
        padding-right: 0;
    }

        .ao-header-section-content-box.end, .ao-header-section-content-box.end p {
            width: 245px;
        }

/* Section page specific styles */
.ao-header-section1-content-holder {
    background: #586f82;
}

    .ao-header-section1-content-holder h3 {
        color: #586f82;
    }

.ao-header-section2-content-holder {
    background: #8093A1;
}

    .ao-header-section2-content-holder h3 {
        color: #8093A1;
    }

.ao-header-section3-content-holder {
    background: #A46DB6;
}

    .ao-header-section3-content-holder h3 {
        color: #A46DB6;
    }

.ao-header-section4-content-holder {
    background: #7BA6CB;
}

    .ao-header-section4-content-holder h3 {
        color: #7BA6CB;
    }

/* [LJ][03-June-2014][Styles for the top header sections.][ENDS] */



/*footer*/
.footer {
    margin: 0 auto;
    width: 810px;
    font: 13px/19px Conv_GOTHIC, Arial, sans-serif;
}

.footerTxt {
    background: #4d5a65;
    height: 40px;
    margin: 10px 0 0 0;
    padding: 5px 0 5px 20px;
    cursor: pointer;
}

    .footerTxt p {
        font-family: Conv_GOTHICB,Arial, sans-serif;
    }

.copy {
    height: 20px;
    margin: 10px 0 0 0;
}

    .copy, .copy div {
        color: #4d5a65;
        font-size: 10px;
        text-align: center;
        line-height: 12px;
    }

        .copy div {
            float: left;
            width: 150px;
            text-align: left;
        }

            .copy div span:hover {
                text-decoration: underline;
                cursor: pointer;
            }

            .copy div.imp {
                float: right;
                text-align: right;
            }

        .copy p {
            float: left;
            width: 510px;
        }

/*content*/
/*.bgImg { float: left; width: 905px; height: 400px; padding: 0 0 0 95px; background: url("../images/bgMountains.png") no-repeat center top;}*/
.bgImg {
    width: 905px;
    min-height: 400px;
    padding: 0 0 0 95px;
    background: url("../images/bgMountains.png") no-repeat center top;
}

.content {
    float: left;
    width: 800px;
    height: 380px;
    padding: 10px 0 10px 10px;
}

/*topics*/
.topics {
    float: left;
    width: 190px;
    overflow: hidden;
    margin: 0 10px 0 0;
    height: 380px;
    background: url("../images/sprite_topics.png") repeat-y 0 0;
    cursor: pointer;
}

.topic2 {
    background-position: -200px 0;
}

.topic3 {
    background-position: -400px 0;
}

.topic4 {
    background-position: -600px 0;
}

.topics h2 {
    padding: 0 10px 0 10px;
    height: 160px;
    color: #FFFFFF;
}

.topics p {
    padding: 15px 20px 10px 10px;
    height: 195px;
    font-size: 11px;
    line-height: 20px;
    margin-top: 220px;
    color: #FFFFFF;
}

    .topics p span {
        float: left;
        display: block;
        height: 175px;
        overflow: hidden;
        width: 160px;
    }

a.more {
    float: left;
    display: block;
    background: url("../images/arrMore.png") no-repeat right center;
    padding: 0 10px 0 0;
}

.topics a.more {
    height: 20px;
}

.topic1 p {
    background: #586F82;
}

.topic2 p {
    background: #8093A1;
}

.topic3 p {
    background: #A46DB6;
}

.topic4 p {
    background: #7BA6CB;
}

.topics p span, .topics p a {
    display: none;
}

.txtErrMsg {
    font-size: 14px;
    line-height: 50px;
    color: #586F82;
    font-weight: bold;
}

    .txtErrMsg span {
        padding-right: 10px;
    }

/*aboutUs*/
.aboutUs {
    float: left;
    background: #586f82;
}

.aboutTxt {
    background: #FFFFFF;
    color: #4d5a65;
    height: 360px;
    padding: 20px 0 0 20px;
    margin: 0 10px 0 0;
    overflow: hidden;
}

p.quote {
    font: 14px/24px Conv_GOTHICI, Arial, sans-serif;
    padding: 0 10px 0 0;
    overflow: hidden;
    width: 760px;
}

.aboutTxt p.quote span {
    float: right;
    font: 11px/24px Conv_GOTHIC, Arial, sans-serif;
    margin: 10px 0 0 0;
    background: #FFFFFF;
    display: block;
    width: 760px;
    text-align: right;
}

.aboutInfo {
    float: left;
    width: 235px;
    padding: 30px 20px 0 0;
    overflow: hidden;
    line-height: 18px;
}

    .aboutInfo.end {
        padding-right: 0;
    }

        .aboutInfo.end, .aboutInfo.end p {
            width: 245px;
        }

.videoAbout {
    float: left;
    width: 225px;
    height: 110px;
    background: #dee2e6;
    border-bottom: 10px solid #b40f97;
    margin: 7px 0 10px 0;
    cursor: pointer;
}

.videoAboutExt {
    background-image: url("../images/multimediaContent_clipPreview.jpg");
    border-bottom: 5px solid #b40f97;
}

.videoAboutPreview {
    background-image: url("../images/animatedManual_clipPreview.jpg");
    border-bottom: 5px solid #b40f97;
}

.pdfAbout {
    margin-top: 4px;
}

    .pdfAbout p {
        margin: 2px 0;
    }

.aboutInfo h3 {
    float: left;
    color: #586f82;
}

.aboutInfo p {
    float: left;
    width: 235px;
}

    .aboutInfo p a.gallery {
        float: left;
        margin: 0 10px 0 0;
    }

/*advantage*/
.advantageFY {
    background: #8093A1;
}

    .advantageFY h3 {
        color: #8093A1;
    }

.downloadsBlock {
    padding: 20px 0;
    float: left;
}

.aboutInfo p a.downloads {
    float: left;
    margin: 3px 18px 0 0;
}

.aboutInfo p a.no-margin-top {
    margin-top: 0px;
}

/*start*/
.startNow {
    background: #A46DB6;
}

.step1 h3 {
    color: #59768d;
}

.step2 h3 {
    color: #a46db6;
}

.step3 h3 {
    color: #8c36a8;
}

.stepTitle {
    float: left;
    padding: 0 10px;
    width: 80px;
    height: 100px;
    cursor: pointer;
}

.step1 p, .step2 p, .step3 p {
    height: 75px;
    overflow: hidden;
}

.step1 .stepTitle {
    background: #59768d;
}

.step2 .stepTitle {
    background: #a46db6;
}

.step3 .stepTitle {
    background: #8c36a8;
}

.stepTitle span {
    float: left;
    font: 15px/24px Conv_GOTHIC, Arial, sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
}

    .stepTitle span b {
        font-weight: normal;
        color: #cca2da;
    }

/*weAre*/
.whoWeAre {
    background: #7BA6CB;
}

    .whoWeAre h3 {
        color: #7BA6CB;
    }

.contactData {
    float: left;
    padding-top: 20px;
}

    .contactData p {
        font-weight: bold;
    }

        .contactData p.title {
            padding: 20px 0 0 0;
        }

        .contactData p.contactTo a {
            margin: 0 0 0 70px;
        }

    .contactData span {
        font-weight: normal;
        float: left;
        display: block;
    }

a.moreDark {
    color: #4d5a65;
    background-image: url("../images/arrMoreDark.png");
}

.contactData span.dataL {
    width: 70px;
}

span.onlineS {
    color: #40b330;
}

span.offlineS {
    color: #f03401;
}

/*contactUs*/
.contactUs {
    background: #7BA6CB;
}

    .contactUs .topics {
        background: #FFFFFF;
    }

        .contactUs .topics h2 {
            color: #4d5a65;
        }

        .contactUs .topics p {
            background: #CFD5DA;
        }

/*PopUp*/
#popupContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1002;
}

    #popupContainer > form {
        height: 100%;
        width: 100%;
    }

.bgImg {
    position: relative;
}

.editPageBlock {
    position: relative !important;
    width: 100%;
    z-index: 1000;
    height: 100%;
}

    .editPageBlock.sev {
        position: absolute !important;
        top: 0;
        left: 0;
    }

.ie7-fixable {
    margin: 0 0 0 -405px !important;
}

.bgEditPopup {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #000000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
/*.prePopup { z-index: 1001; position: absolute; top: -480px; width: 810px; height: 460px; left: 50%; margin: 0 0 0 -405px;}*/
.closePopup {
    width: 27px;
    height: 30px;
    background: url("../images/buttonClose.png") no-repeat 0 0;
    position: absolute;
    bottom: 15px;
    right: 10px;
    cursor: pointer;
}

/* [LJ][22-May-2013][Commenting this out as this style restricts pop up in FF]*/
.prePopup {
    z-index: 1001;
    position: absolute;
    top: 120px;
    width: 100%;
    min-width: 1000px;
    height: 460px;
    left: 0;
    margin: 0;
}
/*.prePopup { height: 460px; left: 0; margin: -480px auto 0; position: absolute; top: 0; width: 100%;}*/
.ffFixer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.prePopup .faqSlide {
    float: none;
    margin: 0 auto;
}

.prePopup .closePopup {
    cursor: pointer;
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
}

.bgEditPopup {
    z-index: 0;
}

.editPageBlock.abs {
    position: absolute !important;
    width: 100%;
    z-index: 9999;
}
/*PopUp Contact*/

.formContact {
    *padding-bottom: 10px;
}

    .formContact input.subject {
        width: 510px;
    }

    .formContact textarea.message {
        float: left;
        width: 510px;
        height: 100px;
    }

    .formContact input.firstName, .formContact input.lastName, .formContact input.email {
        width: 310px;
        clear: both;
    }

.oneRowInput {
    float: left;
    width: 330px;
    overflow: hidden;
}

    .oneRowInput input.phone {
        width: 130px;
        margin: 0 10px 10px 0;
    }

    .oneRowInput input.time {
        width: 165px;
        margin: 0 0 10px 0;
    }

.formContact a.buttonSend {
    height: 20px;
    width: 190px;
    float: left;
}

/* PopUp RECOMMEND*/

.recommendFormPopup {
}

.formRecommendL {
    float: left;
    width: 190px;
    padding: 0 10px 0 0;
}

    .formRecommendL input.firstName, .formRecommendL input.email, .formRecommendL input.recipientEmail, .formRecommendL input.recipient {
        width: 180px;
    }

.formRecommendR {
    float: left;
    width: 320px;
}

    .formRecommendR input.subject, .formRecommendR textarea.message {
        float: left;
        width: 310px;
    }

    .formRecommendR textarea.message {
        height: 220px;
    }

    .formRecommendR a.buttonSend {
        float: left;
        height: 20px;
        width: 190px;
    }


/*office*/
.office {
    background: #8C36A8;
    position: relative;
}

.footerBann {
    background: #8C36A8;
}

.office .footerBann {
    font-size: 14px;
    position: absolute;
    float: left;
    bottom: -70px;
    left: 0;
    width: 790px;
}

.office input.email {
    width: 310px;
    line-height: normal;
}

.office input.password {
    width: 310px;
}

.passwordNone {
    display: none;
}

.office h4 {
    color: #FFF;
    padding: 0 0 20px 0;
}

.office a.buttonSend, .office input.buttonSend {
    width: 190px;
    height: 20px;
    float: left;
}

.office div.buttonSend {
    width: 190px;
    height: 20px;
    float: left;
}

.office input.buttonSend {
    height: 22px;
    margin: 0;
}

.officeBlock p {
    float: left;
    width: 320px;
    padding: 10px 0 0 0;
}

.office p a.more {
    background-image: url("../images/arrMoreOff.png");
}

.logIn, .retrieveP, .account {
    float: left;
    width: 400px;
    padding: 45px 0 0 390px;
}

    .logIn p {
        font-weight: bold;
    }

    .logIn span {
        float: left;
        margin: 0 10px 0 0;
    }

.office .retrieveP p {
    padding: 20px 0 0 0;
}

.retrieveP .forErr {
    *padding: 0 0 10px 0;
}

.account input {
    width: 310px;
}

.account p {
    padding: 10px 0 20px 0;
}

    .account p input {
        width: 12px;
        height: 12px;
        margin: 2px 10px 0 0;
        padding: 0;
    }

    .account p span {
        float: left;
    }
/*Office2 PopUp*/
.prePopup.officePopUp {
    position: relative;
}

    .prePopup.officePopUp .fullSizeFixer {
        position: absolute;
        left: 50%;
        margin-left: -405px;
    }

.officePopUp .aboutTxt {
    background: none;
    color: #FFFFFF;
}

p.officeAbout {
    font: 15px/25px Conv_GOTHIC,Arial,sans-serif;
    padding-bottom: 20px;
}

    p.officeAbout span {
        font-family: Conv_GOTHICB,Arial,sans-serif;
        font-weight: bold;
    }

.officePopUp h3 {
    color: #FFFFFF;
}

p.T20 {
    padding-top: 20px;
}

/* Advice Online*/
.adviceOnLinePopUp .aboutTxt {
    background: none;
    color: #FFFFFF;
}

.adviceOnLinePopUp h3 {
    color: #FFFFFF;
}

.fullSizeFixer {
    width: 810px;
    background: #4d5a65;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.gallery .fullSizeFixer, .playVideo .fullSizeFixer {
    background: #b40f97;
}

.officePopUp .fullSizeFixer {
    background: #8C36A8;
}

.playVideo .fullSizeFixer {
    padding: 10px 0 0 10px;
    width: 800px;
}

/*FAQ*/
.faqSlide {
    background: #847B63;
    padding: 0;
    width: 810px;
    color: #847B63;
    position: relative;
    height: auto;
}

.faqSlideBlock {
    xposition: absolute;
    height: 440px;
    background: #847B63;
    width: 790px;
    padding: 10px;
    top: 0;
}

    .faqSlideBlock h2 {
        background: #FFFFFF;
        padding: 5px 0 0 10px;
        height: 55px;
        text-transform: uppercase;
    }

.scroll-pane {
    overflow: auto;
    background: #FFFFFF url("../images/bgScroll.png") repeat-x 0 0;
    float: left;
    width: 780px;
    height: 380px;
    padding: 20px 0 0 10px;
}

    .scroll-pane p, h3 {
        width: 750px;
    }

    .scroll-pane p {
        margin-bottom: 10px;
        color: #4d5a65;
    }


/*gallery*/
.caru {
    position: relative;
    margin: 10px 10px 0 10px;
    float: left;
    background: url("../images/bgGallery.png") no-repeat 0 0;
}

.caruInner {
    overflow: hidden;
    float: left;
    width: 670px;
    height: 390px;
    background: #FFF;
}

.caruWrap {
    width: 10000px;
    _zoom: 1;
}

    .caruWrap:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.caruItem {
    float: left;
    width: 670px;
    height: 380px;
}

.caruNavDisabled {
    visibility: hidden;
}

a.caruPrev, a.caruNext {
    width: 60px;
    height: 390px;
    display: block;
    background: #CFD5DA url("../images/arrGal.png") no-repeat 15px 172px;
}

a.caruPrev {
    float: left;
}

a.caruNext {
    float: right;
    background-position: -55px 172px;
}

/*Video*/


/*OnlineForms*/
.onlineForm {
    position: relative;
    padding: 0;
    height: 100%;
    width: 810px;
    float: none;
}

.contactFormPopup, .recommendFormPopup {
    background: #7BA6CB;
    padding: 50px 0 0 210px;
    width: 600px;
    height: 410px;
    position: relative;
}

    .contactFormPopup h4, .recommendFormPopup h4 {
        color: #FFF;
        padding: 0 0 20px 0;
    }

.formContact {
    width: 520px;
}

#container_wrapper { /*padding: 10px 10px 0 10px*/
}


/*Customer site*/
.customer .loggedIn span {
    color: #010101;
    float: right;
    margin-top: -5px;
}

.customerTopics .topic1, .customerTopics .topic2, .customerTopics .topic3, .customerTopics .topic4 {
    background: #FFFFFF;
}

.customer .topics, .customerTopics .topics h2 {
    color: #4D5A65;
}

.customerTopics .topic1 p, .customerTopics .topic2 p, .customerTopics .topic3 p, .customerTopics .topic4 p {
    background: #CFD5DA;
    color: #4D5A65;
}

.customerTopics .topics.disabled h2 {
    color: #CFD5DA;
}

.contactUs .topics.disabled h2 {
    color: #CFD5DA;
}

.customerTopics .module_topicsInTwoRows.disabled h2 {
    color: #CFD5DA;
}

.customerTopics .topics .additionalText {
    width: calc(100% - 20px);
    height: 100%;
    padding: 10px;
    color: #ffffff;
}

    .customerTopics .topics .additionalText .additionalTextSpan {
        display: block;
        font: 13px/19px Conv_GOTHIC, Arial, sans-serif;
    }

/*CS1*/
span.setsL {
    float: left;
    width: 110px;
    display: block;
}

span.setsR {
    float: left;
    width: 120px;
    display: block;
    font-weight: bold;
}

/*footer REPLICATION-REQUEST */
.footerTxt h2 {
    line-height: 40px;
}

/*CB3 ONLINE-ARCHIVE*/
.archive {
    position: relative;
    width: 810px;
    overflow: visible;
    padding: 0;
    min-height: 380px;
    height: auto;
}

.archiveBlock {
    position: relative;
    width: 810px;
    padding: 0 0 60px 0;
}

.onlineArchive {
    background: #FFFFFF;
    float: left;
    margin: 10px 10px 0 10px;
    min-height: 310px;
    padding: 20px 10px 60px 20px;
}

.onlineArchive {
    *padding-right: 0;
}
/* [LJ][In IE7 file folder and data-archive pages are not rendered correctly]*/
.archive h4 {
    color: #4d5a65;
    padding: 0 0 50px 0;
}

.archive span {
    float: left;
    display: block;
}

.titleOA {
    float: left;
    width: 760px;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
}

span.reportTL {
    width: 440px;
    margin: 0 10px 0 0;
    padding-left: 10px;
    background-image: url("../images/arrTitles.png");
    background-repeat: no-repeat;
    background-position: right 7px;
}

a.reportTL {
    float: left;
    width: 440px;
    margin: 0 10px 0 0;
    padding-left: 10px;
    background-image: url("../images/arrTitles.png");
    background-repeat: no-repeat;
    background-position: right -74px;
}

    a.reportTL.listUp {
        background-position: right 7px;
    }

    a.reportTL.listDown {
        background-position: right -11px;
    }

a.reportTR {
    float: left;
    padding-left: 10px;
    background: #59768d url("../images/arrTitles.png") no-repeat right -54px;
    width: 290px;
    height: 20px;
    display: block;
}

.rowReport {
    float: left;
    width: 760px;
    margin: 0 0 10px 0;
}

.rowReport {
    *width: 770px;
}
    /* For IE7 */
    .rowReport p {
        float: left;
        width: 435px;
        padding: 0 5px 0 10px;
    }

    .rowReport a {
        float: left;
    }

    .rowReport p a.folderOpen, .rowReport span a.folderOpen {
        padding: 0 0 0 20px;
        margin: 0 0 0 -5px;
        background: url("../images/folderIcon.png") no-repeat -10px -156px;
    }

    .rowReport p a.fileOpen, .rowReport span a.fileOpen {
        padding: 0 0 0 20px;
        margin: 0 0 0 -7px;
        background: url("../images/folderIcon.png") no-repeat -10px -116px;
    }

span.dateF {
    float: right;
}

    span.dateF em {
        font-style: normal;
        margin: 0 5px 0 0;
    }

a.sendReport {
    display: block;
    height: 20px;
    width: 70px;
    background: #808f9d;
    text-transform: uppercase;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
}

span.reportClose {
    width: 26px;
    height: 20px;
    margin-left: 10px;
    background: #808f9d url("../images/buttonCloseS.png") no-repeat center center;
    cursor: pointer;
}

a.reportClose {
    display: block;
    float: left;
    width: 26px;
    height: 20px;
    margin-left: 10px;
    background: #808f9d url("../images/buttonCloseS.png") no-repeat center center;
    cursor: pointer;
}

.editReport input.nameDescr {
    width: 438px;
    padding-left: 10px;
    margin: 0;
}

/*CB4 FILE FOLDER*/
.fileUp span.reportTL {
    width: 330px;
}

.fileUp a.reportTL {
    width: 170px;
}

.fileUp .rowReport p {
    width: 222px;
    background: #CFD5DA;
    color: #4D5A65;
}

a.listISIN {
    float: left;
    height: 20px;
    width: 120px;
    padding-left: 10px;
    margin-left: 10px;
    background: #59768d url("../images/arrTitles.png") no-repeat right -74px;
}

    a.listISIN.listUp {
        background-position: right 7px;
    }

    a.listISIN.listDown {
        background-position: right -11px;
    }

div.InstrISIN {
    width: 130px;
    margin-left: 10px;
    float: left;
}

span.ISIN {
    background: #CFD5DA;
    color: #4D5A65;
    padding-left: 10px;
    width: 100px;
    float: left;
    height: 20px;
}

input.txtISIN {
    border: 1px solid #4D5A65;
    width: 124px; /*margin: 0 0 0 10px;*/
    height: 18px;
    margin: 0px;
}

input.newISIN {
    border: 1px solid #4D5A65;
    width: 104px;
    margin: 0 0 0 10px;
    height: 18px;
}

a.listUpDown {
    float: left;
    height: 20px;
    width: 227px;
    padding-left: 10px;
    background: #59768d url("../images/arrTitles.png") no-repeat right -74px;
}

    a.listUpDown.listUp {
        background-position: right 7px;
    }

    a.listUpDown.listDown {
        background-position: right -11px;
    }

span.nameFile {
    width: 170px;
    padding-left: 10px;
    margin-right: 10px;
}

input.nameDescr {
    border: 1px solid #4D5A65;
    width: 230px;
    margin: 0 0 0 10px;
    height: 18px;
}

input.fileNameUp {
    width: 168px;
    margin: 0;
    padding-left: 10px;
}

.file-wrapper {
    float: left;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

    .file-wrapper input {
        cursor: pointer;
        font-size: 100px;
        height: 100%;
        filter: alpha(opacity=1);
        opacity: 0.01;
        position: absolute;
        right: 0;
        top: 0;
    }

    .file-wrapper .button, a.button {
        background: #4D5A65 url("../images/arrFileUp.png") no-repeat 7px 6px;
        cursor: pointer;
        display: block;
        height: 20px;
        width: 18px;
    }

.file-holder {
    display: block;
    padding-left: 10px;
    height: 18px;
    width: 148px;
    margin-right: 2px;
    border: 1px solid #4D5A65;
    color: #4D5A65;
}

p.lastAdd {
    position: absolute;
    width: 160px;
    bottom: 85px;
    left: 30px;
    color: #cfd5da;
}

    p.lastAdd span {
        float: left;
    }

input.sendReport {
    height: 20px;
    cursor: pointer;
    width: 80px;
    background: #808f9d;
    text-transform: uppercase;
    color: #FFFFFF;
    float: left;
    margin: 0 0 0 10px;
    padding: 0 0 2px 10px;
    text-align: left;
}
/*CS2 REPLICATION */
.replicationPopUp {
    background: #4D5A65;
}

    .replicationPopUp h2 {
        margin-bottom: 20px;
    }

    .replicationPopUp .aboutTxt {
        background: #4D5A65;
        color: #FFFFFF;
    }

    .replicationPopUp span {
        display: block;
        float: left;
    }

    .replicationPopUp p {
        float: left;
        width: 780px;
        font-size: 14px;
        line-height: 24px;
    }

    .replicationPopUp span.repliInfoL {
        width: 190px;
        display: block;
    }

    .replicationPopUp span.dateF {
        float: left;
    }

.actionBox {
    padding: 20px 0 0 190px;
    float: left;
}

span.accept {
    cursor: pointer;
    width: 190px;
    height: 190px;
    background: #CCC;
    margin-right: 10px;
    background: url("../images/sprite_ad.png") no-repeat 0 0;
}

    span.accept h5 {
        color: #268C56;
        margin: 5px;
    }

span.deny {
    background-position: -200px 0;
}

    span.deny h5 {
        color: #AE3232;
    }

/*CC1 Contact*/
.customer .contactUs {
    background: #7BA6CB;
}

/*CP2 ACCOUNT DATA*/

.formAccount {
    float: left;
    width: 390px;
    *padding-bottom: 10px;
    position: relative;
}

    .formAccount label {
        float: left;
        width: 190px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .formAccount input {
        width: 180px;
        padding: 0 5px;
    }

        .formAccount input.buttonSend {
            padding: 0 0 2px 0;
        }

    .formAccount a.buttonSend {
        height: 18px;
    }

    .formAccount .buttonSend {
        float: right;
        width: 188px;
    }

    .formAccount div.buttonSend {
        float: right;
        position: relative;
        z-index: 1;
        zoom: 1;
    }

div.buttonSend {
    *border: 1px solid #FFF;
    height: 18px;
}

.formAccount h4 {
    padding-top: 30px;
}
/*CP3 COMPANY DATA (OPTIONAL)*/

.sLables {
    width: 200px;
    float: left;
}

    .sLables label {
        width: auto;
    }

        .sLables label.ll {
            background: url("../images/labelBorder.png") no-repeat right 5px;
        }

        .sLables label.lr {
            padding-left: 10px;
        }

.formAccount input.postCode {
    width: 30px;
    margin-right: 10px;
}

.formAccount input.cName {
    width: 130px;
}

.formAccount input.phoneN, .formAccount input.faxN {
    width: 80px;
}

.formAccount input.phoneN {
    margin-right: 10px;
}

/* CD2 LOGOS & */
.customise {
    width: 790px;
    padding: 10px 10px 60px 10px;
    color: #4D5A65;
}

.customiseForm {
    width: 750px;
    background: #FFFFFF;
    padding: 10px 20px 20px 20px;
    min-height: 360px;
}

.customise .formAccount {
    width: 760px;
    padding-bottom: 10px;
}

.formAccount span {
    float: left;
    width: 180px;
}

.formAccount p {
    float: left;
}

.formAccount input.logo1 {
    width: auto;
}

.formAccount span.file-holder {
    width: 167px;
    border: none;
    background: #CFD5DA;
    height: 20px;
    padding-left: 5px;
    margin-right: 1px;
}

.formAccount .file-wrapper .button {
    background-color: #CFD5DA;
}

span.buttonGo {
    background: #808f9d;
    margin-left: 10px;
    padding-left: 10px;
    width: 35px;
    color: #FFFFFF;
    cursor: pointer;
}
/*todo:remove*/
a.buttonGo {
    display: block;
    float: left;
    background: #808f9d;
    margin-left: 10px;
    padding-left: 10px;
    width: 35px;
    color: #FFFFFF;
    cursor: pointer;
}

.formAccount p {
    margin-left: 5px;
}

.formAccount input.inputColorpicker {
    cursor: pointer;
    margin: 0;
    width: 180px;
    background-image: url("../images/arrCP.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

/*CD3 NAMES & TEXTS*/
.AdviceInputs input {
    margin-bottom: 0;
    background: #CFD5DA;
}

    .AdviceInputs input.name {
        width: 483px;
    }

    .AdviceInputs input.footer {
        width: 348px;
        font: 11px/20px Arial,Helvetica,sans-serif;
    }

.AdviceInputs textarea.message {
    width: 353px;
    height: 80px;
    background: #CFD5DA;
    margin-bottom: 0;
}

.buttonGoBottom {
    position: relative;
}

    .buttonGoBottom span.buttonGo {
        position: absolute;
        bottom: 10px;
    }

    .buttonGoBottom a.buttonGo {
        position: absolute;
        bottom: 10px;
        left: 538px;
    }

.AdviceInputs input.rClasses {
    width: 72px;
    margin-right: 10px;
}

.AdviceInputs input.end {
    margin-right: 0;
}

.AdviceInputs textarea.individual {
    height: 60px;
}

.customiseFormErrAdd {
    min-height: 370px;
    padding: 10px 0 10px 20px;
}

button::-moz-focus-inner {
    border: 0px;
}
/*== SELECT ===*/

.tfSelectWrapper {
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    width: 125px;
    float: left;
    margin-left: 10px;
}

.tfSelectWrapper {
    zoom: 1;
    *display: inline;
}
    /* IE6, IE7 hack */
    .tfSelectWrapper div {
        min-height: 20px;
    }

    * html .tfSelectWrapper div {
        height: 20px;
    }
    /* IE6 hack */
    .tfSelectWrapper span.selectTxt {
        background: #CFD5DA;
        cursor: pointer;
        display: block;
        height: 20px;
        left: 0;
        overflow: hidden;
        padding: 0 0 0 5px;
        width: 120px;
        position: absolute;
        text-align: left;
    }

    .tfSelectWrapper div a.button {
        cursor: pointer;
        display: block;
        position: absolute;
        right: 0;
        width: 18px;
        background-color: #CFD5DA;
        border-left: 2px solid #FFFFFF;
    }

    .tfSelectWrapper ul {
        display: none;
        font-family: Arial,Helvetica,sans-serif;
        position: absolute;
        background: #FFF;
        top: 20px;
        left: 0px;
        padding: 0 0px 1px 0px;
        margin: 0px;
        list-style-type: none;
        z-index: 100;
        border: 1px solid #4D5A65;
        /* [LJ][19-August-2014][Removing this for the drop-down to look consistent in all pages.] border-top: none; */
        overflow-y: auto;
        overflow-x: hidden;
        width: 123px;
        max-height: 180px;
    }

    * html .tfSelectWrapper ul {
        height: 123px;
    }
        /* IE6 hack */
        .tfSelectWrapper ul li {
            display: block;
            padding: 0px 1px !important;
            margin: 0px !important;
            float: none !important;
            background: #FFFFFF;
            position: relative;
            z-index: 100;
        }

        .tfSelectWrapper ul a {
            white-space: nowrap;
            display: block;
            color: #4D5A65;
            text-transform: none;
            height: 20px; /*width: 210px;*/
            width: auto;
            min-width: 100%;
            padding-right: 8px;
            padding-left: 8px;
            text-decoration: none;
            text-align: left;
            background-color: #fff;
            line-height: 19px !important;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

:root * > .tfSelectWrapper ul a:hover {
    background-color: #CFD5DA;
    text-decoration: none;
    font-style: normal;
    color: #fff;
}
/* everything but IE6, IE7, IE8 */
.tfSelectWrapper ul a.hover {
    background-color: #CFD5DA;
    font-style: normal;
    color: #fff;
}
/* needed for IE6, IE7, IE8 */
.tfSelectWrapper ul a.selected {
    background-color: #4D5A65;
    color: #FFFFFF;
}

.tfHidden {
    display: none !important;
}

/*CD4 SHOWN - HIDDEN PAGES*/
.pagesEdit {
    padding: 20px 10px 60px 10px;
    position: relative;
}

.shownPages, hiddenPages {
    width: 380px;
    float: left;
    min-height: 240px;
    padding: 0 0 50px 0;
    margin: 0 10px 0 0;
}

.hiddenPages {
    margin: 0;
}

.shownPages h4 {
    padding-bottom: 40px;
}

ul.connectedSortable {
    float: left;
    margin: -5px 0 0 0;
    width: 380px;
    color: #4d5a65;
    font: 11px/36px Arial,Helvetica,sans-serif;
}

    ul.connectedSortable li {
        width: 370px;
        height: 25px;
        line-height: 24px;
        margin: 10px 0 0 0;
        background: #cfd5da;
        padding: 0 0 0 10px;
        cursor: pointer;
    }

        ul.connectedSortable li:hover {
            background: #4d5a65;
            color: #FFFFFF;
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

.saveBlock {
    float: right;
    background: #808f9d;
    width: 380px;
    position: absolute;
    bottom: 60px;
    right: 10px;
}

    .saveBlock a.buttonSend {
        border: none;
    }

/* CX1*/
.topic4 p.topicButton span {
    float: left;
    width: 180px;
    overflow: visible;
}

.topics p a.reqOpen {
    float: left;
    display: block;
    margin: 50px 0 20px -5px;
    line-height: 30px;
    padding: 0 0 0 10px;
    width: 170px;
    height: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: url("../images/buttonOpen.png") no-repeat 0 0;
}

    .topics p a.reqOpen em {
        float: left;
        font-style: normal;
    }

    .topics p a.reqOpen b {
        float: right;
        color: #4d5965;
        margin: 3px;
        line-height: 24px;
        text-align: center;
        width: 24px;
        height: 24px;
        background: url("../images/buttonOpenNum.png") no-repeat 0 0;
    }

/* CX2 INVESTMENT SOLUTIONS */
.formSolutions {
    float: left;
    width: 760px;
    padding: 10px 0 0 0;
}

    .formSolutions h4 {
        padding: 0;
    }

    .formSolutions table {
        width: 100%;
        text-align: left;
    }

table.tableSolutions, table.tableSolutions th, table.tableSolutions tr, table.tableSolutions tr td {
    border: 0;
}

    table.tableSolutions th {
        background-image: url("../images/arrTitles.png");
        background-position: right -74px;
        background-repeat: no-repeat;
        text-align: left;
    }

        table.tableSolutions th a {
            display: block;
            background: none;
        }

    table.tableSolutions th, table.tableSolutions td {
        height: 20px;
        font-weight: normal;
    }

    table.tableSolutions td {
        margin: 10px 0 0 0;
        height: 30px;
        vertical-align: bottom;
    }

    table.tableSolutions th.solutL {
        width: 170px;
        color: #FFFFFF;
        cursor: pointer;
    }

        table.tableSolutions th.solutL a {
            padding: 0 0 0 10px;
            width: 160px;
        }

    table.tableSolutions th.listUp {
        background-position: right -11px;
    }

    table.tableSolutions th.listDown {
        background-position: right 7px;
    }

td.solutTD_L {
    width: 160px;
    color: #FFF;
}

    td.solutTD_L .customColor2 {
        padding: 0;
        width: 170px;
    }

        td.solutTD_L .customColor2 a {
            background: url("../images/arrFileUp.png") no-repeat 160px 6px;
            display: block;
            padding: 0 0 0 10px;
        }

table.tableSolutions th.solutSpace, tr td.solutSpace {
    width: 10px;
}

table.tableSolutions th.solutC {
    width: 345px;
    background-color: #808f9d;
    color: #FFFFFF;
    cursor: pointer;
}

    table.tableSolutions th.solutC a {
        width: 335px;
        padding: 0 0 0 10px;
    }

tr td.solutTD_C {
    width: 345px;
}

tr td.solutCR a.sendReport {
    width: 60px;
}

.descTxtBlocl {
    background: #cfd5da;
    width: 345px;
    color: #4d5a65;
    padding: 0;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
}

    .descTxtBlocl span {
        display: block;
        padding: 0 0 0 10px;
    }

.formSolutions input, table.tableSolutions td input {
    text-align: left;
    height: 20px;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
}

input.edit {
    background: #808f9d;
    width: 70px;
}

input.close {
    background: #808f9d url("../images/buttonCloseS.png") no-repeat center center;
    width: 25px;
    padding: 0;
}

input.instruments {
    width: 105px;
    background: #59768d url("../images/arrTitles.png") no-repeat right -53px;
}

a.instruments {
    display: block;
    height: 20px;
    text-transform: uppercase;
    float: left;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    width: 95px;
    background: #59768d url("../images/arrTitles.png") no-repeat right -53px;
}

input.nameDescTxt, input.descTxt {
    width: 158px;
    height: 18px;
    border: 1px solid #4d5a65;
    color: #4d5a65;
    margin: 0;
    text-transform: none;
    cursor: text;
}

input.descTxt {
    width: 333px;
    margin: 0 0 0 10px;
}

input.saveDesc {
    background: #808f9d;
    width: 70px;
}

tr td input.nameDescTxt, tr td input.descTxt {
    margin: 0;
    color: #4d5a65;
    text-transform: none;
    cursor: text;
}

table.tableSolutions td.solutCRIn a.sendReport {
    border-bottom: 1px solid #FFFFFF;
    width: 60px;
}

/* CX4F INSTRUMENT FETCH */
/*.instrumentFetch { min-height: }*/ /*[ED:2015-07-27] To be checked and removed.*/
.instrumentsBlock {
    float: left;
    width: 670px;
    padding: 0 0 10px 0;
}

    .instrumentsBlock h4 {
        padding: 10px 0 20px 0;
    }

    /*select*/
    .instrumentsBlock .tfSelectWrapper {
        width: 670px;
        margin: 0;
    }

    .instrumentsBlock select.tool {
        width: 670px;
    }

    .instrumentsBlock .tfSelectWrapper span.selectTxt {
        background: #59768D;
        width: 665px;
        color: #FFFFFF;
    }

    .instrumentsBlock .tfSelectWrapper div a.button {
        background: #59768D url("../images/arrFileDown.png") no-repeat 5px 8px;
    }

    .instrumentsBlock .tfSelectWrapper ul { /*width: 668px;*/
        width: auto;
        min-width: 100%;
        border-color: #59768D;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .instrumentsBlock .tfSelectWrapper ul a { /*width: 668px;*/
            width: auto;
            min-width: 100%;
        }

.instrumentsTxt {
    width: 480px;
    padding-left: 10px;
    float: right;
    background: #808f9d;
    color: #FFFFFF;
}

.invest {
    float: left;
    width: 160px;
    padding-left: 10px;
    color: #FFFFFF;
    background-image: url("../images/bgSolutions.png");
    background-repeat: no-repeat;
    background-position: right 0;
}

    .invest span {
        float: left;
        width: 140px;
        height: 20px;
        overflow: hidden;
        display: block;
    }

a.toolTo {
    float: right;
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/bgSolutions.png") no-repeat 0 0;
    margin: 3px;
}

input.indexR {
    float: left;
    width: 78px;
    border: 1px solid #59768D;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    height: 18px;
}

input.indexRNew {
    float: left;
    width: 88px;
    border: 1px solid #59768D;
    padding: 0px;
    margin: 0px;
    height: 18px;
    text-indent: 10px;
}

input.indexRNewL {
    float: left;
    width: 98px;
    border: 1px solid #59768D;
    padding: 0px;
    margin: 0px;
    height: 18px;
    text-indent: 10px;
}

span.titleIndex {
    float: left;
    display: block;
    height: 20px;
    padding: 0 0 0 10px;
    width: 80px;
    background: #808F9D;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    color: #FFFFFF;
}

.instrumentsBlock a.buttonSend {
    background: #808F9D;
    width: 190px;
    float: right;
}

.instrumentsBlock input.buttonSend {
    background: #808F9D;
    width: 190px;
    float: left;
    margin: 0 0 0 381px;
}

.instrumentsBlockSolu {
    width: 760px;
}

    .instrumentsBlockSolu input.buttonSend {
        margin: 0 0 0 481px;
    }
/* CX3 RISK/RETURN MATRIX*/
.riskBlock {
    width: 570px;
}

    .riskBlock .tfSelectWrapper {
        width: 570px;
    }

    .riskBlock select.tool {
        width: 570px;
    }

    .riskBlock .tfSelectWrapper span.selectTxt {
        width: 565px;
    }

    .riskBlock .tfSelectWrapper ul {
        width: auto;
        min-width: 100%;
    }

        .riskBlock .tfSelectWrapper ul a {
            width: auto;
            min-width: 100%;
        }

    .riskBlock .instrumentsTxt {
        width: 380px;
    }

.riskTitleBlock {
    width: 760px;
}

a.rename {
    float: left;
    height: 20px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    width: 170px;
    background: #59768D url("../images/arrTitles.png") no-repeat right -53px;
}

.riskBlock span.plus {
    background: #CFD5DA;
    text-align: left;
    padding: 0 0 0 10px;
    width: 80px;
    color: #59768D;
}

.riskBlock span.minus {
    background: #e5c8cd;
}

.riskBlockEnd {
    padding: 0;
    float: left;
}

/* CX4 LIST OF INSTRUMENTS*/
.formListInstr table.tableSolutions th {
    color: #FFFFFF;
    background-image: url("../images/arrTitles.png");
    background-position: right -74px;
    background-repeat: no-repeat;
}

    .formListInstr table.tableSolutions th a {
        display: block;
        background: none;
        text-align: left;
    }

    .formListInstr table.tableSolutions th.instrumS1 {
        width: 100px;
    }

        .formListInstr table.tableSolutions th.instrumS1 a {
            width: 90px;
            padding-left: 10px;
        }

    .formListInstr table.tableSolutions th.instrumS {
        width: 100px;
        background-color: #808f9d;
        background-position: right -74px;
    }

        .formListInstr table.tableSolutions th.instrumS a {
            width: 90px;
            padding-left: 10px;
        }

    .formListInstr table.tableSolutions th.instrumL {
        width: 180px;
        background-color: #808f9d;
        background-position: right -74px;
    }

        .formListInstr table.tableSolutions th.instrumL a {
            width: 170px;
            padding-left: 10px;
        }

.formListInstr table.tableSolutions td.instrumS1, .formListInstr table.tableSolutions td.instrumS {
    width: 100px;
}

    .formListInstr table.tableSolutions td.instrumS1 input.isin, .formListInstr table.tableSolutions td.instrumS .tfSelectWrapper {
        margin: 0;
    }

.formListInstr table.tableSolutions td.instrumL {
    width: 180px;
}

    .formListInstr table.tableSolutions td.instrumL input.isin {
        margin: 0;
    }

.formListInstr table.tableSolutions td div {
    padding: 0 0 0 10px;
}

.formListInstr table.tableSolutions td .tfSelectWrapper div, .formListInstr table.tableSolutions td .tfSelectWrapper {
    padding: 0;
}

.formListInstr table.tableSolutions td .instG {
    background: #cfd5da;
}

a.instrumentsS {
    width: 83px;
}

.formListInstr input.isin {
    text-transform: none;
    border: 1px solid #4d5a65;
    height: 18px;
    margin: 0 10px 0 0;
    width: 88px;
    cursor: text;
    color: #4d5a65;
}

.formListInstr input.isinL {
    width: 168px;
}

select.riskClass {
    float: left;
}

.formListInstr .tfSelectWrapper {
    margin: 0 10px 0 0;
    width: 98px;
    border: 1px solid #4d5a65;
    height: 18px;
}

    .formListInstr .tfSelectWrapper span.selectTxt {
        width: 100px;
        background: none;
    }

.tailorMadeInstr .tfSelectWrapper span.selectTxt {
    width: 95px;
    background: none;
}
/* [LJ][19-August-2014][Fix: the text is out of bounds in tailor made screen.] */
.formListInstr .tfSelectWrapper div a.button {
    height: 18px;
    background: #4d5a65 url("../images/arrFileDown.png") no-repeat scroll 5px 7px;
}

.formListInstr .tfSelectWrapper ul {
    width: auto;
    min-width: 100%;
}

.formListInstr .saveDesc {
    margin: 0;
    padding-bottom: 2px;
}

.formListInstr table.tableSolutions th.listUp {
    background-position: right 7px;
}

.formListInstr table.tableSolutions th.listDown {
    background-position: right -11px;
}

/*CP2 FIX ACCOUNT DATA*/
.formProfile .tfSelectWrapper {
    margin: 0 0 10px 0;
    width: 190px;
}

    .formProfile .tfSelectWrapper span.selectTxt {
        background: #FFFFFF;
        width: 185px;
        color: #4D5A65;
    }

    .formProfile .tfSelectWrapper ul {
        width: auto;
        min-width: 100%;
    }

        .formProfile .tfSelectWrapper ul a {
            width: auto;
            min-width: 100%;
        }

.formProfile {
    z-index: 100;
}


/* CP6 REPLICATION*/
.replicationBlock {
    width: 760px;
}

    .replicationBlock h4 {
        padding: 0 0 30px 0;
    }

    .replicationBlock .tfSelectWrapper {
        width: 655px;
    }

        .replicationBlock .tfSelectWrapper span.selectTxt {
            width: 650px;
        }

        .replicationBlock .tfSelectWrapper ul {
            width: auto;
            min-width: 100%;
        }

            .replicationBlock .tfSelectWrapper ul a {
                width: auto;
                min-width: 100%;
            }

table.tableSolutions a.sendReport {
    width: 85px;
}

table.tableSolutions th {
    background-image: url("../images/arrTitles.png");
    background-position: right -74px;
    background-repeat: no-repeat;
    cursor: pointer;
}

    table.tableSolutions th.replicatL {
        width: 210px;
        color: #FFFFFF;
    }

        table.tableSolutions th.replicatL a {
            width: 200px;
            padding: 0 0 0 10px;
        }

    table.tableSolutions th.replicatLM {
        width: 180px;
        color: #FFFFFF;
    }

        table.tableSolutions th.replicatLM a {
            width: 170px;
            padding: 0 0 0 10px;
        }

table.tableSolutions td.replicatL {
    width: 160px;
}

table.tableSolutions th.replicatM {
    width: 125px;
    padding: 0;
    color: #FFFFFF;
}

    table.tableSolutions th.replicatM a {
        padding: 0 0 0 10px;
    }

table.tableSolutions td.replicatM {
    width: 125px;
}

    table.tableSolutions td.replicatM div {
        padding-right: 0;
    }

table.tableSolutions th.replicatS {
    width: 110px;
    padding: 0;
    color: #FFFFFF;
}

    table.tableSolutions th.replicatS a {
        padding: 0 0 0 10px;
    }

table.tableSolutions td.replicatS {
    width: 110px;
}

table.tableSolutions th.colorG {
    background: #808f9d url("../images/arrTitles.png") no-repeat right -74px;
}

table.tableSolutions td .colorG {
    background-color: #cfd5da;
}

    table.tableSolutions td .colorG span {
        float: none;
        width: 115px;
        background-color: transparent;
        margin: 0;
        height: 20px;
    }

        table.tableSolutions td .colorG span.accepted {
            background-position: right -43px;
        }

        table.tableSolutions td .colorG span.denied {
            background-position: right -64px;
        }

table.tableSolutions td .customColor2 {
    color: #FFFFFF;
}

table.tableReplication td div {
    padding: 0 10px 0 10px;
}

table.tableSolutions th.listUp {
    background-position: right 7px;
}

table.tableSolutions th.listDown {
    background-position: right -11px;
}

table.tableSolutions td input.statusCh {
    width: 95px;
}

input.emailAccount {
    cursor: text;
    width: 198px;
    text-transform: none;
}

input.msgAccount {
    cursor: text;
    width: 344px;
    text-transform: none;
}


/*CB31 SEND FILE*/
.formContact input.fileReci {
    width: 180px;
    margin: 0 10px 0 0;
}

.formContact input.fileAbout {
    width: 310px;
}

.fileBlock textarea.message {
    width: 310px;
    height: 220px;
    float: right;
    margin-right: 10px;
}

.fileBlock a.buttonSend, .fileBlock input.buttonSend {
    margin-left: 195px;
}

.contactFormPopup h4 b {
    text-transform: none;
    width: 320px;
    float: right;
}

.formContact h4 span {
    padding-bottom: 15px;
    *float: left;
}

/* CX4FF FETCH INSTRUMENTS TO THE INVESTMENT SOLUTIONS*/
.customiseFormF .instrumentsBlock {
    width: 760px;
}

.customiseFormF .instrumentsBlockCustom {
    width: 760px;
    float: left;
    padding: 0 0 10px 0;
}

.customiseFormF .instrumentsTxt {
    margin: 0 90px 0 0;
}

a.pointerRow {
    display: block;
    float: left;
    padding-left: 10px;
    width: 160px;
    background: #59768D url("../images/arrFileUp.png") no-repeat 160px 6px;
}

a.pointerRowL {
    display: block;
    float: left;
    padding-left: 10px;
    width: 560px;
    background: #59768D url("../images/arrFileUp.png") no-repeat 560px 6px;
}

span.sumRow {
    background: #CCCCCC;
    color: #4D5A65;
}

span.sumRowDark {
    background: #808f9d;
    color: #fff;
}

span.errRow {
    background: #e5c8cd;
    color: #9b122c;
}

.customiseFormF .instrumentsBlock input.buttonSend {
    margin: 0 90px 0 0;
}

.toolDown .tfSelectWrapper span.selectTxt {
    border: 1px solid #4d5a65;
    color: #4d5a65;
    height: 18px;
    padding-right: 18px;
    width: 646px;
    background: #FFFFFF;
}

.toolDown .tfSelectWrapper div a.button {
    background-color: #4D5A65;
    border: none;
}

.instrumentsBlockEnd {
    padding: 0;
}

.customiseFormF .instrumentsBlockEnd input.buttonSend {
    margin: 0 0 0 481px;
}

/*Err prop*/
.accepted {
    background-image: url("../images/status.png");
    background-position: right -43px;
    background-repeat: no-repeat;
}

.denied {
    background-image: url("../images/status.png");
    background-position: right -64px;
    background-repeat: no-repeat;
}

a.buttonAccepted {
    display: block;
    width: 19px;
    height: 20px;
    background: url("../images/status.png") no-repeat -1px -1px;
    float: left;
    margin: 0 0 0 10px;
}

a.buttonDenied {
    background: url("../images/status.png") no-repeat -1px -22px;
}

span.accepted {
    display: block;
    margin: -1px 0 0 10px;
    width: 21px;
    height: 22px;
    background: url("../images/status.png") no-repeat 0 0;
}

span.denied {
    display: block;
    margin: -1px 0 0 10px;
    width: 21px;
    height: 22px;
    background: url("../images/status.png");
    background-repeat: no-repeat;
    background-position: right -21px;
}

input.accepted {
    background-image: url("../images/status.png");
    background-position: right -43px;
    background-repeat: no-repeat;
}

input.denied {
    background-image: url("../images/status.png");
    background-position: right -64px;
    background-repeat: no-repeat;
}


span.errMsg {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #9B122C;
}

div.errMsg {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #9B122C;
}

    div.errMsg a, span.err-span a {
        font-weight: bold;
        color: #9B122C;
    }

div.errMsgCustom {
    min-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #9B122C;
}

.onlineArchive span.errMsg {
    padding-top: 15px;
}

.replicationPopUp span.errMsg {
    top: 85px;
    left: 10px;
    position: absolute;
    padding: 0 5px;
    width: 180px;
}

.onlineForm span.errMsg {
    top: 90px;
    left: 10px;
    position: absolute;
    width: 180px;
    padding: 0 5px;
    background: #FFFFFF;
    min-width: 0;
}

.formAccount span.denied, .formAccount span.accepted {
    position: absolute;
    right: -31px;
    top: 1px;
}

.onlineForm span.errMsg2 {
    top: 282px;
    left: 10px;
    position: absolute;
    padding: 0 5px;
    width: 180px;
}

.formContact span.accepted,
.formContact span.denied {
    float: left;
    margin-top: -20px;
}

.sendFile span.accepted,
.sendFile span.denied,
.formRecommendR span.accepted,
.formRecommendR span.denied {
    float: left;
    margin-top: 0px;
}

/*LogIn Err*/
.logIn span.denied, .logIn span.accepted {
    margin-top: 0;
}

.logIn span.errMsg {
    top: 95px;
    left: 10px;
    position: absolute;
    width: 370px;
    padding: 0 5px;
    background: #FFFFFF;
}

.retrieveP span.denied, .retrieveP span.accepted {
    float: left;
    margin-top: 0;
}

.retrieveP span.errMsg {
    top: 95px;
    left: 10px;
    position: absolute;
    width: 370px;
    padding: 0 5px;
    background: #FFFFFF;
}

.account p span.denied, .account p span.accepted {
    float: right;
}

.account span.denied, .account span.accepted {
    float: left;
    margin-top: 0;
}

.account span.errMsg {
    top: 95px;
    left: 10px;
    position: absolute;
    width: 370px;
    padding: 0 5px;
    background: #FFFFFF;
}

/*CX ERR*/
.customiseForm span.errMsg {
    position: static;
    float: left;
    width: 760px;
    padding: 10px 0 0 0;
}

.solutCRIn span.denied, .solutCRIn span.accepted {
    float: left;
}

.formSolutions span.accepted, .formSolutions span.denied {
    float: left;
}

.riskBlockEnd span.denied, .riskBlockEnd span.accepted {
    float: left;
}

.instrumentsBlockSolu span.accepted, .instrumentsBlockSolu span.denied {
    float: left;
    margin-top: 0;
}

.instrumentsBlockEnd span.accepted, .instrumentsBlockEnd span.denied {
    float: left;
    margin-top: 0;
}

/*CD ERR*/
.formAccountErr span.denied, .formAccountErr span.accepted {
    position: static;
}

.customise .formAccountErr {
    width: 770px;
}

.formAccountErr p {
    float: right;
    width: 300px;
    margin: 0 5px;
}

.fitTxt {
    padding-bottom: 0;
    min-height: 380px;
    display: block;
}

.AdviceInputs span.denied, .AdviceInputs span.accepted {
    position: static;
}

.formAccount.buttonGoBottom span.denied, .formAccount.buttonGoBottom span.accepted {
    position: absolute;
    top: auto;
    bottom: 9px;
    right: 136px;
}

/*Disclaimer*/

.specifyPopUp .scroll-pane {
    height: 320px;
}

/*FOLDEW LINK*/
.fileControl {
    float: left;
    height: 30px;
    width: 760px;
    margin: -10px 0 0 0;
}

    .fileControl span {
        float: left;
        display: block;
        height: 30px;
        background-color: #EDEEEF;
        width: 30px;
        margin: 0 10px 0 0;
    }

        .fileControl span a {
            display: block;
            width: 30px;
            height: 30px;
            background-color: #4D5A65;
        }

.parentFolder {
    background-image: url("../images/folderIcon.png");
    background-position: 0 9px;
    background-repeat: no-repeat;
}

.newFolder {
    background-image: url("../images/folderIcon.png");
    background-position: 2px -34px;
    background-repeat: no-repeat;
}

.newFile {
    background-image: url("../images/folderIcon.png");
    background-position: 4px -74px;
    background-repeat: no-repeat;
}

a.upFolder {
    background-image: url("../images/folderIcon.png");
    background-position: 0 9px;
    background-repeat: no-repeat;
}

/*disclaimer PopUp*/
.disclaimerSlideBlock {
    background: #4D5A65;
    color: #4D5A65;
}

    .disclaimerSlideBlock .jspVerticalBar {
        background: #808F9D;
    }

    .disclaimerSlideBlock .jspDrag {
        background: #808F9D;
    }

    .disclaimerSlideBlock .jspTrack {
        background: #CFD5DA;
    }

/* mask Bottom*/
.maskBottomSpace {
    position: absolute;
    z-index: -10;
    left: 0;
    bottom: -60px;
    height: 60px;
    background: none;
    width: 810px;
}

.recommendFormPopup .maskBottomSpace {
    width: 600px;
}

.contactFormPopup .maskBottomSpace {
    width: 600px;
}

.customise .maskBottomSpace {
    width: 800px;
}

/* customer info Test?????*/
.customerInfo {
    background: #8C36A8;
}

    .customerInfo .office {
        height: 360px;
        padding: 20px 10px 0 20px;
    }

.activatePopup {
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    padding: 0 3px;
    position: absolute;
    bottom: 25px;
    right: 10px;
    cursor: pointer;
}

/*CP4 Subscription*/
.formAccount span.label {
    display: block;
    padding: 0 0 10px 0;
    float: left;
    width: 190px;
    padding-right: 10px;
    text-transform: uppercase;
}

span.subscriptionDet {
    font-weight: bold;
    font-size: 14px;
}

ul.subscriptionDetailsList {
    float: left;
    padding: 20px 0 0 0;
}

    ul.subscriptionDetailsList li span {
        font-weight: bold;
    }

        ul.subscriptionDetailsList li span.label {
            font-weight: normal;
        }

    ul.subscriptionDetailsList .buttonSend {
        width: 180px;
    }

.subPageForm {
    height: 460px;
}

.subPageFormContent {
    padding: 0;
}

.subContentForm {
    float: left;
}

.subContentFormHolder {
    margin: 10px 10px 70px;
    display: table;
    float: left;
    margin: 20px 10px 20px 100px;
    width: 440px;
}

    .subContentFormHolder h4 {
        color: white;
    }

.subCEForm {
    background-color: White;
    padding: 20px 20px 2px;
}

.subContentFormArea {
    color: White;
}

.subCEForm, .subContentFormArea {
    width: 400px;
    display: table;
    margin-top: 10px;
}

    .subContentFormArea .formAccount, .subCEForm .formAccount {
        width: 400px;
    }

    .subCEForm .formAccount {
        min-height: 27px;
    }

    .subCEForm input {
        background: none repeat scroll 0 0 #CFD5DA;
    }

    .subCEForm .tfSelectWrapper {
        margin-left: 0;
    }

    .subCEForm .formProfile .tfSelectWrapper span.selectTxt {
        background: none repeat scroll 0 0 #CFD5DA;
    }

.subCECardExpiry .tfSelectWrapper span.selectTxt {
    width: 25px;
}

.subCECardExpiry .tfSelectWrapper {
    width: 46px;
    margin-right: 4px;
}

.subCESubmit {
    margin-left: 100px;
    width: 400px;
}

.subMessageForm {
    color: White;
    margin: 20px 0 0 4px;
    width: 220px;
    float: left;
}

    .subMessageForm h4 {
        margin-bottom: 7px;
    }

.onlineForm .subCEStatus span.errMsg {
    left: 100px;
    top: 416px;
    width: 430px;
}

.buttonResubscribeWithCard {
    outline: none;
    height: 22px;
    cursor: pointer;
    padding: 0 4px 2px 4px;
    -webkit-padding-start: 4px;
    -webkit-padding-end: 4px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    *border: none;
    background: none;
    text-align: center;
    text-transform: uppercase;
    *width: 210px;
}

.chkSubscribeTxt {
    margin-left: 10px;
    color: White;
}

.subCESubmitTxt {
    margin-bottom: 10px;
}

/*FILE Breadcrumbs*/
.fileBreadcrumbs span {
    display: block;
    background: #4D5A65;
    font-weight: bold;
    padding: 0 10px;
}

.fileBreadcrumbs a {
    display: block;
    float: left;
    font-weight: bold;
    padding: 0 18px 0 10px;
    background: #4D5A65 url("../images/arrTitles.png") no-repeat right -102px;
}



/*PULL*/

.bgPull {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.pullPopup {
    float: left;
    position: absolute;
    top: -120px;
    left: 50%;
    margin: 0 0 0 -452px;
    padding: 0 0 0 35px;
    height: 580px;
    width: 965px;
    z-index: 1001;
}

.subPopup {
}

    .subPopup .closePull {
    }

    .subPopup .pullPopup {
        top: -190px;
    }

.top220 .subPopup .pullPopup {
    top: -220px;
}

.top130 .subPopup .pullPopup {
    top: -130px;
}

.outerPopup .pullPopup {
    top: -120px;
    left: 465px;
}

.subPopup .contentPull {
    margin-left: 60px;
}

.closePull {
    float: right;
    width: 1000px;
    padding: 20px 0 58px 0;
    position: relative;
    z-index: 1005;
}

    .closePull a {
        display: block;
        height: 42px;
        width: 39px;
        background: url('../images/exit.png') no-repeat 0 0;
        float: right;
        cursor: pointer;
    }

.navL {
    height: 380px;
    width: 60px;
    float: left;
}

    .navL.normal {
        position: absolute;
        left: 35px;
        top: 0;
    }

    .navL table {
        float: left;
        font-family: Conv_GOTHIC,Arial,sans-serif;
        line-height: 15px;
        text-transform: uppercase;
    }

        .navL table tr td {
            padding: 0;
            margin: 0;
        }

            .navL table tr td.showTab {
                display: block;
            }

            .navL table tr td a {
                background: #4D5A65;
                width: 50px;
                height: 58px;
                margin: 10px 0 0 0;
                letter-spacing: -0.3px;
                display: block;
                padding: 2px 5px 0 5px;
                *padding: 2px 6px 0 4px;
            }

                .navL table tr td a.active {
                    background: #FFFFFF;
                    color: #4D5A65;
                }

    .navL li {
        padding: 10px 0 0 0;
        position: relative;
    }

    .navL ul li a {
        background: #808F9D;
    }

.contentPull {
    float: left;
    width: 790px;
    padding: 10px 10px 0 10px;
    background: #FFFFFF;
    color: #4D5A65;
}

.qStep {
    float: left;
    width: 790px;
    padding: 0 0 15px 0;
    position: relative;
    min-height: 330px;
}

.naviStep {
    float: left;
    /*width: 905px;*/
    padding: 0 0 0 60px;
}

.navigBlock {
    width: 790px;
    background: #FFFFFF;
    padding: 0 10px;
    float: left;
    height: 40px;
}

.naviStep a {
    float: left;
    color: #4D5A65;
    height: 30px;
    padding: 0;
    margin: 0 20px;
    font: 20px/25px Conv_GOTHIC, Arial, sans-serif;
    text-transform: uppercase;
}

    .naviStep a.next {
        float: right;
    }

    .naviStep a.save {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .naviStep a img {
        float: left;
    }

p.stepTxt {
    float: left;
    height: 120px;
    width: 770px;
    padding: 0 0 0 20px;
    font: 20px/30px Conv_GOTHICB, Arial, sans-serif;
}

.selectStep {
    float: left;
    width: 790px;
    height: 215px;
}

input.valueStep {
    background: none repeat scroll 0 0 #4D5A65;
    border: 0 none;
    color: #FFFFFF;
    font: 39px/40px Conv_GOTHICB, Arial, sans-serif;
    width: 580px;
    height: 60px;
    /*margin: 0 0 0 99px;*/
    padding: 10px;
}

textarea.valueStep {
    background: none repeat scroll 0 0 #4D5A65;
    border: 0 none;
    color: #FFFFFF;
    font: 39px/60px Conv_GOTHICB, Arial, sans-serif;
    width: 580px;
    min-height: 60px;
    padding: 10px;
}

.riskBlockStep {
    float: left;
    width: 790px;
    height: 100px;
    margin: 0 0 10px 0;
    background: #4D5A65;
}

    .riskBlockStep p {
        float: left;
        width: 150px;
        color: #FFFFFF;
        padding: 20px;
        font: 20px/22px Conv_GOTHICB,Arial,sans-serif;
        text-transform: uppercase;
    }

.riskShow {
    width: 395px;
    float: left;
    height: 100px;
    padding: 0 0 0 15px;
}

    .riskShow span {
        float: left;
        background: #A1A1A1;
        display: block;
        height: 60px;
        width: 60px;
        margin: 20px 20px 20px 0;
    }

        .riskShow span.end {
            margin: 20px 0;
        }

        .riskShow span.blue {
            background: #37aad4;
        }

.riskBlockStepCustom {
    float: left;
    width: 790px;
    height: 100px;
    margin: 0 0 10px 0;
    background: #4D5A65;
}

    .riskBlockStepCustom p {
        float: left;
        color: #FFFFFF;
        padding: 20px;
        font: 20px/22px Conv_GOTHICB,Arial,sans-serif;
        text-transform: uppercase;
    }

.riskShowCustom {
    float: right;
    height: 100px;
    padding: 0 0 0 15px;
}

a.riskLevel {
    float: left;
    background: #808f9d;
    display: block;
    height: 50px;
    width: 50px;
    margin: 20px 20px 20px 0;
    padding: 5px;
    text-transform: uppercase;
}

.low span.green {
    background: #55c737;
}

.medium span.green {
    background: #55c737;
}

.medium span.yellow {
    background: #d9d836;
}

.high span.green {
    background: #55c737;
}

.high span.yellow {
    background: #d9d836;
}

.high span.orange {
    background: #e68b32;
}

.vHigh span.green {
    background: #55c737;
}

.vHigh span.yellow {
    background: #d9d836;
}

.vHigh span.orange {
    background: #e68b32;
}

.vHigh span.red {
    background: #df3838;
}

.qStep span.plus {
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    background: transparent url('../images/sprite_risk.png') no-repeat 0 0;
    position: absolute;
    bottom: 223px;
    left: 378px;
}

.qStep span.equal {
    background-position: 0 -35px;
    bottom: 113px;
}

.investBlock {
    float: left;
    position: relative;
    height: 100px;
    margin: 0 0 10px 0;
    width: 790px;
    background: #4D5A65;
    color: #FFFFFF;
}

    .investBlock a.investS,
    .investBlock div.investS {
        float: left;
        display: block;
        width: 750px;
        font: 12px/14px Conv_GOTHIC,Arial,sans-serif;
        height: 90px;
        padding: 10px 20px 0 20px;
    }

    .investBlock a.selected {
        background: #198279;
    }

a.investS b {
    display: block;
    width: 750px;
    font: 20px/30px Conv_GOTHICB,Arial,sans-serif;
    text-transform: uppercase;
}

a.investS strong,
div.investS strong {
    display: block;
    width: 750px;
    font: 20px/30px Conv_GOTHICB,Arial,sans-serif;
    /*text-transform: uppercase;*/
}

.investBlock a.pdf {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url('../images/pdfIcon.png') no-repeat 0 0;
}

.investment6 .investBlock {
    width: 390px;
    margin: 0 10px 10px 0;
}

.investment6 .investBlockR {
    margin: 0 0 10px 0;
}

.investment6 .investBlock a.investS {
    width: 350px;
}

.stepTopic {
    float: left;
    padding: 0 0 35px 0;
}

.contentPull .stepTopic .topics p span, .contentPull .stepTopic .topics p a {
    display: block;
}

.stepTopicNew {
    padding: 0 0 35px 0;
}

.contentPull .stepTopicNew .topics p span, .contentPull .stepTopicNew .topics p a {
    display: block;
}

.contentPull .topics {
    background: #777777;
}

    .contentPull .topics p {
        background: #4d5a65;
        margin: 0;
    }

    .contentPull .topics span strong {
        display: block;
        padding: 0 0 20px 0;
    }


/*addPages CD4*/
.addPages {
    float: left;
    width: 760px;
    padding: 0 0 0 10px;
}

    .addPages a.reportTL {
        background-image: url("../images/arrTitles.png");
        background-repeat: no-repeat;
        width: 338px;
        margin-right: 10px;
    }

    .addPages a.listUpDown {
        width: 210px;
        margin-right: 10px;
    }

    .addPages span.showCol {
        background: #59768D;
        float: left;
        display: block;
        padding: 0 0 0 10px;
        width: 40px;
    }

.rowAdditional {
    float: left;
    margin: 0 0 10px;
    width: 770px;
}

    .rowAdditional a.customColor2 {
        float: left;
        display: block;
        width: 338px;
        padding: 0 0 0 10px;
        margin-right: 10px;
    }

    .rowAdditional span.nameFile {
        background: #CFD5DA;
        width: 210px;
        color: #4D5A65;
    }

.showInput {
    float: left;
    padding: 0 15px;
}

a.editButtonS {
    background-image: none;
    background-color: #808F9D;
    text-align: center;
}

.rowAdditional input.nameDescr {
    margin: 0 10px 0 0;
    width: 340px;
}

.rowAdditional .file-wrapper {
    margin: 0 10px 0 0px;
}

.rowAdditional .file-holder {
    width: 188px;
}

.rowAdditional input.sendReportMarg {
    margin: 0 0 0 60px;
}

.rowAdditional a.sendReport {
    width: 45px;
}
/*== checkboxes ==*/
span.tfCheckboxWrapper {
    display: inline-block;
    float: left;
    vertical-align: baseline;
    position: relative;
    height: 20px;
    width: 20px;
    padding: 0;
    overflow: hidden;
    margin: 0;
}

.tfCheckboxWrapper {
    zoom: 1;
    *display: inline;
}
    /* IE6, IE7 hack */
    .tfCheckboxWrapper input {
        position: absolute;
        left: -40px;
    }

        .tfCheckboxWrapper input[type="checkbox" i]:disabled {
        }

a.tfCheckbox {
    display: block;
    float: left;
    background: url(../images/checkbox.png) no-repeat -21px 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

    a.tfCheckbox.tfChecked {
        background-position: 0 0;
    }

.tfDisabled a.tfCheckbox {
    background: url(../images/checkbox-disabled.png) no-repeat -21px 0;
}

/*CX2 Edit*/
.formEditSolutions {
    padding: 0;
}

    .formEditSolutions textarea.message {
        float: left;
        background: #CFD5DA;
        padding: 10px;
        width: 710px;
        height: 195px;
    }

    .formEditSolutions span.counter {
        float: left;
        display: block;
        width: 200px;
    }

.saveRight {
    float: right;
    width: 111px;
}

/* CX4 adding new col*/

.formListInstr table.tableSolutions th.ccy {
    width: 65px;
    background-color: #808F9D;
}

    .formListInstr table.tableSolutions th.ccy a {
        padding-left: 10px;
        width: 55px;
    }

.formListInstr table.tableSolutions td.ccy {
    width: 65px;
}

.formListInstr table.tableSolutions td.solutCR {
    width: 175px;
}

.formListInstr .currencyCodes .tfSelectWrapper {
    width: 63px;
}

.formListInstr .currencyCodes span.selectTxt {
    width: 60px;
}

.formListInstr table.tableSolutions td.ccy .currencyCodes {
    float: left;
    width: 63px;
    padding: 0;
}

.formListInstr .currencyCodes .tfSelectWrapper ul {
    width: auto;
    min-width: 100%;
}

/*SEND REPORT PULL*/
.contentPull .recommendFormPopup {
    margin: -10px 0 0 -10px;
}

    .contentPull .recommendFormPopup a.buttonSend {
        width: 130px;
    }

.contentPull span.errMsg {
    left: 10px;
    padding: 0 5px;
    position: absolute;
    top: 90px;
    width: 180px;
    background: #FFFFFF;
}

/*SAVE REPORT PULL*/
.saveReportBlock {
    background: #8C36A8;
}

.formSaveReport {
    width: 430px;
}

    .formSaveReport select {
        width: 390px;
        margin-bottom: 10px;
    }

    .formSaveReport input.reportName {
        float: left;
        width: 385px;
    }

    .formSaveReport .tfSelectWrapper {
        margin: 0;
        width: 390px;
        padding: 0 0 10px 0;
    }

        .formSaveReport .tfSelectWrapper span.selectTxt {
            width: 365px;
            background: #FFFFFF;
        }

        .formSaveReport .tfSelectWrapper ul {
            width: auto;
            min-width: 100%;
        }

            .formSaveReport .tfSelectWrapper ul a {
                width: auto;
                min-width: 100%;
            }

        .formSaveReport .tfSelectWrapper div a.button {
            background: url(../images/arrSelectDir.png) no-repeat 0 0;
            border-left: 1px solid #8C36A8;
        }

    .formSaveReport span.accepted,
    .formSaveReport span.denied {
        float: left !important;
    }

.contentPull .formSaveReport a.buttonSend {
    float: left;
    width: 190px;
    margin: 0 0 0 198px;
}

.dropDownErr {
    float: left;
    width: 430px;
}

    .dropDownErr span.denied {
    }

.descriptionPopup {
    top: 120px !important;
}


.greyFont, a.greyFont, .greyFont a, p.greyFont a, span.greyFont a {
    color: #4D5A65 !important;
}

.whiteFont, a.whiteFont, .whiteFont a, p.whiteFont a, span.greyFont a {
    color: #FFFFFF !important;
}

#divSend .loading,
#divSave .loading,
#divSendForCompliance .loading {
    position: absolute;
    z-index: 9999;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.modalPop {
    left: -95px !important;
}

.txtEdit {
    width: 438px !important;
}

/* [LJ][22-March-2013][Subscription page styles] */
#subscriptionPageContainer .customise .formAccount {
    padding-bottom: 0px;
}

#subscriptionPageContainer .subCEForm {
    padding: 10px 20px 2px;
}

#subscriptionPageContainer .subCECardExpiry {
    margin-bottom: 5px;
}

#subscriptionPageContainer input, textarea {
    margin-bottom: 0px;
}

#subscriptionPageContainer .subscriptionType .formProfile {
    z-index: 101;
}

.subCECardExpiry {
    position: relative;
    z-index: 20;
}


.ie-border {
    *border: 1px solid white;
}

    .ie-border.m-195 {
        *margin-left: 195px;
        *width: 190px;
        *float: left;
    }

        .ie-border.m-195 .buttonSend {
            *margin: 0;
            *position: relative;
            *left: -200px;
        }

.buttonSend.ie-fix {
    *margin-top: 10px;
}

/*IE hacks*/
.formContact.ie .accepted {
    *margin-left: 205px;
    *margin-top: -22px;
}

.m-top .accepted {
    *margin-top: 10px !important;
}

/* CB3 page Styles: begins */
.comparisonForm {
    padding: 50px 0 0 35px !important;
    width: 700px;
}

.comparisonFormControls {
}

.comparisonFormControlsRow1, .comparisonFormControlsRow2 {
    width: 460px;
    padding: 10px 0;
}

.comparisonFormControlsRow1 {
    height: 50px;
}

.comparisonFormControlsRow2 {
    height: 120px;
    position: relative;
}

.comparisonFormControlsDDL {
    margin: 8px 0;
    float: left;
}

    .comparisonFormControlsDDL .selectTxt {
        width: 370px;
        height: 22px;
    }

.comparisonFormControls .tfSelectWrapper {
    width: 370px;
    margin: 0;
    border: 1px solid #FFFFFF;
}

    .comparisonFormControls .tfSelectWrapper.tfDisabled {
        opacity: .7;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }

    .comparisonFormControls .tfSelectWrapper div a.button {
        background: url("../images/moduleArr.png") no-repeat scroll 0px -20px #FFF;
    }

    .comparisonFormControls .tfSelectWrapper .tfDisabled div a.button {
    }

    .comparisonFormControls .tfSelectWrapper span.selectTxt {
        background-color: #FFF;
        color: #4D5A65;
        width: 365px;
    }

    .comparisonFormControls .tfSelectWrapper ul {
        width: 370px;
        min-width: 100%;
        margin-left: -1px;
        border: 1px solid #FFF;
    }

        .comparisonFormControls .tfSelectWrapper ul a {
            width: auto;
            min-width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
        }

.comparisonFormControls .buttonSend {
    width: 80px;
    height: 56px;
    line-height: 56px;
    position: absolute;
    top: 18px;
    right: 0;
}

.comparisonFormControls #btnGO.aspNetDisabled {
    opacity: .5;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default;
    cursor: not-allowed;
}

.comparisonFormStatusControls {
}

.comparisonFormContainer span.errMsgs {
    left: 35px;
    bottom: 170px;
    position: absolute;
    padding: 0 5px;
    background: #FFFFFF;
    min-width: 0;
    width: 450px;
    z-index: 10000;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #9B122C;
}
/* CB3 page Styles: ends */

/* [LJ][08-April-2014][Risk Profile page styles: begins] */
.qStep span.equal {
    bottom: -22px !important;
    z-index: 1000 !important;
}

.navigBlock {
    height: 60px !important;
    position: relative;
}

    .navigBlock a {
        margin-top: 13px !important;
    }

.riskOverRule-txtarea {
    background-color: #4D5A65;
    width: 100%;
    height: 330px;
    float: none;
    color: #FFF;
    display: block;
    font-size: 18px;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* [LJ][08-April-2014][Risk Profile page styles: ends] */

/* [LJ][09-April-2014][Investment solution page styles: begins] */
#gvProducts div.box-no-padding {
    height: 20px;
    width: 172px;
    float: left;
}

    #gvProducts div.box-no-padding div {
        background: url("../images/arrFileUp.png") no-repeat 160px 6px;
    }

    #gvProducts div.box-no-padding a {
        background-image: none;
        padding: 0 10px;
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }
/* [LJ][09-April-2014][Investment solution page styles: ends] */

/* [LJ][09-April-2014][Fix: The names and texts page is not extending to fit the container] */
#textChangeContainer div.customiseFormErrAdd {
    padding: 10px 20px;
}

/* [LJ][14-July-2014][Style for who-we-are section.][BEGINS] */
.who-we-are {
    background: #7ba6cb;
}

.who-we-are-content {
    background: #7ba6cb;
}

li a.who-we-are:hover, li a.who-we-are.active {
    background: #7ba6cb;
}

.who-we-are-1 {
    background: #FFF url("../old_home/images/WHOWEARE/ChristianNeff.png") no-repeat center top;
}

.who-we-are-2 {
    background: #FFF url("../old_home/images/WHOWEARE/TihomirKatulic.png") no-repeat center top;
}

.who-we-are-3 {
    background: #FFF url("../old_home/images/WHOWEARE/RaphaelJaeger.png") no-repeat center top;
}

.who-we-are-content .topics p {
    background: #2a4862;
    color: #FFF;
    background: rgba(42,72,98,.8);
}

.ui-datepicker {
    z-index: 100001 !important;
}
/* [LJ][14-July-2014][Style for who-we-are section.][ENDS] */

.no-background-image {
    background-image: none !important;
    cursor: default !important;
}

.hybridProcessInviterName { /* [LJ][10-October-2014][Hybrid process inviter name.] */
    color: #FFF;
}

/* [AK][2017-08-01][Style for disabled submit buttons. Used in Scripts/suppressDoubleClick.js scripts. Now it is commented. For future uses.] */
.asp-postback-disable { /*opacity: 0.25;*/
}

@media screen and (orientation:portrait) {
    .hybrid-process-popup {
        width: 100%;
        height: 100%;
        background: #000;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100000000;
        opacity: 0.8;
    }
}

@media screen and (orientation:landscape) {
    .hybrid-process-popup {
        display: none;
    }
}


.hybrid-process-popup .popup-container {
}

.hybrid-process-popup img {
    display: block;
    margin: 0 auto;
    margin-top: 30%;
}

.hybrid-process-popup span {
    display: block;
    margin: 0 auto;
    margin-top: 5%;
    text-align: center;
    width: 90%;
    color: #fff;
    font-size: 25px;
    line-height: normal;
    font: 16px/20px Conv_GOTHICB, Arial, sans-serif;
}
