﻿@charset "UTF-8";

@font-face {
    font-family: 'jobjournal';
    font-style: normal;
    font-weight: normal;
    src: url("../font/jobjournal.eot");
    src: url("../font/jobjournal.eot?#iefix") format("embedded-opentype"),url("../font/jobjournal.svg#jobjournal") format("svg"),url("../font/jobjournal.woff") format("woff"),url("../font/jobjournal.ttf") format("truetype");
}

[data-icon]:before {
    content: attr(data-icon);
    font-family: 'jobjournal';
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    moz-osx-font-smoothing: grayscale;
    speak: none;
    text-transform: none;
    webkit-font-smoothing: antialiased;
}

.icon-view, .icon-facebook, .icon-twitter, .icon-linkedin, .icon-delete, .icon-mail, .icon-watch, .icon-rate, .icon-download-resume, .icon-reject-applicant, .icon-view-profile, .icon-move-up, .icon-move-down, .icon-checkmark-circle, .icon-spam, .icon-checkmark, .icon-cancel-circle, .icon-minus-alt, .icon-info, .icon-purchased, .icon-warning-sign, .icon-undo, .icon-history, .icon-applied, .icon-signup, .icon-remove, .icon-google-plus {
    font-family: 'jobjournal';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    moz-osx-font-smoothing: grayscale;
    speak: none;
    text-transform: none;
    webkit-font-smoothing: antialiased;
}

    .icon-checkmark:before {
        content: "\e00e";
    }

    .icon-view:before {
        content: "\e000";
    }

    .icon-facebook:before {
        content: "\e002";
    }

    .icon-twitter:before {
        content: "\e003";
    }

    .icon-linkedin:before {
        content: "\e004";
    }

    .icon-delete:before {
        content: "\e001";
    }

    .icon-mail:before {
        content: "\e006";
    }

    .icon-watch:before {
        content: "\e005";
    }

    .icon-rate:before {
        content: "\e007";
    }

    .icon-download-resume:before {
        content: "\e008";
    }

    .icon-info:before {
        content: "\e010";
    }

    .icon-minus-alt:before {
        content: "\e00d";
    }

    .icon-cancel-circle:before {
        content: "\e00f";
    }

    .icon-spam:before {
        content: "\e012";
    }

    .icon-checkmark-circle:before {
        content: "\e011";
    }

    .icon-move-down:before {
        content: "\e00c";
    }

    .icon-move-up:before {
        content: "\e00b";
    }

    .icon-view-profile:before {
        content: "\e00a";
    }

    .icon-reject-applicant:before {
        content: "\e009";
    }

    .icon-purchased:before {
        content: "\e013";
    }

    .icon-warning-sign:before {
        content: "\f071";
    }

    .icon-undo:before {
        content: "\e014";
    }

    .icon-history:before {
        content: "\e015";
    }

.icon-enter:before {
    content: "\e016";
}

.icon-signup:before {
    content: "\e017";
}

.icon-remove:before {
    content: "\e600";
}

.icon-google-plus:before {
    content: "\e601";
}

.mainheader-wrapper {
    background: #fff url(../images/pinstripes-small.png) repeat;
    min-height: 144px;
}

.mainheader {
    padding-top: 10px;
    position: relative;
}

    .mainheader h1 {
        background: url(../images/JJdotcom-4c.png) no-repeat;
        height: 97px;
        margin: 14px 0 0 0;
        text-indent: -9000px;
        width: 145px;
    }

        .mainheader h1 a {
            display: block;
            height: 100%;
            width: 100%;
        }

    .mainheader .register {
        text-align: right;
    }

@media only screen and (max-width: 767px) {
    .mainheader .register .button {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 760px) {
    .mainheader nav {
        margin-top: 45px;
    }
}

@media only screen and (min-width: 767px) {
    .button.darkgray.menu-button {
        display: block;
    }

    .button.darkgray.register-button {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .mainheader .register .button {
        font-size: 1.2rem;
        font-size: 12px;
    }
}

.account-bug {
    line-height: 150%;
}

    .account-bug .notifications a {
        color: #009775;
    }

@media only screen and (max-width: 540px) {
    .account-bug .notifications {
        display: block;
    }
}

.account-bug .account-user {
    color: #999;
    font-weight: bold;
}

ul.navigation {
    list-style: none;
    margin: 0;
}

.navigation {
    max-width: none;
    padding: 0;
}

    .navigation li {
        float: left;
    }

        .navigation li a {
            color: #009775;
            display: block;
            font-weight: bold;
            padding: 10px 15px;
        }

@media only screen and (min-width: 767px) and (max-width: 830px) {
    .navigation li a {
        padding: 10px;
    }
}

.navigation li a:hover {
    color: #e87722;
}

.navigation li a.button.darkgray:hover {
    color: #fff;
}

.navigation li a.active {
    color: #e87722;
}

@media only screen and (max-width: 767px) {
    .banner .twelve {
        padding: 0;
    }

    .flex-caption {
        padding: 0 10px;
        width: 100% !important;
    }

        .flex-caption .row {
            margin: 0;
        }

        .flex-caption .columns {
            padding: 0;
        }

        .flex-caption .switch-mode {
            line-height: 18px;
            text-align: center;
        }
}

.navheader {
    font-size: 12px;
}

.slide-trigger {
    cursor: pointer;
    display: none;
}

    .slide-trigger.navheader {
        border: 1px solid #CCCCCC;
    }

    .slide-trigger span {
        background-image: url("../images/menu-dropdown-arrows.png");
        background-position: 0 -14px;
        display: block;
        float: right;
        height: 14px;
        margin-top: 3px;
        width: 32px;
    }

    .slide-trigger.active span {
        background-position: 0 0;
    }

.jobsearch .slide-trigger {
    border: none;
}

.jobsearch .slide-trigger.active {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .slide-trigger {
        display: block;
        padding: 10px;
    }

    .no-js .slide-trigger {
        display: none;
    }

    .navigation, .toggleContent {
        display: none;
    }

    .no-js .navigation {
        display: block;
    }

    .navigation {
        margin: 0 15px;
    }

        .navigation li {
            float: none;
        }

            .navigation li a {
                border-bottom: 1px solid #fff;
            }

    .button.darkgray.menu-button {
        display: none;
    }

    .button.darkgray.register-button {
        display: block;
    }

    .row.register {
        float: right;
        max-width: 170px;
        min-width: 166px;
    }
}

#signin_menu {
    background-color: #fff;
    border: 1px solid #C3C3C3;
    border-radius: 5px;
    display: none;
    margin-right: 0px;
    margin-right: -1px;
    margin-top: 10px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    o-border-radius: 5px;
    padding: 12px;
    position: absolute;
    right: 0px;
    text-align: left;
    webkit-border-radius: 5px;
    width: 300px;
    z-index: 100;
}

    #signin_menu form {
        margin: 0;
    }

.login span {
    background-image: url(../images/login-arrow.gif);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 16px;
}

.forgot-password {
    padding-bottom: 8px;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        display: block;
        width: 100%;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    moz-transition: all 1s ease;
    transition: all 1s ease;
    webkit-transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 325px;
}

.flexslider .slides {
    zoom: 1;
}

    .flexslider .slides li {
        position: relative;
    }

.flex-direction-nav {
    height: 0;
}

    .flex-direction-nav a {
        bottom: 10%;
        color: transparent;
        cursor: pointer;
        display: block;
        height: 40px;
        margin: -20px 0 0;
        moz-transition: all .3s ease;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        text-decoration: none;
        transition: all .3s ease;
        webkit-transition: all .3s ease;
        width: 40px;
        z-index: 10;
    }

    .flex-direction-nav .flex-prev {
        background: url(../images/slide-prev.png) no-repeat;
        left: -50px;
    }

    .flex-direction-nav .flex-next {
        background: url(../images/slide-next.png) no-repeat;
        right: -50px;
        text-align: right;
    }

.flexslider:hover .flex-prev {
    left: 10px;
    opacity: 0.7;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    cursor: default;
    filter: alpha(opacity=0);
    opacity: 0 !important;
}

@media only screen and (max-width: 767px) {
    .flexslider {
        background: #009775;
    }

        .flexslider .flex-caption {
            position: static !important;
        }

            .flexslider .flex-caption > div {
                padding: 10px;
            }
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        bottom: 50%;
        left: -5px;
        opacity: 1;
    }

    .flex-direction-nav .flex-next {
        bottom: 50%;
        opacity: 1;
        right: -5px;
    }

    .banner .flex-caption {
        padding: 0px 40px;
    }
}

@media only screen and (max-width: 550px) {
    .banner .flexslider .flex-caption h1 {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media only screen and (max-width: 400px) {
    .banner .flexslider .flex-caption h1 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .banner .flexslider .flex-caption h1 {
        margin-top: 15px;
    }
}

table {
    background: #fff;
    margin: 0 0 18px;
}

    table .icon {
        font-size: 20px;
    }

        table .icon.inactive {
            color: #999;
        }

    table .actions .icon {
        font-size: 24px;
        margin: 0 4px;
    }

    table h3 {
        color: #e87722;
        font-size: 18px;
        margin: 0;
    }

        table h3 a {
            color: #e87722;
        }

            table h3 a:active {
                color: #444;
            }

    table p {
        margin: 0;
    }

    table .rulled {
        border-bottom: solid 1px #009775;
    }

    table.minimal thead tr th, table.minimal tfoot tr th, table.minimal tbody tr td, table.minimal tr td, table.minimal tfoot tr td {
        display: table-cell;
        font-size: ms(0);
        line-height: 18px;
        text-align: left;
    }

    table.minimal thead tr th, table.minimal tfoot tr td {
        color: #555;
        font-size: ms(0);
        font-weight: bold;
        padding: 8px 10px 9px;
    }

        table.minimal thead tr th:first-child, table tfoot tr td:first-child {
            border-left: none;
        }

        table.minimal thead tr th:last-child, table tfoot tr td:last-child {
            border-right: none;
        }

    table.minimal tbody tr.odd, table.minimal tbody tr.alt {
        background: #f3fcfc;
    }

    table.minimal tbody tr:nth-child(odd) {
        background: #f3fcfc;
    }

    table.minimal tbody tr td {
        border: none;
        color: #555;
        padding: 9px 10px;
        vertical-align: top;
    }

    table.fancy thead, table.fancy tfoot {
        background: #009775;
    }

        table.fancy thead tr th, table.fancy tfoot tr th, table.fancy tbody tr td, table.fancy tr td, table.fancy tfoot tr td {
            display: table-cell;
            font-size: ms(0);
            line-height: 18px;
            text-align: left;
        }

        table.fancy thead tr th, table.fancy tfoot tr td {
            color: #fff;
            font-size: ms(0);
            font-weight: bold;
            padding: 8px 10px 9px;
        }

    table.fancy tbody tr.odd, table.fancy tbody tr.alt {
        background: #f3fcfc;
    }

    table.fancy tbody tr:nth-child(odd) {
        background: #f3fcfc;
    }

    table.fancy tbody tr td {
        border-bottom: solid 1px #009775;
        color: #555;
        padding: 9px 10px;
        vertical-align: top;
    }

    table.fancy td.section {
        border-left: solid 1px #009775;
    }

    table.fancy-multi thead, table.fancy-multi tfoot {
        background: #009775;
    }

        table.fancy-multi thead tr th, table.fancy-multi tfoot tr th, table.fancy-multi tbody tr td, table.fancy-multi tr td, table.fancy-multi tfoot tr td {
            display: table-cell;
            font-size: ms(0);
            line-height: 18px;
            text-align: left;
        }

        table.fancy-multi thead tr th, table.fancy-multi tfoot tr td {
            color: #fff;
            font-size: ms(0);
            font-weight: bold;
            padding: 8px 10px 9px;
        }

    table.fancy-multi tbody tr.odd, table.fancy-multi tbody tr.alt {
        background: #f3fcfc;
    }

    table.fancy-multi tbody tr td {
        padding: 9px 10px;
    }

    table.fancy-multi td.section {
        border-left: solid 1px #009775;
    }

body {
    background: #f6f6f5 url(../images/pinstripes-large.png) repeat;
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
}

fieldset {
    border: none;
}

ul, ol, dl {
    list-style-position: inside;
}

.page {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px #ccc;
    min-height: 450px;
    moz-border-radius: 5px;
    moz-box-shadow: 0 1px 5px #ccc;
    ms-border-radius: 5px;
    o-border-radius: 5px;
    padding: 30px;
    webkit-border-radius: 5px;
    webkit-box-shadow: 0 1px 5px #ccc;
}

.clear {
    clear: both;
}

.unstyled {
    padding-left: 0px;
}

    .unstyled ul, .unstyled li {
        list-style: none;
    }

.styled ul {
    list-style: disc;
    padding-left: 20px;
}

.separator {
    padding: 0 15px;
}

.page-title {
    border-bottom: solid 1px #d2d2d2;
    margin-bottom: 30px !important;
    position: relative;
}

    .page-title h2 {
        margin: 0 0 8px 0;
    }

.txt-large {
    font-size: 130%;
}

.txt-xlarge {
    font-size: 150%;
}

.rulled {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 3px;
}

.callout {
    background: #e5f7f7;
    border-radius: 15px;
    moz-border-radius: 15px;
    ms-border-radius: 15px;
    o-border-radius: 15px;
    padding: 0 20px;
    webkit-border-radius: 15px;
}

    .callout ul {
        margin: 0 15px 17px;
    }

.pagination a {
    font-weight: bold;
    margin-right: 3px;
    padding: 3px;
}

.pagination hr {
    margin: 5px 0;
}

.pagination a.active {
    color: #999;
}

@media only screen and (max-width: 767px) {
    .page-jump a {
        border: 1px solid #ccc;
        display: block;
        float: left;
        font-size: 1.8rem;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
        padding: 3px 6px;
    }

    .record-index {
        line-height: 24px;
        margin-left: 10px;
    }
}

.icon-list li {
    color: #999;
    float: left;
    font-size: 2.4rem;
    font-size: 24px;
    margin-right: 5px;
}

    .icon-list li a {
        color: #999;
    }

        .icon-list li a:hover {
            color: #e87722;
        }

        .icon-list li a.button:hover {
            color: #fff;
        }

        .icon-list li a.watch, .icon-list li a.rated {
            color: #009775;
        }

            .icon-list li a.watch:hover, .icon-list li a.rated:hover {
                color: #e87722;
            }

.icon-watch {
    color: #999;
}

a.watch .icon-watch {
    color: #009775;
}

.icon-purchased {
    color: #e87722;
    cursor: default;
}

    .icon-purchased:hover {
        color: #e87722;
    }

h3 .icon-applied {
    font-size: 1.6rem;
    font-size: 16px;
}

.applied.label:hover {
    color: #fff;
}

.maincolor {
    color: #e87722;
}

.ntm {
    margin-top: 0;
}

.ml {
    margin-left: 10px;
}

.mr {
    margin-right: 10px;
}

.mt {
    margin-top: 10px;
}

.mb {
    margin-bottom: 10px !important;
}

.security-image {
    vertical-align: middle;
}

.alert {
    color: #c60f13;
}

.highlight-dark {
    color: #222;
}

.hidden {
    display: none;
}

.selected {
    background-color: #fbfec8;
}

.jj-no-results {
    background-color: #F8F8F8;
    border: solid 1px #EEE;
    color: #BBB;
    font-size: 1.4em;
    font-weight: bold;
    min-height: 200px;
    text-align: center;
}

.boxed {
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
    margin-bottom: 10px;
    padding: 10px;
}

.account-actions a {
    display: block;
    margin-bottom: 10px;
}

.account-credits {
    color: #009775;
    font-size: 3.6rem;
    font-size: 36px;
    font-weight: bold;
}

.negative-bal {
    color: #e87722;
}

.neg-bal-notice {
    padding-top: 15px;
}

body.homepage {
    background: #fff;
}

.banner {
    background: #009775;
}

    .banner .flex-caption {
        left: 0;
        position: absolute;
        top: 0;
    }

        .banner .flex-caption h1 {
            color: #fff;
            font-family: "Source Sans Pro",sans-serif;
            font-size: 30px;
            font-size: 3rem;
            margin-top: 20px;
        }

        .banner .flex-caption p {
            color: #fff;
        }

        .banner .flex-caption .button {
            background: #eee;
            background-image: linear-gradient(#eeeeee,#b7b7b7);
            background-image: -moz-linear-gradient(#eeeeee,#b7b7b7);
            background-image: -o-linear-gradient(#eeeeee,#b7b7b7);
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #b7b7b7));
            background-image: -webkit-linear-gradient(#eeeeee,#b7b7b7);
            border: 1px solid #15837b;
            color: #636363;
            font-weight: bold;
            margin-bottom: 5px;
            text-shadow: 0 1px 0 #fff;
        }

        .banner .flex-caption .switch-mode a {
            color: #fff;
        }

.homepage-content {
    padding-top: 30px;
}

    .homepage-content h3, .homepage-content .h3 {
        color: #009775;
    }

    .homepage-content h4, .homepage-content .h4 {
        color: #e87722;
        font-size: 1.6rem;
        font-size: 16px;
        font-weight: bold;
    }

    .homepage-content .callout h3, .hompage-content .callout .h3 {
        color: #009775;
    }

.lt-ie9 .banner, .lt-ie9 .flexslider {
    min-height: 325px;
}

.lt-ie9 a.register-now {
    background-color: #7F7F7F;
}

.lt-ie9 a.hirevent {
    background-color: #CCC;
}

.jobsearch {
    background: #f1f1f1;
    background-image: linear-gradient(#f1f1f1,#e0e0e0);
    background-image: -moz-linear-gradient(#f1f1f1,#e0e0e0);
    background-image: -o-linear-gradient(#f1f1f1,#e0e0e0);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #e0e0e0));
    background-image: -webkit-linear-gradient(#f1f1f1,#e0e0e0);
    border-bottom: solid 7px #e87722;
    box-shadow: 0 -3px 2px #e5e5e5;
    margin-bottom: 25px;
    moz-box-shadow: 0 -3px 2px #e5e5e5;
    padding: 15px 0;
    webkit-box-shadow: 0 -3px 2px #e5e5e5;
}

    .jobsearch h2 {
        margin: 0;
    }

.homepage .jobsearch {
    box-shadow: 0 -2px 2px #108179;
    margin-bottom: 0;
    moz-box-shadow: 0 -2px 2px #108179;
    webkit-box-shadow: 0 -2px 2px #108179;
}

.advanced-search-wrapper {
    margin-bottom: -7px;
    margin-top: 7px;
}

a.advanced-search-link {
    color: #009775;
    font-weight: bold;
}

a.savedSearches {
    border-radius: 4px;
    color: #fff;
    moz-border-radius: 4px;
    padding: 6px 12px;
    webkit-border-radius: 4px;
}

    a.savedSearches:hover {
        background: #7d7d7d;
    }

a.menu-open {
    background: #7d7d7d !important;
    color: #dedede !important;
    outline: none;
}

a.savedSearches.menu-open span {
    color: #dedede;
}

#savedSearch_menu {
    background-color: #7d7d7d;
    border-radius: 5px 0 5px 5px;
    display: none;
    margin-right: -1px;
    margin-right: 5px;
    margin-top: 20px;
    padding: 12px;
    position: absolute;
    right: 0px;
    text-align: left;
    webkit-border-radius: 10px 0 10px 10px;
    width: 200px;
    z-index: 100;
}

a.cancel-link {
    font-weight: bold;
    margin-left: 48px;
}

.saved-search-wrapper {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .saved-search-wrapper {
        display: block;
        padding-top: 5px;
    }
}

a.saved-search-toggle {
    margin-top: 5px;
    padding-right: 12px;
    position: relative;
}

    a.saved-search-toggle:after {
        border: solid 4px;
        border-color: #444 transparent transparent transparent;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: 0;
        top: 5px;
        width: 0;
    }

.saved-searches {
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    display: none;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    o-border-radius: 5px;
    padding: 8px;
    position: absolute;
    right: -5px;
    top: 25px;
    webkit-border-radius: 5px;
    width: 150px;
    z-index: 9000;
}

@media only screen and (max-width: 767px) {
    .saved-searches {
        right: inherit;
        width: 100%;
    }
}

.saved-searches:after {
    border: solid 7px;
    border-color: transparent transparent #f5f5f5 transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 30px;
    top: -13px;
    width: 0;
}

@media only screen and (max-width: 767px) {
    .saved-searches:after {
        left: 30px;
        right: inherit;
    }
}

.saved-searches:before {
    border: solid 7px;
    border-color: transparent transparent #d2d2d2 transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 30px;
    top: -14px;
    width: 0;
}

@media only screen and (max-width: 767px) {
    .saved-searches:before {
        left: 30px;
        right: inherit;
    }
}

.saved-searches ul {
    list-style: none;
    margin-bottom: 0;
}

    .saved-searches ul li {
        clear: both;
        float: none;
        line-height: 1.1em;
        margin-bottom: 7px;
        padding-left: 15px;
        position: relative;
    }

        .saved-searches ul li a {
            padding: 4px 0 0 0;
        }

.jj-delete-ss.icon-minus-alt {
    color: #e87722;
    font-size: 10px;
    font-size: 1rem;
    left: 0;
    margin-right: 3px;
    position: absolute;
}

    .jj-delete-ss.icon-minus-alt:hover {
        color: #cc6415;
        cursor: pointer;
    }

.toggle-panel {
    margin-bottom: 8px;
    margin-top: 8px;
}

#jj-searchSort {
    margin-top: 10px;
}

.search-result {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 14px;
    padding: 0 0 14px;
}

    .search-result .description p:last-child {
        margin: 0;
    }

    .search-result h3 {
        color: #e87722;
        margin-top: 0;
    }

    .search-result .distance {
        margin-right: 8px;
        position: relative;
        top: -4px;
    }

    .search-result .direction, .meta .direction {
        color: #009775;
    }

    .search-result .icon {
        font-size: 2.4rem;
        font-size: 24px;
        height: 24px;
    }

    .search-result p.employer-meta {
        color: #999;
        margin: 0;
    }

.search-details h6 {
    margin-bottom: 3px;
}

.search-details ul {
    line-height: 1em;
}

.search-details li {
    font-size: .858em;
}

.jj-DetRem.icon-minus-alt {
    color: #e87722;
    font-size: 10px;
    font-size: 1rem;
    margin-right: 3px;
}

    .jj-DetRem.icon-minus-alt:hover {
        color: #cc6415;
        cursor: pointer;
    }

a.skip-payment-btn {
    font-size: 1.2rem;
    font-size: 12px;
}

@media (min-width: 481px) {
    .inline-checkbox label {
        display: inline;
        margin-bottom: 8px;
        padding-right: 10px;
    }

    .inline-checkbox.row {
        padding: 6px 0;
    }
}

label.inline {
    line-height: 1em;
    margin: 8px 0;
}

select {
    margin-top: 4px;
}

div.styled {
    background: #fff url(../images/formelements-select.png) no-repeat bottom right;
    border: solid 1px #ccc;
    border-radius: 3px;
    height: 32px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}

    div.styled select {
        background-color: transparent;
        background-image: none;
        border: none;
        box-shadow: none;
        padding: 0.3em 0.5em;
        webkit-appearance: none;
        width: 115%;
    }

.ie7 div.styled {
    border: none;
}

    .ie7 div.styled select {
        background-color: white;
        border: solid 1px #ccc;
        padding: 0.3em 0.5em;
        width: 100%;
    }

::-webkit-input-placeholder {
    color: #333 !important;
    font-style: italic;
}

:-moz-placeholder {
    color: #333 !important;
    font-style: italic;
}

::-moz-placeholder {
    color: #333 !important;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #333 !important;
    font-style: italic;
}

textarea .double {
    height: 120px;
}

textarea .tripple {
    height: 240px;
}

input.inline-mini {
    float: left;
    height: 20px;
    padding: 0 6px;
    width: 90px;
}

.lt-ie9 #jj-employer-account .ie8-pullfix.pull-four {
    right: 25% !important;
}

.applications-tab {
    background: #e5f7f7;
    border-radius: 10px 10px 0 0;
    color: #009775;
    font-weight: bold;
    moz-border-radius: 10px 10px 0 0;
    ms-border-radius: 10px 10px 0 0;
    o-border-radius: 10px 10px 0 0;
    padding: 8px 30px 9px;
    text-align: center;
    webkit-border-radius: 10px 10px 0 0;
    width: 58%;
}

.row.filters {
    margin-bottom: 20px;
}

.button.promo {
    margin-bottom: 30px;
}

#jj-job-suspend {
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    #jj-job-suspend {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    #jj-job-preview {
        margin-bottom: 10px;
    }
}

h3 .label {
    font-style: normal;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 3px;
    vertical-align: middle;
}

    h3 .label:hover {
        color: #fff;
    }

.post-age {
    color: #333;
    font-size: 1.2rem;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

.range-text {
    padding-top: 8px;
}

.has-logo .icon-checkmark.icon {
    font-size: 1.4rem;
    font-size: 14px;
}

.conversation-header {
    background: #e5f7f7;
    margin-bottom: 18px;
}

    .conversation-header .row {
        padding: 5px 10px;
    }

.message-actions {
    padding-top: 2px;
}

.formatting-pane {
    background: #d7d7d7;
    height: 33px;
    line-height: 33px;
}

    .formatting-pane span {
        border: 1px solid #999;
        display: inline-block;
        font-weight: bold;
        height: 23px;
        line-height: 23px;
        text-align: center;
        width: 23px;
    }

.communication-pick-list li {
    border-bottom: 1px solid #d2d2d2;
}

    .communication-pick-list li a {
        color: #333;
        display: block;
        padding: 6px;
    }

        .communication-pick-list li a strong {
            color: #009775;
        }

        .communication-pick-list li a:hover {
            color: #e87722;
        }

.all-messages {
    border-left: 1px solid #d2d2d2;
}

.message-header {
    position: relative;
}

.message-subject {
    color: #333;
    margin-bottom: 3px;
}

.message-body {
    margin: 20px 0;
}

.message-action-buttons {
    position: absolute;
    right: 10px;
    top: 10px;
}

.formatting-bar {
    background: #f0f0f0;
    padding: 10px;
}

.highlighted {
    background: #E5F7F7;
}

.jj-asset-name-div {
    margin-bottom: 20px;
    margin-top: 20px;
}

.ax-legend {
    display: none;
}

.jj-upload-wrapper .ax-upload-all, .jj-upload-wrapper .ax-icon, .jj-upload-wrapper .ax-clear, .jj-upload-wrapper .ax-prev-container {
    display: none;
}

.jj-upload-wrapper .ax-file-list li:hover {
    background: inherit;
    filter: none;
}

.jj-upload-wrapper .ax-details {
    margin-top: 0px;
    padding: 0px 10px;
}

.jj-upload-wrapper .ax-progress {
    margin-top: 5px;
}

.jj-upload-wrapper .ax-toolbar {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.jj-upload-wrapper .ax-cancel {
    margin-left: 5px;
}

.jj-upload-wrapper .ax-file-list li {
    height: auto;
}

.jj-upload-wrapper {
    padding-left: 10px;
}

li.apply-now {
    margin-top: -8px;
}

.job-actions li a {
    color: #009775;
}

.preview-application {
    background: #F5F5F5;
    padding: 20px 20px 3px 20px;
}

.jedit-hide-applicant {
    margin-bottom: 10px;
}

a.jedit-view-imagead {
    display: block;
    padding: 5px 0;
}

.job-edit-add-logo {
    padding: 10px 0;
}

.total {
    border-top: 2px solid #d2d2d2;
    padding-top: 5px;
}

.accept-terms {
    padding-right: 20px;
}

.cancel-app {
    padding-left: 20px;
}

.posting-ids {
    font-size: 1.2rem;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .posting-ids {
        margin-bottom: 5px;
    }
}

.notes-header {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 7px;
    padding-bottom: 4px;
}

.edit-mode textarea {
    background: #fff6ef;
    border: 1px solid #e87722;
    padding: 10px 0 10px 10px;
}

.edit-mode .notes-header {
    border-bottom: none;
}

#jj-cancel-job {
    margin-right: 20px;
}

#jj-no-items-div.alert-box {
    line-height: 22px;
}

.hasApplied, .notApplied {
    margin-bottom: 0;
}

.label.live {
    background: #4db69e;
}

.label.offline {
    background: #ccc;
    color: #858585;
}

.job-status ul {
    list-style: none;
    margin: 0;
}

    .job-status ul li {
        clear: both;
    }

.job-status .reason {
    line-height: 1.2em;
    padding: 3px 0;
}

.job-status .notes p {
    margin-bottom: 0;
}

.job-status strong {
    color: #666;
}

.job-status .button.secondary {
    background: #eeeeee;
    background-image: linear-gradient(#ffffff,#f1f1f1);
    background-image: -moz-linear-gradient(#ffffff,#f1f1f1);
    background-image: -o-linear-gradient(#ffffff,#f1f1f1);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
    background-image: -webkit-linear-gradient(#ffffff,#f1f1f1);
    border: 1px solid #cbcbcb;
    color: #636363;
    display: block;
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: bold;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 3px 8px 4px;
    text-shadow: 0 1px 0 #fff;
}

.promos .small {
    font-size: 1.1rem;
    font-size: 11px;
}

.promos .alert-box.upgrade {
    margin-bottom: 12px;
}

.promos .notice {
    margin-bottom: 12px;
}

.profile-section {
    padding-top: 14px;
}

    .profile-section h3 {
        font-size: 1.7rem;
        font-size: 17px;
        margin: 0 0 3px;
    }

    .profile-section.suggested h3 {
        color: #999;
    }

    .profile-section hr {
        margin: 0 12px 12px;
    }

.profile-example-pop {
    background: #fff;
    border: 1px solid #C3C3C3;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    display: none;
    margin-top: 20px;
    min-width: 120px;
    moz-border-radius: 5px;
    moz-box-shadow: 0 1px 3px #ccc;
    ms-border-radius: 5px;
    o-border-radius: 5px;
    padding: 10px;
    position: absolute;
    right: 0;
    webkit-border-radius: 5px;
    webkit-box-shadow: 0 1px 3px #ccc;
    z-index: 900;
}

    .profile-example-pop ul {
        list-style: none;
        margin: 0;
    }

#jj-prof-title-input {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    width: 80%;
}

.jj-section-title-input, .jj-sidebar-title-input {
    color: #333;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1.7rem;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    width: 100%;
}

.jj-sub-title-input {
    color: #009775;
    font-size: 1.8rem;
    font-size: 18px;
    width: 80%;
}

.job-title {
    color: #009775;
}

#jj-social-view a {
    color: #009775;
}

    #jj-social-view a:hover {
        color: #e87722;
    }

h3#jj-prof-title {
    margin-top: 0;
}

#jj-social-content ul {
    list-style: none;
}

#jj-social-content label {
    float: left;
}

#jj-social-content input {
    height: 20px;
    padding: 0 6px;
    width: 90px;
}

.purchased-intro h3 {
    color: #e87722;
    margin: 3px 0 0;
}

.purchased-intro .meta {
    font-style: italic;
    margin-top: 0;
}

.purchased-intro .edit-mode textarea {
    margin: 7px 0 3px;
}

.purchased-intro .status-list {
    list-style: none;
}

    .purchased-intro .status-list .icon-checkmark {
        color: #ccc;
        font-size: 1.2rem;
        font-size: 12px;
        margin-right: 5px;
    }

        .purchased-intro .status-list .icon-checkmark.complete {
            color: #009775;
        }

.purchased-intro .note {
    margin-bottom: 17px;
}

.seeker-dash-actions {
    margin-top: 10px;
}

    .seeker-dash-actions .row {
        margin-bottom: 22px;
    }

.moved {
    background: #FFC;
    padding: 34px;
    text-align: center;
}

    .moved span[class*="icon-"] {
        color: #e87722;
        margin-right: 2px;
    }

.footer {
    margin: 30px 0;
    padding: 0 30px;
}

@media only screen and (max-width: 960px) {
    .footer {
        padding: 0;
    }
}

.footer .row {
    color: #999;
    font-size: 1.2rem;
    font-size: 12px;
}

    .footer .row .columns {
        line-height: 30px;
    }

@media only screen and (max-width: 768px) {
    .footer .footnav {
        text-align: left;
    }

        .footer .footnav .social {
            display: block;
        }
}

.footer .footnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .footnav li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.footer .footnav a {
    color: #999;
    padding: 2px 10px 0 10px;
}

    .footer .footnav a:first-child {
        padding-left: 0;
    }

.footer .footnav .social a {
    font-size: 1.8rem;
    font-size: 18px;
    padding: 2px 2px;
}

.dashboard .footer hr {
    display: none;
}

#external-logos {
    margin-bottom: 15px;
    text-align: center;
}

    #external-logos a {
        display: inline-block;
        height: 106px;
        margin: 0 15px;
        text-indent: -9999px;
    }

        #external-logos a:hover {
            background-position: 0 100%;
        }

#JobR-logo {
    background: url("/content/images/JobR-logo.png") no-repeat scroll 0 0;
    width: 156px;
}

#HIREvents-logo {
    background: url("/content/images/HIREvents-logo.png") no-repeat scroll 0 0;
    width: 226px;
}

.padded {
    padding: 12px;
}

    .padded.half {
        padding: 6px;
    }

    .padded.double {
        padding: 24px;
    }

    .padded.triple {
        padding: 36px;
    }

.pad-top {
    padding-top: 12px;
}

    .pad-top.half {
        padding-top: 6px;
    }

    .pad-top.double {
        padding-top: 24px;
    }

    .pad-top.triple {
        padding-top: 36px;
    }

.pad-right {
    padding-right: 12px;
}

    .pad-right.half {
        padding-right: 6px;
    }

    .pad-right.double {
        padding-right: 24px;
    }

    .pad-right.triple {
        padding-right: 36px;
    }

.pad-bottom {
    padding-bottom: 12px;
}

    .pad-bottom.half {
        padding-bottom: 6px;
    }

    .pad-bottom.double {
        padding-bottom: 24px;
    }

    .pad-bottom.triple {
        padding-bottom: 36px;
    }

.pad-left {
    padding-left: 12px;
}

    .pad-left.half {
        padding-left: 6px;
    }

    .pad-left.double {
        padding-left: 24px;
    }

    .pad-left.triple {
        padding-left: 36px;
    }

.gapped {
    margin: 12px;
}

    .gapped.half {
        margin: 6px;
    }

    .gapped.double {
        margin: 24px;
    }

    .gapped.triple {
        margin: 36px;
    }

.gap-top {
    margin-top: 12px;
}

    .gap-top.half {
        margin-top: 6px;
    }

    .gap-top.double {
        margin-top: 24px;
    }

    .gap-top.triple {
        margin-top: 36px;
    }

.gap-right {
    margin-right: 12px;
}

    .gap-right.half {
        margin-right: 6px;
    }

    .gap-right.double {
        margin-right: 24px;
    }

    .gap-right.triple {
        margin-right: 36px;
    }

.gap-bottom {
    margin-bottom: 12px;
}

    .gap-bottom.half {
        margin-bottom: 6px;
    }

    .gap-bottom.double {
        margin-bottom: 24px;
    }

    .gap-bottom.triple {
        margin-bottom: 36px;
    }

.gap-left {
    margin-left: 12px;
}

    .gap-left.half {
        margin-left: 6px;
    }

    .gap-left.double {
        margin-left: 24px;
    }

    .gap-left.triple {
        margin-left: 36px;
    }

.ax-button {
    background-color: #009775;
    background-image: linear-gradient(#009775,#007e61);
    background-image: -moz-linear-gradient(#009775,#007e61);
    background-image: -o-linear-gradient(#009775,#007e61);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009775), color-stop(100%, #007e61));
    background-image: -webkit-linear-gradient(#009775,#007e61);
    border: 1px solid #00644d;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    moz-border-radius: 5px;
    moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
    ms-border-radius: 5px;
    o-border-radius: 5px;
    padding: 4px 15px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    webkit-border-radius: 5px;
    webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
}

    .ax-button:hover, .ax-button:focus {
        background-color: #00644d;
        color: #fff;
    }

.ax-icon {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
}

.ax-browse-c {
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62C462', endColorstr='#51A351', GradientType=0);
}

.ax-plus-icon {
    background: url(../images/ajaxuploader/icons.png) no-repeat 0px -332px;
}

.ax-upload-all {
    background: linear-gradient(top, #0088cc,#0055cc);
    background: -moz-linear-gradient(center top, #08c, #05c);
    background: -ms-linear-gradient(top, #08c, #05c);
    background: -o-linear-gradient(top, #08c, #05c);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#05c));
    background: -webkit-linear-gradient(top, #08c, #05c);
    background-color: #0074CC;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088CC', endColorstr='#0055CC', GradientType=0);
}

.ax-upload-icon {
    background: url(../images/ajaxuploader/icons.png) no-repeat -48px -332px;
}

.ax-clear {
    background: linear-gradient(top, #ee5f5b,#bd362f);
    background: -moz-linear-gradient(center top, #ee5f5b, #bd362f);
    background: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-color: #DA4F49;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#EE5F5B', endColorstr='#BD362F', GradientType=0);
}

.ax-clear-icon {
    background: url(../images/ajaxuploader/icons.png) no-repeat -216px -332px;
}

.ax-remove {
    background: linear-gradient(top, #ee5f5b,#bd362f);
    background: -moz-linear-gradient(center top, #ee5f5b, #bd362f);
    background: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-color: #DA4F49;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#EE5F5B', endColorstr='#BD362F', GradientType=0);
}

.ax-upload {
    background: linear-gradient(top, #0088cc,#0055cc);
    background: -moz-linear-gradient(center top, #08c, #05c);
    background: -ms-linear-gradient(top, #08c, #05c);
    background: -o-linear-gradient(top, #08c, #05c);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#05c));
    background: -webkit-linear-gradient(top, #08c, #05c);
    background-color: #0074CC;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62C462', endColorstr='#51A351', GradientType=0);
}

.ax-abort .ax-icon {
    background: url(../images/ajaxuploader/icons.png) no-repeat -167px -332px;
}

.ax-disabled {
    cursor: auto;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.ax-preview {
    max-height: 60px;
    max-width: 80px;
}

.ax-prev-container {
    background: url(../images/ajaxuploader/icons.png) no-repeat -80px -78px;
    display: inline-block;
    float: left;
    height: 80px;
    width: 80px;
}

.ax-file-list {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

    .ax-file-list li {
        border-top: 1px solid #DDDDDD;
        height: 90px;
        margin: 0 2px 2px 0;
        padding: 2px;
        text-align: center;
    }

        .ax-file-list li:hover {
            background: linear-gradient(top, #ebebeb,#bdbdbd);
            background: -moz-linear-gradient(center top, #ebebeb, #bdbdbd);
            background: -ms-linear-gradient(top, #ebebeb, #bdbdbd);
            background: -o-linear-gradient(top, #ebebeb, #bdbdbd);
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#bdbdbd));
            background: -webkit-linear-gradient(top, #ebebeb, #bdbdbd);
            background-color: #EBEBEB;
            filter: progid:dximagetransform.microsoft.gradient(startColorstr='#EBEBEB', endColorstr='#BDBDBD', GradientType=0);
        }

.ax-edit-fn {
    background-color: #fff;
    border: 1px solid gray;
}

.name-status {
    font-size: 12px;
    margin-left: 8px;
}

    .name-status.error {
        color: red;
        font-weight: bold;
    }

    .name-status.success {
        color: green;
    }

    .name-status [data-role="icon"] {
        margin-right: 5px;
    }

.ax-file-size, .ax-file-name {
    color: #000;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%;
}

.ax-file-name {
    font-weight: bold;
}

    .ax-file-name input {
        width: 80%;
    }

.ax-progress {
    background-repeat: repeat-x;
    float: left;
    height: 28px;
    margin-top: 30px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 180px;
}

.ax-progress-bar {
    background-image: url(../images/ajaxuploader/progress-bar.gif);
    border-radius: 5px;
    height: 100%;
    width: 0;
}

.ax-progress-info {
    height: 100%;
    left: 0;
    line-height: 28px;
    overflow: hidden;
    position: absolute;
    text-shadow: 0 1px 0 #e58f41;
    top: 0;
    width: 100%;
}

.ax-toolbar {
    display: inline-block;
    float: right;
    margin-top: 25px;
    overflow: hidden;
}

.ax-browse {
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 64px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.ax-details {
    float: left;
    margin-top: 18px;
    padding: 10px;
    width: 190px;
}

/*************************************Light Box CSS***************************************/
.ax-box-light-box {
    position: absolute;
    top: 0;
    left: 0;
    /*background: #fff;*/
    z-index: 1001;
    display: none;
    border: 6px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}


    .ax-box-light-box span {
        margin-left: 20px;
    }

.ax-box-light-box-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 110%;
    background: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    z-index: 1000;
    display: none;
}
/*****************************************************************************************************/
#ax-box {
    background: #fff;
    border: 10px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 21px 0px #ffffff;
    display: none;
    left: 0;
    moz-border-radius: 5px;
    moz-box-shadow: 0px 0px 21px 0px #ffffff;
    position: absolute;
    top: 0;
    webkit-border-radius: 5px;
    webkit-box-shadow: 0px 0px 21px 0px #ffffff;
    z-index: 1001;
}

    #ax-box span {
        margin-left: 20px;
    }

#ax-box-shadow {
    background: #000;
    display: none;
    filter: alpha(opacity=75);
    height: 100%;
    khtml-opacity: 0.75;
    left: 0;
    moz-opacity: 0.75;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.ax-filetype-pdf {
    background: url(../images/ajaxuploader/icons.png) no-repeat -87px -239px;
}

.ax-filetype-zip {
    background: url(../images/ajaxuploader/icons.png) no-repeat -240px -164px;
}

.ax-filetype-doc {
    background: url(../images/ajaxuploader/icons.png) no-repeat 0 -162px;
}

.ax-filetype-docx {
    background: url(../images/ajaxuploader/icons.png) no-repeat 0 -162px;
}

.ax-filetype-rar {
    background: url(../images/ajaxuploader/icons.png) no-repeat -240px -164px;
}

.ax-filetype-exe {
    background: url(../images/ajaxuploader/icons.png) no-repeat -83px 0;
}

.ax-filetype-xls {
    background: url(../images/ajaxuploader/icons.png) no-repeat 0 -243px;
}

.ax-filetype-xml {
    background: url(../images/ajaxuploader/icons.png) no-repeat -242px -81px;
}

.ax-filetype-mp4 {
    background: url(../images/ajaxuploader/icons.png) no-repeat -240px 0;
}

.ax-filetype-avi {
    background: url(../images/ajaxuploader/icons.png) no-repeat -240px 0;
}

.ax-filetype-pdf {
    background: url(../images/ajaxuploader/icons.png) no-repeat -81px -242px;
}

.ax-filetype-gif {
    background: url(../images/ajaxuploader/icons.png) no-repeat -240px -244px;
}

.ax-filetype-bmp {
    background: url(../images/ajaxuploader/icons.png) no-repeat 0 -81px;
}

.ax-filetype-mp3 {
    background: url(../images/ajaxuploader/icons.png) no-repeat 0 0;
}

.ax-filetype-ppt {
    background: url(../images/ajaxuploader/icons.png) no-repeat -160px -80px;
}

.ax-filetype-tiff {
    background: url(../images/ajaxuploader/icons.png) no-repeat -164px -243px;
}

.ax-filetype-txt {
    background: url(../images/ajaxuploader/icons.png) no-repeat -164px -163px;
}

@media (min-width: 481px) {
    .jobsearch .title {
        display: none !important;
    }

    .jobsearch ul.accordion > li .content {
        display: block;
    }
}

@media (max-width: 480px) {
    .hide-phone {
        display: none;
    }

    .banner {
        background: none;
        height: auto;
    }

        .banner .register {
            padding-bottom: 10px;
        }

    .toggle-search a {
        padding: 0 !important;
    }

    .toggle-search a {
        border-color: white transparent transparent;
        border-image: none;
        border-style: solid;
        border-width: 8px;
        content: "";
        display: block;
        height: 0;
        margin-top: -4px;
        moz-border-bottom-colors: none;
        moz-border-left-colors: none;
        moz-border-right-colors: none;
        moz-border-top-colors: none;
        padding: 0;
        position: absolute;
        right: 22.5px;
        top: 50%;
        width: 0;
    }
}

@media (max-width: 768px) {
    .page {
        padding: 10px;
    }

    .jobsearch .toggleContent {
        display: none;
        padding-right: 10px;
    }

    .jobsearch .slide-trigger {
        display: block;
        padding: 10px;
    }

    .jobsearch .saved-search-wrapper {
        display: block;
        padding-top: 5px;
    }

    .jobsearch .columns {
        display: block;
        float: none !important;
    }

    .jobsearch .three {
        width: 100%;
    }

    .jobsearch .left, .jobsearch .right {
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    #jj-filter-button {
        margin-bottom: 10px;
    }

    #concern-submit {
        margin-bottom: 10px;
    }

    #concern-cancel {
        margin-right: 0;
    }

    .page-title {
        padding-bottom: 5px;
    }

    li.apply-now {
        margin-top: 0;
    }

    #jj-del-li {
        margin-top: -5px;
    }

    .jj-job-buttons a {
        margin-bottom: 5px;
    }
}

table .hide-for-small {
    display: table-cell !important;
}

@media only screen and (max-width: 767px) {
    table .hide-for-small {
        display: none !important;
    }
}

table .hide-for-tiny {
    display: table-cell !important;
}

@media only screen and (max-width: 639px) {
    table .hide-for-tiny {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    #jj-example-opts {
        display: block;
        margin: 10px 0;
    }

    #jj-edit-discard, #jj-edit {
        margin-bottom: 5px;
    }

    .upload-picture {
        margin-top: 5px;
    }

    .seeker-dash-actions .left {
        float: left;
    }

    .seeker-dash-actions .right {
        float: right;
    }

    .seeker-dash-actions .row {
        margin-bottom: 0;
    }

    .message-actions {
        padding-top: 0;
    }

        .message-actions a {
            margin-bottom: 8px;
        }

    .all-messages {
        border: none;
    }
}

@media only screen and (max-device-width: 767px) {
    input, input[type="text"], input[type="password"], textarea, select {
        font-size: 16px;
        line-height: 30px;
    }
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    border: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    filter: Alpha(Opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    display: block;
    font-size: 0.1px;
    position: absolute;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%;
}

.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}

.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}

.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}

.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}

* html .ui-autocomplete {
    width: 1px;
}

.ui-button {
    cursor: pointer;
    display: inline-block;
    margin-right: .1em;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    zoom: 1;
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    display: none;
    padding: .2em .2em 0;
    width: 17em;
}

    .ui-datepicker .ui-datepicker-header {
        padding: .2em 0;
        position: relative;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        height: 1.8em;
        position: absolute;
        top: 2px;
        width: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

    .ui-datepicker .ui-datepicker-title {
        line-height: 1.8em;
        margin: 0 2.3em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        border-collapse: collapse;
        font-size: .9em;
        margin: 0 0 .4em;
        width: 100%;
    }

    .ui-datepicker th {
        border: 0;
        font-weight: bold;
        padding: .7em .3em;
        text-align: center;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        margin: .7em 0 0 0;
        padding: 0 .2em;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            cursor: pointer;
            float: right;
            margin: .5em .2em .4em;
            overflow: visible;
            padding: .2em .6em .3em .6em;
            width: auto;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        margin: 0 auto .4em;
        width: 95%;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    font-size: 0em;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        left: auto;
        right: 2px;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        left: auto;
        right: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-left-width: 1px;
        border-right-width: 0;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-left-width: 1px;
        border-right-width: 0;
    }

.ui-datepicker-cover {
    filter: mask();
    height: 200px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 200px;
    z-index: -1;
}

.ui-dialog {
    left: 0;
    overflow: hidden;
    padding: .2em;
    position: absolute;
    top: 0;
    width: 300px;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 16px .1em 0;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        height: 18px;
        margin: -10px 0 0 0;
        padding: 1px;
        position: absolute;
        right: .3em;
        top: 50%;
        width: 19px;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
            padding: 0;
        }

    .ui-dialog .ui-dialog-content {
        background: none;
        border: 0;
        overflow: auto;
        padding: .5em 1em;
        position: relative;
        zoom: 1;
    }

    .ui-dialog .ui-dialog-buttonpane {
        background-image: none;
        border-width: 1px 0 0 0;
        margin: .5em 0 0 0;
        padding: .3em 1em .5em .4em;
        text-align: left;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            cursor: pointer;
            margin: .5em .4em .5em 0;
        }

    .ui-dialog .ui-resizable-se {
        bottom: 3px;
        height: 14px;
        right: 3px;
        width: 14px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    display: block;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 2px;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        zoom: 1;
    }

    .ui-menu .ui-menu-divider {
        border-width: 1px 0 0 0;
        font-size: 0;
        height: 0;
        line-height: 0;
        margin: 5px -2px 5px -2px;
    }

    .ui-menu .ui-menu-item a {
        display: block;
        font-weight: normal;
        line-height: 1.5;
        padding: 2px .4em;
        text-decoration: none;
        zoom: 1;
    }

        .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
            font-weight: normal;
            margin: -1px;
        }

    .ui-menu .ui-state-disabled {
        font-weight: normal;
        line-height: 1.5;
        margin: .4em 0 .2em;
    }

        .ui-menu .ui-state-disabled a {
            cursor: default;
        }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item a {
        padding-left: 2em;
        position: relative;
    }

.ui-menu .ui-icon {
    left: .2em;
    position: absolute;
    top: .2em;
}

.ui-menu .ui-menu-icon {
    float: right;
    position: static;
}

.ui-tooltip {
    box-shadow: 0 0 5px #aaa;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    webkit-box-shadow: 0 0 5px #aaa;
    z-index: 9999;
}

* html .ui-tooltip {
    background-image: none;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    background: #fff url(../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    border: 1px solid #aaaaaa;
    color: #222222;
}

    .ui-widget-content a {
        color: #222222;
    }

.ui-widget-header {
    background: #ccc url(../images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    border: 1px solid #aaaaaa;
    color: #222222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222222;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background: #e6e6e6 url(../images/ui-bg_highlight-soft_75_e6e6e6_1x100.png) 50% 50% repeat-x;
        border: 1px solid #d3d3d3;
        color: #555555;
        font-weight: normal;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #555555;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        background: #dadada url(../images/ui-bg_highlight-soft_75_dadada_1x100.png) 50% 50% repeat-x;
        border: 1px solid #999999;
        color: #212121;
        font-weight: normal;
    }

        .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        background: #fff url(../images/ui-bg_highlight-hard_65_ffffff_1x100.png) 50% 50% repeat-x;
        border: 1px solid #aaaaaa;
        color: #212121;
        font-weight: normal;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        background: #fbf9ee url(../imagesui-bg_highlight-hard_55_fbf9ee_1x100.png) 50% top repeat-x;
        border: 1px solid #fcefa1;
        color: #363636;
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        background: #fef1ec url(../images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
        border: 1px solid #cd0a0a;
        color: #cd0a0a;
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #cd0a0a;
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #cd0a0a;
    }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        filter: Alpha(Opacity=70);
        font-weight: normal;
        opacity: .7;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        background-image: none;
        filter: Alpha(Opacity=35);
        opacity: .35;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
        }

.ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.png);
    height: 16px;
    width: 16px;
}

.ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(../images/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(../images/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(../images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(../images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(../images/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
    khtml-border-top-left-radius: 4px;
    moz-border-radius-topleft: 4px;
    webkit-border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
    khtml-border-top-right-radius: 4px;
    moz-border-radius-topright: 4px;
    webkit-border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
    khtml-border-bottom-left-radius: 4px;
    moz-border-radius-bottomleft: 4px;
    webkit-border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
    khtml-border-bottom-right-radius: 4px;
    moz-border-radius-bottomright: 4px;
    webkit-border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    filter: Alpha(Opacity=30);
    opacity: .3;
}

.ui-widget-shadow {
    background: #aaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    border-radius: 8px;
    filter: Alpha(Opacity=30);
    khtml-border-radius: 8px;
    margin: -8px 0 0 -8px;
    moz-border-radius: 8px;
    opacity: .3;
    padding: 8px;
    webkit-border-radius: 8px;
}
