.smallView {
    width: 31px;
    height: 3.25px;
    background: rgb(204, 204, 204);
    border: 2px solid rgb(114, 114, 119);
    border-radius: 0px 0px 0px 0px;
    
}

.mediumView {
    width: 31px;
    height: 10px;
    background: rgb(204, 204, 204);
    border: 2px solid rgb(114, 114, 119);
    border-radius: 0px 0px 0px 0px;
}

.largeView {
    background: rgb(104, 152, 206);
    border-radius: 0px 0px 0px 0px;
    border: 2px solid rgb(36, 113, 201);
    height: 28px;
    width: 31px;
}

.activeContainer {
    clear: left;
}
.chartWithOverlay {
    height: 221.2px;
    width: 270.37px;
    margin-right: 46.83px;
    margin-left: 18.9px;
    position: absolute;
    bottom: 10px;
    clear: left;
    background: rgba(255, 255, 255, 0.2);
}

.chartLabels {
    color: rgb(114, 114, 119);
    width: 40px;
    font-size: 17px;
    font-family: Roboto-Regular;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: left;
    position: absolute;
    right: 7.8px;
}

.chartWithOverlayLarge {
    z-index: 1;
    width: 580px;
    height: 480px;
    position: relative;
    float: left;
    margin-right: 8px;
    background: rgba(255, 255, 255, 0.2)
}

.egvContainerAlert, .egvContainer, .egvContainerWarn {
    position: relative;
    float: left;
    margin-left: 12px;
    margin-bottom: 8px;
    background: rgb(255, 255, 255);
    height: 382px;
    width: 343px;
}

.egvContainer {
    border: 5px solid rgb(60, 60, 60);
}

.egvContainerAlert {
    border: 5px solid rgb(237, 28, 36);
}

.egvContainerWarn {
    border: 5px solid rgb(252, 201, 59);
}

hr {
    clear: left;
    margin:20px 0px 20px 0p;
    padding:0px;
    border:0;
    border-bottom:2px solid #aaaaaa;
}

.outOfSession {
    width: 264px;
    height: 80px;
    float: left;
    margin-left: 12px;
    margin-bottom: 8px;
    border:2px solid black;
}

.followStyle {
    color: rgb(36, 113, 201);
    font-family: Roboto-Medium;
    font-size: 16px;
    font-weight: 500;
    height: 19px;
    width: 67px;
    margin-top: 8px;
    margin-left: 16px;

}

.topBand {
    z-index: 2;
    width: 310px;
    height: 58px;
    position: absolute;
    top:14;
    left:26;
    background-color:rgba(255, 255, 0, 0.2)
}

.bottomBand {
    z-index: 2; 
    width: 310px;
    height: 58px;
    position: absolute;
    top:128;
    left:26;
    background-color:rgba(255, 165, 0, 0.2)
}

.blowup {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 4;
    width: 740px;
    height: 480px;
    background-color:rgba(255, 255, 255, 0.98)
}

.infoLarge {
    z-index: 3;
    width: 140px;
    height: 480px;
    float: left;
}

.name {
    font-size: 26px;
}
.fieldLabel {
    color: rgb(60, 60, 60);
    font-family: Roboto-Bold;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.41px;
}

.fieldValue, .topfield  {
    color: rgb(60, 60, 60);
    font-family: Roboto-Medium;
    font-size: 14px;
    letter-spacing: -0.41px;
    margin-left: 16px;
    width: 154px;
}

.topfield {
    margin-top: 8px;
}

.fieldsBlowup {
    font-size: 14px;
    margin-bottom: 12px;
}

.divNum {
    float: left;
}

.egvLastTime {
    position: absolute;
    left: 170px;
    top: 8px;
    width: 125px;
    height: 18px;
    color: rgb(60, 60, 60);
    font-size: 15px;
    font-family: Roboto-Medium;
    font-weight: 500;
    letter-spacing: -0.44px;
    text-align: center;
}
.egvUnits {
    position: absolute;
    left: 206px;
    top: 89px;
    color: rgb(60, 60, 60);
    font-family: Roboto-Light;
    font-size: 15px;
    font-weight: 300;
    height: 18px;
    letter-spacing: -0.44px;
    width: 42px;
    text-align: center;
}
.egvNormal, .egvHigh, .egvLow  {
    position: absolute;
    left: 170px;
    top: 22px;
    width: 125px;
    height: 78px;
    font-size: 65px;
    font-family: Roboto-Bold;
    font-weight: bold;
    letter-spacing: -0.55px;
    text-align: center;
}
.egvNormal {
    color: rgb(75, 179, 72);
}
.egvHigh {
    color: rgb(252, 201, 59);
}
.egvLow {
    color: rgb(237, 28, 36);
}
.egvConnecting {
    position: absolute;
    left: 170px;
    top: 22px;
    width: 125px;
    height: 78px;
    color: rgb(60, 60, 60);
    font-size: 65px;
    font-family: Roboto-Bold;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.55px;
}

.egvBannerUrgent {
    position: absolute;
    left: 0px;
    top: 115px;
    width: 343px;
    height: 30px;
    z-index: 4;
    background: rgb(237, 28, 36);
    border-radius: 0px 0px 0px 0px;

    color: rgb(255, 255, 255);
    font-family: Roboto-Bold;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.egvBannerWarning {
    position: absolute;
    left: 0px;
    top: 115px;
    width: 343px;
    height: 30px;
    z-index: 4;
    background: rgb(252, 201, 59);
    border-radius: 0px 0px 0px 0px;

    color: rgb(60, 60, 60);
    font-family: Roboto-Bold;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: center;
}

.egvNoBanner {
    position: absolute;
    left: 0px;
    top: 115px;
    height: 0px;
    width: 346px;
    display: none;
}

.bannerInactive {
    display: none;
}

.dischargeButton {
    position: absolute;
    left: 317px;
    top: 11px;
    width: 18px;
    height: 18px;
    color: rgb(36, 113, 201);
}

.dischargeContainer {
    position: absolute;
    left: 317px;
    top: 11px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.22),
    0px 24px 24px 0px rgba(0, 0, 0, 0.3);
    height: 177px;
    width: 280px; 
    z-index: 4; 
}

.dialogTitle {
    position: absolute;
    left: 24px;
    top: 21px;
    width: 192px;
    height: 28px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 20px;
    font-family: Roboto-Medium;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 28px;
}

.dialogContent {
    position: absolute;
    left: 24px;
    top: 62px;
    width: 232px;
    height: 48px;
    color: rgb(150, 150, 150);
    font-size: 17px;
    font-family: Roboto-Regular;
    font-weight: normal;
    line-height: 24px;
}

.dialogConfirm {
    position: absolute;
    right: 18px;
    top: 144.5px;
    width: 152px;
    height: 16px;
    color: rgb(237, 28, 36);
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: 500;
    text-align: right;
    letter-spacing: 0.5px;
}

.dialogCancel{
    position: absolute;
    left: 32px;
    top: 144.5px;
    width: 56px;
    height: 19px;
    color: rgb(36, 113, 201);
    font-size: 14px;
    font-family: Roboto-Medium;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5px;
}

.arrow {
    position: absolute;
    left: 294px;
    top: 46px;
    width: 42px;
    height: 42px;
}
.status {
    font-size: 24px;
    color: rgb(46, 128, 46)
}
.discharge_button {
     background-color: #4CAF50;
     border: none;
     color: white;
     padding: 12px 12px;
     text-align: center;
     font-size: 14px;
     cursor: pointer;
     margin: 12px;
}

.headerRow {
    display: none;
}

.headerCol {
    display: none;
}
