﻿#tooltipTeaching,#toolTipFundingMainWrapper,#tooltipOtherIe {
  position: absolute;
  z-index: 1000;    
  padding: 10px;  
  color:white; 
  box-shadow: 0 25px 50px 0 rgba(0,0,0,0.2),0 25px 50px 0 rgba(0,0,0,0.19); 
  background-color:white;  
  border:5px solid black;
}

#tooltipNonTeaching {
  position: absolute;
  z-index: 1000;    
  padding: 10px;  
  color:white; 
  box-shadow: 0 25px 50px 0 rgba(0,0,0,0.2),0 25px 50px 0 rgba(0,0,0,0.19); 
  background-color:white;  
  border:5px solid black;
}

.rightTriangle {   
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid red;
    border-left: 10px solid transparent;
}

.errors{
    color:red;
    padding-top:5px;
}

.loader {
    display: block;
    position: fixed;
    z-index: 1051;
    background-image: url('../../images/Loading7.gif');   
    background-color: #666;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.pin_unpin
{
    padding:5px;
    background-color:lightgray;
    color:transparent;
    border-radius:10px;
    margin-bottom:5px;
}

.font_size_ddl
{
    font-size:1rem;
}
.global_font_size
{
    font-size:0.75rem!important;
}

/*#region Related to Sensitive funding data all JDT table / page */

#toolTipFundingMainWrapper {
    position: fixed;
    display: none;
}

.LabelFontSize{
    padding-top: calc(0.500rem + 5px);
    font-size:12px;
}
.custom_alert {
    background-color: rgba(0, 0, 0, 0.03)!important;
    color: black!important;
    margin-bottom: 0.25rem!important;
}

#countDown
{
    position:relative; left: 0!important; float: left!important;
}

.level_font_bold{
    font-weight:bold!important;
}
/*#endregion */