
/* Search Form
 *********************************************/
.ptp-search-form .data-range-hidden {
	position: absolute;
	z-index: 9999;
	left: -99999999999px;
}

.share_email_profile{
width: 44px;
height: 47px;
overflow: hidden;
background-position: 44px 0px;
display: block;
background-size: 90px 47px;
}


.share_email_profile:hover{
width: 44px;
height: 47px;
overflow: hidden;
background-position: 0px 0px;
display: block;
background-size: 90px 47px;

}

.BPTPI_share_email {
 width: 190px;
height: 117px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 15px;
margin: 5px 0px 0px -20px;
background: #888888;
box-shadow: inset 0 1px 2px rgba(0,0,0,.2)!important;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2)!important;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2)!important;
position: relative;
display: none;
border-radius: 3px !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
display:none;
z-index:1;
}

.BPTPI_share_email #parent_term_id_chzn,
.BPTPI_share_email input[type=text] {
  width: 100% !important;  
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.BPTPI_share_email .submit {
  position: relative;
  padding: 0;
}
.BPTPI_share_email input[type=button] {
 width: 100px !important;
float: right;
margin: 8px 34px 0px 0px;
border: none;
border-bottom: 0px solid #b93207;
border-radius: 2px;
padding: 2px;
/* text-decoration: none; */
}
.BPTPI_share_email #parent_term_id_chzn {
  margin-top: 10px;
}
.BPTPI_share_email #parent_term_id_chzn .chzn-drop {
  width: 100% !important;
}
.BPTPI_share_email:before {
 content: "";
display: block;
position: absolute;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #888888;
left: 45px;
top: -5px;
}


.showThis{
display:inherit;
}


.BPTPI_share_email_error{
color:white;
font-size:11pt;
font-family:inherit;

}


.ajaxWait{
display: none;
float: right;
/* clear: both; */
content: '';
height: 16px;
width: 16px;
margin: 10px 10px 0px 0px;
background-image: url(../images/wait.gif);
}
