/* private msg chat >>>*/

#advanceddiv .padryt2p
{
	padding-right:2% ! important;
}

#advanceddiv .bkwhite
{
	background-color: white !important;
}

#advanceddiv.donateColor
{
	background: #FDF7F0 !important;
}

.required_red
{
	color: #ff4249;
}

.autoTypeTxt1 {
  margin: 8px 8px 0px 4px;
  color: #555555;
  max-width: 100%;
  word-break: break-word;
}

.chatWrapDiv{
	overflow-x:auto;
}

.unreadmsg{
	color: #3A3A3A !important;
	font-weight: 700 !important;
	background: none !important;
}

.unrdmsglabel{
	font-size: 12px;
	font-weight: 400;
	padding: 3px;
}

.bblrtarw 
{
    
position: relative;
max-width: calc(100% - 30px);
min-height:50px;
padding: 0px;
background: #E2FFF6;
border: #DDDDDD solid 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

margin-left: 30px;
margin-top: 8px;
margin-bottom: 8px;

float: right;
clear: both;
    
    
font-family: 'Open Sans', sans-serif;
color: #575757;
font-size: 13px;
padding: 8px;    
    
}

.bblrtarw:after 
{
content: "";
position: absolute;
top: 10px;
right: -11px;
border-style: solid;
border-width: 9px 0 9px 11px;
border-color: transparent #E2FFF6;
display: block;
width: 0;
z-index: 1;
}

.bblrtarw:before 
{
content: "";
position: absolute;
top: 10px;
left: calc(100% + 1px);
border-style: solid;
border-width: 9px 0 9px 11px;
border-color: transparent #DDDDDD;
display: block;
width: 0;
z-index: 0;
}


.bbllftarw 
{
position: relative;
max-width: calc(100% - 30px);
min-height: 50px;
padding: 0px;
background: #F8F8F8;
border: #DFDFDF solid 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

margin-left: 5px;
margin-top: 8px;
margin-bottom: 8px;

clear: both;
float: left;

    
font-family: 'Open Sans', sans-serif ;
color: #575757;
font-size: 13px;
padding: 8px;     
    
}

.bbllftarw:after 
{
content: "";
position: absolute;
top: 10px;
left: -11px;
border-style: solid;
border-width: 9px 11px 9px 0;
border-color: transparent #F8F8F8;
display: block;
width: 0;
z-index: 1;
}

.bbllftarw:before 
{
content: "";
position: absolute;
top: 10px;
left: -12px;
border-style: solid;
border-width: 9px 11px 9px 0;
border-color: transparent #DFDFDF;
display: block;
width: 0;
z-index: 0;
}
/* private msg chat <<<*/




/* actmsg css >>>*/
	.sideSlid{
		position: fixed;
		right: -396px;
		top: 50%;
		width: 400px;
		height: 135px;
		z-index: 1999;
		border: 1px solid #C0C0C0;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		background: #FFFFFF;
		padding: 10px;
		-moz-box-shadow: 1px 1px 2px 1px rgba(178, 178, 178, 0.63);
		-webkit-box-shadow: 1px 1px 2px 1px rgba(178, 178, 178, 0.63);
	}

	.sldHnd{
		border: 1px solid rgb(184, 184, 184);
		border-right: 0;
		position: absolute;
		width: 40px;
		height: 135px;
		top: -1px;
		left: -37px;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		background: #87D5DB;
	}

	.sldico{
		padding: 6px 0px 0px 0px;
		font-size: 15px;
		color: #3E99C3;
	}

	.sldHd{
		font-size: 17px;
		font-weight: bold;
		color: #969393;
	}

	.msghd{
		font-size: 12px;
		font-weight: bold;
		padding: 0px 0px 0px 13px;
		color:	#fff;
		line-height: 14px;
	}
/* actmsg css <<<*/

/* admindsact css >>>*/

.dwnarw{
	width: 30px;
text-align: center;
background: #C9C9C9;
}

.dsadt{
	color: #555;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: bold;
	font-size: 10px;
}
.dsahd1{
	font-size: 18px;
	color: #48C2A0;
	font-family: 'Open Sans', sans-serif !important;
}
.dsaby{
	font-size: 11px;
	color: #7C7C7C;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
}

.msgtxtwrap{
	width: 81%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.userSelbt{
	border: 1px solid #D1D1D1;
	border-radius: 3px;
	width: 30px;
	height: 34.3px;
	text-align: center;
	padding-top: 8px;
	background: #ccc;
	background-image: linear-gradient(to bottom, #FCFCFC 0%, #EEEEEE 100%);
	color: #707070;
}


.fltrfld{
	font-size: 20px !important;
	background-color: white !important;
	height: 36px !important;
	padding: 0 0 0 7px !important;
}

.donhd1{
	font-size: 11px;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 500;
	color: #646464;
}

.dsaSec{
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #ddd; 
	background: #fcfcfc;
	position: relative;
}

.cnthd1{
	color: #313131;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 600;
	font-size: 13px;
}

.maxico{
	border: 1px solid #646464;
	padding: 2px;
	border-radius: 3px;
	color: #646464;
}

.grdbggrey{
	background-image: linear-gradient(to bottom, #FCFCFC 0%, #EEEEEE 100%);
}

.bgorange{
	background: #FCE3C9;
}
.bggreen{
	background: #E8FDF3;
}

.bgred{
	background: #FDE8EB;
}

.bgviolet{
	background: #F8E8FD;
}

.bgblue{
	background: #E8FAFD;
}

.bggrey{
	background: #F7F7F7;
}

.bgyellow{
	background: #FFFCE7;
}

.txtorange{
	color: #FF8F17;
}

.txtviolet{
	color: #DC90F5;
}

.txtred{
	color: #F15687;
}

.txtyellow{
	color: #DFBB01;
}

.txtblue{
	color: #3E99C3;
}

.bdrorange{
	border: 1px solid #FAB56A;
}
.msgTxt{
	color: #8B8B8B;
	font-family: 'Open Sans', sans-serif !important;
	padding-left: 6px;
	font-size: 13px;
}
.fltLft{
	float: left;
}

.dsaamt{
	color: #0F6461;
	font-size: 15px;
	font-family: 'Open Sans';
	font-weight: 600;
}

.dsaouterdiv{
	max-height: 400px;
	overflow-y: auto;
}

.addmsgsec{
	background: #F5F5F5;
	border-bottom: 1px solid #ccc;
}

.addbtpad{
	padding: 4px 6px 4px 6px;
}

.cnthddiv{
	border-bottom: 1px solid #D3D3D3;
}
.cntsubsec{
	border-bottom: 1px solid #E0E0E0;
	padding:6px;
}

.cntsecdiv div:last-child
{
	border: none;
}

.msgico{
	border: 1px solid #D1D1D1;
	border-radius: 3px;
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 8px;
}

.greenTxt{
	color: #00AF46;
}

.redTxt{
	color: #C25416;
}

.clrPad{
	padding: 0;
}
.martp15{
	margin-top: 15px;
}

.marbtm15{
	margin-bottom: 15px;
}

.martp7{
	margin-top: 7px;
}

.marbtm7{
	margin-bottom: 7px;
}

.padtp7{
	padding-top: 7px;
}


.padbtm7{
	padding-bottom: 7px;
}

.pad15{
	padding: 15px;
}

.padltrt15{
	padding-left: 15px;
	padding-right: 15px;
}
/* admindsact css <<<*/


.comPPRow{
	display:none;overflow:auto;background:url(/img/bgPatrn.png);
}

.scrollBt{
	display:none;
	right: 1%;
	bottom: 1%;
	position: fixed;
}

.cmtCrdHdr{
	position:fixed;
	top:0;
	width:100%;
	left:0;

  	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(0,0,0,0.1);
	-webkit-transform: translateZ(0);
	background: #fff;
	height: 44px;
	position: fixed;
	z-index: 670;
}

.comPPorgNm{
	padding-top: 4px;
	font-size: 180%;word-wrap:break-word; color: rgb(151, 151, 151);
}

.comPPClose{
	top: .6%;
	right: 1%;
	position: fixed;
	z-index:700;
}

.commonPopContainer
{
	overflow: hidden;
	min-height: 500px; 
}

.comPPCloseBt{
	margin-top: 1%;
}

.comPPOrgSub{
	text-transform: uppercase;
	font-family: sans-serif;
	color: #949494;
	font-size: 124%;
}

.btnhash {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #D17C7C;
	box-shadow: inset 0px 1px 0px 0px #E93C3C;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E72D2D), color-stop(1, #531717) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #E77B7B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #948080;
	display: inline-block;
	color: #FFFFFF;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 13px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #686161;
}/*.btnhash:hover {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	
	
	text-shadow:1px 1px 0px #9c1006;
}*/
.btnhash:active {
	position:relative;
	top:1px;
}
.statrow
{
	padding:1%;
}

.commonTitle
{ 
background: #fff;
font-size:200%;
}
#prjLocation
{
	min-height:400px;
}
.imgPublicPrjct
{
	max-height: 520px; 
	overflow: auto;
}
.logoImg
{
	max-height: 200px;
	width: auto;
}
.imgDelete{
	position: absolute;
	right: 0;
	background: #ccc;
	bottom: 0;
}
.imgNDelete {
    position: absolute;
    background: #ccc;
    top: 8px;
    left: 8px;
}
.imgIcDelete {
position: absolute;
font-size: 1.5em;
color: #111;
top: 5px;
left: 10px;
background: #E6E6E6;
}
.imgli a.act {
    display: none;
}
.imgli:hover a.act {
    display: block;
}
.popHead
{
	 background-image: linear-gradient(bottom, rgb(234,233,233) 31%, rgb(245,244,244) 58%);
background-image: -o-linear-gradient(bottom, rgb(234,233,233) 31%, rgb(245,244,244) 58%);
background-image: -moz-linear-gradient(bottom, rgb(234,233,233) 31%, rgb(245,244,244) 58%);
background-image: -webkit-linear-gradient(bottom, rgb(234,233,233) 31%, rgb(245,244,244) 58%);
background-image: -ms-linear-gradient(bottom, rgb(234,233,233) 31%, rgb(245,244,244) 58%);

background-image: -webkit-gradient(
 linear,
 left bottom,
 left top,
 color-stop(0.31, rgb(234,233,233)),
 color-stop(0.58, rgb(245,244,244))
);
}
.dntCard
{
font-family: 'Oxygen', sans-serif; 
color:#a09a9a;  

}
.dntCardImgdiv
{
background: #fff;
padding: 1% 0% 1% 0%;
border-radius: 3px;
}
.dntCardImg img
{
	max-height: 275px;
	width: auto;
 	margin: 0 auto; 
 	/*min-height: 275px !important	;*/
}

.dntCardTitle
{
	font-weight: 700; 
	color:#a09a9a;
	font-size: 200%;
padding: 1% 0% 1% 0%;
}
.dntCardPrgName
{
font-weight: 400;
color: gray;
font-size: 120%;
padding-top: 1%;
}
.dntCardDesc
{
	font-weight: 300; 
	color:#aaa;
} 
.dntCardRaisedTxt
{
	font-weight: 700; 
	color:#b5b2b2;
	font-size:250%;
}
.dntCardRaisedAmt
{
	font-weight: 400; 
	color:#3a832c;
	font-size:280%;
}
.dntCardPrcntAbsDiv
{
position: absolute;
top: 25%;
width: 95%;
text-align: center;
left: 0;
}
.dntCardPercent
{
	color:#a09a9a;
	font-weight: 300; 
	font-size:300%;
}
.dntCardGoalTxt
{
	color:#a09a9a;  
	font-weight: 300; 
	font-size:150%;
}

.dntCardGoalAmt
{ 
	color:#b5b2b2;
	font-weight: 700; 
	font-size:150%;
}
 
.dntCardChangeRs
{
	padding-top: 1%;
}
.dntCardChangeRs span
{	
	font-size: 90%; 
	border-bottom: 1px solid transparent;
}
.dntCardChangeRs span:hover
{
	border-bottom: 1px solid #7aa1c2;
}
.dntCardChkDiv
{ 
	font-size: 80%; 
}
.dntCardCashSign
{
	font-size:200%;
	color: #a09a9a;
}
.dntCardConfirm
{
	padding: 0% 2% 0% 2%;
}
.dntCardnote
{
padding-top: 2%;
font-size: 150%;
font-weight: 300;
color: #cacaca;
}
.dntCardCofrmAmtDiv
{
position: absolute;
top: 40%;
width: 100%;
left: 0;
font-weight: 700;
}
.dntCardCofrmAmt
{
	font-size:300%;
}
.dntCardCofrmTxt
{
	font-size:200%;
	color: #cacaca;
	font-weight: 300;
}
.selectProject
{
	padding: 1% 0% 1% 0%;
}
.selectProject:hover
{
	background :#428bca; 
	color:#fff;
	border-radius: 3px;
}
.selectpopover
{
	padding: 3%;
	background: whitesmoke;
}
.selectpopover:hover
{
	background :#428bca; 
	color:#fff;
	border-radius: 1px;
}
.linehide
{ 
	border-right: 1px solid rgba(204, 204, 204, 0.5);
}
.previewImg
{
min-height:	50px
}
.previewImg img
{
width: 50px;
height: 50px;
margin-right: 1%;
}
.previewDel
{
width: 20px !important;
height: 20px !important;	
}
.addField
{
	margin-top: 4%;
}
.addfielttypeUl
{
	top: 60%;
left: 6%;
max-height: 300px;
overflow: auto;
}
.caretAddField
{
	margin-top: 3%;
}
.addfielttypeDiv
{
	padding: 2%;
	margin-top: 3%;
}

.paypalCoverEdit
{
background: transparent;
position: absolute;
width: 100%;
height: 55px;
top: 0;
left: 0;
}
.defaultDntFont
{ 
	color: #a09a9a;
}

.pledgeDrp
{ 
border-radius: 6px;border: 1px solid #ccc;padding: 4%;
}

.pledgeDrpDwn
{
	left: 6%; max-height: 300px;overflow: auto;
}
.pledgeSmall
{
	margin-top: 3%;position: absolute;
}




.infoDrgDrp
{
	height: 260px !important;
	width: auto;
}
.infoRadio
{
	padding-left: 0px;
}

.goalDntOuter
{
	width: 77%;
left: 11%;
}

.whiteOuter
{
	background: #fff;
	background-image: url() !important;
}
.dntCardBtm
{
	background: rgb(237, 252, 241);
	padding: 12px;
margin-left: -1.4%;
margin-right: -1.4%;
}

/*********send mail for rsvp*****************/
.mail_mainContainer
{
min-height: 500px; 

}

/*********send mail for rsvp*****************/
#sendmailvialivimp .btn-primary[disabled] {
	background-color: #1dc5a3 !important;
	border-color: #1dc5a3  !important;
}

.popHd {
padding: 1%;
background: #1a878c;
height: 62px;
}

.popTxt {
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 160%;
text-shadow: 1px 1px 2px #8a8a8a;
filter: dropshadow(color=#8a8a8a, offx=1, offy=1);
}

.greenComBt {
border: 1px solid #18855E;
border-bottom: 2px solid #1F7261;
background: #FA920D;
color: #fff;
/*padding: 3% 25% 3% 25%;*/
padding: 1% 20% 1% 20%;
border-radius: 3px;
font-weight: 400;
font-size: 150%;
}

.cmboBox {
border-radius: 3px;
color: #bababa ;/*!important;*/
border: 1px solid #cccccc !important;
/*padding: 2%;*/
padding: 6px;
background-position: 97% 51% !important;
appearance: none;
-ms-appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
/*color: #696969;*/
height: 45px;
overflow: hidden;
background: url(/img/ss1/drpArrow.png) no-repeat;
border: 1px solid #ccc;
font-size: 140%;
width: 100%;
}

.pubPnl {
background: #F5F5F5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 3px;
padding: 3% 0% 3% 0%;
border: 1PX SOLID #CCC;
}

.popFull {
-webkit-border-radius: 5px;
border-radius: 5px;
background: white;
}

.boxOuter {
padding-bottom: 15px;
min-height: 600px;
}

.clrHdPad{
	padding: 0;
}

.clrLRPad
{
	padding-right: 0px;
	padding-left: 0px;
}



/* code for smtp popup starts*/
.tag{
position: relative;
/*background: #F8F8F8;*/
border: 1px solid #ccc;
min-width: 50px;
/*padding: 2px;
margin: 3px;
float: left;*/
padding: 5px;
margin: 5px;
display: inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;




}
.tgcls{
cursor: pointer;
display: inline-block;
padding: 3px;
position: relative;
right: 1px;
color: #CFCFCF;
font-family: 'arial';
font-style: normal;
}
.tgcls:hover{
    color: #979797;
}

.tgNmCls{
display: inline-block;
padding: 1px 8px 1px 3px;
position: relative;
/*color: #8D8D8D;*/
color:#1F1E1E;
font-family: 'arial';
font-style: normal;
}

.balCnt{
	position: relative;
	top: 10px;
	padding: 8px;
}

.emailLstWrap{
	margin-top:50px;padding-top:30px;border-top:1px solid #ccc;
}

.emailLstDiv{
	max-height:300px;overflow-y:auto;
}


/*eventlog*/
.eventlog_small
{
	font-size: 11px !important; 
}
.eventlog
{ 
	font-family: 'Open Sans', sans-serif !important; 
	color:#555;
}
.diffNote
{
	display: none;
}
.eventlog_showDivParent
{
	background: white;
	position: relative;
}
.eventlog_showDivChild
{
	background: white;
	position: absolute;
	z-index: 1;
	width: 100%;
	min-height: 100px;
	border: 1px solid #ccc;
	white-space: normal !important;
	max-height: 1000px;
	overflow: auto;
}
#EventLogDiv
{
	height:1000px;
	position: relative;
	z-index: 0;
	font-size: 100% !important;
}
#EmailLogDiv, #trackedemailLog, #autEmailLogDiv
{
	height:540px;
	position: relative;
	z-index: 0;
	font-size: 100% !important;
	overflow: hidden; 
	outline: 0px;
}
.eventLog_close
{
	width: 25px;
height: 25px;
background: #ccc;
margin-top: 1%;
} 
.eventlog_show 
{
width: 50%;
float: left;
}
.eventlog_diff
{  
 
}
/*commented by reshma*/
/*
.label
{ 
	line-height: 2  !important;
	font-size: 80%  !important;
	white-space: normal !important;
}*/
/*eventlog*/
.gridInput
{
	border: none;
}
.even
{
	background: #f5f5f5 !important;
} 


/* Vote list */
.vote-item {
  padding: 5px 7px;
  background: #ffffff;
  margin-bottom: 5px;
  border: 1px solid #e7eaec;
  /* border-top: 1px solid #e7eaec;
  border-left: 1px solid #e7eaec;
  border-right: 1px solid #e7eaec; */
}
.vote-item:last-child {
  border-bottom: 1px solid #e7eaec;
}
.vote-item:hover {
  background: #fbfbfb;
}
.vote-actions {
  float: left;
  width: 30px;
  margin-right: 15px;
  text-align: center;
}
.vote-actions a {
  color: #1ab394;
  font-weight: 600;
}
.vote-actions {
  font-weight: 600;
}
.vote-title {
  display: block;
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 2px;
}
.vote-title:hover,
.vote-title:focus {
  color: inherit;
}
/*.vote-info,
.vote-title {
  margin-left: 45px;
}*/
.vote-info,
.vote-info a {
  color: #b4b6b8;
  font-size: 12px;
}
.vote-info a {
  margin-right: 10px;
}
.vote-info a:hover {
  color: #1ab394;
}
.vote-icon {
  text-align: right;
  font-size: 38px;
  display: block;
  color: #e8e9ea;
}
.vote-icon.active {
  color: #1ab394;
}

#crm_tm_tagDivGrpUpd\ {
	padding-right: 40px;
}































/* code for smtp popup starts*/

@media (max-width: 991px) and  (min-width: 0) {


.goalDntOuter
{
	width: 77%;
left: 11%;
}



.caretAddField
{
	margin-top: 2%;
}
.addfielttypeDiv
{
	padding: 1%;
	margin-top: 1%;
}
.addfielttypeUl
{ 
left: 2%;
}
.addField
{
	margin-top: 0%;
}
.linehide
{
 border-right: 1px solid transparent;
}
.pledgeDrp
{ 
padding: 2%;
}
.pledgeDrpDwn
{
	left : 3%;
}

.pledgeSmall
{
	 position: relative;
}
}
@media (max-width: 1200px) and  (min-width: 992px) {
.goalDntOuter
{
width: 55%;
left: 23%;
}
}
.ui-menu .ui-menu-item > div {
    text-decoration: none;
    display: block;
    padding: 6px .5em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal;
    margin: 0;
}