﻿/*----------------------------------------------------------
our colors: lighter: 219 171 37  DBAB25 , darker:  151 118 25    977619, mid: #b89b2d http://colllor.com/977619
----------------------------------------------------------*/
body {
    font-family: Verdana, Helvetica, Sans-Serif;
}

a:link {
    color: #b89b2d;
    text-decoration: underline;
}

a:visited {
    color: #b89b2d;
    text-decoration: underline;
}

a:hover {
    color: #b89b2d;
    text-decoration: none;
}

a:active {
    color: #b89b2d;
    text-decoration: none;
}


h6 {
    color: #977619;
    font-size: 22px;
    margin: .75em 0;
    font-weight: bolder
}

table {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #dddddd;
}

table.analytics {
    color: #000000;
    margin-left: 12px;
}

    table.analytics td {
        border-bottom: 1px solid #888888;
    }

.analyticssubtable {
    font-size: 12px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

    .analyticssubtable th {
        vertical-align: bottom;
        border-collapse: collapse;
        margin: 0px;
        padding: 0px;
        height: 14px;
    }

table.analytics th {
    background-color: #fafafa;
    vertical-align: bottom;
    text-align: center;
}

    table.analytics th.analyticscs {
        background-color: #e8eef4;
    }

.analyticscs {
    background-color: #e8eef4;
}

.right {
    /* 
        text-align: right; 
        This collided with bootstrap directives.  I tried to find all the places it was being used and replaced them with "pull-right" akittredge September 2016.
    */
}

.ui-autocomplete {
    font-size: 10px;
}

.light a:link {
    color: #DBAB25;
    text-decoration: underline;
}

.light a:visited {
    color: #DBAB25;
    text-decoration: underline;
}

.light a:hover {
    color: #DBAB25;
    text-decoration: none;
}

.light a:active {
    color: #DBAB25;
    text-decoration: none;
}

.norm a:link {
    color: #b89b2d;
    text-decoration: underline;
}

.norm a:visited {
    color: #b89b2d;
    text-decoration: underline;
}

.norm a:hover {
    color: #b89b2d;
    text-decoration: none;
}

.norm a:active {
    color: #b89b2d;
    text-decoration: none;
}

.white a:link {
    color: #ffffff;
    text-decoration: underline;
}

.white a:visited {
    color: #ffffff;
    text-decoration: underline;
}

.white a:hover {
    color: #ffffff;
    text-decoration: none;
}

.white a:active {
    color: #ffffff;
    text-decoration: none;
}

.premium a {
    color: #E4C05A;
    text-decoration: none;
}

table.mostrecentbox2 {
    margin: 2px;
    width: 100%;
    line-height: 14px;
    border: 0px solid black;
}

.interactiveHelp {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10000;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

    .interactiveHelp td.ihelptd {
        background-color: #eeeeee;
        border: 1px #977619 solid;
        padding: 5px;
    }

.editor-field {
    padding-left: 8px;
}

.validation-summary-errors {
    color: red;
}

.field-validation-error {
    color: red;
    font-size: 14px;
}

.sicnames {
    font-size: 12px;
    line-height: 120%;
}

.iconbullitx {
    padding: 1px;
    margin-right: 6px;
    border: 1px solid #977619;
    background-color: #f2f2f2;
}

.iconbullit {
    padding: 0px;
    margin-right: 6px;
    margin-left: 4px;
}

.negnumber {
    color: #990000;
}

.greyedout {
    color: #cccccc;
}

/* filer portal */
.section {
    font-size: 16px;
    color: #000000;
    margin: 6px 0px 4px 0px;
}



/* text disclosure grid */
table.disclosureGrid {
    font-size: 10px;
}

    table.disclosureGrid td.discname {
        color: #555555;
    }

.tableFirstCol {
    line-height: 1.2em;
}

tr.ltgrey {
    background-color: #f8f8f8;
}

div.tableHeader {
    background-color: #e8eef4;
}

td.dgridcell {
    width: 60px;
}


.entitycell a:link {
    color: #555555;
    text-decoration: underline;
}

.entitycell a:visited {
    color: #555555;
    text-decoration: underline;
}

.entitycell a:hover {
    color: #555555;
    text-decoration: none;
}

.entitycell a:active {
    color: #555555;
    text-decoration: none;
}

.rounded-corners {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.linkbkgnd {
    background-color: rgba(0,0,0,0.25);
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000,endColorstr=#40000000);
    zoom: 1;
}

.ticker2 {
    border: 1px solid #555555;
    width: 150px;
    height: 20px;
    padding: 1px;
    font-size: 12pt;
    background-color: #eeeeee;
}

.chart-icon {
    height: 11px;
}

/*DIALOG BOX peer group etc*/



#dialog_header {
    background-color: #2a2a2a;
    overflow: auto;
}



#header_right {
    /*width: 65px;*/
    float: left;
    padding-top: 10px;
}

    #header_right a {
        color: white;
        font-family: Arial;
        font-size: 11pt;
        font-weight: normal;
        text-decoration: none;
    }

        #header_right a:hover {
            text-decoration: underline;
        }

    #header_right img {
        padding-right: 8px;
    }

#help_left {
    float: left;
}

#help_right {
    float: right;
    padding-top: 3px;
    color: #dbab26;
}

#dialog_middle {
    clear: both;
    overflow: auto;
    padding: 20px;
    background-color: #dfd7bf;
    font-family: Verdana;
    font-size: 6pt;
    font-weight: bold;
    color: #5a5852;
    letter-spacing: 1px;
}


#middle_left {
    /*width: 375px;*/
    float: left;
    margin: 0 14px 0 10px;
}

#chars_max {
    display: none;
}

#email_alert {
    overflow: auto;
    padding-top: 5px;
}

#email_left {
    float: left;
}

#email_right {
    float: left;
    padding: 2px 0 0 6px;
    font-size: 9pt;
    letter-spacing: 0px;
    font-weight: normal;
}

#middle_right {
    /*float: left;*/
    overflow: auto;
}

#chars_max {
    float: right;
    padding-right: 70px;
    color: #989898;
}

.input_bigtext {
    font-size: 14pt;
    font-family: Arial;
    padding: 3px 0 0 3px;
}

#ticker_add {
    float: left;
}

#ticker_list {
    float: left;
    /*padding-left: 10px;*/
}

#ticker_addbutt {
    clear: both;
    padding-top: 12px;
    margin-left: 140px;
}

#peergrouplist {
    clear: both;
    background-color: white;
    width: 452px;
    border: 1px solid #737373;
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    letter-spacing: 0;
    margin-top: 10px;
    border-spacing: 0px;
}

    #peergrouplist td {
        margin: 0px;
        padding: 4px 0 3px 7px;
    }

    #peergrouplist tr:nth-child(odd) {
        background: #fff
    }

    #peergrouplist tr:nth-child(even) {
        background: #d9d9d9
    }

    #peergrouplist tr:nth-child(1) {
        font-family: Verdana;
        font-size: 6pt;
        font-weight: bold;
        color: #5a5852;
        letter-spacing: 1px;
        background: #fff;
    }

    #peergrouplist td:nth-child(1) {
        width: 20px;
    }

    #peergrouplist td:nth-child(2) {
        width: 50px;
    }

    #peergrouplist a {
        text-decoration: none;
        color: black;
    }

.clear_all_button {
    text-align: right;
}

    .clear_all_button a {
        padding-right: 10px;
        color: #dbab26;
    }

#dialog_footer {
    text-align: center;
    background-color: #2a2a2a;
    width: 100%;
    padding: 6px 0 6px 0;
}

    #dialog_footer img {
        padding: 0 7px 0 7px;
    }

a.expanddatapoint {
    color: #555555 !important;
}


.breakout-table td {
    text-align: left;
}



.qmark:link {
    color: #000000 !important;
    font-weight: bold;
    text-decoration: none !important;
}



.qmark:hover {
    color: #000000 !important;
    font-weight: bold;
    text-decoration: underline !important;
}

.index_link {
    color: #555555 !important;
}

    .index_link:first-of-type {
        margin-right: 20px;
    }


#rightSidePaneouter {
    position: absolute;
    right: 0px;
    top: 40px;
    width: 500px;
    display: none;
    background-color: #ffffff;
    z-index: 10000;
    border-bottom: 4px solid #333333;
}


#rightSidePane {
    height: 100%;
    color: #000000;
    font-size: 9px;
    margin-right: 6px;
    text-align: right;
    border-left: 4px solid #333333; /*dcb13d*/
}

    #rightSidePane hr {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 0;
        width: 80px;
        border-color: #333333;
    }

    #rightSidePane li {
        margin-left: -18px;
        padding-left: 0px;
    }

    #rightSidePane a {
        text-decoration: none;
        color: #977619;
        font-size: 9px;
    }

        #rightSidePane a:hover {
            text-decoration: underline;
        }

        #rightSidePane a:visited {
            text-decoration: none;
        }

#mainCO {
    padding: 22px 12px 34px 30px;
    background-color: #fafafa;
    color: #000000;
}

    #mainCO a {
        color: #b89b2d;
        text-decoration: none;
    }

        #mainCO a:hover {
            text-decoration: underline;
        }


table.co {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

    table.co td {
        padding: 4px 0px 4px 20px;
        vertical-align: top;
        text-align: center;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #cccccc;
        font-size: 11px;
    }

    table.co th {
        background-color: transparent;
        padding: 6px 0px 6px 20px;
        text-align: left;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #cccccc;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #cccccc;
        font-size: 11px;
        font-weight: bold;
    }

#tracetable {
    border: 1px gray solid;
}

.tagtracetable td {
    vertical-align: top;
    border-bottom: 1px solid #eeeeee;
}

#cancelButton {
    border: 1px solid #aaaaaa;
    font-weight: bold;
    color: #353535;
}

#traceinfo, #traceinfo2 {
    background-color: #ffffff;
    overflow: auto;
    width: 600px;
}

#traceinfocncl {
    background-color: #ffffff
}


.utilityBox {
    font-size: 12px;
    border: 1px solid #353535;
    background-color: #ffffff;
    position: absolute;
    color: #000000;
    z-index: 10000;
}

    .utilityBox td, .utilityBox th {
        padding: 2px 4px 2px 4px;
    }



.excel-logo {
    height: 20px;
}


#searchScreenPanel .normalizedPointsMenuSection.xbrltagselector {
    display: none;
}

#outercontainer {
    height: 100%;
    background-color: #fafafa;
}


.email-alert-pref-table {
}

    .email-alert-pref-table .group-name-row {
    }

    .email-alert-pref-table .group-name-header {
        background-color: rgba(242, 233, 202, 1);
        display: inline-block;
        padding: 0 6px 0 4px;
    }


    .email-alert-pref-table .group-name-blank-row {
        height: 8px;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
    }

    .email-alert-pref-table .group-name-blank-row-thin {
        height: 3px;
    }


    .email-alert-pref-table .empty-cell {
        width: 40px;
    }

    .email-alert-pref-table .box-row td:not(:first-child), .email-alert-pref-table th {
        text-align: center;
        border-right: 1px dashed black;
    }
