﻿/*base input $brand-color*/
body {
  font: 15px "Exo", sans-serif;
  color: #000000;
  font-weight: 400;
  margin: 0 auto; }

h1 {
  font-weight: 400; }

.nomargin {
  margin: 0; }

.nopadding {
  padding: 0; }

.content {
  margin-top: 20px;
  /*@media (min-width: $screen-xs-max) and (max-width: $screen-lg-min) {
        margin-left: 15px;
    }*/ }

p {
  margin-top: 10px; }

ul {
  -webkit-padding-start: 0px; }

.iframe-container {
  position: relative;
  height: 0;
  overflow: hidden; }

/* 16x9 Aspect Ratio */
.iframe-container-16x9 {
  padding-bottom: 56.25%; }

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-bottom: 75%; }

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.text-divider div {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #464749;
  line-height: 0.1em;
  margin: 20px 0 20px; }
  .text-divider div span {
    background: #dadadb;
    padding: 0 10px; }

.app-form {
  max-width: 860px;
  margin: 0 auto; }

footer {
  margin-top: 60px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    footer {
      margin-top: 30px;
      margin-bottom: 20px; } }
  footer .logo-footer {
    float: left; }
    @media (max-width: 767px) {
      footer .logo-footer {
        float: none;
        text-align: center; } }
  footer .statement-footer {
    text-align: right; }
    footer .statement-footer img {
      height: 25px; }
    @media (max-width: 767px) {
      footer .statement-footer {
        float: none;
        text-align: center;
        margin-top: 25px; }
        footer .statement-footer img {
          height: 15px; } }
  footer .logo-footer img {
    height: 25px; }
  footer .cvw-info-footer {
    margin-bottom: -40px;
    margin-top: 30px; }

#documents-panel ul.nav-tabs li a {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.857em;
  padding-right: 2px;
  padding-left: 2px;
  margin-right: 40px;
  color: #464749; }
  #documents-panel ul.nav-tabs li a:hover {
    border: 1px solid transparent;
    color: #73b93c; }
  @media (max-width: 767px) {
    #documents-panel ul.nav-tabs li a {
      width: 100%;
      text-align: center;
      margin-right: 0; } }

#documents-panel ul.nav-tabs li.active a {
  color: #73b93c;
  border: 1px solid transparent;
  background-color: transparent; }

#documents-panel ul.nav-tabs li.disabled {
  opacity: .5; }
  #documents-panel ul.nav-tabs li.disabled a:hover {
    color: #464749; }

#documents-panel .panel.documents {
  border-top: 0px;
  border-radius: 0px;
  box-shadow: none; }
  #documents-panel .panel.documents .progress {
    border-radius: 0; }
    #documents-panel .panel.documents .progress .progress-bar {
      background-color: #73b93c; }

.header {
  background-position: center;
  background-size: cover; }
  .header.header-description {
    height: 350px;
    position: relative;
    display: block;
    padding-top: 95px;
    background-position: center;
    background-size: cover; }
    @media (max-width: 991px) {
      .header.header-description {
        padding-top: 15px; } }
    @media (max-width: 767px) {
      .header.header-description {
        height: 350px;
        margin-right: -15px;
        margin-left: -15px;
        padding-top: 15px; } }
  .header.appform-header {
    max-height: 140px; }
    @media (max-width: 767px) {
      .header.appform-header {
        height: auto; } }

.logo-banner {
  background-color: #000000;
  height: 70px;
  text-align: center; }
  .logo-banner img {
    margin-top: 10px; }
  @media (max-width: 767px) {
    .logo-banner {
      height: 50px; } }

.job-alerts input {
  width: 100%;
  height: 35px;
  text-align: center;
  margin-top: 30px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  outline: none; }
  .job-alerts input:focus {
    border: 1px solid #464749; }

.job-alerts button {
  width: 100%;
  text-align: center;
  background-color: #73b93c;
  color: #ffffff;
  border: 1px solid #73b93c;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 1.143em; }

.job-alerts input + button {
  margin-top: 15px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.5; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.5; }

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.5; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.5; }

/* Job alerts modal */
.job-alert .modal-dialog {
  width: 720px; }
  .job-alert .modal-dialog .modal-content {
    padding: 40px 50px;
    border-top: 0; }
    .job-alert .modal-dialog .modal-content .modal-header {
      padding: 0px; }
      .job-alert .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 1.714em;
        color: #73b93c;
        text-transform: uppercase;
        line-height: 30px;
        margin-bottom: 16px; }
    .job-alert .modal-dialog .modal-content .modal-body {
      text-align: left;
      max-width: none; }
      .job-alert .modal-dialog .modal-content .modal-body .lbl-attribute {
        font-size: 1.429em;
        font-weight: normal;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .job-alert .modal-dialog .modal-content .modal-body label {
        font-weight: normal; }
    .job-alert .modal-dialog .modal-content .modal-footer {
      margin-top: 20px;
      padding: 0px; }
      .job-alert .modal-dialog .modal-content .modal-footer .btn {
        background-color: #ffffff;
        color: #73b93c;
        font-size: 1.143em; }
        .job-alert .modal-dialog .modal-content .modal-footer .btn:hover, .job-alert .modal-dialog .modal-content .modal-footer .btn:focus {
          box-shadow: none; }

.btn-filter {
  background-color: #ffffff;
  color: #73b93c;
  height: 56px;
  text-transform: uppercase;
  padding-left: 0px !important;
  font-size: 1.143em; }
  .btn-filter:hover, .btn-filter:focus, .btn-filter:active {
    background-color: #ffffff;
    text-decoration: none;
    color: #436c23;
    box-shadow: none;
    outline: none !important; }

.clear-filteri,
.filter-mapi {
  font-size: 1.143em;
  color: #737373;
  height: 35px;
  width: 35px;
  line-height: 35px; }

a {
  color: #5f5f5f; }
  a:active, a:visited {
    color: #5f5f5f; }
  a:hover, a:focus {
    color: #73b93c;
    text-decoration: none; }

a + a.btn {
  margin-right: 10px; }

.button + .button {
  margin-right: 0; }

.btn {
  padding: 5px 20px;
  border-radius: 0px;
  font-size: 1em;
  text-transform: uppercase;
  box-shadow: none; }
  .btn.btn-primary {
    background-color: #73b93c;
    color: #ffffff;
    border: #73b93c; }
  .btn.btn-lg-primary {
    background-color: #73b93c;
    color: #ffffff;
    height: 45px; }
    @media (max-width: 767px) {
      .btn.btn-lg-primary {
        padding: auto;
        width: 100%; } }
    .btn.btn-lg-primary:hover, .btn.btn-lg-primary:focus, .btn.btn-lg-primary:active {
      color: #ffffff;
      text-decoration: none;
      box-shadow: none; }
    .btn.btn-lg-primary i {
      padding-right: 10px;
      font-size: 13px; }
    .btn.btn-lg-primary.disabled {
      background-color: #dadadb;
      color: #5f5f5f; }
    .btn.btn-lg-primary.btn-login {
      width: 100%;
      max-width: 300px; }
  .btn.btn-link {
    height: 45px; }
  .btn.btn-lg-secondary {
    background-color: #464749;
    color: #ffffff;
    height: 45px; }
    @media (max-width: 767px) {
      .btn.btn-lg-secondary {
        margin: 20px 0px;
        color: #5f5f5f;
        background-color: transparent;
        text-decoration: underline; } }
    .btn.btn-lg-secondary:hover, .btn.btn-lg-secondary:focus {
      color: #5f5f5f;
      box-shadow: none; }
      @media (max-width: 767px) {
        .btn.btn-lg-secondary:hover, .btn.btn-lg-secondary:focus {
          background-color: transparent;
          color: #73b93c;
          text-decoration: underline; } }
    .btn.btn-lg-secondary i {
      padding-right: 10px;
      font-size: 13px; }
  .btn.back {
    background-color: transparent;
    text-transform: uppercase;
    padding-left: 0px; }
    .btn.back:hover, .btn.back:focus {
      box-shadow: none; }
  .btn.videoApplicationButtonJs {
    line-height: 33px; }

a + a > .btn.back,
input[type=submit] + a > .btn.back {
  padding-left: 20px; }
  @media (max-width: 767px) {
    a + a > .btn.back,
    input[type=submit] + a > .btn.back {
      padding: 0;
      width: 100%;
      margin-top: 8px; } }

.form-top-navigation {
  margin: 10px 0 20px 0; }

.btn.scrolltofilter {
  color: #ffffff;
  font-size: 50px;
  opacity: 0.5; }

.btn.btn-add {
  padding: 8px 15px;
  background-color: #73b93c;
  color: #ffffff;
  margin-top: -15px;
  margin-right: 0px; }
  @media (max-width: 767px) {
    .btn.btn-add {
      width: 50%;
      float: right; } }
  .btn.btn-add:hover {
    background-color: #436c23; }

.btn.btn-remove {
  background-color: transparent;
  color: #464749;
  background-color: #dadadb;
  padding: 8px 15px;
  margin-top: -15px; }
  @media (max-width: 767px) {
    .btn.btn-remove {
      width: 50%; } }
  .btn.btn-remove:hover, .btn.btn-remove:focus {
    background-color: #464749;
    color: #ffffff;
    box-shadow: none; }

.btn.btn-cvw {
  background-color: #ca005d;
  color: #ffffff;
  padding: 0px;
  line-height: 36px;
  border-right: 1px solid #970046;
  box-shadow: inset -1px -1px 0px 0px rgba(255, 255, 255, 0.3);
  width: 100%;
  max-width: 300px;
  font-size: 14px; }
  .btn.btn-cvw .button-icon {
    text-align: center;
    /*padding: 0 8px;*/
    float: left;
    border-right: 1px solid #970046;
    box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.3); }

.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;
  font-size: 14px; }
  @media (max-width: 767px) {
    .btn.btn-linkedin {
      white-space: normal;
      text-align: center;
      min-height: 35px; } }
  .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); }
    @media (max-width: 767px) {
      .btn.btn-linkedin .button-icon i {
        line-height: 35px; } }

.btn.btn-fill-form {
  color: #ffffff;
  background-color: #73b93c;
  padding: 0px;
  line-height: 36px;
  border-right: 1px solid #5b9230;
  box-shadow: inset -1px -1px 0px 0px rgba(255, 255, 255, 0.3);
  width: 100%;
  max-width: 300px;
  font-size: 14px; }
  .btn.btn-fill-form .button-icon {
    text-align: center;
    padding: 0 15px;
    font-size: 15px;
    float: left;
    border-right: 1px solid #5b9230;
    box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.3); }

.btn.language {
  padding: 5px;
  font-size: 11px;
  margin-bottom: 0; }
  .btn.language.active, .btn.language:hover, .btn.language:focus, .btn.language:active {
    color: #73b93c;
    box-shadow: none; }
  .btn.language:last-child {
    padding-right: 0px; }

.language-label {
  font-size: 11px; }

.btn-fill-form {
  color: #73b93c; }

.noaccount-block {
  padding-right: 0px; }
  @media (max-width: 767px) {
    .noaccount-block {
      padding: 0px; } }

.linkedin-logout {
  width: 100%;
  font-size: 14px; }

a {
  outline: none; }

.flipbase-btn-large, .flipbase-btn-single, .flipbase-icon:hover {
  margin-top: 15px !important;
  background-color: #73b93c !important; }

/*.modal{
    position: sticky;
}*/
.modal-backdrop {
  background-color: #fff; }

.mfp-bg {
  background-color: #fff;
  opacity: 1; }

/*.mfp-iframe-scaler 
& iframe{
    box-shadow:none;
}*/
.mfp-iframe-holder.mfp-close {
  color: rgba(0, 0, 0, 0.5);
  font-size: 40px; }
  @media (min-width: 992px) {
    .mfp-iframe-holder.mfp-close {
      margin-right: -40px; } }

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.form-ignorable-fields .modal-dialog {
  width: 600px; }
  .form-ignorable-fields .modal-dialog .modal-content {
    padding: 0 20px 20px 20px; }
    .form-ignorable-fields .modal-dialog .modal-content .modal-body {
      margin: 0;
      width: 100%;
      max-width: 100%;
      text-align: left;
      padding-top: 0; }
      .form-ignorable-fields .modal-dialog .modal-content .modal-body .question-group {
        margin-top: 40px; }
    .form-ignorable-fields .modal-dialog .modal-content .modal-footer {
      text-align: right;
      padding: 15px; }

.job-desc-nav {
  padding-bottom: 30px; }
  .job-desc-nav .btn {
    padding: 5px 10px;
    font-size: 1em; }

.job-desc-header {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .job-desc-header {
      margin-top: 24px;
      margin-bottom: 24px; } }
  .job-desc-header .jobTitle {
    font-size: 3em;
    color: #ffffff;
    text-align: center;
    font-weight: 800;
    font-family: "Raleway", sans-serif;
    padding-right: 30px;
    padding-left: 30px; }
    @media (max-width: 767px) {
      .job-desc-header .jobTitle {
        font-size: 1.286em; } }
  .job-desc-header .joblocation {
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-size: 1.200em; }

.jobDescription {
  line-height: 1.5em;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .jobDescription {
      padding-right: 0px; } }
  .jobDescription ul {
    margin: 0;
    padding: 0;
    list-style: inside; }
    .jobDescription ul li {
      padding-left: 1em;
      text-indent: -1em;
      padding-bottom: 10px; }
      .jobDescription ul li:before {
        padding-right: 0.5em;
        color: #73b93c; }

.footer-description {
  border-top: 1px solid #73b93c;
  padding-top: 30px;
  margin-top: 30px; }

.error-page,
.success-page {
  text-align: center;
  padding: 20px; }
  .error-page .error-xl-title,
  .success-page .error-xl-title {
    font-size: 100px;
    color: #73b93c;
    line-height: 105px; }
    @media (max-width: 767px) {
      .error-page .error-xl-title,
      .success-page .error-xl-title {
        font-size: 40px;
        line-height: 55px; } }
  .error-page .error-quote,
  .error-page .success-quote,
  .success-page .error-quote,
  .success-page .success-quote {
    font-size: 25px;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .error-page .error-quote,
      .error-page .success-quote,
      .success-page .error-quote,
      .success-page .success-quote {
        font-size: 16px;
        margin-bottom: 30px; } }
  .error-page .success-xl-title,
  .success-page .success-xl-title {
    font-size: 80px;
    color: #73b93c;
    line-height: 85px; }
    @media (max-width: 767px) {
      .error-page .success-xl-title,
      .success-page .success-xl-title {
        font-size: 40px;
        line-height: 55px; } }
  .error-page i.success-icon,
  .success-page i.success-icon {
    font-size: 80px;
    color: #73b93c;
    margin: 25px; }

#store-list .alert {
  padding: 25px;
  border-radius: 0px;
  margin-bottom: 0px; }
  #store-list .alert.alert-warning {
    text-align: center;
    background-color: #fff;
    color: #5f5f5f;
    border: 0px solid;
    border-top: 1px solid #73b93c;
    border-bottom: 1px solid #73b93c; }

.section-header {
  padding-bottom: 30px;
  padding-top: 20px; }
  .section-header .section-title {
    line-height: 1.5;
    font-size: 1.2em;
    padding-bottom: 8px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px; }
  .section-header .section-description {
    color: #999999; }

form {
  margin-top: 10px; }

input:focus {
  outline: -webkit-focus-ring-color auto 0px; }

.form-control,
.dropdown-toggle {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  box-shadow: inset 0 0px 0px transparent;
  border-radius: 0px;
  height: 40px;
  padding: 10px 15px; }
  .form-control:focus,
  .dropdown-toggle:focus {
    background-color: #ffffff;
    border: 1px solid #73b93c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(115, 185, 60, 0.6); }
  .form-control .bs-caret,
  .dropdown-toggle .bs-caret {
    color: #5f5f5f; }

.form-group {
  margin-top: 15px; }
  .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0; }
  .form-group label {
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0; }
    .form-group label.required:before {
      content: "*";
      color: #a2a3a4;
      padding-right: 8px;
      font-family: Arial;
      font-size: 30px;
      margin-left: -22px; }

.country-column + .region-column {
  padding-left: 10px; }
  @media (max-width: 767px) {
    .country-column + .region-column {
      padding-left: 0px;
      margin-top: 10px; } }

.country-column {
  padding-right: 10px; }
  @media (max-width: 767px) {
    .country-column {
      padding-right: 0px; } }

.help-block {
  display: none; }

.has-error .help-block {
  display: block; }

.form-inline .form-group {
  margin-right: 0px;
  margin-left: 0px; }

.language-item,
.nationality-item {
  margin-bottom: 10px; }

.level-column select {
  width: 100% !important; }

.add-document-block {
  padding-right: 15px; }
  .add-document-block .form-control {
    max-width: calc( 100% - 55px); }
  .add-document-block .btn-add {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px; }
  @media (max-width: 767px) {
    .add-document-block {
      padding-bottom: 15px;
      border-bottom: 1px solid #cccccc;
      margin-bottom: 15px; } }

.document-list-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 10px; }

.delete-file {
  line-height: 30px; }

#documents-panel .nav-tabs li {
  width: auto; }
  @media (max-width: 767px) {
    #documents-panel .nav-tabs li {
      width: 50%; } }

#documents .list-group-item {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top: 2px solid #ffffff;
  padding: 0px 0px 0px 10px;
  line-height: 40px;
  margin-bottom: 0px;
  background-color: #dadadb; }
  #documents .list-group-item:first-child, #documents .list-group-item:last-child {
    border-radius: 0px; }

.alert-danger ul {
  padding-left: 20px; }

.app-form .bs-invalid {
  border-color: #a94442; }

.app-form .is-invalid {
  border-color: #a94442; }

.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; }

.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 #e5e5e5;
        border-radius: 0px;
        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: #73b93c;
  border-color: #73b93c; }

.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: #73b93c;
  border-color: #73b93c; }

.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 #e5e5e5;
      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: #73b93c;
  border-color: #73b93c; }

.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: #73b93c;
  border-color: #73b93c;
  /*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; } }

.dropdown-menu {
  border-radius: 0px;
  padding: 0px; }
  .dropdown-menu ul {
    padding-top: 8px;
    padding-bottom: 8px; }
    .dropdown-menu ul li a {
      height: 36px;
      padding: 8px 16px; }
    .dropdown-menu ul li.selected a {
      background-color: #73b93c;
      color: #ffffff; }
  .dropdown-menu .active a {
    background-color: #73b93c; }
    .dropdown-menu .active a:hover, .dropdown-menu .active a:focus {
      background-color: #73b93c; }
  .dropdown-menu .bs-searchbox {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.login-block {
  background-color: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  bottom: 0; }
  @media (max-width: 767px) {
    .login-block {
      text-align: center;
      position: relative; } }
  .login-block .login {
    border-right: 1px solid #464749; }
    @media (max-width: 991px) {
      .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: #73b93c; }
      .alert.alert-info a.btn-logout {
        color: #ffffff;
        padding: 5px 10px;
        line-height: 12px;
        text-decoration: none;
        background-color: #73b93c;
        box-shadow: inset -1px -1px 0px 0px rgba(255, 255, 255, 0.2);
        border-radius: 2px; }

.modal-dialog {
  width: 480px;
  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 #73b93c; }
    .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;
      max-width: 300px;
      margin: 30px auto; }
    .modal-dialog .modal-content .modal-footer {
      text-align: center;
      padding: 15px 0 30px;
      border-top: 1px solid transparent; }
