﻿
.sbox {
    height:150px;
    padding: 10px;
}

.locked {
    width: 60px;
    fill-opacity: .33;
}
.sboxitem {
   text-align:center;
}
.sboxtitle {
    font-weight:bold;
    margin-left:15px;
    font-size:12px;
}
#stockschart {
    margin: auto;
    width: 100%;
}

#showchart {
    width: 100%;
    text-align: center;
}
    #showchart .stockschart {
        width: 100%;
        height: 100%;
        text-align: center;
    }
#caldata, #ewgrade {
    cursor: pointer;
}
    #caldata:hover, #ewgrade:hover {
        background-color: #d6d6d6;
    }

#cowhisperings {
    padding: 10px;
}
.whisperingsvg {
    font-size: 24px;
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}
.briefarrow {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
}

.brieftext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
}

#epsdate-day {
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    font-size: 18px;
}
#epsdate-act {
    text-align: center;
    font-size: 32px;
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    margin-top:-10px;
    font-weight: bold;
}
#epsdate-time {
    text-align: center;
    font-size: 14px;
    margin-top:-10px
}
.trendring:hover {
    cursor: pointer;
    stroke-opacity: 1;
}

#ringdisc {
    padding: 10px;
}
#ringdesc {
    padding: 10px;
}
#ringtitle {
    padding: 15px;
    font-size: 24px;
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-weight: bold;
}

#ewno {
    font-size: 32px;
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-weight: 900;
    text-align: center;
}
#qdate {
    font-size:10px;
    text-align:center;
    font-weight: bold;
}
#consest, #revest {
    margin-left:25px;
    font-size: 14px;
    font-weight: bold;
}

#epssurpcir svg {
    width:90%;
    height: 90%;
    margin: auto;
}

#isconfirmed {
}
.isconfirmed {
    fill: #323232;
    width: 15px;
    height: 15px;
}

#ewscoregauge {
    width: 135px;

}

.volhdr {
    font-size:12px;
}
.voldata {
    font-size: 32px;
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-weight: 900;
    margin-top: -10px;
    text-align: center;
}
.showlifecycle {
    margin-top:20px;
}
.lcpie {
    width: 90px;
    height: 90px;
}
.showgrade {
    margin-top: 10px;
}
.gradecir {
    width: 100px;
    height: 100px;
}

.lck {
    fill: #323232;
    fill-opacity: .33;
    width: 75px;
    height: 75px;

}
#ewlettergrade {
    width: 125px;
}
.lettergrade {
    fill: #f7f7f7;
}


#codesc, #cosector {
    width: 90%;
    margin: auto;
    padding: 25px;
}
#lasteps {
    cursor: pointer;
}



@media (prefers-color-scheme: dark) {
    .sbox, .lasteps {
        background-color: #414141;
        color: #ddb785;
    }
        .lasteps:hover, #ewgrade:hover, #caldata:hover, #checklist:hover {
            background-color: #323232;
            border: 1px solid #ddb785;
            cursor: pointer;
        }
    .lasteps, #ewgrade, #caldata {
        border: 1px solid #414141;
    }

            .locked {
                fill: #f7f7f7;
            }

    .isconfirmed {
        fill: #ddb785;
    }

    #checklist, #codesc, #cosector {
        color: #ddb785;
    }

    #cowhisperings {
        color: #ddb785;
    }

    .whisperingsvg {
        fill: #ddb785;
        
    }



}

@media (prefers-color-scheme: light) {
    .sbox, .lasteps {
        background-color: #f7f7f7;
        color: #323232;
    }
    .locked {
        fill: #323232;
    }
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {

    #epssurpcir svg {
        width: 100px;
        height: 100px;
        margin: auto;
    }

}

@media (min-width: 992px) {
    #consest, #revest {
        margin-left: 15px;
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    #consest, #revest {
        margin-left: 25px;
        font-size: 14px;
    }
    .seven-cols .col, .seven-cols .col-lg-4 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }


    .eight-cols .col {
        width: 12.5%;
        *width: 12.5%;
    }
}

@media (min-width: 1400px) {
    #showchart, .stockschart {
        width: 1400px;
    }

    .container-fluid {
        display: flex;
        justify-content: center; 
        align-items: center;
    }

    #tradedata {
        width: 1400px;
    }
}

@media (min-width: 1920px) {
    #showchart, .stockschart {
        width: 1780px;
    }
    #tradedata {
        width: 1780px;
    }

}
