.row-eq-height, .d-flex, .modal-row, .modal-col:last-child, .modal-col:last-child form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.modal-row, .modal-col:last-child, .modal-col:last-child form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.no-pad {
  padding: 0; }

.pad-l-20 {
  padding-left: 20px; }

.pad-r-20 {
  padding-right: 20px; }

.pad-t-20 {
  padding-top: 20px; }

.pad-b-20 {
  padding-bottom: 20px; }

.pad-l-40 {
  padding-left: 40px; }

.pad-r-40 {
  padding-right: 40px; }

.pad-t-40 {
  padding-top: 40px; }

.pad-b-40 {
  padding-bottom: 40px; }

.no-marg {
  margin: 0; }

.marg-l-20 {
  margin-left: 20px; }

.marg-r-20 {
  margin-right: 20px; }

.marg-t-20 {
  margin-top: 20px; }

.marg-b-20 {
  margin-bottom: 20px; }

/*	Phoenix ATS
 *	Recruitment Software solution from Capital Software
 *	version: v5
 *	-----
 *	http://www.phoenixats.com/
 *
 *
 *
 *	READ ME
 *	-----
 *	This css file is appling to all the systems.
 *	It should be NEVER modified as it contains core styles.
 *	For more details about custom styles please see the 'Read Me' section in file 'Skins/ClientName/Site.scss'.
 */
/* TABLE OF CONTENTS:
 * 
 * 01. Global Core Styles (body, utility classes, navbar, breadcrumbs, buttons, etc)
 * 02. OnBoarding page
 * 03. GOV FORM - Tax file number declaration
 * 03. Global Fixes
 * 04. Print styles
 */
/* --------------------------------------------------------------------
 * 01. GLOBAL CORE STYLES
 * ----------------------------------------------------------------- */
/* --- body ---  */
.body-content {
  margin-bottom: 40px; }

/* --- a small security for too long strings titles or links ---  */
body {
  word-wrap: break-word; }

/* general utility classes */
@media (max-width: 767px) {
  .d-flex-xs {
    display: flex; } }
@media (min-width: 768px) {
  .right-sm {
    float: right; } }

/* --- Activate Navbar collapse on Tablet size too ---  */
@media (max-width: 991px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px 0; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-text {
    float: none;
    margin: 15px 0; }

  .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important; }

  .collapsing {
    overflow: hidden !important; } }
@media (max-width: 991px) {
  body {
    overflow-x: hidden; }

  .container-fluid > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px; }

  .navbar-collapse .form-horizontal {
    max-width: 100%; }
  .navbar-collapse .k-textbox {
    width: 100%; }
  .navbar-collapse .nav.navbar-nav .form-group {
    margin-left: 0;
    margin-right: 0; } }
.navbar-collapse li a {
  padding-left: 0; }

.panel-body.limited-height-with-scroll-short {
  max-height: 400px;
  overflow-y: auto; }

/* --- navbar height issue fix on navbar-fixed-top --- */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 600px; } }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: inherit; }

/* --- Password Strenght ---  */
.strength_meter {
  height: 7px;
  width: 100%;
  background: silver; }

.strength_meter div {
  height: 7px;
  width: 100%;
  text-align: center;
  color: black;
  font-weight: bold;
  line-height: 23px; }

.veryweak {
  background-color: #FFA0A0;
  border-color: #F04040 !important; }

.weak {
  background-color: #FFB78C;
  border-color: #FF853C !important; }

.medium {
  background-color: #FFEC8B;
  border-color: #FC0 !important; }

.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C !important; }

/* --- breadcrumbs ---  */
ul.nav-wizard {
  border: 0;
  background: transparent;
  z-index: 1; }
  ul.nav-wizard li:before {
    border-left-color: #fff; }

ul.nav-wizard li {
  padding: 0 3px 0 12px;
  height: 20px;
  line-height: 18px; }
  ul.nav-wizard li a {
    font-size: 10px;
    color: #333; }
  ul.nav-wizard li:before, ul.nav-wizard li:after {
    border-width: 10px;
    border-left-width: 10px;
    top: 0;
    right: -10px; }
  ul.nav-wizard li:after {
    right: -8px; }

ul.nav-wizard .active ~ li:after {
  border-left-width: 8px; }

ul.nav-wizard li.active:after {
  border-left: 8px solid blue; }

@media (min-width: 992px) {
  ul.nav-wizard li {
    padding: 0 6px 0 24px;
    height: 30px;
    line-height: 28px; }
    ul.nav-wizard li:first-child {
      padding-left: 10px; }
    ul.nav-wizard li:before, ul.nav-wizard li:after {
      border-width: 17px;
      right: -15px;
      top: -2px; }
    ul.nav-wizard li:after {
      right: -13px; }
    ul.nav-wizard li a {
      font-size: 13px; }

  ul.nav-wizard .active ~ li:after,
  ul.nav-wizard li.active:after {
    border-left-width: 17px; } }
ul.nav-wizard:before {
  border: 0; }

/* --- sidebar fields and links ---  */
#loginForm .form-group,
#registerForm .form-group,
.job-search .form-group {
  margin-left: 0;
  margin-right: 0; }

.sidebar .tab-content {
  padding-top: 10px; }

.careernav a {
  display: block; }

/* --- register / login page --- */
.register .description,
.login .description {
  min-height: 60px; }

/* --- sticky footer ---  */
@media (min-width: 1200px) {
  html, body {
    height: 100%; }

  .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -60px; }
    .wrapper:after {
      content: "";
      display: block; }

  footer, .wrapper:after {
    height: 60px; } }
/* --- username ---  */
.username {
  display: block;
  color: #333 !important;
  padding: 0 10px 15px 18px;
  font-style: italic; }

/* ---  buttons ---  */
@media (max-width: 991px) {
  .btn, .btn-menu,
  .modal-footer .btn + .btn,
  .modal-footer .btn-menu + .btn,
  .modal-footer .btn + .btn-menu,
  .modal-footer .btn-menu + .btn-menu {
    margin-bottom: 5px; } }
.sameSizeButton {
  min-width: 194px !important;
  width: initial !important;
  text-align: center; }

.btn.btn-xs, .btn-xs.btn-menu {
  padding: 4px 10px;
  font-size: 14px; }

.input-group .form-control {
  height: 34px; }
.input-group .btn, .input-group .btn-menu {
  padding: 8px 12px 7px;
  height: 34px;
  margin: 0;
  margin-left: 0 !important;
  font-size: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
.input-group .btn:not(:last-child), .input-group .btn-menu:not(:last-child) {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important; }
.input-group .btn-default:last-child {
  margin-left: 5px; }

.btn-linkedin i.fa-linkedin {
  color: #fff !important; }

.realme .btn-block {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto; }

.form-inline > .form-group {
  margin-left: 0;
  margin-right: 0; }
@media (min-width: 768px) {
  .form-inline.comm-email .form-control {
    width: 300px; } }
.form-inline.comm-email .text-danger {
  display: block;
  padding-left: 40px; }

.realme_verified {
  background: #fff;
  padding: 0 10px; }

img.realme-logo {
  width: 50px;
  margin-right: 10px;
  height: auto; }

a.realme_button {
  position: relative; }

.realme_icon_padlock {
  position: absolute;
  top: 10px;
  right: 10px; }

.realme_widget span.arrow {
  display: none; }
.realme_widget .realme_find_out_more {
  position: relative; }

.share-buttons {
  position: relative;
  float: right; }
  .share-buttons .btn-share--back {
    display: none; }
  .share-buttons.expanded .btn-share--back {
    min-width: 150px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 10px; }
    .share-buttons.expanded .btn-share--back a {
      text-decoration: none;
      padding: 6px 10px; }

@media (max-width: 767px) {
  .vacancy-box .share-buttons {
    float: none;
    margin-top: 10px; }
    .vacancy-box .share-buttons .btn-share--back {
      left: 0;
      right: auto; } }
.btn[class*="btn-share"], [class*="btn-share"].btn-menu {
  background: #fff;
  border: 1px solid #efefef; }

/* --- font-size exceptions ---*/
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th,
.table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td,
.control-label,
.k-textbox,
.k-picker-wrap, .k-calendar-container table {
  font-size: 14px; }

/* --- kendo shadow ---*/
.k-panelbar .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected,
.k-state-selected td.k-state-focused, .k-listview > .k-state-focused.k-state-selected,
.k-state-focused.k-state-selected, .k-list > .k-state-focused.k-state-selected,
.k-listview > .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected,
.k-state-focused.k-state-selected, .k-list > .k-state-focused.k-state-selected,
.k-listview > .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* --- form validation error ---*/
.field-validation-error.text-danger {
  color: #de1a0c;
  font-weight: bold;
  background: #fff !important;
  display: inline-block;
  padding: 6px 20px 7px;
  margin-left: 0px !important;
  margin-top: 3px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important; }

.input-validation-error .k-state-default, .input-validation-error .k-select {
  border-color: #de1a0c; }

.input-validation-error .k-input {
  color: #de1a0c; }

.text-danger {
  color: #de1a0c;
  font-weight: bold; }

/* override bootstrap label weight */
label {
  font-weight: normal; }

/* --- Alerts ---*/
.alert {
  margin: 20px 0;
  font-weight: bold; }

.alert-danger {
  background-color: #fff;
  border-color: #de1a0c;
  color: #de1a0c; }

/* --- Vacancies ---*/
.vacancy-box.feature-job {
  border-color: #9fb2c1;
  background-color: #e5eff7; }

.vacancy-info h2 {
  margin-top: 0; }
.vacancy-info img.brand-logo {
  max-width: 160px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto; }
.vacancy-info .watchlist {
  margin-bottom: 10px;
  text-align: right; }
  @media (max-width: 559px) {
    .vacancy-info .watchlist {
      display: block; } }
  .vacancy-info .watchlist a {
    display: block; }
@media (min-width: 560px) {
  .vacancy-info .watchlist,
  .vacancy-info img.brand-logo {
    float: right;
    margin-left: 20px; }
  .vacancy-info img.brand-logo {
    max-width: 200px; } }
.vacancy-info .form-group:last-child {
  margin-bottom: 15px; }

/* --- Job Ad Sidebar : share icons for mobile --- */
.job-ad-side .brand-logo {
  display: block; }
.job-ad-side .btn + .brand-logo, .job-ad-side .btn-menu + .brand-logo {
  margin: 30px 0; }
@media (max-width: 767px) {
  .job-ad-side {
    margin-top: 20px; }
    .job-ad-side > div:first-of-type {
      margin-top: 15px; }
    .job-ad-side > div > p,
    .job-ad-side > div > div {
      display: inline-block;
      margin: 8px; }
    .job-ad-side > div:after {
      content: '';
      display: table;
      clear: both; }
    .job-ad-side > div .fb_iframe_widget {
      line-height: 0.7; } }

/* --- Job Ad Templates --- */
.job-ad-header,
.job-ad-footer {
  padding-left: 15px;
  padding-right: 15px;
  background-position: top center;
  -ms-background-size: cover;
  background-size: cover;
  overflow: hidden; }
  .job-ad-header > img,
  .job-ad-footer > img {
    margin-left: -15px;
    margin-right: -15px; }

.job-ad-header {
  min-height: 200px; }

.job-ad-footer {
  min-height: 70px; }

.job-ad-body {
  background-position: top center;
  -ms-background-size: cover;
  background-size: cover; }
  .job-ad-body.customized {
    border: 1px solid transparent;
    padding: 15px; }

.job-ad-buttons .btn, .job-ad-buttons .btn-menu {
  margin-right: 4px;
  margin-bottom: 4px; }

/* --- Pagination --- */
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  color: #333; }

/* --- Multiple choices (Registration form) --- */
.choice {
  width: 42%;
  float: left; }
  .choice i.glyphicon-chevron-right {
    margin-left: -4px; }
  .choice label {
    display: block; }
  .choice a, .choice a:hover, .choice a:focus {
    text-decoration: none; }
  .choice a > i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .choice a.collapsed > i {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.row-with-justification .choice {
  width: 100%;
  float: none; }
  .row-with-justification .choice .has-justification-question {
    padding-left: 15px;
    margin-left: 3px;
    border-left: 5px solid #f3f2f2;
    margin-bottom: 15px; }

.choice-child {
  padding-left: 33px; }

h6.question-title {
  color: #222222;
  color: initial;
  font-weight: normal;
  font-size: larger;
  text-transform: initial; }

/* Job Alerts indentation */
.job-alert h4 {
  padding-left: 10px; }
.job-alert .sub-alert {
  padding-left: 15px;
  border-left: 3px solid #efefef;
  margin-left: 20px;
  margin-bottom: 10px; }

/* -------------------------------------------
 * 02. ONBOARDING PAGE
 * ---------------------------------------- */
.welcome {
  margin-top: 20px; }

.panel-default {
  border-color: #acacac;
  margin-bottom: 30px; }
  .panel-default .panel-heading {
    background-color: #acacac;
    color: #fff; }
  .panel-default h3 {
    font-size: 24px; }

.messages td:last-child {
  min-width: 60px;
  text-align: right; }

.team-grid .member {
  position: relative;
  display: inline-block;
  max-height: 160px;
  max-width: 47%;
  margin: 1%;
  overflow: hidden; }
  .team-grid .member:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .team-grid .member:hover:after {
    background: #acacac;
    opacity: 0.9; }
.team-grid .details {
  position: absolute;
  z-index: 4;
  width: 92%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .team-grid .details h5 {
    margin: 0;
    color: #fff; }
  .team-grid .details a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px; }
  .team-grid .details hr {
    margin-top: 7px;
    margin-bottom: 7px; }
.team-grid .member:hover .details {
  opacity: 1;
  color: #fff; }

.form-row {
  position: relative;
  background-color: #efefef;
  padding: 5px;
  margin-bottom: 5px; }
  .form-row:hover {
    background-color: #e5e5e5; }
  .form-row.row {
    margin-left: 0;
    margin-right: 0; }
  @media (min-width: 768px) {
    .form-row .col-left,
    .form-row .col-right {
      padding-left: 10px;
      padding-right: 10px; }
    .form-row .col-right {
      float: right;
      width: 250px; }
    .form-row .col-left {
      float: left;
      width: calc(100% - 250px); } }
  .form-row a[data-toggle="collapse"],
  .form-row a.form-link {
    display: block;
    padding-bottom: 5px; }
  .form-row a[aria-expanded="false"] .form-name > i {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .form-row a[aria-expanded="true"] .form-name > i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .form-row .form-details {
    border-top: 1px dashed #ccc;
    padding: 10px 0;
    margin-top: 5px; }
    .form-row .form-details:after {
      content: '';
      clear: both;
      display: table; }
    .form-row .form-details figure {
      float: left;
      margin: 0 9px; }
    .form-row .form-details p {
      margin: 5px 0 0; }
    .form-row .form-details ul {
      margin-bottom: 0; }
  .form-row .due-date {
    display: block;
    padding-left: 10px;
    font-size: 13px; }
    .form-row .due-date p {
      margin-bottom: 0; }
  .form-row .overdue {
    color: #de1a0c; }
  .form-row .badge {
    width: auto;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    white-space: initial;
    text-align: initial; }
    .form-row .badge.new {
      background-color: gold; }
    .form-row .badge.completed {
      background-color: yellowgreen; }
    .form-row .badge.declined {
      background-color: black;
      color: #fff; }
    .form-row .badge.changes {
      background-color: orange; }
    .form-row .badge.overdue {
      background-color: #de1a0c; }
  .form-row.form-disabled .badge {
    background-color: #c3c3c3 !important;
    color: #fff; }
  .form-row.form-disabled:hover,
  .form-row.form-disabled a:hover {
    cursor: not-allowed; }
  .form-row.form-disabled p, .form-row.form-disabled a {
    color: #a2a2a2; }

.wkf-panel-forms .due-date {
  padding-left: 0; }

@media (min-width: 768px) {
  .modal-dialog.modal-lg {
    width: 90%; } }
@media (min-width: 992px) {
  .modal-dialog.modal-lg {
    width: 80%; } }

.k-widget.k-upload {
  border: 2px dashed #ccc; }
  .k-widget.k-upload em {
    font-size: 13px; }

.wkf-action-buttons > .btn, .wkf-action-buttons > .btn-menu {
  margin-bottom: 5px; }

@media (min-width: 768px) {
  .wkf-action-buttons,
  .wkf-file-upload {
    float: left;
    margin-right: 15px; } }

#modalDocumentsDialog .modal-body iframe {
  min-height: 67vh !important; }
  @media (min-width: 992px) {
    #modalDocumentsDialog .modal-body iframe {
      min-height: 80vh !important; } }

@media (min-width: 992px) {
  .panel.messages {
    height: 444px;
    overflow: auto; } }

.auth-modal--login-register.modal-dialog.auth-modal {
  max-width: 650px; }
.auth-modal--login-register .modal-header {
  padding: 30px; }
.auth-modal--login-register .modal-body {
  padding: 0 15px; }
  .auth-modal--login-register .modal-body h5 {
    min-height: 40px; }
  .auth-modal--login-register .modal-body .btn-primary {
    margin-top: 15px; }

@media (min-width: 992px) {
  .modal-row {
    flex-direction: row; } }

.modal-col {
  padding: 20px 30px 15px; }
  .modal-col:first-child {
    border-bottom: 1px solid #e5e5e5; }
  .modal-col:last-child section, .modal-col:last-child form {
    height: 100%; }
  .modal-col:last-child form .form-group:last-child {
    margin-top: auto; }
  @media (min-width: 992px) {
    .modal-col:first-child {
      border-right: 1px solid #e5e5e5;
      border-bottom: 0; } }

/* -------------------------------------------
 * 03. GOV FORM - Tax file number declaration
 * ---------------------------------------- */
.gov-form .control-label {
  text-align: left !important; }
.gov-form .k-textbox, .gov-form .k-datepicker {
  width: 100%; }
.gov-form .thumbnail {
  margin-top: 20px; }
.gov-form .alert {
  font-weight: normal; }
.gov-form canvas {
  max-width: 100%; }
.gov-form fieldset {
  margin-bottom: 30px; }

.form-group .control-label {
  text-align: left !important; }
.form-group canvas {
  max-width: 100%; }

/* --------------------------------------------------------------------
 * 04. New Layout
 * ----------------------------------------------------------------- */
.job-search-wrapper {
  padding: 30px 15px;
  background-color: #efefef; }
  .job-search-wrapper .form-inline .form-control {
    width: 100%;
    margin-bottom: 10px; }

.auth-button {
  margin-top: 5px; }

.auth-modal .linkedin-connect {
  display: none; }

.auth-modal.modal-dialog {
  max-width: 500px; }
.auth-modal input[type="submit"] {
  width: 100%; }
.auth-modal .checkbox {
  padding-top: 0; }
.auth-modal a {
  font-size: 15px; }
.auth-modal .checkbox {
  display: none; }
.auth-modal .modal-header p {
  font-size: 15px;
  margin-bottom: -14px; }

.other-options span {
  display: block;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -35px;
  text-align: center;
  background: #fff; }

.modal-dialog {
  margin-left: auto;
  margin-right: auto; }

.btn-menu {
  position: relative;
  width: 320px;
  padding: 10px 0;
  background-color: #efefef; }
  .btn-menu i.fa, .btn-menu span {
    padding: 0 15px; }
  .btn-menu .overlay-menu {
    display: none; }
  .btn-menu:hover .overlay-menu,
  .btn-menu .overlay-menu:hover {
    display: block; }

.overlay-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  padding: 20px;
  background-color: #efefef;
  z-index: 999; }
  .overlay-menu a:hover {
    color: #acacac; }

/* --------------------------------------------------------------------
 * 04. GLOBAL FIXES
 * ----------------------------------------------------------------- */
@-moz-document url-prefix() {
  .upload-div .form-control.upload-handle {
    padding: 0; } }
.social-share .share-label {
  color: #949494; }
.social-share a {
  font-size: 20px;
  margin: 0 2px; }
  .social-share a:hover, .social-share a:focus {
    text-decoration: none; }

@media (max-width: 991px) {
  .blockUI.blockMsg {
    left: 10% !important;
    right: 10% !important;
    width: 80% !important; }
    .blockUI.blockMsg h1 {
      font-size: 22px; } }
.blockUI.blockMsg h1 {
  color: initial;
  margin: 0; }

.job-alert .caption label.checkbox {
  padding-left: 3px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef; }
.job-alert .caption .checkbox input[type="checkbox"] {
  position: initial;
  margin-left: 0; }

/* -------------------------------------------------------------
 	05. PRINT STYLES
---------------------------------------------------------- */
@media print {
  .hidden-print, .footer,
  .sidebar,
  .social-share,
  button.navbar-toggle,
  ul.pagination li,
  .thumbnail .btn,
  .thumbnail .btn-menu,
  .job-ad-body .btn,
  .job-ad-body .btn-menu,
  .fb-like.fb_iframe_widget {
    display: none !important; }

  a[href]:after {
    content: none !important; }

  ul.pagination {
    margin-top: 0;
    margin-bottom: 0; }
    ul.pagination li.active {
      display: block !important; }
      ul.pagination li.active:before {
        content: 'Page #' !important;
        float: left !important; }
      ul.pagination li.active a {
        border: 0 !important;
        padding: 0; }

  .btn-primary,
  .btn-default,
  input.submit {
    color: #000;
    background: #fff;
    border: 1px solid #ccc !important; }

  .btn-default:hover, .btn-default:focus {
    opacity: .85; }

  .container.body-content {
    margin-top: 0;
    margin-bottom: 0; }

  .navbar, .navbar-fixed-top {
    position: relative !important; } }
/* -------------------------------------------
 * 06. EVENTS PAGE
 * ---------------------------------------- */
.events-table p {
  margin: 0;
  width: 100%; }
.events-table tbody > tr > td,
.events-table tbody > tr > th,
.events-table tfoot > tr > td,
.events-table tfoot > tr > th,
.events-table thead > tr > td,
.events-table thead > tr > th {
  vertical-align: middle;
  border-bottom: 1px solid #ccc; }
.events-table .event-start, .events-table .event-end, .events-table .event-status {
  min-width: 100px;
  width: 100px; }

@media only screen and (max-width: 767px) {
  .event-label {
    font-weight: bold;
    width: 100px; }

  .events-table {
    /* Force table to not be like tables anymore */
    display: block;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */ }
    .events-table > tbody > tr > td:nth-of-type(4) {
      border-bottom: 0; }
    .events-table > tbody > tr > td {
      border-top: 0; }
    .events-table tr {
      margin-bottom: 15px;
      border: 1px solid #ddd; }
    .events-table thead, .events-table tbody, .events-table th, .events-table tr {
      display: block; }
    .events-table > thead > tr {
      position: absolute;
      top: -9999px;
      left: -9999px; } }
/* -------------------------------------------------------------
 	07. VIDEO PAGE
---------------------------------------------------------- */
.video-js.vjs-live {
  width: 100%;
  height: 0;
  padding-top: 75%; }

/* -------------------------------------------------------------
 	08. Invitation Details
---------------------------------------------------------- */
.events-details span {
  width: 100%; }
.events-details .col-table {
  min-height: 50px;
  align-items: center;
  display: flex;
  padding: 0 .5em; }
.events-details .col-table_btn {
  justify-content: flex-end;
  padding-right: 0; }
.events-details .col-check {
  justify-content: center; }
.events-details .btn, .events-details .btn-menu {
  margin: 0;
  text-align: center;
  min-width: 134px;
  white-space: pre-line; }
.events-details .table-line {
  padding: 0; }
.events-details hr {
  border-color: #eee; }

@media only screen and (max-width: 991px) {
  .events-details .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .events-details .col-table {
    padding: 0 .7em; }
  .events-details .row.row--border {
    margin-bottom: 15px;
    border: 1px solid #eee; }
  .events-details .border-left {
    border-left: 1px solid #eee; }
  .events-details .container-fluid {
    margin: 0; }
  .events-details hr {
    margin: 0;
    padding: 0; }
  .events-details .col-table_btn {
    justify-content: flex-start; } }
@media only screen and (max-width: 550px) {
  .events-details .col-table {
    padding: 0 .5em;
    font-size: 10px;
    min-height: 35px; }
  .events-details .btn, .events-details .btn-menu {
    padding: 5px 10px; } }
@media (min-width: 450px) {
  .details-page_btns .details-btn {
    margin-left: .9em; } }
@media (max-width: 450px) {
  .details-page_btns .details-btn {
    font-size: 12px; } }

@media (min-width: 992px) {
  .events-details .col-md-2--ajusted {
    width: 14.66667%; }
  .events-details .col-md-1--ajusted {
    width: 11.33333%; }
  .events-details .col-md-3--ajusted {
    width: 21%; } }

/*# sourceMappingURL=global.css.map */

.job-ad-buttons .btn-primary.jsBtnApply {
    margin-bottom: 14px;
}

.job-seek-buttons-sidebar{
    display: none;
}

.job-seek-buttons-job-ad{
    display: block;
}

@media(max-width: 767px) {
    .job-seek-buttons-sidebar {
        display: block!important;
        margin: 0!important;
    }
    .job-seek-buttons-job-ad {
        display: none;
    }
}

.grecaptcha-badge{
    visibility: hidden;
}

ul.nav-wizard li:after {
    border-left: 16px solid #e1e1e1;
}

@media(max-width: 767px) {
    ul.nav-wizard li:before,
    ul.nav-wizard li:after {
        border-left-width: 10px;
    }    
}