﻿#wrapper .search-query > p
{
	cursor: auto;
}
.search-query input[type=text], 
.search-query select
{
	margin: 0 !important;
	color: #1a1a1a; /*no other choice. hover state makes text white.*/
}

.description-logo img {
    max-width: 100%;
}

.description-holder .locandsalary .jxt-result-area {
    display: none;
}

#AdvancedSearchFilter_PnlSalaryBands {
    padding: 20px 0;
}

#AdvancedSearchFilter_PnlSalaryBands div {
    margin: 0 0 5px
}

#AdvancedSearchFilter_PnlSalaryBands div#divSalaryFrom,
#AdvancedSearchFilter_PnlSalaryBands div#divSalaryTo {
    position: relative;
    min-height: 20px;
    width: 100%;
}

#AdvancedSearchFilter_PnlSalaryBands div span {
    padding: 6px 0 0 8px;
    z-index: 1;
}

#AdvancedSearchFilter_PnlSalaryBands div#divSalaryFrom input,
#AdvancedSearchFilter_PnlSalaryBands div#divSalaryTo input {
    background-image: none;
    float: none;
    display: block;
    box-shadow: none;
}

#AdvancedSearchFilter_PnlSalaryBands #divTo {
    float: none;
}

#AdvancedSearchFilter_PnlSalaryBands input.mini-new-buttons {
    float: none
}

.jobalert-salary-bands span.divSalaryCurrency {
    position: absolute;
    margin-top: 3px;
    padding: 0 0 0 5px
}

/* .divSalaryCurrency { position: absolute; left: 0; top: 0; bottom: 0; }*/

#divSalaryFrom input,
#divSalaryTo input {
    padding-left: 2em;
}

.jobalert-salary-bands input {
    text-indent: 15px
}

:focus {
    outline: none
}

#tnt_pagination .active {
    font-weight: 700;
}


/* Inline salary currencies */

#advanced_search-holder #search-salary #divSalaryTo {
    float: none;
    width: auto;
}

#advanced_search-holder #search-salary #salaryupperband,
#advanced_search-holder #search-salary #salarylowerband {
    width: 39%;
}

#advanced_search-holder #search-salary #salarylowerband {
    float: left;
}

#advanced_search-holder #search-salary .divSalaryCurrency {
    float: left;
    position: relative;
    margin-right: 10px;
    top: 3px;
}

#advanced_search-holder #search-salary #divSalaryFrom {
    width: auto;
    float: none;
}


/* end Inline salary currencies */


/* .form-hint */

.form-hint {
    font-size: 85%;
    margin-bottom: 8px;
    display: inline-block;
}


/* to hide the hosted credit card payment till release has been completed and active again  */

.jxt-form-section-credit-card-payment,
input#ctl00_ContentPlaceHolder1_btnMakePayment {
    display: none;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}


/* Group Status - Popup */

#boardy-popshadow,
#boardy-popshadow-fav,
#boardy-popshadow-alert {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #ccc;
    display: none;
}

.TablePaginationFooter {
    background: none;
    border: none;
}

#boardy-popup .window,
#boardy-popup-fav .window-fav,
#boardy-popup-alert .window-alert {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999999999999;
}

#boardy-popup #boardy-popbox {
    width: 375px;
    height: auto;
    padding: 0;
    margin-top: 30px;
}

#boardy-popup-fav #boardy-popbox-fav,
#boardy-popup-alert #boardy-popbox-alert {
    width: 500px;
    height: auto;
    padding: 0;
    margin-top: 30px;
}

.boardy-styleBox {
    background-color: #fff;
    padding: 20px;
    margin: 10px;
}

.boardy-GroupStatus-btn {
    display: inline-block;
    width: 46%;
    margin: 10px 2%;
    text-align: center;
    float: left;
    text-decoration: none;
    padding: 10px 0;
    background: #333;
    color: #fff;
}

.boardy-poptitle {
    text-align: center;
}

.boardy-popcontent {
    overflow: hidden;
}


/* new styles for login wityh social media buttons for login and register */

.boardyLoginWithSocial {
    display: block;
    clear: both;
}

.boardyLoginWithSocial .boardyLoginSocialButton {
    display: inline-block;
    opacity: 0.9;
}

.boardyLoginWithSocial .boardyLoginSocialButton:hover {
    opacity: 1;
}

@media screen and (max-width: 400px) {
    #boardy-popup #boardy-popbox,
    #boardy-popup-fav #boardy-popbox-fav,
    #boardy-popup-fav #boardy-popbox-alert {
        width: 100%;
        max-width: 400px;
        left: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.boardy-popclose,
.boardy-popclose-fav,
.boardy-popclose-alert {
    cursor: pointer;
    color: #fff;
    font-size: 38px;
    display: inline-block;
    text-decoration: none;
    background: #000;
    float: right;
    position: relative;
    line-height: 0.6em;
    padding: 5px;
}

.boardy-popclose:before,
.boardy-popclose-fav:before,
.boardy-popclose-alert:before {
    content: "×";
}

.boardy-favsearch-holder,
.boardy-createalert-holder {
    margin-top: 20px;
}

.boardy-favsearch-form,
.boardy-createalert-form {
    clear: both;
}

.boardy-favsearch-input,
.boardy-createalert-input {
    padding: 5px 10px;
    width: 70% !important;
    display: inline !important;
}

.boardy-favsearch-btn,
.boardy-createalert-btn {
    background: #333;
    color: #fff;
    padding: 7px 35px;
    text-align: center;
    text-decoration: none;
}

.boardy-favsearch-holder h4,
.boardy-createalert-holder h4 {
    margin-top: 20px;
}

@media (max-width: 400px) {
    .boardy-favsearch-input,
    .boardy-favsearch-btn,
    .boardy-createalert-input,
    .boardy-createalert-btn {
        width: 100% !important;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
}


/* No Menu Style */

.boardy-GroupStatus-noMenu span {
    display: inline-block;
    vertical-align: middle;
}


/* With Menu Style */

.boardy-GroupStatus-withMenu span {
    display: inline-block;
    vertical-align: middle;
}


/* With Menu Style - Dropdown */

.boardy-GroupStatus-withMenu .GroupStatus-dashboard {
    position: relative;
}

.boardy-dropdown {
    display: none;
    position: absolute;
    /*top: 100%;*/
    z-index: 2000;
    left: auto;
    right: 0;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.boardy-dropdown>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    white-space: nowrap;
}

.boardy-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.boardy-dropdown .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}


/*.linkAdvertiserBroadcastViewMore a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background:#555;
  border-radius:5px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  padding: 0.9em 3em;
  border:none;
  text-transform:uppercase;
  font-weight:700;
}*/


/* sorting button */

.job-navbtns .button {
    position: relative;
}

.job-navbtns .button select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}


/* Hidden Passport number */

#memberregister-passportnumber-field,
#ucmemberedit-passportnumber-field {
    display: none;
}


/* Hidden Google plus on Job detail */


/*#content .jobdetail-options #jobdetail-social-media .googleplus-in-image a {background-image: url(http://jxt.net.au/images/buttons/google-plus.png);} */

.jobdetail-options ul .googleplus-in-image,
#jobdetail-social-media .googleplus-in-image {
    background-image: url(../../../jxt.net.au/images/buttons/google-plus.png);
    background-repeat: no-repeat;
}

.job-detail-centre .linked-in-image a:before,
.job-detail-centre .twitter-image a:before {
    left: -8px;
}

.job-detail-centre .facebook-image a:before {
    left: -4px !important;
}


/* Hidden jobalert view */

.member-jobalerts-view {
    display: none;
}


/* Fixed advertiser logo */

.description-logo img {
    width: 100%;
}

.full-width-content #side-left,
.full-width-content #dynamic-side-left-container,
.full-width-content #job-side-column {
    display: none;
}

.full-width-content #content,
.full-width-content #dynamic-content {
    width: 100%;
    box-sizing: border-box;
}

input[type=password],
input[type=text],
input[type=number],
input[type=tel],
input[type=email] {
    display: block;
    width: 100%;
}

.jxt-form input[type=text],
.jxt-form input[type=tel],
.jxt-form input[type=email],
.jxt-form input[type=password],
.jxt-form select,
.jxt-form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.jxt-form .pull-left {
    float: left;
}

.jxt-form .pull-right {
    float: right;
}


/*clearing*/

.jxt-form:after,
.jxt-form-section:after,
.jxt-form-group:after {
    display: table;
    clear: both;
    content: "";
}

.jxt-form {
    max-width: 100%;
    box-sizing: border-box;
}

.jxt-form * {
    box-sizing: border-box;
}

.jxt-form hr {
    clear: both;
}

.jxt-form-section {
    /*no default styles*/
}

.jxt-form-fieldset {
    padding: 0;
    border: 0;
    margin: 15px 0 0;
}

.jxt-form-fieldset legend {
    display: none;
}

.jxt-form-group {
    clear: both;
    margin: 0 0 1.5em 0;
}

.jxt-form-label {
    float: left;
    width: 45%;
    padding: 0 1.5em 0 0;
}

.jxt-form-field {
    float: right;
    width: 55%;
    padding: 0;
}

.jxt-form-field-information {
    /*no default styles*/
}

.jxt-form-text {
    /*no default styles*/
}

.jxt-form-combined input[type=radio],
.jxt-form-combined input[type=checkbox] {
    margin-right: 0.5em;
    vertical-align: middle;
}

.jxt-form-button {
    float: right;
    width: 60%;
    text-align: right;
}

.jxt-error {
    display: inline-block;
    padding: 3px 15px;
    margin: 1px 0;
    border-radius: 10px;
    color: red;
    background: rgba(0, 0, 0, 0.1);
}


/* Do not remove help-block error style - used for password strength logic */

p.help-block.error {
    color: red;
}


/* Do not remove help-block error style - used for password strength logic */

ul.jxt-cart-product-list {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.jxt-cart-product-list li {
    display: block;
    padding: 0;
    margin: 0 0 0.5em 0;
    text-indent: 0;
    line-height: 24px;
}

ul.jxt-cart-product-list li:before {
    display: none;
}

.jxt-cart-remove {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 0.5em 0 0;
    line-height: 1.5;
    border-radius: 50%;
    text-indent: -5000em;
}

.jxt-cart-remove:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: solid 1px transparent;
    border-radius: 50%;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 700;
    text-indent: 0;
    text-align: center;
    content: "X";
    color: #fff;
    background-color: red;
}

.jxt-cart-remove:hover:before,
.jxt-cart-remove:active:before,
.jxt-cart-remove:focus:before {
    border-color: red;
    color: red;
    background-color: transparent;
}

.table-responsive {
    margin: 1.5em 0;
}

.table-responsive > .table {
    margin-top: 0;
    margin-bottom: 0;
}

table.jxt-cart-product-list {
    width: 100%;
    margin: 0 0 1.5em 0;
    border-collapse: collapse;
}

table.jxt-cart-product-list th {
    font-weight: 700;
}

table.jxt-cart-product-list th,
table.jxt-cart-product-list td {
    padding: 0.5em;
    border: solid 1px #000;
}

.jxt-cart-product-coupon {
    float: left;
    width: 50%;
    padding: 0 1.5em 0 0;
    margin: 0 0 1.5em 0;
}

.jxt-form-section-product-totals {
    float: right;
    width: 50%;
    padding: 0 0 0 1.5em;
    margin: 0 0 1.5em 0;
}

.jxt-cart-product-total-sub-total {
    overflow: hidden;
    border-bottom: solid 1px #000;
}

.jxt-cart-product-total-sub-gst {
    overflow: hidden;
    border-bottom: solid 1px #000;
}

.jxt-cart-product-total-sub-net {
    overflow: hidden;
    border-bottom: solid 1px #000;
}

.jxt-product-total-sub-heading {
    float: left;
    width: 50%;
    padding: 0 1.5em 0 0;
}

.jxt-product-total-sub-value {
    float: left;
    width: 50%;
    padding: 0 0 0 1.5em;
}

.jxt-form-section-promo-code {
    float: left;
    width: 50%;
    padding: 0 1.5em 0 0;
}

.jxt-form .coupon-holder {
    background: none !important;
}

.jxt-form input.coupon-input {
    width: 60%;
}

.jxt-form .coupon-label {
    background: none !important;
}

.jxt-form .sub-totals-section .basketTotals {
    font-weight: bold;
}

.jxt-form-section-credit-card-payment {
    float: left;
    width: 50%;
    /* padding: 0 0 0 1.5em; */
}

.jxt-form-section-paypal {
    /* clear: left; */
    float: left;
    width: 45%;
    padding: 3em 0 0 2.5em;
    text-align: left;
}

.jxt-paypal-button {
    display: inline-block;
    max-width: 100%;
    width: 278px;
    height: 50px;
    margin: 1em 0 1.5em;
    text-indent: -5000em;
    text-align: left;
    background: url("http://images.jxt.net.au/COMMON/images/paypal.svg") no-repeat 0 0;
    background-size: contain;
    box-sizing: border-box;
}

.jxt-form-footer-navigation {
    overflow: hidden;
    clear: both;
    margin: 0 0 1.5em 0;
}

.jxt-form-next {
    float: right;
}

.jxt-form-previous {
    float: left;
}

.jxt-form-submit {
    overflow: hidden;
    clear: both;
    margin: 0 0 1.5em 0;
}


/*checkout page*/

.jxt-cart-product-list td {
    line-height: 24px;
}

.jxt-form-section-credit-card-payment .jxt-form-fieldset:first-of-type {
    float: none;
    width: auto;
    padding: 0;
}

.jxt-form-section-credit-card-payment .jxt-form-fieldset:first-of-type .jxt-form-combined {
    float: left;
    width: auto;
    margin-right: 2%;
}


/*/checkout page*/


/*advertiser login page*/

.jxt-form-advertiser-login .jxt-form-section:nth-of-type(odd) {
    float: left;
    width: 50%;
    padding: 0 1.5em 0 0;
}

.jxt-form-advertiser-login .jxt-form-section:nth-of-type(even) {
    float: right;
    width: 50%;
    padding: 0 0 0 1.5em;
}

.jxt-form-advertiser-login .jxt-form-remember-me {
    padding-left: 45%;
}

.jxt-form-advertiser-login .jxt-form-remember-me > label {
    display: block;
}

.jxt-form-advertiser-login .jxt-form-forgot-password {
    float: right;
}

.jxt-form-advertiser-login .jxt-form-button {
    float: none;
    padding-left: 45%;
    text-align: left;
}

.jxtPaymentButton {
    float: none;
    padding-left: 45%;
    text-align: left;
}


/*/advertiser login page*/


/*advertiser register page*/

.jxt-form-advertiser-register .jxt-form-fieldset-personal-details {
    clear: both;
    float: left;
    width: 50%;
    padding: 0 1.5em 0 0;
}

.jxt-form-advertiser-register .jxt-form-fieldset-company-details {
    float: left;
    width: 50%;
    padding: 0 0 0 1.5em;
}

.jxt-form-advertiser-register .jxt-form-fieldset-account-type {
    padding: 0;
}

.jxt-form-advertiser-register .jxt-form-submit .jxt-form-text {
    float: right;
    width: 100%;
    margin: 0 0 1.5em 0;
    text-align: right;
}

.jxt-form-advertiser-register .jxt-form-submit .jxt-form-button {
    clear: right;
    float: right;
    width: 100%;
}

.jxt-form-advertiser-register .jxt-form-account-type .jxt-form-combined {
    display: inline-block;
    padding-right: 1.5em;
}


/*/advertiser register page*/


/*advertiser resend email page*/

.jxt-form-advertiser-resend-welcome-email .jxt-form-section:nth-of-type(odd) {
    float: left;
    width: 50%;
    padding: 0 1.5em 0 0;
}

.jxt-form-advertiser-resend-welcome-email .jxt-form-section:nth-of-type(even) {
    float: left;
    width: 50%;
    padding: 0 0 0 1.5em;
}


/*/advertiser resend email page*/


/*advertiser select product*/


/*.jxt-form-advertiser-select-product .jxt-form-section:nth-of-type(odd)
{
  float: left;
  width: 50%;
  padding: 0 1.5em 0 0;
}
.jxt-form-advertiser-select-product .jxt-form-section:nth-of-type(even)
{
  float: left;
  width: 50%;
  padding: 0 0 0 1.5em;
}*/

.jxt-form-advertiser-select-product .jxt-form-section-your-cart {
    float: right;
    width: 50%;
    padding: 0 0 0 1.5em;
}

.jxt-form-advertiser-select-product .jxt-form-section-select-product {
    float: left;
    width: 50%;
    padding: 0 1.5em 0 0;
}

.jxt-form-advertiser-select-product .jxt-form-section-select-package {
    clear: left;
    float: left;
    width: 50%;
    padding: 0 1.5em 0 0;
}


/*/advertiser select product*/

dl.jxt-receipt-list {
    overflow: hidden;
    max-width: 30em;
    border-top: solid 1px;
    border-left: solid 1px;
    border-color: inherit;
    margin: 0 0 1.5em 0;
}

dl.jxt-receipt-list dt,
dl.jxt-receipt-list dd {
    padding: 0.5em;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-color: inherit;
}

dl.jxt-receipt-list dt {
    float: left;
    width: 40%;
    font-weight: 700;
}

dl.jxt-receipt-list dd {
    float: right;
    width: 60%;
}

table.jxt-receipt-list {
    overflow: hidden;
    width: 30em;
    max-width: 100%;
    border-top: solid 1px;
    border-left: solid 1px;
    margin: 0 0 1.5em 0;
    border-collapse: collapse;
    border-color: inherit;
}

table.jxt-receipt-list th,
table.jxt-receipt-list td {
    padding: 0.5em;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-color: inherit;
}

table.jxt-receipt-list th {
    font-weight: 700;
}

table.jxt-receipt-list td {}

.box-table .CurrentJobTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-table {
    margin: 1.5em 0;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}

.box-table th {
    font-weight: bold;
    padding: 8px;
    background: #EFEFEF;
    border-top: 4px solid #EFEFEF;
    border-bottom: 1px solid #fff;
    color: #222;
}

.box-table td {
    padding: 8px;
    background: #EFEFEF;
    border-bottom: 1px solid #fff;
    color: #333;
    border-top: 1px solid transparent;
}

.box-table tr:hover td {
    background: #FEFEFE;
    color: #333;
}

.box-table th {
    font-weight: bold;
    padding: 8px;
    background: #DDDDDD;
    border-top: 4px solid #DDDDDD;
    border-bottom: 1px solid #fff;
    color: #222;
}

.box-table td {
    padding: 8px;
    background: #EEEEEE;
    border-bottom: 1px solid #fff;
    color: #444;
    border-top: 1px solid transparent;
}

.box-table tr:hover td {
    background: #FEFEFE;
    color: #222;
}


/* Styles for Password Strength */

.strength_meter div {
    height: 32px;
    width: 285px;
    text-align: center;
    color: #FFF;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 32px;
    display: none;
}

img.strength-boardy-icon {
    width: 18px;
    height: 18px;
}

.strength_meter .veryweak,
.strength_meter .weak,
.strength_meter .medium,
.strength_meter .strong {
    display: block;
}

.strength_meter .veryweak {
    background-color: #FFA0A0;
    /*border-color: #F04040!important;*/
}

.strength_meter .weak {
    background-color: #FF7979;
    /*border-color: #FF853C!important;*/
}

.strength_meter .medium {
    background-color: #FFA854;
    /*border-color: #FC0!important;*/
}

.strength_meter .strong {
    background-color: #6AD500;
    /*border-color: #8DFF1C!important;*/
}


/* help message below password for criteria */

p#pPasswordError {
    font-size: 0.9em;
    font-style: italic;
    opacity: 0.8;
    clear: both;
}


/* page specific for apply page strength meter*/

.boardy-apply-register .strength_meter {
    margin-left: 34%;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .boardy-apply-register .strength_meter {
        margin-left: 36g%;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .boardy-apply-register .strength_meter {
        margin-left: 47%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 480px) {
    .boardy-apply-register .strength_meter {
        margin-left: 8%;
    }
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
    .boardy-apply-register .strength_meter {
        margin-left: 12%;
    }
}


/* page specific for apply page strength meter*/


/* End of styles for Password Strength */

.availCredits .creditsTitle {
    margin-bottom: 5px;
    font-size: 1.5em;
}

.availCredits .standard,
.availCredits .standout,
.availCredits .premium,
.availCredits .no-credits {
    clear: both;
    display: block;
    width: 100%;
    line-height: 2em;
}

.availCredits label.credit-label {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

.availCredits label.credit-label a {
    color: inherit;
    text-decoration: underline;
}

.availCredits span.credit-count {
    display: inline-block;
    margin-right: 10px;
}

.jxt-standout-job {
    border-width: 3px;
    -webkit-box-shadow: 1px 1px 3px 1px #3D3D3D;
    box-shadow: 1px 1px 3px 1px #3D3D3D;
    background: rgba(255, 244, 231, 0.3);
}

.jxt-standout-job .job-toplink > a {
    font-weight: bold;
    font-size: 1.5em;
}

.jxt-premium-job .job-toplink > a {
    font-size: 1.5em;
    font-weight: bold;
}

.jxt-premium-job {
    background: #EDF7FF;
    border-width: 3px;
    -webkit-box-shadow: 1px 1px 3px 1px #737373;
    box-shadow: 1px 1px 3px 1px #737373;
}

@media screen and (max-width: 1023px) {
    #wrapper .jxt-form-section,
    #wrapper .jxt-form-label,
    #wrapper .jxt-form-field,
    #wrapper .jxt-form-button,
    #wrapper .jxtPaymentButton {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .jxt-form-advertiser-register .jxt-form-submit .jxt-form-text,
    .jxt-form-button {
        text-align: left;
    }
    .jxt-form-advertiser-login .jxt-form-remember-me,
    .jxt-form-advertiser-login .jxt-form-button {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    #wrapper .jxt-form-fieldset,
    #wrapper .jxt-form-combined {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 620px) {
    #advanced_search-holder #search-salary #salaryupperband,
    #advanced_search-holder #search-salary #salarylowerband {
        width: 90%;
    }
    #advanced_search-holder #search-salary #divSalaryTo {
        clear: both;
    }
    #advanced_search-holder #search-salary #divTo {
        float: left;
        width: 100%;
        text-align: left;
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 479px) {
    #wrapper .jxt-form-previous,
    #wrapper .jxt-form-next,
    #wrapper .jxt-form-advertiser-login .jxt-form-forgot-password {
        display: block;
        float: none;
        margin: 1.5em 0;
    }
    /* #advanced_search-holder #search-salary #divSalaryTo {
	float: left;
	width: auto;
	clear: both;
	margin-top: 1em;
	}
	*/
}


/* styles for the switch map function */


/* Main block */

.switch_options {
    display: block;
    margin-bottom: 10px;
}


/* Main block clearfix */

.switch_options:before,
.switch_options:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.switch_options:after {
    clear: both;
}


/*Options*/

.switch_options div {
    display: inline-block;
    float: left;
    padding: 6px 20px;
    margin: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    color: #555;
    border: 1px solid #aaa;
    text-transform: uppercase;
    background: #e6e6e6;
background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #d6d6d6 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #e6e6e6), color-stop(50%, #ffffff), color-stop(100%, #d6d6d6));
background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #d6d6d6 100%);
background: -o-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #d6d6d6 100%);
background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #d6d6d6 100%);
background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 50%, #d6d6d6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d6d6d6', GradientType=0 );
}

.switch_options div:first-of-type {
    border-radius: 2px 0 0 2px;
    border-right: 0;
}

.switch_options div:last-of-type {
    border-radius: 0 2px 2px 0;
    border-left: 0;
}

.switch_options div:hover {
    background: #fafafa;
}


/* Active option */

.switch_options div.selected {
    background: #e1dcdc;
background: -moz-linear-gradient(top, #e1dcdc 0%, #cacaca 50%, #949494 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #e1dcdc), color-stop(50%, #cacaca), color-stop(100%, #949494));
background: -webkit-linear-gradient(top, #e1dcdc 0%, #cacaca 50%, #949494 100%);
background: -o-linear-gradient(top, #e1dcdc 0%, #cacaca 50%, #949494 100%);
background: -ms-linear-gradient(top, #e1dcdc 0%, #cacaca 50%, #949494 100%);
background: linear-gradient(to bottom, #e1dcdc 0%, #cacaca 50%, #949494 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1dcdc', endColorstr='#949494', GradientType=0 );
    color: #FFF;
}

linear-gradient(to bottom, #C6C3C3 0%, #FFFFFF 47%, #DEDEDE 100%)

.switch_options div span
{
	width: px;
	height: px;
}

.BoardyMapContainer {
    display: none;
}

.mapFilter
{
	padding: 5px 15px;
}

a.filterTitle {
    background: #C76EB5;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: -1px;
    padding: 0.6em 1em !important;
}

#map {
    width: 100%;
    height: 500px;
}

div#jobdetail-job-location-map {
    margin: 20px 0;
}

.mapPopupContentContainer {
    width: 240px
}

h2.mapPopupJobTitle,
h2.mapPopupJobTitle a {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 400;
    text-decoration: none;
    color: #c76eb5;
}

h2.mapPopupJobTitle a:hover {
    text-decoration: underline;
    color: #333;
}

.gm-style .gm-style-iw span {
    display: block;
}

span.mapPopupAdvertiser {
    color: #2b68e0;
}

span.mapPopupProfessionRole {
    font-size: 11px;
}

span.mapPopupSalary {
    font-size: 11px;
}

.mapPopupAdvertiserLogo {
    float: right;
    padding: 5px;
    border: 1px solid #DEDEDE;
    max-width: 70px !important;
    margin: 0 0 0 0;
}

#applywith .thumbnail
{
	border: 0;
}


/* Hide the name field in local language on member registration page  */
#ucmemberedit-multilingual-firstname,
#ucmemberedit-multilingual-lastname,
#divMultilingualName { display: none;}

.form-checkbox label
{
    margin-left: 7px;
}