#footerIDMS {
    width:100%;
}
#footerIDMS > div {
    background-color: #082447;
    border-bottom: 1px solid #145db5;
    padding: 5px;
    position: relative;
    overflow: visible;
}
#suggester_close {
    display: none;
}
.IDMS_Suggestheader {
    color: #9dcae0;
    font-weight: 400;
    line-height: 20px!important;
    margin-top: 8px;
}
.IDMS_Suggestheader:first-child {
    border: 0;
    margin-top: 0;
}
.IDMS_Suggest1Col, .IDMS_Suggest2Col, .IDMS_Suggest3Col {
    float: left;
}
.IDMS_Suggest1Col {
    width: 210px;
    color: #fff;
    text-decoration: none;
}
.IDMS_Suggest1Col a,
.IDMS_Suggest2Col a {
    color: #fff;
    text-decoration: none;
}
.IDMS_Suggest2Col {
    width:135px;
}
.IDMS_Suggest3Col {
    width:14px;
    float:right;
}
.IDMS_Suggest0Col {
    float: right;
    position: relative;
    top: 2px;
    width: 25px;
}
iframe {
    border: 0;
}
#chartIQ .container {
    height: 100vh;
    overflow: hidden;
}
#chartIQ #left {
    width: 340px;
    height: 100%;
    float: left;
}
#chartIQ #right {
    float: right;
    width: calc(100vw - 340px);
    height: 100%;
}
#chartIQ {
    background-color: white;
    width: 100vw;
    height: 100vh;
    padding: 0;
    font-family: targobank,Arial,Helvetica,Sans-serif;
}
#chartIQ #chart {
    margin: 45px 10px 10px 8px;
    background: white;
    width: auto;
    height: 94%;
    overflow: hidden;
    padding: 3px;
}
#chartIQ #chart * {
    box-shadow: none !important;
}
#chartIQ #fdsg-aware {
    height: calc(100vh - 142px);
    padding: 0;
}
#chartIQ #chartIQList {
    width: 320px;
}
#chartIQ .fdsg-chart,
#chartIQ .fdsg-chart>iframe {
    width: 100%;
    height: 100%;
}

#chartIQ #head {
    width:100%;
    height:38px;
    padding-top:5px;
}
#chartIQ #pulldown, #chartIQ #pulldown1 {
    margin: 10px 0 10px 10px;
    padding: 8px 9px;
    line-height: 1.4;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5), inset 0 -1px 0 0 rgba(0,0,0,.02);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s;
    outline: none;
}
#chartIQ #pulldown select, #chartIQ #pulldown1 select {
    border: 0;
    position: relative;
    left: -4px;
    padding: 0;
    margin: 0;
    width: 100%;
}
#chartIQ #pulldown1 {
    margin-top: 0;
    float: left;
    width: 213px;
}
#chartIQ #watchlist {
    overflow-y: scroll;
    font-size: 14px;
    margin-left: 10px;
    height: calc(100vh - 133px);
}
#chartIQ #watchlist a {
    color: #002f5f;
}
#chartIQ #watchlist>h1 {
    font-weight: bold;
    font-size: 16px;
    color: #002f5f;
}
#chartIQ #watchlist>ul {
    margin: 0 0 1px 2px;
    padding: 0;
    list-style: none;
}
#chartIQ #watchlist>ul>li {
    line-height: 20px;
}
#chartIQ #watchlist>ul>li .plus {
    float:left;
    width: 16px;
}
#chartIQ #suggester {
    margin-left: 10px;
    position: absolute;
    top: 84px;
    left: 340px;
    height: 30px;
    width: 590px;
    outline: none;
}
#chartIQ .logo {
    width: 100%;
    height: 48px;
    border-bottom: 4px solid #ffffff;
    margin-bottom: 2px;
    margin-right: 5px;
}

#chartIQ .logo img {
    /* padding: 10px; */
    position: absolute;
    top: 25px;
    left: 20px;
    width: 225px;
}

#chartIQ .blue {
    width: 100%;
    height: 20px;
    background-color: #ffffff;
}

#chartIQ #watchlist>ul>li .nsin {
    float: left;
    width: 72px;
    text-decoration: underline;
    color: #00b6ed;
}

#chartIQ #watchlist>ul>li .name {
    float: left;
    width: 220px;
    color: #002F5F;
}

cq-toggle.active {
    border-bottom: 3px solid #00b6ed;
    color: #000;
}

#general_search_input {
    float: left;
    width: 304px;
    background-color: white;
    color: #002f5f;
    padding: 11px 9px 9px 32px;
    line-height: 1.4;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5), inset 0 -1px 0 0 rgba(0,0,0,.02);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s;
    outline: none;
    background:url(../images/lupe.svg) no-repeat;
    background-position: 9px 11px;
}
#general_search_submit {
    display: none;
    padding: 0 3px 3px 3px;
    border: 0;
    color: #fff;
    font-weight: bold;
    opacity: 1;
}
#IDMS_autocomplete_choices {
    bottom: inherit!important;
    background-color: #002f5f;
    color: #fff;
    font-family: targobank,Arial,Helvetica,Sans-serif;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px 0 rgba(0,.47,.95,1), inset 0 -1px 0 0 rgba(0,.47,.95,1);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,background ease-in-out .15s;
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    outline: none;
}
.IDMS_Suggest1Col {
    width:375px;
}
#IDMS_autocomplete_choices ul {
    padding: 5px 0;
}
#IDMS_autocomplete_choices li {
    list-style: none;
    padding: 0 10px;
    line-height: 20px;
}
#IDMS_autocomplete_choices li:hover {
    background-color: #42AEF7;
}
#IDMS_autocomplete_choices li:after {
    content: "";
    display: table;
    clear: both;
}


#chartIQ .logo .buttons {
    width: 585px;
    margin-left: 15px;
    padding-top: 30px;
    text-align: right;
}
#chartIQ .logo .buttons .fds-custom-button {
    height: 35px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 182, 237);
    width: 120px;
    border: none;
    border-radius: 18px;
    margin-left: 16px;
}
#chartIQ .logo .buttons .fds-custom-button span {
    font-size: 0.90rem;
}
#chartIQ .logo .buttons .fds-custom-button svg {
    width: 0.55em;
    padding-left: 10px;
}
#chartIQ .fds-custom-button__wrapper {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
#chartIQ .fds-custom-button__text, .fds-header-4 {
    font-family: CircularMedium,Arial,sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
#chartIQ .fds-custom-button__icon {
    left: 0;
    margin-left: 0px;
    margin-top: 4px;
    position: relative;
    transition: left .2s ease-in-out;
}
#right .logo {
    margin-bottom: 0;
}
#chartIQ .logo .buttons .button-buy {
    background-color: rgb(0, 47, 95);
}
#chartIQ .logo .buttons .button-reset {
    background-color: rgb(147, 212, 248) !important;
    color: rgb(0, 47, 95);
    width: 140px !important;
}
.fds-custom-button {
    padding: 0 22px 0 22px;
    border-radius: 25px;
    width: fit-content;
}
.fds-custom-button__icon {
    position: relative;
    left: 0;
    transition: left 0.2s ease-in-out;
    margin-left: 10px;
    margin-top: 4px;
}
.fds-custom-button:hover {
    cursor: pointer;
}
.fds-custom-button:hover .fds-custom-button__icon {
    left: 10px;
}
.fds-custom-button:focus {
    outline: none;
}
.fds-custom-button__wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
