@charset "UTF-8";
/*
    Styles that are common between AM and the website
*/
/***************************
    DISCLAIMER
****************************/
.disclaimerBox { padding: 0px 10px 10px 10px; }
/****************************
    BORDER, LINE, AND DIVIDER CLASSES
****************************/
.lineRightGray {border-right:1px solid #CCC;}
.lineRightBlack {border-right:1px solid #666;}
/****************************
    DIV SPACERS
****************************/
.space_10 {
    padding: 5px 0px;
}
.space_20 {
    padding: 10px 0px;
}
.space_30 {
    padding: 15px 0px;
}
.space_40 {
    padding: 20px 0px;
}
.space_50 {
    padding: 25px 0px;
}
.space_60 {
    padding: 30px 0px;
}
.space_70 {
    padding: 35px 0px;
}
.space_80 {
    padding: 40px 0px;
}
.space_90 {
    padding: 45px 0px;
}
.space_100 {
    padding: 50px 0px;
}
.clear {
    clear:both;
    display:block;
    overflow:hidden;
}
.clearfix:before, .clearfix:after {
    content:'\0020';
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0;
}
.clearfix:after {
    clear:both;
}
a:hover {
    text-decoration:none;
}
/****************************
    MARKETPLACE SEARCH TABLES
****************************/
.briefSummary {
    cursor: pointer;
}
.comm_table {
    margin:0px;
    padding:5px;
    background:#FFFFFF;
    border:1px solid #D7D7D7;
}
.comm_table_header, .comm_table_subheader {
    padding:5px 8px;
    font:bold 14px/18px "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
    line-height:18px;
    color:#0099FF;
}
.comm_table_subheader {
    font:bold 13px/14px "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
    color:#333;
}
.comm_table_content {
    padding:8px 4px;
    color:#000;
}
.comm_table_content a {
    line-height:16px;
}
.comm_table_bkgrnd {
    background-color:#F7F7F7;
    border:1px solid #D7D7D7;
}
.comm_table_bkgrnd > thead {
    background: #E7E7E7;
}
.comm_table_content ul, .comm_table_content ol {
    margin:5px 0px 5px 20px;
}
.comm_table_content li {
    margin:4px 0px;
}
.comm_table_content sup {
    font:normal 10px Arial, Helvetica, sans-serif;
}
tr.details {
    background:#FFFFFF;
    display: none;
}
tr.details > td {
    border-top: 1px solid #CCC;
    width: 100%;
}
tr.selectedRow {
    background: #ffffcc;
}
th.header {
    background: url("/Universal/images/accountManagement/arrow_up_down.png") no-repeat 95% 50%;
    cursor: pointer;
}
th.headerSortUp {
    background: url("/Universal/images/accountManagement/arrow_up.png") no-repeat 95% 50%;
}
th.headerSortDown {
    background: url("/Universal/images/accountManagement/arrow_down.png") no-repeat 95% 50%;
}
tfoot > tr > td {
    width: 100%;
}
/****************************
    MARKETPLACE SEARCH TABLE CONTENTS
****************************/
.dynamic_content_pane {
    width: 60%;
    height: 335px;
    float: left;
    max-height: 335px;
    padding: 20px 0px;
}
.service_button_pane {
    height: 375px;
    max-height: 375px;
    width: 40%;
    float: left;
    text-align: center;
}
.dynamic_content {
    padding: 0px 10px;
    height: 100%;
    overflow: auto;
}
.dynamic_content > table, .dynamic_content > div {
    height: 100%;
    overflow: auto;
}
.contentBox {
    background-color: #F7F7F7;
    border: 1px solid #CCC;
    border-collapse: collapse;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.contentBox td {
    border-bottom: 1px dashed #D7D7D7;
    padding: 8px 10px;
}
.contentBox tr:last-child > td {
    border: none;
}
.stripeTable td {
    border-bottom: none;
    padding: 8px;
}
.stripeTable tr:nth-child(even) {
    background: #FFFFFF;
}
.stripeTable tr:nth-child(odd) {
    background: #E9E9E9;
}
.stripeTable tr.theader {
    background-color: #D7D7D7;
}
div.header {
    background-color: #D7D7D7;
    padding: 8px;
}
.summaryDescription {
    background-color: #F7F7F7;
    border: 1px solid #CCC;
}
.summaryDescription td {
    border-bottom: 1px dashed #D7D7D7;
    padding: 0px 10px;
}
div.service_button_pane > a.infoButton, div.service_button_pane > a.actionButton {
    width: 65%;
    margin-top: 10px;
}
/****************************
    MARKETPLACE STARS
****************************/
span.stars, span.stars span {
    display: block;
    background: url(https://www.interactivebrokers.com/images/common/ibconsultants/star.gif) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}
span.stars span {
    background-position: 0 0;
}
/****************************
    ARTICLE DIALOG
****************************/
#articleDialog #articleDate {
    font-size: 10px;
}
#articleDialog #articleContainer {
    border: 1px solid #A7A7A7;
    overflow: auto;
    max-height: 200px;
    min-height: 200px;
    padding: 5px 10px;
}

/****************************
    CONTACT BOX
****************************/
.contactTable tr > td:first-child {
    padding: 10px;
}
.contactSuccess {
    background: #BFFC9D;
    padding: 5px;
}
/****************************
    Search Section Redo
****************************/
a.disclaimer {
    display: block;
    float: right;
    padding: 0 0 0 12px;
    background-image: url(../images/im-landing-btn-disclaimer.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    color: #333;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}
a.comments {
    display: block;
    float: left;
    padding: 0 0 0 12px;
    background-image: url(../images/im-landing-btn-disclaimer.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    color: #333;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}
a.disclaimer:hover {
        background-position: 0 -12px;
        color: #06C;
}
.filters {
        padding: 10px 0 0 0;
}
.filters:after { display:block; content:" "; clear:both; height:0; font-size:0; visibility:hidden;}
.filters form div:first-child {
        float: left;
        width: 70%;
}
.filters select {
        padding: 8px;
        font-size: 14px;
        line-height: 14px;
        border:1px solid #CCC;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width:180px;
        margin:0 10px 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background:url(../images/im-select-back.png) top right no-repeat;
}
.landing .filters {
        padding: 10px 0 0 0;
}
.landing .filters:after { display:block; content:" "; clear:both; height:0; font-size:0; visibility:hidden;}
.landing .filters img { height:30px; width:auto; display:inline-block;}
.landing-table {
        background: url(../images/im-landing-title-gradiant.png) top left repeat-x;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        -mox-box-sizing: border-box;
}
.landing table {
        width: 100%;
        border-collapse: collapse;
        border: none;
        height: 100%;
}
.landing a.landing-link {
        display: block;
        width: 92%;
        height: 300px;
        border: 1px solid #b4b4b4;
        padding-top: 0;
        padding-bottom: 0;
        padding-left:10px;
        padding-right:10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: relative;
}
.landing a.landing-link:hover {
        text-decoration: none;
		border-color:#4D6E9D;
}
.landing .icon {
        width: 60px;
        height: 60px;
        background-size: contain;
        border: 1px solid #999;
        float: right;
        padding: 0;
        margin-top: 14px;
        -webkit-box-shadow: inset 0px 0px 8px -1px rgba(199,199,199,1);
        -moz-box-shadow: inset 0px 0px 8px -1px rgba(199,199,199,1);
        box-shadow: inset 0px 0px 8px -1px rgba(199,199,199,1);
}
.landing p {
        color: #999;
        font-size: 12px;
        line-height: 15px;
        padding: 0 0 10px 0;
        margin: 0;
        width: 100%;
}
.landing p.landing-intro {
        padding-bottom:90px;
        /*Non standard for webkit*/
            word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens:auto;
        -ms-hyphens:auto;
        hyphens:auto
}
.landing h2 {
        font-weight: bold;
        color: #000;
        margin: 10px 0 0 0;
}
.landing hr {
        color: #6b9a69;
        background-color: #6b9a69;
        height: 5px;
        width: 30px;
        margin-bottom: 10px;
}
.landing .stats {
        position: absolute;
        bottom: 46px;
        left: 10px;
        width: 90%;
}
.landing .stats div {
        width: 46%;
        float: left;
        box-sizing: border-box;
        -mox-box-sizing: border-box;
}
.landing .stats div:first-child {
        border-right: 1px dotted #CCC;
        margin-right: 2%;
}
.landing .stats div h6 {
        color: #6b9a69;
        font-size: 10px;
        line-height: 10px;
        text-transform: uppercase;
}
.landing .stats div h2 {
        font-size: 15px;
        color: #4a4a4a;
        padding: 0;
        margin:0;
}
.landing a.landing-link .button {
        display: block;
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 90%;
        margin-top: 10px;
        padding: 8px;
        text-align: center;
        color: #FFF;
        font-size: 12px;
        line-height: 12px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-sizing: border-box;
        -mox-box-sizing: border-box;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0262ca+0,084990+100 */
        background: #4D6E9D; /* Old browsers */
}
.landing a.landing-link:hover .button {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0146b6+0,043069+100 */
        background: #000000; /* Old browsers */
}
img.filter{
    position: relative; top: -50px;
}
button.acceptDisclaimer{
    background-color: #F7FCA4;
    font-size: 14px;
    width: 15%;
    cursor: pointer;
    border-radius: 6px
}
.popover input[type='submit'] {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -mox-box-sizing: border-box;
}
.button-gradiant,
.popover input[type='submit'] {
        display: block;
        padding: 10px;
        text-align: center;
        font-size: 14px;
        line-height: 14px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-sizing: border-box;
        -mox-box-sizing: border-box;}
.button-gradiant:hover {text-decoration:none;}
.landing table a.landing-link .button-gradiant { width: 90%; margin-top: 10px;position: absolute; bottom: 10px;left: 10px;}
.button-blue,
.popover input[type='submit'] {
        color: #FFF !important;
        border:1px solid #0152bb;
        background: #0262ca; /* Old browsers */
        background: -moz-linear-gradient(top, #0262ca 0%, #084990 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0262ca), color-stop(100%, #084990)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #0262ca 0%, #084990 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #0262ca 0%, #084990 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #0262ca 0%, #084990 100%); /* IE10+ */
        background: linear-gradient(to bottom, #0262ca 0%, #084990 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0262ca', endColorstr='#084990', GradientType=0 ); /* IE6-9 */
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
}
.landing table a.landing-link:hover .button-blue,
.button-blue:hover,
.popover input[type='submit']:hover {
        cursor:pointer;
        background: #0146b6; /* Old browsers */
        background: -moz-linear-gradient(top, #0146b6 0%, #043069 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0146b6), color-stop(100%, #043069)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #0146b6 0%, #043069 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #0146b6 0%, #043069 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #0146b6 0%, #043069 100%); /* IE10+ */
        background: linear-gradient(to bottom, #0146b6 0%, #043069 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0146b6', endColorstr='#043069', GradientType=0 ); /* IE6-9 */
}
.popover hr { border: 0; height: 1px; background-color:#CCC; width:100%; margin:5px 0;}
.button-select {position:relative;}
.button-select span { background-image: url(../images/im-select-back.png); background-repeat:no-repeat; background-position:right 0; border:1px solid #ccc; }
.button-select span:hover { background-position:right -34px; cursor:pointer;}
.button-select-menu { position:absolute; padding:5px 10px; box-sizing:border-box; -moz-box-sizing:border-box; top:0px; left:0; width:100%; min-height:180px; background:#f6f6f6;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border:1px solid #ccc; display:none; z-index:20; bottom: auto;}
.button-select-menu-filter {
      background: none repeat scroll 0 0 #f6f6f6;
      border: 1px solid #ccc;
      border-radius: 3px;
      bottom: auto;
      box-sizing: border-box;
      display: none;
      left: 0;
      min-height: 180px;
      padding: 5px 10px;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 20;
 }
.select-title { padding: 0 0 10px 0; background:url(../images/im-carrot-down-sm-dk.png) right 0 no-repeat;}
.select-pdf { display:block; padding:12px 4px 4px 40px; background: url(../images/icon-pdf.png) 8px 4px no-repeat; min-height:24px; margin:0 0 2px 0;}
.select-pdf:hover { background:#e1e1e1 url(../images/icon-pdf.png) 8px 4px no-repeat; text-decoration:none;}
/*Popover */
.popover div .pop-content { margin:30px 30px 0 30px; height:486px; width:690px; position:relative;}
.popover div .pop-footer { height:35px; background:#f5f9fc; padding:15px 30px; width:690px; border-top:1px solid #bbbec0;}
.popover a { color:#226bba;}
.popover .contact-line { padding:0 0 8px 22px; margin:0; background-position:0 1px; background-repeat:no-repeat;}
.icon-location { background-image: url( ../images/icon-location.png);}
.icon-phone    { background-image: url( ../images/icon-phone.png);}
.icon-mail     { background-image: url( ../images/icon-mail.png);}
.icon-link     { background-image: url( ../images/icon-link.png);}
.popoverContainer {width: 800px; height: 550px}
.pop-subtitle { background: url(../images/im-line.png) 0 14px repeat-x;}
.pop-subtitle span { display:inline-block; background:#FFF; padding:14px 8px 10px 0; color:#76a374; font-size:12px; line-height:12px; text-transform:uppercase;}
.popover .pop-info { overflow: auto; height:300px; width:100%;}
.popover .pop-col-left { float:left; width:269px; padding:0 20px 0 0; border-right:1px dotted #999;}
.pop-subtitle.pop-col-left { border-right:none;}
.popover .pop-col-left img { text-align:center;}
.popover .pop-col-right { float:left; width:360px; margin:0 0 0 20px;}
.popover .pop-col-right div { margin-bottom:15px;}
.popover .pop-col-right div:after { display:block; content:" "; clear:both; height:0; font-size:0; visibility:hidden;}
.popover .pop-col-right div h6 { float:left; width:30%; margin-right:1%; padding:3px 0 0 0; font-size:9px; line-height:10px; text-transform:uppercase;}
.popover .pop-col-right div p { float:left; width:67%; padding:0; margin:0 2% 0 0;}
.popover .pop-contact { background:url(../images/icon-contact-bubble.png) center top no-repeat; padding:40px 0 0 0; width:65px; min-height:55px; text-align:center; font-size:11px; line-height:13px; color:#226bba; position:absolute; top:0; right:0;}
.popover .pop-contact:hover { cursor:pointer;}
.pop-contact-dialog { width:300px !important; height:330px !important; position:absolute; top:80px; right:25px; display:none; background-color:#fff; padding:20px; z-index:20; -webkit-border-radius: 15px;
-moz-border-radius: 15px; border-radius: 15px;
-webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.38);
box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.38);}
.pop-carrot { background: url(../images/im-carrot-up.png) 0 0 no-repeat; width:40px; height:30px; position:absolute; top:-14px; right:6px;}
.active { display:block !important;}
.popover input[type='text'] { width:99%; padding:8px 1%; background-color:#fff; border:1px solid #ccc; font-size:12px; line-height:12px; margin-bottom:10px;
-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.07);
-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.07);
box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.07);}
.popover label { width:100%; font-size:12px; line-height:12px; color:#000; display:block; padding:4px 0;}
.popover > div { background-color:#fff; width:750px; height: 520px; margin:0 auto; text-align:left;}
p.notification {
    color: #999;
    font-size: 14px;
    line-height: 15px;
    margin: 0;
    padding: 0 0 10px;
    width: 100%;
    text-align: center
}
.pop-col-left-img {
    margin-left: 55px;
    width: 150px;
}
.icon-logoImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #999;
    box-shadow: 0 0 8px -1px rgba(199, 199, 199, 1) inset;
    float: right;
    height: 60px;
    margin-top: 14px;
    padding: 0;
    width: 60px;
}
div.pop-footer { 
    background: none repeat scroll 0 0 #f5f9fc;
    border-top: 1px solid #bbbec0;
    height: 29px;
    padding: 10px 53px;
    width: 710px;
}
.displayName {
    word-wrap:break-word;
    width: 67%
}
.resetButton {
    text-decoration: none;
    color: gray;
}
.resetButton:hover {
    text-decoration: none;
    color: gray;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shawdow: 0 0 10px #ccc;
 }
.content-box {
    max-height: 210px;
    overflow: hidden;
}
.content-grad {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 89px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f7fb', GradientType=0); /* IE6-9 */
}
/*-- Fancy box next nav button--*/
#fancybox-left-ico {
    left: -80px !important;
}
#fancybox-right-ico {
    right: -80px !important;
    left: auto !important;
}