body {
    color: #013e55;
    font-family: 'greycliff_cfregular', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
    background-color: #F9F9F9;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
/*IE incompatibility message*/

.ie-browser {
    display: none;
    background-color: #111;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 24px;
    padding: 16px;
    position: relative;
    z-index: 100;
}

html[data-useragent*='MSIE 10.0'] .ie-browser {
    display: block;
}

/*end of IE incompatibility message*/

::-moz-selection {
    background: #084d68;
    color: #fff;
}

::selection {
    background: #084d68;
    color: #fff;
}

.loading.la {
    font-size: 64px;
    color: #016e98;
}
/*** BOOTSTRAP OVERRIDE CLASSES ****/

a {
    color: #1f499b;
    font-family: 'greycliff_cfregular', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
}

p a {
    font-family: 'greycliff_cfdemi_bold', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
}

b, strong {
    font-family: 'greycliff_cfbold', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
    font-weight: normal;
}

small {
    color: rgba(45, 50, 56, 0.6);
    font-family: 'greycliff_cfmedium', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
}

h1, .h1, h2, .h2 {
    font-family: 'greycliff_cflight', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
}

h2, .h2 {
    margin-bottom: 35px;
    margin-top: 25px;
    color: #5a5a5a;
}

h3, .h3 {
    font-family: 'greycliff_cfregular', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.5;
}

h4, .h4 {
    font-weight: normal;
    font-family: 'greycliff_cfregular', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
}

h5, .h5, h6, .h6 {
    font-weight: normal;
    font-family: 'greycliff_cfmedium', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
    line-height: 1.4;
}

.text-primary {
    color: #31aad9 !important;
}

.text-secondary {
    color: #016e98 !important;
}

.text-muted {
    color: #026f97;
}

.text-demibold {
    font-weight: normal;
    font-family: 'greycliff_cfdemi_bold', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
}

textarea {
    resize: vertical;
}

.input-lg {
    padding: 0 16px;
}

.btn {
    border-radius: 3px;
    height: 34px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'greycliff_cfregular', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
    padding-left: 16px;
    padding-right: 16px;
    cursor: default;
}

.btn-group-lg > .btn, .btn-lg {
    height: 46px;
    padding: 9px 16px;
}

.btn-group-sm > .btn, .btn-sm {
    height: 30px;
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group-xs > .btn, .btn-xs {
    height: 22px;
    padding-left: 8px;
    padding-right: 8px;
}

.btn-default {
    color: #016e98;
    background-color: #fff;
    border-color: #016e98;
}

    .btn-default:hover {
        color: #fff;
        background-color: #31aad9;
        border-color: #31aad9;
    }

.btn-clear {
    background-color: #e6f8ff;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-left: none !important;
    cursor: default !important;
}

    .btn-clear:hover, .btn-clear:focus {
        background-color: #31aad9;
        color: #fff;
    }

.btn-primary {
    color: #fff;
    background-color: #31aad9;
    border-color: #31aad9;
}

    .btn-primary:hover, .btn-primary:focus {
        color: #fff;
        background-color: #084d68;
        border-color: #084d68;
    }

.btn-secondary {
    color: #fff;
    background-color: #016e98;
    border-color: #016e98;
}

    .btn-secondary:hover, .btn-secondary:focus {
        color: #fff;
        background-color: #084d68;
        border-color: #084d68;
    }

.btn-success {
    color: #4CAE4C;
    background-color: #fff;
    border-color: #4CAE4C;
}

.btn-info {
    color: #46B8DA;
    background-color: #fff;
    border-color: #46B8DA;
}

.btn-warning {
    color: #EEA236;
    background-color: #fff;
    border-color: #EEA236;
}

.btn-danger {
    color: #D43F3A;
    background-color: #fff;
    border-color: #D43F3A;
}

.btn-link {
    color: #016e98;
}

    .btn-link:hover, .btn-link:focus {
        background-color: #ebf7fd;
    }

    .btn-link .la {
        text-decoration: none;
        margin-right: 3px;
    }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}

.navbar-toggle {
    padding: 16px;
    margin-top: 13px;
    border-color: transparent !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ebf7fd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #016e98;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    border: 1px solid #ABADAF;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    border: 1px solid #ABADAF;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    padding: 6px 12px;
    border-radius: 0 3px 3px 0 !important;
}

.form-group {
    margin-bottom: 24px;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .1s;
    transition: border-color ease-in-out .1s;
    background-color: #e6f8ff;
    border-radius: 3px;
}

.well .form-control {
    background-color: #fff;
}

.form-control:focus {
    background: #fff;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
    border: 1px solid rgba(45, 50, 56, 0.1);
}

.control-label {
    font-family: 'greycliff_cfregular', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
    color: #016e98;
    font-weight: normal;
    font-size: 15px;
}

.form-control-static {
    padding-top: 0;
}

.form-inline .form-control-static {
    vertical-align: middle;
}

.form-group label > .btn {
    padding: 0;
    color: inherit;
    height: 20px;
    width: auto;
    vertical-align: baseline;
}

hr {
    border-top: 1px solid #CCCCCC;
    margin-bottom: 30px;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 24px;
}

.well {
    padding: 15px;
    box-shadow: none;
    border: 2px dotted #aed6ec;
    background-color: #e6f8ff;
}

.label {
    font-weight: normal;
    font-family: 'greycliff_cfmedium', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
    border-radius: 1em;
}

.label-primary {
    background-color: #016e98;
    color: #fff;
    border: 1px solid #016e98;
}

.label-primary-outline {
    background-color: #fff;
    color: #016e98;
    border: 1px solid #016e98;
}

.panel-title a {
    font-size: 15px;
}

    .panel-title a:hover, .panel-title a:focus {
        text-decoration: none;
    }

.panel {
    position: relative;
    box-shadow: none;
}

    .panel:after {
        content: '';
        box-shadow: 0 2px 0 rgba(174,214,236, .4);
        position: absolute;
        height: 5px;
        z-index: -1;
        background: #fff;
        left: 8px;
        right: 8px;
        border-radius: 0 0 4px 4px;
    }

.panel-default {
    border-color: #aed6ec;
}

.panel-heading {
    padding: 8px 15px;
}

.panel-icons .panel-heading {
    padding: 5px 15px;
}

.panel-footer {
    padding: 10px 24px;
}

.table > thead > tr > th {
    font-family: 'greycliff_cfmedium', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
    font-weight: normal;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.table-hover > tbody > tr:hover {
    background-color: rgba(237, 34, 172, 0.05);
}

.pagination > li > a, .pagination > li > span {
    border: 1px solid transparent;
    background-color: transparent;
    color: #016e98;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        border-color: transparent;
        background-color: #FAECF6;
    }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    border-color: transparent;
}

.alert {
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 8px 24px;
    color: #fff;
}

.alert-info {
    background-color: #6ac6e2;
    border-color: #6ac6e2;
}

.alert-danger {
    background-color: #da5c58;
    border-color: #da5c58;
}

.alert-warning {
    background-color: #f1b25b;
    border-color: #f1b25b;
}

.alert-success {
    background-color: #5fb95f;
    border-color: #5fb95f;
}

.alert-dismissable .close, .alert-dismissible .close {
    top: -3px;
    right: -16px;
}

.alert a {
    font-family: 'greycliff_cfbold', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
    text-decoration: underline;
    color: #fff;
}


.navbar-default .navbar-nav > li > a {
    color: #2b2b2b;
}

.navbar-nav > li > a {
    color: #fff;
    font-family: 'greycliff_cfmedium', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
    font-size: 14px;
    padding: 12px 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #31aad9;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.19);
    border: 1px solid #31aad9;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
    color: #ccc;
    background-color: transparent;
}

.tooltip {
    font-family: inherit;
    font-size: 14px;
}

.modal-content {
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(49, 170, 217, .5);
    border: none;
}

.dropdown-menu {
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(49, 170, 217, .5);
    border-color: #fff;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: initial;
        background-color: rgba(237, 34, 172, 0.05);
    }

.nav-pills > li {
    margin-right: 8px;
}

button.close {
    cursor: pointer !important;
    text-shadow: none;
}

.badge {
    vertical-align: text-top;
}
/*** END OF BOOTSTRAP OVERRIDE CLASSES ***/

/*** CUSTOM CLASSES ***/



.js-find-location {
    background-color: #96989B;
    color: #fff;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

    .js-find-location:hover, .js-find-location:focus, .js-find-location:active {
        background-color: #31aad9;
        border-radius: 3px;
        color: #fff;
    }


.js-location-class-town, .js-location-class-region, .js-location-class-postalcode {
    position: relative;
    color: #aaa;
    transition: .1s linear transform;
}

    .js-location-class-town:hover,
    .js-location-class-region:hover,
    .js-location-class-postalcode:hover {
        color: #fff;
        transform: scale(1.05,1.05);
    }

    .js-location-class-town:before {
        content: "\f249";
        font-family: Lineawesome;
        font-size: 20px !important;
        position: absolute;
        top: 0;
        width: 28px;
        text-align: center;
    }

    .js-location-class-region:before {
        content: "\f219";
        font-family: Lineawesome;
        font-size: 20px !important;
        position: absolute;
        top: 0;
        width: 28px;
        text-align: center;
    }

    .js-location-class-postalcode:before {
        content: "\f27d";
        font-family: Lineawesome;
        font-size: 20px !important;
        position: absolute;
        top: 0;
        width: 28px;
        text-align: center;
    }

.tab-content {
    clear: both;
}
/* Fix the double click issue with the bootstrap tabs with google charts. */

.tab-chart .tab-content > .tab-pane {
    display: block;
    height: 0;
    overflow-y: hidden;
}

.tab-chart .tab-content > .active {
    height: auto;
}

.muted {
    opacity: .6;
}

.highlighter, .make-target:target {
    animation: highlighter 4s .3s forwards;
    -webkit-animation: highlighter 4s .3s forwards;
    -o-animation: highlighter 4s .3s forwards;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes highlighter {
    0% {
        box-shadow: 0 0 0 8px #fff, 0 0 0 16px #31aad9;
    }
}

@keyframes highlighter {
    0% {
        box-shadow: 0 0 0 8px #fff, 0 0 0 16px #31aad9;
    }
}

.la {
    font-size: 1.4em;
    vertical-align: text-bottom;
}

.la-spin {
    -webkit-animation: fa-spin 2s infinite cubic-bezier(0.18, 0.89, 0.32, 1.28);
    animation: fa-spin 2s infinite cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.text-white {
    color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-grey, .bg-gray {
    background-color: #F5F7FA !important;
}

.bg-primary {
    background-color: #31aad9 !important;
}

.bg-secondary {
    background-color: #016e98 !important;
}

.btn-dark, .label-dark {
    color: #fff;
    background-color: #2D3238;
    border: 1px solid #2D3238;
}

    .btn-dark:hover, .btn-dark:focus {
        color: #fff;
        background-color: #22262a;
    }

.btn-shortlisted {
    color: #D43F3A;
    border-color: #D43F3A;
    padding: 5px;
}

.js-shortlist-button:hover, .js-shortlist-button:focus {
    color: #fff;
    border-color: #D43F3A;
    padding: 5px;
    background-color: #D43F3A;
}

.result-list .js-shortlist-button, .job-list-container .js-shortlist-button, .candidate-list-container .js-shortlist-button {
    height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.btn.btn-icon {
    padding: 6px;
    border-radius: 3px;
    height: 34px;
    width: 34px;
    text-decoration: none;
}

.btn-lg.btn-icon {
    height: 46px;
    width: 46px;
}

.btn-sm.btn-icon {
    height: 30px;
    width: 30px;
}

.btn-xs.btn-icon {
    height: 22px;
    width: 22px;
    padding: 2px;
}

.btn-float {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.19);
}

select.form-control {
    background-image: url('/assets/img/select-arrow.svg') !important;
    background-size: 20px !important;
    padding-right: 25px;
    background-repeat: no-repeat !important;
    background-position: right 2% center !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position-x: 100%;
    background-position-y: 40%;
}

    select.form-control.input-sm {
        line-height: 1;
    }

    /* hide the default arrow in IE */

    select.form-control::-ms-expand {
        display: none;
    }

table a {
    font-family: 'greycliff_cfmedium', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
}

table .btn-link {
    padding: 0;
    margin-right: 10px;
    height: auto;
}

table .checkbox {
    margin: 0;
}

/* switch slider */

.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
    vertical-align: bottom;
}

    .switch input {
        display: none;
    }

.switch-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 34px;
}

    .switch-slider:hover {
        opacity: .7;
    }

    .switch-slider:before {
        position: absolute;
        content: "";
        height: 24px;
        width: 24px;
        left: 3px;
        bottom: 3px;
        background-color: #fff;
        -webkit-transition: .2s;
        transition: .2s;
        border-radius: 50%;
    }

input:checked + .switch-slider, input:checked + input + .switch-slider {
    background-color: #016e98;
}

input:focus + .switch-slider, input:focus + input + .switch-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-slider:before, input:checked + input + .switch-slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
}
/* quick search */

.quick-search:before {
    content: "\f2eb";
    font-family: Lineawesome;
    color: #777;
    position: absolute;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 18px;
    z-index: 4;
    left: 0;
}

.quick-search-input {
    padding-left: 35px;
}

.panel-title a {
    display: block;
}

.panel-control {
    height: 100%;
    position: relative;
    float: right;
    padding-top: 8px;
}

    .panel-control .nav-pills > li > a {
        padding: 2px 8px;
        font-size: 12px;
    }
/* select2 - multi select */

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555;
    line-height: 34px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single {
    background-color: #e6f8ff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.select2-results__options {
    font-size: 14px;
}

.select2-results__option[aria-selected] {
    cursor: default;
}

.select2-container .select2-selection--single {
    min-height: 34px;
    cursor: default;
}

.select2-container--default .select2-selection--multiple {
    background-color: #e6f8ff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    min-height: 34px;
    background-image: url("/assets/img/select-arrow.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 4px center;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    background-color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background-color: #31aad9;
    border-color: #31aad9;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 8px;
    margin-top: 4px;
    height: 22px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-right: 8px;
    vertical-align: text-top;
    line-height: .7;
    cursor: default;
    background: transparent;
    border: none;
    padding: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
    color: #bbb;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #016e98;
}

.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
    right: 0;
    background-size: 20px !important;
    background-image: url("/assets/img/select-arrow.svg");
    background-position: right 4px center;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none;
    }
/* end of select2 - multi select */

/* custom styled checkbox and radio button */

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 18px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #575B60;
            border-radius: 0;
            opacity: 1;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label:after {
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 18px;
            border-radius: 0;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 2px;
            padding-top: 0px;
            font-size: 14px;
            color: #fff;
            background-color: #016e98;
            line-height: 1.3;
            font-weight: 600;
        }

    .radio label, .checkbox label, .radio-inline, .checkbox-inline {
        cursor: default;
    }

        .radio label:hover, .radio label:focus, .checkbox label:hover, .checkbox label:focus {
            background-color: rgba(237, 34, 172, 0.05);
        }

    .checkbox input[type="checkbox"], .checkbox input[type="radio"] {
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }

        .checkbox input[type="checkbox"]:focus + input + label:before, .checkbox input[type="radio"]:focus + input + label:before, .checkbox input[type="checkbox"]:focus + label:before, .checkbox input[type="radio"]:focus + label:before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + input + label:after, .checkbox input[type="radio"]:checked + input + label:after, .checkbox input[type="checkbox"]:checked + label:after, .checkbox input[type="radio"]:checked + label:after {
            font-family: "LineAwesome";
            content: "\f17b";
        }

        .checkbox input[type="checkbox"]:indeterminate + input + label:after, .checkbox input[type="radio"]:indeterminate + input + label:after, .checkbox input[type="checkbox"]:indeterminate + label:after, .checkbox input[type="radio"]:indeterminate + label:after {
            display: block;
            content: "";
            width: 10px;
            height: 3px;
            background-color: #555555;
            border-radius: 0;
            margin-left: -16.5px;
            margin-top: 7px;
        }

        .checkbox input[type="checkbox"]:disabled, .checkbox input[type="radio"]:disabled {
            cursor: not-allowed;
        }

            .checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
                opacity: 0.65;
                cursor: not-allowed;
            }

                .checkbox input[type="checkbox"]:disabled + label:before, .checkbox input[type="radio"]:disabled + label:before {
                    background-color: #eeeeee;
                    cursor: not-allowed;
                }

    .checkbox.checkbox-circle label:before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .radio label:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #575B60;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label:after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 7px;
            height: 7px;
            left: 5px;
            top: 5px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #016e98;
            -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }

        .radio input[type="radio"]:focus + input + label:before, .radio input[type="radio"]:focus + label:before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + input + label:after, .radio input[type="radio"]:checked + label:after {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled {
            cursor: not-allowed;
        }

            .radio input[type="radio"]:disabled + label {
                opacity: 0.65;
            }

                .radio input[type="radio"]:disabled + label:before {
                    cursor: not-allowed;
                }

    .radio.radio-inline {
        margin-top: 0;
    }

input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after {
    font-family: 'LineAwesome';
    content: "\f17b";
}

input[type="checkbox"] .styled:checked + label:before, input[type="radio"] .styled:checked + label:before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label:after, input[type="radio"] .styled:checked + label:after {
    color: #fff;
}
/* end of custom styled checkbox and radio button */

.scrolltotop {
    text-align: center;
    position: fixed;
    z-index: 10;
    bottom: 75px;
    right: 40px;
    width: 40px !important;
    height: 40px !important;
    padding: 9px !important;
    display: none;
}
/* slick slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: 0;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    background-color: transparent;
    margin: 10px;
    padding: 16px 16px 24px 16px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list:before {
    font-family: LineAwesome;
    content: "\f1c3";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: #016e98;
    font-size: 3em;
    position: absolute;
    left: 48%;
    top: 40%;
    -webkit-transform: translate(-48%, -10%);
    transform: translate(-48%, -10%);
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: default;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .19);
    padding: 6px;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    z-index: 1;
    background-color: #fff;
}

    .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        color: transparent;
        outline: 0;
        background: 0 0;
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1;
        }

    .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
        opacity: .25;
    }

    .slick-next:before, .slick-prev:before {
        font-family: LineAwesome;
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #016e98;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: 0;
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "\f120";
}

[dir=rtl] .slick-prev:before {
    content: "\f121";
}

.slick-next {
    right: 0;
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "\f121";
}

[dir=rtl] .slick-next:before {
    content: "\f120";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: 0;
            background: 0 0;
        }

            .slick-dots li button:focus, .slick-dots li button:hover {
                outline: 0;
            }

                .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: LineAwesome;
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: "•";
                text-align: center;
                opacity: .25;
                color: #016e98;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #000;
        }

.featured-jobs-container .slick-slide {
    background-color: #ebf7fd;
    border: 1px solid #aed6ec;
    border-radius: 5px;
}

.latest-jobs-container .slick-slide {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    border-radius: 5px;
}
/* end of slick slider */

/*** HOME PAGE ***/

.hero-container {
    background-color: #2b2b2b;
    background-image: url(../img/hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .hero-container:before {
        content: "";
        background-color: #1f499b;
        display: block;
        height: 100%;
        opacity: .2;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .hero-container > .container {
        position: relative;
    }

.top-nav {
    height: auto;
    position: relative;
    z-index: 3;
    background-color: #fff;
    border-top: 2px solid #60b3dd;
    margin-bottom: 0;
}


.search-container {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 3px;
    padding: 24px;
    color: #fff;
    position: relative;
}

    .search-container .control-label, .search-container .checkbox, .search-container a {
        color: #fff;
    }


    .search-container .form-control {
        background-color: #e6f8ff;
        height: 53px;
        font-size: 18px;
        border: none;
    }

    .search-container .btn {
        height: 53px;
        margin: 0;
        padding: 14px 16px;
    }



    .search-container a {
        margin: 13px 0;
    }

    .search-container .js-find-location {
        border: 1px solid white !important;
    }

.hero-title {
    font-size: 50px;
}

.latest-jobs-container .job-title, .featured-jobs-container .job-title {
    height: 40px;
    overflow: hidden;
}

.aboutus-container {
    background-color: #1f499b;
    background-image: url(../img/about-us.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    min-height: 475px;
    font-size: 18px;
}

    .aboutus-container:before {
        content: "";
        /*background-color: #1f499b;*/
        /*background-color: #337ab7;*/
        background-color: #31AADA;
        display: block;
        height: 100%;
        opacity: .8;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

.joinus-container {
    min-height: 475px;
}

.joinus-icons .la {
    font-size: 64px;
    width: 120px;
    height: 120px;
    border: 4px dotted #fff;
    border-radius: 50%;
    padding: 25px;
}

.get-mobile-dlink {
    display: block;
}

    .get-mobile-dlink img {
        margin: 0 auto;
    }

footer h4 {
    font-family: 'greycliff_cfmedium', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
    color: #fff;
}

footer a {
    color: #fff;
    display: block;
    padding: 4px 0;
    font-size: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

    footer a:hover, footer a:focus {
        color: #fff;
    }

footer .social-icons a {
    display: block;
    font-size: 28px;
    text-decoration: none;
}

.footer-copyright {
    background-color: #163e85;
    color: #fff;
    text-align: center;
}

.contact-us-container .social-icons a {
    display: block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 8px;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
}

.download-app-links a img {
    width: 114px;
}

.copyright-block {
    color: rgba(255, 255, 255, .3);
    font-size: 14px;
}


.plan-list {
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

    .plan-list:hover, .plan-list:focus {
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }

.plan-title {
    font-size: 20px;
    text-transform: uppercase;
}

.plan-icon {
    font-size: 4.4em;
}

.plan-features li {
    margin: 15px 0;
}
/*STICKY FOOTER*/

html {
    min-height: 100%;
    position: relative;
}

    html footer {
        bottom: 0;
        width: 100%;
        position: absolute;
        background-color: #1f499b;
    }
/*** END OF HOME PAGE ***/

/*** INTERNAL PAGES ***/

.page-header-menu {
    /*    background-color: #31aad9;*/
    background-color: #016e98;
    border-radius: 0;
    border: none;
}

.navbar-secondary {
    text-align: center;
    background-color: #0b698e;
    color: #fff;
    padding: 0;
}

    .navbar-secondary a {
        opacity: .6;
        border-radius: 0 !important;
    }

    .navbar-secondary .navbar-right a {
        opacity: 1;
        border-radius: 0 !important;
    }

    .navbar-secondary .nav > li > a:hover,
    .navbar-secondary .nav > li > a:focus,
    .navbar-secondary .nav > li:hover > a,
    .navbar-secondary .nav .open > a,
    .navbar-secondary .nav .open > a:hover,
    .navbar-secondary .nav .open > a:focus {
        background-color: #016e98 !important;
        box-shadow: inset 0 -2px #fff, 0 1px #fff;
        border-radius: 0;
        opacity: 1;
        color: #fff;
    }

    .navbar-secondary .navbar-right > li > a:hover,
    .navbar-secondary .navbar-right > li > a:focus,
    .navbar-secondary .navbar-right > li:hover > a {
        box-shadow: none;
        background-color: rgba(255, 255, 255, .1) !important;
    }

    .navbar-secondary .nav > li > a.active {
        box-shadow: inset 0 -2px #fff, 0 1px #fff;
        border-radius: 0;
        opacity: 1;
        color: #fff;
    }

    .navbar-secondary .caret {
        height: 8px;
    }

.page-header-menu .navbar-nav > li > a {
    font-size: 15px;
    color: #fff;
    text-shadow: none;
    font-family: 'greycliff_cfregular', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
}

    .page-header-menu .navbar-nav > li > a:hover,
    .page-header-menu .navbar-nav > li > a:focus,
    .page-header-menu .navbar-nav > li:hover > a {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 2px;
    }

.global-search .form-control {
    width: 50%;
    background-color: #fff;
}

.global-search input:first-child {
    border-right: transparent;
}

.job-list-container .job-list, .candidate-list-container .candidate-list {
    padding: 20px 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: none;
    border-left: none;
}

    .job-list-container .job-list:nth-child(odd), .candidate-list-container .candidate-list:nth-child(odd) {
        background-color: #f9f9f9;
    }

    .job-list-container .job-list:hover, .candidate-list-container .candidate-list:hover {
        background-color: rgba(237, 34, 172, 0.05);
    }

    .job-list-container .job-list:first-child, .candidate-list-container .candidate-list:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .job-list-container .job-list:last-child, .candidate-list-container .candidate-list:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

.job-title, .candidate-title {
    color: #89898c;
    font-family: 'greycliff_cfdemi_bold', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
    font-size: 18px;
}

.job-status, .candidate-status {
    vertical-align: text-top;
}

.job-info, .candidate-info {
    color: #026f97;
    font-size: 14px;
}

    .job-info span + span, .candidate-info span + span, .candidate-posteddate span + span {
        display: inline-block;
        margin-left: 8px;
        border-left: 1px solid #CCCCCC;
        padding-left: 8px;
    }

.job-posteddate, .candidate-posteddate {
    color: #026f97;
    font-size: 12px;
}

.job-info-container *, .candidate-info-container * {
    word-wrap: break-word;
}

.job-info-container .control-label, .candidate-info-container .control-label {
    font-size: 14px;
}

.job-info-container .form-group, .candidate-info-container .form-group {
    margin-bottom: 0;
}

.cv-title {
    font-size: 16px;
    font-family: 'greycliff_cfmedium', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
}

.refine-search-container .panel-body > a > h3 {
    position: relative;
}

    .refine-search-container .panel-body > a > h3:after {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: 'Lineawesome';
        font-size: 1.2em;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f2c3";
    }

.refine-search-container .panel-body > a[aria-expanded="true"] > h3:after {
    content: "\f28f";
}

.post-description {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'greycliff_cfmedium', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
}

.payment-summary .plan-features li {
    margin: 8px 0;
}

.payment-status-icon {
    font-size: 6em;
    opacity: .7;
}
/*SIGN IN - REGISTER PANEL*/

.signin-reg-content {
    padding: 40px;
}

.signin-reg-left-panel {
    background-color: #1e4b9b;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .signin-reg-left-panel.register {
        background-image: url(../img/register-bg.jpg);
    }

    .signin-reg-left-panel.signin {
        background-image: url(../img/signin-bg.jpg);
    }

    .signin-reg-left-panel:before {
        content: "";
        background-color: #1e4b9b;
        display: block;
        height: 100%;
        opacity: .6;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.left-panel-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    text-align: center;
}

.right-panel-content {
    background-color: #fff;
}

.left-panel-content .la {
    font-size: 144px;
}

.social-login-container ul {
    margin: 0;
    font-size: 0;
}

.social-login-container li {
    padding: 0;
    width: calc(100% /3);
}

.social-login-container button {
    text-decoration: none;
    color: #fff;
    height: 46px;
    display: block;
    padding: 12px;
    font-size: 16px;
    border-radius: 0;
    width: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .social-login-container button:hover, .social-login-container button:focus {
        opacity: .9;
        color: #fff;
    }

.social-linkedin {
    background-color: #0077B5;
}

.social-google {
    background-color: #4285f4;
}

.social-facebook {
    background-color: #3B5998;
}

.social-twitter {
    background-color: #1DA1F2;
}

.social-google-plus {
    background-color: #dd4b39;
}

.step-counter {
    font-size: 144px;
    line-height: 120px;
    height: 90px;
}

.step-counter-total {
    font-size: 18px;
    padding-left: 4em;
}

.long-list a {
    border: 1px solid #FAECF6;
    display: block;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 23px;
    margin-bottom: 16px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'greycliff_cfmedium', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
}

    .long-list a:hover, .long-list a:focus, .long-list a:active {
        background-color: #FAECF6;
    }

.recruiter-list-container a {
    border-radius: 2px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

    .recruiter-list-container a:hover, .recruiter-list-container a:focus, .recruiter-list-container a:active {
        background-color: #fff;
        border-color: #F264C5;
    }

.recruiter-list-container h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hidden-to-purchase {
    opacity: .3;
    cursor: help;
    -webkit-filter: blur(6px);
    filter: blur(6px);
}

.numbered-list ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0 10px 0 0;
}

.numbered-list li {
    display: table;
    counter-increment: item;
    margin-bottom: 64px;
    font-family: 'greycliff_cfbold';
    font-size: 18px;
}

    .numbered-list li:before {
        content: counters(item, ".") ". ";
        display: table-cell;
        padding-right: 0.6em;
        text-align: right;
        width: 40px;
    }

    .numbered-list li li {
        margin: 0;
        font-family: 'greycliff_cfmedium';
        font-size: 16px;
        margin-bottom: 8px;
    }

        .numbered-list li li:before {
            content: counters(item, ".") " ";
            width: 40px;
            text-align: right;
        }
/*NO NUMBERING ON THE FIRST LIST*/

.numbered-list .no-counter:before {
    content: "";
}

.numbered-list li li ol {
    padding-top: 2px;
}

.numbered-list li li li {
    margin-bottom: 0;
}
/* QUICK COUNTERS ON ADMIN */

.quick-counters.admin h1 {
    word-wrap: break-word;
}

.quick-counters h1 .la {
    opacity: .6;
}

.quick-counters.admin h1 .la {
    display: block;
    margin-bottom: 24px;
}

.todays-activities-list {
    min-height: 95px;
    padding: 0 40px;
}

    .todays-activities-list + .todays-activities-list {
        border-left: 1px solid #ccc;
    }

.multi-add .select2-selection--multiple {
    background-color: transparent;
    border: none;
    border-radius: 0;
    background-image: none;
}
/*** END OF INTERNAL PAGES ***/



/* jquery-ui autocomplete dropdown styling */

.ui-menu {
    z-index: 9999 !important;
}
/*styling for the dropdown*/

.ui-widget {
    border-radius: 0 !important;
    font-family: 'greycliff_cfregular', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif !important;
    font-size: 16px !important;
    border-color: #ABADAF !important;
}
/*normal state of the list*/

.ui-menu .ui-menu-item a {
    color: #555;
    padding-left: 28px !important;
}
/*hover state of the list*/

.ui-state-focus {
    background-color: #016e98 !important;
    background-image: none !important;
    color: #fff !important;
    border-radius: 0 !important;
    border-color: transparent !important;
    cursor: default !important;
}
/*.ui-corner-all {
    border-radius: 0px !important;
}



    .ui-menu .ui-menu-item a:hover {
        background: #31aad9;
        color: #fff;
        border-color: transparent;
    }*/

/* end of jquery-ui autocomplete styling */

/*** VALIDATION STYLINGS ***/

.field-validation-error {
    margin-top: 8px;
    display: inline-block;
    font-size: 14px;
    background: rgba(241, 178, 91, .15);
    border-radius: 2px;
    padding: 0 4px;
    border: 0.5px solid #a94442;
}
.validation-summary-errors{
    color:#a94442;
   

}

.input-validation-error {
    box-shadow: inset 0 0 0 1px #a94442;
    border-color: #a94442;
}
/*** END OF VALIDATION STYLINGS ***/


.select-all {
    display: inline-block;
    padding: 8px 16px;
    padding-left: 35px;
    background-color: #f2dede;
}

.employers-chk-list .checkbox label > small:first-of-type {
    margin-left: 10px;
}

.attention-grabber {
    box-shadow: 0 0 0 100vh rgba(0, 0, 0, .65);
    position: relative;
    z-index: 999;
}
/*** card and payment new classes ***/

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.icon-hot-job {
    vertical-align: sub;
}

.popular-search {
    /*background-color: #1f499b;*/
    /*background-color: #337ab7;*/
    background-color: #31AADA;
}

.popular-search .nav-pills > li:first-child {
    border-right: 2px solid #fff;
}

.popular-search .nav-pills > li > a {
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    color: #90d7f2;
}

.popular-search .nav-pills > li.active > a, .popular-search .nav-pills > li.active > a:focus, .popular-search .nav-pills > li.active > a:hover {
    background-color: transparent;
    border: none;
    color: #fff;
    box-shadow: none;
}

.popular-search .nav-pills > li > a:hover, .popular-search .nav-pills > li > a:focus {
    color: #fff;
}

.popular-search .tab-content ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    list-style: none;
}

    .popular-search .tab-content ul a {
        color: #fff;
        font-size: 16px;
        margin: 4px 0;
        display: inline-block;
    }

.card-stack {
    position: relative;
}

    .card-stack:after {
        content: '';
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07) inset, 0 2px 0 rgba(0, 0, 0, 0.07);
        position: absolute;
        height: 5px;
        z-index: -1;
        background: #fff;
        left: 2%;
        right: 2%;
        border-radius: 0 0 4px 4px;
    }

.panel-icons .panel:after {
    content: none;
}

.slick-slider .job-salary {
    height: 40px;
    overflow: hidden;
}

/*** end of card and payment new classes ***/

/*** MEDIA QUERIES ***/

/*** xs is exclusive | sm, md and lg inherits from sm ***/

/* xs devices <768px  */

@media (max-width: 767px) {
    body {
        padding-top: 70px;
    }

    .navbar-brand {
        width: 248px;
        padding: 15px;
    }

    .navbar-toggle .new-notif-badge {
        position: absolute;
        z-index: 1;
        right: -3px;
        top: 13px;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: rgba(237, 34, 172, 0.05);
    }

    .flex-list-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .top-nav-list .caret {
        margin-top: 8px;
    }

    .header-search-btn {
        padding: 8px;
        margin: 13px 0;
        height: 100%;
        font-size: 20px;
        float: right;
        outline: none !important;
    }

        .header-search-btn[aria-expanded="true"] .la-search:before {
            content: "\f342";
        }

    .global-search-popup-container {
        padding: 8px;
        border-bottom: 1px solid #eee;
    }

    .navbar-nav > li > a {
        text-shadow: none;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        border-bottom: 1px solid #e7e7e7;
    }

    .search-container h1 {
        font-size: 32px;
    }

    .navbar-nav > li > a {
        color: #016e98;
        font-size: 15px;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        background-color: rgba(237, 34, 172, 0.05);
        color: inherit;
    }

    .get-mobile-container {
        padding-bottom: 32px;
    }

        .get-mobile-container figure > img {
            border-radius: 55px;
            margin-bottom: 16px;
            border: 2px solid #FAECF6;
        }

    .plan-list {
        padding: 24px;
        min-height: 530px;
    }

    .job-status, .candidate-status {
        margin-left: 0;
        margin-top: 2px;
        display: table;
    }

    .quick-counters h1 {
        float: right;
        font-size: 24px;
        margin: 0;
    }

    .quick-counters.admin h1 .la {
        display: inline-block;
        margin-bottom: 0;
    }

    .quick-counters h4 {
        float: left;
    }

    .signin-reg-content {
        padding: 20px;
    }

    .left-panel-content {
        padding: 16px;
    }

    .panel-cv, .panel-cover-letter {
        text-align: center;
    }

    .application-success {
        text-align: center;
    }

    .error404-msg {
        font-size: 15vh;
    }

    .navbar {
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        top: 0;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        border: none;
    }

    .nav-display {         
        top: -64px;
    }

    .todays-activities-list:nth-child(odd) {
        border-left-color: transparent;
    }

    #grecaptcha {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .profile-review {
        box-shadow: 0 0 0 4px #d9edf7;
    }

    .hero-container {
        height: 490px;
    }

    .popular-search .tab-content ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .page-header-menu .navbar-toggle:hover, .page-header-menu .navbar-toggle:focus, .page-header-menu .header-search-btn:hover, .page-header-menu .header-search-btn:focus {
        background-color: rgba(255, 255, 255, .1);
    }

    .page-header-menu .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .page-header-menu .header-search-btn {
        color: #fff;
    }

    .page-header-menu .navbar-nav > li > a:hover, .page-header-menu .navbar-nav > li:hover > a, .page-header-menu .navbar-nav .open .dropdown-menu > li > a {
        background-color: #004c69;
        color: #fff;
    }

    .page-header-menu .nav .open > a, .page-header-menu .nav .open > a:focus, .nav .open > a:hover, .page-header-menu .navbar-nav .open .dropdown-menu {
        background-color: #004c69;
    }

        .page-header-menu .navbar-nav .open .dropdown-menu > li > a:focus, .page-header-menu .navbar-nav .open .dropdown-menu > li > a:hover {
            background-color: #0b698e;
        }

    .dropdown-menu > li > a {
        white-space: normal;
    }
    /*STICKY FOOTER*/
    html body {
        margin-bottom: 896px;
    }
}

/* sm devices 768px - 991px */

@media (min-width: 768px) {
    /* menu hover */
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .global-search-popup.collapse {
        display: block;
    }

    .global-search-popup {
        background-color: #eee;
    }

    .global-search-popup-container {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .flex-list-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .page-header-menu .top-nav-list {
        margin-top: 16px;
    }

    .aboutus-container, .joinus-container {
        min-height: auto;
    }

    .for-recruiter .hero-container {
        height: 600px;
    }

    .plan-list {
        padding: 24px;
        min-height: 530px;
    }

    .panel-cv, .panel-cover-letter {
        text-align: center;
    }

    .application-success .bck {
        text-align: right;
    }

    .sort-by-container {
        text-align: right;
    }

    .todays-activities-list:nth-child(4) {
        border-left-color: transparent;
    }

    .profile-review {
        padding: 16px;
    }

    .top-nav .navbar-collapse {
        margin-top: 30px;
    }

    .menu-one li:not(:last-child) {
        border-right: 1px solid #2b2b2b;
    }

    .menu-one li:last-child {
        margin-top: -5px;
    }

    .menu-one a {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        /*margin-left: 8px;
        margin-right: 8px;*/
    }

    .menu-one {
        margin-right: 15px;
    }

        .menu-one a:hover, .menu-one a:focus, .menu-two a:hover, .menu-two a:focus {
            background-color: #d4edf7 !important;
            border-radius: 3px;
        }

    .menu-two {
        margin-top: 12px;
    }

        .menu-two a {
            font-size: 16px !important;
            padding-left: 15px !important;
        }

    .hero-container {
        height: 540px;
    }

    .navbar-brand {
        width: 90px;
    }

    .page-header-menu .navbar-brand {
        margin-left: 0 !important;
        height: auto;
        width: 42px;
        padding: 15px 0;
    }
    /*STICKY FOOTER*/
    html body {
        margin-bottom: 503px;
    }
}

/* md devices 992px - 1199px */

@media (min-width: 992px) {
    .flex-list-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .panel-cv .cv-summary, .panel-cv h4 {
        text-align: left;
    }

    .panel-cv .cv-upload {
        text-align: right;
    }

    #refine-search {
        display: block;
    }

    .todays-activities-list:nth-child(4) {
        border-left-color: #ccc;
    }

    .navbar-brand {
        width: 259px;
        padding: 34px 0;
    }

    .page-header-menu .navbar-brand {
        height: auto;
        width: 350px;
        padding: 18px 0;
    }
    /*STICKY FOOTER*/
    html body {
        margin-bottom: 394px;
    }
}

/* lg devices >1200px  */

@media (min-width: 1200px) {

    .plan-list {
        min-height: 540px;
    }

    .job-title, .candidate-title, .cv-title, table a {
        text-decoration: none;
    }

    .navbar-brand {
        height: auto;
        width: 500px;
        padding: 34px 0;
    }

    .hero-container {
        height: 700px;
    }

    /*STICKY FOOTER*/
    html body {
        margin-bottom: 375px;
    }
}
