/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.grecaptcha-badge{
	visibility: collapse !important
}

/* Job List */
.job-list-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.job-list-box .logo-column {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 0 1 auto;
  margin: 0 15px 0 0;
}
.logo-column img {
  height: auto;
  width: auto;
  max-width: 150px;
  max-height: 70px;
}
.job-list-box .job-column {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.job-list-box .cat-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  flex: 0 1 auto;
  /* background: #ff4d4d; */
}


/* for container that contains company and job info on the job detail */
/* flex: 1 1 25%
  grow shrink basis
*/
#job-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.logo-box {
  padding: 0 0 10px 10px;
  align-self: flex-end;
}
#job-header .info-box {
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  padding: 2px 5px 0px 5px;
  margin-bottom: 10px;
  flex-grow: 0;
  background: #cccccc;
  font-family: arial;
}
.info-box .group {
  display: flex;
  flex-direction: row;
  /* background: #E1231D; */
  margin-bottom: 2px;
}
.group div {
  padding: 2px;
}
.info-box .text {
  border-radius: 0 3px 3px 0;
  display: flex;
  justify-content: flex-end;
  background: #fff;
  flex-grow: 1;
  padding: 0 5px 0 8px;
}
.info-box .title {
  border-radius: 3px 0 0 3px;
  color: #ffeaea;
  background: #ff4d4d;
  flex-grow: 0;
  padding: 2px 5px 0 5px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}


/*
#job-list li {
  background-color: grey;
  padding: 10px;
}
#job-list .value {
  background-color: white;
  padding: 10px;
}

#job-list .title {
  color: #ffe6e6;
  background-color: #ff4d4d;
}


#job-container ul {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: arial;
    list-style: none;
    padding: 0;
    background: #E1231D;
    background: #C0C0C0;
    border-radius: 5px;
    padding: 0px 0px 2px 0px;
}
#job-container ul li {
    color: #000000;
    background: #FFFFFF;
    border-radius: 3px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0px 5px 0px 0px;
    margin: 2px 5px 0px 5px;
}
#job-container span {
    display: flex;
    padding: 3px 6px;
    margin: 0px 15px 0px 0px;
    justify-content: flex-start;
    color: #ffe6e6;
    font-size: 12px;
    align-self: flex-start;
    text-transform: uppercase;
    background: #ff4d4d;
    border-radius: 2px 2px 2px 2px;
    letter-spacing: 1px;
}

#job-container {
  display: flex;
  background-color: DodgerBlue;
  margin: 0px 0px 20px 0px;
  align-items: flex-end;
}
#job-container > div {
  background-color: #f1f1f1;
} */
