﻿input::-ms-clear {
    display: none;
}

.row {
    width: 100%;
}



    .row .span1 {
        width: 10%;
        float: left;
    }

    .row .span2 {
        width: 25%;
        *width: 25%;
        float: left;
    }

    .row .span3 {
        width: 33.33%;
        float: left;
    }

    .row .span8 {
        height: 100%;
        float: left;
        width: 50%;
    }

    .row .span9 {
        width: 66.66%;
        float: left;
    }

    .row .span10 {
        width: 75%;
        *width: 75%;
        float: left;
    }

    .row .span11 {
        width: 90%;
    }

    .row .span12 {
        width: 100%;
    }

/*DropDown*/
.module_formListInstr .tfSelectWrapper {
    margin: 0;
    width: 198px;
    border: 1px solid #4d5a65;
    height: 18px;
}

    .module_formListInstr .tfSelectWrapper.tfDisabled {
        border: 1px solid #CFD5DA;
        /*cursor: not-allowed;*/
    }

    .module_formListInstr .tfSelectWrapper span.selectTxt {
        width: 100%;
        background: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        line-height: 20px;
    }

        .module_formListInstr .tfSelectWrapper span.selectTxt.denied {
            display: block;
            margin: 0 0 0 -2px;
            width: 18px;
            height: 18px;
            background: url("../images/status.png");
            background-repeat: no-repeat;
            background-position: left -64px;
        }

    .module_formListInstr .tfSelectWrapper div a.button {
        height: 18px;
        background: #4d5a65 url("../images/arrFileDown.png") no-repeat scroll 5px 7px;
    }

    .module_formListInstr .tfSelectWrapper.tfDisabled div a.button {
        background-color: #CFD5DA;
        /*cursor: not-allowed;*/
    }

    .module_formListInstr .tfSelectWrapper ul { /*width: 187px;*/
        min-width: 100%;
        width: auto;
    }

/*Custom Dropdown*/
textarea {
    overflow: hidden;
}
/*.custom-dropdown {width: 100%;}*/
.custom-dropdown .tfSelectWrapper ul {
    width: 100%;
    top: auto;
    right: 0;
    left: auto;
    bottom: auto;
}

    .custom-dropdown .tfSelectWrapper ul a {
        width: 100%;
    }
/* size of custom dropdowns*/
.custom-dropdown.dropdown-lg {
}

    .custom-dropdown.dropdown-lg .tfSelectWrapper span.selectTxt {
        height: 100px;
        line-height: 100px;
        font-size: 60px;
        padding-left: 30px;
        width: 100%;
        font-weight: bold;
    }

    .custom-dropdown.dropdown-lg .tfSelectWrapper ul a {
        height: 40px;
        line-height: 40px !important;
        font-size: 30px;
    }

    .custom-dropdown.dropdown-lg .tfSelectWrapper {
        width: 100%;
        margin: 0;
    }

        .custom-dropdown.dropdown-lg .tfSelectWrapper div {
            min-height: 100px;
        }

            .custom-dropdown.dropdown-lg .tfSelectWrapper div a.button {
                width: 60px;
                height: 100px;
            }

.custom-dropdown.dropdown-md .tfSelectWrapper span.selectTxt {
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    width: 100%;
    font-weight: bold;
}

.custom-dropdown.dropdown-md .tfSelectWrapper ul {
    right: -6px;
    width: auto;
    min-width: 100%;
}

    .custom-dropdown.dropdown-md .tfSelectWrapper ul a {
        height: 30px;
        line-height: 30px !important;
        font-size: 20px;
    }

.custom-dropdown.dropdown-md .tfSelectWrapper {
    width: 100%;
    margin: 0;
}

    .custom-dropdown.dropdown-md .tfSelectWrapper div {
        min-height: 60px;
        padding-left: 5px;
    }

        .custom-dropdown.dropdown-md .tfSelectWrapper div a.button {
            width: 40px;
            height: 60px;
            right: -5px;
        }

/* colors of custom dropdowns*/
.custom-dropdown.light {
}

.custom-dropdown.dark {
}

    .custom-dropdown.dark .tfSelectWrapper ul {
        border-top: 1px solid #FFF;
    }

    .custom-dropdown.dark .tfSelectWrapper div {
        background-color: #4d5a65;
        color: #fff;
        width: 100%;
    }

    .custom-dropdown.dark .tfSelectWrapper span.selectTxt {
        background-color: transparent;
        color: #fff;
        border-left: 2px solid #fff;
    }

    .custom-dropdown.dark .tfSelectWrapper div a.button {
        background: url("../images/custom-dropdown/dark/arrow-down.png");
        background-repeat: no-repeat;
        background-position: 50%;
        background-color: #4d5a65;
    }

.custom-dropdown.half-dark {
}

    .custom-dropdown.half-dark .tfSelectWrapper ul {
        border-top: 1px solid #4d5a65;
    }

    .custom-dropdown.half-dark .tfSelectWrapper div {
        background-color: #FFF;
        color: #4d5a65;
        width: 100%;
    }

    .custom-dropdown.half-dark .tfSelectWrapper span.selectTxt {
        background-color: transparent;
        color: #4d5a65
    }

    .custom-dropdown.half-dark .tfSelectWrapper div a.button {
        background: url("../images/custom-dropdown/half-dark/arrow-down.png");
        background-repeat: no-repeat;
        background-position: 50%;
        background-color: #fff;
        border-color: #4d5a65;
    }

/*topics*/
.customerTopics .module_topicsInTwoRows h2 {
    color: #4D5A65;
    height: 160px;
    padding: 0 10px;
    text-transform: uppercase;
}

.module_topicsInTwoRows {
    float: left;
    width: 190px;
    overflow: hidden;
    margin: 0 10px 0 0;
    height: 185px;
    background: url("../images/sprite_topics.png") repeat-y 0 0;
    cursor: pointer;
}

.module_topicsInTwoRows_newRow {
    clear: both;
    height: 10px;
}

/*Other*/
.noMarginLeft {
    margin-left: 0px;
}

/* MODULE */
.module {
    padding: 10px 0 0 0;
}

    .module h4 {
        /*padding: 0 0 50px 0;*/
    }

    .module table {
        width: 100%;
        text-align: left;
    }

    .module div.error-box {
        min-height: 30px;
    }

.error-box {
    padding-bottom: 10px;
    min-height: 30px;
}

    .error-box .err-span {
        color: #9B122C;
        font-weight: bold;
        text-transform: uppercase;
    }

        .error-box .err-span.err-product {
            padding-left: 20px;
        }


    .error-box .errMsg,
    .error-box div.errMsg,
    .error-box span.errMsg {
        padding: 0;
    }


/* Custom Table */
.custom-table-holder {
    position: relative;
    width: 100%;
}

    .custom-table-holder h4 {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .custom-table-holder .fly-right-bottom {
        position: absolute;
        bottom: 0;
        left: 220px;
    }

.custom-table {
}

    .custom-table .link {
        color: #3e5364;
        font-weight: bold;
    }

    .custom-table,
    .custom-table th,
    .custom-table td,
    .custom-table tr {
        border: 0 none;
        border-collapse: collapse;
    }

        .custom-table th,
        .custom-table td {
            min-height: 20px;
            vertical-align: bottom;
            text-align: left;
        }

            .custom-table td div.show-checkbox {
                padding-bottom: 10px;
            }

        .custom-table th {
            padding: 0 10px;
        }

            .custom-table th.status {
                width: 50px;
            }

            .custom-table th.sort-column {
                width: 13px;
                text-align: center;
            }

        .custom-table .sort-column {
        }

        .custom-table td.sort-column input {
            float: left;
        }

        .custom-table th.solutSpace {
            padding: 0;
        }

        .custom-table th div.box,
        .custom-table td div.box {
            padding: 0 10px;
            min-height: 20px;
            margin-top: 10px;
        }

        .custom-table th div.box-no-padding,
        .custom-table td div.box-no-padding,
        .custom-table td div.box-no-padding-long {
            min-height: 20px;
            margin-top: 10px;
        }

            .custom-table td div.box-no-padding a {
                background: url("../images/arrFileUp.png") no-repeat 160px 6px;
                display: block;
                padding: 0 0 0 10px;
            }

            .custom-table td div.box-no-padding-long a {
                background: url("../images/arrFileUp.png") no-repeat 290px 6px;
                display: block;
                padding: 0 0 0 10px;
            }

        .custom-table .box.two-row {
            min-height: 50px;
            display: inline-block;
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .custom-table th a.btn {
            display: block;
        }

        .custom-table td div.group-btn {
            padding: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            float: left;
        }

        .custom-table input.isin {
            padding: 0;
            text-indent: 10px;
            border: 1px solid #4D5A65;
            color: #4D5A65;
            cursor: text;
            text-transform: none;
            margin: 10px 0 0 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            width: 100%;
            height: 20px;
        }

            .custom-table input.isin[disabled] {
                border: 1px solid #CFD5DA;
                /*cursor: not-allowed;*/
            }

        .custom-table .tfSelectWrapper.tofslaControl {
            margin: 0;
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            height: 20px;
        }

        .custom-table .tfSelectWrapper ul {
            border-top: 1px solid #4D5A65;
            width: 100%;
            min-width: 100%;
            margin-left: -1px;
        }

            .custom-table .tfSelectWrapper ul a {
                width: auto;
                min-width: 100%;
                /*padding: 0 19px 0 8px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                display: inline-block;*/
            }

        .custom-table td.instrGroup .tfSelectWrapper ul {
            width: 151px !important;
        }

        .custom-table textarea.istxt {
            background-color: #ffffff;
            margin-bottom: 0;
            border: 1px solid #4D5A65;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .custom-table textarea.istxtS {
            background-color: #ffffff;
            margin-bottom: 0;
            border: 1px solid #4D5A65;
            width: 400px;
            height: 85px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .custom-table span.accepted {
            float: left;
            margin: 0;
            height: 20px;
        }

        .custom-table span.denied {
            float: left;
            margin: 0;
            height: 20px;
        }

        .custom-table textarea.denied {
            background-position: -2px -64px;
        }

        .custom-table .customColorDark {
            color: #FFF;
            background-color: #56626D;
        }

        .custom-table .customColorBlueDark {
            background-color: #59768D;
            color: #FFFFFF;
        }

        .custom-table .customColorMedium {
            color: #FFFFFF;
            background-color: #808f9d;
        }

        .custom-table .customColorLight {
            background-color: #CFD5DA;
            color: #4D5A65;
        }

        .custom-table .width190 {
            width: 190px;
        }

        .custom-table .two-column .isin {
            width: 47%;
        }

        .custom-table .two-column .table-separator {
            margin-top: 10px;
        }

        .custom-table .descTxtBlocl span {
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
        }

        .custom-table th.top,
        .custom-table td.top {
            vertical-align: top;
        }

.wrap-text-ellipsis {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}


.fake-table {
    margin-top: 10px;
}

ul.listgroup {
    list-style: none;
    width: 100%;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.listgroup li {
    margin-right: 10px;
}

.listgroup.horizontal li {
    float: left;
}

.listgroup.horizontal-inverce li {
    float: right;
}

.listgroup.vertical li {
    float: none;
}

.listgroup li a {
    padding: 0;
}

.listgroup li .group-btn a {
    padding: 0 10px;
}

.listgroup li > module_formAR div {
    padding: 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.listgroup li.validation-box {
}

    .listgroup li.validation-box .denied {
        position: relative;
        left: auto;
        right: auto;
        top: -1px;
    }

    .listgroup li.validation-box .accepted {
        position: relative;
        left: auto;
        right: auto;
        top: -1px;
    }



.listgroup li span.file-holder {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.listgroup li span.aspNetDisabled {
    color: #CFD5DA;
}

.tfSelectWrapper span.selectTxt {
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

select.custom-listbox {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #4d5a65;
    border-radius: 0;
    float: left;
    font-size: 11px;
    line-height: 20px;
    color: #4d5a65;
}

    select.custom-listbox:focus {
        border-color: #4d5a65;
        /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
        box-shadow: 0 0 1px 0px rgba(77, 90, 101, .7);
        box-shadow: 0 0 0 0px -moz-mac-focusring;
        outline: none;
    }

    select.custom-listbox option {
        height: 16px;
        padding: 4px 8px 0 8px;
        margin: 0 1px;
    }

        select.custom-listbox option:checked {
            color: #FFFFFF;
            background-color: #4d5a65;
            box-shadow: 0 0 10px 100px #4d5a65 inset;
        }

        select.custom-listbox option:hover {
            color: #FFFFFF;
            background-color: #cfd5da;
            box-shadow: 0 0 10px 100px #cfd5da inset;
        }

/* default classess for buttons*/
.btnGo {
    margin-left: 0;
    /*min-width: 20px;
    padding: 0 10px 0 10px;
    text-align: center;
    width: auto;*/
    background: none repeat scroll 0 0 #808F9D;
    /*color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;*/
}

.btn {
    background-color: #808F9D;
    display: inline-block;
    height: 20px;
    margin: 0;
    text-align: center;
    text-transform: none;
    min-width: 50px;
    /* [LJ][08-04-2014][Fix for the issue: 28878]*/
    /*padding: 0 10px;*/
    padding: 0 9px;
    line-height: 20px;
    color: #fff;
}


.btn-lg {
}

.btn-sm {
    width: auto;
    min-width: 0;
}

.btn-dark {
    background-color: #59768D;
    text-transform: none;
}

.btn-gray {
    background-color: #CFD5DA;
    color: #56626D;
}

.btn-right-arrow {
    background-image: url("../images/arrTitles.png");
    background-repeat: no-repeat;
    background-position: right -54px;
    padding-right: 20px;
}

.btn-upper {
    text-transform: uppercase;
}

.btn-bold {
    font-weight: bold;
}

.group-btn {
    overflow: hidden;
    padding: 0;
}

    .group-btn.pl-80 {
        padding: 0 0 0 80px;
    }

    .group-btn .btn {
        float: left;
        margin: 0 10px 0 0;
    }

        .group-btn .btn.last {
            margin-right: 0;
            margin-left: 0;
        }

    .group-btn .check-status {
    }

        .group-btn .check-status span.denied {
            height: 20px;
            width: 20px;
            margin-left: 10px;
            background-position: right 23px;
        }

        .group-btn .check-status span.accepted {
            height: 20px;
            width: 20px;
            margin-left: 10px;
            background-position: right 23px;
            background: url("../images/status.png");
        }

/* help classes for text */
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.txt-upper {
    text-transform: uppercase;
}

.txt-upper-none {
    text-transform: none;
}

/*Products page*/
.data_Solutions {
}

    .data_Solutions h4 {
        padding: 0;
    }

    .data_Solutions table {
    }

    .data_Solutions .group-btn .btn {
        min-width: 70px;
    }

        .data_Solutions .group-btn .btn.btnKYC {
            min-width: 33px;
        }

table.data_tableProducts3 {
    width: 210px;
}

    table.data_tableProducts3 .productS {
        width: 65px;
    }

table.data_tableProducts2 .productS {
    width: 172px;
}

table.data_tableProducts2 .productM {
    width: 222px;
}

table.data_tableProducts .productS {
    /*put size of header-column here*/
    width: 152px;
}

table.data_tableProducts .productM {
    width: 202px;
}

table.data_tableProducts .instrumL {
    /*put size of header-column here*/
}

.data_tableProducts .customColorDark {
    background-color: #56626D;
    color: #FFFFFF;
}

.data_tableProducts .customColorMedium {
    background-color: #808F9D;
    color: #FFFFFF;
}

.data_tableProducts3 .customColorLight {
    background-color: #cfd5da;
    color: #000000;
    height: 20px;
}

.data_Solutions .message {
    float: left;
    background: #CFD5DA;
    padding: 10px;
    width: 730px;
    height: 165px;
    margin-bottom: 0px;
}

.data_Solutions .counter {
    float: left;
    display: block;
    width: 200px;
}


.data_tableProducts .custom-btn-group {
    margin: 0 0 0 -10px;
}


/* RiskQuestion Page */
.module_formRQ {
}

    .module_formRQ h4 {
        padding: 0;
    }

    .module_formRQ table {
    }

    .module_formRQ .group-btn .btn {
        min-width: 71px;
    }

table.module_tableQuestionsPage th.customColorMedium {
}

table.module_tableQuestionsPage .instrumXL {
    /*put size of header-column here*/
    width: 287px;
}

/*IE fix*/
.ie table.module_tableQuestionsPage .instrumXL {
    width: 287px;
}

table.module_tableQuestionsPage .instrumLS {
    /*put size of header-column here*/
}

table.module_tableQuestionsPage .instrumS {
    /*put size of header-column here*/
}


table.data_insrtument_details {
    width: 760px;
}

    table.data_insrtument_details .tfSelectWrapper.tofslaControl {
        margin: 0;
    }

/* AR pages*/
.module_formAR {
    width: 750px;
}

    .module_formAR table {
        width: 100%;
        text-align: left;
    }

table.module_tableARPage, table.module_tableARPage th, table.module_tableARPage tr, table.module_tableARPage tr td {
    border: 0;
}

    table.module_tableARPage a.sendReport {
        padding: 0 10px;
        text-align: center;
        min-width: 50px;
        width: auto;
        margin: 0;
    }

.module_tableARPage td .status {
    text-align: center;
    height: 20px;
}

    .module_tableARPage td .status span {
        display: inline-block;
    }

.module_formAR .module_formListInstr .tfSelectWrapper {
    width: 179px;
    text-transform: uppercase;
}

    .module_formAR .module_formListInstr .tfSelectWrapper ul {
        text-transform: uppercase;
        width: auto;
        min-width: 100%;
        /*width: 178px;*/
        margin-left: -1px;
    }

        .module_formAR .module_formListInstr .tfSelectWrapper ul a {
            text-transform: uppercase;
            padding: 0 8px;
        }

table.module_tableARPage th {
    text-align: left;
}

table.module_tableARPage th, table.module_tableARPage td {
    height: 20px;
    font-weight: normal;
}

table.module_tableARPage td {
    margin: 10px 0 0 0;
    height: 30px;
    vertical-align: bottom;
}


    table.module_tableARPage td .customColorMedium {
        min-height: 20px;
        padding: 0 0 0 10px;
        color: #FFFFFF;
        display: block;
    }

    table.module_tableARPage td input.customColorMedium {
        text-indent: 10px;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        color: #313437;
        background-color: #fff;
        width: 425px;
        height: 20px;
        border: 1px solid #56626d;
    }

table.module_tableARPage th.customColorDark {
    padding: 0 0 0 10px;
    color: #FFFFFF;
}

table.module_tableARPage th.customColorMedium {
    padding: 0 10px;
    color: #FFFFFF;
    background-color: #808f9d;
    text-align: center;
}

.module_ARLarge {
    width: 420px;
}

.module_formAR ul.listgroup {
}

.module_formAR .listgroup li {
    margin: 0;
    padding: 0;
}

    .module_formAR .listgroup li.last {
        margin-left: 10px;
    }

    .module_formAR .listgroup li input.isin {
        margin-top: 0;
    }

    .module_formAR .listgroup li.size_XL {
        width: 430px;
    }

    .module_formAR .listgroup li.size_S {
        width: 70px;
    }

    .module_formAR .listgroup li.status {
        text-align: center;
    }

        .module_formAR .listgroup li.status span {
            float: none;
        }

    .module_formAR .listgroup li.sort-option {
        width: 36px;
        height: 30px;
    }

    .module_formAR .listgroup li.empty-space {
        width: 10px;
        height: 30px;
    }

.module_ARMedium {
    width: 16px
}

.module_ARSmall {
    width: 50px;
}

.module_ARPageLast {
    width: 174px;
}

.ARPageValidator {
    margin-left: 2px;
}

.ARPagePaddingTop5 {
    padding-top: 5px;
}

.ARPageMarginLeft55 {
    margin-left: 52px;
}

.module_AP_btnUp {
    background: url("../images/moduleArr.png") no-repeat scroll 0px -40px #CFD5DA;
    margin: 10px 2px 0 0;
    width: 15px;
    cursor: pointer;
}

.module_AP_btnDown {
    background: url("../images/moduleArr.png") no-repeat scroll 0px -20px #CFD5DA;
    margin: 10px 0px 0 0;
    width: 15px;
    cursor: pointer;
}

/*Risk wording page*/
.module_RiskWordingInputs input.name {
    width: 190px;
}

.module_RiskWordingInputs input {
    background: none repeat scroll 0 0 #CFD5DA;
    margin-bottom: 0;
}




a.buttonGoNoMargin {
    background: none repeat scroll 0 0 #808F9D;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    margin-left: 0px;
    padding-left: 10px;
    width: 35px;
}




.module_formRW span.denied, .module_formRW span.accepted {
    right: -31px;
    top: 1px;
}

/*CRM page*/
.module_formCRM {
    overflow: hidden;
    margin-top: 77px;
    font-family: Conv_GOTHIC;
}

    .module_formCRM span {
        font-family: Conv_GOTHIC;
    }

    .module_formCRM input.txt {
        width: 580px;
        height: 60px;
        line-height: 60px;
        border: 0;
        background: #4D5A65;
        font: 39px/40px Conv_GOTHICB, Arial, sans-serif;
        color: #FFF;
        padding: 10px 10px;
        margin: 0px 0px 0px 99px;
    }

/*CQF page*/
/*.module_formCQF
{
    overflow: hidden;
    width: 770px;
    
}

.module_formCQF .selectOption
{
    padding: 20px;
    border: 0; 
    background: #4D5A65; 
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.module_formCQF .selectOptionNoPadding
{
 padding-bottom: 0px;
}

    .module_formCQF .custom-switch {
        overflow: hidden;
    }

    .module_formCQF .custom-switch .tfCheckboxWrapper{
        width: 160px;
        height: 60px;
    }

        .module_formCQF .custom-switch a.tfCheckbox {
            background: url(../images/unchecked.png) no-repeat; 
            width: 160px;
            height: 60px;

        }

        .module_formCQF .custom-switch a.tfCheckbox.tfChecked {
            background: url(../images/checked.png) no-repeat; 
            width: 160px;
            height: 60px;

        }

        .module_formCQF .custom-switch input[type=checkbox] {
            display: none;
        }



    .module_formCQF .stepOptionText
    {
     float: left;
     height: 80px; 
     width: 520px;
    }

    .module_formCQF .stepOptionDescriptiveText
    {
        line-height: 50px; 
        width: 690px;
        margin: 0px; 
        padding: 0px; 
        font-weight: normal;
    }*/



/*KYC page*/
.module_formKYC {
    overflow: hidden;
    width: 770px;
    padding: 0px 30px 20px 20px;
}

    .module_formKYC .columnL {
        width: 100px;
        padding: 0 10px 0 10px;
    }

    .module_formKYC .columnS {
        width: 30px;
        /* DY fix #31496 */
        /*padding: 0 10px 0 10px;*/
    }

    .module_formKYC input.txt {
        width: 190px;
        color: #FFF;
        background-color: #56626D;
        text-indent: 10px;
    }

    .module_formKYC input.txtSmall {
        width: 112px;
        color: #FFF;
        background-color: #56626D;
        text-indent: 10px;
    }

    .module_formKYC input.txtDate {
        width: 190px;
        color: #FFF;
        background-color: #56626D;
        text-indent: 10px;
    }

    .module_formKYC textarea.istxt {
        height: 100px;
        margin-top: 10px;
        width: 285px;
        color: #FFF;
        background-color: #56626D;
    }

    .module_formKYC .output {
        margin: 10px 0px 0px 10px;
        float: left;
    }

        .module_formKYC .output span {
            text-transform: uppercase;
        }

            .module_formKYC .output span.disabled {
                color: #BABDBC;
            }

/*end*/


/*module_formIL*/
.module_formIL {
}

    .module_formIL h4 {
        padding: 0;
    }

    .module_formIL .tfSelectWrapper span.selectTxt {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

/* InstrumentGroups */
.module_formAR h4 {
    padding: 0;
}

.module_formAR table {
    width: 100%;
    text-align: left;
}

table.module_tableIG, table.module_tableIG th, table.module_tableIG tr, table.module_tableIG tr td {
    border: 0;
}

    table.module_tableIG a.sendReport {
        padding: 0 10px;
        text-align: center;
        min-width: 50px;
        width: auto;
    }

    table.module_tableIG a.editButtonL {
        padding: 0 10px;
        min-width: 25px;
        width: auto;
        text-align: center;
        margin-left: 0;
        background-image: none;
    }

    table.module_tableIG .btn {
        min-width: 60px;
    }

    table.module_tableIG .btn-sm {
        width: auto;
        min-width: 0;
    }

    table.module_tableIG th {
        text-align: center;
    }

    table.module_tableIG th, table.module_tableIG td {
        height: 20px;
        font-weight: normal;
    }

    table.module_tableIG td {
        margin: 10px 0 0 0;
        height: 20px;
        vertical-align: bottom;
    }


        table.module_tableIG td .customColorMedium {
            padding: 0 0 0 5px;
            margin-top: 10px;
            color: #FFFFFF;
            background-color: #808f9d;
        }

        table.module_tableIG td input.customColorMedium {
            text-indent: 10px;
            margin-top: 0;
            margin-bottom: 0;
            padding: 0;
            color: #313437;
            background-color: #fff;
            width: 425px;
            height: 20px;
            border: 2px solid #56626d;
        }

    table.module_tableIG th.customColorDark {
        padding: 0 0 0 10px;
        color: #FFFFFF;
        background-color: #56626d;
    }

    table.module_tableIG th.customColorMedium {
        padding: 0 10px;
        color: #FFFFFF;
        background-color: #808f9d;
    }

    table.module_tableIG .customColorLight {
        /*margin: 10px 0 0 0;
    background-color: #CFD5DA;
    float: left;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;*/
    }

    table.module_tableIG td.customColorLight {
        margin: 10px 0 0 0;
        background-color: #CFD5DA;
        float: left;
        padding: 0 10px;
        height: 20px;
        line-height: 20px;
    }


    table.module_tableIG .instrumXL {
        width: 180px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: left;
    }

        table.module_tableIG .instrumXL input {
            padding: 0;
            margin-right: 0;
            xwidth: 263px;
            text-indent: 10px;
        }

    table.module_tableIG .instrumL {
        width: 160px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: left;
    }

    table.module_tableIG input.isin {
        height: 20px;
        line-height: 20px;
    }

    table.module_tableIG .instrumL input {
        margin-left: -10px;
        padding: 0;
        margin-right: 0;
        xwidth: 108px;
        text-indent: 5px;
    }

    table.module_tableIG .instrumL .tfSelectWrapper.tofslaControl {
        xwidth: 154px;
        margin: 0;
        background: #FFFFFF;
        margin: 0 0 0 -10px;
    }

        table.module_tableIG .instrumL .tfSelectWrapper.tofslaControl ul {
            width: 153px;
        }

    table.module_tableIG .instrumLS {
        width: 100px;
        text-align: left;
    }

xtable.module_tableIG .instrumLS .tfSelectWrapper.tofslaControl {
    background: #FFFFFF;
    margin: 0 0 0 -10px;
    width: 118px;
}


table.module_tableIG .instrumLS .tfSelectWrapper.tofslaControl ul {
    width: 117px
}

table.module_tableIG .instrumLS1 {
    width: 60px;
    text-align: left;
}

    table.module_tableIG .instrumLS1 .tfSelectWrapper.tofslaControl {
        background: #FFFFFF;
        margin: 0 0 0 -10px;
        width: 98px;
    }


        table.module_tableIG .instrumLS1 .tfSelectWrapper.tofslaControl ul {
            width: 97px
        }

table.module_tableIG .instrumS {
    width: 13px;
    text-align: center;
}

table.module_tableIG .noMargin {
    margin: 0;
}

table.module_tableIG .module_Scenarios_btnUp {
    background: url("../images/moduleArr.png") no-repeat scroll 0px -40px #CFD5DA;
    margin: 0 2px 0 0;
    width: 15px;
    cursor: pointer;
}

table.module_tableIG .module_Scenarios_btnDown {
    background: url("../images/moduleArr.png") no-repeat scroll 0px -20px #CFD5DA;
    margin: 0 0px 0 0;
    width: 15px;
    cursor: pointer;
}

.module_tableIG {
    float: left;
    width: 760px;
    padding: 10px 0 0 0;
}

    .module_tableIG .isin.isinXL {
        width: 258px;
    }

    .module_tableIG .isin.isinL {
        width: 144px;
        margin: 0;
    }

    .module_tableIG input.saveDesc {
        color: #fff;
        background: #808F9D;
        padding: 0 10px;
        width: auto;
    }

.vertical-list {
    list-style: none;
    float: left;
    width: 100%;
}

    .vertical-list li {
        text-transform: none;
        float: none;
        margin: 0;
        margin-bottom: 5px;
        padding: 4px 10px;
        text-align: left;
        overflow: hidden;
    }

        .vertical-list li input {
            width: 100%;
            text-transform: none;
            border: 1px solid #4D5A65;
            height: 18px;
            margin: 0;
            cursor: text;
            color: #4D5A65;
        }




.table-separator {
    min-width: 8px;
    overflow: hidden;
    display: inline-block;
    min-height: 1px;
}

/* AA page */
.module_formAA {
}

    .module_formAA h4 {
        padding: 0;
    }

    .module_formAA .instrumentsBlock {
        width: 100%;
        min-height: 230px;
    }

        .module_formAA .instrumentsBlock .tfSelectWrapper {
            width: 100%;
        }

            .module_formAA .instrumentsBlock .tfSelectWrapper div {
                width: 307px;
            }

            .module_formAA .instrumentsBlock .tfSelectWrapper span.selectTxt {
                width: 307px;
                padding-left: 10px;
            }

            .module_formAA .instrumentsBlock .tfSelectWrapper ul {
                width: auto;
                margin-left: 0;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
                /*
.ie10 .module_formAA .instrumentsBlock .tfSelectWrapper ul,
.ie .module_formAA .instrumentsBlock .tfSelectWrapper ul  {
     min-width: 319px;
}
*/
                .module_formAA .instrumentsBlock .tfSelectWrapper ul li {
                    padding: 0 !important;
                }

    .module_formAA .ddl-product .tfSelectWrapper {
        width: 516px;
    }

        .module_formAA .ddl-product .tfSelectWrapper ul {
            width: 514px;
        }

        .module_formAA .ddl-product .tfSelectWrapper span.selectTxt {
            width: 486px;
        }

.ddl-product {
}

table.module_tableAAPage {
    margin-top: 10px;
    margin-bottom: 50px;
}

    table.module_tableAAPage a.reportClose {
        margin: 0;
    }

.module_tableAAPage .group-btn {
}

    .module_tableAAPage .group-btn div {
        display: inline-block;
        float: left;
    }

.module_tableAAPage .btn-lg {
    width: 128px;
}

.module_tableAAPage .listgroup li {
    padding: 0;
}

    .module_tableAAPage .listgroup li span.file-holder {
        width: 230px;
    }

.module_tableAAPage div.tfSelectWrapper.tofslaControl ul {
    width: 300px;
}

.module_tableAAPage th.saaheader {
    min-width: 35px;
}

.module_tableAAPage td.saa-col {
    width: 78px;
}

/*Answers*/
table.module_tableAnswersPage .instrumButtons {
    /*put size of header-column here*/
    width: 202px;
    padding: 0px;
}
/*Question details*/
table.module_tableQuestionDetailsXL {
    width: 300px;
}

    table.module_tableQuestionDetailsXL td.solutCR {
        padding-top: 10px;
        vertical-align: top;
    }

table.module_tableQuestionDetailsL {
    width: 225px;
}

.module_tableQuestionDetailsL .small {
    width: 155px;
}

.text-Ident {
    text-indent: 10px;
}

/*Data*/
div .insvestmentSolutionColumn, div .instrumentsHeaderColumn {
    float: left;
    width: 570px;
    color: #FFF;
    text-indent: 10px;
}

div .productsColumn, div .instrumentsColumn {
    width: 570px;
    float: left;
    text-indent: 10px;
    color: #FFF;
}

div .columnValue {
    float: right;
    width: 180px;
}

table.module_tableILPage .module_Instruments_btnUp {
    background: url("../images/moduleArr.png") no-repeat scroll 0px -40px #CFD5DA;
    margin: 0 2px 0 0;
    width: 15px;
    cursor: pointer;
}

table.module_tableILPage .module_Instruments_btnDown {
    background: url("../images/moduleArr.png") no-repeat scroll 0px -20px #CFD5DA;
    margin: 0 0px 0 0;
    width: 15px;
    cursor: pointer;
}

table.module_tableILPage .group-btn {
}

    table.module_tableILPage .group-btn .btn {
        min-width: 44px;
    }

    table.module_tableILPage .group-btn .btn-sm {
        min-width: 0;
    }

.module_tableILPage .btn-lg {
    width: 128px;
}

.module_tableILPage .listgroup li {
    padding: 0;
}

    .module_tableILPage .listgroup li span.file-holder {
        width: 230px;
    }

a.errMessage {
    color: #9B122C;
    text-decoration: underline;
}

    a.errMessage:hover {
        cursor: pointer;
    }

.riskProfileControl-page {
}

    .riskProfileControl-page .qStep-row {
        margin-bottom: 10px;
    }

.send-report {
    overflow: hidden;
}

    .send-report span.errMsg {
        top: auto;
    }

.tickmap .naviStep .navigBlock {
    height: 50px !important;
    /*padding-bottom: 25px;*/
    padding: 5px 10px 20px 10px; /*5px 10px;*/
}

    .tickmap .naviStep .navigBlock a {
        display: block;
        float: none;
        text-align: center;
        background: #808f9d;
        color: #fff;
        padding: 10px 0;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        margin: 0 !important;
    }

.tickmap .pullPopup {
    top: -270px;
}

/* Small popup*/
.smallPopup .pullPopup {
    left: 50%;
    margin: 0 0 0 -115px !important;
    padding: 0;
    top: 0;
    width: 420px;
}

.smallPopup .contentPull {
    width: 400px;
    margin: 0;
}

.smallPopup .qBreadcrumbs {
    /* -20px for contentPull padding*/
    width: 380px;
}

.smallPopup .popup-body {
    min-height: 150px;
    padding: 0 20px;
}


.smallPopup .naviStep {
    padding: 0;
    width: 560px;
}

.smallPopup .navigBlock {
    width: 400px
}


.alert-popup {
    background: url(../images/small_alert_popup.png) repeat left top;
    padding: 30px;
    /*position: absolute;
    top: 230px;
    left: 50%;
    margin-left: -180px;*/
    z-index: 10;
}

.alert-popup-body {
    background-color: #FFF;
    width: 260px;
    min-height: 86px;
    padding: 20px 10px 80px 30px;
    position: relative;
}

    .alert-popup-body h2 {
        color: #000;
        font-size: 16px;
        line-height: normal;
    }

    .alert-popup-body .control-btn {
        text-align: right;
        position: absolute;
        right: 10px;
        bottom: 10px;
        font-size: 0;
    }


.control-btn a {
    display: inline-block;
    width: 100px;
    height: 48px;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 10px;
    margin-left: 10px;
    cursor: pointer;
}

.control-btn .cancel-btn {
    background: #56626d;
}

    .control-btn .cancel-btn:hover {
        background: #2F75B6;
    }

.control-btn .accept-btn {
    background: #8e1313;
}

    .control-btn .accept-btn:hover {
        background: #DA1E1E;
    }


.customer .nav.light {
}

    .customer .nav.light li {
    }

    .customer .nav.light ul li a {
        background: #4d5a65;
        color: #fff;
    }

        .customer .nav.light ul li a:hover,
        .customer .nav.light ul li a.notification:hover,
        .customer .nav.light ul li a.active {
            background: #FFF;
            color: #4d5a65;
        }

    .customer .nav.light ul li span.notification {
        background-image: url("../images/process_step_reminder.png");
        background-repeat: no-repeat;
        background-position: left;
        color: #FFF;
        height: 60px;
        left: -18px;
        position: absolute;
        top: 10px;
        width: 10px;
    }

.show-subPopUp-dd .tfSelectWrapper {
    z-index: 101 !important;
}

.hide-popUp-close {
    visibility: hidden;
}

.colorpicker {
    z-index: 2;
}


table .customColor1, table .customColor2 {
    color: #FFFFFF;
}

.fake-popup {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}

.content-holder {
    position: relative;
    width: 100%;
}

    .content-holder .bgImg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0;
    }

    .content-holder .content {
        margin: 0 auto;
        position: relative;
        float: none;
    }

.closePull {
    padding: 69px 0 9px;
    overflow: hidden;
    float: none;
    margin: 0 auto;
    width: 880px;
    height: 42px;
}

/* [LJ][09-April-2014][Issue fix: AR pages name with long text gets overlapped disturbing the page design.]*/
#gvARPages .arPageName {
    width: 420px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qStep .customiseFormF .instrumentsBlock {
}

.item-answer {
    display: inline-block;
    vertical-align: top;
}

.contentPull.wizard .recommendFormPopup {
    margin: -10px -10px -60px;
    padding: 10px;
    height: 440px;
    width: auto;
    z-index: 1;
}

.send-report {
    padding: 35px 0 0 200px;
}

.module .send-report h4 {
    padding: 0 0 10px;
}

.send-report a.buttonSend {
    margin: 20px 0 0;
}

.formRecommendR .buttonSend {
    margin: 10px 0 0;
}

.select-class > .span12 {
    margin: 0 0 10px;
}

.module div.err-tailor {
    min-height: 100%;
    padding: 0;
}

.err-tailor .err-span {
    margin: 5px 0;
}

/* for contact forms */
.fix-validation-box {
}

    .fix-validation-box span.accepted,
    .fix-validation-box .accepted,
    .fix-validation-box span.denied,
    .fix-validation-box .denied {
        margin-top: 20px;
    }

.saveReportBlock-holder {
    padding: 45px 0 0 390px;
    overflow: hidden;
}

    .saveReportBlock-holder .dropDownErr,
    .saveReportBlock-holder .formSaveReport {
        width: auto;
    }


    .saveReportBlock-holder .errorMsg {
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        padding-left: 10px;
    }

    .saveReportBlock-holder .sendFile span.accepted,
    .saveReportBlock-holder .sendFile span.denied,
    .saveReportBlock-holder .formRecommendR span.accepted,
    .saveReportBlock-holder .formRecommendR span.denied {
        margin-left: 0;
    }

#divSave .saveReportBlock-loading,
#divSendForCompliance .saveReportBlock-loading {
    left: 0;
    top: 0;
}

.subPageForm {
    min-height: 460px;
    height: auto;
}

.subContentForm {
    padding: 20px 10px 20px 100px;
    width: 440px;
    min-height: 420px;
}

.subCESubmitTxt {
    padding-top: 15px;
}

.subPageFormContent {
    overflow: hidden;
    width: 100%;
}

.subContentFormHolder {
    margin: 0;
    width: 100%;
}

.subCESubmit {
    margin: 0;
}

/* [LJ][05-September-2014][Commenting it as it is not needed.]
    .onlineForm .subCEStatus span.errMsg{
    position: relative;
    top: auto;
    left: auto;
}*/

.fix-FetchProductMatrix {
    min-height: 220px;
    width: 100%;
}

.fix-FetchProductMatrix-upload {
    overflow: hidden;
}

.fix-FetchProductMatrix .columnValue {
    width: auto;
}

.fix-FetchProductMatrix .instrumentsBlock .tfSelectWrapper div {
    width: 670px;
}

.fix-FetchProductMatrix .instrumentsBlock .tfSelectWrapper span.selectTxt {
    width: 640px;
    padding-left: 10px;
}

.fix-FetchProductMatrix .instrumentsBlock .tfSelectWrapper ul {
    width: 668px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fix-z-index .tfSelectWrapper.tofslaControl {
    z-index: 101 !important;
}


.tfSelectWrapper ul {
}

    .tfSelectWrapper ul li {
    }
/*
            .tfSelectWrapper ul a {
                padding-right: 20px;
            }
            */
.fix-margin-top .tfSelectWrapper.tofslaControl {
    margin-top: 10px;
}

.ie .tfSelectWrapper ul li {
    display: block;
}

.ie .tfSelectWrapper ul a {
    padding-right: 0 !important;
    width: auto;
    min-width: 100%;
}

.fix-FetchProductMatrix .columnValue180px {
    width: 180px;
}

.maxWidth275 {
    max-width: 275px;
}

.sendReport.fetch-product-matrix {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

th.sort-btn {
    padding: 0px;
}

    th.sort-btn a {
        padding: 0px 20px 0 10px;
    }

.table-fixet-size {
    table-layout: fixed;
}

.popupPub {
    position: absolute;
    width: 100%;
    height: 337px;
    left: 0;
    top: 407px;
}

.newVersion-promo {
    overflow: hidden;
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
    height: 100%;
    background: url(../images/new_version_overlay.png) no-repeat;
    background-position: right top;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 337px;
}

.newVersion-promo-content {
    width: 615px;
    float: right;
    padding: 95px 0 0 0;
}

.newVersion-promo .title {
    color: #c30fb4;
    font: 38px/49px Conv_GOTHICB, Arial, sans-serif;
}

.newVersion-promo span {
    font: 20px/32px Conv_GOTHICB, Arial, sans-serif;
    color: #000;
}

.newVersion-promo .close-popupPub {
    width: 32px;
    height: 35px;
    position: absolute;
    top: 100px;
    right: 90px;
    background: url(../images/new_version_close.png) no-repeat center center;
}

/*
    CX4FF "Include instruments" drop-down:
    Adding bold style to options that are instrument groups
*/
.instrumentsBlock.toolDown .tfSelectWrapper ul li.bold a {
    font-weight: bold;
}
