﻿* {
    margin: 0; /* needed for 'sticky footer' */
}

html {
    font-family: Arial !important;
    min-height: 100%;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
}

.wrapper {
    width: 98%;
    min-height: 100%;
    height: 100%;
    height: auto !important;
    margin: 0 auto -2em;
}

#content {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    padding-top: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.MainContent {
    width: 70%;
    vertical-align: top;
    margin: 10px auto;
}

.Splitter {
    width: 4%;
}

.header {
    background-color: #fff;
    width: 100%;
}

    .header .header-left {
        width: 30%;
    }

    .header .header-center {
        text-align: center;
        width: 40%;
        float: left;
        font-size: .8em;
    }

    .header .header-right {
        height: auto;
        vertical-align: top;
        text-align: right;
        white-space: nowrap;
    }

    .header .logo {
        vertical-align: middle;
        height: 73px;
        margin-top: 5px;
        float: left;
    }

    .header .header-center p {
        font-size: 18pt;
        font-style: italic;
        color: #9F001E;
        font-weight: bold;
    }

    .header .header-right #imgWashServLogo {
        border-width: 0;
        vertical-align: top;
    }

    .header .header-right .HeaderMenuLinks {
        position: relative;
        bottom: 0;
        font-size: 75%;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .header .HeaderMenuLinks a {
        text-decoration: none;
        color: blue;
        margin: 0 5px 0 5px;
    }

.sub-header {
    width: 100%;
    height: auto;
    display: table;
    border-top: 1px solid rgb(178, 1, 32);
    background-color: rgb(255, 240, 243) !important;
}

    .sub-header .page-title {
        display: table-cell;
        padding-top: 0;
        margin-top: 0;
        width: auto;
        white-space: nowrap;
        font-weight: bold;
        font-size: 1.2em;
        padding-left: 5px;
        text-align: left;
    }

.back-to-results {
    margin-left: 5px;
    text-decoration: none;
    font-weight: lighter;
    font-size: smaller;
    color: blue;
}

.sub-header a {
    color: blue;
    margin: 0 5px 0 5px;
}

.sub-header .HeaderMenuLinks {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    font-size: 80%;
}


.main-menu {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
}

    .main-menu .section-column-left {
        width: 49%;
        float: left;
    }

    .main-menu .section-column-right {
        width: 49%;
        float: right;
    }

    .main-menu .section-header {
        font-weight: normal;
        font-size: 1.66em;
        margin-top: 0.33em;
        margin-bottom: 0.33em;
    }

    .main-menu .section-links {
        white-space: nowrap;
        font-size: 1.1em;
        margin-bottom: 3.0em;
    }

        .main-menu .section-links .disabled-link {
            color: gray;
        }

.pad-headers {
    padding-bottom: 1.8em;
}

.validation-control {
    color: red;
    font-size: 8pt;
}

input[type="radio"] {
    vertical-align: middle;
    margin: 1px 2px 2px 2px;
}

input[type="checkbox"] {
    vertical-align: middle;
    margin: 0px 2px 2px 2px;
}

@media screen {
    .footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 1.0em;
        padding: 5px;
        text-align: center;
        font-size: 75%;
        background-color: rgb(255, 240, 243);
    }
}

@media print {
    .footer {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        height: 1.0em;
        padding: 5px;
        text-align: center;
        font-size: 75%;
        background-color: rgb(255, 240, 243);
    }
}

table.Menu {
    margin: auto;
    text-align: left;
    white-space: nowrap;
}

    table.Menu td.MenuLevel1 {
        padding-top: 20px;
        width: 44%;
        font-size: 1.3em;
        font-weight: normal;
    }

    table.Menu td.MenuLevel2 {
        text-indent: 40px;
    }

.BoldAndBig {
    font-size: 1.3em;
    font-weight: normal;
}

a.BoldAndBig:visited, a.SmallSize:visited {
    color: blue;
}

.SmallSize {
    font-size: 1.1em;
    text-align: left;
}

table.Menu td.MenuVertSpacer {
    width: 20px;
}

/*-----------   Login  ----------- */
.CenterDiv {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#frame_box {
    font-family: Arial;
    position: relative;
    margin: 15px auto;
    padding: 30px;
    width: 550px;
    border: 1px solid rgb(178,1,32);
}

    #frame_box.message {
        margin: 20px auto;
        padding: 30px;
        font-family: Arial;
        font-size: 11pt;
        border: 1px solid rgb(178,1,32);
        background: #F1F1F1;
    }

.LoginBox {
    width: 550px;
    text-align: center;
    top: 0px;
    left: 0px;
    margin: 20px auto;
    padding: 0px;
    width: 600px;
    font-family: Arial;
    font-size: 11pt;
    border: 1px solid rgb(178,1,32);
    background: #F1F1F1; /*#EFDADA;*/
}

.LoginTable td {
    line-height: 1.8em;
    padding-left: 5px;
    padding-right: 5px;
}

.free-trial {
    width: 590px;
    padding: 10px;
    margin: auto;
    margin-bottom: 20px;
    border: 1px solid rgb(178,1,32);
    background: #F1F1F1;
    text-align: center;
    font-size: 14px;
}
/*-----------   Login  ----------- */

.aceCompletionList {
    border: 1px solid buttonshadow;
    padding: 0px;
    margin: 0px;
    position: absolute;
    z-index: 1000;
    white-space: nowrap;
    overflow: hidden;
    visibility: hidden;
    cursor: default;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    font-size: 8pt;
    text-align: left;
    color: windowtext;
}

.DocCountPadding {
    padding-right: 5px;
    font-weight: normal;
    white-space: nowrap;
}

.FilerListNameDisplay {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

img.imgBusyIndicatorProgress {
    position: absolute;
    left: 50%;
    top: 200px;
    z-index: 1000;
    visibility: visible;
}

img.imgBusyIndicatorNormal {
    position: absolute;
    top: 200px;
    z-index: 1000;
    visibility: hidden;
}

table.result {
    width: 100%;
    border: 1px solid #ccc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

    table.result caption {
        font-size: 0.8em;
        text-align: left;
        color: #111188;
    }

    table.result tr.left {
        text-align: left;
    }

    table.result tr.right {
        text-align: right;
    }

    table.result tr.center {
        text-align: center;
    }

    table.result th {
        padding: 2px 3px; /* color: #3d568c;*/
        vertical-align: middle;
        background-color: #FFF0F3; /*#d5ddf3;*/
        white-space: nowrap;
        border: 1px solid #ccc;
    }

        table.result th.left {
            text-align: left;
        }

        table.result th.right {
            text-align: right;
        }

        table.result th.center {
            text-align: center;
        }

        table.result th a:link, table.result th a:active, table.result th a:visited {
            text-decoration: none;
        }

        table.result th a:hover {
            color: #0033cc;
        }

    table.result td {
        background-color: #fff;
        border: 1px dashed #ccc;
        vertical-align: middle;
        padding: 0px 3px;
    }

        table.result td.left {
            text-align: left;
        }

        table.result td.right {
            text-align: right;
        }

        table.result td.center {
            text-align: center;
        }

sdbCtlOuter {
    border: 1px solid #9e0021;
    margin-bottom: 10px;
}

.FilerSearchBox {
    position: relative;
    text-align: center;
    width: 74%;
    margin-left: 20%;
    top: 0px;
    left: 2px;
}

.TableFilerSearchForm td {
    padding: 5px;
}

.WatchListTableLeftColumn {
    width: 30%;
    text-align: right;
    white-space: nowrap;
}

.WatchListTableRightColumn {
    width: 70%;
    text-align: left;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60) !important;
    opacity: 0.6;
    top: 0px !important;
    left: 0px !important;
    position: fixed;
    z-index: 1 !important;
}

.MyWatchlistFilerBox {
    width: 50%;
    border: 1px solid #9e0021;
    vertical-align: top;
    text-align: left;
    height: auto;
}

.TableCellMiddleColumn {
    width: 5%;
}

.WatchListFilerListTable {
    border: 1px solid black;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.WatchListFilerName {
    width: 65%;
    border-bottom: 1px solid gray;
    font-size: 1em;
    border-spacing: 0;
}

.WatchListTicker {
    width: 10%;
    border-bottom: 1px solid black;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    border-spacing: 0;
    background-color: #fff2d7;
}

.WatchListAction {
    width: 10%;
    border-bottom: 1px solid black;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    border-spacing: 0;
    background-color: #fff2d7;
}

.WatchListFilerDelete {
    width: 35%;
    border-bottom: 1px solid gray;
    font-size: 1em;
    border-spacing: 0;
}

.WatchLisTableHeadertMessage {
    width: 50%;
    border-bottom: 1px solid black;
    background-color: #fff2d7;
    text-align: center;
    color: Red;
}

.WatchListMessage {
    border-bottom: 1px dashed grey;
    border-left: 1px dashed grey;
    white-space: nowrap;
}

.WaterMarkedTextBox {
    color: Gray;
}

.PreferencesTable {
    width: 80%;
    margin: 10px auto;
    border-collapse: separate;
    border-spacing: 2px;
}

    .PreferencesTable table, .PreferencesTable tr {
        border: 1px solid black;
        padding: 2px;
    }

    .PreferencesTable th {
        color: rgb(178,1,32);
        background-color: rgb(255, 240, 243);
        width: 45%;
        font-size: 1.1em;
    }

    .PreferencesTable th, .PreferencesTable td {
        text-align: left;
        border: 1px solid rgb(178,1,32);
        padding: 3px;
    }

    .PreferencesTable td {
        font-style: normal;
        font-weight: normal;
        width: 55%;
    }

.PreferencesFieldSet {
    border: 1px solid rgb(178,1,32);
}

.PreferencesFieldSetLegend {
    font-size: 1.2em;
    font-weight: bold;
    color: rgb(178,1,32);
    text-align: left;
}

td.LeftColumn {
    text-align: right;
    white-space: nowrap;
}

td a:link {
    color: Blue;
}

td a:visited {
    color: Blue;
}

tr.evenItemIndex td {
    background-color: #FAFAF7;
    color: Black;
    border-top: 1px dashed gray;
}

tr.even {
    background-color: #eeeeee;
}


tr.oddItemIndex td {
    border-top: 1px dashed gray;
}


.PageLink {
    background-color: #CACCCC; /**#ADADAD;**/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 8px;
    padding-left: 8px;
    border: 1px solid #828282;
    text-decoration: none; /** margin-left: 2px;     margin-right: 2px;**/
}

.Pager {
    background-color: #EAEAEA; /**#F2F2F2;CECECE;E0D9D9; **/
    margin-top: 5px;
    text-align: right;
    height: 25px; /**border-bottom: 1px solid gray;     border-top: 1px solid gray;**/
    padding-top: 2%;
    padding-bottom: 0.5%;
    padding-right: 2%;
    padding-left: 2%;
    white-space: nowrap;
    width: inherit;
}

.PageSelected {
    background-color: #7F7F7F; /**#ADADAD;**/
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 8px;
    padding-left: 8px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    color: White;
    text-decoration: none;
}

.PageLink a:hover {
    background-color: #7F7F7F; /**#ADADAD;**/
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 8px;
    padding-left: 8px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    color: White;
    text-decoration: none;
}

/*SideBar Styling*/
.SideBar {
    width: 24.5%;
    vertical-align: top;
    padding: .5em;
    background-color: #fffaf0;
    border: 1px solid #FFBFBF;
    position: fixed;
}

.SideBarPanel {
    text-align: left;
    background-color: #fffaf0;
    line-height: 1.25em;
}

.SidebarHeader {
    width: 100%;
    padding: 2px 0px 0px 0px;
    background-color: rgb(255, 240, 243);
    color: #9e0021;
    border-bottom: 1px solid black;
    text-align: center;
    text-transform: uppercase;
}

.QuickSearchLeftColumn {
    width: 35%;
    padding-left: 5px;
    line-height: 2em;
}

.QuickSearchRightColumn {
    width: auto;
    padding-left: 5px;
}

.DocumentFilter {
    /*border-collapse: collapse;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border: 1px solid #9e0021;
    width: 100%;
}

.DocumentFilterLeftColumn {
    width: 35%;
    padding-left: 5px;
    line-height: 2em;
}

.DocumentFilterRightColumn {
    width: auto;
    padding-left: 5px;
    line-height: 2em;
}

.SidebarRecentTable {
    table-layout: fixed;
    width: 100%;
}

    .SidebarRecentTable td {
        padding: 1px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
/*SideBar Styling END*/

.documentLink, a.filerLink {
    text-decoration: none;
}

a.documentLink:visited {
    color: Red;
}

a.filerLink:visited {
    color: Blue;
}

.MinMaxMarketCapComment {
    font-size: 8pt;
    font-style: italic;
}

.InputMarketCap {
    width: 48px;
}

.ReportButton {
    text-align: right;
    margin: 20px;
    padding-top: 10px;
}

.ReportsTypes {
    text-align: left;
    font-weight: bold;
    color: #9e0021;
    margin-bottom: 30px;
    text-decoration: underline;
}

.ReportTypeSpacing {
    height: 100px;
}

.MenuDisplay {
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 50px;
    margin-left: 50px;
    text-align: left;
    vertical-align: top;
}

fieldset.section {
    margin: auto;
    margin-top: 1.2em;
    padding-top: auto;
    padding-bottom: 3px;
    padding-left: 1px;
    padding-right: 1px;
    width: 98%;
    border: 1px solid #8494C3;
    white-space: nowrap;
}

    fieldset.section legend {
        margin-left: 10px;
        padding: 0 5px;
        color: #3d568c;
    }

    fieldset.section p {
        text-align: center;
    }

/*** TERMS OF USE ***/

.ui-widget {
    font-size: 10pt;
}

.align-right {
    float: right;
}

/*** BEGIN HELP STYLES ***/

/*** HELP MENU ***/

table.helpmenuouterwrapper {
    width: 600px;
    margin: auto;
    border: none; /* border: 1px solid #FFBFBF; */ /* background-color: #fffaf0; */
    padding: 0.60em;
}

table.helpmenuinnerwrapper {
    width: 100%;
    border: 1px solid rgb(178,1,32);
    background-color: #fff;
    border-collapse: collapse;
    text-align: left;
}

td.helpmenuheader {
    border: 1px solid rgb(178,1,32);
    background-color: rgb(255, 240, 243);
    height: 25px;
    vertical-align: middle;
    text-align: center;
    color: rgb(178,1,32);
    font-size: 1.3em;
    font-weight: bold;
}

table.helpmenucontentwrapper {
    width: 100%;
    margin: auto;
    border: none;
    text-align: left;
}

td.helpmenulink {
    padding-left: 5px;
    padding-right: 20px;
    white-space: nowrap;
}

a.helpmenulinklarge {
    text-align: left;
    font-weight: bold;
    font-size: 1.3em;
}

a.helpmenulinksmall {
    text-align: left;
    font-weight: normal;
    font-size: 1.1em;
}

td.helpmenulinkdesc {
    height: 35px;
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2em;
}

/*** HELP DISPLAY ***/

table.helpdisplaywrapper {
    width: 800px;
    margin: auto;
    border: 1px solid rgb(178,1,32);
    background-color: #fff;
    border-collapse: collapse;
    text-align: left;
}

td.helpdisplayheader {
    width: 800px;
    border: 1px solid rgb(178,1,32);
    background-color: rgb(255, 240, 243);
    height: 25px;
    text-align: center;
    color: rgb(178,1,32);
    font-size: 1.3em;
    font-weight: bold;
}

table.helpdisplaycontentwrapper {
    width: 100%;
    margin: auto;
    border: none;
    text-align: left;
}

td.helpdisplaycontent {
    height: auto;
    min-height: 200px;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
    text-align: left;
    font-size: 1.2em;
    font-weight: normal; /* white-space: nowrap; */
}

/*** HELP PAGES ***/

ul.help_uliststyle {
    list-style-type: none;
    padding-top: 30px;
}

li.help_listitemformatting {
    padding-bottom: 30px;
}

div.help_aligntext-center {
    text-align: center;
}

div.help_aligntext-left {
    text-align: left;
}

div.help_aligntext-left p {
    padding: 0px 5px 15px 5px;
    line-height: 1em;
    
}

.help_pagetitle {
    font-size: 1.3em;
    font-weight: bold;
}

.help_pagesubtitle {
    font-size: 1.1em;
    font-weight: bold;
}

li.help_SearchOptions {
    list-style-type: none;
    padding-bottom: 30px;
    font-weight: bold;
}

.help_italicize {
    font-style: italic;
}

img.help_imageborder {
    /*** Replace all other identical references with this one ***/
    border: 1px solid #FFBFBF;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

img.help_ezcorpdoxlogo {
    width: 146px;
    height: 34px;
    vertical-align: middle;
}

img.help_ezcorpdoxlogosmall {
    width: 100px;
    height: 23px;
    vertical-align: middle;
}

img.help_watchlistoverview {
    width: 700px;
    height: 174px;
}

img.help_filersearchcriteria {
    width: 352px;
    height: 247px;
}

img.help_filersearchresult {
    max-width: 619px;
    max-height: 281px;
}

img.Help_KeywordSearchCriteria01 {
    width: 316px;
    height: 66px;
}

div.help_keywordtips_sectionheader {
    display: inline-block;
    width: 100%;
    padding: 0px 5px 2px 10px;
    margin-bottom: 10px;
    color: black;
    background-color: #CCCCCC;
    /* border: black 2px solid; */
    border: 0px;
    font-weight: bold;
    font-size: x-large;
}

span.help_keywordtips_sectionheader {
    display: inline-block;
    vertical-align: middle;
}

span.help_keyword_indent {
    padding-left: 80px;
    font-weight: bold;
    color: #333;
}

img.help_advancedsearchcriteria01 {
    width: 365px;
    height: 288px;
}

img.help_advancedsearchcriteria02 {
    width: 607px;
    height: 478px;
}

img.help_advancedsearchcriteria03 {
    width: 654px;
    height: 283px;
}

img.help_advancedsearchcriteria04 {
    width: 521px;
    height: 266px;
}

img.help_advancedsearchcriteria05 {
    width: 667px;
    height: 365px;
}

img.help_advancedsearchresult {
    max-width: 822px;
    max-height: 269px;
}

img.help_img_ResentSearches {
    max-width: 321px;
    max-height: 399px;
}

img.help_watchlistreportcriteria01 {
    max-width: 473px;
    max-height: 194px;
}

img.help_watchlistreportcriteria02 {
    width: 549px;
    height: 219px;
}

img.help_watchlistreportcriteria03 {
    width: 700px;
    height: 249px;
}

img.help_watchlistreportcriteria04 {
    width: 700px;
    height: 201px;
}

img.help_watchlistreportcriteria05 {
    width: 88px;
    height: 24px;
}

img.help_watchlistreportcriteria06 {
    width: 700px;
    height: 199px;
}

img.help_industryreportcriteria01 {
    width: 498px;
    height: 242px;
}

img.help_industryreportcriteria02 {
    width: 558px;
    height: 192px;
}

img.help_industryreportcriteria03 {
    width: 738px;
    height: 404px;
}

img.help_advancedreportlist {
    width: 900px;
    height: 192px;
}

img.help_advancedreportcriteria01 {
    width: 572px;
    height: 357px;
}

img.help_advancedreportcriteria02 {
    width: 570px;
    height: 207px;
}

img.help_advancedreportcriteria03 {
    width: 564px;
    height: 316px;
}

img.help_advancedreportcriteria04 {
    width: 521px;
    height: 266px;
}

img.help_advancedreportcriteria05 {
    width: 566px;
    height: 318px;
}

img.help_advancedreportsave {
    width: 88px;
    height: 24px;
}

img.help_advancedreportrun {
    width: 656px;
    height: 89px;
}

img.help_settingpreferences {
    width: 600px;
    height: 244px;
}

img.help_settingwatchlistslist {
    width: 650px;
    height: 149px;
}

img.help_settingwatchlistseditbulk {
    width: 650px;
    height: 190px;
}

img.help_settingwatchlistseditsingle {
    width: 650px;
    height: 196px;
}

img.help_settingwatchlistseditshare {
    width: 253px;
    height: 119px;
}

img.help_settingwatchlistseditssave {
    width: 105px;
    height: 31px;
}

img.help_settingwatchlistslistfinished {
    width: 650px;
    height: 117px;
}

img.help_settingsdocumentgroupsbuiltin {
    width: 500px;
    height: 321px;
}

img.help_settingsdocumentgroupslist {
    width: 500px;
    height: 94px;
}

img.help_settingsdocumentgroupsedit {
    width: 800px;
    height: 267px;
}

img.help_settingsdocumentgroupssave {
    width: 43px;
    height: 21px;
}

img.help_arrowright {
    width: 29px;
    height: 19px;
}

img.help_arrowleft {
    width: 29px;
    height: 19px;
}

img.help_settingsindustrygroups {
    width: 669px;
    height: 545px;
}

p.help_support {
    font-weight: bold;
}

/*** END HELP STYLES ***/

td.ShowReportHeaderCol {
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    text-align: center;
}

td.ShowReportCols {
    border-right: 1px dashed gray;
    text-align: center;
}

.ShowReportTable {
    width: 100%;
    border: 1px solid gray;
    text-align: center;
}

.ShowReportHeaderRow {
    background-color: rgb(255, 240, 243);
    border-bottom: 1px solid #ffbfbf;
}

.CustomTabPanel {
    height: 410px;
}

.CustomIndustryTabPanel {
    height: 550px;
}

.CustomTabReportOptions {
    padding-top: 50px;
    padding-right: 75px;
    padding-left: 75px;
    padding-bottom: 100px;
}

.CustomTabUniverse {
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 75px;
    padding-bottom: 100px;
}

.AdvancedCtrl {
    width: 80%;
    margin: 10px auto;
    text-align: left;
}

    .AdvancedCtrl table {
        padding: 5px;
    }

    .AdvancedCtrl td {
        padding: 5px;
        line-height: 2.0em;
        vertical-align: top;
    }

        .AdvancedCtrl td .TightLines {
            line-height: 1.0em;
            vertical-align: text-bottom;
        }

        .AdvancedCtrl td .smalltext {
            font-size: 85%;
        }

.AdvancedCtrlPanel {
    min-width: 500px;
    min-height: 250px;
    padding: 25px;
}



.impersonate-indicator {
    padding: 0 30px 0 30px;
    font-weight: bold;
    background-color: Yellow;
}

.ReportsTable {
    width: 100%;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

/*CustomView Styling*/
.CustomViewNavigationButton {
    z-index: 100;
    width: auto;
    height: auto;
    position: fixed;
    transform: rotate(270deg);
    transform-origin: top left;
    top: 253px;
    padding-top: 0.75em;
}

.CustomViewNavigationList {
    z-index: 99;
    width: auto;
    height: auto;
    position: fixed;
    margin-left: 0.75em;
}

.CustomViewLinks {
    font-size: 1.0em;
    text-align: left;
}

.CustomViewContent {
    width: auto;
    vertical-align: top;
    text-align: left;
}
/*CustomView Styling END*/


.IndustryGroupPosition {
    width: 625px;
}

/*KeywordSearch Styling*/
.TableKeywordSearchForm td {
    padding: 5px;
}

#fswTable {
    border-collapse: collapse;
    border: 1px solid #a00;
    width: 100%;
    text-align: center;
}

    #fswTable td,
    #fswTable th {
        border: 1px solid #a00;
    }

    #fswTable th {
        background-color: rgb(255, 240, 243);
    }

iframe[seamless] {
    width: 100%;
    height: 800px;
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
}

/*Site Preference Pop-up*/
.SitePreference {
    width: 500px;
    font-size: small;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid rgb(178, 1, 32);
    border-radius: 4px 4px;
    padding: 0.5em;
}

    .SitePreference .WelcomeLine {
        text-align: left;
        padding-right: 60px;
        font-size: large;
        color: rgb(178, 1, 32);
        font-weight: bold;
    }

    .SitePreference p {
        font-size: large;
    }

    .SitePreference table {
        width: 100%;
        padding: 0px;
    }

    .SitePreference td {
        width: 33%;
        height: 100%;
        padding: 0px;
        vertical-align: bottom;
    }

    .SitePreference ul {
        text-align: left;
        list-style-type: circle;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 80px;
    }

    .SitePreference .BackToClassic {
        text-align: left;
        font-style: italic;
        font-size: smaller;
    }

    .SitePreference .ContactUs {
        display: block;
        padding-top: 10px;
        font-size: smaller;
    }

.MigrationWarning {
    color: orange;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog .ui-dialog-content {
    padding: 0.5em !important;
}

.ui-widget-overlay {
    background: #000 !important;
    opacity: 0.5;
}

.ui-widget-content a {
    color: blue !important;
}
/*Site Preference Pop-up*/

.admin-menu {
    text-align: left;
    width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

    .admin-menu .section-column-left {
        width: 299px;
        float: left;
    }

    .admin-menu .section-column-right {
        width: 299px;
        float: right;
    }


.admin-category {
    margin-bottom: 50px;
    clear: both;
}

    .admin-category a {
        font-size: 1.66em;
    }

        .admin-category a:visited {
            color: blue;
        }

        .admin-category a:hover {
            color: blue;
        }

    .admin-category p {
        margin-top: 2px;
    }

.menu-image {
    float: left;
    margin-right: 10px;
}

    .menu-image img {
        display: block;
    }

.menu-text {
    margin-left: 32px;
}

.system-message {
    background-color: #ffff99;
    text-align: center;
    padding-top: 15px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 15%;
    padding-right: 15%;
}


/*DocumentGroupEdit*/
.CenteredText {
    text-align: center;
}

.Heading {
    font-weight: bold;
}
/*DocumentGroupEdit*/


/* ****************** RatingStar ****************** */
.ratingStar {
    white-space: nowrap;
    height: 14px;
    width: 6em;
}

    .ratingStar .ratingItem {
        font-size: 0pt;
        width: 13px;
        height: 12px;
        margin: 0px;
        padding: 0px;
        display: block;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .ratingStar .Filled {
        background-image: url(../media/images/ratingStarFilled.png);
    }

    .ratingStar .Empty {
        background-image: url(../media/images/ratingStarEmpty.png);
    }

    .ratingStar .Saved {
        background-image: url(../media/images/ratingStarSaved.png);
    }

/* ****************** Gauge ****************** */
/* ****************** Some basic stuff ****************** */
.ratingGauge {
    white-space: nowrap;
    font-size: 0pt;
    width: 122px;
    height: 12px;
    padding: 1px 0 1px 1px;
    margin: 1em;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(../media/images/ratingGauge.png);
}

    .ratingGauge .ratingItem {
        font-size: 0pt;
        width: 20px;
        height: 8px;
        margin: 0;
        padding: 0;
        display: block;
        background-repeat: repeat-x;
        cursor: e-resize;
    }

    .ratingGauge .Filled {
        background-color: transparent;
    }

    .ratingGauge .Empty {
        background-color: #ff0;
    }

    .ratingGauge .Saved {
        background-color: #f00;
    }

/* ****************** Thermometer ****************** */
.ratingThermometer {
    white-space: nowrap;
    width: 220px;
    height: 0px;
    padding: 26px 20px 20px 16px;
    margin: 1em;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(../media/images/ratingThermometer2.png);
}

    .ratingThermometer .ratingItem {
        font-size: 0pt;
        width: 10px;
        height: 8px;
        margin: 0;
        padding: 0;
        display: block;
        background-repeat: repeat-x;
        cursor: e-resize;
    }

    .ratingThermometer .Filled {
        background-image: url(../media/images/ratingFilled.png);
    }

    .ratingThermometer .Empty {
        background-image: url(../media/images/ratingEmpty.png);
    }

    .ratingThermometer .Saved {
        background-image: url(../media/images/ratingSaved.png);
    }

.percentage-bar-wrapper {
    border: 1px solid black;
    background-color: transparent;
    height: 4px;
    width: 100px;
    white-space: nowrap !important;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 5px;
}


.percentage-bar {
    background-color: rgba(52, 174, 117, 1);
    height: 4px;
    vertical-align: central;
}

.small-line {
    width: 20px !important;
}

.margin-left20px {
    margin-left: 20px;
}

.margin-left10px {
    margin-left: 10px;
}

.text-align-left {
    text-align: left;
}

.clean-link {
    text-decoration: none;
}

td.centerFoot {
    padding-left: 20px;
    padding-top: 2px;
    text-align: left;
    font-style: italic;
    font-size: 90%;
}

.keyword-highlighting {
    background: #F3F315;
}

.next, .prev {
    text-decoration: none !important;
}

pre {
    max-width: 1600px;
}

span.ahref {
    color: blue;
    text-decoration: underline;
}
