td p {
  font-size: 0.875rem;
  font-weight: 600;
}
.disabled > a {
  cursor: not-allowed;
  opacity: 0.4;
  user-select: none;
}
.notifications p {
  font-size: 0.875rem;
}
h5.future-features {
  font-weight: 600;
}
h1 {
  font-size: 2rem;
}
a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
a:hover {
  color: #ffbf00;
}
a.highlighted-link {
  color: #000;
  font-weight: 600;
  background: #fff5c5;
  padding: 0 4px;
}
a.highlighted-link:hover {
  background: #fff1ae;
}
h2 a {
  text-decoration: none;
  font-weight: 400;
}
a.btn {
  text-decoration: none;
}
.bold {
  font-weight: 700;
}
.form-control.error {
  border-color: #ff0000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.include-in-api-call .error {
  color: #ff0000;
}
.include-in-api-call label.error {
  color: #fff;
  background: #ff0000;
  padding: 0.5rem 1.25rem;
  display: block;
  flex-basis: 100%;
  margin: 0;
}
.modal-footer {
  display: block !important;
  text-align: left;
  justify-content: flex-start;
}
.modal-footer > * {
  display: inline-block;
}
.api-banner {
  position: fixed;
  top: 80px;
  left: 260px;
  right: 5px;
  z-index: 9999;
}
@media (max-width: 992px) {
  .api-banner {
    left: 5px;
  }
}

/****************************************/
/*            Navigation                */
/****************************************/
.sidebar {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding-top: 75px;
  text-transform: uppercase;
}
.sidebar .nav .nav-item .nav-link .menu-title {
  font-size: 12px;
  letter-spacing: 0.5px;
}
.sidebar,
.navbar .navbar-brand-wrapper {
  border-right: 5px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar .nav .nav-item.active > .nav-link i,
.sidebar .nav .nav-item.active > .nav-link .menu-title,
.sidebar .nav .nav-item.active > .nav-link .menu-arrow {
  color: #ffbf00;
}
.navbar .navbar-brand-wrapper .navbar-brand img {
  width: 150px;
  height: auto;
  top: 40px;
  position: relative;
}
.navbar .navbar-menu-wrapper {
  background: #000;
}
.navbar-nav .dropdown-menu {
  position: absolute;
}
.nav-item.active > .nav-link,
.sidebar .nav.sub-menu .nav-item .nav-link.active {
  color: #ffbf00;
}
nav a {
  text-decoration: none;
}
a.nav-link {
  text-decoration: none;
}

#profileDropdown .nav-profile-picture {
  width: 48px;
  height: 48px;
  vertical-align: middle;
  display: inline-block;
  background-size: cover;
  border-radius: 50%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand-wrapper .navbar-brand img {
    top: 0;
    width: 100%;
    padding: 15px 10px 10px;
  }
  .navbar .navbar-brand-wrapper {
    width: 100px;
  }
  .navbar .navbar-menu-wrapper {
    width: calc(100% - 100px);
  }
  .sidebar,
  .navbar .navbar-brand-wrapper {
    border-bottom: 2px solid #000;
  }
  .sidebar {
    padding-top: 0;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  }
}

/****************************************/
/*            NEW - Added by Sorin      */
/*        Existing classes and items    */
/****************************************/

body {
  font-family: "Nunito Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

h2 a {
  color: #000;
}
.content-wrapper {
  background: #fff;
}
.card-body ol,
.card-body ul {
  padding-left: 2rem;
}
.card-body ol li {
  padding-left: 1rem;
  margin-bottom: 0.25rem;
}
.card-body ul li {
  padding-left: 0;
  padding-top: 6px;
  list-style: inside;
}
.card-body ul.gallery li {
    padding-top: 3px;
    list-style: none;
}

.btn {
  /* border-radius: 0; */
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}
.btn.btn-sm {
  padding: 0.6rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .content-wrapper {
    padding: 0.75rem;
  }
  .page-header {
    margin-top: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .card .card-body {
    padding: 1.25rem;
  }
  .accordion.accordion-filled .card .card-body,
  .accordion.accordion-filled .card .card-header a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/****************************************/
/*           New classes/items          */
/****************************************/

.percentage-big {
  font-size: 4rem;
  font-weight: 800;
  color: #ffbf00;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}

#profile-completion .ti-info-alt:before {
  border-radius: 50%;
  font-size: 17px;
  background: #ffd657;
  position: relative;
  top: 2px;
  left: 2px;
}

.row.dashboard-row {
  min-height: 200px;
  border-bottom: 5px solid #000;
  padding: 60px 0;
  margin-left: 0;
  margin-right: 0;
}
.row#profile-completion-warning + .row.dashboard-row {
  padding-top: 0;
}

.row#profile-completion-warning {
  border-bottom: none;
  padding: 15px 20px 5px;
  border: 2px solid #ff5242;
  background: #ffecea;
  margin: 0 0 2rem;
}

.row#profile-completion-warning p.banner-heading {
  color: #ff3b29;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.row#profile-completion-warning p.banner-text {
}

.row#profile-completion-warning a.btn {
  margin-top: 12px;
  margin-bottom: 18px;
  box-shadow: none;
}

@media (min-width: 576px) {
  .percentage-big {
    font-size: 6rem;
  }
}

/****************************************/
/*           Select 2                   */
/****************************************/
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -20px;
  margin-top: 12px;
}

/****************************************/
/*       CSS from register              */
/****************************************/
.form-check .form-check-label input[type="radio"] + .input-helper:before {
  border: solid #000000;
}
.form-check
  .form-check-label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #ffbf00;
}
.btn .btn-primary {
  background-color: #ffbf00;
}
/* .btn-primary,
.wizard>.actions a{
  background-color: #ffbf00;
  border-color: #ffbf00;
}
.btn-primary:hover,
.wizard>.actions a:hover{
  background-color: #ffbf66;
  border-color: #ffbf66;
} */
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ffbf00;
}
.form-check
  .form-check-label
  input[type="checkbox"]:checked
  + .input-helper:before {
  background: #ffbf00;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
  border-color: #ffbf00;
}
.wizard a {
  text-decoration: underline;
}
.contains-input-with-measure-unit .measure-unit {
  /* font-size: 14px; */
}
.btn-primary:not(:disabled):not(.disabled):active,
.wizard > .actions a:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.wizard > .actions a:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.wizard > .actions .show > a.dropdown-toggle {
  color: #fff;
  background-color: #b79120;
  border-color: #b79120;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.wizard > .actions a:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.wizard > .actions a:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.wizard > .actions .show > a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 238, 80, 0.5);
}
.multiselect-with-boxes + label {
  border-color: #000;
  color: #000;
}
.multiselect-with-boxes:checked + label {
  border-color: #ffbf00;
  background-color: #ffbf00;
  color: #fff;
}
.body.current > h3 {
  margin-bottom: 40px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0.65rem 1rem;
}
input.select2-search__field {
  border: none !important;
}

@media (max-width: 767.98px) {
  .project-documents {
    max-width: 33.33%;
  }
}
.project-documents p {
  font-size: 0.8125rem;
}

.tooltip-inner {
  max-width: 500px;
}
.general-details i.ti-info-alt {
  font-size: 15px;
  position: relative;
  top: 2px;
  right: -1px;
}

/* Media query for devices with touch display */

@media (hover: none) {
  d-none-toch-device {
    display: none;
  }
}

.badge-important,
tr.shortlisted .badge,
tr.added_on_job .badge {
  background-color: #ffbf00;
  font-weight: 700;
  color: #fff;
}
.badge-normal,
tr.applied .badge,
tr.canceled .badge,
tr.applied .badge {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  font-weight: 600;
}

tr.rejected .badge {
  color: #ee0000;
  background-color: #fff;
  border: 1px solid #ee0000;
  font-weight: 600;
}


.row#profile-picture-warning + .row.dashboard-row {
  padding-top: 0;
}

.row#profile-picture-warning {
  border-bottom: none;
  padding: 15px 20px 5px;
  border: 2px solid #ef8119;
  background: #fae0c0;
  margin: 0 0 2rem;
}

.row#profile-picture-warning p.banner-heading {
  color: #ef8119;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.row#profile-picture-warning a.btn {
  margin-top: 12px;
  margin-bottom: 18px;
  box-shadow: none;
}