/* Custom RentokilInitial css
 * Added by : 363601
 * Date : July 21 2014
*/

#talkbubble 
{
  position: relative;
  top: 180px;
  right: 526px;
  width: 400px;
  height: 110px;
  padding: 7px;
  background: #FFFFFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: #8E8E8E solid 1px;
  text-align: left;
  color: #544F4F;
  line-height: 16px;
}

#talkbubble:after 
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 50px 36px 50px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -36px;
	top: 4px;
}

#talkbubble:before 
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 50px 36px 50px 0;
	border-color: transparent #8E8E8E;
	display: block;
	width: 0;
	z-index: 0;
	left: -37px;
	top: 4px;
}

#talkbubbleContainer{
	 height: 100%;
	 width: 100%;
	 overflow: auto;
	 word-break: break-all;
}

#talkbubble1 
{
  position: relative;
  top: 246px;
  right: 526px;
  width: 400px;
  height: 110px;
  padding: 7px;
  background: #FFFFFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: #8E8E8E solid 1px;
  text-align: left;
  color: #544F4F;
  line-height: 16px;
}

#talkbubble1:after 
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 50px 36px 50px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -36px;
	top: 4px;
}

#talkbubble1:before 
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 50px 36px 50px 0;
	border-color: transparent #8E8E8E;
	display: block;
	width: 0;
	z-index: 0;
	left: -37px;
	top: 4px;
}

#talkbubbleContainer1{
	 height: 100%;
	 width: 100%;
	 overflow: auto;
	 word-break: break-all;
}

input:focus, select:focus{ 
	outline: none; 
}
textarea:focus, input:focus{
    outline: none;
}
input[type=button] { 
	cursor: pointer; 
}
input[type=radio] { 
	border: none !important; 
}
textarea { 
	overflow:auto 
}

#__loadingScreenDiv {
    z-index:999 !important;
}
/* IE placeholder only style */   
input:-ms-input-placeholder {
    color: grey;
}

input[type=button].btnSearchGradientBlueBGSkin:disabled{
	color: #CFCECE;
	cursor: default;
}

input[type=button].btnGradientGraySkin:disabled{
	color: #BEBDBD;
	cursor: default;
}

input[type=button].btnPaginationNextSkin:disabled{
	color: #CFCFCF;
	cursor: default;
}

input[type=button].btnPaginationPrevSkin:disabled{
	color: #CFCFCF;
	cursor: default;
}

input[type=button].btnPaginationNormalSkin:disabled{
	color: #CFCFCF;
	cursor: default;
}

.richContentSkin p {
	padding-top:5px;
	padding-bottom:15px;
}

.comCountryTabBgSkin {
	background-color:#F9F9F9; 
	border-right:1px solid #c0c0c0; 
	border-bottom-left:1px solid #F9F9F9; 
	border-bottom-left-radius: 8px;
	padding-top:0px !important;
}

.lblContentSubHeaderSkin{
	color:#6C8797;
	font-size:15px;
	font-weight:bold;
	padding:0px !important;
}

.selectedCountryTabParent{
	display: inline-block;
	position:relative;
}

.selectedCountryTabParent:after {
	content: "";
	width: 13px;
	height: 27px;
	display: inline-block;
	background:url(../../../../images/pointer.png) no-repeat;
	display: inline-block;
    position:absolute;
    top:30%;
    left:99%;
}

.ctllblhlp {
	color:rgb(92, 118, 132);
	font:normal normal 18.0px Helvetica;
}

.selectedExtranetTab{
	display: inline-block;
	position:relative;
}

.selectedExtranetTab:after {
	content: "";
	width: 14px;
	height: 9px;
	display: inline-block;
	background:url(../../../../images/menu_pointer.png) no-repeat;
	display: inline-block;
    position:absolute;
    top:27px;
    left:41%;
}

.selectedHeaderTab{
	display: inline-block;
	position:relative;
}

.selectedHeaderTab:after {
	content: "";
	width: 21px;
	height: 13px;
	display: inline-block;
	background:url(../../../../images/header_pointer.png) no-repeat;
	display: inline-block;
    position:absolute;
    top:30px;
    left:45%;
}

.selectedUserRole{
	display: inline-block;
	position:relative;
}
.selectedUserRole:after {
	content: "";
	width: 94px;
	height: 6px;
	display: inline-block;
	background:url(../../../../images/thick_line.png) no-repeat;
	display: inline-block;
    position:absolute;
    top:30px;
    left:25%;
}

.selectedSiteSubMenu{
	display: inline-block;
	position:relative;
}
.selectedSiteSubMenu:after {
	content: "";
	width: 94px;
	height: 6px;
	display: inline-block;
	background:url(../../../../images/thick_line.png) no-repeat;
	display: inline-block;
    position:absolute;
    top:32px;
    left:18%;
}

.selectedCountryTabParentFlex{
	display: inline-block;
	position:relative;
}

.selectedCountryTabParentFlex:after {
	content: "";
	width: 13px;
	height: 27px;
	display: inline-block;
	background:url(../../../../images/pointer.png) no-repeat;
	display: inline-block;
    position:absolute;
    top:30%;
    left:85%;
}
