﻿/*base input $brand-color*/
body,
html {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 18px;
  color: #7a7f81;
  background-color: transparent;
}

.main-wrapper {
  max-width: 1200px;
  width: 80%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

img {
  max-width: 100%;
  height: auto;
}

#logo {
  width: 200px;
  height: 200px;
}

.background-light-blue {
  background-color: #e3f6fc;
}

.background-white {
  background-color: #ffffff;
}

.inline-row, .language-item {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
}

.inline-items {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-self: center;
}

.ml-auto {
  margin-left: auto !important;
}

.footer {
  /*position: absolute;*/
  right: 0;
  left: 0;
  margin-top: 100px;
}
.footer .main-wrapper {
  margin-top: 0px;
}
.footer .main-wrapper .wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
}

#cookie-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: auto;
  z-index: 1;
}

.department-list ul {
  list-style: none;
  padding: 0;
  margin-right: -30px;
  margin-left: -30px;
}
.department-list ul .department-card {
  padding: 15px 25px;
}
.department-list ul .department-card a:hover, .department-list ul .department-card a:focus {
  text-decoration: none;
}
.department-list ul .department-card a .card-wrapper .card-img {
  margin-bottom: 8%;
}
.department-list ul .department-card a .card-wrapper .card-img img {
  width: 100%;
}
.department-list ul .department-card a .card-wrapper .department-name {
  color: #25695a;
  font-weight: 700 !important;
  height: 40px;
}

.job-list {
  padding-top: 50px;
}
.job-list .grid {
  list-style: none;
  padding: 0;
}
.job-list .grid .job-card {
  padding: 15px;
}
.job-list .grid .job-card .card-wrapper {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.job-list .grid .job-card .card-wrapper .job-name {
  color: #25695a;
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 700 !important;
  line-height: 1.3em;
  margin: 0;
}
.job-list .grid .job-card .card-wrapper .department {
  color: #000000;
  font-weight: bold;
}
.job-list .grid .job-card .card-wrapper .job-summary {
  padding-bottom: 20px;
  line-height: 1.7em;
  color: #7a7f81;
  max-height: 200px;
  overflow: hidden;
}

.grid-sizer,
.grid-item {
  width: 33.33%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

.page-icon {
  width: 84px;
  margin-bottom: 2%;
}

.page-title {
  color: #25695a;
}
.page-title h1 {
  font-weight: bold;
  line-height: 1.2;
  font-family: "ProximaNova-Regular", sans-serif;
}

.vacature-desc {
  line-height: 1.8;
}

.page-department-title {
  padding-bottom: 20px;
  max-width: 80%;
}

.jobDescription p {
  line-height: 1.8;
}

.job-alerts .title {
  font-size: 22px;
  color: #25695a;
}
.job-alerts .note {
  font-size: 18px;
}

.modal-title {
  font-size: 22px;
  color: #25695a;
}

.modal-header {
  padding-right: 35px;
  padding-left: 35px;
}

.nopadding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.w-auto {
  width: 100%;
  max-width: 450px;
}

.form-control {
  border-radius: 0;
  margin-right: 16px;
}

.btn {
  border-radius: 0px;
}

.btn-primary, .btn-login {
  background-color: #25695a !important;
  border-color: #25695a !important;
  padding: 5px 16px;
  font-weight: bold;
  -webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}
.btn-primary:hover, .btn-login:hover, .btn-primary:focus, .btn-login:focus, .btn-primary:active, .btn-login:active {
  background-color: #ffffff !important;
  border-color: #25695a !important;
  color: #25695a !important;
  box-shadow: none;
}

.back-button {
  margin-left: auto !important;
  line-height: 2.5em;
}
.back-button a {
  font-weight: bold;
  color: #25695a;
  text-align: center;
  padding-right: 8px;
  transition: all ease-in-out 0.3s;
}
.back-button a span {
  opacity: 0;
  transition: all ease-in-out 0.3s;
  margin-right: -5px;
}
.back-button a:hover, .back-button a:focus, .back-button a:active {
  text-decoration: none;
  padding-right: 0px;
}
.back-button a:hover span, .back-button a:focus span, .back-button a:active span {
  opacity: 1;
}

.btn-secondary, .btn-add {
  color: #25695a;
  border-color: #25695a;
  background-color: #ffffff;
}
.btn-secondary:hover, .btn-add:hover, .btn-secondary:focus, .btn-add:focus, .btn-secondary:active, .btn-add:active {
  background-color: #ffffff !important;
  border-color: #0a1e19 !important;
  color: #0a1e19 !important;
  outline: none;
  box-shadow: none;
}

.btn-login {
  font-size: 18px !important;
}
.btn-login:hover, .btn-login:focus, .btn-login:active {
  background-color: #ffffff !important;
  border-color: #25695a !important;
  color: #25695a !important;
  outline: none;
  box-shadow: none;
}

a {
  color: #25695a;
}

.bootstrap-select button.btn {
  padding: 6px 12px;
}

.login-block {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  .login-block {
    text-align: center;
    margin-top: -4px;
  }
}
.login-block .login {
  border-right: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .login-block .login {
    border-right: 1px solid transparent;
  }
}
.login-block .login-header .login-title {
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .login-block .login-header .login-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.login-block .login-header .login-title .login-decription {
  font-size: 14px;
  color: #999999;
  margin-bottom: 15px;
}

.alert {
  border-radius: 0px;
}
.alert.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert.alert-info a {
  text-decoration: underline;
  color: #25695a;
}
.alert.alert-info a.btn-logout {
  color: #ffffff;
  padding: 5px 10px;
  line-height: 12px;
  text-decoration: none;
  background-color: #25695a;
  box-shadow: inset -1px -1px 0px 0px rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

.modal-dialog {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 0px auto;
    width: 100%;
  }
}
.modal-dialog .modal-content {
  border-radius: 0px;
  border-top: 5px solid #25695a;
}
.modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid transparent;
}
.modal-dialog .modal-content .modal-header .login-modal-title {
  font-size: 25px;
  text-align: center;
}
.modal-dialog .modal-content .modal-body {
  text-align: center;
  margin: 30px auto;
}
.modal-dialog .modal-content .modal-footer {
  text-align: center;
  padding: 15px 0 30px;
  border-top: 1px solid transparent;
}

.btn {
  font-size: 16px;
  padding: 8px 30px;
}
.btn.btn-primary, .btn.btn-login {
  background-color: #25695a;
  color: #ffffff;
}
.btn.btn-primary.btn-login, .btn.btn-login {
  width: 100%;
  max-width: 300px;
  font-size: 13px;
}
.btn.btn-cvw {
  background-color: #97bf0d;
  color: #ffffff;
  padding: 0px;
  line-height: 36px;
  border-right: 1px solid #718f0a;
  box-shadow: inset -1px -1px 0px 0px rgba(255, 255, 255, 0.3);
  width: 100%;
  max-width: 300px;
}
.btn.btn-cvw .button-icon {
  text-align: center;
  padding: 0 8px;
  float: left;
  border-right: 1px solid #718f0a;
  box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.3);
}
.btn.btn-cvw span {
  padding: 0px 20px;
}
.btn.btn-linkedin {
  color: #ffffff;
  background-color: #007bb5;
  padding: 0px;
  line-height: 36px;
  border-right: 1px solid #005882;
  box-shadow: inset -1px -1px 0px 0px rgba(255, 255, 255, 0.3);
  width: 100%;
  max-width: 300px;
}
.btn.btn-linkedin .button-icon {
  text-align: center;
  padding: 0 15px;
  font-size: 15px;
  float: left;
  border-right: 1px solid #005882;
  box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.3);
}
.btn.btn-linkedin span {
  padding: 0px 20px;
}
.btn.btn-fill-form {
  color: #ffffff;
  background-color: #25695a;
  padding: 0px;
  line-height: 36px;
  border-right: 1px solid #18433a;
  box-shadow: inset -1px -1px 0px 0px rgba(255, 255, 255, 0.3);
  width: 100%;
  max-width: 300px;
}
.btn.btn-fill-form .button-icon {
  text-align: center;
  padding: 0 15px;
  font-size: 15px;
  float: left;
  border-right: 1px solid #18433a;
  box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.3);
}
.btn.btn-fill-form span {
  padding: 0px 20px;
}

.btn-fill-form {
  color: #25695a;
}

@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  /* Support for IE. */
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Proxima Nova Lt";
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  /* Support for IE. */
  font-feature-settings: "liga";
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: "Proxima Nova Lt";
}

.v-align, .header__image .header__h1 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

form {
  font-size: 16px !important;
}

.section-header {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 20px;
}

.section-description {
  font-size: 18px;
  color: #7a7f81;
  font-weight: normal !important;
}

/*.nationality-item{
    margin-top: 20px;
    margin-bottom: 20px;
}*/
.form-group label {
  font-weight: 500;
  padding-bottom: 10px;
}
.form-group label.required:before {
  content: "\f27d";
  color: #25695a;
  padding-right: 8px;
  margin-bottom: 8px;
  font-family: Material-Design-Iconic-Font;
  font-size: 8px;
}

.nationality-block,
.language-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.nationality-item + .nationality-item,
.language-item + .language-item {
  margin-top: 15px;
}

.form-control {
  font-size: 18px;
  height: 34px;
}

.panel-default {
  border-top: none;
  border-radius: 0px;
}

.progress-bar {
  background-color: #25695a;
}

.add-document-block .bootstrap-select {
  margin-bottom: 20px !important;
}

.app-form .documents-row .list-group-item + .list-group-item {
  margin-top: -6px;
}

.app-form .bs-invalid {
  border-color: #a94442;
}
.app-form .is-invalid {
  border-color: #a94442;
}

.main__box {
  background: #fff;
  box-shadow: 0px 5px 15px -2px #ccc;
  margin-top: -140px;
  min-height: 220px;
  padding: 15px 10px;
  position: relative;
  margin-bottom: 60px;
}
.login-wrap .login-block {
  background-color: transparent;
  border-bottom: 1px dotted #e9e4e4;
}
.login-wrap .login-block .login {
  text-align: center;
  border-right: 1px dotted #e9e4e4;
}
.login-wrap .login-block .login-title {
  text-align: center;
}
.login-wrap .login-block .noaccount-block {
  text-align: center;
}

.main__box--white {
  background: #87b225;
  color: #fff;
}

.main__box--white a {
  color: #fff;
}

.main__inner {
  padding: 40px 50px;
}

.main__inner hr {
  background: #ccc;
  border: 0;
  height: 1px;
  width: 100%;
  margin: 30px auto;
}

.main__title {
  font-size: 28px;
  text-align: center;
  margin-top: 30px;
  font-family: "Proxima Nova Rg";
}

.header__picture {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(https://media.zas.be/m/dd75e0a849eb5ae/original/ZAS_034_HR_Header-formulier-events_volledig-scherm-1520-499.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*
.header__picture img {
    width: 100%;
}
*/
.header__h1 {
  color: #fff;
  font-size: 40px;
  margin: 0;
  margin-top: -20px;
  padding: 0px 10px 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
  font-family: "Proxima Nova Rg";
}

.header__image {
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.header__image .header__h1 {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

.help-block {
  font-size: 14px;
}
.help-block.with-errors {
  margin-top: 0px;
}
.help-block.with-errors ul li {
  padding: 5px 12px;
  background: #fdc0c0;
  color: #fff;
}

form .candPic {
  background: #f8f8f8;
  padding: 15px;
}
form .form-group {
  border-bottom: 1px dotted #e9e4e4;
  padding: 5px 0px;
}
form .form-group label {
  position: relative;
  padding-left: 35px;
}
form .form-group label:before {
  position: absolute;
  left: 15px;
  top: 5px;
}

.header {
  padding: 20px;
}
.header .logo {
  max-height: 40px;
  height: 100%;
}

@media (min-width: 768px) {
  .main__title h1 {
    font-size: 29px;
  }
  .main__title .joblocation {
    font-size: 20px;
  }
}
@media (min-width: 480px) {
  .header__image {
    height: 450px;
  }
  .header__picture {
    background: url(https://media.zas.be/m/3ac3de19e989b9ff/original/ZAS_034_HR_Header-formulier-events_mobiel-scherm-1125-x-2436.jpg) no-repeat center center;
  }
}
@media (min-width: 768px) {
  .header__image {
    height: 475px;
  }
  .header__picture {
    background: url(https://media.zas.be/m/3ac3de19e989b9ff/original/ZAS_034_HR_Header-formulier-events_mobiel-scherm-1125-x-2436.jpg) no-repeat center center;
  }
}
@media (min-width: 998px) {
  .header__image {
    height: 485px;
  }
  .header__picture {
    background: url(https://media.zas.be/m/dd75e0a849eb5ae/original/ZAS_034_HR_Header-formulier-events_volledig-scherm-1520-499.jpg) no-repeat center center;
  }
}
@media (min-width: 1200px) {
  .header__image {
    height: 500px;
  }
  .header__picture {
    background: url(https://media.zas.be/m/dd75e0a849eb5ae/original/ZAS_034_HR_Header-formulier-events_volledig-scherm-1520-499.jpg) no-repeat center center;
  }
}
@media (max-width: 578px) {
  footer {
    text-align: center;
  }
  footer p {
    text-align: center !important;
  }
  .login-wrap .login-block {
    padding: 0px;
  }
  .login-wrap .login-block .login {
    border-right: 0px;
  }
  .login-wrap .login-block .noaccount-block {
    padding-left: 0px;
    padding-right: 0px;
  }
  .login-wrap .login-block .btn {
    width: 100%;
  }
  form .nationality-block #language-selection .language-item {
    display: inline-block;
    width: 100%;
  }
  form .documents-row .nav li a {
    font-size: 14px;
    padding: 6px 10px;
  }
  form .documents-row .documents .panel-body {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .header__h1 {
    font-size: 33px;
    margin-top: -40px;
  }
  .main-wrapper {
    width: 95%;
  }
  .main__box .main__inner {
    padding: 15px 20px;
  }
  .main__box .main__inner .main__title h1 {
    font-size: 27px;
    line-height: 33px;
  }
  .main__box .main__inner .main__title .joblocation {
    font-size: 15px;
  }
}
/*@media (min-width: 992px) {
    .header__h1 {
        //padding: 140px 40px 0 40px;
    }
}


@media (max-width: 480px) {
    .header__image {
        .header__picture {
            background: $form-header-mobile;
        }
    }

    .main__box {
        .main__inner {
            .main__title {
                h1 {
                    .joblocation {
                    }
                }
            }
        }
    }
}
*/
.checkbox.styled label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-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;
  top: 0px;
}

.checkbox label {
  font-weight: 400;
  width: 100%;
  padding-left: 0;
}
.checkbox label .label-text {
  padding-left: 0;
}
.checkbox label input[type=checkbox] {
  float: right;
  position: relative;
}

.checkbox {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.checkbox:first-child {
  margin-top: 0 !important;
  padding-top: 0;
}
.checkbox.styled {
  padding-left: 25px;
}
.checkbox.styled label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 25px;
}
.checkbox.styled label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-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.styled label:after {
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  margin-left: -16px;
  padding-left: 4px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox.styled input[type=checkbox],
.checkbox.styled input[type=radio] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox.styled input[type=checkbox]:focus + label:before,
.checkbox.styled input[type=radio]:focus + label:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox.styled input[type=checkbox]:checked + label:after,
.checkbox.styled input[type=radio]:checked + label:after {
  font-family: Material-Design-Iconic-Font;
  content: "\f26b";
}
.checkbox.styled input[type=checkbox]:indeterminate + label:after,
.checkbox.styled input[type=radio]:indeterminate + label:after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox.styled input[type=checkbox]:disabled,
.checkbox.styled input[type=radio]:disabled {
  opacity: 0.65;
}
.checkbox.styled input[type=checkbox]:disabled + label::before,
.checkbox.styled input[type=radio]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.styled .checkbox-circle label:before {
  border-radius: 50%;
}
.checkbox.styled.checkbox-inline {
  margin-top: 0;
}

.checkbox-brand input[type=checkbox]:checked + label:before,
.checkbox-brand input[type=radio]:checked + label:before {
  background-color: #25695a;
  border-color: #25695a;
}
.checkbox-brand input[type=checkbox]:checked + label:after,
.checkbox-brand input[type=radio]:checked + label:after {
  color: #ffffff;
}
.checkbox-brand input[type=checkbox]:indeterminate + label:before,
.checkbox-brand input[type=radio]:indeterminate + label:before {
  background-color: #25695a;
  border-color: #25695a;
}
.checkbox-brand input[type=checkbox]:indeterminate + label:after,
.checkbox-brand input[type=radio]:indeterminate + label:after {
  color: #ffffff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  line-height: 25px;
}
.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label:after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-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);
}
.radio input[type=radio] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.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 + label::after {
  font-family: Material-Design-Iconic-Font;
  content: "\f26d";
}
.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;
}

.radio-brand input[type=radio] + label:after {
  background-color: #25695a;
  border-color: #25695a;
}
.radio-brand input[type=radio]:checked + label:after, .radio-brand input[type=radio]:checked + label:before {
  /*font-family: Material-Design-Iconic-Font;
  content: "\f26d";*/
  background-color: #25695a;
  border-color: #25695a;
  /*color: white;
  line-height: 22px;
  font-size: 10px;
  text-align: center;*/
}

.radio + .radio {
  margin-left: 60px;
}

input#WillingToTravel + label {
  margin-left: 41.66667%;
  left: 20px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  input#WillingToTravel + label {
    margin-left: 0;
  }
}

.candPic {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.candPic .preview {
  width: 24%;
  float: left;
}
.candPic .preview #myCroppic {
  width: 180px;
  height: 180px;
  position: relative;
  border: 1px solid #ccc;
  background-color: #eee;
  background-image: url(../images/placeholder.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px 60px;
}
.candPic .preview #myCroppic .cropImgWrapper {
  top: 0;
}
.candPic .controls {
  width: 75%;
  float: left;
}
@media (max-width: 991px) {
  .candPic .controls {
    width: 100%;
  }
}
.candPic .controls .title {
  color: #444444;
  font-weight: bold;
}
@media (max-width: 991px) {
  .candPic .controls .title {
    margin-top: 20px;
  }
}
.candPic .controls p {
  color: #999999;
  margin-bottom: 30px;
}

.documentUploadZone {
  display: block;
  text-align: center;
  vertical-align: middle;
  padding: 30px;
  width: 100%;
  border: 2px #1db8e8 dashed;
}

.documentUploadZone.dz-drag-hover {
  border: 2px #1db8e8 solid;
}

.documentUploadZone.dz-clickable {
  cursor: pointer;
}

/* NOTE: for forward-compatibility with Bootstrap 4 only. Remove in Bootstrap 4-based sites */
.pt-2 {
  padding-top: 10px;
}

/* NOTE: for forward-compatibility with Bootstrap 4 only. Remove in Bootstrap 4-based sites */
.mt-2 {
  margin-top: 10px;
}

.btn-sm {
  /* WARNING: padding of all things .btn is being overridden in _main.scss. This should help compensate. */
  padding: 5px 10px;
}

.icon-wrap i.zmdi {
  font-size: 40px;
  padding: 10px;
}

.btn.btn-primary, .btn.btn-login {
  position: relative; /* WARNING: needs to be relative to make .buttonScreen work correctly */
}

.buttonScreen {
  height: 100%;
  width: 100%;
  background-color: #25695a; /*WARNING: make sure to match button background color */
  position: absolute;
  top: 0;
  left: 0;
}
.buttonScreen svg {
  fill: #ffffff;
}

label.required:before {
  content: "*";
  color: #25695a;
  font-family: Arial;
}
