﻿#search-div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e7e8;
    padding: 20px 0;
}

    #search-div input {
        border: 1px solid #e6e7e8;
        margin-right: 20px;
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding: 5px 10px;
        height: 30px;
    }

    #search-div button {
        background-color: #075484;
        border-radius: 5px;
        color: #FFF;
        width: 112px;
        height: 30px;
        font-size: 14px;
        margin-top: 10px;
        border: none;
    }

body {
    margin: 0;
    color: #333333;
}


/*page top breadcrumbs start*/
.sal-container .breadcrumbs {
    margin: 0;
    padding: 0 15px 0 15px;
    width: 100%;
}

@media screen and (max-width: 1079px) {
    .sal-container .breadcrumbs {
        background-color: #ecf3f9;
        padding: 20px 15px 0 15px;
    }
}

@media screen and (max-width: 727px) {
    .sal-container .breadcrumbs {
        display: none;
    }
}

.sal-container h1 {
    display: inline-block;
    margin: 0px;
    padding: 20px 0 10px 0;
    width: 100%;
}

#salary_detail_widget .inner_top {
    padding-top: 15px;
}

@media screen and (max-width: 1079px) {
    .sal-container h1 {
        background-color: #ecf3f9;
        padding: 20px 30px 20px 30px;
    }

    #search-div {
        padding: 20px 30px 20px 30px;
    }

    .sal-container h3 {
        padding: 0 30px 0 30px;
    }

    h1 + p {
        margin-top: 15px;
    }

    #salary_detail_widget .inner_top {
        padding-top: 5px;
    }
}

@media screen and (max-width: 727px) {
    .sal-container h1 {
        padding: 20px 15px 20px 15px;
    }

    #search-div {
        padding: 20px 30px 20px 30px;
    }

    .sal-container h3 {
        padding: 0 15px 0 15px;
    }
}

.sal-container .breadnav {
    display: inline-block;
    padding: 0px 15px 20px 15px;
    width: 100%;
}

@media screen and (max-width: 1079px) {
    .sal-container .breadnav {
        background-color: #ecf3f9;
    }

    .no-active-in-mobile {
        pointer-events: none;
        cursor: default;
        text-decoration: none !important;
        color: #34567b;
    }
}

#divdesc, #divsimilarjob, #divcategories, #divindustries, #divlevelofedu {
    padding: 0 0 10px 0;
    margin-left: 0;
}

@media screen and (max-width: 1079px) {
    #divdesc {
        padding: 10px 0 0 30px;
    }
}

@media screen and (max-width: 727px) {
    #divdesc {
        padding: 10px 0 0 20px;
    }
}

#divrange {
    padding: 0;
    margin-left: 0;
}

@media screen and (max-width: 1079px) {
    #divsimilarjob, #divcategories, #divrange, #divindustries, #about-inchart, #divlevelofedu {
        display: none;
    }
}

#divcollapedesc, #divcollapesimilarjob, #divcollapecategories, #divcollaperange, #divcollapeindustries, #divcollapelevelofedu {
    display: none;
}

.desc-content {
    width: 100%;
    text-indent: 0;
    padding: 0 30px 10px 30px;
}

@media screen and (max-width: 1079px) {
    #divcollapedesc, #divcollapesimilarjob, #divcollapecategories, #divcollapeindustries, #divcollapelevelofedu {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
    }

    #divcollaperange {
        display: inline-block;
        width: 100%;
        margin-top: 0;
        margin-bottom: 16px;
    }

    .desc-content {
        padding: 0 0 10px 0;
    }
}


/*page top breadcrumbs end*/

/*Job Search Widget start*/
.jobsearchwidget_container {
    background-color: #1B7C00;
    border: 0px;
    color: #FFFFFF;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    height: 100px;
}

@media screen and (min-width: 480px) {
    .jobsearchwidget_container {
        height: 60px;
    }
}

.jobsearchwidget_container form {
    position: relative;
    float: left;
    width: 100%;
}

#txt_jobtitle, #txt_Location {
    background-color: #FFFFFF;
    border: 0px;
    color: #757575;
    font-style: italic;
    position: relative;
    float: left;
    height: 30px;
    font-size: 16px;
    width: -moz-calc(50% - 25px);
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
    margin-right: 10px;
}

#txt_jobtitle {
    margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
    #txt_jobtitle, #txt_Location {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 479px) {
    #txt_jobtitle, #txt_Location {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }
}

#jobsearchwidget_submit {
    background: #34567b url("../../../../Images/Can/salary_sprite.png") no-repeat center center;
    background-position: -245px -95px;
    border: 0px;
    position: absolute;
    cursor: pointer;
    right: 0px;
    bottom: 0px;
    width: 30px;
    height: 30px;
}
/*Job Search Widget end*/

#salary_detail_widget #chart {
    font-size: 13px;
    height: auto;
    top: 105px;
    width: 100%;
    margin-top: 10px;
}

@media screen and (max-width: 479px) {
    #salary_detail_widget #chart {
        padding-left: 0px;
    }
}

/*salary chart start*/
.div-chart {
    position: relative;
}


.div-median {
    position: absolute;
    z-index: 100;
    left: calc((100% - 380px)*0.5);
    top: 10px;
    text-align: center;
    font-size: 14px;
    min-width: 160px;
}

@media screen and (max-width: 727px) {
    .div-median {
        left: calc((100% - 140px)*0.5);
        min-width: 140px;
    }
}



@media screen and (max-width:727px) {
    .salarysidebar {
        position: relative;
        width: 100%;
    }

    .sal_range {
        margin-top: 22px;
    }

    /*#sidebar {
        height: 320px;
    }*/
}

@media screen and (min-width: 727px) {
    .salarysidebar {
        position: absolute;
        width: 203px;
    }

    #sidebar {
        height: 350px;
    }
}

#container {
    min-width: 310px;
    width: calc(100% - 206px);
    height: 395px;
}

@media screen and (max-width: 479px) {
    #container {
        height: 280px;
    }
}

@media screen and (max-width: 727px) {
    #container {
        width: 100%;
    }
}

.div-border-container {
    border: solid;
    border-width: 2px;
    border-color: #34567b;
    min-width: 300px;
    /*max-width: 900px;*/
    height: auto;
    min-height: 350px;
    width: calc(100% - 206px);
    overflow-x: hidden;
}

@media screen and (max-width: 727px) {
    .div-border-container {
        width: 100%;
    }
}

.highcharts-axis-labels a, .highcharts-axis-labels a:hover, .highcharts-axis-labels a:visited {
    color: #666666;
}

@media screen and (max-width: 727px) {
    .highcharts-axis-labels a, .highcharts-axis-labels a:hover, .highcharts-axis-labels a:visited {
        color: #34567b;
    }
}

.switchlink-div {
    /*    overflow:auto;*/
    height: 30px;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
}

.compresult-switchlink-div {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 220px;
    z-index: 2;
    height: 30px;
    font-size: 14px;
}

@media screen and (max-width: 727px) {
    .compresult-switchlink-div {
        right: 5px;
    }
}


.switchlink-div a {
    float: right;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 1px;
    font-size: 14px;
}

.table-chart {
    border: none;
    width: 100%;
    border-spacing: 0px;
    font-size: 15px;
    margin-bottom: 60px;
}

@media screen and (max-width: 800px) {
    .table-chart {
        margin-bottom: 60px;
    }
}

.table-chart thead {
    background-color: #DAE6F2;
    color: #34567b;
    font-weight: bold;
}

.table-chart tbody tr {
    background-color: #FFFFFF;
}

    .table-chart tbody tr:nth-child(even) {
        background-color: #ECF3F9;
    }

.table-chart td {
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    max-width: 500px;
}

#divtable {
    display: none;
}

#linktable {
    display: none;
}

.relative {
    position: relative
}

.div-table-title {
    padding: 15px 113px 10px 113px;
    text-align: center;
    font-size: 15px;
}

@media screen and (max-width: 727px) {
    .div-table-title {
        margin-top: 30px;
        padding: 15px 0 10px 0;
    }
}

.div-center-content {
    text-align: center;
}

.table-center {
    width: 80%;
    margin: 0 auto;
}

.nowrap {
    white-space: nowrap;
}

@media screen and (max-width: 550px) {
    .nowrap {
        white-space: normal;
    }

    .mobileAutoWrap {
        word-wrap: break-word;
        word-break: break-all;
    }
}


.div-percentage {
    position: absolute;
    display: inline-block;
    top: 50px;
}

#chart_labels {
    list-style: none;
}

.chartlabel-div {
    background-color: #FFF;
    color: #444444;
    text-align: center;
    position: absolute;
    top: 3px;
    width: 60px;
    height: 110px;
}

#salary_detail_widget #tabs {
    width: -moz-calc(100% - 203px);
    width: -webkit-calc(100% - 203px);
    width: calc(100% - 203px);
    max-width: 900px;
}

    #salary_detail_widget #tabs li {
        float: left;
        width: 22%;
    }

        #salary_detail_widget #tabs li:last-child {
            width: 34%;
        }

div#label1 {
    left: calc((100% - 200px) * 0.17 - 30px);
}

@media screen and (max-width: 727px) {
    div#label1 {
        display: none;
    }
}

@media screen and (min-width: 1550px) {
    div#label1 {
        left: calc((100% - 200px) * 0.14);
    }
}

div#label2 {
    left: calc((100% - 200px) * 0.33 - 30px);
}

@media screen and (max-width: 727px) {
    div#label2 {
        left: calc((50% - 60px) * 0.5);
    }
}

@media screen and (min-width: 1550px) {
    div#label2 {
        left: calc((100% - 200px) * 0.265 - -45px);
    }
}

div#label3 {
    left: calc((100% - 200px) * 0.65 - 30px);
}

@media screen and (max-width: 727px) {
    div#label3 {
        left: calc(75% - 30px);
    }
}

@media screen and (max-width:321px) {
    div#label3 {
        left: calc(75% - 14px);
    }
}

@media screen and (min-width: 1550px) {
    div#label3 {
        left: calc((100% - 192px) * 0.615);
    }
}

div#label4 {
    left: calc((100% - 200px) * 0.81 - 30px);
}

@media screen and (max-width: 727px) {
    div#label4 {
        display: none;
    }
}

@media screen and (min-width: 1550px) {
    div#label4 {
        left: calc((100% - 192px) * 0.775);
    }
}

#salary_detail_widget .search {
    background: #34567b;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 68px;
    width: 100%;
    padding-top: 3px;
}

.salSearchHeader {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: 5px 0 4px 12px;
}

#salary_detail_widget .searchform .salBrowseLink {
    display: none;
}

#salary_detail_widget .searchform .salSearchForm {
    margin: 5px 11px 5px;
}

#salary_detail_widget .search .searchform .salSearchFooter {
    display: none;
}

#salary_detail_widget .searchform .salSearchForm fieldset {
    background-color: #fff;
    border: 1px solid #013413;
    float: left;
    height: 25px;
    margin-right: 8px;
    padding: 0;
    position: relative;
    width: 237px;
}

#form_changesearchcriteria .sal_button {
    background: transparent url(../../../../Images/Can/search_icon_blue.png) no-repeat 10px center;
    background-color: #F5CF46;
    border: 1px solid #013413;
    border-radius: 5px;
    color: #34567b;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 15px;
    text-transform: capitalize;
    width: 112px;
}

#salary_detail_widget .search .searchform .salSearchForm fieldset label {
    display: none;
}

#salary_detail_widget .searchform .ns_textinputstyle {
    border: 0;
    color: #525252;
    font-style: italic;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 90%;
    font-size: 13px;
}

@media screen and (max-width: 800px) {
    #salary_detail_widget #tabs li {
        width: 20%;
    }

        #salary_detail_widget #tabs li:last-child {
            width: 40%;
        }
}




@media screen and (max-width: 727px) {
    .switchlink-1 {
        right: 5px;
    }


    #salary_detail_widget #tabs {
        width: 100%;
    }

        #salary_detail_widget #tabs li {
            width: 18%;
        }

            #salary_detail_widget #tabs li:last-child {
                width: calc(46% - 15px);
            }

        #salary_detail_widget #tabs .salarytab {
            width: 15%;
        }

        #salary_detail_widget #tabs #tab-salarybonus {
            width: 45%;
        }

        #salary_detail_widget #tabs #tab-benefits {
            width: 18%;
        }
}

#div-payinterval {
    display: inline-block;
    position: absolute;
    z-index: 100;
    left: 15px;
    top: 15px;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 727px) {
    #div-payinterval {
        position: absolute;
        left: 5px;
        top: 15px;
    }
}

#tab-purchasereport {
    z-index: 2;
    border: 1px solid #34567b;
    border-radius: 5px;
    background-color: #F5CF46;
    height: 25px;
    width: 185px;
    text-align: center;
    padding-top: 0.1em;
    float: right;
    /*margin-top: -34px;*/
    margin-right: 6px;
}

@media screen and (max-width: 727px) {
    #tab-purchasereport {
        margin-right: calc((100% - 230px)*0.5);
        width: 230px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
}

#tab-purchasereport a {
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    #salary_detail_widget .search {
        height: 98px;
    }

    #salary_detail_widget .searchform .salSearchForm fieldset {
        width: 65%;
        margin-bottom: 4px;
    }

    #salary_detail_widget .search .searchform .sal_button {
        margin-top: 30px;
    }
}

@media screen and (max-width: 430px) {
    #salary_detail_widget .searchform .salSearchForm fieldset {
        width: 55%;
    }
}

@media screen and (max-width: 320px) {
    #salary_detail_widget #tabs li {
        width: 18%;
    }

        #salary_detail_widget #tabs li:last-child {
            width: 46%;
        }
}

.chartlabel-div span {
    display: block;
    position: absolute;
    text-align: center;
    width: 60px;
}

.chartlabel-pctg {
    bottom: 20px;
}

.chartlabel-value {
    bottom: 0;
}


#salary_detail_widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*salary chart end*/

.collapeslinks-adjicon {
    list-style: initial;
    margin-left: 30px;
}

.collapeslinks-red {
    color: #990033;
}

.collapeslinks-green {
    color: #1B7C00;
}

#googleMap_canvas {
    width: 100%;
    margin: 15px 0 10px 0;
}

@media screen and (min-width: 1080px) {
    #googleMap_canvas {
        height: 480px;
        margin-top: 0;
    }

    #ul-aboutchart {
        display: none;
    }
}

@media screen and (min-width: 728px) and (max-width: 1079px) {
    #googleMap_canvas {
        height: 280px;
    }
}

@media screen and (max-width: 727px) {
    #googleMap_canvas {
        height: 230px;
    }
}

.leftimage {
    float: left;
    margin: 0 4px 0 10px;
}

.righttext {
    float: left;
    margin-right: 10px;
    font-size: 0.8em;
}

@media screen and (max-width: 321px) {
    .leftimage {
        margin: 0;
    }

    .righttext {
        margin-right: 0;
    }
}

#salary_detail_widget {
    background-color: #FFF;
    border-radius: 8px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 95%;
    margin-bottom: 15px;
}



    #salary_detail_widget .inner_top p {
        font-size: 14px;
        line-height: 1.3em;
        margin: 0 15px 5px 0;
    }


    #salary_detail_widget li {
        margin: 0;
    }

    #salary_detail_widget #tabs li a {
        float: left;
        font-weight: bold;
        height: 23px;
        line-height: 23px;
        text-align: center;
        text-decoration: none;
        width: 100%;
    }

    #salary_detail_widget #tabs li span {
        float: left;
        font-weight: bold;
        height: 23px;
        line-height: 23px;
        text-align: center;
        text-decoration: none;
        width: 100%;
    }

    #salary_detail_widget #tabs li a.selected {
        background-color: #34567b;
        color: #fff;
    }

    #salary_detail_widget #tabs li span.selected {
        background-color: #34567b;
        color: #fff;
    }

#link-purchasereport {
    color: #34567b;
}

#salary_detail_widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}



.salarysidebar {
    background-color: #ECF3F9;
}

    .salarysidebar > li hr {
        border: 1px solid #AECDE6;
    }

.locationsidebar {
    background-color: #f6f7f8;
}

#salary_detail_widget #sidebar {
    color: #34567b;
    top: 0;
    right: 0;
    padding-left: 12px;
    border-radius: 3px;
    padding-top: 10px;
}

    #salary_detail_widget #sidebar .span-bold {
        font-size: 14px;
    }


    #salary_detail_widget #sidebar li {
        margin: 0 0 12px;
    }

    #salary_detail_widget #sidebar .pointer {
        background: url("../../../../Images/Can/salary_sprite.png") no-repeat center center;
        background-position: -150px -200px;
        width: 179px;
        height: 25px;
        margin-bottom: 2px;
    }

    #salary_detail_widget #sidebar #btngetdata {
        background-color: #075484;
        border-radius: 5px;
        color: #FFF;
        text-decoration: none;
        /*border: 1px solid #F5CF46;*/
        display: block;
        top: 0px;
        width: 112px;
        height: 25px;
        text-align: center;
        font-size: 14px;
        padding-top: 2px;
    }

    #salary_detail_widget #sidebar .bottommargin {
        margin-bottom: 0;
    }

.div-tabs {
    height: 23px;
}

.source {
    color: #5d5d5d;
}

#label-mediansalary {
    display: block;
    float: right;
    height: 24px;
    width: 100%;
    color: #444444;
}

@media screen and (max-width: 479px) {
    #label-mediansalary {
        height: 20px;
    }
}

#value-mediansalary {
    display: block;
    float: right;
    height: 24px;
    width: 100%;
    font-size: 22px;
}

@media screen and (max-width: 479px) {
    #value-mediansalary {
        font-size: 16px;
    }
}

#payinterval {
    border-color: #e6e7e8;
}

#salary_detail_widget .sal_range {
    display: table;
    vertical-align: middle;
    background-color: #888888;
    width: 100%;
    height: 40px;
    padding-top: 10px;
    color: #fff;
    font-weight: bold;
}

.sal_range select {
    margin-bottom: 5px;
}

#sltmetro, #sltindustry {
    width: 79px;
}

#slteducation {
    width: 88px;
}

#sltcompanysize {
    width: 116px;
}

#sltyearsofexperience {
    width: 108px;
}

#sltdirectreports {
    width: 114px;
}

#sltperformance {
    width: 103px;
}

#sltotherfactors {
    width: 64px;
}

.main_content p {
    margin-bottom: 15px;
    padding: 0 15px 0 15px;
    margin-top: 16px;
    font-size: 1em;
}

.divca p {
    font-size: 14px;
    line-height: 1.3em;
    margin: 0 15px 5px 0;
}


#ul-jobdesc {
    margin-bottom: 0;
}

#div-altjob {
    padding-bottom: 0;
    padding-left: 0;
}

/*catch all page start*/

/*search index chart start*/
#catchall_container {
    margin: auto;
    width: 90%;
    height: 500px;
}

@media screen and (max-width: 727px) {

    #catchall_container {
        height: 250px;
    }
}
/*search index chart end*/
#expandChart_container {
    display: none;
}

@media screen and (max-width: 727px) {
    #expandChart_container {
        display: block;
        margin: 15px auto;
        width: 120px;
    }
}

#btn_expandChart {
    color: #34567b;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

    #btn_expandChart:after {
        content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
        background: url("../../../../Images/Can/salary_sprite.png") no-repeat center center;
        background-position: -250px -44px;
        width: 100px;
        height: 50px;
    }

#SeeAllSalary_container {
    display: block;
    margin: 25px auto;
    clear: both;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 727px) {
    #SeeAllSalary_container {
        display: none;
    }
}

#btn_SeeAllSalary {
    background-color: #F5CF46;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #34567b;
    padding: 10px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.alt-job-title-container {
    padding-left: 15px;
}

.category-container {
    padding-left: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 727px) {
    .alt-job-title-container, .category-container {
        padding-left: 30px;
    }
}

.alt-job-title-label, .category-label {
    font-weight: 700;
}

/*job collapes content start*/
.div_jobcollapeslinks {
    margin-top: 15px;
}

.jobcollapeslinks_container {
    clear: left;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
}

@media screen and (min-width: 1080px) {
    .jobcollapeslinks_container {
        clear: both;
    }
}

.jobcollapeslinks_header {
    width: 100%;
}

@media screen and (min-width: 1080px) {
    .jobcollapeslinks_header {
        text-indent: 15px;
    }
}

.jobcollapesheader {
    display: block;
}

    .jobcollapesheader span:first-child {
        display: inline-block;
        padding-right: 10px;
        text-align: right;
    }

    .jobcollapesheader span:last-child {
        display: inline-block;
        float: left;
    }

.jobcollapesheader_bg_odd {
    background-color: #daebd7;
}

@media screen and (min-width: 1080px) {
    .jobcollapesheader_bg_odd {
        background-color: #ffffff;
    }
}

.jobcollapesheader_bg_even {
    background-color: #daebd7;
}

@media screen and (min-width: 1080px) {
    .jobcollapesheader_bg_even {
        background-color: #ecf3f9;
    }
}

.jobcollapeslinks {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border: 0px;
    padding: 15px 15px 0 15px;
    display: inline-block;
    width: 100%;
}

@media screen and (min-width: 1080px) {
    .jobcollapeslinks {
        padding-left: 0px;
        padding-top: 0px;
    }
}

.jobcollapeslinks_bg_odd {
    background-color: #ecf3f9;
}

@media screen and (min-width: 1080px) {
    .jobcollapeslinks_bg_odd {
        background-color: #ffffff;
    }
}

.jobcollapeslinks_bg_even {
    background-color: #ecf3f9;
}

@media screen and (min-width: 1080px) {
    .jobcollapeslinks_bg_even {
        background-color: #ecf3f9;
    }
}

.jobtoggle-box {
    display: none;
}

    .jobtoggle-box + .jobcollapesheader {
        color: #34567b;
        padding: 15px 0 15px 12px;
        font-weight: 700;
    }

    .jobtoggle-box ~ ul {
        display: none;
    }

    .jobtoggle-box:checked ~ ul {
        display: inline-block;
    }

@media screen and (min-width: 1080px) {
    .jobtoggle-box ~ ul {
        display: inline-block;
        /*text-indent: 0;*/
    }
}

@media screen and (max-width: 1079px) {
    .jobtoggle-box + .jobcollapesheader {
        padding-left: 31px;
        text-indent: -31px;
    }

        .jobtoggle-box + .jobcollapesheader:before {
            content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
            background: url("../../../../Images/Can/salary_sprite.png") no-repeat center right;
            background-position: -185px -48px;
            width: 100px;
            height: 50px;
        }

    .jobtoggle-box:checked + .jobcollapesheader:before {
        background: url("../../../../Images/Can/salary_sprite.png") no-repeat center center;
        background-position: -240px -45px;
    }
}
/*job collapes content end*/

/*search index traffic driver start*/
.searchindex_widget .search {
    background: #34567b;
    height: 68px;
    width: 100%;
    padding-top: 3px;
}

@media screen and (min-width: 727px) and (max-width: 1080px) {
    .searchindex_widget .search {
        margin-top: 15px;
    }
}

@media screen and (max-width: 727px) {
    .searchindex_widget .search {
        display: none;
    }
}

.searchindex_widget .searchform .salSearchHeader {
    display: none;
}

    .searchindex_widget .searchform .salSearchHeader + div {
        color: #ffffff;
        margin-left: 15px;
        margin-top: 5px;
    }

.searchindex_widget .searchform .salBrowseLink {
    display: none;
}

.searchindex_widget .searchform .salSearchForm {
    margin: 5px 11px 5px;
}

.searchindex_widget .search .searchform .salSearchFooter {
    display: none;
}

.searchindex_widget .searchform .salSearchForm fieldset {
    background-color: #fff;
    border: 1px solid #013413;
    float: left;
    height: 25px;
    margin-right: 8px;
    padding: 0;
    position: relative;
    width: -moz-calc(20% - 70px);
    width: -webkit-calc(20% - 70px);
    width: calc(50% - 70px);
}

.searchindex_widget .search .searchform .sal_button {
    background: transparent url(/Content/images/search_icon_blue.png) no-repeat 10px center;
    background-color: #F5CF46;
    border: 1px solid #013413;
    border-radius: 5px;
    color: #34567b;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 15px;
    text-transform: capitalize;
    width: 112px;
    margin-top: -8px;
}




.searchindex_widget .search .searchform .salSearchForm fieldset label {
    display: none;
}

.searchindex_widget .searchform .ns_textinputstyle {
    border: 0;
    color: #525252;
    font-style: italic;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 90%;
    font-size: 13px;
}
/*search index traffic driver end*/
/*catch all page end*/

/*JobsByIndustryCategoryIncome page start*/
#divCategoryIndustryIncomeSelect {
    background-color: #E0E0E0;
    padding-left: 0px;
    margin: 15px 0;
}

@media screen and (min-width: 1080px) {
    #divCategoryIndustryIncomeSelect {
        padding-left: 5px;
    }
}

#JobsByIndustryCategoryIncome_Widget #jobcategorysection {
    display: inline-block;
    width: 100%;
}

#JobsByIndustryCategoryIncome_Widget #industrysection {
    display: inline-block;
    width: 100%;
}

#JobsByIndustryCategoryIncome_Widget #salaryrangesection {
    display: inline-block;
    width: 100%;
}

@media screen and (min-width: 1080px) {
    #JobsByIndustryCategoryIncome_Widget #jobcategorysection {
        display: inline-block;
        width: 35%;
    }

    #JobsByIndustryCategoryIncome_Widget #industrysection {
        display: inline-block;
        width: 30%;
    }

    #JobsByIndustryCategoryIncome_Widget #salaryrangesection {
        display: inline-block;
        width: 30%;
    }
}

#JobsByIndustryCategoryIncome_Widget #label_sltjobcategory {
    display: block;
    padding: 15px 10px 0px 15px;
    width: 100%;
}

#JobsByIndustryCategoryIncome_Widget #sltjobcategory {
    margin: 0 0 0 15px;
    width: 92%;
    display: block;
}

@media screen and (min-width: 1080px) {
    #JobsByIndustryCategoryIncome_Widget #sltjobcategory {
        width: 95%;
    }
}

#JobsByIndustryCategoryIncome_Widget #label_sltindustry {
    display: block;
    padding: 15px 10px 0px 15px;
    width: 100%;
}

#JobsByIndustryCategoryIncome_Widget #sltindustry {
    margin: 0 0 0 15px;
    width: 92%;
    display: block;
}

@media screen and (min-width: 1080px) {
    #JobsByIndustryCategoryIncome_Widget #sltindustry {
        width: 95%;
    }
}

#JobsByIndustryCategoryIncome_Widget #label_sltsalaryrange {
    display: block;
    padding: 15px 10px 0px 15px;
    width: 100%;
}

#JobsByIndustryCategoryIncome_Widget #sltsalaryrange {
    margin: 0 0 15px 15px;
    width: 92%;
    display: block;
}

@media screen and (min-width: 1080px) {
    #JobsByIndustryCategoryIncome_Widget #sltsalaryrange {
        width: 95%;
    }
}

#JobsByIndustryCategoryIncome_Widget .divpagination {
    text-align: center;
    margin: 15px 0;
    width: 100%;
}

#JobsByIndustryCategoryIncome_Widget .pagination_container {
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

    #JobsByIndustryCategoryIncome_Widget .pagination_container li {
        display: none;
    }

        /*#JobsByIndustryCategoryIncome_Widget .pagination_container li:first-of-type ::before {
        content: "\00ab ";
    }

    #JobsByIndustryCategoryIncome_Widget .pagination_container li:last-of-type ::after {
        content: " \00bb";
    }*/

        #JobsByIndustryCategoryIncome_Widget .pagination_container li a {
            text-decoration: none;
        }

    #JobsByIndustryCategoryIncome_Widget .pagination_container .current {
        background-color: #34567b;
        color: #fff;
    }

    #JobsByIndustryCategoryIncome_Widget .pagination_container .disable {
        color: #34567b;
        opacity: 0.4;
    }

@media screen and (min-width: 728px) {
    #JobsByIndustryCategoryIncome_Widget .pagination_container li {
        display: inline-block;
        border: solid 1px #34567b;
        border-radius: 0.25em;
        margin-left: 0.2em;
        margin-right: 0.2em;
        padding: 0.6em 0.8em;
    }
}

#JobsByIndustryCategoryIncome_Widget .pagination_container li.Navigation {
    display: inline-block;
    display: inline-block;
    border: solid 1px #34567b;
    border-radius: 0.25em;
    padding: 0.6em 0.8em;
}

#JobsByIndustryCategoryIncome_Widget .divPayScales {
    display: none;
}

@media screen and (min-width: 1080px) {
    #JobsByIndustryCategoryIncome_Widget .divPayScales {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }
}

#JobsByIndustryCategoryIncome_Widget .divDesc {
    padding-left: 20px;
}

@media screen and (min-width: 727px) {
    #JobsByIndustryCategoryIncome_Widget .divDesc {
        padding-left: 30px;
    }
}

@media screen and (min-width: 1080px) {
    #JobsByIndustryCategoryIncome_Widget .divDesc {
        display: block;
        padding-left: 0;
        margin-bottom: 15px;
        width: 100%;
    }
}

#JobsByIndustryCategoryIncome_Widget .divDescPara {
    padding-left: 0;
}

@media screen and (max-width: 1079px) {
    #JobsByIndustryCategoryIncome_Widget .divDescPara {
        padding-left: 0;
    }
}

#JobsByIndustryCategoryIncome_Widget .CareerArcheType {
    display: none;
}

@media screen and (min-width: 1080px) {
    #JobsByIndustryCategoryIncome_Widget .CareerArcheType {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }
}

#JobsByIndustryCategoryIncome_Widget .divJobListHeader {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
}

@media screen and (min-width: 1080px) {
    #JobsByIndustryCategoryIncome_Widget .divJobListHeader {
        padding-left: 0;
    }
}

.divstartcharacter {
    display: block;
    width: 100%;
}

#sltstartcharacter {
    margin: 15px auto;
    font-size: 1em;
    display: block;
}

@media screen and (min-width: 728px) {
    #sltstartcharacter {
        display: none;
    }
}

#JobsByIndustryCategoryIncome_Widget .lststartcharacter {
    display: none;
}

@media screen and (min-width: 728px) {
    #JobsByIndustryCategoryIncome_Widget .lststartcharacter {
        display: block;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        list-style-type: none;
        background-color: #34567b;
        border-radius: 0.24em;
        color: #fff;
        padding: 10px;
    }
}

#JobsByIndustryCategoryIncome_Widget .lststartcharacter li {
    display: inline-block;
    text-align: center;
    padding: 0 6px;
}

    #JobsByIndustryCategoryIncome_Widget .lststartcharacter li a {
        color: #fff;
        font-weight: 700;
    }

.inline-bold-green {
    font-weight: 700;
}

.img-valign-middle {
    vertical-align: middle;
}

.div-gap {
    margin-bottom: 20px;
}

@media screen and (min-width: 1080px) {
    .div-gap {
        margin-bottom: 0;
    }
}
/*JobsByIndustryCategoryIncome page end*/

/*exec start*/
.exec-ul {
    padding-left: 0;
    list-style: none;
}

.exec-li {
    padding: 15px;
}

    .exec-li:nth-child(odd) {
        background: #daebd7;
    }
/*exec end*/
/*tabular data start*/
#tabularData_container {
    display: none;
}

#tabularData_title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}

#tabularData_container_table {
    width: 80%;
    margin: 0 auto;
}

    #tabularData_container_table thead {
        background-color: #DAE6F2;
        font-weight: bold;
        font-size: 15px;
    }

    #tabularData_container_table tbody tr:nth-child(even) {
        background-color: #ECF3F9;
    }

    #tabularData_container_table td {
        padding-left: 5px;
        padding-bottom: 5px;
    }

.catchall_tabular_link {
    font-weight: bold;
    font-size: 16px;
}

#chart_tabular_switchlink {
    float: right;
    margin-bottom: 5px;
}

#chart_tabular_switchlinktext {
    color: #34567b;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    margin-right: 10px;
    float: right;
}

#chart_tabular_memotext {
    color: #1b7c00;
    font-size: 12px;
    float: left;
    margin-right: 10px;
    width: 75%;
}

#taxbrackets_memo {
    color: #1b7c00;
    font-size: 12px;
    float: left;
}

.clear {
    clear: both;
}

.link-div {
    float: left;
    min-width: 235px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*tabular data end*/

.divca {
    background: url("../../../../Images/Can/cta_bg_enterprise.png") no-repeat center center;
    width: 100%;
    height: 161px;
    margin: 0px 0px 14px 0px;
}

.divca_content {
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 38px;
    float: left;
}

.divca_title {
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 16px;
    padding-left: 12px;
}

.divca_button {
    background-color: #f5cf46;
    color: #34567B;
    font-size: 14px;
    padding-top: 3px;
    margin-top: 113px;
    margin-right: 40px;
    text-align: center;
    float: right;
    font-weight: bold;
    height: 26px;
    width: 172px;
    border-radius: 4px 4px 4px 4px;
}

    .divca_button a {
        text-decoration: none;
    }

@media screen and (min-width: 728px) {
    .divcta {
        height: 157px;
    }
}

@media screen and (max-width:727px) {
    .divca {
        background: url("../../../../Images/Can/cta_enterprise_bg_mobile.png") no-repeat center center !important;
        height: 260px !important;
    }

    .divca_button {
        margin-top: -10px; /*auto;*/
        margin-right: calc((100% - 172px)*0.5) !important;
    }

    .divcta {
        height: 300px;
        margin-top: 0px !important;
    }

    .divleft {
        margin-top: 20px !important;
    }

    .divmiddle_content {
        margin-left: -65px;
        margin-top: 35px;
        width: calc(100% + 65px);
    }

        .divmiddle_content > p:first-child {
            width: 130%;
        }

    .divright {
        margin-top: 20px !important;
        margin-right: calc((100% - 196px)*0.5) !important;
    }
}

.divcta {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #4a7aae;
    font-family: Arial;
}

.divleft {
    font-family: Arial;
    margin-top: 37px;
    min-width: 100px;
    float: left;
    text-align: right;
    width: 10%;
}

.divmiddle {
    color: #ffffff;
    text-align: left;
    float: left;
    margin-top: 30px;
    margin-left: calc(5% - 5px);
    width: 50%;
}

    .divmiddle > div:first-child {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .divmiddle p {
        margin: 2px 0px 0px 0px;
        padding: 0;
    }

.divright {
    margin-top: 66px;
    margin-right: 10%;
    width: 196px;
    height: 26px;
    background-color: #F6d03d;
    color: #335379;
    font-size: 14px;
    text-align: center;
    float: right;
    font-weight: bold;
    border-radius: 4px 4px 4px 4px;
}

    .divright > a {
        display: inline-block;
        padding-top: 4px;
        text-decoration: none;
    }


/* global header form Typeahead */
@media (max-width: 54.9375em) {
    #form_globalheadersearch [class*="sa-form-group-"] {
        width: 100%;
    }
}

input::-ms-clear {
    display: none;
}

.tt-highlight {
    color: green !important;
}

.typeahead-empty-message {
    position: relative;
    padding: 10px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.typeahead-suggestion {
    position: relative;
    padding: 8px 8px 8px 24px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
}

    .typeahead-suggestion:hover,
    .typeahead-suggestion.is-active {
        color: #212221;
        background-color: #CAEEFA;
    }

#getdata input[class*="typeahead-input"],
#getdata input[class*="typeahead-hint"],
#form_changesearchcriteria input[class*="typeahead-input"],
#form_changesearchcriteria input[class*="typeahead-hint"],
#form_globalheadersearch input[class*="typeahead-input"],
#form_globalheadersearch input[class*="typeahead-hint"] {
    display: block;
    width: 100%;
    min-width: 15em;
    max-width: 100vw;
    padding-right: 30px;
    font-weight: 500;
    height: 33px;
    font-size: 16px;
    line-height: 1.2;
    color: #212221;
    background-image: none;
    border: 1px solid #e6e7e8;
    border-radius: 4px;
    -webkit-box-shadow: none; /*inset 0 1px 1px rgba(0, 0, 0, .075);*/
    box-shadow: none; /*inset 0 1px 1px rgba(0, 0, 0, .075);*/
}

#getdata input[class*="typeahead-input"],
#form_changesearchcriteria input[class*="typeahead-input"],
#form_globalheadersearch input[class*="typeahead-input"] {
    position: relative;
    background-color: transparent;
    outline: none;
}

#getdata input[class*="typeahead-hint"],
#form_changesearchcriteria input[class*="typeahead-hint"],
#form_globalheadersearch input[class*="typeahead-hint"] {
    position: absolute;
    top: 0;
    left: 0;
    color: #ccd6dd !important;
    opacity: 1;
}

#getdata .icon-job,
#getdata .icon-remove,
#getdata .icon-paymarket,
#getdata img[class*="typeahead-spinner"],
#form_changesearchcriteria .icon-job,
#form_changesearchcriteria .icon-remove,
#form_changesearchcriteria .icon-paymarket,
#form_changesearchcriteria img[class*="typeahead-spinner"],
#form_globalheadersearch .icon-job,
#form_globalheadersearch .icon-remove,
#form_globalheadersearch .icon-paymarket,
#form_globalheadersearch img[class*="typeahead-spinner"] {
    position: absolute;
    top: 50%;
    z-index: 9;
    margin-top: -.5em;
    color: #767676;
}

#getdata .icon-job,
#getdata .icon-paymarket,
#form_changesearchcriteria .icon-job,
#form_changesearchcriteria .icon-paymarket,
#form_globalheadersearch .icon-job,
#form_globalheadersearch .icon-paymarket {
    left: 10px;
}

#getdata .icon-remove,
#form_changesearchcriteria .icon-remove,
#form_globalheadersearch .icon-remove {
    right: 10px;
}

#getdata img[class*="typeahead-spinner"],
#form_changesearchcriteria img[class*="typeahead-spinner"],
#form_globalheadersearch img[class*="typeahead-spinner"] {
    display: none;
    right: 4px;
    margin-top: -.85em;
    width: 28px;
    height: 28px;
}

#getdata div[class*="typeahead-menu"],
#form_changesearchcriteria div[class*="typeahead-menu"],
#form_globalheadersearch div[class*="typeahead-menu"] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    font-size: 16px;
    z-index: 100;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    #getdata div[class*="typeahead-menu"].is-open,
    #form_changesearchcriteria div[class*="typeahead-menu"].is-open,
    #form_globalheadersearch div[class*="typeahead-menu"].is-open {
        display: block;
    }

#getdata div[class*="typeahead-selectable"],
#form_changesearchcriteria div[class*="typeahead-selectable"],
#form_globalheadersearch div[class*="typeahead-selectable"] {
    cursor: pointer;
}

/* end:global header form typeahead*/


/* ibar */
.ibar_joblist_border {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #333333;
    margin: 0 auto;
    position: relative;
    width: 100%; /* 628px; */
    max-width: 880px;
    border: 1px solid #E6E7E8;
    border-top: 2px solid #9CCB3E;
}

.ibar_joblist_header_tbl {
    display: table;
    width: 95%;
    /*margin: 0 auto;*/
    padding: 20px 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .ibar_joblist_header_tbl {
        width: 100%;
        padding: 10px;
    }
}

.ibar_joblist_cell {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .ibar_joblist_cell {
        width: 100%;
        display: block;
        padding: 5px 0;
    }

    #div_map_legend {
        display: none;
    }
}

.joblist_header_label {
    font-size: 18px;
}

.ibar_joblist_jobopening {
    font-weight: 700;
}

.ibar_joblist_header_title {
    text-transform: capitalize;
}

/* end ibar */

.sal-national-flag {
    border: 1px solid #e6e7e8;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.sal-national-flag-flex {
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

    .sal-national-flag-flex div {
        max-width: 105px;
        flex: 1 1 105px;
    }

@media(max-width:500px) {
    .sal-national-flag-flex div {
        max-width: 95px !important;
        flex: 1 1 95px !important;
    }
}

.sal-icon-cta-personal {
    width: 82px;
    height: 82px;
    background-image: url(/research/salary/Images/Can/graph_icon_cta_personal.png);
    background-repeat: no-repeat;
    background-size: 82px 82px;
}
