/********** web font define **********/
@font-face {
    font-family: "hibu_co_headlinebold";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/hibucoheadline_bd-eot.eot#iefix");
    src: url("fonts/hibucoheadline_bd-woff.woff") format("woff")
    , url("fonts/hibucoheadline_bd-ttf.ttf") format("truetype")
    , url("fonts/hibucoheadline_bd-svg.svg#hibu_co_headlinebold") format("svg");
}
@font-face {
    font-family: "hibu_co_text_lightregular";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/hibucotext_lt-eot.eot?#iefix");
    src: url("fonts/hibucotext_lt-woff.woff") format("woff")
    , url("fonts/hibucotext_lt-ttf.ttf") format("truetype")
    , url("fonts/hibucotext_lt-svg.svg#hibu_co_text_lightregular") format("svg");
}
@font-face {
    font-family: "hibu_co_textregular";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/hibucotext_rg-eot.eot?#iefix");
    src: url("fonts/hibucotext_rg-woff.woff") format("woff")
    , url("fonts/hibucotext_rg-ttf.ttf") format("truetype")
    , url("fonts/hibucotext_rg-svg.svg#hibu_co_textregular") format("svg");
}

@font-face {
  font-family: 'Open Sans Semibold';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url("fonts/open-sans/OpenSans-Semibold.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url("fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans Light';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url("fonts/open-sans/OpenSans-Light.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/********** reset **********/
img {border:0;}
body,form{
	margin: 0;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.clear {clear:both; height:0; line-height:0;}
.clearBlock:after {content: "."; display:block; height:0; clear:both; visibility:hidden;}

/********** style **********/
body{
	font-family: Arial,sans-serif;
	color: #222;
	background-color: #f0f0f0;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), color-stop(50%, #e9e9e9), color-stop(100%, #f4f4f4));
	background-image: -moz-linear-gradient(top,  #f0f0f0,  #e9e9e9 50%, #f4f4f4 100%);
	background-repeat: no-repeat;
	background-size: 100% 1000px;*/
}
#loginInfoWrapper{
	width: 1000px;
	margin: 0 auto;
}
#outerWrapper{
	width: 920px;
	padding: 0px 40px;
	margin: 0 auto;
	background-color: #fff;
}
#mainWrapper{
}

/**********  header  **********/
#header{
	padding: 25px 0px 10px;
}
.selectOptions {
	float : right;
	border-left: 1px solid #CCCCCC;
	width: 410px;
    height: 30px;
    margin-top: 15px;
    padding-left: 40px;
    padding-top: 10px;
    
   
}
.logo{
	float: left;
	margin-right: 25px;
}
.logoImg{
	width: 116px;
}
.siteName{
	margin-top: 20px;
	float: left;
}
.subBrand{
	font-family: 'hibu_co_headlinebold';
	font-size: 24px;
	margin-right:5px;
}
.department{
	font-family: 'hibu_co_headlinebold';
	font-size: 14px;
}
.loginInfo{
	float: right;
	padding: 5px;
	margin: 5px 32px 0px 0px;
	font-size: 13px;
	list-style:none;
}
.tel{
	font-family: 'hibu_co_textregular';
	text-decoration: none;
	color: #418fde;
	font-size : 13px;
}
.loginInfo li{
	float: left;
}
.username{
	font-family: 'hibu_co_textregular';
	color: #418fde;
	white-space: nowrap; 
	overflow:hidden;
	text-overflow: ellipsis ;
	cursor: pointer;
	padding-right: 20px;
	background: url(../../images/hibu/selectIcon.png) no-repeat right center;
	font-size: 14px;
}
.userOptinos{
	display: none;
	position: absolute;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #eee;
}
.userOptinos ul{
	list-style: none;
	width: 120px;
	padding: 0px;
	margin: 0px;
}
.userOptinos .link{
	text-decoration: none;
	display: block;
	padding: 5px;
}
.userOptinos .link:hover{
	background-color: #eef5fc;
}

/**********  footer  **********/
#footer{
	margin-top: 60px;
	border-top: 1px solid #d8d9d8;
	padding: 16px 2px 22px;
}
.footerLinks{
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-size: 14px;
}
.footerLinks li{
	float:left;
}
.footerLinks li.seperator{
	margin: 0px 14px;
}
.footerLinks .link{
	color: #222;
	text-decoration: none;
	font-size: 1.0em;
}
.footerLinks .link:hover{
	color: #418fde;
}
.announcement{
	color: #676767;
	font-size: 12px;
}

/**********  content  **********/
#content{
	padding: 20px 0px;
}

/**********  common css  **********/
.inputField{
	padding: 0px 10px 0px 5px;
	border: 1px solid #cacccf;
	height: 24px;
	line-height: 24px;
	background-color: #fff;
}
.fieldName{
	font-size: 14px;
	font-weight: bold;
}
.blueGradient{
	background-color: #eef5fc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eef5fc), to(#fcfdfe));
	background-image: -moz-linear-gradient(#eef5fc,  #fcfdfe);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#eef5fc, endColorstr=#fcfdfe);
}
.sectionTip{
    font-family: 'hibu_co_textregular';
    font-size: 18px;
    padding: 5px 0 5px 20px;
}
.scTitle{
	font-family: 'hibu_co_textregular';
	color: #ce0058;
	padding: 5px 0px 5px 20px;
	font-size: 18px;
	border-bottom: 1px solid #418fde;
	position: relative;
}

.accountData{
    display:inline-block;
    width:400px;
    margin:20px 20px 0 20px;
    font-weight: bold;
}
.accountData span{
    margin-left:5px;
    font-weight: normal;
    
}

.link{
	color: #418fde;
}
.link:hover{
	color: #d4206d;
}
body .fL{
	float:left;
}
body .fR{
	float:right;
}
.pageTitle , .blockTitle{
	/* font-family: 'hibu_co_headlinebold'; */
	/* for new requirement we change to  hibu_co_textregular*/
	font-family: 'hibu_co_textregular';
	color: #418fde;
	font-size: 20px;
}
.rightGap{
	margin-right: 20px;
}
.rightMinGap{
	margin-right: 10px;
}
.leftGap{
	margin-left: 20px;
}
.leftMinGap{
	margin-left: 10px;
}
.buttonStyle{
	font-family: 'hibu_co_text_lightregular';
	background-color: #418fde;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	border: none;
	padding: 3px 18px;
	text-decoration: none;
	font-size :14px;
	font-weight: bold;
}
.buttonDisabled{
    cursor: auto;
    color: #B0B0B0;
    background-color: #F4F4F4;
}
.hd{
	font-family: 'hibu_co_textregular';
}
.errorMsg{
	color: #CE0058;
}
.loading{
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.ajaxLoading{
	background: transparent url( '../../images/ajax-loader.gif' ) no-repeat center center;
}
.wrIcon {
	background: transparent url(../../images/yb-master-icons.gif ) scroll no-repeat;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.iconContainer {
	position : absolute;
	right: -5px;
	top : 10px;
}
.iconContainer span{
	display : inline-block;
	margin-left : 5px;
}
.wrIcon.starSet {
	width: 100px;
	height: 20px;
	background-position: -10px -130px;
}
.wrIcon.nb {
	width: 14px;
	height: 16px;
}
.wrIcon.nb.notesGreen {
	background: transparent url('../../images/greenNoteBook.png') no-repeat;
	width: 15px;
	height: 17px;
	cursor: pointer;
}
.wrIcon.nb.notesBlues {
	background: transparent url('../../images/blueNoteBook.png') no-repeat;
	width: 15px;
	height: 17px;
	cursor: pointer;
}
.wrIcon.mb {
	width: 15px;
	height: 15px;
}
.wrIcon.mb.showHelp {
	background-position: -180px -50px;
}
.wrIcon.showHelp {
	cursor: help;
	margin-right: 10px;
}
.wrIcon.mb.gotoUrl {
    background-position: -190px -30px;
    width: 16px;
}
.wrIcon.lb {
	width: 18px;
	height: 16px;
}
.wrIcon.lb.exportXLS {
	background-position: -50px -100px;
	vertical-align: top;
}
.wrIcon.lb.exportPDF {
	background-position: -75px -100px;
	vertical-align: top;
}
.wrIcon.lb.exportPrint {
	background-position: -100px -100px;
	vertical-align: top;
}
.wrIcon.bb {
	width: 20px;
	height: 18px;
}
.wrIcon.bb.audioSpeaker {
	background-position: -120px -70px;
}
.audioMan, .audioSpeaker {
	cursor: pointer;
}
.columnRightIcon{
	position: relative;
	top: 3px;
	/*left: -5px;*/
}
.utilContainer{
	float: left;
	padding: 10px;
	margin: 6px 0px;
	font-size: 12px;
}
.utilContainer .link{
	text-decoration: none;
}
.ratingWidgetContainer {
    width: 122px;
}
/*call rating graphics*/
.ratingWidgetContainer .ratingContainer {
    cursor: pointer;
}
.ratingContainer {
    position: relative;
    float: left;
    width: 100px;
    height: 20px;
    overflow-x: hidden;
    overflow: hidden;
    background-color: #fff;
}
.ratingContainer .ratingSlider {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #f3d132;
}
/*css for navigator  */

.productNameReportsTitle{
	 border-bottom: none;
	 padding: 5px 5px 5px 0;
	 width: 420px;
	 float: left;
	 font-family:'hibu_co_textregular';
}
.productNameReportsTitle2{
	font-size: 15px ;
}

.productNameReportsButton{
    float: right;
    font-size : 14px;
}
.wrbrand {
	margin: 20px 0;
}
.mainNav ul{
	display:block;
	padding:0;
	margin:0;
	height:56px;
	width:100%;
	border-bottom: 1px solid #418FDE;
}
.mainNav ul li:first-child{
	border-left:0;
	border-right:0;
}
.mainNav{
	margin:20px 0 ;
}
.mainNav ul li{
	 list-style: none outside none;
	 width:130.2px;
	 height:56px;
	 float:left;
	 border-left: 1px solid #CCCCCC;
	 font-family: 'hibu_co_textregular';
	 font-size: 13px;
	 box-shadow: 2px 0 #FFFFFF;
	 background-color: #EEF5FC;
}
.mainNav ul li a{
	display:block;
	padding: 22px 0 18px;
	text-decoration: none;
	color: #222222;
	text-align: center;
	
}
.mainNav ul li.active{
	 background-color: #FFFFFF;
	 border-top: 1px solid #418FDE;
	  
}
.mainNav ul li.active:first-child{
	border-left: 1px solid #CCCCCC;
}
.mainNav ul li.active:last-child{
	border-right: 1px solid #CCCCCC;
}
.mainNav ul li a:hover{
	color: #418FDE;
	
}
.mainNav ul li.active a{
	 color: #418FDE;
	 font-family:"hibu_co_headlinebold";
	 
}
.mainNav ul li:last-child {
	 box-shadow: 0 0 0 #FFFFFF;
}
#productNameReports .selectBox,.selectOptions .selectBox{
	margin: auto 10px;
}
/*CSS for select UI  */ 
.selectBox {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    
    width:145px;
    height:24px;
    line-height:24px;
    overflow: hidden;
    position: relative;
    vertical-align: middle; 
    float: left;
}
.surface {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    padding-left:5px;
    display:inline-block;
    heigth:24px;
    line-height:24px;
    width:140px;
}
.ui-btn-text {
    cursor: pointer;    
    overflow: hidden;
    position: relative;   
    z-index: 1;
    border:0; 
    width: 105px;
}
.selectBox .ui-icon {
	display:inline-block;
    background: url("../../images/hibu/selectIcon.png") no-repeat center center ;
    height: 20px;
    width: 20px;
    line-height:20px;
    top: 2px;
    right: 3px;
    position: absolute;
}
.selection{
	cursor: pointer;
	height:24px;
	width:100%;
    left: 0;
    opacity: 0.0001;
    filter: alpha(opacity=0.0001);
    position: absolute;
    top: 0;
    z-index: 1;
    width:135px;
}
/*  */
.tabContent{
	width:445px;
	float:left;
	margin-bottom:20px;
}
.yuiContent{
	height:300px;
	padding: 20px 20px 0 20px;
	overflow: auto;
}
.yuiContentHeight {
	padding-top:20px;
	height:300px;
}
#monthlyActivitySummaryTabWrapper .yuiContent{
    height: auto;
}
/*CSS for contact us  */
.hibuContactInfo {
	padding:0 20px;
	font-size: 14px;
	line-height:30px;
}
.contactUsButton{
	margin-left:40px;
}
.hibuContactHotlineTitle{
	font-weight:bold;
	margin-top:20px;
}
.hibuAnalyst .analystCert ,.hibuAnalyst .analystCert div{
	margin:8px;
}
.hibuAnalystLeft{
	width:50%;
	float: left;
}

.hibuAnalystRight{
	width:45%;
	float: left;
}

.yahooAd {
	float : left;
	width : 145px;
	height : 60px;
	background: url("../../images/hibu/yahoo_ppp_badge_180x42.png") no-repeat scroll 0 0;
	background-size: contain;
	background-position: center;
}

.facebookAd {
	float : left;
	width : 145px;
	height : 64px;
	margin-left : 10px;
	background: url("../../images/hibu/Facebook_Marketing_Partner_badge.png") no-repeat scroll 0 0;
	background-size: contain;
	background-position: center;
}

.googleAd {
	float : left;
	width : 145px;
    height : 90px;
    margin-left : 10px;
    background: url("../../images/hibu/premier-google-partner-RGB-search.png") no-repeat scroll 0 0;
	background-size: contain;
	background-position: center;
}

.microsoftAd {
	float : left;
	width : 130px;
    height : 60px;
    margin-left : 15px;
    background: url("../../images/hibu/Bing_Partner_Badge_Teal.png") no-repeat scroll 0 0;
	background-size: contain;
	background-position: center;
}

/*CSS for date picker  */
.boldData{
	margin-left:20px;
	font-weight:bold;
	font-family: hibu_co_textregular;
	float:left;
}

.firstColumnBoldData{
	margin-left: 0px;
}

.datePicer .selectBox {
	margin-left:5px;
}
.dateRange .selectBox{
	margin-right:20px;
}
.metricType .selectBox {
	margin-left: 2px;
}

.hibuCalendarPop {
	background: url("../../images/hibu/hibuCalendar.png") no-repeat scroll;
	width : 40px;
	display: inline-block;
	text-decoration: none;
}

/*date and metrics filter*/
.dataPickerContent{
	background-color: #EEF5FC;
	position: relative;
	margin: 40px 0px;
	padding: 16px 20px;
}
/* .dataPickerContent div{
	float:left;
}  */
.filterContent{
	width:800px;
	line-height:24px;
	
}

.dateFrom span, .dateTo span{
	/* display: inline-block; */
}
.dateFrom input,.dateTo input{
	width:100px;
	margin-left:5px;
	height:24px;
	line-height:24px;
}
.metricType{
	margin-left:83px;
	display: inline-block;
	float:left;
}
.googleResultOnly {
	margin-left: 58px;
	display: inline-block;
	float:left;
}
.datePickerButtonContent{
    position :absolute;
    right: 20px;
    bottom: 16px;
}
#startCalendarImg ,#endCalendarImg{
	cursor: pointer;
	margin: 3px 0px 0px 3px;
}
#metricData{
	margin-top: 20px;
	float:left;
}
/*calendar style*/
/* Clear calendar's float, using dialog inbuilt form element */
.hibuDatepicker .bd form {
    clear:left;
}

/* Have calendar squeeze upto bd bounding box */
.yui-skin-sam .hibuDatepicker .bd {
    padding:0;
}

/* Prevent border-collapse:collapse from bleeding through in IE6, IE7 */
.yui-skin-sam .yui-overlay-hidden table {
    *display:none;
}
/* Remove calendar's border and set padding in ems instead of px, so we can specify an width in ems for the container */
.hibuDatepicker .yui-calcontainer {
    border:none;
    padding:1em;
}

.hide{
    display: none;
}

.viewByDateFilter {
	height: 20px;
}

/* contact analyst */
.ybDialogButtonsContainer {
	text-align:center;
	margin-top:10px;
}
.ybDialogInputSection{
	margin-bottom: 3px;
}
.ybDialogInputSection b{
	float: left;
}
.ybDialogInputSection input ,.ybDialogInputSection select{
    float:right;
    padding-right: 0;
}
#analystToAdvertiserEmailTextDialog .ybDialogBody {
    background-color: #FFFFFF;
    border: 0.0625em solid #DDDD99;
    margin-top: 0.25em;
    overflow-y: auto;
    padding: 0.25em;
    height: 16em;
}
/*account summary  */
.accountSummary,
.monthlyActivitySummaryTable{
	margin:40px 0 0 0;
    width: 445px;
    float: left;
}
.accountData{
	display:inline-block;
	width:400px;
	margin:20px 20px 0 20px;
	font-weight: bold;
}
.accountData span{
	margin-left:5px;
	font-weight: normal;
	
}

.sectionContent .uneditable {
    color: #B0B0B0;
    border-color: #B0B0B0;
    background-color: #f4f4f4;
}
/*every pages charts and tables title style  */
.activityTitle {
    border-bottom : 1px solid #418FDE;
    color : #CE0058;
    font-family : 'hibu_co_textregular';
    font-size : 18px;
    padding : 5px 0 5px 20px;
}

.performanceTitle {
    margin-top: 45px;
    width: 900px;
}

/*debug dialog*/
#debugDialog .scContent{
	padding: 10px;
}

#maxPerformanceContent{
	background-color: #F2F2F2;
	height : 520px;
	border-color: #808080;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}

#maxCharts{
	 margin: -20px 0 0 20px;
	 width: 445px;
	 height : 20px;
}

#maxCharts a {
	color: #418FDE;
    font-family: 'hibu_co_headlinebold';
    text-decoration: none;
    cursor: pointer;
}

#maxcampaignPerformanceChart .dialogTitle {
	color: #CE0058;
    font-family: 'hibu_co_headlinebold';
    font-size: 18px;
}

.hibuDatepicker {
	margin-top:-3px;
	float:left;
}

/*google reports  */
#datePickerGoogleReports {
	margin : 20px 0 20px 0;
}

.hibuRadioFirst {
	margin-left : 0;
}

.hibuRadio {
    margin-left : 20px;
}

.googleReportsTitle {
	margin-top : 20px;
}

/* max fusioncharts icon */

.fcIcon {
	background: url("../../images/yb-master-icons.gif") no-repeat scroll -195px -130px transparent;
	float: right;
	cursor: pointer;
	margin-top:10px;
}

.dialogHintTitle, .cpMaxTitle{
	color: #418FDE;
	background-color: #F2F2F2;
	font-family: 'hibu_co_headlinebold';
	border-color: #808080;
    border-style: solid;
    border-width: 0 1px;
    text-align: center;
}

/* conversion data do not display */
.conversionData {
	display: none;
	float: left;
}

/* contact us section */
.outOfOffice {
}

.buttonStyle .arrowBack {
	background: url("../../images/hibu/hibubacktoIcon.png") no-repeat scroll -521px -363px transparent;
	display: block;
	margin:2px 30px 0 -10px;
	float: left;
    height: 12px;
    width: 8px;
}






