﻿.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: 25px;
    left: -1px;
}


.AllNoticeDetailsTable .tooltiptext {
    right: -1px;
    left: unset;
}

.hdrToolTip .tooltiptext {
    background-color: #274e63;
}

.AllNoticeDetailsTable .hdrToolTip .tooltiptext {
    background-color: #4182a4;
}

.toolTip .tooltiptext {
    background-color: #4182a4;
    top: 30px;
    left: 0px;
}

.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;
}