/* -------------------------------------------------------

Styles which modify the base bootstrap behaviour for Network Locum.

Selectors in this file should be general and should affect elements visible
across the entire site.

-------------------------------------------------------*/
* {
    padding: 0;
    border: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #FFFFFF;
    padding-top: 70px;
    height: 100%;
}

body.show-go-back-nav {
    padding-top: 120px;
}

body.public-page {
    background-color: #FFFFFF;
}

@media (max-width: 767px) {
    body {
        padding-top: 50px;
    }
    body.show-go-back-nav {
        padding-top: 100px;
    }
}


/*----------------------------------------

Custom classes

-----------------------------------------*/
.no-bottom-padding {
    padding-bottom: 0 !important;
}

.no-margin {
    margin: 0px;
}

.cursor-default {
    cursor: default;
}

.iconify.icon-ok-sign {
    color: green;
}

.iconify.icon-minus-sign {
    color: red;
}


.results-section h2,
.results-section p {
    margin-left: 10px;
}

.nl-thumbs-up {
    color: #3e75a8;
}


.control-label.optional {
    font-weight: normal;
}

.no-top-margin {
    margin-top: 0;
}

/* -----------------------------------------

STYLES FOR THE NAV BAR

-----------------------------------------*/
.nwl-logo {
    background: url("../img/nl-logo-sprite.png");
    display: block;
    float: left;
    height: 27px;
    margin: 11px 0;
    margin-right: 10px;
    padding: 0;
    text-indent: -9999px;
    width: 186px;
}

@media (min-width: 768px) and (max-width: 991px) {
    /*
     * Reduce width of logo for pages which don't use a container-fluid for
     * their nav bar
    */
    .container .nwl-logo {
        width: 35px;
    }
}

@media (min-width: 768px) {
    /* Shrink header links to they all fit in at 768px wide */
    .navbar-nav > li > a {
        padding: 15px 10px 15px 8px;
    }
}

/* Ensure the logo is left aligned with the panel body */
@media (max-width: 767px) {
    .container > .navbar-header {
        margin-left: 0px;
    }
}

.navbar-default {
    background-color:#1482CC;
    border:0 none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    min-height:51px;
}

.not-live .navbar-default {
    background-color: #ACACAC;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    text-shadow: none;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: #DAECFD;
    color: #666;
    text-shadow: none;
    text-decoration: none;

    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar-collapse .nav > li > a {
    padding-left: 5px;
    padding-right: 10px;
}

.navbar-default .navbar-nav > li.active-nav > a {
    padding-bottom: 10px;
}

.navbar-default .navbar-nav > li.active-nav {
    border-bottom: 5px solid orange;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #888888;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li.active-nav {
        border: 3px solid orange;
    }

    .navbar-collapse .nav > li > a {
        padding-left: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 30px;
    }

    .dropdown-header {
        color: #eaeaea;
        font-size: 16px;
        line-height: 24px;
    }
}

/* Align the right hand side of the navbar with the panel content */
@media (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
    }
}

.public-page .navbar {
    font-weight: 1;
    padding: 15px;
    text-transform: uppercase;
    font-size: 13px;
}
.public-page .navbar .btn{
    margin-left: 15px;
    margin-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
}
.public-page .navbar-collapse .nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
}
.public-page .already-logged-in{
    padding: 15px 5px 15px 0px;
    line-height: 20px;
    text-transform: none;
    color: white;
    font-size: 14px;
}

.public-page .navbar-default .navbar-nav > li > a:focus, .public-page .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #daecfd;
    text-shadow: none;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.public-page > .navbar {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .public-page .navbar-collapse .nav > li > a {
        padding: 15px 10px 15px 8px;
    }
}

/* -----------------------------------------

STYLES FOR CONTENT BODY

-----------------------------------------*/
.panel-heading,
.panel-footer {
    min-height: 50px;
    background: -webkit-linear-gradient(center top , #FAFAFA 0%, #E9E9E9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(center top , #FAFAFA 0%, #E9E9E9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-linear-gradient(center top , #FAFAFA 0%, #E9E9E9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -ms-linear-gradient(center top , #FAFAFA 0%, #E9E9E9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(center top , #FAFAFA 0%, #E9E9E9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* Standard syntax */
}


.panel-title {
    color: #777777;
    font-size: 20px;
    font-weight: 200;
    height: auto;
}
.panel-title .breadcrumb {
    margin-bottom: 0px;
    line-height: 14px;
    padding-left: 0px;
    padding-right: 0px;
    /* Firefox fix */
    background: none repeat scroll 0% 0% transparent;
}

.nav-tabs-extra {
    height: 41px;
}

.btn-margin {
    margin: 10px;
}

.first-header {
    margin-top: 10px;
}

.panel-body .first-header {
    margin-top: 0px;
}

.public-page .mainWrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-bottom: 256px;
    margin: 20px auto -236px !important;
}

.public-page .main-content-row {
    margin-bottom: 20px;
}

.btn-square {
    border-radius: 0;
}

@media (max-width: 767px) {

    .mainWrapperMobile {
        padding: 0;
    }
    .row {
        margin-right: 0px;
    }
    .col-xs-12 {
        padding-right: 0px;
    }
}

/* -----------------------------------------

STYLES FOR CONTENT FOOTER

-----------------------------------------*/
.footerWrapper {
    width: 100%;
    color: #CCCCCC;
    font-size: 11px;
    text-align: center;
    padding: 10px 20px 20px 0;
}

.publicFooterWrapper {
    width: 100%;
    background: none repeat scroll 0 0 #303030;
    color: #AEAEAE;
    font-weight: 300;
    text-transform: uppercase;
}

.publicFooterWrapper ul {
    list-style: none outside none;
    padding: 0;
}

.public-page .publicFooterWrapper {
    background-color: #303030;
    color: #AEAEAE;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 20px;
    float: left;
    padding-top: 10px;
}
.public-page .footer-links a {
    color: #AEAEAE;
}
.public-page .legal hr{
    border-color: #AEAEAE;
    margin-bottom: 10px;
}
.public-page .legal{
    font-size: 10px;
}

.public-page  .address {
    margin-top: 50px;
}
.public-page .homepage-sprite-nl-logo-sprite {
    background: url("../img/nl-logo-sprite.png");
    display: block;
    float: right;
    height: 27px;
    margin: 10px 0 0px !important;
    padding: 0;
    width: 186px !important;
}
.public-page .homepage-sprite-nl-logo-sprite span {
    display: block;
    opacity: 0;
    filter: Alpha(opacity=0); /* IE8 and earlier */
}

.public-page .publicFooter .footer-links {
    float: left;
    padding-right: 30px;
}

.public-page .publicFooter h5 {
    font-weight: bold;
}

@media (max-width: 767px) {
    .public-page .navbar {
        padding: 0;
    }

    .public-page .homepage-sprite-nl-logo-sprite {
        float: left;
    }

    .public-page .address-container {
        text-align: left;
        padding-left: 25px !important;
    }

    .public-page .publicFooter .col-xs-12 {
        padding: 0 10px 0 10px;
    }

    .public-page .publicFooter .legal .col-xs-12 {
        padding: 0;
    }

}

@media (min-width: 768px) {

    .public-page footer {
        position: relative;
        bottom: 0;
        width: 100%;
        min-height: 235px;
        overflow-y: hidden;
    }

    .publicFooterWrapper {
        /* Match the height of the footer element */
        min-height: 235px;
    }

    .public-page .address-container {
        text-align: right;
    }
}

/* -----------------------------------------

STYLES FROM BOOTSTRAP WITH 'NWL' CUSTOMIZATION

-----------------------------------------*/
.btn-signup,.btn-allocate,.btn-search {
    background: none repeat scroll 0 0 #F5A13E;
    color: #FFFFFF;
}

.line-bottomstyle {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 10px;
}



/* -----------------------------------------

Restore Bootstrap 3 badge colours

-----------------------------------------*/
.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.badge-error {
    background-color: #b94a48;
}
.badge-warning {
    background-color: #f89406;
}
.badge-success {
    background-color: #468847;
}
.badge-info {
    background-color: #3a87ad;
}
.badge-inverse {
    background-color: #333333;
}


/* -----------------------------------------

Non-responsive overrides

Utilitze the following CSS to disable the responsive-ness of the container,
grid system, and navbar.

Original Source: http://getbootstrap.com/examples/non-responsive/non-responsive.css

We treat a no-js viewport as fixed at "medium" size

-----------------------------------------*/

/* Reset the container */
.no-js .container {
    width: 970px;
    max-width: none !important;
}

/* Demonstrate the grids */
.no-js .container .navbar-header,
.no-js .container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

/* Always float the navbar header */
.no-js .navbar-header {
    float: left;
}

/* Allow horizontal scrolling in navbar if the viewport is narrower than 970px */
.no-js .navbar-fixed-top {
    position: relative;
}
body.no-js {
    padding-top: 0px;
}

/* Undo the collapsing navbar */
.no-js .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.no-js .navbar-toggle {
    display: none;
}
.no-js .navbar-collapse {
    border-top: 0;
}

.no-js .navbar-brand {
    margin-left: -15px;
}

/* Always apply the floated nav */
.no-js .navbar-nav {
    float: left;
    margin: 0;
}
.no-js .navbar-nav > li {
    float: left;
}
.no-js .navbar-nav > li > a {
    padding: 15px;
}

/* Redeclare since we override the float above */
.no-js .navbar-nav.navbar-right {
    float: right;
}

/* Undo custom dropdowns */
.no-js .navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.no-js .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}
.no-js .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.no-js .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.no-js .navbar .navbar-nav .open .dropdown-menu > .active > a,
.no-js .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.no-js .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}
.no-js .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.no-js .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.no-js .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}

.no-js .visible-xs {
    display: none !important;
}

.no-js .hidden-xs {
    display: block !important;
}

.no-js .hide-on-no-js {
    display: none !important;
}
/* -----------------------------------------

Action Buttons

-----------------------------------------*/
.continue-btn {
    margin-top: 1em;
    margin-bottom: 1em;
}

.continue-btns {
    margin-bottom: 1em;
}

.continue-btns .btn {
    margin-top: 1em;
}

/* -------------------------------------------------------

Callouts in the style of the Bootstrap 3 documentation

-------------------------------------------------------*/
.bs-callout
{
    margin:20px 0;
    padding:20px;
    border-left:3px solid #eee
}
.bs-callout h4
{
    margin-top:0;
    margin-bottom:5px
}
.bs-callout p:last-child
{
    margin-bottom:0
}
.bs-callout code
{
    background-color:#fff;
    border-radius:3px
}
.bs-callout-danger
{
    background-color:#fdf7f7;
    border-color:#d9534f
}
.bs-callout-danger h4
{
    color:#d9534f
}
.bs-callout-warning
{
    background-color:#fcf8f2;
    border-color:#f0ad4e
}
.bs-callout-warning h4
{
    color:#f0ad4e
}
.bs-callout-info
{
    background-color:#f4f8fa;
    border-color:#5bc0de
}
.bs-callout-info h4
{
    color:#5bc0de
}

.info-box {
    padding: 15px;
}


/* -----------------------------------------

CSS responsive tables for extra small viewports.

Based on original implementation by Chris Coyier at
http://css-tricks.com/responsive-data-tables/, and updated with CSS from
https://github.com/martinpesout/responsive-tables to support IE8

-----------------------------------------*/
@media (max-width: 767px) {

    /* Force table to not be like tables anymore */
    .xs-responsive-table table,
    .xs-responsive-table thead,
    .xs-responsive-table tbody,
    .xs-responsive-table th,
    .xs-responsive-table td,
    .xs-responsive-table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .xs-responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .xs-responsive-table tr {
        border: 1px solid #ccc;
    }

    .xs-responsive-table .table > thead > tr > th,
    .xs-responsive-table .table > tbody > tr > th,
    .xs-responsive-table .table > tfoot > tr > th,
    .xs-responsive-table .table > thead > tr > td,
    .xs-responsive-table .table > tbody > tr > td,
    .xs-responsive-table .table > tfoot > tr > td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    /* Horrible hack! Without this CSS IE8 doesn't display the td's one per line,
     * with this hack Chrome displays some of the td's with a left border
     */
    html.lt-ie9 .xs-responsive-table .table > tbody > tr > td {
        width: 100%;
        float: left;
        clear: both;
    }

    .xs-responsive-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        /* Label the data */
        content: attr(data-label);
    }
}

.valign-middle {
    vertical-align: middle;
}

.topup {
    border-radius: 5px 0 0 5px;
    background-color: #008000;
    border: 1px solid #008000;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    height: 25px;
    line-height: 10px;
    text-align: center;
    color: #ffffff;
    margin-top: -3px;
    width: 40px;
    margin-right: 4px;
}

.topup-spacer {
    width: 40px;
    display: block;
    height: 1px;
    margin-right: 4px;
    float: left
}
.explain-topup {
    font-size: 85%;
    margin-left: 20px;
}

.job_value {
    color: #009700;
}


@media (max-width: 767px) {
    .xs-responsive-table .table > tbody > tr > td.xs-full-width-button {
        padding-left: 6px;
        padding-right: 6px;
    }
    .xs-full-width-button .btn {
        width: 100%;
    }
}

/*----------------------------------------

Make the list-group of checkboxes toggleable by clicking the whole area of the
list group

-----------------------------------------*/
.list-group.checkbox-input-list-group .list-group-item {
    padding: 0;
}
.list-group.checkbox-input-list-group .form-group.checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}
.list-group.checkbox-input-list-group .control-label {
    width: 100%;
    padding: 15px;
    display: inline-block;
}
.list-group-item:hover {
    background-color: #f5f5f5;
}


/*----------------------------------------

Ask practice button.

CSS from http://bootswatchr.com/create#!/edit/47bfc4af with a base button
colour of #f5a13e

-----------------------------------------*/
.btn-ask-practice {
  color: #ffffff;
  background-color: #f5a13e;
  border-color: #f49526;
}
.btn-ask-practice:hover,
.btn-ask-practice:focus,
.btn-ask-practice:active,
.btn-ask-practice.active,
.open .dropdown-toggle.btn-ask-practice {
  color: #ffffff;
  background-color: #f38e17;
  border-color: #d1760b;
}
.btn-ask-practice:active,
.btn-ask-practice.active,
.open .dropdown-toggle.btn-ask-practice {
  background-image: none;
}
.btn-ask-practice.disabled,
.btn-ask-practice[disabled],
fieldset[disabled] .btn-ask-practice,
.btn-ask-practice.disabled:hover,
.btn-ask-practice[disabled]:hover,
fieldset[disabled] .btn-ask-practice:hover,
.btn-ask-practice.disabled:focus,
.btn-ask-practice[disabled]:focus,
fieldset[disabled] .btn-ask-practice:focus,
.btn-ask-practice.disabled:active,
.btn-ask-practice[disabled]:active,
fieldset[disabled] .btn-ask-practice:active,
.btn-ask-practice.disabled.active,
.btn-ask-practice[disabled].active,
fieldset[disabled] .btn-ask-practice.active {
  background-color: #f5a13e;
  border-color: #f49526;
}
.btn-ask-practice .badge {
  color: #f5a13e;
  background-color: #ffffff;
}

/* - - - - - - - - - - - - - - - - -

New Feature banners

- - - - - - - - - - - - - - - - - */
.new_feature_banner {
    padding: 20px 40px 0 40px;
    width: auto;
}
.new_feature_banner .alert {
    clear: both;
    margin-top: -25px;
    margin-bottom: -10px;
    margin-left: -30px;
    margin-right: -30px;
}
.new_feature_banner .icon {
    float: left;
    width: auto;
}
.new_feature_banner .content {
    float: left;
    width: 87%
}
.new_feature_banner .icon [class*="icon-"]{
    margin-left: 10px;
    margin-right: 10px;
}


@media (max-width: 767px) {
    .new_feature_banner {
        margin-left: -20px;
        margin-right: -20px;
    }
}
/* - - - - - - - - - - - - - - - - -

Footer feedback

- - - - - - - - - - - - - - - - - */
.footer-feedback .widget-body {
    padding-bottom: 20px;
}

.footer-feedback .widget-footer {
    padding: 20px;
    background: #E9E9E9;
    color: #838383;
}

.footer-feedback .widget-footer .icon {
    float: left;
    width: 5%;
}
.footer-feedback .widget-footer .feedback-content {
    float: left;
    width: 95%;
}

.footer-feedback .widget-footer label {
    font-size: 12px;
    line-height: 12px;
}
.footer-feedback .widget-footer .feedback-content input {
    padding: 7px 8px;
    width: 50%;
    height: auto;
    margin: 0px 0px 0px 6px;
    /*overflow: auto;*/
    font-size: 12px;
}

.footer-feedback .widget-footer .btn {
    margin: 0px 0px 6px
}

/* - - - - - - - - - - - - - - - - -

This is a site wide class for the feedback form on widget footer

- - - - - - - - - - - - - - - - - */

#site_feedback_form {
    margin: 0;
}

#site_feedback_form .alert,
#site_feedback_form.feedback-success .alert-error,
#site_feedback_form.feedback-error .alert-success {
    display: none;
}

#site_feedback_form.feedback-success .alert-success,
#site_feedback_form.feedback-error .alert-error {
    display: block !important;
    margin-right: 40px;
}

/*---------------------------------------------------------

Guided message creation page for locums

----------------------------------------------------------*/
.guided-message-create .blue-text {
    color: #3276b1;
}

.guided-message-create .discussion-content .green-text {
    color: green;
    font-weight: bold;
    font-size: 1.3em;
}

.guided-message-create .left-pane {
    background-color: #E6E6E6;
    padding: 10px;
    margin-left: 15px;
}

.guided-message-create .right-pane {
    margin-right: 15px;
    margin-left: -15px;
}

.guided-message-create .left-pane hr {
    width: 50%;
    margin-left: 25%;
    border-top: 1px solid #FFFFFF;
}

.guided-message-create h5 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0
}
.guided-message-create h5.subject {
    border-bottom: 1px solid #999999;
}
.guided-message-create h5.from {
    border-bottom: 1px solid #999999;
    float: left;
    width: 100%;
    line-height: 30px;
}
.guided-message-create h5.from .img-circle {
    height: 30px;
    margin-right: 5px;
    float: left;
}
.guided-message-create h5.from .date {
    font-size: 85%;
    float: right;
    color: #999;
}

.guided-message-create form {
    float: left;
    width: 100%;
}

.guided-message-create .icon-info-sign {
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 6em;
    text-align: center;
    width: 100%;
    display: block;
}

.guided-message-create .discussion-content {
    background-color: #E6E6E6;
    padding: 15px 15px 15px 40px;
    border-bottom: 1px solid darkgray;
}

.guided-message-create .discussion-content .chosen-days {
    margin: 5px 20px 5px 40px;
    width: 90%
}

.guided-message-create .discussion-content li {
    margin-left: 40px;
}

.guided-message-create .discussion-content label {
    font-weight: normal;
}

.guided-message-create .discussion-content input.form-control {
    width: 70px;
    display: inline;
}

.guided-message-create .send-button {
    width: 33%;
    margin: 10px 0;
}

.guided-message-create .discussion-content .radios {
    margin-left: 20px;
    margin-bottom: 0;
}

.guided-message-create .cancel-button {
    font-weight: bolder;
    font-size: 1.1em;
}

@media (max-width: 767px) {
    .guided-message-create .left-pane {
        margin-left: 0px;
    }
    .guided-message-create .right-pane {
        margin-left: 0px;
        margin-right: 0px;
    }

    .guided-message-create h5 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .guided-message-create .icon-info-sign {
        font-size: 3em;
    }
}

@media (max-width: 991px) {
    .guided-message-create .discussion-content {
        padding: 15px;
    }
}



/*---------------------------------------------------------

Job list pages

----------------------------------------------------------*/

.job-results-list .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.job-results-list .row-container {
    margin-left: 0px;
    margin-right: 0px;
}

.job-results-list .no-results .col-xs-12 {
    padding-right: 15px;
}

.job-results-list .go-to-profile {
    margin-top: 1em;
}

.job-results-list .label-fast-payment {
    line-height: 14px;
    font-size: 14px;
    padding: 5px;
    background-color: #cca711;
    border-radius: 0;
    margin-left: 30px;
    background-image: none;
    border: 1px solid transparent;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    font-weight: normal;
    margin-bottom: 0;
    cursor: default;
}

.job-results-list .label-out-of-hours {
    line-height: 14px;
    font-size: 12px;
    padding: 3px 5px 3px 5px;
    background-color: #E0DBDB;
    border: 1px solid #C2BFBF;
    border-radius: 0;
    margin-left: 0;
    margin-bottom: 0;
    background-image: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    font-weight: normal;
    cursor: default;
    display: inline-block;
}

.job-results-list .practice-pct {
    font-weight: bold;
}

.job-results-list .xs-responsive-table h4.replaced-results {
    background-color: rgba(62, 117, 168, 0.49);
}

@media (max-width: 767px) {
    .job-results-list .label-fast-payment {
        margin-left: 5px;
    }
}
@media (min-width: 768px) {
    .job-results-list .label-fast-payment {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }
    .job-results-list thead th:nth-child(3) {
        padding-left: 58px;
    }
    .job-results-list .per-hour {
        top: 5px;
        position: relative;
    }
}

/*-------------------------------------------------------

    Landing Pages - Main Template

-------------------------------------------------------*/

.landing-page .mainWrapperContent, .landing-page .menuBar{
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.landing-page{
    padding-top: 0;
}
.landing-page .navbar{
    margin-bottom: 0;
}
.landing-page .mainWrapper{
    padding-top: 0;
}
.landing-page .boxSayingTitle{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.landing-page .boxSayingTitle h2{
    font-size: 24px;
    color: #808285;
}
.landing-page .boxSayingDesc i{
    color: #808285;
}
.landing-page .boxSayingDesc p{
    color: #333333;
    font-size: 14px;
}
.landing-page .boxSayingDesc .name{
    display: inline-block;
    float: left;
    font-style: italic;
    font-size: 13px;
    color: black;
}
.landing-page .boxEndorsed{
    margin-top: 35px;
}
.landing-page .boxEndorsed .line{
    color: #3E75A7;
    border-top: 1px #3E75A7 solid;
    margin-top: 30px;
}
.landing-page .boxEndorsed .logos{
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.landing-page .boxEndorsed .lineAll{
    color: #3E75A7;
    border-top: 1px #3E75A7 solid;
}
.landing-page .boxEndorsed .title{
    text-align: center;
    font-size: 12px;
    color: #3E75A7;
}
.landing-page .boxEndorsed img{
    height: 40px;
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.landing-page .share{
    margin-top: 40px;
    text-align: center;
}
.landing-page .shareTitle{
    font-size: 14px;
    color: #808285;
}
.landing-page .share .boxShareLogos{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 1px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.landing-page .mainWrapper{
    padding-bottom: 30px;
}
.landing-page .share .boxShareLogos .facebook,
.landing-page .share .boxShareLogos .twitter,
.landing-page .share .boxShareLogos .linkedin,
.landing-page .share .boxShareLogos .email {
    margin: 10px;
    height: 41px;
    width: 41px;
    float: left;
}
.landing-page .share .boxShareLogos .facebook a{
    background: url(../img/landing_page/icons/share_icon_all.png) no-repeat 0 0;
    height: 41px;
    width: 41px;
    display: block;
}
.landing-page .share .boxShareLogos .facebook a:hover{
    background: url(../img/landing_page/icons/share_icon_all.png) no-repeat 0 -40px;
}

.landing-page .share .boxShareLogos .twitter a{
    background: url(../img/landing_page/icons/share_icon_all.png) no-repeat -41px 0;
    height: 41px;
    width: 40px;
    display: block;
}
.landing-page .share .boxShareLogos .twitter a:hover{
    background: url(../img/landing_page/icons/share_icon_all.png) no-repeat -41px -40px;
}

.landing-page .share .boxShareLogos .linkedin a{
    background: url(../img/landing_page/icons/share_icon_all.png) no-repeat -81px 0px;
    height: 41px;
    width: 40px;
    display: block;
}
.landing-page .share .boxShareLogos .linkedin a:hover{
    background: url(../img/landing_page/icons/share_icon_all.png) no-repeat -81px -40px;
}

.landing-page .share .boxShareLogos .email a{
    background: url(../img/landing_page/icons/share_icon_all.png) no-repeat -121px 0px;
    height: 41px;
    width: 41px;
    display: block;
}
.landing-page .share .boxShareLogos .email a:hover{
    background: url(../img/landing_page/icons/share_icon_all.png) no-repeat -121px -40px;
}
.landing-page .footer{
    font-size: 10px;
    color: #4C4C4C;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
    height: 0;
}

/*---------------------------------------------------------

Locum "you have 3 jobs available" availability container

----------------------------------------------------------*/
.available-jobs .jobs-found {
    display: block;
    background-color: white;
    border: 1px solid #1482CC;
    border-radius: 5px;
    padding: 10px;
    color: #1482CC;
    float: left;
    width: 100%;
}
.available-jobs .jobs-found:hover {
    text-decoration: none;
    background-color: #E2E2E2;
}
.available-jobs .we-found {
    font-weight: 600;
    float: left;
    margin-right: 10px;
}

.available-jobs .icon-spinner,
.available-jobs.waiting .no-jobs{
    display: none;
}

.available-jobs .no-jobs,
.available-jobs.waiting .icon-spinner{
    display: inline;
}

.available-jobs .no-days-found {
    display: none;
}

.locum-availability-calendar .ajax-status {
    float: right;
}

.locum-availability-calendar .ajax-status .saving,
.locum-availability-calendar .ajax-status .saved {
    display: none;
}

.locum-availability-calendar .ajax-status.ajax-waiting .saving,
.locum-availability-calendar .ajax-status.ajax-success .saved {
    display: block;
}

.locum-availability-calendar .ajax-status.ajax-waiting .saving .icon-spinner {
    display: inline;
}

/*---------------------------------------------------------

Locum availability widget

----------------------------------------------------------*/
.locum-availability-calendar h5 {
    width: 100%;
}

.locum-availability-calendar .week-2,
.locum-availability-calendar .more-availability-2-weeks {
    display: none;
}
.locum-availability-calendar .availability-table td {
    border: 1px solid #dddddd;
}
.locum-availability-calendar .availability-table tr td {
    border-top: 0;
}
.locum-availability-calendar .availability-table tr:last-child td {
    border-bottom: 0;
}
.locum-availability-calendar .availability-table tr td:first-child {
    border-left: 0;
}
.locum-availability-calendar .availability-table tr td:last-child {
    border-right: 0;
}
.locum-availability-calendar td {
    width: 6.6%;
}
.locum-availability-calendar .status-filled .icon-plus,
.locum-availability-calendar .status-available .remove-availability,
.locum-availability-calendar .status-not-available .add-availability {
    display: block;
}
.locum-availability-calendar .status-filled .add-availability,
.locum-availability-calendar .status-filled .remove-availability,
.locum-availability-calendar .status-available .add-availability,
.locum-availability-calendar .status-available .icon-plus,
.locum-availability-calendar .status-not-available .remove-availability,
.locum-availability-calendar .status-not-available .icon-plus {
    display: none;
}
.locum-availability-calendar .availability-day-highlight .add-all-am,
.locum-availability-calendar .availability-day-highlight .add-all-pm,
.locum-availability-calendar .availability-day-highlight .remove-all-am,
.locum-availability-calendar .availability-day-highlight .remove-all-pm,
.locum-availability-calendar .availability-day-highlight .add-all-day,
.locum-availability-calendar .availability-day-highlight .remove-all-day {
    display: none;
}
.locum-availability-calendar .show-add-all .add-all-am.next-7-days,
.locum-availability-calendar .show-remove-all .remove-all-am.next-7-days,
.locum-availability-calendar .show-add-all .add-all-pm.next-7-days,
.locum-availability-calendar .show-remove-all .remove-all-pm.next-7-days {
    display: block;
}
.locum-availability-calendar .show-add-day .add-all-day,
.locum-availability-calendar .show-remove-day .remove-all-day {
    display: block;
    min-height: 60px;
}
.locum-availability-calendar .days-row a.add-all-day:hover{
    line-height: 15px;
    height: auto;
}
.locum-availability-calendar .status-filled,
.locum-availability-calendar .status-available,
.locum-availability-calendar .status-not-available {
    text-align: center;
    font-size: 20px;
}
.locum-availability-calendar .status-filled {
    background-color: #1482cd;
    color: #ffffff;
}
.locum-availability-calendar .status-filled i {
    margin-top: 5px;
}
.locum-availability-calendar .status-available a {
    background-color: #21b8a9;
    color: #ffffff;
}
.locum-availability-calendar .status-not-available a {
    background-color: #eeeeee;
    color: #cbcbcb;
}
.locum-availability-calendar .status-available a,
.locum-availability-calendar .status-not-available a {
    text-decoration: none;
    height: 100%;
    line-height: 30px;
}
.locum-availability-calendar .status-not-available,
.locum-availability-calendar .status-available,
.locum-availability-calendar .status-filled {
    padding: 0;
}
.locum-availability-calendar .status-not-available a:hover,
.locum-availability-calendar .status-available a:hover,
.locum-availability-calendar .availability-day-highlight a:hover {
    border: 3px #cca614 solid;
    height: 30px;
    line-height: 23px;
}
.locum-availability-calendar .availability-day-highlight {
    padding: 0;
}
.locum-availability-calendar .availability-day-highlight a {
    text-align: center;
    color: #333333;
    background-color: #eeeeee;
    display: block;
    line-height: 30px;
}
.locum-availability-calendar .availability-day-highlight a:hover {
    text-decoration: none;
    color: #333333;
}
.locum-availability-calendar .days-row td {
    text-align: center;
}
.locum-availability-calendar .days-row a {
    line-height: 15px;
    height: 45px;
    padding: 7px 3px 3px 3px;
}
.locum-availability-calendar .days-row a:hover {
    line-height: 15px;
    height: 43px;
    padding: 4px 0 3px 0;
}

.locum-availability-calendar a i{
    text-decoration: none;
}

.locum-availability-calendar .ajax-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 4px;
}
.locum-availability-calendar .ajax-error p {
    margin: 0;
}
.locum-availability-calendar .available-jobs a {
    margin-bottom: 20px;
}

.locum-availability-calendar .available-jobs .btn-set-availability {
    padding: 10px;
}

@media (max-width: 767px){
    .locum-availability-calendar .available-jobs .we-found {
        width: 60%;
        float: left;
    }
}
@media (min-width: 768px){
    .locum-availability-calendar .week-2 {
        display: table-cell;
    }

    .locum-availability-calendar .show-add-all .add-all-am.next-7-days,
    .locum-availability-calendar .show-remove-all .remove-all-am.next-7-days,
    .locum-availability-calendar .show-add-all .add-all-pm.next-7-days,
    .locum-availability-calendar .show-remove-all .remove-all-pm.next-7-days,
    .locum-availability-calendar .show-add-day .add-all-day.next-7-days,
    .locum-availability-calendar .show-remove-day .remove-all-day.next-7-days {
        display: none;
    }
    .locum-availability-calendar .show-add-all .add-all-am.next-14-days,
    .locum-availability-calendar .show-remove-all .remove-all-am.next-14-days,
    .locum-availability-calendar .show-add-all .add-all-pm.next-14-days,
    .locum-availability-calendar .show-remove-all .remove-all-pm.next-14-days,
    .locum-availability-calendar .show-add-day .add-all-day.next-14-days,
    .locum-availability-calendar .show-remove-day .remove-all-day.next-14-days {
        display: block;
    }
}


/*----------------------------------------

Default blue button and grey button
CSS from http://blog.koalite.com/bbg/

-----------------------------------------*/
.btn-default-blue {
  color: #428BCA;
  background-color: #FFFFFF;
  border-color: #428BCA;
}

.btn-default-blue:hover,
.btn-default-blue:focus,
.btn-default-blue:active,
.btn-default-blue.active,
.open .dropdown-toggle.btn-default-blue {
  color: #428BCA;
  background-color: #EBEBEB;
  border-color: #428BCA;
}

.btn-default-blue:active,
.btn-default-blue.active,
.open .dropdown-toggle.btn-default-blue {
  background-image: none;
}

.btn-default-blue.disabled,
.btn-default-blue[disabled],
fieldset[disabled] .btn-default-blue,
.btn-default-blue.disabled:hover,
.btn-default-blue[disabled]:hover,
fieldset[disabled] .btn-default-blue:hover,
.btn-default-blue.disabled:focus,
.btn-default-blue[disabled]:focus,
fieldset[disabled] .btn-default-blue:focus,
.btn-default-blue.disabled:active,
.btn-default-blue[disabled]:active,
fieldset[disabled] .btn-default-blue:active,
.btn-default-blue.disabled.active,
.btn-default-blue[disabled].active,
fieldset[disabled] .btn-default-blue.active {
  background-color: #FFFFFF;
  border-color: #428BCA;
}

.btn-default-blue .badge {
  color: #FFFFFF;
  background-color: #428BCA;
}

.btn-grey {
  color: #757575;
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  border: 0;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
  color: #757575;
  background-color: #D4D4D4;
  border-color: #F0F0F0;
}

.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
  background-image: none;
}

.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
}

.btn-grey .badge {
  color: #F0F0F0;
  background-color: #757575;
}

.btn-grey-inverse {
  color: #757575;
  background-color: #D4D4D4;
  border-color: #C7C7C7;
}

.btn-grey-inverse:hover,
.btn-grey-inverse:focus,
.btn-grey-inverse:active,
.btn-grey-inverse.active,
.open .dropdown-toggle.btn-grey-inverse {
  color: #757575;
  background-color: #F0F0F0;
  border-color: #C7C7C7;
}

.btn-grey-inverse:active,
.btn-grey-inverse.active,
.open .dropdown-toggle.btn-grey-inverse {
  background-image: none;
}

.btn-grey-inverse.disabled,
.btn-grey-inverse[disabled],
fieldset[disabled] .btn-grey-inverse,
.btn-grey-inverse.disabled:hover,
.btn-grey-inverse[disabled]:hover,
fieldset[disabled] .btn-grey-inverse:hover,
.btn-grey-inverse.disabled:focus,
.btn-grey-inverse[disabled]:focus,
fieldset[disabled] .btn-grey-inverse:focus,
.btn-grey-inverse.disabled:active,
.btn-grey-inverse[disabled]:active,
fieldset[disabled] .btn-grey-inverse:active,
.btn-grey-inverse.disabled.active,
.btn-grey-inverse[disabled].active,
fieldset[disabled] .btn-grey-inverse.active {
  background-color: #D4D4D4;
  border-color: #C7C7C7;
}

.btn-grey-inverse .badge {
  color: #D4D4D4;

  background-color: #757575;
}


/*----------------------------------------

"Go back" navbar

-----------------------------------------*/
.go-back-navbar {
    top: 51px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
    border: 0;
}

.go-back-navbar .go-back-navbar-inner {
    background-color: #36BF80;
    background-image: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}

.go-back-navbar .go-back-navbar-inner a {
    width: 100%;
    height: 50px;
    display: block;
    color: white;
}

.go-back-navbar .go-back-navbar-inner .icon-chevron-left {
    line-height: 50px;
    margin-right: 20px;
    display: inline;
    vertical-align: middle;
}

.go-back-navbar .go-back-navbar-inner .text {
    line-height: 50px;
    display: inline;
    vertical-align: middle;
}


/*----------------------------------------

Onboarding widget

-----------------------------------------*/
.onboarding-widget {
    margin-bottom: 20px;
}

.onboarding-widget .my-jobs,
.onboarding-widget .jobs-abroad,
.onboarding-widget .locum-profile,
.onboarding-widget .job-search {
    display: none
}

.onboarding-widget h3 {
    font-weight: bold;
    margin-top: 0;
}


.onboarding-widget .completeness {
    border-left: 1px solid #DDDDDD;
}

.dismissible .completeness{
    border-left: 0px solid #DDDDDD;
}

.dismissible .info {
    border-right: 1px solid #DDDDDD;
}

.onboarding-widget .your-profile {
    color: #929292;
    margin-bottom: 10px;
    line-height: 27px;
}

.dismissible {
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .dismissible {
        margin-bottom: 10px;
    }
}

.onboarding-widget .progress-bar-container {
    float: left;
    margin: 0 20px 20px 0;
}

.onboarding-widget .percentage-complete {
    height: 40px;
    font-size: 21px;
    font-weight: bold;
    line-height: 40px;
}

.onboarding-widget .action-links {
    height: 20px;
    font-size: 16px;
    line-height: 20px;
}

.onboarding-widget .dropdown .caret {
    margin-left: 10px;
}

.onboarding-widget .dropdown-menu {
    margin-left: 110px;
}

.onboarding-widget .dropdown:hover .dropdown-menu {
    display: block;
}

.onboarding-widget .dropdown .done {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: line-through;
}

.onboarding-widget .dropdown-menu a {
    color: #428bca;
}

.onboarding-widget .dropdown-menu a:hover {
    color: #2a6496;
    text-decoration: underline;
}

/* -----------------------------------------

Job search tabs

-----------------------------------------*/

.job-search-tabs .panel-default {
    border-top: none;
    border-radius: 0;
}


.job-search-tabs .panel-heading {
    display: none;
}

.nav-job-search-tabs li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.nav-job-search-tabs li > a:hover {
    background-color: #DDDDDD;
}

.nav-job-search-tabs > li.active > a,
.nav-job-search-tabs > li.active > a:hover,
.nav-job-search-tabs > li.active > a:focus {
    font-weight: bold;
}


/* -----------------------------------------

Increase input size on mobile and small

-----------------------------------------*/
@media (max-width: 991px) {
    .input-lg-on-xs-and-sm {
        height: 46px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 6px;
    }

    .btn-lg-on-xs-and-sm {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 6px;
    }

    .btn-lg-on-xs-and-sm.btn-square {
        border-radius: 0;
    }

    .pull-right-on-xs-and-sm {
        float: right;
    }

}


/* -----------------------------------------

Showing and Hiding on Internet Explorers < 9

-----------------------------------------*/



.show-lt-ie9 {
    display: none !important;
}

.ie6 .show-lt-ie9 {
    display: block !important;
}

.ie7 .show-lt-ie9 {
    display: block !important;
}

.ie8 .show-lt-ie9 {
    display: block !important;
}

.ie6 .hide-lt-ie9 {
    display: none !important;
}

.ie7 .hide-lt-ie9 {
    display: none !important;
}

.ie8 .hide-lt-ie9 {
    display: none !important;
}