/*	LAYOUT: [Body]
--------------------------------------------------------------
*/
body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Sans-Serif;
    color: #000000;
    font-size: 10px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

/*	LAYOUT: [mainContent]
--------------------------------------------------------------
*/
table .mainContent {
    border-right: #ffffff 2px solid;
    border-top: #ffffff 2px solid;
    border-left: #ffffff 2px solid;
    border-bottom: #ffffff 2px solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 5px;
    font-family: Arial, Sans-Serif;
    empty-cells: show;
}
/*	LAYOUT: [mainContent]
--------------------------------------------------------------
*/

table .mainContentWithTopBorder {
    border-right: #ffffff 2px solid;
    border-top: #ffffff 2px solid;
    border-left: #ffffff 2px solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    font-family: Arial, Sans-Serif;
    empty-cells: show;
}

table .mainContentOnlySideBorder {
    border-right: #ffffff 2px solid;
    border-left: #ffffff 2px solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    font-family: Arial, Sans-Serif;
    empty-cells: show;
}

table .mainContentWithBottomBorder {
    border-right: #ffffff 2px solid;
    border-left: #ffffff 2px solid;
    border-bottom: #ffffff 2px solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    font-family: Arial, Sans-Serif;
    empty-cells: show;
}

/*	LAYOUT: [mainContentStyle]
--------------------------------------------------------------
*/
table .mainContentStyle {
    border-right: #ffffff 2px solid;
    border-top: #ffffff 2px solid;
    border-left: #ffffff 2px solid;
    border-bottom: #ffffff 2px solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: Arial, Sans-Serif;
    empty-cells: show;
}

/*	LAYOUT: [Header]
--------------------------------------------------------------
*/
#header {
    background-color: #ffffff;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: #d4d0c8 2px solid;
    border-spacing: 0px;
    border-collapse: collapse;
}

/*	LAYOUT: [ColumnLeft]
--------------------------------------------------------------
*/
#columnLeft {
}

/*	LAYOUT: [ColumnRight]
--------------------------------------------------------------
*/
#columnRight {
    width: 100%;
    padding-top: 3px; /* top right bottom left */
    margin-left: 3px;
    background-color: #ffffff;
}

/*	LAYOUT: [Footer]
--------------------------------------------------------------
*/
#footer {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-top: 5px;
}

/*	LAYOUT: [Navigation].[MenuTabs]
--------------------------------------------------------------
*/
.MenuTabs {
    margin: 0px -3px -2px 0px; /* top right bottom left */
    padding: 0px 0px 0px 0px; /* top right bottom left */
}

/*	LAYOUT: [HeaderItemsContainer]
--------------------------------------------------------------
*/
#HeaderItemsContainer {
    margin-top: 4px;
    padding-top: 6px;
    width: 100%;
    text-align: right;
    float: left;
}

/*	LAYOUT: [LogoContainer]
--------------------------------------------------------------
*/
#LogoContainer {
    float: left;
}

/*	LAYOUT: [TopNavInfoBox]
--------------------------------------------------------------
*/
#TopNavInfoBox {
    border: solid 1px #ccc;
    margin: 4px 4px 4px 4px; /* top right bottom left */
    padding: 2px 2px 2px 2px; /* top right bottom left */
}

/*	LAYOUT: [TopNavInfoBox].[TopNavInfoItem]
--------------------------------------------------------------
*/
.TopNavInfoItem {
    margin: 0px 0px 0px 0px; /* top right bottom left */
    padding: 0px 1px 0px 3px; /* top right bottom left */
    border-right: solid 1px #696969;
}

/*	LAYOUT: [TopNavSearchContainer]
--------------------------------------------------------------
*/
#TopNavSearchContainer {
    margin: 7px 4px 0px 4px; /* top right bottom left */
    padding: 4px 4px 2px 4px; /* top right bottom left */
    /*border: dashed 1px #900;*/
    width: auto;
}

/*	LAYOUT: [TopNavSearch]
--------------------------------------------------------------
*/
#TopNavSearch {
    text-align: right;
    width: 100%;
    /*border: dashed 1px #900;*/
}

/*	LAYOUT: [TopNavSearch].[TopNavSearchBox]
--------------------------------------------------------------
*/
#TopNavSearchBox {
    width: 50%;
}

/*	LAYOUT: [moreText]
--------------------------------------------------------------
*/
.moreText {
    font-family: arial, helvetica;
    font-weight: bold;
    text-decoration: none;
    color: #BE871F;
    font-size: 8pt;
}

    .moreText a {
        text-decoration: none;
        color: #BE871F;
    }

        .moreText a:hover {
            text-decoration: none;
            color: #666666;
        }

/*	LAYOUT: [LeftNavHeadText]
--------------------------------------------------------------
*/
.LeftNavHeadText {
    font-family: arial, helvetica;
    font-size: 9pt;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

    .LeftNavHeadText a {
        font-family: arial, helvetica;
        font-size: 9pt;
        color: #000000;
        text-decoration: none;
        font-weight: bold;
    }

.LeftNavText a {
    font-family: arial, helvetica;
    font-size: 8pt;
    color: #263982;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap
}

    .LeftNavText a:hover {
        font-family: arial, helvetica;
        font-size: 8pt;
        color: #263982;
        text-decoration: underline;
        font-weight: bold;
        white-space: nowrap
    }

.LeftNavTextWithBottomBorder a {
    font-family: arial, helvetica;
    font-size: 8pt;
    color: #263982;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    border-bottom: black thin solid;
    border-right: black thin solid;
    border-top: black thin solid;
    margin-bottom: 1px;
    border-left: black thin solid;
}

    .LeftNavTextWithBottomBorder a:hover {
        font-family: arial, helvetica;
        font-size: 8pt;
        color: #263982;
        text-decoration: underline;
        font-weight: bold;
        white-space: nowrap
    }


/*	LAYOUT: [leftNavDiv]
--------------------------------------------------------------
*/
#leftNavDiv {
    position: absolute;
    z-index: 1;
    top: 78px;
    left: 3px;
    visibility: visible;
}

/*	LAYOUT: [welcomeNavDiv]
--------------------------------------------------------------
*/
#welcomeNavDiv {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 2px;
    height: 25px;
    visibility: visible;
}

.welcomeNav {
    color: #696969;
    font-family: arial, helvetica;
    font-size: 7pt;
}

table.welcomeNavColor {
    background-color: white;
    border-color: #f1f1e9;
    border-style: solid;
    border-width: 2px;
    width: 25px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
}

a.welcomeNavLink {
    background-color: transparent;
    color: #696969;
    font-family: arial, helvetica;
    font-size: 7pt;
    font-weight: bold;
    line-height: 100%;
    text-decoration: none;
}

    a.welcomeNavLink:active {
        background-color: transparent;
        color: #696969;
        font-family: arial, helvetica;
        font-size: 7pt;
        font-weight: normal;
        line-height: 100%;
    }

    a.welcomeNavLink:hover {
        background-color: #e9edf7;
        color: #000000;
        font-family: arial, helvetica;
        font-size: 7pt;
        font-weight: bold;
        line-height: 100%;
    }

/*	LAYOUT: [hr]
--------------------------------------------------------------
*/
.hr {
    color: #f0eee8;
}

/*	LAYOUT: [resultsColumnHead]
--------------------------------------------------------------
*/
td.resultsColumnHead {
    font-weight: bold;
    font-size: 9pt;
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    background-color: #d4eaf7;
    text-align: center;
}

/*	LAYOUT: [resultsLeftColumnHead]
--------------------------------------------------------------
*/
td.resultsLeftColumnHead {
    font-weight: bold;
    font-size: 9pt;
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    background-color: #d4eaf7;
    text-align: left;
}

/*	LAYOUT: [resultsRightColumnHead]
--------------------------------------------------------------
*/
td.resultsRightColumnHead {
    font-weight: bold;
    font-size: 9pt;
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    background-color: #d4eaf7;
    text-align: right;
}

/*	LAYOUT: [resultsRightColumnHead]
--------------------------------------------------------------
*/
tr.toggle1 {
    background-color: #ffffff;
}

/*	LAYOUT: [resultsRightColumnHead]
--------------------------------------------------------------
*/
tr.toggle2 {
    background-color: #f5f5f5;
}

.ControlTitleBar {
    background-color: #F4F4F6;
}

.ControlLockBarStyle {
    font-family: arial,helvetica,verdana;
    font-size: 14pt;
}

.smallTextFinancial {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    text-align: right;
}

.smallTextFinancialAlignCenter {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    text-align: center;
}

.ipoColumnTitleWithMenu {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    text-align: left;
    padding-left: 8px;
}

.ipoColumnTitleWithoutMenu {
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
    text-align: left;
    font-weight: bold;
    padding-left: 8px;
}


.ipoMenu {
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
    padding-left: 8px;
    font-weight: bold;
}

.tableText1 {
    font-family: arial, helvetica;
    font-size: 9pt;
    color: #4D5B99;
}

.greyTableText {
    font-family: arial, helvetica;
    font-size: 7pt;
    color: Gray;
}

.summaryText2 {
    font-family: arial, helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: 400;
}
/*	LAYOUT: [OrderFiling]
--------------------------------------------------------------
*/
TABLE.greyBorder {
    BORDER-RIGHT: #d8d7d7 1px solid;
    BORDER-TOP: #d8d7d7 1px solid;
    BORDER-LEFT: #d8d7d7 1px solid;
    BORDER-BOTTOM: #d8d7d7 1px solid
}

.imageLocked {
    margin-left: 2px;
    vertical-align: middle;
}

#logo {
    position: relative;
    float: left;
    z-index: 1;
    top: 9px;
    left: 0px;
    height: 39px;
    visibility: visible;
    border-bottom: #ffffff 10px solid;
}



#searchBar {
    position: relative;
    top: 5px;
    left: 0px;
    float: right;
    height: 25px;
    visibility: visible;
    clear: both;
    margin-right: 5px;
    width: 550px;
    border-bottom: #red 10px solid;
}

#welcomeNavDiv {
    position: relative;
    z-index: 1;
    top: 5px;
    margin-right: 5px;
    float: right;
    width: 350px;
    height: 25px;
    visibility: visible;
}

#tabLine {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    width: 99%;
    height: 5px;
    visibility: visible;
}

#tabNav {
    position: relative;
    z-index: 1;
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
    visibility: visible;
    margin-bottom: -15px;
}

.dashboardInvisible {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    text-align: right;
    color: White;
    background-color: White;
}

input.btn {
    cursor: hand;
    color: #000000;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #f3f3f3;
    border: 1px solid;
    border-top-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#e5e5e5');
}

input.btnhov, .btn:hover {
    cursor: hand;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid;
    border-top-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#000000',EndColorStr='#e5e5e5');
}

@media print {
    body {
        background-color: #FFFFFF;
        background-image: none;
        color: #000000
    }

    #header {
        display: none;
    }

    #noheader {
        display: none;
    }

    #columnLeft {
        display: none;
    }
}


/* IMETRIX Download page CSS - John Lomma

reusable header:  

if you want to reuse this header
all you have to do is give a div the 'contentBox' class and place an H1 as the first line with the title.

to specify the dimensions of that particular type of content, create a class specific to the type.  On this page
I used 'downloads' since each section of content is able to be the same width.  if you need multiple columns of content sections, 
simply add the 'floatLeft' style and adjust margins inside the class that specifies dimensions (i.e. 'downloads')

*/

/* basic element styles */
.floatLeft {
    position: relative;
    float: left;
}

.floatRight {
    position: relative;
    float: right;
}

/* reusable header style */
.contentBox {
    position: relative;
}

    .contentBox H1 {
        position: relative;
        height: 50px;
        font: normal bold 12pt arial, verdana;
        color: #000000;
        background: url(../../images/bgshade.gif) repeat-x;
        margin: 0 0 0 0;
        padding: 10px 5px 0px 10px;
    }

.inBoxContent {
    position: relative;
    padding: 0px 5px 5px 5px;
    font: normal 10pt arial, verdana;
}


/* page specific classes for sizing and positioning */
.downloads {
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 0 15px 0;
}

.boxSpinFlash {
    width: 150px;
    height: 150px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/* download now button, download details */
.dloadButtonHolder, .dloadButtonHolderLegacy {
    background: #f4f4f4;
    color: #808080;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    height: 110px;
    margin: 5px 0 0 20px;
}

.dloadButtonHolder {
    width: 390px;
}

.dloadButtonHolderLegacy {
    width: 460px;
}

.imgButton {
    padding: 23px 22px 23px 21px;
    margin: 10px 0 0 0;
    border-right: solid 1px #ccc;
}

.minimumReq, .minimumReqLegacy {
    height: 80px;
    margin: 10px 0 0 15px;
}

.minimumReq {
    width: 185px;
}

.minimumReqLegacy {
    width: 250px;
}

    .minimumReq ul, .minimumReqLegacy ul {
        list-style-type: none;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .minimumReq li, .minimumReqLegacy li {
        margin: 0 0 0 0;
        padding: 2px 0 2px 15px;
        color: #515151;
        font-weight: normal;
    }

        .minimumReq li.listHeading, .minimumReqLegacy li.listHeading {
            color: #000000;
            padding: 0 0 0 0;
        }

        .minimumReq li.installationGuide {
            color: #000000;
            padding: 2px 0 0 25px;
            background: url(../../images/icons/svg/pdf.svg) left top no-repeat;
            margin-top: 5px;
        }

        .minimumReqLegacy li.releaseNotes {
            color: #000000;
            padding: 2px 0 0 25px;
            background: url(../../images/icons/svg/pdf.svg) left top no-repeat;
            margin-top: 5px;
        }

.detailsHolder {
    margin: 10px 0 0 25px;
}

.detailsZipCust {
    margin: 0 0 0 21px;
}

    .detailsZipCust p {
        font-size: 8pt;
        color: #515151;
    }

/* list style for PDF links */
.listDownloads {
}

    .listDownloads ul {
        margin: 0 0 25px 0;
        padding: 0 0 0 8px;
        list-style-type: none;
    }

    .listDownloads li {
        color: #666;
        background: url(../../images/arrow_bullet.gif) left top no-repeat;
        padding: 0 0 12px 25px;
        margin: 10px 0 10px 0;
        border-bottom: 1px dotted #ccc;
    }

    .listDownloads img {
        padding: 10px 0 0 0;
    }

    .listDownloads li.pdf {
        background: url(../../images/icons/svg/pdf.svg) left top no-repeat;
        background-size: 15px;
        line-height: 22px;
    }

    .listDownloads li.xls {
        background: url(../../images/icons/svg/xls.svg) left top no-repeat;
        background-size: 15px;
        line-height: 22px;
    }

    .listDownloads li.video {
        background: url(../../images/icons/svg/videodload.svg) left top no-repeat;
        background-size: 15px;
        line-height: 22px;
    }

.alignment {
    margin: 3px 0 0 0;
}

.AutoComplete {
    visibility: hidden;
    margin: 0px !important;
    color: Green;
    border: buttonshadow;
    border-width: 15px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    text-align: right;
    list-style-type: none;
    font-family: Book Antiqua;
    font-size: 9pt;
}
/*
.autocomplete_dropdown{font-size:9pt; overflow-y:scroll;}
.autocomplete_dropdown div:hover{color:Black !important;background-color:#EEEEEE !important;}
.autocomplete_dropdown div {color:Black !important;background-color:#fcfecc !important;}
*/

/*AutoComplete flyout */
.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0 !important;
    background-color: #fcfecc !important;
    color: Black !important;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 204px;
    text-align: left;
    list-style-type: none;
    padding-top: 1px;
    padding-bottom: 1px;
    min-height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-x: hidden;
    padding-left: 50px;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    padding: 8px !important;
    height: auto !important;
    background-color: #EEEEEE;
    font-style: italic;
    color: Black !important;
    float: left;
    cursor: pointer;
}

/* AutoComplete item */
.autocomplete_listItem {
    padding: 8px;
    float: left;
    cursor: pointer;
    height: auto !important;
}

/* Autocomplete ticker column style*/
.t {
    padding-left: 3px;
    width: 70px;
    font-size: 9pt;
    float: left;
}

/* Autocomplete company column style*/
.n {
    padding-left: 3px;
    padding-right: 3px;
    width: 350px;
    font-size: 8pt;
    float: left;
}

.hlButton {
    cursor: pointer;
}

.ownershipLists:hover {
    background-color: #f5f5f5;
}

.ipoLists:hover {
    background-color: #f5f5f5;
}

.ipoLists td a:hover {
    text-decoration: none;
}

.ipoPerformanceDDL {
    cursor: pointer;
    font-size: 8pt;
    padding: 2px;
}

.ipoProfileMainMenu {
    font-family: arial, helvetica;
    font-size: 9pt;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

.ipoProfileMainMenuLine {
    height: 30px;
    vertical-align: middle;
    border-top: 1px solid #F0EEE8;
}

.ipoProfileMainMenuLineItem {
    padding: 0 0 0 10px;
    font-weight: bold;
    width: 50%;
}

.ipoProfileMainMenuLineValue {
    padding: 0;
}

.ipoProfileSubHeader {
    font-family: arial, helvetica;
    font-size: 10pt;
    color: #000000;
    width: 100%;
    background-color: #f5f5f5;
    height: 28px;
    vertical-align: middle;
    font-weight: bold;
    padding: 0 0 0 5px;
}

.ipoProfileSubMenu {
    font-family: arial, helvetica;
    font-size: 8pt;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

.ipoProfileSubMenuLine {
    height: 28px;
    vertical-align: middle;
    border-top: 1px solid #F0EEE8;
}

.ipoProfileSubMenuLineItem {
    padding: 0 0 0 10px;
    font-weight: bold;
    width: 60%;
}

.ipoProfileSubMenuLineValue {
    padding: 0;
}

#tblIpoAdvisors td {
    padding: 5px 0 5px 10px;
}

#tblIpoAdvisors a:hover {
    color: #660000;
    text-decoration: underline;
}

}

.ipoProfileAdvisorLine {
    vertical-align: middle;
}

.ipoProfileAdvisorLineItem {
    font-weight: bold;
}

.ipoProfileCompanyHeader {
    font-family: arial, helvetica;
    font-size: 13pt;
    color: #454545;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.7px;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    height: 30px;
}

.ipoProfileCompanyContent {
    margin: 0 auto;
}

.downloadDetails {
    font-size: 10px;
    font-family: Verdana;
}

.addInDownloadBoxHeader {
    margin: 0 0 0 20px;
    font-weight: bold;
    font-size: 14px;
    padding-right: 6px;
}

.addInDownloadHeader {
    font-family: arial, helvetica;
    font-size: 11pt;
    color: #454545;
    font-weight: bold;
    line-height: 1.8;
    display: inline-block;
    vertical-align: middle;
}

.addInDlContactUs {
    color: #515151;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana;
}

.addInDlPhoneNumber {
    letter-spacing: 1.1px;
}

    .addInDlPhoneNumber:hover {
        text-decoration: none;
    }

.addInDlTerritory {
    font-style: italic;
}

.analyticsMain {
    width: 700px;
    padding: 15px 0 0 20px;
    font-family: Trebuchet MS, Verdana, Arial, sans-serif;
    font-size: 13px;
}

    .analyticsMain p {
        margin: 5px 0 10px 0;
        line-height: 20px;
    }

.analyticsSubMain {
    width: 700px;
    height: 253px;
    position: relative;
    padding: 15px 0 0 40px;
    margin-bottom: 25px;
}

.analyticsXbrlInfo {
    width: 340px;
    height: 227px;
    position: absolute;
    margin-left: 30px;
    display: inline-block;
    color: #30537d;
    font-family: verdana;
    letter-spacing: 1px;
    line-height: 17px;
    font-size: 10px;
    border: solid #999999 1px;
    padding: 12px 12px 12px 12px;
    text-align: justify;
}

.analyticsHighlight {
    color: #013864;
    font-family: verdana;
    letter-spacing: 1px;
    line-height: 18px;
    font-size: 11px;
    font-weight: 900;
}

.screenerAnonMain {
    width: 700px;
    padding: 15px 0 0 20px;
    font-family: Trebuchet MS, Verdana, Arial, sans-serif;
    font-size: 13px;
}

    .screenerAnonMain p {
        margin: 5px 0 10px 0;
        line-height: 20px;
    }

.screenerAnonSubMain {
    width: 700px;
    height: 253px;
    position: relative;
    padding: 15px 0 0 40px;
    margin-bottom: 25px;
}

.screenerAnonScreenInfo {
    width: 340px;
    height: 227px;
    position: absolute;
    margin-left: 30px;
    display: inline-block;
    color: #30537d;
    font-family: Trebuchet MS, Verdana, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 17px;
    border: solid #999999 1px;
    padding: 12px 12px 12px 12px;
    text-align: justify;
}

.screenerAnonBullet {
    background: url("/images/icons/arrow_bullet_red.gif") left top no-repeat;
    padding: 0 0 0 20px;
    margin-left: 2px;
    margin-bottom: 12px;
    line-height: 12px;
}

.screenerAnonList {
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    list-style-type: none;
}

    .screenerAnonList li {
        background: url("/images/icons/arrow_bullet_red.gif") left top no-repeat;
        padding: 0 0 0 20px;
        margin-left: 2px;
        margin-bottom: 15px;
        line-height: 12px;
    }

.screenerAnonItems {
    color: #013864;
    font-family: verdana;
    letter-spacing: 1px;
    line-height: 18px;
    font-size: 11px;
    font-weight: 900;
}


.fancyToolTip {
    display: inline-block;
    position: relative;
    text-align: left;
}

    .fancyToolTip .fancyToolTipTop {
        min-width: 400px;
        top: -20px;
        left: 100px;
        transform: translate(-50%, -100%);
        padding: 10px 20px;
        color: #444444;
        background-color: #EEEEEE;
        font-weight: normal;
        font-size: 13px;
        border-radius: 8px;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        box-shadow: 0 1px 8px rgba(0,0,0,0.5);
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.8s;
    }

    .fancyToolTip:hover .fancyToolTipTop {
        visibility: visible;
        opacity: 1;
    }

    .fancyToolTip .fancyToolTipTop i {
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -12px;
        width: 24px;
        height: 12px;
        overflow: hidden;
    }

        .fancyToolTip .fancyToolTipTop i::after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            left: 50%;
            transform: translate(-50%,-50%) rotate(45deg);
            background-color: #EEEEEE;
            box-shadow: 0 1px 8px rgba(0,0,0,0.5);
        }

img[src*="/images/icons/svg/html.svg"], img[src*="images/icons/svg/html.svg"] {
    width: 16px;
    height: 16px;
    padding: 2px 0 0 1px;
}

img[src*="/images/icons/svg/html_viewed.svg"], img[src*="images/icons/svg/html_viewed.svg"] {
    width: 16px;
    height: 16px;
    padding: 2px 0 0 1px;
}

img[src*="/images/icons/svg/rtf.svg"], img[src*="images/icons/svg/rtf.svg"] {
    width: 16px;
    height: 16px;
    padding: 2px 0 0 1px;
}

img[src*="/images/icons/svg/pdf.svg"], img[src*="images/icons/svg/pdf.svg"] {
    width: 16px;
    height: 16px;
    padding: 2px 0 0 1px;
}

img[src*="/images/icons/svg/xls.svg"], img[src*="images/icons/svg/xls.svg"] {
    width: 16px;
    height: 16px;
    padding: 2px 0 0 1px;
}

img[src*="/images/icons/svg/xml.svg"], img[src*="images/icons/svg/xml.svg"] {
    width: 16px;
    height: 16px;
    padding: 2px 0 0 1px;
}

img[src*="/images/icons/svg/xbrl.svg"], img[src*="images/icons/svg/xbrl.svg"] {
    width: 16px;
    height: 16px;
    padding: 2px 0 0 1px;
}

img[src*="/images/icons/svg/redline.svg"], img[src*="images/icons/svg/redline.svg"] {
    width: 16px;
    height: 16px;
    padding: 2px 0 0 1px;
}

img[src*="/images/icons/svg/redline_queued.svg"], img[src*="images/icons/svg/redline_queued.svg"] {
    width: 16px;
    height: 16px;
    padding: 2px 0 0 1px;
}

img[src*="/images/icons/svg/more.svg"], img[src*="images/icons/svg/more.svg"] {
    width: 15px;
    height: 13px;
    padding: 0 0 2px 0;
}

img[src*="/images/icons/svg/help.svg"], img[src*="images/icons/svg/help.svg"] {
    width: 13px;
    height: 12px;
}

img[src*="/images/icons/svg/delete.svg"], img[src*="images/icons/svg/delete.svg"], input[src*="images/icons/svg/delete.svg"] {
    width: 13px;
    height: 13px;
}

img[src*="/images/icons/customize.png"], img[src*="images/icons/customize.png"], input[src*="images/icons/customize.png"] {
    width: 16px;
    height: 16px;
}

img[src*="/images/icons/svg/share.svg"], img[src*="images/icons/svg/share.svg"] {
    width: 16px;
    height: 16px;
}

img[src*="/images/icons/svg/alert.svg"], img[src*="images/icons/svg/alert.svg"] {
    width: 16px;
    height: 16px;
    padding: 2px 2px 0 2px;
}

img[src*="/images/icons/svg/file.svg"], img[src*="images/icons/svg/file.svg"] {
    width: 16px;
    height: 16px;
    padding: 2px 2px 0 2px;
}

img[src*="/images/icons/svg/filed.svg"], img[src*="images/icons/svg/filed.svg"] {
    width: 16px;
    height: 16px;
    padding: 2px 2px 0 2px;
}

img[src*="/images/icons/svg/add.svg"], img[src*="images/icons/svg/add.svg"] {
    width: 16px;
    height: 16px;
    padding: 0 2px 0 2px;
}

img[src*="/images/icons/svg/stock_up.svg"], img[src*="images/icons/svg/stock_up.svg"] {
    width: 14px;
    height: 14px;
    padding: 2px 0 0 0;
}

img[src*="/images/icons/svg/stock_down.svg"], img[src*="images/icons/svg/stock_down.svg"] {
    width: 14px;
    height: 14px;
    padding: 2px 0 0 0;
}

img[src*="/images/icons/svg/docviewer_up.svg"], img[src*="images/icons/svg/docviewer_up.svg"] {
    width: 14px;
    height: 14px;
}

img[src*="/images/icons/svg/docviewer_down.svg"], img[src*="images/icons/svg/docviewer_down.svg"] {
    width: 14px;
    height: 14px;
}

img[src*="/images/icons/svg/zoom.svg"], img[src*="images/icons/svg/zoom.svg"] {
    width: 16px;
    height: 16px;
    padding: 0 2px 0 2px;
}

img[src*="/images/icons/svg/printer.svg"], img[src*="images/icons/svg/printer.svg"] {
    width: 17px;
    height: 17px;
    padding: 0 2px 0 2px;
}

img[src*="/images/icons/locked.png"], img[src*="images/icons/locked.png"] {
    width: 12px;
    height: 12px;
    padding: 0 0 5px 0;
}

img[src*="/images/icons/svg/unlock.svg"], img[src*="images/icons/svg/unlock.svg"] {
    width: 26px;
    height: 26px;
    padding: 0 2px 3px 2px;
}

img[src*="/images/icons/svg/sortdown.svg"], img[src*="images/icons/svg/sortdown.svg"] {
    width: 13px;
    height: 13px;
}

img[src*="/images/icons/svg/sortup.svg"], img[src*="images/icons/svg/sortup.svg"] {
    width: 13px;
    height: 13px;
}

img[src*="/images/icons/svg/arrow_left.svg"], img[src*="images/icons/svg/arrow_left.svg"] {
    width: 13px;
    height: 13px;
}

img[src*="/images/icons/svg/arrow_right.svg"], img[src*="images/icons/svg/arrow_right.svg"] {
    width: 13px;
    height: 13px;
}

img[src*="/images/icons/svg/check.svg"], img[src*="images/icons/svg/check.svg"] {
    width: 13px;
    height: 13px;
}

img[src*="/images/icons/svg/save.svg"], img[src*="images/icons/svg/save.svg"] {
    width: 14px;
    height: 14px;
}

img[src*="/images/icons/svg/save_html.svg"], img[src*="images/icons/svg/save_html.svg"] {
    width: 32px;
    height: 22px;
}

img[src*="/images/icons/svg/save_rtf.svg"], img[src*="images/icons/svg/save_rtf.svg"] {
    width: 32px;
    height: 22px;
}

img[src*="/images/icons/svg/save_pdf.svg"], img[src*="images/icons/svg/save_pdf.svg"] {
    width: 32px;
    height: 22px;
}

img[src*="/images/icons/svg/save_xls.svg"], img[src*="images/icons/svg/save_xls.svg"] {
    width: 32px;
    height: 22px;
}

img[src*="/images/icons/svg/save_orig.svg"], img[src*="images/icons/svg/save_orig.svg"] {
    width: 32px;
    height: 22px;
}

.saveIcons {
    padding-right: 7px;
}

img[src*="/images/icons/svg/info.svg"], img[src*="images/icons/svg/info.svg"] {
    width: 16px;
    height: 16px;
    padding: 0 0 2px 2px;
}

img[src*="/images/icons/svg/chart.svg"], img[src*="images/icons/svg/chart.svg"] {
    width: 16px;
    height: 16px;
}

img[src*="/images/icons/svg/viewfiling.svg"], img[src*="images/icons/svg/viewfiling.svg"] {
    width: 16px;
    height: 16px;
}

img[src*="/images/icons/svg/calendar.svg"], img[src*="images/icons/svg/calendar.svg"] {
    width: 16px;
    height: 16px;
}

.ipoHeader {
    padding-right: 7px;
}

.saveExcel img {
    width: 24px;
    height: 24px;
}

.ddlCalendarLink {
    margin-left: -2px;
}

.ddlCalendarImg {
    padding-bottom: 2px;
}

.anonPageMain {
    font-size: 14px;
    font-family: arial, helvetica;
    padding: 15px 20px 0 20px;
}

@media (min-width: 1300px) {
    .anonPageMain {
        padding-bottom: 25px;
    }
}


.anonPageTitle {
    font-size: 24px;
    font-weight: bold;
}

.anonPageTitleHighlight {
    color: rgb(0, 112, 145);
}

.anonPageDesc {
    letter-spacing: 0.5px;
    line-height: 2.3;
    padding-top: 5px;
}

@media (max-width: 1200px) {
    .anonPageDesc {
        letter-spacing: 1.1px;
        line-height: 1.8;
    }
}

@media (max-width: 1100px) {
    .anonPageDesc {
        letter-spacing: 1px;
        line-height: 1.9;
    }
}

@media (max-width: 1000px) {
    .anonPageDesc {
        letter-spacing: 0.8px;
        line-height: 1.8;
    }
}

@media (max-width: 900px) {
    .anonPageDesc {
        letter-spacing: 0.6px;
        line-height: 1.6;
    }
}

@media (max-width: 800px) {
    .anonPageDesc {
        letter-spacing: 0.4px;
        line-height: 1.4;
    }
}

@media (max-width: 600px) {
    .anonPageDesc {
        letter-spacing: normal;
        line-height: normal;
    }
}

.anonPageActions {
    padding-top: 25px;
}

.anonPageButton {
    background-color: #007091;
    color: #fff;
    border: solid 1px #007091;
    border-radius: 25px;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    transition: background-color 0.2s, color 0.2s;
    text-decoration: none;
}

    .anonPageButton:hover {
        background-color: #fff;
        color: #007091;
        border: solid 1px #007091;
        text-decoration: none;
    }

    .anonPageButton + .anonPageButton {
        margin-left: 20px;
    }

@media (max-width: 650px) {
    .anonPageActions {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .anonPageButton + .anonPageButton {
        margin-left: 0;
        margin-top: 20px;
    }
}

/*New Login Page Styles*/
.login-container {
    background: #fff;
    padding: 5px 30px 10px 30px;
    max-width: 450px;
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

    .login-container h2 {
        margin-bottom: 20px;
        text-align: center;
        color: #333;
        font-size: 18px;
    }

    .login-container .form-group {
        margin-bottom: 15px;
        font-size: 13px;
        font-weight: bold;
    }

        .login-container .form-group label {
            display: block;
            margin-bottom: 5px;
            color: #000;
        }

        .login-container .form-group input[type="text"],
        .login-container .form-group input[type="password"] {
            width: calc(100% - 10px);
            padding: 8px;
            font-size: 14px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

        .login-container .form-group input[type="checkbox"] {
            margin-right: 5px;
        }

    .login-container .form-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

        .login-container .form-actions a {
            font-size: 13px;
            color: #263982;
            text-decoration: none;
        }

            .login-container .form-actions a:hover {
                color: #263982;
                text-decoration: underline;
            }

        .login-container .form-actions label {
            display: flex;
            align-items: center;
            font-size: 13px;
            font-weight: normal;
            cursor: pointer;
        }

        .login-container .form-actions input[type="checkbox"] {
            margin-right: 5px;
            vertical-align: middle;
        }

    .login-container .password-toggle {
        margin-top: 5px;
        font-size: 12px;
        color: #263982;
        cursor: pointer;
        user-select: none;
        font-weight: normal;
        text-decoration: none;
    }


    .login-container .contact-links {
        margin-top: 10px;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 0.3em;
        justify-content: center;
    }

        .login-container .contact-links .contact-separator {
            display: inline-block;
            width: 2px;
            height: 1.2em;
            background: #ccc;
            margin: 0 0.75em;
            vertical-align: middle;
        }

        .login-container .contact-links a {
            color: #263982;
            text-decoration: none;
        }

            .login-container .contact-links a:hover {
                text-decoration: underline;
            }

    .login-container .login-error {
        text-align: center;
        font-size: 14px;
        color: red;
        margin-top: 0;
        margin-top: 25px;
    }

    .btn-login-wrapper #btnLogin,
    .login-container input[type="submit"].btn,
    .login-container input[type="button"].btn {
        background-color: #007091;
        color: #fff;
        border: solid 1px #007091;
        border-radius: 25px;
        padding: 12px 32px;
        font-size: 14px;
        font-weight: 600;
        font-family: inherit;
        cursor: pointer;
        text-align: center;
        display: block;
        width: 100%;
        transition: background-color 0.2s, color 0.2s;
        text-decoration: none;
        box-sizing: border-box;
        margin: 0 auto;
    }

        .btn-login-wrapper #btnLogin:hover,
        .login-container input[type="submit"].btn:hover,
        .login-container input[type="button"].btn:hover {
            background-color: #fff;
            color: #007091;
            border: solid 1px #007091;
            text-decoration: none;
        }

.btn-login-wrapper input[type="submit"],
.btn-login-wrapper input[type="button"],
.btn-login-wrapper .aspNetDisabled {
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
}

.btn-login-wrapper {
    width: 100%;
    position: relative;
}

.btn-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border: 2px solid #fff;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    z-index: 2;
    pointer-events: none;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}



.form-type-label,
.form-type-help,
.form-type-expand {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    margin-bottom: 4px;
}

.form-type-expand {
    margin-right: 0;
}


.form-group-label,
.form-group-select {
    display: block;
    margin-bottom: 4px;
}

.form-group-label {
    font-weight: bold;
    margin-bottom: 4px;
}



.fulltext-header {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}

.fulltext-label {
    font-weight: bold;
}

.fulltext-help {
    display: flex;
    align-items: center;
}

.fulltext-input {
    margin-bottom: 4px;
}


.actgroup-label {
    font-weight: bold;
    margin-bottom: 4px;
}

.actgroup-select {
    margin-bottom: 4px;
}

.filertype-label {
    font-weight: bold;
    margin-bottom: 4px;
}

.fulltext-textbox {
    resize: vertical;
    min-width: 0;
    max-width: 100%;
    padding: 5px;
}

/* Style the placeholder */
.expandedSearchTextBox::placeholder {
    color: #b0b0b0 !important;
    font-style: italic !important;
    opacity: 1 !important;
    font-size: 12px !important;
}

/* For IE 10-11 */
.expandedSearchTextBox:-ms-input-placeholder {
    color: #b0b0b0 !important;
    font-style: italic !important;
}

/* For Edge */
.expandedSearchTextBox::-ms-input-placeholder {
    color: #b0b0b0 !important;
    font-style: italic !important;
}

.expandedSearchTextBox {
    font-size: 12px !important;
    padding-left: 5px;
}
    
.expanded-search-field {
    margin-bottom: 10px;
}

.expandedSearchDropDownList {
    font-size: 12px;
    padding-left: 5px;
}

.expandedSearchLabel {
    font-weight: bold;
    margin-bottom: 4px;
}



.accordion-panel {
    overflow: hidden;
    max-height: 1000px;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .accordion-panel.collapsed {
        max-height: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

.accordion-toggle {
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    color: #2e3b80;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.accordion-toggle-icon {
    margin-right: 6px;
    transition: transform 0.3s;
    font-size: 14px;
}

.accordion-toggle[aria-expanded="false"] .accordion-toggle-icon {
    transform: rotate(180deg);
}

.accordion-toggle-bar {
    user-select: none;
    transition: background 0.2s;
}

    .accordion-toggle-bar:hover {
        background: #f0f2fa;
    }


.dflist label, .dflist span {
    margin-right: 15px;
}