﻿.tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #26a9e1;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 1;
    font-family: arial;
    font-size: 15px;
    padding: 4px 10px;
    font-weight: 600;
    border: 2px solid white;
    top: 37px;
    left: 2px;
}
.hdrToolTip .tooltiptext {
    background-color: #274e63;
}
.toolTip .tooltiptext {
    background-color: #4182a4;
    top: 30px;
    left: 0px;
}
.hdr-home {
    /*right: 87px;*/
}
.header-help {
    color: #274e63;
}
.hdrToolTip:hover .tooltiptext,
.toolTip:hover .tooltiptext {
    visibility: visible;
}
.tooltips {
    position:relative;
    right: 0px;
    float:right;
    top:50px;
}
.hdrToolTip {
   color: #274e63;
    margin: 0px 5px 0px 5px;
    position: relative;
}

.toolTip {  
    margin: 0px 5px 0px 5px;
    position: relative;
}

.toolTipAlignLeft .tooltiptext {    
    left: unset;   
    right: -4px;
}

.tooltips .vitalsOrdering {
    position: relative;
    top: -7px;
    margin: 0px 10px 0px 5px;
}

.tooltips .vitalsOrdering a {
    font-weight: 500;
    color: #274e63;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
}


.hdr-close .tooltiptext {
    top: 31px;
    left: unset;
    right: -2px;
}