.text_align{text-align: right;}

.mobile_show{display: none;}

p.mobile_hide{display: block;}

th.mobile_hide, td.mobile_hide{display: table-cell;}

/*
#banner_tickers_intr{max-width: 826px; width: 100%; margin: 0 auto; padding: 5px 0 33px;}

#banner_tickers_intr > h1{color: #FFF; font-size: 32px; font-style: normal;font-weight: 700; line-height: 36px; margin-bottom: 6px;}

#banner_tickers_intr > p{color: #FFF; font-size: 14px; font-style: normal; font-weight: 400; line-height: 19px;}

#form_search_tickers{margin-top: 16px;}

#tickers_search_wrapper{display: flex; gap: 20px;}

#tickers_search_bar{border: 1px solid #AAA; background: #FFF; padding: 4px 9px; display: flex; align-items: center; gap: 8px;}

#tickers_ipt{
    width: 223px; 
    border: none; 
    outline: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    font-family: 'Raleway', sans-serif;
    color: #000;
}

#tickers_ipt::placeholder{color: #757575;}

#tickers_ipt::placeholder{color: #AAA;}
*/

#btn_tickers_search_close{cursor: pointer; visibility: hidden;}

/*
#btn_search_tickers{
    background: #3F9F7F;
    padding: 4px 8px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    border: none;
    cursor: pointer;
}

#tickers_list_wrapper{max-width: 826px; width: 100%; margin: 0 auto;}

#tickers_list_wrapper h2{color: #000; font-size: 24px; font-style: normal;font-weight: 700; line-height: 33px;}
*/

#csfp_row_wrapper{margin-top: 30px; display: flex; gap: 20px; flex-wrap: wrap;}

.csfp_col{
    border-radius: 10px; 
    /* border: 1px solid #CCC; */ 
    background: rgba(255, 255, 255, 0.95); 
    flex: 0 0 calc((100% - 3 * 20px) / 4);
    box-sizing: border-box;
}
/*
.csfp_col_inner{padding: 17px 16px;}
*/
.csfp_col_inner > p:first-child{
    color: var(--ZLK-Green);
    font-size: 18px; 
    font-weight: 700;
}

.csfp_col_inner > p:last-child{
    color: #000; 
    font-size: 24px; 
    font-weight: 700; 
    margin-top: 6px;
}


#tickers_letter_list_wrapper{margin-top: 27px;}

#tickers_letter_list_row{display: flex; gap: 15px; flex-wrap: wrap; margin-top: 10px; justify-content: center;}

.letter_wrapper{
    width: 50px; 
    height: 50px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    border-radius: 10px;
    background: #1E2C48;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    text-decoration: none;

    transition: var(--ZLK-Transitions);
}
a.letter_wrapper:hover{
    background-color: var(--ZLK-Green);
    color:#FFF;
}

#recent_filing_wrapper{margin-top:  30px;}

#recent_filing_row{display: flex; gap: 10px; margin: 12px 0; flex-wrap: wrap;}

.recent_filing_col{
    border-radius: 10px;
    background: #1E2C48;
    padding: 10px;
    color:#FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    box-sizing: border-box;
    cursor: pointer;
}

#current_recent_filing_col{background: #3F9F7F; pointer-events: none;}

#proxy_statements_table, #material_event_table, #annual_report_table, #all_filings_table{display: none;}


.tickers_list_table th{padding:10px;}

.td_company{text-align: left;}
.td_form_type{text-align: left; width:320px;}
.td_update{text-align: center; width:130px;}
.td_transaction{text-align: right; width:100px; box-sizing: border-box;}

/*
.tickers_list_table, .table_style{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left;
}

.tickers_list_table thead th, .table_style thead th{
    background: #CCC;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    width: auto;
    padding: 10px 15px;
}


.tickers_list_table tbody tr, .table_style tbody tr{background-color: #FFF; transition: background-color 1s; cursor: pointer;}

.tickers_list_table tbody tr:hover, .table_style tbody tr:hover{background-color: #E9FAEF;}

.tickers_list_table tbody td:first-child, .table_style tbody td:first-child{border-left: 1px solid #AAA;}

.tickers_list_table tbody td, .table_style tbody td{
    border-bottom: 1px solid #AAA;
    padding: 12px 15px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    width: auto;
}
*/
.ticker_width1{width: 350px !important;}

.ticker_width2{width: 120px !important;}

.ticker_width3{width: 100px !important;}

.ticker_width4{width: initial;}

/*
.tickers_list_table tbody td:last-child, .table_style tbody td:last-child{border-right: 1px solid #AAA;}
*/

#MostViewedTable th{height:44px;}

.form_style{
    border-radius: 10px;
    min-width: 66px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;    
    padding: 0 10px;
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    box-sizing: border-box;
}

.it_form_style{color: #0DA2E7; background: rgba(13, 162, 231, 0.20);}

/*
.fyc_3, .fyc_4, .fyc_5{background: rgba(13, 162, 231, 0.20); color: #0DA2E7;}

.fyc_8-K{background: rgba(231, 13, 20, 0.20); color: #E70D14;}

.fyc_10-K, .fyc_10-K_A{background: #1B294B; color: #F8FAFC;}

.fyc_DEF_14A, .fyc_DEFA14A, .fyc_PRE_14A, .fyc_PRER14A, .fyc_DEF_14C,
.fyc_DEFA14C, .fyc_PRE_14C, .fyc_PRER14C{background: rgba(124, 59, 237, 0.20); color: #7C3BED; }
*/

/*
.ticker_style{
    border-radius: 10px;
    background: #3F9F7F;
    min-width: 80px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 13px;
    box-sizing: border-box;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    flex-shrink: 0;
}
*/

.table_company_info{display: flex; gap: 12px; align-items: center;}


.tickers_list_table tr, .table_style tr{position: relative;}
.table_company_info>a::after{
    width:100%;
    height:100%;
    display:block;
    position: absolute;
    top:0;
    left:0;

    content: "";
}


.table_form_style_row{display: flex; gap: 8px; align-items: baseline;}

.table_form_style_row > span:last-child{
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filing_url_str{text-align: center; margin-top: 20px;}

.filing_url_str a{

    font-weight: 700;

    /*
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
    */
}

#trending_tickers_wrapper{margin-top: 33px;}

#trending_tickers_row{display: flex; gap: 20px; margin-top: 8px;}

.trending_tickers_col{flex: 1;}

.trending_tickers_col_p1{
    /*
    
    font-size: 18px;
    font-style: normal;
    
    line-height: 25px;
    */
    
    font-weight: 400;
}

.trending_tickers_col_p2{
    color: #666;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
}

.table_style tbody tr{cursor: initial;}
/*
.table_style thead th{padding: 10px 24px;}

.table_style tbody td{padding: 12px 24px;}
*/

.td_transaction b{
    font-size :16px;
    color: var(--ZLK-Blue);
    font-weight: 400;
}

.sell_style{
    color: #EF4343;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.buy_style{
    color: #21C45D;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.other_style{
    color: #1869ff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -1px; 
}

.refreshing {
    opacity: 0.4;
    transition: opacity 0.2s ease;
}

@media only screen and (max-width: 1024px) {

    /* 
    #banner_tickers_intr{max-width: initial; margin: 0; padding: 12px 0 18px;}

    #banner_tickers_intr > h1{margin-bottom: 3px;}
     */

    #tickers_list_wrapper{margin: 25px auto; max-width: initial;}

    #csfp_row_wrapper{gap: 10px; margin-top:  17px;}

    .csfp_col{flex: 0 0 calc((100% - 10px) / 2);}

    .csfp_col_inner{padding: 8px 16px; display: flex; justify-content: space-between; align-items: baseline;}

    .csfp_col_inner > p:last-child{margin-top:  0;}

    #tickers_letter_list_wrapper{margin-top:  20px;}

    #tickers_letter_list_row{gap: 20px;}

    #recent_filing_row{margin:  12px 0 15px;}

    .filing_url_str{margin-top: 30px;}

    .table_form_style_row > span:last-child{display: none;}

    .ticker_width1{width: 540px !important;}

    #trending_tickers_wrapper{margin-top: 30px;}

    #trending_tickers_row{gap: 40px; flex-direction: column;}




    .td_form_type{text-align: center; width:100px;}
    .td_form_type>div{justify-content: space-evenly;}

    #MostViewedTable th {height: auto;}
}

@media only screen and (max-width: 870px) {
    .ticker_width1{width: 400px !important;}
}

@media only screen and (max-width: 768px) {
    /*
    #banner_tickers_intr{padding: 0 0 22px;}

    #banner_tickers_intr > h1{font-size: 18px; line-height: 36px; margin-bottom:  0;}
    */

    #tickers_search_wrapper{gap: 5px;}

    /*
    #tickers_search_bar{padding: 4px;}
    */

    #csfp_row_wrapper{margin-top: 10px;}

    .csfp_col{flex: 0 0 100%;}

    #tickers_letter_list_wrapper{margin-top: 30px;}

    #tickers_letter_list_row{margin-top: 5px; gap: 10px; }

    .letter_wrapper{width: 40px; height: 40px;}

    #recent_filing_row{margin: 9px 0 20px; gap: 10px 5px;}

    .recent_filing_col{
        flex: 0 0 calc((100% - 5px) / 2); text-align: center;
        
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    p.mobile_hide, th.mobile_hide, td.mobile_hide{display: none;}

    .mobile_show{display: block;}

    .tickers_list_table thead th:last-child, .tickers_list_table tbody td:last-child{text-align: right;}

    .ticker_width1{width: auto !important;}

    /*
    .ticker_style{padding: 0 8px; font-size: 13px; line-height: 18px; height: 18px; min-width: 54px;}
    */

    .td_update{width:100px;}

    #trending_tickers_row .ZLKDataTable th{
        font-size:13px;
    }
}


@media only screen and (max-width: 400px) {

    th.td_transaction>p:first-child{letter-spacing: -1px;}

    .td_update{min-width:80px;}
    th.td_update{letter-spacing: -1px;}
}