﻿body {
}
.strip
{
   background:  #dff0d8; 
   color: #3c763d;
}
   
.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td
 {
            border-radius: 7px;
            background-color: #CE5454;
            color: white;
            font-family: "Helvetica Neue" , Roboto, Arial, "Droid Sans" , sans-serif;
            font-size: 13px;
            font-weight: 400;
            line-height: 1.471;
            text-align:left;
           
            
 }
 .border
  {
    border: 1px solid #CE5454;
  }
        
 .CustomValidatorCalloutStyle .ajax__validatorcallout_icon_cell
  {
    display:none;
  }
  .CustomValidatorCalloutStyle .ajax__validatorcallout_close_button_cell
   {
    display:none;
   }
   .CustomValidatorCalloutStyle .ajax__validatorcallout_popup_table
    {
     width:150px;
    }
    .popup
     {
        position: fixed;
         width: 100%;
        height: 100%;
         margin: 0 auto;
          top: 0; 
          left: 0; 
          z-index: 2;
           display: none
     }
     .popup_Contant
     {
         max-width: 915px;
          margin: 0 auto;
           background: #fff;
            padding: 28px;
             border: 1px solid #000;
                margin-top: 10%; 
                box-shadow: 1px 2px 3px #ccc; 
                border-radius: 0px;
         }
         .blurPopup
         {
             z-index: -1; 
             top: 0; 
             left: 0; 
             bottom: 0; 
             right: 0px; 
             position: fixed;
            opacity: 0.6; 
            filter: alpha(opacity=6); 
            background-color: Gray;
             }

   
    .Pager span
    {
         padding:2px 5px;
         -webkit-border-radius: 5px;
        text-align: center;
        color: #000;
        display: inline-block;
        width:29px;
        height:27px;
        background-color: #7FD6C3;
        margin-right: 3px;
        line-height: 150%;
        border: 1px solid #3AC0F2;
    }
    .Pager a
    {
        width:29px;
        height:27px;
        padding:2px 5px;
        -webkit-border-radius: 5px;
        text-align: center;
        display: inline-block;
        background-color: #aaa;
        color: #000;
        border: 1px solid #aaa;
        margin: 0 3px;
        line-height: 150%;
        text-decoration: none;
    }
