﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

#modal {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

    #modal .mask {
        background: #000;
        height: 100%;
        opacity: 0.5;
        width: 100%;
    }

    #modal .modal-content {
        border-top-left-radius: 5px;
        -webkit-top-left-border-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        box-shadow: 0 1px 3px #000000;
        -moz-box-shadow: 0 1px 3px #000000;
        -webkit-box-shadow: 0 1px 3px #000000;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#292929));
        border: 1px solid #545454;
        overflow-y: visible;
        position: fixed;
        top: 0;
    }

        #modal .modal-content .modal-title {
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#464646), to(#353535));
            -webkit-box-shadow: 0 1px 0 #505050;
            border-bottom: 1px solid #232323;
            margin-bottom: 1px;
            overflow: hidden;
        }

            #modal .modal-content .modal-title h1 {
                font-family: Cambria, Georgia, Times, serif;
                color: #FFF;
                float: left;
                font-size: 18px;
                margin-bottom: 1px;
                overflow: hidden;
                padding: 4px 8px;
                text-shadow: 0px -2px 0px #333333;
            }

            #modal .modal-content .modal-title .modal-close {
                background: url(images/icon-close-x.png) top left no-repeat;
                cursor: pointer;
                float: right;
                height: 17px;
                overflow: hidden;
                position: relative;
                right: 8px;
                top: 6px;
                width: 17px;
            }

        #modal .modal-content .modal-content-container {
            clear: both;
        }

            #modal .modal-content .modal-content-container h1 {
                font-family: Cambria, Georgia, Times, serif;
                font-size: 18px;
                color: white;
                text-shadow: 0px -2px 0px #333333;
            }

            #modal .modal-content .modal-content-container .content {
                font-size: 12px;
                color: #FFF;
                -webkit-box-shadow: 0 1px 3px rgba(255, 255, 255, 0.2), inset 0 1px 4px rgba(0, 0, 0, 0.6);
                -webkit-border-radius: 5px;
            }

body {
    background: url(images/bg-noise-stock.png);
}

    body[data-mode="development"] .wb-bar {
        background: red;
    }

        body[data-mode="development"] .wb-bar h1 span {
            color: white;
            display: block;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 30px;
            font-weight: bold;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
            -webkit-transform: rotate(-10deg);
        }

        body[view-dev-type="valueDev"] .wb-bar h1 span {
            color: white;
            display: block;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 30px;
            font-weight: bold;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
            -webkit-transform: rotate(-10deg);
        }

    body[view-type="valueProd"] .wb-bar {
        background: #009AF9;
    }

        body[view-type="valueProd"] .wb-bar h1 span {
            display: none;
        }

.wb-bar {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d1d1d1));
    height: 40px;
    margin: 0;
    position: fixed;
    min-width: 550px;
    width: 100%;
    z-index: 10000;
}

    .wb-bar h1 {
        background: url(images/logo-williamblair.png) no-repeat 20px 50%;
        float: left;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        margin: 0;
        text-align: center;
        width: 200px;
    }

        .wb-bar h1 a {
            display: block;
            height: 100%;
            text-decoration: none;
            width: 100%;
        }

        .wb-bar h1 span {
            display: none;
        }

    .wb-bar .action {
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#a7a7a8));
        cursor: pointer;
        float: left;
        height: 40px;
        width: 47px;
    }

        .wb-bar .action a {
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f8f9), to(#d4d6d7));
            display: block;
            margin: 0 1px;
            width: 45px;
        }


            .wb-bar .action a > span {
                background-image: url(images/icons-header.png?v=1), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e3e5), to(#a8abad));
                background-repeat: no-repeat;
                display: block;
                height: 40px;
                margin: 0 1px;
                width: 43px;
            }

                .wb-bar .action a > span:active, .wb-bar .action a > span.active, .wb-bar .action a > span:hover {
                    background-image: url(images/icons-header.png?v=1), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7f9fc), to(#d2d7d9));
                }

        .wb-bar .action.user-start span {
            background: url(images/icon-launcher-button.png?v=1) no-repeat 0 0;
            border-right: 1px solid #ABADAD;
            width: 93px;
        }

            .wb-bar .action.user-start span:active, .wb-bar .action.user-start span.active, .wb-bar .action.user-start span:hover {
                background: url(images/icon-launcher-button.png?v=1) no-repeat 0 0;
                background-position: 0px 100%, 0 0;
                margin: 0px;
            }

        .wb-bar .action.user-print span {
            background-position: -103px 10%, 0 0;
        }

            .wb-bar .action.user-print span:active, .wb-bar .action.user-print span.active, .wb-bar .action.user-print span:hover {
                background-position: -103px 10%, 0 0;
            }


        .wb-bar .action.user-acct {
            margin-right: 60px;
            width: 30px;
        }

            .wb-bar .action.user-acct a {
                width: 30px;
            }

            .wb-bar .action.user-acct span {
                background-position: -162px 10%, 0 0;
                width: auto;
            }

                .wb-bar .action.user-acct span:active, .wb-bar .action.user-acct span.active, .wb-bar .action.user-acct span:hover {
                    background-position: -162px 10%, 0 0;
                }




        .wb-bar .action.user-comment {
            width: 45px;
        }

            .wb-bar .action.user-comment a {
                margin: 0 0 0 1px;
            }

                .wb-bar .action.user-comment a > span {
                    background-position: -53px 10%, 0 0;
                    margin: 0 0 0 1px;
                }

                    .wb-bar .action.user-comment a > span:active, .wb-bar .action.user-comment a > span.active, .wb-bar .action.user-comment a > span:hover {
                        background-position: -53px 10%, 0 0;
                    }

    .wb-bar ul {
        list-style-type: none;
        position: absolute;
        right: 18px;
        top: 0;
    }

        .wb-bar ul .action {
            position: relative;
        }

            .wb-bar ul .action .dropdown {
                border-top-left-radius: 0;
                -webkit-top-left-border-radius: 0;
                -moz-border-top-left-radius: 0;
                border-top-right-radius: 0;
                -webkit-border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
                border-bottom-right-radius: 5px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-bottom-right-radius: 5px;
                border-bottom-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
                -moz-border-bottom-left-radius: 5px;
                background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#292929));
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
                -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
                -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
                border: 1px solid #545454;
                border-top: none;
                clip: rect(0px, 1000px, 1000px, -10px);
                display: none;
                position: absolute;
                right: 0;
                z-index: 1001;
            }

                .wb-bar ul .action .dropdown.visible {
                    display: block;
                }

                    .wb-bar ul .action .dropdown.visible.menu {
                        /*height: 126px;*/
                        width: 192px;
                    }

                        .wb-bar ul .action .dropdown.visible.menu ul {
                            color: #FFF;
                            font-size: 12px;
                            position: relative;
                            right: 0;
                        }

                            .wb-bar ul .action .dropdown.visible.menu ul li {
                                background: #555;
                                cursor: pointer;
                                font-size: 11px;
                                margin: 5px;
                                padding: 6px;
                                text-transform: uppercase;
                            }

    .wb-bar .welcome {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 40px;
        position: absolute;
        right: 210px;
        text-align: right;
        color: black;
    }

        .wb-bar .welcome span {
            color: #096191;
            font-weight: bold;
        }

        .wb-bar div.viewType {
            color: black;
            font-size: 20px;
            position: absolute;
            font-weight: bold;
            left: 540px;
            line-height: 40px;
        }

        body[data-mode="development"] .wb-bar div.viewType span {
            color: white;
            display: inline-block;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 30px;
            font-weight: bold;
            -webkit-transform: rotate(-10deg);
        }

.stock-pagebar {
    float: left;
    padding-top: 10px;
    width: 180px;
}

    .stock-pagebar ul {
        list-style-type: none;
    }

    .stock-pagebar .stock-search p {
        font-family: Cambria, Georgia, Times, serif;
        color: #FFD000;
        font-size: 36px;
        font-weight: bold;
        -webkit-text-stroke: 1px transparent;
        float: left;
        height: 39px;
        padding: 0 0 0 20px;
    }

        .stock-pagebar .stock-search p.lengthy {
            font-size: 26px;
            letter-spacing: -1px;
            line-height: 42px;
        }

    .stock-pagebar .stock-search span {
        background: url(images/icons-pagebar.png) no-repeat -61px 50%, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2981af), to(#0f577e));
        border: 1px solid #073852;
        border-radius: 3px;
        box-shadow: 0 1px 0 rgba(188, 212, 225, 0.3);
        display: block;
        float: right;
        height: 24px;
        margin: 9px 20px 0 0;
        width: 25px;
    }

    .stock-pagebar .stock-info {
        clear: both;
        padding: 0 20px;
    }

        .stock-pagebar .stock-info > div {
            margin: 0 0 18px;
        }

        .stock-pagebar .stock-info .company, .stock-pagebar .stock-info .analyst {
            height: 46px;
            margin-bottom: 0;
        }

        .stock-pagebar .stock-info .value {
            color: #fff;
            display: inline-block;
            font-size: 12px;
            line-height: 11px;
            margin-bottom: 2px;
        }

        .stock-pagebar .stock-info label, .stock-pagebar .stock-info .label {
            color: #6799b4;
            display: block;
            font-size: 9px;
            text-transform: uppercase;
        }

        .stock-pagebar .stock-info input {
            width: 106px;
        }

        .stock-pagebar .stock-info .module_dropdown {
            z-index: 9990;
        }

            .stock-pagebar .stock-info .module_dropdown input {
                border-right-width: 1px;
                color: #fff;
                padding: 0 0 0 6px;
                text-transform: uppercase;
            }

            .stock-pagebar .stock-info .module_dropdown .field-wrapper {
                background: #144661;
                border: 1px solid #073852;
                box-shadow: 0 1px 0 rgba(188, 212, 225, 0.3);
            }

                .stock-pagebar .stock-info .module_dropdown .field-wrapper.code_BUY {
                    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#319c31), to(#2b8227));
                }

                .stock-pagebar .stock-info .module_dropdown .field-wrapper.code_NO_OPINION {
                    background: #144661;
                }

                .stock-pagebar .stock-info .module_dropdown .field-wrapper.code_NOT_RATED {
                    background: #144661;
                }

                .stock-pagebar .stock-info .module_dropdown .field-wrapper span {
                    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2981af), to(#0f577e));
                    background: url(images/icons-pagebar.png) no-repeat -113px 50%, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2981af), to(#0f577e));
                    border-left: 1px solid #3989b2;
                }

            .stock-pagebar .stock-info .module_dropdown.dd-show ul {
                background: #256688;
                border: 1px solid #073852;
                color: #EEE;
                width: 138px;
            }

            .stock-pagebar .stock-info .module_dropdown.dd-show .hilite {
                background: #74B8DC;
                color: #FFF;
            }

    .stock-pagebar nav {
        z-index: 9989;
        border-bottom: 1px solid #4c829d;
        border-top: 1px solid #144863;
        font-size: 12px;
        text-transform: uppercase;
        width: 178px;
    }

        .stock-pagebar nav ul {
            width: 191px;
        }

        .stock-pagebar nav li {
            color: #a8c2cf;
            cursor: pointer;
        }

            .stock-pagebar nav li span {
                background: #256688;
                border-bottom: 1px solid #1e546f;
                border-top: 1px solid #4c829d;
                display: block;
                line-height: 13px;
                padding: 10px 0 10px 20px;
                width: 158px;
            }

            .stock-pagebar nav li.current {
                color: white;
                cursor: default;
                background: url(images/bg-section-arrow.png) no-repeat 100% 50%;
                position: relative;
            }

                .stock-pagebar nav li.current span {
                    background: #5297bc;
                    border-top-color: #74b8dc;
                    width: 159px;
                }

    .stock-pagebar .stock-links {
        font-size: 11px;
        padding: 0 0 0 20px;
    }

        .stock-pagebar .stock-links ul {
            color: #FFD000;
            line-height: 24px;
            margin: 20px 0;
        }

            .stock-pagebar .stock-links ul.external span {
                background: url(images/icon-external.png) no-repeat 100% 20%;
                padding-right: 15px;
            }

            .stock-pagebar .stock-links ul li {
                cursor: pointer;
            }

                .stock-pagebar .stock-links ul li:hover {
                    text-decoration: underline;
                }

    .stock-pagebar .stock-tool {
        font-size: 12px;
        padding: 20px 0 40px 20px;
    }

        .stock-pagebar .stock-tool span {
            background: url(images/icons-pagebar.png) no-repeat -8px 50%, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2981af), to(#0f577e));
            border: 1px solid #073852;
            border-radius: 3px;
            box-shadow: 0 1px 0 rgba(188, 212, 225, 0.3);
            display: block;
            float: left;
            height: 32px;
            margin: 0 8px 0 0;
            width: 33px;
        }

        .stock-pagebar .stock-tool b {
            display: block;
            padding-top: 10px;
        }

body {
    font-family: Helvetica, Arial, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
    background: url(images/bg-noise-stock.png);
}

#main {
    padding-top: 40px;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    /*color: #FFD000;*/
    text-decoration: none;
}

button {
    cursor: pointer;
}

.primary-button {
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff2f5), to(#b2b5b7));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff2f5), to(#b2b5b7));
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    font-family: Helvetica, Arial, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
    border: none;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 14px;
    text-transform: uppercase;
}

    .primary-button[disabled] {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#79797b), to(#5a5a5c));
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#79797b), to(#5a5a5c));
        color: #323234;
        cursor: default;
        position: static;
    }

.expand-button {
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    background: url(images/icon-expand.png) no-repeat center center, -webkit-linear-gradient(top, #535353, #282828);
    border: 1px solid #242424;
    height: 26px;
    width: 26px;
}

.attachment-button {
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    background: url(images/icons-global.png) no-repeat 5px 5px, -webkit-linear-gradient(top, #eff2f5, #b2b5b7);
    border: none;
    height: 26px;
    width: 26px;
}

.cancel-button {
    font-family: Helvetica, Arial, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
    background: none;
    border: none;
    color: #ffd000;
    font-size: 11px;
}

.add-button, .remove-button {
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
    background: url(images/icons-filter.png) no-repeat 0 0, -webkit-linear-gradient(top, #535353, #282828);
    border: 1px solid #242424;
    cursor: pointer;
    height: 28px;
    width: 28px;
}

    .add-button:active, .remove-button:active {
        -webkit-box-shadow: 0 0px 1px rgba(255, 255, 255, 0.2);
        position: relative;
        top: 1px;
    }

.remove-button {
    background-position: 0 -26px, 0 0;
}

*:focus {
    outline: none;
}

textarea, input {
    font-family: Helvetica, Arial, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
}
/*input[type="checkbox"] {
  -webkit-appearance: none;
  border-top-left-radius: 2px;
  -webkit-top-left-border-radius: 2px;
  -moz-border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-top-left-border-radius: 2px;
  -moz-border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff2f5), to(#b2b5b7));
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff2f5), to(#b2b5b7));
  cursor: pointer;
  height: 14px;
  width: 14px;
}
input[type="checkbox"]:checked {
  background: url(images/icons-check.png) no-repeat -9px -101px, -webkit-linear-gradient(top, #eff2f5, #b2b5b7);
}
input[type="radio"] {
  -webkit-appearance: none;
  border-top-left-radius: 8px;
  -webkit-top-left-border-radius: 8px;
  -moz-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-top-left-border-radius: 8px;
  -moz-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  box-shadow: 0 1px 3px #000000;
  -moz-box-shadow: 0 1px 3px #000000;
  -webkit-box-shadow: 0 1px 3px #000000;
  box-shadow: 0 1px 3px #000000;
  -moz-box-shadow: 0 1px 3px #000000;
  -webkit-box-shadow: 0 1px 3px #000000;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff2f5), to(#b2b5b7));
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff2f5), to(#b2b5b7));
  height: 16px;
  width: 16px;
}
   
input[type="radio"]:checked {
  background: url(images/icon-radio.png) no-repeat, -webkit-linear-gradient(top, #eff2f5, #b2b5b7);
}
 */
.checkboxChecked {
    background: url(images/icon-radio.png) no-repeat, -webkit-linear-gradient(top, #eff2f5, #b2b5b7);
}

.stock-content {
}

body {
    min-width: 1000px;
    background: url(images/bg-sidebar-stock.png) repeat-y 0 0, url(images/bg-noise-stock.png) repeat 0 0;
}

.stock-content {
}

body.companyFile2Col {
    background: url(images/bg-sidebar-stock.png) repeat-y 0 0, url(images/companyFiles3Col.png) repeat-y 178px 0;
}

body.companyFile3Col {
    background: url(images/companyFiles3Col.png) repeat-y 240px 0, url(images/companyFiles2Col.png) repeat-y 0 0;
}

body.companyFile4Col {
    background: url(images/bg-sidebar-stock.png) repeat-y 0 0, url(images/companyFiles4Col.png) repeat-y 960px 0, url(images/companyFiles3Col.png) repeat-y 420px 0, url(images/companyFiles2Col.png) repeat-y 180px 0;
}

#profile .profileHeader {
    font-family: Helvetica, Arial, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#393939), to(#010101));
    color: #FFF;
    padding: 0px 0 0;
    overflow: auto;
}

    #profile .profileHeader ul.nav {
        list-style-type: none;
        margin: 4px 0 0 4px;
        overflow: hidden;
        float: left;
    }

        #profile .profileHeader ul.nav li {
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#292929));
            -webkit-box-shadow: inset -1px 1px #444444;
            border: 1px solid #000000;
            border-collapse: collapse;
            color: #d6d6d6;
            cursor: pointer;
            display: block;
            float: left;
            font-size: 13px;
            margin: 0 0 0 0;
            height: 22px;
            width: 140px;
            padding-top: 5px;
            text-align: center;
        }

            #profile .profileHeader ul.nav li .subCaption {
                display: block;
                color: #C3C3C3;
                font-size: 11px;
                text-align: center;
            }

    #profile .profileHeader ul a {
        color: #B6B6B6;
    }

    #profile .profileHeader ul .current a {
        color: #FFF;
    }

    #profile .profileHeader ul.nav .current {
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5b5b5b), to(#323232));
        -webkit-box-shadow: inset -1px 1px #656565, inset 1px 1px #656565;
        border-bottom: none;
        border-left: none;
        border-right: none;
        color: #FFF;
        cursor: default;
        padding-bottom: 1px;
        position: relative;
        z-index: 5;
    }

    #profile .profileHeader .optSelect {
        margin-right: 20px;
        margin-top: 20px;
        float: right;
    }

    #profile .profileHeader .fileUploadBtn span {
        background: url('/Content/images/icons-global.png') no-repeat scroll 0px -105px;
        display: block;
        height: 20px;
        width: 20px;
        text-indent: -9999px;
        margin: 6px 0 0 6px;
    }

    #profile .profileHeader .fileUploadOpen {
        background: none;
        background-color: #474747;
        cursor: default;
    }

    #profile .profileHeader .fileUploadType {
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#292929));
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#292929));
        border-top-left-radius: 0px;
        -webkit-top-left-border-radius: 0px;
        -moz-border-top-left-radius: 0px;
        border-top-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        border-top-left-radius: 0px;
        -webkit-top-left-border-radius: 0px;
        -moz-border-top-left-radius: 0px;
        border-top-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        border: 1px solid #474747;
        border-top: none;
        font-size: 12px;
        position: absolute;
        top: 98px;
        left: 644px;
        z-index: 15;
        height: 65px;
        width: 70px;
    }

        #profile .profileHeader .fileUploadType div {
            background-color: #4F4F4F;
            cursor: pointer;
            line-height: 22px;
            margin: 7px 5px 0;
            text-transform: uppercase;
            text-indent: 5px;
        }

            #profile .profileHeader .fileUploadType div:hover {
                background-color: #336C89;
            }

    #profile .profileHeader .fileUploadInfo {
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#292929));
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#292929));
        border-top-left-radius: 0px;
        -webkit-top-left-border-radius: 0px;
        -moz-border-top-left-radius: 0px;
        border-top-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        border-top-left-radius: 0px;
        -webkit-top-left-border-radius: 0px;
        -moz-border-top-left-radius: 0px;
        border-top-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        border: 1px solid #474747;
        border-top: none;
        font-size: 12px;
        position: absolute;
        top: 98px;
        left: 644px;
        z-index: 15;
    }

        #profile .profileHeader .fileUploadInfo .fileInfo {
            border-bottom: 1px solid #1d1d1d;
        }

            #profile .profileHeader .fileUploadInfo .fileInfo .file-browser {
                position: absolute;
                top: 5px;
                left: 10px;
                opacity: 0;
                width: 290px;
                height: 30px;
            }

            #profile .profileHeader .fileUploadInfo .fileInfo .fake-input {
                border-top-left-radius: 5px;
                -webkit-top-left-border-radius: 5px;
                -moz-border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-bottom-right-radius: 5px;
                border-bottom-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
                -moz-border-bottom-left-radius: 5px;
                border-top-left-radius: 5px;
                -webkit-top-left-border-radius: 5px;
                -moz-border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-bottom-right-radius: 5px;
                border-bottom-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
                -moz-border-bottom-left-radius: 5px;
                background: #d6d6d6;
                border: none;
                color: #404040;
                font-size: 12px;
                margin: 10px 7px 0px 10px;
                padding: 6px 5px;
                width: 185px;
            }

            #profile .profileHeader .fileUploadInfo .fileInfo .fileTitleInput {
                border-top-left-radius: 5px;
                -webkit-top-left-border-radius: 5px;
                -moz-border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-bottom-right-radius: 5px;
                border-bottom-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
                -moz-border-bottom-left-radius: 5px;
                border-top-left-radius: 5px;
                -webkit-top-left-border-radius: 5px;
                -moz-border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-bottom-right-radius: 5px;
                border-bottom-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
                -moz-border-bottom-left-radius: 5px;
                background: #d6d6d6;
                border: none;
                color: #404040;
                display: block;
                font-size: 12px;
                margin: 10px;
                padding: 6px 5px;
                width: 280px;
            }

            #profile .profileHeader .fileUploadInfo .fileInfo .fileDescInput {
                border-top-left-radius: 5px;
                -webkit-top-left-border-radius: 5px;
                -moz-border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-bottom-right-radius: 5px;
                border-bottom-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
                -moz-border-bottom-left-radius: 5px;
                border-top-left-radius: 5px;
                -webkit-top-left-border-radius: 5px;
                -moz-border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-bottom-right-radius: 5px;
                border-bottom-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
                -moz-border-bottom-left-radius: 5px;
                background: #d6d6d6;
                border: none;
                color: #404040;
                display: block;
                font-size: 12px;
                height: 160px;
                margin: 10px;
                padding: 6px 5px;
                width: 280px;
            }

            #profile .profileHeader .fileUploadInfo .fileInfo .assetRadio {
                margin-bottom: 10px;
            }

                #profile .profileHeader .fileUploadInfo .fileInfo .assetRadio .fileInputType {
                    margin-left: 10px;
                    vertical-align: middle;
                }

        #profile .profileHeader .fileUploadInfo .asset-actions {
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#262626), to(#232323));
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#262626), to(#232323));
            border-top-left-radius: 0px;
            -webkit-top-left-border-radius: 0px;
            -moz-border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            -webkit-border-top-right-radius: 0px;
            -moz-border-top-right-radius: 0px;
            border-bottom-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-bottom-left-radius: 5px;
            border-top-left-radius: 0px;
            -webkit-top-left-border-radius: 0px;
            -moz-border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            -webkit-border-top-right-radius: 0px;
            -moz-border-top-right-radius: 0px;
            border-bottom-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-bottom-left-radius: 5px;
            border-top: 1px solid #313131;
        }

            #profile .profileHeader .fileUploadInfo .asset-actions .fileUpload {
                margin: 10px;
            }

            #profile .profileHeader .fileUploadInfo .asset-actions .urlUpload {
                margin: 10px;
            }

            #profile .profileHeader .fileUploadInfo .asset-actions .asset-cancel {
                background: none;
                border: none;
                color: #FFD000;
            }

#profile .navSpacer {
    background-color: #333333;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: inset 0 1px 0 #656565;
    height: 10px;
    position: relative;
    margin-top: -2px;
    z-index: -1;
}

#profile .profileLeftNav {
    font-family: Helvetica, Arial, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
    float: left;
    position: relative;
    width: 240px;
}

    #profile .profileLeftNav ul {
        background-color: #2A2A2A;
        border-bottom: 1px solid #404040;
        color: #B6B6B6;
        font-size: 12px;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-transform: uppercase;
    }

        #profile .profileLeftNav ul li {
            background: url('images/bg-sidebar-stock.png') repeat-y scroll -180px 0px;
            border-top: 1px solid #404040;
            line-height: 25px;
            text-indent: 10px;
        }

            #profile .profileLeftNav ul li ul li {
                text-indent: 30px;
                font-weight: normal;
            }

                #profile .profileLeftNav ul li ul li ul li {
                    text-indent: 60px;
                    font-weight: normal;
                }

        #profile .profileLeftNav ul a {
            color: #B6B6B6;
        }

        #profile .profileLeftNav ul li.current > a {
            color: #FFF;
        }

        #profile .profileLeftNav ul .current {
            background: url('images/bg-sidebar-stock.png') repeat-y scroll -180px 0px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777777), to(#525252));
            font-weight: bold;
            -webkit-text-stroke: 1px transparent;
            font-weight: bold;
            -webkit-text-stroke: 1px transparent;
            border-top-color: #999;
            cursor: default;
            color: #FFF;
        }

#profile .profileRightCol {
    margin-left: 240px;
    margin-top: 20px;
}

    #profile .profileRightCol .fileListContainer {
        float: left;
        width: 540px;
    }

        #profile .profileRightCol .fileListContainer .fileList {
            background-color: #444;
            border: 1px solid #444;
            cursor: pointer;
            border-top-left-radius: 5px;
            -webkit-top-left-border-radius: 5px;
            -moz-border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
            -webkit-top-left-border-radius: 5px;
            -moz-border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-bottom-left-radius: 5px;
            width: 500px;
            margin-left: 20px;
            margin-bottom: 20px;
        }

            #profile .profileRightCol .fileListContainer .fileList .fileHeader {
                background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#484848), to(#353535));
                background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#484848), to(#353535));
                color: #F2F2F2;
                font-size: 12px;
                line-height: 25px;
                text-indent: 15px;
            }

                #profile .profileRightCol .fileListContainer .fileList .fileHeader .fileTime {
                    color: #888;
                    font-size: 11px;
                }

            #profile .profileRightCol .fileListContainer .fileList .fileIcon {
                float: left;
                width: 70px;
            }

                #profile .profileRightCol .fileListContainer .fileList .fileIcon .icon {
                    background: url('/Content/images/digitalAssets.png') no-repeat scroll 0px 0px;
                    display: block;
                    height: 50px;
                    width: 50px;
                    margin-left: 10px;
                    margin-top: 10px;
                }

                #profile .profileRightCol .fileListContainer .fileList .fileIcon .doc {
                    background-position: 0px 0px;
                }

                #profile .profileRightCol .fileListContainer .fileList .fileIcon .url {
                    background-position: -50px 0px;
                }

                #profile .profileRightCol .fileListContainer .fileList .fileIcon .ppt {
                    background-position: -100px 0px;
                }

                #profile .profileRightCol .fileListContainer .fileList .fileIcon .xls {
                    background-position: -150px 0px;
                }

                #profile .profileRightCol .fileListContainer .fileList .fileIcon .default-DA {
                    background-position: -45px -50px;
                }

                #profile .profileRightCol .fileListContainer .fileList .fileIcon .pdf {
                    background-position: 0px -50px;
                }

            #profile .profileRightCol .fileListContainer .fileList .fileInfo {
                margin-left: 70px;
                margin-right: 10px;
            }

                #profile .profileRightCol .fileListContainer .fileList .fileInfo p {
                    margin: 7px 0;
                }

                #profile .profileRightCol .fileListContainer .fileList .fileInfo .fileName {
                    color: #FFD000;
                    font-size: 13px;
                }

                #profile .profileRightCol .fileListContainer .fileList .fileInfo .fileTitle {
                    color: #F2F2F2;
                    font-size: 12px;
                }

                #profile .profileRightCol .fileListContainer .fileList .fileInfo .fileDesc {
                    color: #C6C6C6;
                    font-size: 12px;
                }

                #profile .profileRightCol .fileListContainer .fileList .fileInfo .fileType {
                    color: #C6C6C6;
                    font-size: 12px;
                }

                    #profile .profileRightCol .fileListContainer .fileList .fileInfo .fileType span {
                        color: #FFD000;
                    }

        #profile .profileRightCol .fileListContainer .fileActive {
            background-color: #000;
            cursor: default;
        }

        #profile .profileRightCol .fileListContainer .event_item {
            border-top-left-radius: 5px;
            -webkit-top-left-border-radius: 5px;
            -moz-border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
            -webkit-top-left-border-radius: 5px;
            -moz-border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-bottom-left-radius: 5px;
            border: none;
            width: 500px;
            margin-left: 20px;
            margin-bottom: 20px;
        }

            #profile .profileRightCol .fileListContainer .event_item h2 {
                background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#484848), to(#353535));
                background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#484848), to(#353535));
                border-top-left-radius: 5px;
                -webkit-top-left-border-radius: 5px;
                -moz-border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-top-right-radius: 5px;
                border-bottom-right-radius: 0px;
                -webkit-border-bottom-right-radius: 0px;
                -moz-border-bottom-right-radius: 0px;
                border-bottom-left-radius: 0px;
                -webkit-border-bottom-left-radius: 0px;
                -moz-border-bottom-left-radius: 0px;
                border-top-left-radius: 5px;
                -webkit-top-left-border-radius: 5px;
                -moz-border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-top-right-radius: 5px;
                border-bottom-right-radius: 0px;
                -webkit-border-bottom-right-radius: 0px;
                -moz-border-bottom-right-radius: 0px;
                border-bottom-left-radius: 0px;
                -webkit-border-bottom-left-radius: 0px;
                -moz-border-bottom-left-radius: 0px;
                color: #F2F2F2;
                font-size: 12px;
                line-height: 25px;
                text-indent: 15px;
            }

#profile .profileNoLeftCol {
    margin-left: 0px;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
    background: url(images/bg-noise-stock.png);
}

#main {
    padding-top: 40px;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    /*color: #FFD000;*/
    text-decoration: none;
}

button {
    cursor: pointer;
}

.primary-button {
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff2f5), to(#b2b5b7));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff2f5), to(#b2b5b7));
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    font-family: Helvetica, Arial, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
    border: none;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 14px;
    text-transform: uppercase;
}

    .primary-button[disabled] {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#79797b), to(#5a5a5c));
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#79797b), to(#5a5a5c));
        color: #323234;
        cursor: default;
        position: static;
    }

.expand-button {
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    background: url(images/icon-expand.png) no-repeat center center, -webkit-linear-gradient(top, #535353, #282828);
    border: 1px solid #242424;
    height: 26px;
    width: 26px;
}

.attachment-button {
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    background: url(images/icons-global.png) no-repeat 5px 5px, -webkit-linear-gradient(top, #eff2f5, #b2b5b7);
    border: none;
    height: 26px;
    width: 26px;
}

.cancel-button {
    font-family: Helvetica, Arial, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
    background: none;
    border: none;
    color: #ffd000;
    font-size: 11px;
}

.add-button, .remove-button {
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
    background: url(images/icons-filter.png) no-repeat 0 0, -webkit-linear-gradient(top, #535353, #282828);
    border: 1px solid #242424;
    cursor: pointer;
    height: 28px;
    width: 28px;
}

    .add-button:active, .remove-button:active {
        -webkit-box-shadow: 0 0px 1px rgba(255, 255, 255, 0.2);
        position: relative;
        top: 1px;
    }

.remove-button {
    background-position: 0 -26px, 0 0;
}

*:focus {
    outline: none;
}

textarea, input {
    font-family: Helvetica, Arial, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
}

    input[type="checkbox"] {
        -webkit-appearance: none;
        border-top-left-radius: 2px;
        -webkit-top-left-border-radius: 2px;
        -moz-border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
        -webkit-top-left-border-radius: 2px;
        -moz-border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-bottom-left-radius: 2px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff2f5), to(#b2b5b7));
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff2f5), to(#b2b5b7));
        cursor: pointer;
        height: 14px;
        width: 14px;
    }

        input[type="checkbox"]:checked {
            background: url(images/icons-check.png) no-repeat -9px -101px, -webkit-linear-gradient(top, #eff2f5, #b2b5b7);
        }
/*
input[type="radio"] {
  -webkit-appearance: none;
  border-top-left-radius: 8px;
  -webkit-top-left-border-radius: 8px;
  -moz-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-top-left-border-radius: 8px;
  -moz-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  box-shadow: 0 1px 3px #000000;
  -moz-box-shadow: 0 1px 3px #000000;
  -webkit-box-shadow: 0 1px 3px #000000;
  box-shadow: 0 1px 3px #000000;
  -moz-box-shadow: 0 1px 3px #000000;
  -webkit-box-shadow: 0 1px 3px #000000;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff2f5), to(#b2b5b7));
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff2f5), to(#b2b5b7));
  height: 16px;
  width: 16px;
}
input[type="radio"]:checked {
  background: url(images/icon-radio.png) no-repeat, -webkit-linear-gradient(top, #eff2f5, #b2b5b7);
}*/
.draftList {
    background-color: #444;
    border: 1px solid #444;
    cursor: pointer;
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    width: 600px;
    margin-left: 20px;
    margin-bottom: 20px;
}

    .draftList .draftHeader {
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#484848), to(#353535));
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#484848), to(#353535));
        color: #F2F2F2;
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        position: relative;
        text-indent: 15px;
    }

        .draftList .draftHeader .draftTime {
            color: #888;
            font-size: 11px;
        }

        .draftList .draftHeader .draftDispo {
            display: block;
            height: 15px;
            width: 15px;
            position: absolute;
            right: 5px;
            top: 5px;
        }

        .draftList .draftHeader .green {
            background: url(images/disp_positive.png) no-repeat scroll top left;
        }

        .draftList .draftHeader .neutral {
            background: url(images/disp_neutral.png) no-repeat scroll top left;
        }

        .draftList .draftHeader .red {
            background: url(images/disp_negative.png) no-repeat scroll top left;
        }

    .draftList .draftIcon {
        float: left;
        width: 70px;
    }

        .draftList .draftIcon .icon {
            background: url('/Content/images/digitalAssets.png') no-repeat scroll 0px 0px;
            display: block;
            height: 50px;
            width: 50px;
            margin-left: 10px;
            margin-top: 10px;
        }

        .draftList .draftIcon .doc {
            background-position: 0px 0px;
        }

        .draftList .draftIcon .url {
            background-position: -50px 0px;
        }

        .draftList .draftIcon .ppt {
            background-position: -100px 0px;
        }

        .draftList .draftIcon .xls {
            background-position: -150px 0px;
        }

        .draftList .draftIcon .default-DA {
            background-position: -45px -50px;
        }

        .draftList .draftIcon .pdf {
            background-position: 0px -50px;
        }

    .draftList .draftInfo {
        margin-left: 70px;
        margin-right: 10px;
    }

        .draftList .draftInfo p {
            margin: 7px 0;
        }

        .draftList .draftInfo .draftTags {
            color: #FFD000;
            font-size: 13px;
        }

        .draftList .draftInfo .draftTitle {
            color: #F2F2F2;
            font-size: 12px;
        }

        .draftList .draftInfo .draftSubject {
            color: #F2F2F2;
            font-size: 12px;
        }

        .draftList .draftInfo .draftDesc {
            color: #C6C6C6;
            font-size: 12px;
        }

        .draftList .draftInfo .draftFiles {
            color: #FFD000;
            font-size: 11px;
        }

            .draftList .draftInfo .draftFiles span {
                color: #FFD000;
            }

.module_dropdown input {
    font-family: Helvetica, Arial, sans-serif;
    background: transparent;
    border: 0 solid #073852;
    float: left;
    font-size: 11px;
    height: 23px;
    line-height: 24px;
    padding: 0 0 0 6px;
    width: 100px;
}

.module_dropdown label {
    font-size: 11px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.module_dropdown .field-wrapper {
    border-radius: 5px;
    display: inline-block;
}

    .module_dropdown .field-wrapper span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        display: block;
        float: right;
        height: 23px;
        width: 24px;
        margin: 0;
        border: none;
    }

.module_dropdown ul {
    font-family: Helvetica, Arial, sans-serif;
    display: none;
    font-size: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.module_dropdown.dd-show {
    position: relative;
}

    .module_dropdown.dd-show ul {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        display: block;
        font-size: 11px;
        left: 0;
        position: absolute;
        top: 24px;
        border: none;
    }

        .module_dropdown.dd-show ul li {
            cursor: default;
            line-height: 22px;
            padding: 0 0 0 6px;
        }

            .module_dropdown.dd-show ul li:last-child {
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
            }

    .module_dropdown.dd-show .field-wrapper {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: none;
    }

        .module_dropdown.dd-show .field-wrapper span {
            border-bottom-right-radius: 0;
        }

.search-flyout {
    position: absolute;
    top: 53px;
    left: 126px;
    z-index: 20;
}

    .search-flyout.with-results fieldset, .search-flyout.no-results fieldset {
        border-bottom-right-radius: 0;
    }

    .search-flyout.with-results .results, .search-flyout.with-results .results span, .search-flyout.with-details .results .detail-view {
        display: block;
    }

    .search-flyout fieldset {
        background: #464646;
        border: 1px solid #515151;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
        padding: 6px;
        width: 281px;
    }

        .search-flyout fieldset span {
            background: url(images/icons-pagebar.png) no-repeat -61px 50%, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2981af), to(#0f577e));
            border: 1px solid #073852;
            border-radius: 3px;
            box-shadow: 0 1px 0 rgba(188, 212, 225, 0.3);
            display: block;
            float: left;
            height: 24px;
            margin: 0 6px 0 0;
            width: 25px;
        }

        .search-flyout fieldset input {
            background: #D6D6D6;
            border: none;
            border-radius: 3px;
            color: #444;
            display: block;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 12px;
            height: 25px;
            line-height: 25px;
            margin: 1px 0 0;
            padding: 0 4px;
            width: 240px;
        }

    .search-flyout .results {
        background: blue;
        display: none;
        margin-left: 32px;
        width: 659px;
    }

        .search-flyout .results .result-highlight {
            cursor: pointer;
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3a7593), to(#2d6684));
        }

        .search-flyout .results .vert-line {
            background: #515151;
            display: none;
            height: 200px;
            left: 183px;
            position: absolute;
            top: 41px;
            width: 1px;
        }

        .search-flyout .results .detail-view {
            background: #1e1e1e;
            border: 1px solid #515151;
            border-left-width: 0;
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
            -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
            display: none;
            float: left;
            height: 100px;
            min-height: 200px;
            padding: 17px 10px 0 20px;
            position: relative;
            top: -1px;
            width: 365px;
        }

            .search-flyout .results .detail-view h1 {
                color: #FFD000;
                font-size: 18px;
            }

            .search-flyout .results .detail-view h2 {
                color: #FFF;
                font-size: 14px;
                line-height: 17px;
            }

            .search-flyout .results .detail-view dl {
                font-size: 11px;
                padding-top: 8px;
            }

            .search-flyout .results .detail-view dt {
                clear: left;
                color: #c3c3c3;
                float: left;
                padding-top: 6px;
                width: 112px;
            }

            .search-flyout .results .detail-view dd {
                color: #FFF;
                margin-left: 112px;
                padding-top: 6px;
            }

        .search-flyout .results ul {
            background-color: #303030;
            border: 1px solid #515151;
            border-width: 0 1px 1px;
            border-bottom-left-radius: 5px;
            -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
            color: #FFF;
            float: left;
            font-size: 12px;
            min-height: 200px;
            width: 261px;
        }

            .search-flyout .results ul li div {
                display: inline-block;
                overflow: hidden;
                padding: 6px 10px;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 70px;
            }

                .search-flyout .results ul li div:first-child {
                    border-right: 1px solid #515151;
                    width: 130px;
                }

                .search-flyout .results ul li div.details {
                    display: none;
                }

            .search-flyout .results ul li b {
                color: #FD0;
                font-weight: bold;
            }

#quantwebcontent {
    padding-left: 265px;
}

input {
    z-index: 909900;
}


.tResults {
    width: 250px;
}

    .tResults td, .tResults th {
        width: 300px;
        padding: 4 4 4 4;
        font-size: 14px;
    }


    .tResults tbody td {
        background-color: rgba(0,0,0,0.15);
    }

    .tResults tbody th {
        background-color: rgba(0,0,0,0.15);
        padding-left: 4px;
    }

    .tResults tbody td.odd {
        background-color: rgba(0,0,0,0.30);
    }

    .tResults td.tValue {
        text-align: center;
        min-width: 100px;
    }

.tGrp {
    page-break-inside: avoid;
}

.GrpCl-5 {
    page-break-after: always;
}

.tResults td.tDesc {
    min-width: 100px;
    font-weight: bold;
    font-size: 11px;
}

    .tResults td.tDesc a {
        text-decoration: underline;
    }



.tResults th.tHeader {
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

    .tResults th.tHeader a {
        color: #FFF;
        text-decoration: underline;
    }


.tLadel {
    padding: 3px;
    font: normal 14px/18px Arial,Cambria, Georgia, Times, serif;
}

.Valuation, .Valuation a {
    color: #A6A995;
}

.Growth, .Growth a {
    color: #CC6600;
}

.Momentum, .Momentum a {
    color: #80699B;
}

.Composite, .Composite a {
    color: #92A8CD;
}

.Quality, .Quality a {
    color: #3D96AE;
}

.Volatility, .Volatility a {
    color: #ADA805;
}

.Etrend, .Etrend a {
    color: #339933;
}

.Benchmark, .Benchmark a {
    color: black;
}


.dSelector {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .dSelector select.option {
        font: normal 10px Arial,Cambria, Georgia, Times, serif;
    }

    .dSelector td.dDesc {
        font: normal 11px Arial,Cambria, Georgia, Times, serif;
        padding: 5px;
    }

#outer {
    padding: 5;
}

.explanation {
    width: 800px;
    font-size: 13px;
    margin-bottom: 8px;
    margin-top: 16px;
    line-height: 1.5;
}

.explanation_show {
    width: 800px;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 16px;
    line-height: 1.5;
}

.explanation a {
    color: Yellow;
}

.explanation_show a {
    color: Yellow;
}

.center {
    text-align: center;
}

.linktToStock {
    color: #FFD000;
    text-decoration: underline;
    target-name: new;
    target-new: tab;
}

.linktToEPSTool {
    color: #FFD000;
    text-decoration: underline;
}

#dynamic, #example_wrapper {
    clear: none;
}

.backLink {
    color: #FFD000;
    text-decoration: underline;
}

#OnlyShowRRL {
    padding: 0px;
    margin: 10px 5px 0px 5px;
}


#security_search {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    background: #D6D6D6;
    border: none;
    color: #404040;
    box-sizing: border-box;
    clear: both;
    background-image: url(images/icons-global.png);
    background-position: 10px -20px;
    background-repeat: no-repeat;
    height: 26px;
    line-height: normal;
    padding: 0 0 0 36px;
    width: 100%;
}

li.issuer div.name {
    display: inline-block;
    overflow: hidden;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

li.issuer div.ticker {
    display: inline-block;
    overflow: hidden;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50px;
}

.errormessage {
    color: white;
    margin: 50px;
}

.custom-date-picker {
    display: flex;
    justify-content: space-around;
    height: unset !important;
}

.custom-date-picker .date-input {
    display:flex;
    align-items:center;
    justify-content:space-evenly;
    margin-bottom:5px;
}
#toggleSecondaryBenc {
    background: url(images/switch.png) no-repeat scroll 0px 0px;
    height: 25px;
    width: 25px;
    margin-left: 0px;
    margin-top: 0px;
    cursor: pointer;
    position: relative;
}
.benchmarkLabels {
    margin-left: 50px;
    margin-top: 50px;
    position: relative;
}