﻿
.tdLeft
{
	font-size: 11px;
	color: #444444;
	font-family: Verdana, Arial, 'Sans Serif' , 'Times New Roman';
	text-align: left;
	text-decoration: none;
}

.grdTop1
{
    background-color: #D7CFE8;
    background-color: #D7CFE8;
    
    }
.grdTop2
{
	background-color: #154575;
    background-color: #154575;
    text-align:left;
    vertical-align:middle;
    font-size:13px;     
}
.grdTop22
{
	background-color: #5B9BD5;
    background-color: #5B9BD5;
    text-align:left;
    vertical-align:middle;
    font-size:13px;     
}
.grdItem1
{
    background-color: #eee;
    background-color: #eee;
   
}
.grdItem2
{
    background-color: White;
   
}


.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}
.Mp{/*Vidhi Patel 01May2017*/
    font-size: small;
    height:25px!important;
    background:red;
    color:#fff;
    position:absolute;
    width:200px;
    text-align:center;
    line-height:22px !important;
    
}
.Mp:after{ /*Vidhi Patel 01May2017*/
    content:"";
    position:absolute;
    height:0;
    width:0;
    right:100%;
    top:-8px !important;
    border:20px dotted transparent;
    border-right: 20px dotted red;
     border-style: solid;
    border-left-width: thick;
}

.GRMp { /*Vidhi Patel 01May2017*/
        font-size: small;
    left: 463px;
    top: 182px;
    height: 34px!important;
    background: red;
    color: #fff;
    position: absolute;
    width: 232px;
    text-align: center;
    line-height: 17px !important;
}
.GRMp:after { /*Vidhi Patel 29July2017 for border arrow set*/
    -webkit-transform: rotate(90deg);
    content: "";
    position: absolute;
    height: 0;
    width: 4px;
    right: 105%;
    top: -38px !important;
    border: 20px dotted transparent;
    border-right: 20px dotted red;
     border-style: solid;
    border-left-width: thick;
    left: 97px;
}
.GRAEP { /*Vidhi Patel 01May2017*/
         font-size: small;  
    left: 462px;
    top: 175px;
    height: 49px!important;
    background: red;
    color: #fff;
    position: absolute;
    width: 232px;
    text-align: center;
    line-height: 17px !important;
}
.GRAEP:after { /*Vidhi Patel 01May2017*/
  -webkit-transform: rotate(90deg);
    content: "";
    position: absolute;
    height: 0px;
    width: 4px;
    right: 105%;
    top: -32px !important;
    border: 20px dotted transparent;
    border-right: 20px dotted red;
    left: 97px;
    border-style: solid;
    border-left-width: thick;
}