﻿#titlebox {
    background-color: #7792b0;
    color: #f7f7f7;
}
#titlename {
    color: #323232;
    text-align: left;
}
#tdicon {
    width: 65px;
    height: 98px;
    fill: #7792b0;
}

.tdicondraw {
    fill: #323232;
}

#titleicon {
    fill: #5f6b6f;
}

#iicon {
    width: 170px;
    height: 98px
}
.titlesvg {
    font-size: 36px;
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    fill: #323232;
}

#acctset {
    position: absolute;
    width: 33px;
    height: 33px;
    cursor: pointer;
    top: 5px;
    right: 5px;
    fill: #323232;
}

    #acctset:hover {
        fill: #ddb785;
    }

.wlgrade {
    width: 67px;
    height: 67px;
    padding-top:10px;
}
.wlbox {
    border: 1px solid #f7f7f7;
}
.epsdate, .wlprice {
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-size: 1rem;
    font-weight: bold;
}
.epsday, .epstime {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .5rem;
    font-weight: bold;
}

.wlscore, .wlprice, .wlnextdate {
    padding-top: 15px;
}
.wlsent svg {
    width: 55px;
    height: 55px;
    padding-top: 10px;
}
.wlsmtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .4rem;
}


.wlbgtitle  {
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-size: .8rem;
    font-weight: bold;
}

#wlchart, #wlcal {
    display: flex;
    align-items: flex-start;
    text-align: center;
   
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

#wldownload:hover {
    fill: #ddb785;
}

#wldownload {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 40px;
    right: 2px;
    fill: #323232;
}
#wldownload svg {
    width: 40px;
    height: 40px;
}

.wlrem {
    position:absolute;
    top: 2px;
    right:2px;
    width:20px;
    height:20px;
    fill: #323232;
}
    .wlrem:hover {
        fill: #cd5959;
    }


#wlbubbles {
    background-color: #f7f7f7;
}

.legenditem {
    font: bold 12px sans-serif;
}

.calbub, .calbubtext {
    cursor: pointer;
}

#wlbubbles {
    width: 100%;
}

.titletext {
    fill: #323232;
}
.titlebox {
    fill: #f7f7f7;
    fill-opacity: .5;
}

#wloverlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.67);
    z-index: 2;
    cursor: pointer;
}
#removewlfrm {
    display: none;
    position: fixed;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #323232;
    width: 300px;
    background-color: #ddb785;
    padding: 20px;
    text-align: center;
}

@media (prefers-color-scheme: dark) {
    .chartcopy, .titletext, .legenditem {
        fill: #f7f7f7;
    }

    #titlebox, #titlename {
        color: #323232;
    }
    .wlrem {
        fill: #ddb785;
    }

    #wldownload {
        fill: #323232;
    }
    #wldownload:hover {
            fill: #ddb785;
        }

    #wlbubbles {
        background-color: #323232;
    }
    .titletext {
        fill: #ddb785;
    }

    .titlebox {
        fill: #414141;
        fill-opacity: .5;
    }

    .wbbox {
        border: 1px solid #323232;
    }
    .chartlogo {
        fill: #f7f7f7;
    }

    .x-axis {
        color: #f7f7f7;
    }

    #wlsvg {
        fill: #323232;
    }

    .priceline {
        fill: none;
        stroke: #ddb785;
        stroke-width: 3;
    }

    .spyline {
        fill: none;
        stroke: #f7f7f7;
        stroke-opacity: .5;
        stroke-width: 2;
    }
    .epsline {
        fill: none;
        stroke: #ddb785;
        stroke-width: 2;
    }

    .epsfill {
        stroke: none;
        fill: #ddb785;
        fill-opacity: .5;
    }

    .usercard {
        background-color: #414141;
        color: #ddb785;
    }

}

@media (prefers-color-scheme: light) {

    .chartcopy, .titletext, .legenditem {
        fill: #323232;
    }

    #wlsvg {
        fill: #f7f7f7;
    }

    .priceline {
        fill: none;
        stroke: #323232;
        stroke-width:3;
    }
    .pricelgnd {
        fill: #323232;
        stroke: none;
    }
    .spyline {
        fill: none;
        stroke: #7095f7;
        stroke-opacity: .5;
        stroke-width: 2;
    }
    .spylgnd {
        fill: #7095f7;
        stroke: none;
    }

    .epsline {
        fill: none;
        stroke: #ddb785;
        stroke-width:2;
        stroke-opacity: .5;
    }
    .epslgnd {
        fill: #ddb785;
        stroke: none;
    }
    .epsfill {
        stroke: none;
        fill: #ddb785;
        fill-opacity: .33;
    }




}


@media (min-width: 576px) {
}

@media (min-width: 768px) {
/*    #wlcal, #wlchart {
        display: flex;
        justify-content: center;
    }*/
}

@media (min-width: 992px) {
/*    #wlbubbles {
        margin-bottom: 50px;
    }*/
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
 
}


@media (min-width: 2400px) {
    .row-cols-xxxxl-2 > * {
        flex: 0 0 50%; 
        max-width: 50%; 
    }
}