﻿body, input {
    margin: 0;
    font-family: "Open Sans";
    color:#222;
}

input {
    font-size: 16px;
}

    input:focus {
        z-index: 2;
        outline: none;
    }

.wl-main-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #333;
}

    .wl-main-table td {
        padding: 5px 10px;
        vertical-align:top;
    }

.wl-head-td {
    font-weight: bold;
    border: 1px solid #333;
    border-bottom-width: 2px;
}

.wl-main-table td {
    text-align: center;
}

.wl-date-td {
    text-align: left !important;
}

.wl-data-row td {
    border-bottom: 1px solid #333;
}

.wl-code-td {
    
}

.wl-head-td {
    background-color: #FF7309;
    color: white;
}

.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 {
    font-weight: bold;
}

.wl-link {
    text-decoration: none;
    color: #222;
}

    .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: 20px;
}

.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: #FAFAFA;
    }

.wl-disabled {
    /*
            pointer-events:none;
            cursor:default;*/
    cursor: default;
    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;
    font-size: 14px;
    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: 24px;
    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;
}

.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: 3px;
    padding-left: 10px;
    display:inline-block;
}

.wl-lbl-chkbx-sen-icon {
    display: none;
}
.wl-dropdown {
    height: 28px;
    position: relative;
    border-color: #D6D6D6;
    font-family: "Open Sans","arial";
    font-size:16px;
    font-weight:bold;
    color:#333;
}
.wl-code-head{
    cursor:default !important;
}
@media screen and (max-width: 730px) {
    .wl-name-td {
        display:none;
    }
}


@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:5px;
    }
    .wl-search-div{
        padding-bottom:10px;
    }
}

    @media screen and (max-width: 320px) {
        .wl-code-col, .wl-time-col {
            width: 17%;
        }

        .wl-main-table td {
            padding: 5px 2px;
        }
    }
