/* - - -  C A N D I D A T E S  /  E M P L O Y E R  D A S H B O A R D  - - - */
.dashboard * {
  /*
  -webkit-box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  box-sizing: border-box;  
  */
}

.row {
  width: 100%;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

.row [class*="col"] {
  float: left;
}

.row .col-12 {
  width: 100%;
}

.row .col-6 {
  width: 47%;
  margin:0 3% 0 0;
}

.row .col-4 {
  width: 32.33%;
  margin:0 1% 0 0;
}

.row .col-3 {
  width: 25%;
}

.dashboard__pages .page h2 {
  text-align: center;
  font-size: 1.8em;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  color: #414042;
  font-weight: 300;
}

.float__left {
  float: left;
}

.float__right {
  float: right;
}

.btn__link {
  background-color: #fab153;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 15px 20px;
  font-size: 1em;
  cursor: pointer;
  border: 2px solid #fab153;
  text-decoration: none;
  text-transform: uppercase;
}

.btn__link:hover,
.btn__link:focus,
.btn__link:active {
  background: #fa9a53; 
  border: 2px solid #fa9a53; 
}
.btn__link.inactive:hover,
.btn__link.inactive:focus,
.btn__link.inactive:active {
  background-color: #fab153;
  border: 2px solid #fab153;
}


.dashboard__pages .btn__link {
  margin-right: 10px;
  display: inline-block;
}

/* Circle Percentage*/

.progress-radial {
  position: absolute;
  right: 2px;
  top: 2px;
}

.progress-radial > svg {
  width: 72px;
  height: 72px;
  transform: rotate(-90deg);
}

.svg-circle {
  stroke-width: 5%;
  fill: transparent;
  transform: rotate(0.1deg);
  /* to fix Firefox */
}

.progress {
  stroke: #e6e7e8;
}

.cloak {
  
  stroke: #face4f;
  stroke-width: 5.8%;
}

.core {
  fill: #f8f8f8;
}

.progress-radial > .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #666;
  transform: translate(-50%,-50%);
}

div.percent {
  font-size: 18px;
}

.card__content {
  background: #f8f8f8;
  position: relative;
  min-height: 244px;
  margin: 26px 10px 10px 10px;
  box-shadow: -3px 3px 5px #ccc;
  cursor:pointer;
}

.card__content img {
  position: absolute;
  width: 58px;
  left: 16px;
  top: -16px;
  border: solid 1px #4d4d4d;
}

.card__content h3 {
  font-size: 18px;
  padding: 88px 16px 0 16px;
  margin-bottom: 0;
  min-height:60px;
}

.card__content p {
  font-size: 12px;
  padding: 6px 16px 20px 16px;
  margin: 0;
}

.card__footer {
  font-size: 14px;
  padding: 16px;
  border-top: 1px solid #ccc;
  position: relative;
}

.membership__type i {
  color: #fab153;
}

.bottom__content {
  margin-top: 30px;
  padding-bottom: 50px;
}

.job__search__form {
  position: relative;
  margin: 30px 10px;
}

.job__search__form a {
  color: #4d4d4f;
  font-size: 14px;
  margin-top: 8px;
  text-decoration: underline;  
}


.job__search__form i.fa-search {
  position: absolute;
  left: 0;
  top: 10px;
}

.search__input {
  width: 50%;
  width: calc(50% - 10px);
  height: 35px;
  font-size: 21px;
  font-style: italic;
  padding-left: 30px;
  border: 0;
  border-bottom: solid 1px #facc43;
  -webkit-appearance: none;
  appearance: none;
}
.search__input.filled {
  color:#444444;
}

.search__input:focus {
  outline: none;
  border-bottom: solid 1px #fab153;
}

.job__search__form select {
  background: url('/assets/images/form/select-bg.png') center right no-repeat;
  font-size: 14px;
  padding-right: 20px; 
  margin-right: 15px;
  margin-left: 15px;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* Employer Matches */
.filter__control select {
  margin: 10px;
  padding: 2%;
  width: calc(100% - 22px);
  height: 40px;
  font-size: 0.9em;
  color: #666;
  border: 2px solid #999;
  background-color: #fff;
  background-image: url('/assets/images/form/caret.png');
  background-repeat: no-repeat;
  background-position: right 4% center;
  -webkit-appearance: none;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
}

.section__title__container {
  margin: 10px 0 30px 0;
  padding: 20px 10px;
  border-bottom: solid 2px #fce599;
}

.section__title__container h3 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.section__title__container  a {
  color: #4d4d4f;
  font-size: 14px;
  margin-top: 8px;
  text-decoration: none;
}

.btn__sm {
  padding: 10px 15px;
  font-size: 14px;
  margin-left: 8px;
}

/* EMPLOYERS PLANS */
#employer-plans {
  padding: 5%;
  background-color: #f8f8f8;
}

#employer-plans h2 {
  text-align: center;
  margin-bottom: 30px;
}

#employer-plans .form-wrapper label div.radio {
  position: relative;
  background: #fff;
	display:inline-block;
	vertical-align: bottom;
	border: 3px solid #999;
	width:90%;
  min-height:265px;
	margin: 20px 0;
	padding: 5% 5%;
	cursor: pointer;
}

#employer-plans .form-wrapper label.checked div.radio {
	color: #fab153;
	border: 3px solid #fab153;
}

#employer-plans .form-wrapper input.choose-plan {
  display: none;
}

#employer-plans .plans__content {
  width: 840px;
  margin: 0 auto;
}

#employer-plans .form-wrapper h3 {
  letter-spacing: 3px;
  font-size: 20px;
  text-transform: uppercase;
}

#employer-plans .form-wrapper h4 {
  font-size: 38px;
}

#employer-plans .form-wrapper h4 span {
  font-size: 20px;
  font-style: italic;
  display: block;
}

#employer-plans .plans__content strong {
  font-size: 18px;  
}

#employer-plans .plans__content p {
  width: 90%;
  font-size: 18px;
  margin: 10px 0 0 0;
  padding: 0 20px 10px 0;
  border-bottom: solid 1px #999;
}

#employer-plans .plans__content p.border__none {
  border: none;
  margin-bottom: 20px;
}

.form__description {
  margin: 50px 0 40px 0;
  padding-top: 20px;
  border-top: 1px solid #999;
  display: table;
}

#employer-plans .form-wrapper .btn-next {
	background-color: #fab153;
	text-align:center;
	color:#fff;
	margin:2% 0 0 0;
	padding:2% 0;
	font-size:1.4em;
	cursor:pointer;
	border:2px solid #fab153;
}
#employer-plans .form-wrapper .btn-next:hover {
	background-color: #ffffff;
	color:#fab153;
}
#employer-plans div.radio .fa {
  display:none;
  position: absolute;
  top:10px;
  right:10px;
  color:#fab153;
  font-size:32px;
  text-align:center;
}
#employer-plans div.radio .fa span{
  display:inline-block;
  width:30px;
  height:22px;
  font-size:14px;
  border-radius:50%;
  padding:8px 0 0 0;
  background-color:#fab153;
  color:#fff;
}
#employer-plans .total-price {
  display:none;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  padding:18px 0;
  text-align:center;
}

/* EMPLOYER APPLICANTS */
#employer-applicants .column__content {
  padding: 0 60px 0 20px;
}


#employer-applicants .single__applicant {
  padding-top:20px;
  padding-right: 60px;
}

#employer-applicants .single__applicant ul {
  margin: 0;
  padding: 0;
  display: none;
}

#employer-applicants .single__applicant ul li {
  list-style: none;
  margin: 0;
  padding: 15px 6px;
  border-bottom: solid 1px #e2e1e0;
  position: relative;
}

#employer-applicants .single__applicant ul li strong {
  min-width: 150px;
  display: inline-block;
}

#employer-applicants .single__applicant ul li span.delete {
  color: #fab153;
  position: absolute;
  right: 0;
  bottom: 15px;
}

#employer-applicants .single__applicant h3.section__title {
  padding-left: 6px;
  position: relative;
  cursor: pointer;
}

#employer-applicants .single__applicant .section__title i.fa {
  color: #fab153;
  position: absolute;
  right: 0;
  bottom: 15px; 
}

#employer-applicants .single__applicant .section__title.on i.fa-chevron-right,
#employer-applicants .single__applicant .section__title i.fa-chevron-down {
  display: none;
}

#employer-applicants .single__applicant .section__title.on i.fa-chevron-down {
  display: block;
}

@media (max-width: 1200px) {
  .row .col-3 {
    width: 33.33%;
  }
  
  .row.filter__control .col-3 {
    width: 25%;
  }  
  
  .btn__link {
    font-size: 14px;
    padding: 10px 12px;
  }

  .search__input {
    width: 40%;
    width: calc(50% - 10px);
  }
  
  
}

@media (max-width: 900px) {
  .row .col-3 {
    width: 50%;
  }
  
  .search__input {
    width: 100%;
  }
  
  .job__search__form select {
    margin-top: 10px;
  }
}