.clamor-wrapper{
    position: relative;
    padding: 2px;
    /*border: 1px solid #000;*/
    width: 120px;
    font-size: 10px;
    display:inline;
}
.noisy-wrapper{
    position: relative;
    padding: 2px;
    /*border: 1px solid #000;*/
    width: 200px;
    font-size: 10px;
}

.noisy-wrapper input, .noisy-wrapper input:active{
    border: none;
    width:60px;
    outline: 0;
    vertical-align: top;
}

.noisy-list{
    list-style: none;
    padding: 5px;
    display: inline-block;
    margin: 0px;
    overflow-y: hidden;
    height: 15px;
    width:100%;
}

.noisy-token{
    display: inline-block;
    background: #C4E7FB;
    border:1px solid #91B7CD;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px;
    border-radius: 10px;
    text-transform: uppercase;
}

.noisy-token .rm-tk{
    display: inline-block;
    padding: 0 0 0 3px;
    cursor: pointer;
    border-left: solid 1px #91B7CD;
    margin-left: 3px;
    font-size: 9px;
    /*line-height: 11px;*/
    user-select:none;
    vertical-align: top;
}
.noisy-token .token-text{
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    /*height:9px;*/
}

.noisy-token:active, .noisy-token.spotlight{
    background: #72C0ED;
}

.suggest-wrapper{
    position: absolute;
    left:1%;
    top:32px;
    z-index: 9999;
    border-radius: 3px;
    text-indent: 0px;
    background: #f5f5f5;
    width: 395px;
    margin-left: -3px;
    border: 0;
    box-shadow: 1px 2px 6px -2px #1e374d;
    /*border-top: none;*/
}
.suggest-wrapper .suggest{
    list-style: none;
    /*width: 100%;*/
    padding:0px;
    margin: 0;
    background: white;
    color: #255178;
}

.suggest-wrapper li{
    text-transform: uppercase;
    width: 100%;
    clear: both;
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px solid #d4e0ea;
    padding: 6px 0 6px 6px!important;
    box-sizing: border-box;
}

.suggest-wrapper lh.liHeader{
    font-family: Helvetica Neue, Arial, sans-serif;
    padding: 3px 12px!important;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #698094;
    width: 100%;
    box-sizing: border-box;
    background: #e8eef7;
    border-bottom: 1px solid #d4e0ea;
    line-height: 18px;
}
.suggest-wrapper lh.liHeader span{
    font-size: 1em;
    font-weight: normal;
    line-height: 18px;
    color: #698094;
}
.suggest-wrapper lh.liHeader .icon{
    color: #ebb32c;
    font-size: 1.2em;
    margin-right: 6px;
}
.suggest-wrapper li.seperator{
    padding: 0 !important;
    border-bottom: 0 !important;
}
.suggest-wrapper li:hover{
    color: #698094;
}

.rrticker{
    width: 30px;
    padding: 4px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #989898;
    /*-moz-box-shadow: inset 0px 0px 2px 1px #989898;*/
    /*-webkit-box-shadow: inset 0px 0px 2px 1px #989898;*/
    /*box-shadow: inset 0px 0px 2px 1px #989898;*/
    background: #EFF2F7;
    /* width: 27px; */
    /* margin-right: 20px; */
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4A4A4A;
    margin-left: 5px;
    font-size: 10px;
}

.rrname{
    width: 125px;
    font-size: 10px;
    padding-left: 10px;
    padding-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
/*color: #4A4A4A;*/
}

.suggest-wrapper li.selected{
    background: #3d7fba;
    color: #fff;
}

.suggest-wrapper li.error{
    color: #f00;
}
.suggest-wrapper li:last-child{
    border-bottom: none;
}

.noisy-single-list{
    list-style: none;
    padding: 0px;
    display: inline-block;
    margin: 0px;
    overflow: hidden;
    height: 27px;
    width:100%;
}

.noisy-single-token{
    display: inline-block;
    background: #C4E7FB;
    border:1px solid #91B7CD;
    padding: 3px;
    text-transform: uppercase;
    width:70px;
    text-align: left;
    border-radius:4px;
    border: 1px solid #989898;
    /*-moz-box-shadow: inset 0px 0px 2px 1px #989898;*/
    /*-webkit-box-shadow: inset 0px 0px 2px 1px #989898;*/
    /*box-shadow: inset 0px 0px 2px 1px #989898;*/
    background: #EFF2F7;
    /* width: 27px; */
    /* margin-right: 20px; */
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4A4A4A;
    margin-top: 2px;
    margin-left: 5px;
}
.noisy-single-token:active, .noisy-single-token.spotlight{
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}
.noisy-single-token .rm-tk{
    display: inline-block;
    padding: 0 4px 0 4px;
    cursor: pointer;
    border-left: solid 1px #91B7CD;
    margin-left: 3px;
    font-size: 9px;
    /*line-height: 11px;*/
    vertical-align: top;
    user-select:none;
    width:12px;
    text-align: center;
}
.noisy-single-token .rm-tk:before{
    content: "x";
}
.noisy-single-token .token-text{
    display: inline-block;
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    /*height:9px;*/
}
.noisy-wrapper span::-webkit-scrollbar{
    display: none;
}

/*full horizontal scroll*/

.noisy-long-wrapper{
    position: relative;
    padding: 1px;
    /*border: 1px solid #000;*/
    width: 200px;
    font-size: 10px;
}
.noisy-long-wrapper::-webkit-scrollbar{
    display: none;
}

.noisy-long-wrapper input, .noisy-long-wrapper input:active{
    border: none;
    width:60px;
    outline: 0;
    vertical-align: top;
}

.noisy-long-list{
    list-style: none;
    padding: 5px 0px 5px 5px;
    display: inline-block;
    margin: 0px;
    overflow: hidden;
    height: 20px;
    width:100%;
    white-space: nowrap;
}

.noisy-long-token{
    display: inline-block;
    background: #3d7fba;
    border:1px solid #3d7fba;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0px 2px 0px 6px !important;
    line-height: 18px;
    border-radius: 3px;
    text-transform: uppercase;
    color:#fff;
}

.noisy-long-token.greeny{
    background: #3cb300;
    border: 1px solid #3cb300;
}
.noisy-long-token.cyano{
    background: #2EB8E6;
    border: 1px solid #2EB8E6;
}
.noisy-long-token.cyano.spotlight{
    color: #2EB8E6;
    border: 1px solid #2EB8E6;
    background: #fff;
}
.noisy-long-token.greeny.spotlight{
    color: #3cb300;
    border: 1px solid #3cb300;
    background: #fff;
}
.noisy-long-token.watchy{
    background: #807000;
    border: 1px solid #807000;
}
.noisy-long-token.watchy.spotlight{
    color: #807000;
    border: 1px solid #807000;
    background: #fff;
}



.noisy-long-token .rm-tk{
    display: inline-block;
    padding: 0 0 0 3px;
    cursor: pointer;
    margin-left: 3px;
    line-height: 18px;
    vertical-align:baseline;
    user-select:none;
    font: normal normal normal 14px/1 sentieo;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.noisy-long-token .rm-tk:before{
    content: "\e00a";
    line-height: 18px;
}

.noisy-long-token .token-text{
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    vertical-align: top;
    /*height:9px;*/
}

.noisy-long-token:active, .noisy-long-token.spotlight{
    background-color: #fff;
    /*border: 1px solid #3b5998;*/
    color: #3d7fba;
}

.docTicker, .docDebtTicker, .docTickerInt, .watchToken{
    width: 70px;
    padding: 2px;
    text-align: center;
    border-radius:2px;
    box-sizing: border-box;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    margin-left: 2px;
    font-size: 11px;
    font-family: Helvetica Neue, Arial, sans-serif;
    line-height:12px;
}
.docTicker{
    padding: 2px 4px;
    background: #3D7FBA;
    border: 1px solid #3D7FBA;
}
.docDebtTicker{
    background: #2EB8E6;
    border: 1px solid #2EB8E6;
}
.docTickerInt{
    background: #3CB300;
    border: 1px solid #3CB300;
}
.watchToken {
    background: #807000;
}
.selected .docTicker,.selected .watchToken{
    border: 1px solid #ffffff;
    background: #fff;
    color: #3D7FBA;
}
.selected .docDebtTicker{
    border: 1px solid #ffffff;
    background: #fff;
    color: #2EB8E6;
}
.selected .docTickerInt{
    border: 1px solid #ffffff;
    background: #fff;
    color: #3CB300;
}
.docCompName,.watchName{
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3D7FBA;
    font-family: Helvetica Neue, Arial, sans-serif;
    width: 236px;
    line-height: 18px;
    margin-left: 6px;
    padding: 0;
}

.watchName {
    color: #807000;
    width : 170px;
}
.selected .docCompName,.selected .watchName{
    color: #ffffff;
}
.compTicker, .compDebtTicker, .compTickerInt{
    width: 40px;
    padding: 2px;
    text-align: center;
    /*border-radius: 2px;*/
    /*border: 1px solid #989898;*/
    /*-moz-box-shadow: inset 0px 0px 2px 1px #989898;*/
    /*-webkit-box-shadow: inset 0px 0px 2px 1px #989898;*/
    /*box-shadow: inset 0px 0px 2px 1px #989898;*/
    background: #255178;
    border: 1px solid #255178;
    border-radius:4px;
    /* width: 27px; */
    /* margin-right: 20px; */
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    margin-left: 2px;
    font-size: 9px;
}
.selected .compTicker{
    border: 1px solid #255178;
    background: #fff;
    color: #255178;
}
.compCompName{
    width: 120px;
    font-size: 9px;
    padding: 4px 2px 2px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
/*color: #4A4A4A;*/
}
/* start new company render styles*/
.newCompTicker, .newCompDebtTicker, .newCompTickerInt{
    width: 48px;
    padding: 2px;
    text-align: center;
    /*background: #3d7fba;*/
    /*border: 1px solid #3d7fba;*/
    border-radius:3px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    height:24px;
}
.newCompTicker{
    background: #3d7fba;
}
.newCompDebtTicker{
    background: #2eb8e6;
}
.newCompTickerInt{
    background: #3cb300;
}
.selected .newCompTicker{
    /*border: 1px solid #fff;*/
    background: #fff;
    color: #3d7fba;
}
.newCompCompName{
    width: 226px;
    font-size: 13px;
    line-height: 24px;
    height: 24px;
    padding: 2px 0px 2px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#666;
}
.selected .newCompCompName{
    color:#fff;
}

.selected .newStatTicker{
    /*border: 1px solid #fff;*/
    background: #fff;
    color: #3d7fba;
}
.newStatTicker{
    width: 48px;
    padding: 2px;
    margin-left:2px;
    text-align: center;
    background: #3d7fba;
    border: 1px solid #3d7fba;
    border-radius:4px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    height:24px;
}
.newStatText{
    width: 200px;
    font-size: 13px;
    line-height: 26px;
    height: 26px;
    padding: 2px 0px 2px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#666;
}

.selected .newStatText{
    /*border: 1px solid #fff;*/
    color:#fff;
    background: #3d7fba;

}

.newBigCompTicker, .newBigCompDebtTicker, .newBigCompTickerInt{
    width: 60px;
    padding: 2px 6px;
    text-align: center;
    border-radius:4px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    margin-left: 2px;
    font-size:12px;
}
.newBigCompTicker{
    background: #3d7fba;
    border: 1px solid #3d7fba;
}
.newBigCompDebtTicker{
    background: #2eb8e6;
    border: 1px solid #2eb8e6;
}
.newBigCompTickerInt{
    background: #3cb300;
    border: 1px solid #3cb300;
}
.selected .newBigCompTicker{
    border: 1px solid #3d7fba;
    background: #fff;
    color: #3d7fba;
}
.newBigCompCompName{
    width: 450px;
    font-size: 12px;
    padding: 3px 2px 3px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
    color:#666;
}
.selected .newBigCompCompName{
    color:#fff;
}
.suggest-wrapper .loading{
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    border-top: 1px solid #A2A2A2;
    border-radius: 0;
    cursor: pointer;
    color: #666;
}

.newCmdLineTicker{
    width: 60px;
    padding: 2px 6px;
    text-align: center;
    border-radius:2px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    margin-left: 6px;
    line-height: 14px;
    font-size:12px;
}
.newCmdLineTicker{
    background: #3d7fba;
    border: 1px solid #3d7fba;
}
.newCmdLineTicker.debtTicker {
    background: #2eb8e6;
    border: 1px solid #2eb8e6;
}
.newCmdLineTicker.intlTicker {
    background: #3cb300;
    border: 1px solid #3cb300;
}

.selected .newCmdLinepTicker{
    border: 1px solid #3d7fba;
    background: #fff;
    color: #3d7fba;
}
.newCmdLineCompName{
    width: 310px;
    font-size: 12px;
    padding: 3px 2px 3px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 14px;
    margin-left: 10px;
    color:#666;
}
.selected .newCmdLineCompName{
    /*color:#fff;*/
}


/* end new company render styles*/

/* start new docsearch render styles*/
.newDocTicker, .newDocDebtTicker, .newDocTickerInt, .categoryToken{
    width: 100px;
    padding: 2px;
    text-align: center;
    /*background: #3d7fba;*/
    /*border: 1px solid #3d7fba;*/
    border-radius:2px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    height:24px;
}
.newDocTicker{
    background: #3d7fba;
}
.categoryToken {
    background: #7777ba;
}
.newDocDebtTicker{
    background: #2EB8E6;
}
.newDocTickerInt{
    background: #3cb300;
}
.selected .newDocTicker{
    /*border: 1px solid #fff;*/
    background: #fff;
    color: #3d7fba;
}
.selected .categoryToken {
    background: #fff;
    color : #7777ba
}

.selected .newDocDebtTicker{
    background: #fff;
    color: #2EB8E6;
}
.selected .newDocTickerInt{
    background: #fff;
    background: #fff;
    color: #3cb300;
}
.newDocCompName{
    font-size: 13px;
    line-height: 24px;
    height: 24px;
    padding: 2px 0px 2px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#666;
}
.selected .newDocCompName{
    color:#fff;
}
.newBigDocTicker, .newBigDocDebtTicker, .newBigDocTickerInt{
    width: 100px;
    padding: 2px 6px;
    text-align: center;
    border-radius:2px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    margin-left: 2px;
    font-size:12px;
}
.newBigDocTicker{
    background: #3d7fba;
    border: 1px solid #3d7fba;
}
.newBigDocDebtTicker{
    background: #2EB8E6;
    border: 1px solid #2EB8E6;
}
.newBigDocTickerInt{
    background: #3cb300;
    border: 1px solid #3cb300;
}
.selected .newBigDocTicker{
    border: 1px solid #3d7fba;
    background: #fff;
    color: #3d7fba;
}
.selected .newBigDocDebtTicker{
    border: 1px solid #3d7fba;
    background: #fff;
    color: #2EB8E6;
}
.selected .newBigDocTickerInt{
    border: 1px solid #3d7fba;
    background: #fff;
    color: #3cb300;
}
.newBigDocCompName{
    width:460px;
    font-size: 12px;
    padding: 3px 2px 3px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
    color:#666;
}
.selected .newBigDocCompName{
    color:#fff;
}
/*end new docsearch render styles*/



/*realtool render styles*/
.noisy-slim-wrapper{
    position: relative;
    padding: 2px;
    border: 1px solid #d3d3d3;
    background: #fff;
    width: 200px;
    font-size: 10px;
    height:20px;
}

.noisy-slim-wrapper input, .noisy-slim-wrapper input:active{
    border: none;
    width:60px;
    outline: 0;
    vertical-align: top;
    font-size: 10px !important;
    margin-top: 2px;
}

.noisy-slim-list{
    list-style: none;
    padding: 2px 0px 5px 5px !important;
    display: inline-block;
    margin: 0px !important;
    overflow: hidden;
    height: 18px;
    width:100%;
    white-space: nowrap;
}

#plotter-html ul.suggest{
    padding-left: 0px !important;
    margin: 0!important;

}

/* for plotter */
.noisy-black-wrapper{
    position: relative;
    padding: 0px;
    /*border: 1px solid #000;*/
    width: 200px;
    font-size: 10px;
}
.noisy-black-wrapper::-webkit-scrollbar{
    display: none;
}

.noisy-black-wrapper input, .noisy-black-wrapper input:active{
    border: none;
    width:60px;
    outline: 0;
    vertical-align: top;
}

.noisy-black-list{
    list-style: none;
    padding: 4px 0px 4px 5px;
    display: inline-block;
    margin: 0px !important;
    overflow: hidden;
    height: 20px;
    width:100%;
    white-space: nowrap;
}

.noisy-black-token{
    display: inline-block;
    background: #3d7fba;
    border:1px solid #3d7fba;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0px 2px 0px 6px !important;
    line-height: 18px;
    border-radius: 5px;
    text-transform: uppercase;
    color:#fff;
}

.noisy-black-token .rm-tk{
    display: inline-block;
    padding: 0 0 0 3px;
    cursor: pointer;
    margin-left: 3px;
    line-height: 18px;
    vertical-align:baseline;
    user-select:none;
    font: normal normal normal 14px/1 sentieo;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.noisy-black-token .rm-tk:before{
    content: "\e00a";
    line-height: 18px;
}

.noisy-black-token .token-text{
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    vertical-align: top;
    /*height:9px;*/
}

.noisy-black-token.greeny{
    background: #3cb300;
    border: 1px solid #3cb300;
}
.noisy-black-token.cyano{
    background: #2EB8E6;
    border: 1px solid #2EB8E6;
}
.noisy-black-token.cyano.spotlight{
    color: #2EB8E6;
    border: 1px solid #2EB8E6;
    background: #fff;
}
.noisy-black-token.greeny.spotlight{
    color: #3cb300;
    border: 1px solid #3cb300;
    background: #fff;
}


.noisy-black-token:active, .noisy-black-token.spotlight{
    background-color: #255178;
    /*border: 1px solid #3b5998;*/
    color: #fff;
}