﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*announcement.css*/
body, input {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 13px;
}

input {
    font-size: 16px;
}

    input:focus {
        z-index: 2;
        outline: none;
    }

.wl-main-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 0px solid #333;
}

    .wl-main-table td {
        padding: 10px 10px;
        vertical-align: top;
        /*width:5%;*/
    }

.wl-head-td {
    font-weight: bold;
    border: 0px solid #333;
    /*border-bottom-width: 2px;*/
}

.wl-main-table td {
    text-align: center;
    vertical-align: top;
}

.wl-date-title {
    text-align: left !important;
    width: 90%;
}

.wl-data-row td {
    /*border-bottom: 0px solid #333;*/
    border-bottom: 1px solid #DDDDDD;
    
    font-weight: 500;
}


.wl-head-td {
    /*background-color: #FF7309;
    color: white;*/
    background-color: #1ABC9C;
    color: #FFFFFF;
    font-weight: 700;
    border-right: 1px solid rgba(255,232,214,0.25);
}

.wl-code-head, .wl-date-head {
    border-radius: 4px 0 0 0;
}

.wl-ann-head {
    border-radius: 0px 4px 0 0;
    border-right: none;
}

.wl-link-td, .wl-ann-head {
    text-align: left !important;
}

.wl-link-td {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.wl-sensitive td {
    font-weight: bold !important;
}

.wl-link {
    text-decoration: none;
    color: #000000;
}

    .wl-link:hover {
        text-decoration: none;
    }

.wl-divider {
    padding: 0px 5px;
    display: inline-block;
}

.wl-page-div {
    text-align: center;
    padding: 10px 5px 5px 5px;
}

.wl-page-link {
    text-decoration: none;
    color: #333;
}

.wl-selected-page {
    font-weight: bold;
}

.wl-date-div {
    font-weight: bold;
    float: left;
    font-size: 18px;
    display: flex;
    padding-bottom: 20px;
}

.wl-main-title-div {
    padding-bottom: 0px;
}

.wl-dimScreen {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    display: none;
}

.wl-data-row {
    cursor: pointer;
}

    .wl-data-row:hover {
        background-color: #DDDDDD;
    }

.wl-disabled {
    /*
            pointer-events:none;
            cursor:default;*/
    cursor: text;
    opacity: 0.5;
}

    .wl-disabled:hover, .wl-disabled a:hover {
        text-decoration: none;
        background-color: white;
    }

.wl-clock-img {
    width: 16px;
    height: 16px;
    padding-right: 10px;
    position: relative;
    top: 2px;
    transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
}

.wl-clock-svg {
    content: url("/library/imgs/clock.svg");
}

.wl-clock-png {
    content: url("/library/imgs/clock.png");
    width: 16px;
    height: 14px;
}

.wl-clock-disappear {
    width: 0px;
    height: 0px;
    padding-right: 0px;
}

.wl-search-btn {
    text-decoration: none;
    background-color: #FF7309;
    color: white;
    font-weight: bold;
    position: relative;
    display: inline-block;
    height: 28px;
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    top: -1px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.wl-search-txt {
    width: 205px;
    height: 37px;
    padding-left: 10px;
    border: 1px solid #D6D6D6;
    position: relative;
    -webkit-appearance: none;
    border-radius: 0px;
    left: 6px;
    text-transform: uppercase;
    font-weight: bold;
}

.wl-search-div {
    white-space: nowrap;
    text-align: right;
    padding-bottom: 10px;
}

::placeholder {
    color: #A8A8A8;
    font-weight: bold;
    font-family: "Open Sans";
    text-transform: none;
}

.wl-search-txt-div, .wl-search-btn-div {
    display: inline-block;
}

.wl-date-col {
    white-space: nowrap;
    width: 5%;
    text-align: left !important;
}

.wl-display-none {
    display: none !important;
}

.wl-title-table {
    width: 100%;
    border-collapse: collapse;
}

.wl-search-td {
    text-align: right;
    vertical-align: top;
}

.wl-code-col {
    font-weight: bold;
    cursor: pointer !important;
}

.wl-back-btn {
    text-decoration: none;
    color: #FF7309;
    padding: 5px;
    position: relative;
    top: -5px;
}

.wl-back-icon {
    position: relative;
    top: 1px;
    display: inline-block;
}

.wl-name-td {
    text-align: left !important;
}

.wl-chart-icon {
    width: 20px;
    padding-top: 3px;
    padding-left: 7px;
}

.wl-search-area {
    display: inline-block;
}

.wl-headline-sensitive-div {
    float: none;
    padding-right: 5px;
    padding-top: -5px;
    padding-left: 10px;
    display: inline-block;
}

.wl-lbl-chkbx-sen-icon {
    display: none;
}

.wl-ann-dropdown-span {
    position: relative;
}

    .wl-ann-dropdown-span:after {
        content: '\e951';
        font-family: 'weblink';
        position: absolute;
        margin: 13px 0px 0px -30px;
        pointer-events: none;
    }

.wl-dropdown {
    appearance: none;
    width: 230px;
    height: 40px;
    padding-left: 15px;
    padding-right: 10px;
    position: inherit;
    border-color: #DDDDDD;
    background-color: #DDDDDD;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #424242;
}

.wl-code-head {
    cursor: text !important;
}

.wl-code-td, .wl-date-td {
    border-left: 1px solid #DDDDDD;
}

.wl-link-td {
    border-right: 1px solid #DDDDDD;
}

tr:last-child > .wl-code-td, tr:last-child > .wl-date-td {
    border-radius: 0px 0px 0px 4px;
}

tr:last-child > .wl-link-td {
    border-radius: 0px 0px 4px 0px;
}

@media screen and (max-width: 820px) {
    .wl-name-td {
        display: none;
    }
    .wl-main-table td {
        width: 1%;
    }
}

@media screen and (max-width: 730px) {
    .wl-title-table td {
        display: inline-block;
    }

    .wl-headline-sensitive-div {
        padding-left: 0px;
    }
}

@media screen and (max-width: 600px) {
    .wl-time-col {
        display: none;
    }
}

@media screen and (max-width: 515px) {
    /*There are some styling on js for this width*/
    .wl-headline-sensitive-div {
        display: block;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
    }

    .wl-search-area {
        white-space: nowrap;
        text-align: left !important;
        padding-left: 0px; /*10px;*/
        padding-bottom: 10px;
    }

    .wl-search-div {
        width: 100% !important;
    }

    .wl-main-title-div {
        text-align: left;
    }

    .wl-title-table td {
        display: block;
    }

    .wl-search-td {
        text-align: left;
        height: 50px;
    }

    .wl-date-div {
        float: none;
        padding-bottom: 10px !important;
    }

    .wl_button {
        float: right;
        right: 15px;
        top: -32px;
    }


    .wl-dropdown {
        width: 100% !important;
    }

    .wl-search-area, .wl-search-txt-div {
        width: 100% !important;
    }
}

@media screen and (max-width: 320px) {
    .wl-code-col, .wl-time-col {
        width: 17%;
    }

    .wl-main-table td {
        padding: 5px 2px;
    }
}


/*report.css*/
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}
input{
    margin:0;
}
.wl-debug-div{
    padding:10px 0px 70px 0px;
}
.wl-code-td{
    white-space:nowrap;    
}

.wl-main-table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
}


.wl-main-table td {
    /*padding: 16px 10px;*/ 
    padding: 11px 10px;
}

.wl-head-td {
    font-weight: bold !important;
    border: 0px solid #333;
    background-color: #1ABC9C;
    color: #FFFFFF;
    font-weight: 700;
    white-space: nowrap;
}

.wl-code-head {
    /*border-top: 1px solid #454545;*/
    border-left: 1px solid #1ABC9C;
}
.wl-head-td {
    border-right: 1px solid rgba(255,232,214,0.25);
}
.wl-last-up td, .wl-head-td {
    border-bottom-width: 0px !important;
}
.wl-last-up td {
    border-bottom: 2px solid #DDDDDD !important;
}
.wl-main-table td {
    text-align: center;
    
}

.wl-date-td {
    text-align: left !important;
}

.wl-data-row td {
    border-bottom: 1px solid #DDDDDD;    
    font-weight: 500;
}

.wl-code-td {
    font-weight: 500;
}

.wl-date-div {
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 18px;
    display:flex;
}
.wl-title-date-td{
    width:100%;
}

.wl-name-td, .wl-name-head {
    text-align: left !important;
    min-width: 180px;
    width: 63% !important;
}

.wl-vol-col, .wl-percent-col, .wl-sales-col, .wl-marketcap-col,.wl-change-td {
    text-align: right !important;
}

.wl-data-row:hover {
    background-color: #DDDDDD;
}

.wl-vol-short {
    display: none;
}
.wl-asxlink{
    text-decoration:none;
    color:#000;
}
.wl-principle-td{
    text-align:left !important;
    display:none;
}
.wl-data-row td {
    cursor: default;
}

.wl-dimScreen {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    display: none;
}
.wl-disable{
    cursor:text !important;
}
.wl-mv-up {
    color: #339966;
}

.wl-mv-down {
    color: #F94A4A;
}

.wl-percent-td {
    font-weight: normal;
}

.wl-price-td, .wl-price-head {
    text-align: right !important;
}

/*.wl-news-icon {
    background-color: #FF6800;
    border-radius: 18px;    
    margin-left: 2px;
}*/
    /*.wl-news-icon::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 18px;
        background: url(../imgs/icon.svg);
        background-size: cover;
    }*/

    .wl-news-icon:after {
        color: #FF7309;
        content: "!";
        padding-left: 2px;
        font-weight: bold;
    }

/*.wl-multiple-news {
    background-color: #FF6800;
    border-radius: 18px;
     padding: 1px 6px;
    border-radius: 18px;
    font-size: 12px;
    margin-left: 2px;
}*/
    /*.wl-multiple-news::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 18px;
        background: url(../imgs/icon.svg);
        background-size: cover;
    }*/
    .wl-multiple-news:after {
        content: "!";
    }

.wl-msg-window {
    position: fixed;
    top: 60%;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    z-index: 2;
    display: none;
}

.wl-close-icon-div {
    text-align: right;
}

.wl-x-span {
    padding: 10px;
    display: inline-block;
    float: right;
    color: #000; /*white;*/
    cursor: pointer;
}

.wl-msg-div {
    padding: 10px;
    text-align: left; /*center;*/
    margin-left: 36px;
}

.wl-title-div {
    font-weight: bold;
    padding-top: 10px;
}

.wl-embargo-div {
    padding-top: 30px;
    padding-bottom: 10px;
}

.wl-avail-time-div {
    padding-bottom: 30px;
}

.wl-clock-img {
    width: 16px;
    height: 16px;
    padding-right: 10px;
    position: relative;
    top: 2px;
    transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
}

.wl-clock-svg {
    content: url("/library/imgs/clock.svg");
}

.wl-clock-png {
    content: url("/library/imgs/clock.png");
    width: 16px;
    height: 14px;
}

.wl-titlebar-div {
    /*
    text-align: center;
    background-color: #FF7309;
    color: white;
        */
    text-align: left;
    background-color: white;
    color: #000000;
}

.wl-title-span {
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    margin-left: 36px;
    font-size: 24px;
}

.wl-hd-sensitive {
    font-weight: bold !important;
}

.wl-hd-table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}

.wl-hd-table-div {
    display: inline-block;
    padding: 10px 0px;
    width:100%;
}

.wl-hd-td {
    /*padding: 5px 5px;*/
    padding: 10px 10px;
    vertical-align: top;
    font-weight: 500;
}

.wl-hd-tr {
    cursor: pointer;
}

.wl-embargoed {
    cursor: text;
    opacity: 0.5;
}

.wl-td-head {
    font-weight: 700;
    border-bottom: 0px solid #333;
    padding-bottom: 5px;
    background-color: #454545;
    color: #FFFFFF;
    line-height: 21px;
    padding: 10px 10px;
    border-right: 1px solid rgba(255,232,214,0.25);
}

.td-0 {
    padding-top: 10px;
}

.wl-td {
    /*width: 20%;*/
}

.wl-code-head {
    /*width: 10% !important;*/ /*5% !important;*/
    border-radius: 4px 0 0 0;
    /*text-align: left !important;*/
}
.wl-52wk-head {
    border-radius: 0 4px 0 0px !important;
    text-align: right !important;
    border-right: 0px solid #454545 !important;
}
.wl-code-td {
    /*text-align: left !important;*/
}
.wl-vol-td, .wl-marketcap-td, .wl-traded-td {
    text-align: right !important;
}
.wltraded-td{
    max-width:280px;
}
.wl-vol-td{
    max-width:150px;
}
.wl-marketcap-td{
    max-width:265px;
}
.wl-price-td{
    max-width:130px;
}
.wl-percent-td {
    max-width: 135px;
    text-align: right !important;    
}
.wl-52wk-col {
    border-right: 1px solid #DDDDDD;
    white-space:nowrap;
    text-align:left !important;
}

.wl-row:last-child .wl-percent-td {
    border-radius: 0 0px 4px 0px;
}
.wl-code-td {
    border-left: 1px solid #DDDDDD;
}
.wl-row:last-child .wl-code-td {
    border-radius: 0px 0px 0px 4px;
}
.wl-chart-icon {
    width: 20px;
    padding-top: 3px;
    padding-left: 7px;
}
.wl-search-div{
    text-align:right;
}
.wl-search-area {
    display: inline-block;
    float:none;
}
.wl-search-btn{
    top:-1px;
}
.wl-main-title-div {
    font-size:25px;
    font-weight:bold;
    border-bottom:2px solid black;
    padding-bottom:10px;
}
.wl-credit-div{
    margin-top:5px;
    text-align:right;
}
/*
@media screen and (max-width: 690px) {
    .wl-main-title-div {
        text-align: left;
    }

    .wl-title-table td {
        display: block;
    }

    .wl-search-td {
        text-align: left;
    }

    .wl-date-div {
        float: none;
    }
    
    .wl-search-div {
        padding-top: 0px;        
    }

    .wl-search-area {
        text-align: left;
        display: block;
        float: none !important;
        text-align: right;
        width: 100%;
        margin-bottom: -10px;
    }
    .wl-search-txt-div {
        width:100% !important;
        padding-left:0px !important;
    }
}
@media screen and (max-width: 370px) {
    .wl-code-col, .wl-time-col {
        width: 17%;
    }

    .wl-main-table td {
        padding: 10px 2px;
    }

    .wl-vol-short {
        display: inline;
    }

    .wl-vol-full {
        display: none;
    }
}

@media screen and (max-width: 230px) {
    .wl-sales-col {
        display: none;
    }
}
*/


.wl-search-txt-div, .wl-search-btn-div {
    display: inline-block;
    /*padding-left:5px;*/
}

.wl-search-td {
    text-align: right;
    vertical-align: top;
}

.wl-title-table {
    width: 100%;
    border-collapse: collapse;
}

.wl-back-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    text-decoration: none;
    color: #FF7309;
    padding: 5px;
}
.wl-head-sticky{
    display:none;
    position:absolute;
}
.wl-icon-sort {
    position: relative;
    top: 0px;
    font-size:13px;
}
.wl-head-sortable{
    cursor:pointer !important;
}

.wl-summary-div {
    text-align: center;
    padding: 12px 34px 12px 34px;
}

.wl-summary-link {
    background-color: #FF6800;
    color: #FFFFFF;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 24px 12px 24px;
    border-radius: 66px;
}

/*volume.css*/

.wl-main-title-div {
    padding-bottom: 0px;
    border-bottom: 0px !important;
}

.wl-code-td {
    background: none;
    border-right: none;
}

.wl-data-row {
    cursor: default;
}

.wl-back-btn {
    position: relative;
    top: -0px;
}

.wl-date-div {
}

.wl-debug-div {
    text-align: center;
}

.wl-chart-icon {
    top: 3px;
    position: relative;
}

.wl-mv-up {
    color: #339966;
}

.wl-mv-down {
    color: #F94A4A;
}
/*
@media screen and (max-width: 515px) {
    .wl-date-div {
    }

    .wl-search-div {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}*/

/*wl-topnews.css*/
