﻿body {
}
.addonInput
{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.paging
{
}         
 .paging a
{
  position: relative;
  float: left;
  padding: 0px 6px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #659D32;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
 }         
.paging a:hover
 {
    background-color: #DDD;
    color: #659D32;
    border: 1px solid #DDD;
 }
         
.paging span
 {
  position: relative;
  float: left;
  padding: 0px 6px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #ffffff;
  text-decoration: none;
  background-color: #659D32;
  border: 1px solid #668B45;
}         
tr.paging
{
   background: none !important;
}         
  tr.paging tr
{
  background: none !important;
}
tr.paging td
{
   border: none;
}
.reqRed
{color:Red;}

.checkboxinput
{     display: block;
  width: 100%;
  height: 18px;
  padding: 0px 12px;
  font-size: 12.5px;
  /*line-height: 1.42857143;*/
  line-height: 1.77777777;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  opacity: 1;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
   transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    } 
.mainpopup
{
    width: 350px; 
    margin: 0 auto; 
    background: #fff; 
    padding: 20px; 
    border: 1px solid #ccc;
    margin-top: 10%; 
    box-shadow: 1px 2px 3px #ccc; 
    border-radius: 8px;
}
.popup
{
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    z-index:99999999999;
    display: none;
}
.popupBackgroundBlur
{
    z-index: -1; 
    top: 0; 
    left: 0;
    bottom: 0; 
    right: 0px; 
    position: fixed;
    opacity: 0.6; 
    filter: alpha(opacity=6); 
    background-color: Gray;
}
.DeleteButton
{
    height: 16px;
    width: 16px;
    background: url('../images/download.png') no-repeat 6px center;
        vertical-align: 0px;
}
.right
{
    float:right;
    margin-right:15px;
    }
.right-with-bottomMargin
{
    float:right;
    margin-right:15px;
    margin-bottom: 2px;
    margin-top: 2px;
}
.UpdateProgressMain
{
    display: block; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: inherit; 
   
     z-index: 10; 
}
.updateProgressDiv
{
    width: auto; 
    margin-left: 50%; 
    margin-top: 25%; 
    background-color: transparent;
    filter: alpha(opacity=0);
}
select > option:hover {
    background-color:  Aqua;
  }
.paggingTextbox
{
    width: 33px;
    padding: 0;
    margin: -2px;
    text-align:center;
}
.Required
{
   color:Red;
}
. align-right
{
   text-align:right;
}
      
.LoginHeading
{
   color:White;
   width:67px;
   height:67px;
   
   border-radius:50%;
   font-size:46px;
   font-family:Malgun Gothic;
   font-weight:bold;
}
.leads
{
    background-color:Red;
    background-image: linear-gradient(to bottom,#A54451 0%,#FD2529 100%);
}
.org
{
    background-color:Green;
    background-image: linear-gradient(to bottom,#226622 0%,#76E176 100%);
}
.cus
{ 
    background-color:Blue;
    background-image: linear-gradient(to bottom,#060691 0%,#7575DF 100%);
    
}
.checkboxStyle{
    background-color: #eee;
    cursor: pointer;
    background-image: none;
    width: 1.2em;
    height: 1.2em;
    border: 0.08em solid rgb(199,199,199);
    border-radius: 0.25em;
    background: rgb(215, 217, 216);
    background-image: -moz-linear-gradient(rgb(240,240,240),rgb(215, 217, 216));
    background-image: -ms-linear-gradient(rgb(240,240,240),rgb(215, 217, 216));
    background-image: -o-linear-gradient(rgb(240,240,240),rgb(215, 217, 216));
    background-image: -webkit-linear-gradient(rgb(240,240,240),rgb(215, 217, 216));
    background-image: linear-gradient(rgb(240,240,240),rgb(215, 217, 216));
    vertical-align: middle;
    line-height: 1em;
    text-indent: 21px;
    font-size: 14px;
    margin-top: 0px;}
    .wrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}
/*-------------------assign pagging-------------------------*/
.first 
{
	 border: 1px solid #ddd;
     padding: 3px 9px;
     font-weight: bold;
	 color: #659D32;
	 cursor:default;
}
.first:hover
{
	 background-color:#F0EFEF;
}

.last
{
	border: 1px solid #ddd;
    padding: 3px 9px;
    font-weight: bold;
	color: #659D32;
	cursor:default;
}
.last:hover
{
	 background-color:#F0EFEF;
}
.current
{			
	border-top: 1px solid #ddd;			
	border-bottom: 1px solid #ddd;
    padding: 3px 9px;
    font-weight: bold;
	color: #659D32;
	cursor:default;
	background-color:#F0EFEF;
}
.numeric
{
	border: 1px solid #ddd;
    padding: 3px 9px;
    font-weight: bold;
	color: #659D32;
	cursor:default;
}	

.next
{
     border-top: 1px solid #ddd;			
	 border-bottom: 1px solid #ddd;
     padding: 3px 9px;
     font-weight: bold;
	 color: #659D32;
	 cursor:default;
}
.imageButton{height:16px;width:16px;}
.customCalloutStyle div, .customCalloutStyle td{
    border: solid 1px #5cb85c;
    background-color: #F9FAF7;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #5cb85c;
}