.circle .col-md-3 {
    border-radius: 70px;
    font-size: 30px;
    height: 90px;
    padding: 13px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    margin: 5px 4px;
}

.circle .col-md-3 span {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.circle .col-md-3 span:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
}

.circle .col-md-3 span:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
}

.circle .col-md-3 span:nth-child(3) {
    font-size: 10px;
    font-weight: 100;
}

.panelOverflow {
    width: 395px;
    height: 100px;
    overflow: hidden;
    background-color: #E6F5FF;
}

.float-tabs {
    float: left;
    margin-left: 1px;
    margin-top: 20px;
    color: white;
}

.headerColor {
    background: #005F83 !important;
}

.containerCenter {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divWarningMessage {
    text-align: center;
    font-size: 12px !important;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
    color: grey;
}

ul.vital-signs, ul.vital-signs li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.vital-signs li {
    line-height: 18px;
    text-align: center;
}

.vitalItems {
    z-index: 10;
}

.vital-signs {
    font-size: 12px !important;
    font-weight: bold;
    padding-top: 5px;
    background-color: #005F83;
    list-style: none;
    color: white;
}

.vital-signs ul li:nth-child(2) input {
    background-color: transparent;
    width: 60px;
    border: none;
    text-align: center;
    margin-left: 15px;
}

.vital-signs ul li:nth-child(1) {
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    text-align: center;
    background: none;
}

.vital-signs ul li:nth-child(2) {
    font-size: 14px;
    font-weight: 600;
    width: 60px;
    text-align: center;
}

.vital-signs ul li:nth-child(3) {
    font-weight: 300;
    font-size: 10px !important;
}

.vital-signs ul li:nth-child(3) input {
    width: 40px;
    font-weight: normal;
    font-size: 10px !important;
    top: 100% !important;
    background-color: transparent;
    border: none;
    text-align: center;
}

.vital-signs ul {
    list-style: none;
    padding-left: 0px;
}
