﻿/* work around bug where optimizations applied to bootstrap.css set all imgs to max-width:100%, was breaking heatMap */
#heatMapDiv img
{
    max-width : none;
}

/* Left rail is 200px but house ad is 150px for now, add left margin until we get an updated ad. */
.leftRailItemContainer
{
    margin-bottom : 10px;
    margin-left : 25px;
}

.topRow
{
    margin-bottom : 10px;
}

div.rc_maincontent
{
    margin: 0px;
    border-style: none;
}

div.ResearchCenterBreadCrumbs
{
    margin-left : 0px;
}

/* Bootstrap sets image height to auto set the height to 100% so images do not warp */
.blurbImage
{
    height : 12px;
    width : 12px;
}

td .mapDiv
{
    height : 330px;
}

/* Bootstrap sets table collapse so override this for the job search box so we have a full border around the box in chrome*/
.JobSearch{
    border-collapse: separate;
}

h1
{
    line-height: 22px;
}

h2
{
    line-height : 18px;
}

.researchCenterRow
{
    margin-bottom : 20px;
}

.researchCenterContainer
{
    padding: 0px;
}

.ui-widget input.textBox
{
    font-size: 16px;
}

.rcSectionItem
{
    border-width: thin;
    border-color: #e4e4e4;
    border-style: solid;
    margin-bottom: 20px;
}

#commentsDiv textarea.gig-comments-replyBox-textarea
{
    width: 100%;
}

#commentsDiv textarea.gig-comments-commentBox-textarea
{
    width: 100%;
}

/* General divs */ 
.sectionWrapperDiv
{
    border-color: #E4E4E4;
    border-style: solid;
    border-width: thin;
    margin-bottom: 10px;
}

.sectionWrapperDivNoBottomMargin
{
    margin-bottom: 0px;
}

/* Left rail */ 
.info_block {
    padding-bottom: 20px; 
}

div.logoImage img
{
    display: block;
    margin: auto;
    max-width: 200px;
    max-height: 200px;
}

img.mapImage
{
    display: block;
    margin: auto;
    max-width: 200px;
    max-height: 150px;
}

.wordwrap
{
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.infoSectionBody
{
    padding: 5px 10px 5px 10px;
}

.infoColumn
{
    width: 220px;
}

/* Right rail section headers */
div.rc_subhead_container, div.rcTNGContainer
{
    width: auto;
    font-size: 13px;
    font-family: Verdana;
    font-weight: bold;
    color: #333333;
    background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 0%, #ededed 45%, #e4e4e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(45%,#ededed), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#ededed 45%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f0f0 0%,#ededed 45%,#e4e4e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f0f0 0%,#ededed 45%,#e4e4e4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f0f0f0 0%,#ededed 45%,#e4e4e4 100%); /* W3C */
    line-height: 18px;
}

.rcTNGHeader
{
    font-weight : bold;
    font-size : 13px;
}

h2.rc_subhead_text
{
    width: auto;
    font-size: 13px;
}

.rc_subhead_container span.rc_subhead_text_bold
{
    line-height: 18px;
}

.rc_subhead_icon
{
    line-height: 18px;
}

/* Right rail section bodies */
.sectionBody
{
    padding: 5px;
}

.groupTitle
{
    font-size: 13px;
    font-family: Verdana;
    font-weight: bold;
    color: #333333;
}

.headerUnderline
{
    margin-top: 5px;
    padding-bottom: 5px;
    background: url(https://cdn-payscale.com/images/survey/consumer/dotted_line_4x1.png) repeat-x;
    width: 100%;
}

.headerLeftLine
{
    border-left: 1px dashed #CCC;
    padding-left: 17px;
    margin-left: -3px;
    min-height: 45px;
}

.jobSatSeeMoreDetails {
    padding-top: 10px;
}

.groupBody
{
    margin-bottom: 20px;
}

.sectionTitle
{
    font-size: 13px;
    font-family: Verdana;
    font-weight: bold;
    color: #333333;
    padding: 10px;
    background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 0%, #ededed 45%, #e4e4e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(45%,#ededed), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#ededed 45%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f0f0 0%,#ededed 45%,#e4e4e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f0f0 0%,#ededed 45%,#e4e4e4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f0f0f0 0%,#ededed 45%,#e4e4e4 100%); /* W3C */
}

.greenSectionTitle, .surveyStartSectionTitle
{
    font-size: 13px;
    font-family: Verdana;
    font-weight: bold;
    padding: 2px;
    padding-left: 4px;
    background: #e3efb3; /* Old browsers */
    background: -moz-linear-gradient(top, #e3efb3 0%, #deecab 17%, #c5df81 69%, #b9d86e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3efb3), color-stop(17%,#deecab), color-stop(69%,#c5df81), color-stop(100%,#b9d86e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e3efb3 0%,#deecab 17%,#c5df81 69%,#b9d86e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e3efb3 0%,#deecab 17%,#c5df81 69%,#b9d86e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e3efb3 0%,#deecab 17%,#c5df81 69%,#b9d86e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e3efb3 0%,#deecab 17%,#c5df81 69%,#b9d86e 100%); /* W3C */
}

/* School Value Rank Widget */
.ValueRankSectionBody
{
    min-height: 59px;
    padding: 10px;
    background-color: #ffffff;
    text-align: center;
}

.AcademicsSectionBody
{
    padding: 10px;
    background-color: #ffffff;
    text-align: center;
}

.ValueRankSectionTitle
{
    min-height: 54px;
    font-size: 13px;
    font-family: Verdana;
    font-weight: bold;
    color: #333333;
    padding: 10px;
    background: #e9f4fa; /* Old browsers */
    background: -moz-linear-gradient(top, #e9f4fa 0%, #c5dff0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f4fa), color-stop(100%,#c5dff0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e9f4fa 0%,#c5dff0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e9f4fa 0%,#c5dff0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e9f4fa 0%,#c5dff0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e9f4fa 0%,#c5dff0 100%); /* W3C */
}

.ValueRank
{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5px;
}

.ValueRankTypicalSalary
{
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    padding-bottom: 5px;
}

.ValueRankBase
{
    font-size: 12px;
}

/* School specific academics info table */
.AcademicsInfoTable td
{
    padding: 5px 10px 5px 10px;
    line-height: 23px;
    font-size: 12px;
}

/* Key stats */
.keyStatsSectionBody a
{
    font-size: 13px;
}

.keyStats
{
    border-width: thin;
    border-color: #e4e4e4;
    border-style: solid;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* More charts section */ 
h2.RCMoreChartsSubheaderText
{
    line-height: 18px;
    font-size: 13px;
}

.RCMoreChartsMoreLink
{
    line-height: 18px;
    font-size: 13px;
}

.RCMoreChartsSection ul li
{
    line-height: 18px;
    font-size: 13px;
}

span.RCMoreChartsBelowSubheaderText
{
    line-height: 18px;
    font-size: 13px;
}

.rc_maincontent ul li
{
    font-size: 13px;
}

.ResearchCenterNavIntroText
{
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}

/* Navigation */
.ResearchCenterNavMobile
{
    padding: 10px 5px 0 5px;
}

.ResearchCenterNavMobile ul
{
    margin: 0;
    padding: 0;
    display: inline;
}

.ResearchCenterNavMobile ul li
{
    list-style: none;
    display: inline;
    border-right: 1px solid;
    margin-right: 5px;
    padding-right: 10px;
}

.ResearchCenterNavMobile ul li a
{
    font-size: 13px;
    line-height: 25px;
}

.ResearchCenterNavResponsive .nav
{
    margin-bottom: 0px;
}
.ResearchCenterNavResponsive > .nav-tabs.topNav > .active > a, .ResearchCenterNavResponsive > .nav-tabs.topNav > .active > a:hover
{
    color: #777;
    font-weight: bold;
    border: 1px solid #cecece;
    border-bottom-color: transparent;
    background-color: #eee;
}

.ResearchCenterNavResponsive > .nav-tabs.topNav > li > a, .ResearchCenterNavResponsive > .nav-tabs.topNav > li > a:hover
{
    color: #777;
    font-weight: bold;
    border: 1px solid #cecece;
    border-bottom-color: transparent;
}

.ResearchCenterNavResponsive > .nav-tabs.topNav > li > a:hover
{
    background-color: #eee;
}

.ResearchCenterNavResponsive > .nav-tabs.topNav > li > a
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

.ResearchCenterNavResponsive > .nav-tabs.topNav > li
{
}

.ResearchCenterNavResponsive > .nav-tabs.topNav > li > a, .nav-pills > li > a
{
    padding-left: 17px;
    padding-right: 17px;
    font-family: 'Open Sans', Arial, san-serif;
    font-size: 15px;
}

.ResearchCenterNavResponsive > .nav-tabs.bottomNav
{
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

.ResearchCenterNavResponsive > .nav-tabs.bottomNav > .active > a, .ResearchCenterNavResponsive > .nav-tabs.bottomNav > .active > a:hover
{
    color: #777;
    font-size: 10px;
    border: 0;
}

.ResearchCenterNavResponsive > .nav-tabs.bottomNav > li > a, .ResearchCenterNavResponsive > .nav-tabs.bottomNav > li > a:hover
{
    font-size: 12px;
    border: 0;
}

.ResearchCenterNavResponsive > .nav-tabs.bottomNav > li > a:hover
{
    background-color: #eee;
}

.ResearchCenterNavResponsive > .nav-tabs.bottomNav > li > a
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

.ResearchCenterNavResponsive > .nav-tabs.bottomNav > li
{
}

.ResearchCenterNavResponsive > .nav-tabs.bottomNav > li > a, .nav-pills > li > a
{
    padding-left: 8px;
    padding-right: 8px;
    font-family: 'Open Sans', Arial, san-serif;
    font-size: 12px;
}
/* navigation end */

/*Breadcrumbs, Title, Search*/
.ResearchCenterBreadCrumbs {
    padding: 6px 0 0px 0;
    font-size: 11px;
    color: #999;
    clear: both;
    margin-left : 15px;
    font-family: 'Open Sans', Arial, san-serif;
    line-height: 18px;
}

.ResearchCenterGenerationTime {
    font-size: 10px;
    color: #666666;
    font-style: italic;
    clear: both;
}
.HeaderNav {
    margin-bottom: 20px;
}

@media (max-width:480px)
{
    .rcTopRowContainer
    {
        padding: 0 5px;
    }
}

.ResearchCenterTitle
{
	min-height: 30px;
	padding-top: 5px;
    text-align: left;
    vertical-align: top;
}

.ResearchCenterTitle h1 {
	margin:0;
	padding:0;
    font-family: 'Open Sans', Arial, san-serif;
    line-height: 28px;
    font-size: 22px;
}

.ResearchCenterSearch
{
	vertical-align: top;
    white-space: nowrap;
    padding-top: 5px;
}

div.span4 .ResearchCenterSearchForm
{
    margin: 0;
    padding: 8px 0 8px 0;
}

/* Share plugins */
.facebookPlugin {
    margin-right:15px;
}

.surveyStartLarge {
    margin-right:15px;
}

.surveyStartDiv {
    margin-bottom: 20px;
}

@media (max-width:767px) 
{
    #facebookDiv, #FollowUsOnFacebookTwitterDiv, #PayScaleOnFacebookLeftRailDiv, #adDiv, #linkedInModuleDiv,#likeButtonsDiv,
    #PS_RC_160x160_DisplayDiv, #B2B_House_RC_180x150Div, #rc_linkedin_module_bootstrapDiv
    {
        display:none;
    }
    
    .ResearchCenterTitle {
        padding-bottom: 20px; 
    }
    
    #gigZigDiv {
        display: none;
    }
    
    #payOverTimeImg {
        width: 100%;
        height: 120px; 
    }
}

.network_icon {
    margin-right: 20px;
}

#facebookFriends .tagLine {
    font-size: 15px;
    margin: 5px 0;
}

#facebookFriends .tagLineForFriendsOfFriends {
    font-size: 15px;
    max-width: 87%;
    float: left;
    vertical-align: top;
}

#facebookFriends {
    margin-top: -10px; 
}

#facebookFriends a {
    font-size: 12px;
}

#facebookFriends .hidden {
    display: none; 
}

.facebookFriendsRow {
    margin-bottom: 10px; 
}

.facebookBody {
    margin-left: 10px;
    max-height: 450px;
    overflow-y: auto;
}

#facebookFriends .inviteFriends {
    float: right; 
}

#facebookFriends .smallAvatar {
    height: 35px;
    width: 35px;
}

#facebookFriends .avatar {
    float: left;
    margin: 5px 15px 15px 0px;
}

#facebookFriends .connectedThrough {
    margin: 2px 0 3px 0;
}

.clear {
    clear: both; 
}

.bottom_dashed {
    border-bottom: 1px dashed #CCC;
}

.startTheSurveyLinkDiv
{
    margin-right : auto;
    margin-left : auto;
    margin-top : 20px;
    margin-bottom : 5px;
}
.noJobSatisfactionMessage
{
    font-size : 12px;
    font-family : Verdana;
}

.payRange {
    text-align:center; 
    margin:10px 0px;
    font-size:30px;
    line-height: 35px;
}


.jobSatAlignCenter
{
    text-align: center;
}

.jobSatJobDisambiguationPage
{
    text-align: left;
    margin-top: 8px;
}

.popularDimensionsText span, .popularDimensionsText div, .popularDimensionsText a
{
    font-size: 12px;
    line-height: 20px;
}
.popularDimensionsPadding
{
    padding-top: 10px;
}

.blueSectionTitle
{
    font-size: 13px;
    font-family: Verdana;
    font-weight: bold;
    color: #333333;
    padding: 10px;
    background: #e9f4fa; /* Old browsers */
    background: -moz-linear-gradient(top, #e9f4fa 0%, #c5dff0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f4fa), color-stop(100%,#c5dff0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e9f4fa 0%,#c5dff0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e9f4fa 0%,#c5dff0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e9f4fa 0%,#c5dff0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e9f4fa 0%,#c5dff0 100%); /* W3C */
}

.ffq-subtitle{
	border:0;
	border-top:1px solid #ccc;
	font-size:15px;
	font-style:italic;
	line-height:22px;
    margin-left: 5px;
	margin-right:25px;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:20px
}

.ffq-subtitle:first-child {
    border-top: none;
    padding-top: 5px;
}

.ffq-subtitle + .ffq-answerBlock {
    border-top: 1px solid #ccc;
}

.ffq-answerBlock{
	border:0;
	border-top:1px dashed #ccc;
    margin-left: 5px;
    margin-right:25px;
	padding-bottom:15px;
    padding-left: 20px;
    padding-top: 15px;
}

.ffq-answerTitle{
	color:#006ba4;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	padding-bottom:15px
}

.ffq-answerText{
	font-size:13px;
	padding-bottom:10px;
}

.ffq-answerTextInner{ /*show the users' line breaks, but wrap to fit the div. */
     white-space: pre-wrap;       /* css-3 */
     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;       /* older Internet Explorer */
}

.ffq-answerText:last-child{
	padding-bottom:0
}

#mainBarChart div,
#mainBarChart p,
#mainBarChart td,
#mainBarChart a,
#mainBarChart body {
    font-family: 'Open Sans', Arial, san-serif;
    font-size: 15px;
}