﻿/*Anuja - Popup Css Start*/
  
.lblForModal
 {
z-index:10012;
font-size:large;
font-weight: bold;
color: Black;
}
.display {
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.7);
display: none;
z-index: 1001 !important;
 }

.display2 {
background-color: transparent;

display: block;
width: auto;
height:auto;
z-index: 1001;
top: 35%;
left: 35%;
position: fixed;
padding-left: 10px;
margin: auto;
 }
 #divMessageYesNo.displayMessage {
 background-color: transparent;
 display: block;
 width: 30%;
 height:30%;
 z-index: 1001;
 top: 35%;
 left: 30%;
 position: fixed;
  padding-left: 10px;
 margin: auto;
 }

  #displayModalMsgYesNo.displayMsg .show {
visibility: visible;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
  }

 #divYesNo
 {
 width:450px;
 height:180px;
 text-align:center;
 z-index : 10011;
 border:1px solid #67809F;
 background-color: White;
 border-radius:;
vertical-align: middle;            
   }
       
.display.show {
visibility: visible;
-webkit-animation: fadeIn1s;
animation: fadeIn1s;
 }

  #displayModalMessageError .display {
  height: 100%;
   width: 100%;
   position: fixed;
 top: 0;
 left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1002 !important;
 }

 #divMsgError .display2 {
   background-color: transparent;

 display: block;
 width: 30%;
 height:30%;
z-index: 1001;
 top: 35%;
left: 35%;
 position: fixed;
 padding-left: 10px;
 margin: auto;
        }

#displayModalMessageError .display .show {
 visibility: visible;
-webkit-animation: fadeIn 1s;
 animation: fadeIn 1s;
}

 #divMessageError
 {
 width:481px;
 height:216px;
text-align:center;
 z-index: 10011;
 border:1px solid #67809F;
 background-color: White;
 border-radius:;
vertical-align: middle;     
}



  #displayModalMessageSuccess .display {
  height: 100%;
   width: 100%;
   position: fixed;
 top: 0;
 left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1002 !important;
 }

 #divMsgSuccess .display2 {
   background-color: transparent;

 display: block;
 width: 30%;
 height:30%;
z-index: 1001;
 top: 35%;
left: 35%;
 position: fixed;
 padding-left: 10px;
 margin: auto;
        }

#displayModalMessageSucess .display .show {
 visibility: visible;
-webkit-animation: fadeIn 1s;
 animation: fadeIn 1s;
}

 #divMessageSuccess
 {
 width:451px;
 height:180px;
text-align:center;
 z-index: 10011;
 border:1px solid #67809F;
 background-color: White;
 border-radius:;
vertical-align: middle;     
}



















   /*Anuja - Popup Css End*/
.displayWait {
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.7);
display: none;
z-index: 1000;

}

.displayWait2 {
background-color: transparent;

display: block;
width: auto;
height:auto;
z-index: 1001;
top: 40%;
left: 45%;
position: fixed;
padding-left: 10px;
margin: auto;
}

.displayWait.show {
visibility: visible;
-webkit-animation: fadeIn1s;
animation: fadeIn1s;
}
#divWait
{
width: 100%;
height: 100%;
text-align:center;

}
.lblForWait
{
z-index:1002;
font-size:large;
font-weight: bold;
color: White;
}
