body {
    font-size: 14px;
}

ts-event-attendants, pool-status, event-status {
    display: inline-block;
}

ul.unstyled {
    padding-left: 0;
}

.dl-horizontal dt {
    text-align: left;
}
.dl-horizontal dt.dt-lg{
    width: 80% !important;
}

form.inline {
    /* The class `inline` is used for forms that should use the ajax submit in talentsquare.js,
    but also in bootstrap to make elements display: inline */
    display: block !important;
}

.scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
}

/* ibox */
.ibox-tools .label {
    font-size: 13px;
    font-weight: normal;
}

.ibox-title h3 {
    display: inline-block;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

/* widget
.widget {
    border-radius: 0;
}*/

/* Fix empty dd elements breaking order */
.dl-horizontal > dd:after {
    display: table;
    content: "";
    clear: both;
}

.hero img {
    width: 100%;
    min-height: 100px;
    margin-bottom: 25px;
    object-fit: cover;
    object-position: center center;
    max-height: 600px;
}

.hero-myflex{
    position: absolute;
    left: 7%;
    top: 38%;
    width: 90%;
}

.hero2 {
    max-width: 100px;
    margin-left : auto;
    margin-right : auto;
    display: inline-table;
}

.tabs-container .panel-body {
    border: none;
}

blockquote {
    font-size: inherit;
}

.ibox-tools a.btn {
    color: #ffffff;
}

.ibox-tools label.disabled {
    color: #999c9e;
}

.date-select .form-control {
    /*width: auto;*/
    display: inline;
}

.truncated-table-cell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
.truncated-table-cell-sm {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}
.truncated-table-cell-xs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

/* modal */

.inmodal .modal-title {
    font-size: 20px;
}


/* outdated browser */

#outdated #btnCloseUpdateBrowser {
    display: none;
}

#outdated {
    height: 100%;
}


/* forms */

.form-control[disabled] {
    min-height: 35px;
}


/* angular-ui-select highlighted row */

.ui-select-bootstrap .ui-select-choices-row.active > a {
    background-color: #18a689;
}

.ui-select-multiple.ui-select-bootstrap {
    padding: 4px;
}

.ui-select-match .close, .ui-select .close {
    margin-top: 2px;
}

.ui-select-choices-row > a, .ui-select-match-item {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.ui-select-match-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}

.ui-select-toggle > .btn.btn-link {
    margin-right: 10px;
    top: 6px;
    position: absolute;
    right: 10px;
}

.slick-slide {
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    padding: 0px;
    margin: 0 10px;

    background-color: #ffffff;
    height: 380px;  /*Part*/
}


/* angular agility & angular forms */

input.ng-dirty.ng-invalid, select.ng-dirty.ng-invalid,
input.ng-invalid.aa-invalid-attempt, select.ng-invalid.aa-invalid-attempt,
input.ng-invalid.aa-had-focus, select.ng-invalid.aa-had-focus,
textarea.ng-dirty.ng-invalid{
    border: 1px solid Red;
}

textarea.ng-invalid.aa-invalid-attempt {
    border: 1px solid red;
}

input[type="radio"].ng-invalid {
    box-shadow: none;
}

input[type="radio"].aa-invalid-attempt.ng-invalid:before {
    content: " ";
    position: absolute;
    padding: 6px;
    border: 1px solid red;
    border-radius: 6px;
    z-index: 0;
}


/* clear input buttons on job search forms */

.has-feedback .form-control-feedback {
    width: 20px;
    height: 28px;
    line-height: 28px;
    top: 2px;
    right: 20px;
    cursor: pointer;
    color: lightgray;
    pointer-events: auto;
}

@media (max-width: 767px) {
    .navbar-right .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse {
        max-height: none;
    }
}


/* side menu */

.nav-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    display: inline-block;
    vertical-align: bottom;
}
.nav-min .nav-label{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    vertical-align: bottom;
}
.navbar-top-links .nav-label{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    vertical-align: bottom;
}
@media (min-width: 768px) {
    ul.nav-min li:nth-child(n+4) .fa-fw {
        display: none;
    }
}



/* tsStaticRange */

.ts-static-range {
    display: inline-block;
}

.ts-static-range li {
    display: inline-block;
    margin: 0;
    padding: 0 2px;
}


/* panel */

.panel-heading {
    padding: 15px;
}

.panel-heading h3 {
    margin-bottom: 0;
}

.panel {
    border-radius: 0;
}


/* alerts */

.alerts {
    margin-top: 30px;
}

.alert-message {
    color: #444444;
    background-color: #f9af12;
    border-color: #de9812;
    /*color: #31708f;*/
    /*background-color: #d9edf7;*/
    /*border-color: #bce8f1;*/
}

/* forms */

.input-xs {
    height: 22px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-xs input[type="file"] {
    font-size: 12px;
    padding: 1px 5px;
}

.input-xs .input-group-addon {
    padding: 1px 5px;
}

.checkbox input[type=checkbox] {
    font-size: 100px;
}

/* Corrections */
.form-inline .input-group .input-group-btn {
    width: 1%;
}

/* badges: examples and tags */
.badge-tag {
    color: #ffffff;
}

.badge-example, .label-example {
    background-color: #1ab394;
    color: #ffffff;
}

table .badge-tag {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* typography */

.text-default {
    text-transform: none;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalise {
    text-transform: capitalize;
}


/* right-align dropdown menu */

.dropdown-menu-right {
    right: 0;
    left: auto;
}


/* select2 */

.select2-container {
    padding: 0;
    width: 100% !important;
}


/* sidebar menu */

.logo-element img {
    width: 50px;
}


/* tags */

.tag-color {
    width: 40px;
    height: 20px;
    border-radius: 15px;
}

.tag-colorpicker {
    width: 100px;
    height: 25px;
    padding: 5px;
    border-radius: 15px;
    cursor: pointer;
}

.tag-colorpicker .fa {
    color: white;
    font-size: 1em;
}

.tag-label{
    color: #676a6c;
    font-weight: 600;
}
.big-checkbox {width: 30px; height: 30px;}

.table-valign-middle tr td{
    vertical-align: middle !important;
}
.valign-middle{
    vertical-align: middle !important;
}
.vertical-adv{
    width: 100%;
    background-color: #f5f5f5;
    min-height: 500px;
}
.p-t-table-sm {
    margin-top: 8px;
    display: inline-block;
}

/* login */

.loginscreen{
    background-image: url(../img/loginscreen_bg.jpg);
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}
.fednot_logscreen{
    background-image: url(../img/fednot_loginscreen.jpg);
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}

.loginscreen .checkbox input{
    margin-left: 0px !important;
}
.loginscreen .middle-box {
    width: 350px;
}
.registerscreen{
    background-image: url(../img/registerscreen_bg.jpg);
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}
.registerscreen .middle-box {
    width: 350px;
}

.vdb-screen{
    background-image: url(../img/fnacvdb.jpg);
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}
.vdb-screen .middle-box {
    width: 350px;
}

.vdb-screen .btn.btn-primary,
.vdb-screen .btn.btn-success,
.vdb-screen .btn.btn-default{
    background-color: #e09900 !important;
    border-color: #e09900 !important;
    border-radius: 8px !important;
    color: white !important;
}
.vdb-screen .btn.btn-primary:hover,
.vdb-screen .btn.btn-success:hover,
.vdb-screen .btn.btn-default:hover{
    background-color: #c88800 !important;
    border-color: #c88800 !important;
    border-radius: 8px !important;
    color: white !important;
    transition: all 500ms;
}
.vdb-screen a>small{
    color: #e09900;
}
.vdb-screen a>small:hover,
.vdb-screen a>small:active{
    color: #c88800;
    text-decoration: underline;
    transition: all 1s;
}
.vdb-screen .form-group input{
    border-radius: 8px !important;
}

.employer-logo {
    max-width: 175px;
    max-height: 65px;
    margin-top: 1px;
}

/* branding */

.careers-page #wizard-content .ibox-title {
    min-height: 52px;
    /* The visibility switch is a bit bigger */
}

.careers-page .team-member img.img-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.careers-page .team-member {
    text-align: center;
    border: 1px solid #eee;
    background-color: #f4f4f4;
    padding: 25px 10px;
    border-radius: 5px;
    min-height: 300px;
}

.careers-page .team-member h3 {
    margin-top: 25px;
}

.careers-page .team-member .drop-box {
    padding: 10px 10px;
    margin: 0 20px;
}
.team-member .btn-down {
    position: absolute;
    bottom: 8%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}


/* company-settings */

.company-settings {
    width: 100%;
}


/* account-settings */

.account-settings .avatar {
    padding: 8px;
    width: 72px;
    height: 72px;
}

.account-settings {
    width: 100%;
}


/* logs */

.feed-element hr {
    margin: 0 10px;
}

.feed-element:first-child {
    border-bottom: none;
}

.logs-children {
    background-color: #f9f9f9;
    margin-left: 48px;
    margin-top: 10px;
    border-left: 2px solid #c7c7c7;
}

.logs-children .feed-element {
    border-bottom: none;
    padding: 5px 5px 0 5px;
    margin-bottom: 10px;
}

.feed-element:first-child, .feed-element {
    margin-top: 0;
}

.logs .ta-editor {
    min-height: 100px;
}

.ta-bind {
    background-color: #ffffff;
    margin: 5px;
    /*border: 1px solid #e5e6e7;*/
    /*border-radius: 1px;*/
    /*color: inherit;*/
    /*display: block;*/
    /*padding: 6px 12px;*/
    /*transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;*/
    /*font-size: 14px;*/
}

.ta-scroll-window > .ta-bind {
    min-height: 150px;
}

.comment-form .btn-default {
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}
.ta-editor.ta-html, .ta-scroll-window.form-control {
    min-height: 150px !important;
}
.textarea-feedback .ta-editor.ta-html,
.textarea-feedback .ta-scroll-window.form-control {
    min-height: 50px !important;
}
/* job list */
.job-list .job-stage {
    color: #ffffff;
    border-radius: 5px;
}

.job-list .table tr.talents-header th {
    border-bottom: none;
    padding: 0;
}

.job-talents {
    text-align: center;
}

.job-list .table tr.talents-header + tr th {
    border-top: none;
}

.job-list table tr td {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
    padding: 10px 5px;
    vertical-align: middle;
}

.job-title{
    width: 35%;
}

.job-talents{
    width: 3%;
}

.job-list .badge {
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.job-stage {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

.job-actions {
    text-align: right;
    width:155px;
    min-width: 155px;
}

.job-title a {
    font-size: 14px;
    color: #676a6c;
    font-weight: 600;
    /* background-color: pink; */
    height: 100%;
    width: auto;
    display: block;
    margin: -1000px;
    padding: 1000px;
    text-overflow: ellipsis;
    overflow-x: hidden;
}
.job-title a:hover,
.job-title a:focus{
    text-decoration: underline;
}

.tab-translation {
    margin-top: 15px;
}

.job-details .fa,
.job-details .far,
.job-details .fas {
    font-size: 1.5em;
    text-align: center;
    width: 30px;
}
.job-details-sm .fa,
.job-details-sm .far,
.job-details-sm .fas {
    font-size: 1.2em;
    text-align: center;
    width: 30px;
}
.job-details-sm .fa,
.job-details-sm .far,
.job-details-sm .fas {
    font-size: 1.2em;
    text-align: center;
    width: 30px;
}

.job-details span {
    line-height: 2em;
    vertical-align: bottom;
}
.job-details-sm dd {
    text-transform: capitalize;
}
.number-of-talents {
    font-size: 1.2em; /* 20px */
    font-weight: 600;
}

/* open-profiles */
.open-profiles .ibox-content {
    padding-bottom: 10px;
}

.open-profiles li {
    margin-right: 5px;
    border: 1px solid #ddd;
    padding: 6px 8px;
    border-radius: 3px;
    margin-top: 1px;
    margin-bottom: 2px;
    line-height: 18px;
}

.open-profiles li:last-child {
    margin-right: 0;
}

.open-profiles .nav > li > a,
.open-profiles .nav-pills > li.active > a{
    color: #676a6c;
    background-color: white;
}

.open-profiles .nav > li.active {
    background-color: inherit;
    border: 1px solid #3381ff;
}

.open-profiles .nav > li > a:hover,
.open-profiles .nav > li > a:hover i,
.open-profiles .nav > li.active > a i,
.open-profiles .nav > li.active > a:hover,
.open-profiles .nav-pills > li.active > a:hover {
    color: #3381ff;
    background-color: inherit;
    transition: 0.5s;
}
.open-profiles .nav > li > a {
    display: inline-block;
    padding: 0;
}
.open-profiles .nav > li a i {
    margin: 0;
}

 {
    color: #19aa8D;
}


/* talent list */

.nav-tabs > li > a {
    color: #555555;
}

.nav-tabs > li > a.inactive {
    color: #A7B1C2;
}
.nav.nav-pills.nav-pills-sm > li > a {
    padding: 2px 25px 5px 5px;
    background-color: white !important;
    font-size: 14px;
    text-transform: uppercase;
}
.nav.nav-pills.nav-pills-sm>li.active>a,
.nav.nav-pills.nav-pills-sm>li.active>a:focus,
.nav.nav-pills.nav-pills-sm>li.active>a:hover {
    background-color: white;
}


.panel.panel-default.stages, .panel.panel-default.status, .panel.panel-default.tag {
    border-width: 2px;
    border-color: #1ab394;
}

.action-bar {
    margin-top: -5px;
}
.action-bar a button {
    color: #676a6c;
    padding: 6px;
}
.h48{
    line-height: 48px;
    vertical-align: text-bottom;
}

label[for="select-talent-all"] {
    margin-bottom: 0;
    margin-top: 5px;
}

ul.facets {
    list-style: none;
}

ul.facets input[type=checkbox] {
    margin-left: -20px;
}

.facets label {
    font-weight: inherit;
}

.employer-app .navbar {
    min-height: 0;
}

.querypart .synonyms, .querypart .value {
    display: inline-block;
}

.querypart .value {
    margin-right: 5px;
}

.querypart .value::after {
    content: '|';
}

.querypart .value:last-child {
    margin-right: 0;
}

.querypart .value:last-child::after {
    content: '';
}

.querypart .value .dropdown-toggle {
    color: inherit;
}

.querypart {
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #F5F5F5;
}

.querypart.BANNED {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #FFFFFF;
}

.querypart.BANNED .dropdown-menu {
    color: #676a6c;
}

.querypart .distance {
    padding: 10px;
}

.querypart li:last-child {
    margin-bottom: 5px;
}

.querypart .title {
    font-weight: bold;
    margin: 10px 10px 5px 10px;
}

.querypart .synonym {
    padding: 0 10px;
    line-height: inherit;
    margin: 0;
}

.querypart .remove {
    margin-left: 5px;
    color: inherit;
}

.querypart .condition {
    padding: 5px 10px 0 10px;
    text-align: left;
}

.querypart .condition label {
    font-weight: inherit;
    margin-bottom: 0;
}

table.talent-list tr td {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
    padding: 15px 10px;
    vertical-align: middle;
}

.talent-list .avatar img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.talent-list .talent-name a {
    font-size: 14px;
    color: #676a6c;
    font-weight: 600;
}
.talent-rating {
    font-size: 13px;
    min-width: 95px;
}
@media (max-width: 1280px) {  /* 1280px */
    table.talent-list tr td {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
    padding: 10px 2px;
    vertical-align: middle;
    }
}

@media (max-width: 768px) {  /* 768px */
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: scroll;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }
}

/* footer */
.footer .inline {
    margin-bottom: 0;
}

.footer .inline li {
    display: inline;
    list-style: none;
}

.footer .inline li a, .footer .inline li a:link, .footer .inline li a:visited {
    display: block;
    padding: 2px 5px 2px 5px;
    float: left;
    margin: 0 5px 0 0;
}


/* pool-form */

.pool-form {
    width: 100%;
}


/* import CVs */

.filedropzone.in input[type="file"] {
    background-color: #1ab394;
}

#cv-files .filename, #cv-files .email {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
}


/* dashboard */

.dashboard #latest-logs button {
    display: none;
}

.dashboard #latest-logs .col-md-6 {
    width: 100%;
}


/* graphs on employer dashboard */

.graph-legend {
    text-align: left;
    padding: 0 1em;
    /*@media only screen and (min-width: $bp-large) {*/
    /*padding: 0 2em;*/
    /*}*/
}

.stats-chart {
    width: 80%;
    margin: auto;
    height: 200px;
}

.section-talent-growth .stats-chart {
    display: block;
}

.section-talent-growth .axis-label-y {
    top: 5px;
    left: 5px;
}

.section-talent-growth .axis-label-x {
    bottom: 26px;
    right: 5px;
}


/* twitter typeahead */

.twitter-typeahead {
    display: inline !important;
}

.typeahead {
    background-color: #fff;
}

.tt-hint {
    top: auto !important;
    color: #999;
    width: 430px;
}

.tt-dropdown-menu {
    width: 100%;
    min-width: 250px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
}

.tt-suggestion {
    padding: 2px 14px;
    font-size: 13px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #2271b7;
}

.tt-suggestion p {
    margin: 0;
}


/* talent-profile */

.talent-profile .action-bar.edited {
    float: none;
    margin-bottom: 0;
}

.talent-profile .action-bar {
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
    float: right;
}

.talent-profile .spaced {
    margin: 10px 10px 0 10px;
}

.talent-profile .lang .action-bar .removable, .talent-profile .skill .action-bar .removable {
    display: none;
}

.talent-profile .select {
    padding: 0;
}

.talent-profile .lang .action-bar {
    margin-bottom : 0px;
}
.talent-profile .skill .action-bar {
    margin-bottom : 0px;
}

.talent-profile  .ibox-new {
    box-shadow: 0 0 10px 0 #ddd;
    border-radius: 15px;
    border: 0px solid #ffffff;
    color: #545454;
    font-family: 'Nunito', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}
.talent-profile  .ibox {
    clear: both;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0;
}
.ibox-new .ibox-small{
    padding: 8px 20px;
}

.ta-scroll-window > .ta-bind {
    min-height: inherit;
}
.textarea-feedback .ta-editor.ta-html,
.textarea-feedback .ta-scroll-window > .ta-bind {
    min-height: 50px !important;
}
.talent-profile .ui-select-placeholder, .talent-profile .ui-select-match-text {
    display: block;
    float: none !important;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rating-info {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}

.rating-info .badge {
    display: table;
    margin: auto;
}


/* employer talent profile */

.page-input {
    max-width: 35px;
    display: inline;
    height: 30px;
    vertical-align: bottom;
}

#pdf-canvas {
    border: 1px solid #E5E6E7;
    height: auto !important;
    width: 100% !important;
    border-radius: 2px;
}

#f-lang {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border-radius: 3px;
    border-color: #e5e6e7;
}
/* create job */

.add-question {
    margin-top: 22px;
}

#wizard-content {
    position: relative;
    min-height: 600px;
}

.steps .vertical-timeline-content {
    margin-left: 40px;
    background-color: inherit;
}

.steps .vertical-timeline-block a {
    color: #676a6c;
    font-weight: 600;
}

.steps .vertical-timeline-icon.gray-bg {
    border-color: #E7EAEC;
}

.steps .vertical-timeline-content::before {
    display: none;
}
.current .vertical-timeline-icon {
    background-color: #1cb393;
    color: #ffffff;
}
.current .vertical-timeline-icon.gray-bg {
    border-color: #cfeee7;
}
.current .vertical-timeline-content a {
    color: #1cb393;
}
.current .vertical-timeline-content span {
    color: #1cb393;
}
.current .vertical-timeline-content span.label span{
    color: #FFFFFF;
}
.steps .vertical-timeline-block a:hover .vertical-timeline-content {
    color: #1cb393;
}
.requirements .switchery {
    margin-right: 10px;
}

#wizard-content .publish h4 {
    margin-top: 20px;
}

#wizard-content .publish .switchery {
    margin-right: 10px;
}

#wizard-content .publish label {
    font-weight: normal;
}

#wizard-content .publish .title {
    font-size: 15px;
    font-weight: 600;
}

#wizard-content #months {
    width: 60px;
}

.social-share li i {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.social-share li span {
    vertical-align: middle;
    display: inline-block;
}


/* create job - workflow */

.base-stage {
    float: left;
    width: 20%;
    padding-left: 15px;
    position: relative;
}
.base-stage:last-child{
    padding-right: 15px;
}

.workflow .panel-body {
    padding: 0;
}

.workflow.panel-soft {
    border-radius: 5px !important;
    box-shadow: 0 0 5px 0 #ddd;
}
.workflow.panel-soft ul[dnd-list] > li {
    border : none !important;
}
.workflow.panel{
    border-radius: 5px;
    border: none !important;
}

.workflow .panel-heading {
    color: rgba(0, 0, 0, 0.9);
    background-color: #ddd;
    border-color: #ddd;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.workflow ul[dnd-list] {
    /*min-height: 42px;*/
    padding-left: 0;
    margin-bottom: 0;
}
.workflow ul[dnd-list], .workflow ul[dnd-list] > li {
    position: relative;
}
.workflow ul[dnd-list] .dndDraggingSource {
    display: none;
}
.workflow ul[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #ddd;
    padding: 10px 15px;
    min-height: 42px;
}
.workflow .name{
    padding-left: 17px;
}

.workflow ul[dnd-list] li {
    background-color: #f4f4f4;
    display: block;
    margin: 4px;
    border: 1px solid white;
    border-radius: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
}

.workflow ul[dnd-list] li dnd-nodrag {
    display: block;
    padding: 15px 10px;
}

.workflow ul[dnd-list] li.add {
    border-bottom: none;
}

.workflow .handle {
    cursor: move;
    position: absolute;
}

/* analytics */

.title-aggregate {
    font-size: 24px;
    margin-right: 10px;
}

.stage-distribution thead th {
    text-align: center;
}

.stage-distribution td {
    text-align: center;
    font-size: 24px;
}

.analytics .widget .overflow {
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.widget span {
    line-height: 1.1em;
    display: inline-block;
}

.recruiter-filter .ui-select-search, .recruiter-filter .ui-select-choices-row-inner, .recruiter-filter .ui-select-choices-row, .recruiter-filter .ui-select-toggle {
    height: 55px;
}

.recruiter-filter .ui-select-placeholder, .recruiter-filter .name {
    margin-top: 13px;
}

.recruiter-filter .ui-select-toggle .avatar {
    margin-top: 0;
    margin-left: 15px;
}

.recruiter-filter .avatar {
    margin-top: 2px;
    margin-right: 5px;
}

.recruiter-filter-widget {
    padding-top: 22px;
    padding-bottom: 22px;
}


/* talent apply form */

.waiting-page .navbar-static-top, .apply-form .navbar-static-top {
    display: none;
}

.loader span.loader {
    display: none;
}

.loading span.loader {
    display: inline;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    text-align: center;
    padding: 20px 20px;
    cursor: pointer;
}

/* jQuery UI slider */

#slider-radius .ui-slider-handle {
    background-color: #1ab394;
    border-radius: 8px;
    margin-top: 1px;
}

label[for=radius], label#radius-amount {
    font-weight: normal;
    margin-top: 3px;
}


/* tour */

.tour-tour {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tour-tour .popover-title {
    background-color: #1c84c6;
    color: #ffffff;
}


/* talent jobs */

.pagination-controls select {
    width: auto;
    display: inline-block;
}


/* users */

.users .pricing {
    font-size: 15px;
    margin-top: 6px;
}

.users h3 {
    margin-top: 20px;
}

.mailing-preview {
    width: 100%;
    min-height: 900px;
}

.talent-avatar img {
    margin: 0 auto;
    width: 96px;
    height: 96px;
}

/* Make talent pages slightly nicer on phones */

@media (max-width: 768px) {
    .top-navigation #page-wrapper {
        padding: 0;
    }
    .profile-form .wrapper > .container, .apply-form .wrapper > .container {
        padding: 0;
    }
    .top-navigation #page-wrapper .navbar-static-top {
        padding: 0 15px;
    }
    .top-navigation.body-small .wrapper.wrapper-content, .body-small .top-navigation .wrapper.wrapper-content {
        padding: 20px 10px 40px 10px;
    }
}

@media (max-width: 320px) {
    .fast-apply-buttons .btn {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5px;
    }
    .modal-body {
        padding: 20px 5px 20px 5px;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 0px !important;
    }
}
.m-r-assistance{
    margin-right: 170px;
}

@media (max-width: 464px) {
    .footer .inline li a, .footer .inline li a:link, .footer .inline li a:visited {
        display: block;
        padding: 2px 5px 2px 5px;
        float: left;
        margin: 0 0px 0 0;
    }
    .m-r-assistance{
        margin-right: 0px;
    }
}

dt, dd{
    line-height:1.9em;
}
.hr-special {
    margin-top: -28px;
    margin-bottom: 35px;
    border: 0;
    border-top: 2px solid #1bb394;
}
.well-specific {
    background-color: #f4f4f4;
    padding: 20px 0px;
    border-radius: 8px;
    margin-bottom: 25px;
}
#stripe_account .form-group > label {
    display: inline-block !important;
}
.bg-white{
    background-color: white;
}

.order1{
    order: 1;
}
.order2{
    order: 2;
}
.order3{
    order: 3;
}
.order4{
    order: 4;
}
.order5{
    order: 5;
}
.order6{
    order: 6;
}
.order7{
    order: 7;
}
.order8{
    order: 8;
}
.order9{
    order: 9;
}
.order10{
    order: 10;
}
.order99{
    order: 99;
}

.talent-profile .control-label {
    text-align: left;
}
.company-settings .control-label {
    text-align: left;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: -0.1em;
}

.checkbox.checkbox-form {
    margin-top: 0px;
}
.checkbox.checkbox-form label{
    padding-left: 0px;
}
.checkbox.checkbox-form .cr .cr-icon{
    left: 32%;
}
.checkbox.checkbox-form .cr {
    width: 2.2em;
    height: 2.2em;
    border: 1px solid #e5e6e7;
}
.checkbox.checkbox-form .control-label{
    padding-left: 0px !important;
    margin-bottom: 6px;
    font-weight: 600;
    min-height: 20px;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    opacity: 0;
    transition: all .1s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.reset-checkbox .checkbox label {
    padding-left: 0px;
}
.reset-checkbox .checkbox .cr {
    border: 1px solid #E5E6E7;
}
.reset-checkbox .checkbox {
    margin-top: 2px;
}


#profile .control-label{
    color: #96adc5;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: auto;
}

.btn-indeed {
  color: #ffffff;
  background-color: #2868EF;
  border-color: #2868EF;
}
.btn-indeed:hover,
.btn-indeed:focus,
.btn-indeed:active,
.btn-indeed.active,
.open > .dropdown-toggle.btn-indeed {
  color: #ffffff;
  background-color: #1a54c9;
  border-color: #1b54d9;
}
.btn-indeed:active,
.btn-indeed.active,
.open > .dropdown-toggle.btn-indeed {
  background-image: none;
}
.btn-indeed.disabled,
.btn-indeed[disabled],
fieldset[disabled] .btn-indeed,
.btn-indeed.disabled:hover,
.btn-indeed[disabled]:hover,
fieldset[disabled] .btn-indeed:hover,
.btn-indeed.disabled:focus,
.btn-indeed[disabled]:focus,
fieldset[disabled] .btn-indeed:focus,
.btn-indeed.disabled:active,
.btn-indeed[disabled]:active,
fieldset[disabled] .btn-indeed:active,
.btn-indeed.disabled.active,
.btn-indeed[disabled].active,
fieldset[disabled] .btn-indeed.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-indeed .badge {
  color: #2868EF;
  background-color: #ffffff;
}

.btn-linkedin {
  color: #ffffff;
  background-color: #1178B3;
  border-color: #116da8;
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #156fb3;
  border-color: #1868b3;
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-linkedin .badge {
  color: #1178B3;
  background-color: #ffffff;
}

.btn-talentsquare {
  color: #ffffff;
  background: #fa8c43;
  background: -moz-linear-gradient(45deg, #fa8c43 0%, #B92B2C 100%);
  background: -webkit-linear-gradient(45deg, #fa8c43 0%, #B92B2C 100%);
  background: linear-gradient(45deg, #fa8c43 0%, #B92B2C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa8c43', endColorstr='#B92B2C', GradientType=1);
  border-color: #B92B2C;
}
.btn-talentsquare:hover,
.btn-talentsquare:focus,
.btn-talentsquare:active,
.btn-talentsquare.active,
.open > .dropdown-toggle.btn-talentsquare {
  color: #ffffff;
  background: #fa7833;
  background: -moz-linear-gradient(45deg, #fa7833 0%, #b91f2d 100%);
  background: -webkit-linear-gradient(45deg, #fa7833 0%, #b91f2d 100%);
  background: linear-gradient(45deg, #fa7833 0%, #b91f2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa7833', endColorstr='#b91f2d', GradientType=1);
  border-color: #b91f2d;
}
.btn-talentsquare:active,
.btn-talentsquare.active,
.open > .dropdown-toggle.btn-talentsquare {
  background-image: none;
}
.btn-talentsquare.disabled,
.btn-talentsquare[disabled],
fieldset[disabled] .btn-talentsquare,
.btn-talentsquare.disabled:hover,
.btn-talentsquare[disabled]:hover,
fieldset[disabled] .btn-talentsquare:hover,
.btn-talentsquare.disabled:focus,
.btn-talentsquare[disabled]:focus,
fieldset[disabled] .btn-talentsquare:focus,
.btn-talentsquare.disabled:active,
.btn-talentsquare[disabled]:active,
fieldset[disabled] .btn-talentsquare:active,
.btn-talentsquare.disabled.active,
.btn-talentsquare[disabled].active,
fieldset[disabled] .btn-talentsquare.active {
  background-color: #c3c0c3;
  border-color: #a19ea4;
}
.btn-talentsquare .badge {
  color: #1178B3;
  background-color: #ffffff;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
    min-width: 250px;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.time-slots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
}
.time-slots{
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 20px;
}

ol.time-slots a {
    color: #676a6c;
}
ol.time-slots a:hover {
    color: #1ab394;
}
.dayslot {
    text-align: center;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 75px;
    font-size: 12px;
}
.dayslot > a {
    line-height: 35px;
}
.timeslots{
    padding: 0;
}
.time-definitions{
    padding: 0;
    line-height: 35px;
    list-style-type: none;
    max-width: 16rem;
    padding-right: 1rem;
    font-size:1.2rem;
    text-align: right;
    margin-top: 30px;
}
.time-definitions li a {
    text-align: right !important;
    width: 100%;
}
.timeslot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    overflow: hidden;
    text-align: center;
}
input[type='checkbox'] {
    display: none;
}

.timeslot > input[type='checkbox'] + label {
    width: 15px;
    height: 35px;
    font-size: 0;
}
.timeslot > input[type='checkbox'] + label {
    position: relative;
    margin: 0;
    font-family: "LatoRegular", "Arial", sans-serif;
    font-weight: 300;
    cursor: pointer;
    color: #958987;
}
.timeslot > * {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
label {
    display: block;
    /*margin-right: 2rem;*/
    /*margin-bottom: 1rem;*/
    font-size: inherit;
    font-weight: 600;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.timeslot > li:first-child label:before {
    border-top: 0;
}
.timeslot:first-child input[type='checkbox'] + label:before {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.timeslot:last-child input[type='checkbox'] + label:before {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.timeslot input[type='checkbox'] + label:before {
    background-color: #dee2e7;
}
.timeslot input[type='checkbox'] + label:before, .timeslot input[type='checkbox'] + label:after {
    width: 100%;
    height: 100%;
}
.timeslot input[type='checkbox'] + label:before, .timeslot input[type='checkbox'] + label:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    left: 0;
    margin-top: 0;
    content: '';
}
.timeslot input[type='checkbox']:checked + label:after,
.timeslot input[type='checkbox']:checked + label:after {
    background-color: #a0a1a2;
}
.timeslot input[type='checkbox']:checked + label:after {
    opacity: 1;
}
.timeslot:first-child input[type='checkbox']:checked + label:after {
    background-color: #a0a1a2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.timeslot:last-child input[type='checkbox']:checked + label:after {
    background-color: #a0a1a2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.timeoff .timeslot input[type='checkbox']:checked + label:after,
.timeoff .timeslot input[type='checkbox']:checked + label:after {
    background-color: #28B193;
}
.timeoff .timeslot input[type='checkbox']:checked + label:after {
    opacity: 1;
}
.timeoff .timeslot:first-child input[type='checkbox']:checked + label:after {
    background-color: #28B193;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.timeoff .timeslot:last-child input[type='checkbox']:checked + label:after {
    background-color: #28B193;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}



.onoffswitch {
    position: relative; width: 75px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    display: inline-block;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 30px;
    line-height: 34px; height: 34px; padding-top: 0px !important;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Yes";
    padding-left: 10px;
    background-color: #28B294; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "No";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 23px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 40px;
    height: 22px;
    border: 2px solid #FFFFFF; border-radius: 30px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.onoffswitch-label-fr .onoffswitch-inner:before{
    content: "Oui" !important;
}
.onoffswitch-label-fr .onoffswitch-inner:after{
    content: "Non" !important;
}
.onoffswitch-label-nl .onoffswitch-inner:before{
    content: "Ja" !important;
}
.onoffswitch-label-nl .onoffswitch-inner:after{
    content: "Nee" !important;
}
.switch-and-or .content-and-or:before{
    content:"AND" !important;
}
.switch-and-or .content-and-or:after{
    content:"OR" !important;
}

.pac-container { z-index: 100000; }

.form-horizontal label{
    padding-top: 3px;  /* 6px */
}

.dl-horizontal dt {
    float: left;
    overflow: hidden;
    clear: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 180px;
}
.dl-horizontal.dl-xs dd {
    margin-left: 35px;
}
dl.dl-tasks > dt {
    margin-left: 14px;
    width: 150px;
}
dl.dl-tasks > dd {
    margin-left: 166px;
}
dl.dl-talent-info > dt {
    margin-left: 0px;
    width: 100px;
}
dl.dl-talent-info > dd {
    margin-left: 100px;
}
dl.dl-talent-info dd,
dl.dl-talent-info dt {
    font-size: 11px !important;
    line-height: 1.5 !important;
    word-break: break-word;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #ee5564;
}
.has-error .control-label:after {
    color: #ee5564;
}