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;
}

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;
}

.hero2 {
    max-width: 100px;
    margin-bottom: 50px;
    margin-left : auto;
    margin-right : auto;
}

.hero3 img {
    width: 100%;
    min-height: 100px;
    margin-bottom: 25px;
}

.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;
}


/* modals */

.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;
    padding: 0px;
    margin: 0 10px;

    background-color: #ffffff;
    height: 300px;  /*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 {
    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;
}


/* 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: #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%;
}
.table-responsive {
    overflow-x: visible;
}

/* 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;
}

.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;
}


/* 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: 2px solid #c7c7c7;
    padding: 10px;
    border-radius: 5px;
}

.careers-page .team-member h4 {
    margin-top: 15px;
}

.careers-page .team-member .drop-box {
    padding: 10px 10px;
    margin: 0 20px;
}


/* 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;
}


/* job list */

.job-list .job-stage {
    color: #ffffff;
}

.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: 15px 10px;
    vertical-align: middle;
}

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

.job-actions {
    text-align: right;
}

.job-title a {
    font-size: 14px;
    color: #676a6c;
    font-weight: 600;
}

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

.job-details .fa {
    font-size: 1.5em;
    text-align: center;
    width: 30px;
}

.job-details span {
    vertical-align: bottom;
    margin-left: 7px;
}

.number-of-talents {
    font-size: 20px;
    font-weight: 600;
}


/* open-profiles */

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

.open-profiles li {
    margin-right: 15px;
}

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

.open-profiles .nav > li > a {
    color: #676a6c;
}

.open-profiles .nav > li.active {
    background-color: inherit;
}

.open-profiles .nav > li.active > a, .open-profiles .nav-pills > li.active > a, .open-profiles .nav-pills > li.active > a:focus, .open-profiles .nav-pills > li.active > a:hover {
    color: inherit;
    background-color: inherit;
}

.open-profiles .nav > li > a {
    display: inline-block;
    padding: 0;
}

.open-profiles .nav > li.active {
    border-left: none;
    border-bottom: 4px solid #19aa8d
}

.open-profiles .nav > li a i {
    margin: 0;
}


/* talent list */

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

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

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

.action-bar {
    margin-top: 15px;
    margin-bottom: 15px;
}

.action-bar a button {
    color: #676a6c;
    padding: 6px;
}

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: 82px;
}

@media (max-width: 1280px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        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;
}

.talent-profile .action-bar {
    margin-top: 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;
}

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

.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: 50px;
    display: inline;
    margin-top: 1px;
    height: 30px;
    vertical-align: bottom;
}

#pdf-canvas {
    border: 1px solid #E5E6E7;
    height: 1847px;
    border-radius: 2px;
}


/* 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: #1c84c6;
    color: #ffffff;
}

.current .vertical-timeline-content a {
    color: #1c84c6;
}

.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;
    padding-right: 15px;
    position: relative;
}

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

.workflow .panel-heading {
    color: rgba(0, 0, 0, 0.9);
    background-color: #f5f5f5;
    border-color: #ddd;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 8px;
}

.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 ul[dnd-list] li {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: block;
    /*margin-top: -1px;*/
    /* Disable text selection if item is not draggable */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

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

.workflow ul[dnd-list] li.add .btn {
    border-radius: 0;
}

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

.workflow .name {
    margin-left: 20px;
}


/* 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 10px;
}


/* 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 0 40px 0;
    }
    .fast-apply-buttons .btn {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5px;
    }
}

.content-and-or:before{
    content:"AND";
}
.content-and-or:after{
    content:"OR";
}

dt, dd{
    line-height:1.9em; 
}
.hr-special {
    margin-top: -28px;
    margin-bottom: 35px;
    border: 0;
    border-top: 2px solid #1bb394;
}
.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;
}