/**
 *
 * ATS Pro - Candidate Management Plugin for WordPress
 *
 * @copyright 2019 oncode.ca, Khalil Asmi
 *
 */
.ats-container *,
.ats-container ::after,
.ats-container ::before {
  box-sizing: border-box;
}
.ats-container {
  width: unset !important;
}
.ats-info-col {
  max-width: 260px;
}
/* Alerts */
.ats-alert {
  display: block;
  padding: 10px;
  margin-bottom: 1rem;
  background-color: #f5f5f5;
}
.ats-alert-info {
  background-color: #0095ed;
  color: #fff;
}
/* Forms */
.ats-form-group {
  margin-bottom: 30px;
}
.ats-form-group label {
  font-weight: bold;
}
.ats-input {
  width: 100%;
  padding: 10px 15px !important;
  height: 48px;
  line-height: normal;
}
.ats-single-main {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ats-single-header {
  margin-bottom: 2rem;
}
.ats-single-header .featured {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.ats-single-header .featured img {
  display: block;
  width: 100%;
}
.ats-single-header .meta {
  display: inline-block;
  vertical-align: top;
  margin-left: 1rem;
}
.ats-single-header h1 {
  margin: 0;
  margin-bottom: 8px;
}
.ats-single-header .meta-inner > span {
  display: inline-block;
  margin-right: 8px;
  color: #a1a1a1;
  font-weight: bold;
  font-size: 16px;
}
.ats-single-header .meta-inner > span span {
  color: #222;
}
.ats-single-content h2 {
  font-size: 28px;
}
.ats-single-content h3 {
  font-size: 22px;
}
.ats-cats ul {
  padding: 0;
  margin: 0;
}
.ats-cats ul li {
  display: inline-block;
  margin-right: 4px;
}
.ats-cats ul li a {
  background-color: #fc8b24;
  color: #FFF;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: bold;
}
.ats-single-info ul {
  padding: 0;
  margin: 0;
}
.ats-single-info ul li {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.ats-single-info ul li span {
  display: block;
  font-weight: bold;
  text-transform: none;
}
.ats-skills-wrap {
  margin-top: .4rem;
}
.ats-skill-bar {
  position: relative;
  background-color: #dedede;
  margin-bottom: 1rem;
  padding: 2px 6px;
}
.ats-skill-bar .inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fc8b24;
  z-index: 1;
}
.ats-skill-bar span {
  font-size: 13px;
  z-index: 2;
  position: relative;
  color: #FFF;
}
/* Application page */
.ats-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  min-height: 600px;
}
.ats-app-page {
  margin-top: 2rem;
  margin-bottom: 100px;
  align-items: flex-start;
}
.ats-app-page input[type="file"] {
  border: 1px solid #d5d5d5;
  border-radius: 0;
}
.ats-app-page .ats-skills-input-wrap {
  padding: 0;
  margin: 0;
  max-width: 300px;
}
.ats-app-page .ats-skills-input-wrap .ats-input {
  width: 50px;
  height: 30px;
  padding: 0 !important;
  text-align: center;
}
.ats-app-page .ats-skills-input-wrap label {
  font-weight: bold;
}
.ats-app-page .ats-login-form {
  background-color: #f7f7f7;
  padding: 1rem;
}
.ats-app-page .ats-login-form > p {
  margin-bottom: 10px;
  font-weight: bold;
}
.ats-app-page .ats-login-form form {
  display: flex;
  flex-direction: row;
  margin-left: -5px;
  margin-right: -5px;
}
.ats-app-page .ats-login-form form p {
  display: block;
  width: 33%;
  padding-left: 5px;
  padding-right: 5px;
}
.ats-app-page .ats-login-form form p label {
  display: none;
}
.ats-app-page .ats-login-form form p input {
  width: 100%;
}
.ats-app-page .ats-login-form form p .button {
  height: 38px;
  background-color: #222;
  border-color: #222;
  color: #FFF;
}
.ats-app-page .ats-login-form form p .button:hover {
  opacity: .8;
}
