﻿body {
    background-color: #f0f4f5;
}

.cssPan {
    background-color: white;
    border: 1px solid black;
    float: left;
    margin: 5px;
    height: 500px;   
    
}

.cssPanBP {
    width: 350px;
}

.cssPanBMI {
    width: 350px;
}

.cssPanPulse {
    width: 270px;
}


.cssTopColour {
    background-color: #003399;
    height: 30px;
}



.cssPanContents{
    height:388px;
    background-color:white;
}

.cssPanHR{
    width:80%;
}


.row::after {
    content: "";
    display: table;
    clear: both;
}
.column{
    float:left;
    width:20px;
    height:20px;
}


#cssportal-grid {
    display: grid;
    grid-template-rows: repeat(26, 10px);
    grid-template-columns: repeat(16, 10px);
    gap: 10px;
    width: 260px;
    height: 160px;
}

#div5 {
    grid-area: 1 / 1 / 2 / 7;
    background-color: rgba(10,61,22, 0.5);
}

#div6 {
    grid-area: 2 / 1 / 3 / 7;
    background-color: rgba(98,36,166, 0.5);
}

#div7 {
    grid-area: 3 / 1 / 4 / 4;
    background-color: rgba(172,251,29, 0.5);
}


/*REVIEW*/

.cssReviewLabels {
    width: 100%;
    margin-top: 6px;
    text-align: center;
    color: Black;
    font-size: 22px;
    color: #005eb8;
}

.cssPanReview {
    background-color: white;
    border: 1px solid black;
    float: left;
    margin: 5px;
    height: 450px;
    position:relative;
    top:5px;
    margin-top:10px;
 
   
}

.cssBPTable {
    width: 350px;
    height: 320px;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.cssBPRow{
    background-color:white;

}


.cssBPCol1{
    width:160px;
}
.cssBPCol2 {
    width: 95px;
}
.cssBPCol3  {
    width: 95px;
}

.cssBMIPCol1 {
    width: 340px;
}



.cssBPReview {
    border-style: solid;
    border-width: 4px;
    background-color: white;
  /*  display: table-row !important;*/
}

/*BP REVIEW*/
.cssBPReviewSevereHypertension{
      border-color: #ff3333;

}
.cssBPReviewHypertension {
    border-color: #ff3333;
}


.cssBPReviewHigh {
    border-color: #ff9999;
}


.cssBPReviewNormal {
    border-color: #33ff66; 
}

.cssBPReviewLow {
    border-color: #99ccff;
}


/*BMI REVIEW*/
.cssBMIReviewUnderweight {
    border-color: #9999ff;
}


.cssBMIReviewHealthy {
    border-color: #33ff66;
}

.cssBMIReviewOverweight {
    border-color: #cc9999;
}

.cssBMIReviewObese {
    border-color: #993333;
}

.cssBMIReviewSerious {
    border-color: #ff0000;
}



.cssQRCode{

    width:250px;
    height:250px;
}



.cssBPCell {
    width: 10px;
    height: 10px;
    padding: 0px;
    margin: 0px;
}

.cssBPYAxisLabs{
    vertical-align:text-top;
    background-color:antiquewhite;
   
    font-size:10px;
    border-color:black;
    border-top:solid;
    border-width:1px;
    width:50px;

}
.cssColPoint {
    background-color: black;
    height: 5pt;
    width: 5pt;
    position: fixed;
    left: 0px;
    top: 0px;
}

.cssColBPHypertension{
    background-color:aqua;
}



.cssColBPHigh {
    background-color: #ff9999;
}

.cssColBPNormal {
    background-color: #33ff66;
}

.cssColBPLow {
    background-color: #99ccff;
}

.cssResultLabelsTitle {
    font-weight: bold;
}

.cssResultLabels {
    color: #005eb8;
    /*background-color: #ff00ff;*/
    text-align: center;
    padding: 3px;
    display: block;
    
  
}

.cssResults {
    font-size: 40px;
    display: block;
    text-align:center;
}

.cssLabsValue {
    color: #005eb8;
    background-color: #ffffff;
    text-align: center;
    padding: 3px;
    display: block;
}


/* BP VALUES */
.cssBPLab {
    text-align: center;
    height: 25px;   
}

/*
.xxcssBPLabValue {
    text-align: center;
    height: 25px;
}

.cssPanBorderBPHypertension {
    border-color: #ff3333;
}

.cssPanBorderBPHigh {
    border-color: #ff9999;
}

.cssPanBorderBPNormal {
    border-color: #33ff66;
}

.cssPanBorderBPLow {
    border-color: #99ccff;
}

.cssPanBorderPulseUnder {
    border-color: #99ccff;
}

.cssPanBorderPulseOver {
    border-color: #ff0000;
}
    */




input[type="submit"], input[type="button"] {
    color: #212b32;
    background-color: #ffffff;
    border: 3px solid #212b32;
    border-radius: 8px;
}

input[type="submit"]:active, input[type="button"]:active {
    color: #212b32;
    background-color: #ffeb3b;
    border: 2px solid #212b32;
    border-radius: 8px;
}

.cssButEnglish {
    height: 125px;
    width: 200px;
    margin: 5px;
}

.cssFinishButton {
    height: 100px;
    width: 150px;
    display:inline-block;
    margin:4px;
}

.cssResetEnglish {
    height: 100px;
    width: 150px;
    display: inline-block;
    margin: 4px;
    /* padding: 30px; */

    background: url(../images/langs/english.gif);
    /* font-size:24px;*/
}

.cssDivFinishAndReset {
    position:relative;
    padding: 4px;
    height: 100px;
    width: 1024px; 
    display: flex;
    justify-content: center;
    clear:both;
}

.cssLabResults {
    color: #005eb8;
    display:block;
}

.cssDivResultsTitle {
    height: 70px;
    width: 1024px;
    text-align:center;
}

.cssDateTime {
    color: #005eb8;
}

.cssFadeIn {
    animation: fadeIn 5s ;
    -moz-animation: fadeIn 5s;
    /*
    -webkit-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
        */
}

@keyframes fadeIn {
    0%   { opacity: 0; }
    100% { opacity: 1;}
}

@-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1;}
}


.cssChartBox{
    width:20px;
    height:20px;
    background-color:cornflowerblue;

}



/*
@-webkit-keyframes fadeIn {
    0% { opacity: 0;}
    100% { opacity: 1;}
}

@-o-keyframes fadeIn {
    0% { opacity: 0;}
    100% { opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1;}
}
    */


