html,
body {
  height: 100%;
}

.navbar {
     min-height: auto; 
     margin-bottom: 0px;
     position:relative;
}
.navbar-nav 
{
    float: right;
    position: absolute;
    bottom: 10px;
    right: 0px;
    list-style-type:none;
    margin:0px;
}
.navbar .navbar-nav li
{
    display:inline-block;
}
.navbar .navbar-nav li a
{
    padding:15px 35px;
    margin:1px;
    color:black;
}
a.active,a.focus
{
    background-color:black;
    color:white !important;
}
.navbar .navbar-nav li a:hover
{
    background-color:black;
    color:white;
    text-decoration:none;
}


/**/
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding-left: 0;
  padding-right: 0;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view td {
  white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

/*Css muslim hussain*/
.pepl-job-home-banner-col
{
    padding-left:0px !important;
    padding-right:0px !important;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

input[type="text"] {
  height: 53px;
  border-radius: 20px;
}

/* Job Front Listing Page*/
.job-listing {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.container.job-listing {
  padding: 0;
}
.job-listing-menu {
  background-color: transparent;
}
.job-listing-menu .navbar-inverse {
  background-color: transparent;
  border: none;
}

.job-title-box {
  width: 100%;
}
.job-front-title {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  padding-right: 15px;
  text-transform: uppercase;
  color: #202020;
}
.job-front-category {
  display: inline-block;
  font-size: 11px;
  background: #005298;
  padding: 8px 25px;
  border-radius: 26px;
  color: #fff;
  /* margin-top: 8px; */
  position: absolute;
  top: 80px;
  text-align: center;
}
.job-meta-box {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.job-front-type,
.job-front-education {
  display: inline-block;
}

.job-front-type {
  font-size: 15px;
  color: #005298;
  font-weight: 600;
}
.job-front-type i {
  color: #797979;
  padding-right: 10px;
}
.job-front-education {
  padding-left: 30px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.job-front-education i {
  color: #797979;
  padding-right: 10px;
}

.job-front-box {
  display: block;
  margin: 0 auto;
  position: relative;
  height: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  width: 80%;
  font-family: "Roboto", sans-serif;
}
.job-front-container {
  border-top: 2px solid #ccc;
}
.red-btn {
  background-color: #fd0505;
}
.grey-btn {
  background-color: #202020;
}
.job-buttons {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  vertical-align: middle;
  flex-wrap: wrap;
  padding-top: 80px;
}

.job-buttons a {
  border: none;
  width: 119px;
  height: 40px;
  border-radius: 50px;
  padding-top: 10px;
}


.job-buttons a,
.search-button-front button{
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    background-color: black;
    color: white;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.job-buttons a::before,
.search-button-front button::before{
    content: "Apply";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #ffcc00;
    transition: all 0.4s ease;
    z-index: 0;
    display:flex;
    justify-content:center;
    align-items:center;
    color:black;
}

.job-buttons a:hover::before,
.search-button-front button:hover::before
{
    left: 0;
    transition: all 0.2s ease;
}


.job-buttons a:hover,
.search-button-front button:hover
{
    color:black;
    transition: all 0.4s ease;

}


/* Search Button Home*/
.search-button-front {
  position: relative;
}
.jobs-search {
  position: relative;
}
.search-button-front button::before{
    content: "Search";
}

.search-button-front {
  position: absolute;
  top: 7px;
  right: 11px;
}
.search-button-front button {
  border: none;
  width: 119px;
  height: 40px;
  border-radius: 50px;
  background-color:#202020 !important;
}
/*.search-button-front button:hover*/
/*{*/
/*    background-color:#FD0505 !important;*/
/*}*/
.job-header-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.job-header-title span {
  font-weight: 500;
}

.job-search-box {
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  margin: 0 auto;
  width: 51%;
  max-width: 100%;
}
.jobs-index,.applicants-create {
  position: relative;
  border-top:1px solid #707070;
}
.jobs-index .row {
  margin-right: 0;
  margin-left: 0;
}
/*Applicant Job Detail */
.job_detail {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 16px;
  margin-bottom: 60px;
}
.table-border-top-none {
  border-top: none !important;
}

.applicant-job-form {
  position: relative;
  width: 67%;
  margin: 0 auto;
}

.job-detail-box {
  margin-top: 40px;
}

.applicant-job-form select {
  height: 53px;
  border-radius: 20px;
}

/*Code by muslim hussain*/

.pepl-job-hero-banner
{
    padding-left:0px !important;
    padding-right:0px !important;
}
.pepl-job-hero-banner img
{
    width:100%;
}

.navbar-inverse .navbar-collapse
{
    position: relative
}

.navbar-brand
{
    height:75px !important;
}

.navbar-nav > li > a 
{
    padding-top: 10px;
    padding-bottom: 6px;
}

.navbar-right
{
    position: absolute;
    bottom: -1px;
    right: 0px;
}
.navbar-inverse .navbar-nav li a:focus {
    color: #9d9d9d !important;
}


.footer-desktop
{
    position:relative;
}
.job-footer-menu
{
    position:absolute;
    bottom:0px;
}


@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0;
  }
}

.job-footer-menu {
  list-style: none;
  display: flex;
  padding-left: 5px;
  color: #fff;
  font-size: 1.1vw;
  font-weight: 400;
  text-decoration: none;
  padding-top: 61px;
}
ul.job-footer-menu li {
  color: #fff;
}
ul.job-footer-menu li:first-child {
  padding-left: 0;
}

.footer-desktop {
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  height: 90px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #606060;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.social-links {
  display: flex;
  position: absolute;
  right: 0;
  width: 214px;
  top: 40px;
}
.social-links ul {
  color: #fff;
  list-style: none;
  display: flex;
}

.social-links ul li {
  padding-left: 13px;
  padding-right: 13px;
}
ul.job-footer-menu li a {
  color: #fff;
  border-right: 2px solid white;
    padding: 0px 6px;
}
ul.job-footer-menu li:nth-child(3) a {
  border-right: none;
}

.dark-bg-footer {
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  height: 90px;
  background-color: #393939;
}
.dark-bg-footer a {
  color: #fff;
}

.dark-bg-footer-row
{
    margin-right:0px !important;
    margin-left:0px !important;
}
/* Footer Desktop Two*/
.footer-desktop-2 {
  color: #fff;
}
.image-2 {
  width: 75px;
  height: auto;
  max-width: none;
  margin-top: 0px;
  /*margin-left: 20px;*/
  border: 1px none #000;
}
.footer-company {
  display: flex;
}
.footer-company .copyright {
  padding-top: 26px;
  padding-left: 20px;
}

.footer-desktop-2 .content {
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  color: #a3a3a3;
  font-size: 0.9vw;
  font-weight: 500;
  padding-bottom: 10px;
}
.footer-desktop-2 .logo-col
{
    text-align:left;
}
.footer-desktop-2 .privacy-col
{
    text-align:right;
}
.footer-desktop-2 .privacy-col a
{
    border-right:2px solid white;
    padding: 0px 5px;
}
.footer-desktop-2 .privacy-col a:nth-child(3)
{
    border-right:none;    
}
.pl-z {
  padding-left: 0;
}

/* Pagination */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/*Footer*/

.footer-desktop {
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  height: 90px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #606060;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.social-links {
  display: flex;
  position: absolute;
  right: 0;
  width: 214px;
  top: 40px;
}
.social-links ul {
  color: #fff;
  list-style: none;
  display: flex;
}

.social-links ul li {
  padding-left: 13px;
  padding-right: 13px;
}
ul.job-footer-menu li a {
  color: #fff;
  border-right: 2px solid white;
    padding: 0px 6px;
}
ul.job-footer-menu li:nth-child(3) a {
  border-right: none;
}

.dark-bg-footer {
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  height: 90px;
  background-color: #393939;
}
.dark-bg-footer a {
  color: #fff;
}

/* Footer Desktop Two*/
.footer-desktop-2 {
  color: #fff;
}
.image-2 {
  width: 75px;
  height: auto;
  max-width: none;
  margin-top: 0px;
  /*margin-left: 20px;*/
  border: 1px none #000;
}
.footer-company {
  display: flex;
}
.footer-company .copyright {
  padding-top: 26px;
  padding-left: 20px;
}

.footer-desktop-2 .content {
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  color: #a3a3a3;
  font-size: 0.9vw;
  font-weight: 500;
  padding-bottom: 10px;
}
.footer-desktop-2 .logo-col
{
    text-align:left;
}
.footer-desktop-2 .privacy-col
{
    text-align:right;
}
.footer-desktop-2 .privacy-col a
{
    border-right:2px solid white;
    padding: 0px 5px;
}
.footer-desktop-2 .privacy-col a:nth-child(3)
{
    border-right:none;    
}
.pl-z {
  padding-left: 0;
}

@media (max-width: 768px) {
    .job-front-category
    {
        display:block;
        width: 40%;
    }
    .job-front-box
    {
        padding-top:20px;
    }
    .job-meta-box 
    {
    padding-top: 25px;
    }
    .job_detail {
    width: 88%;
    padding: 14px;
    }
    .applicant-job-form {
    position: relative;
    width: 80%;
    }
    
  .job-buttons a {
    border-radius: 30px;
    width: 116px;
    height: 43px;
    padding-top: 6px;
    font-size: 19px;
  }
  .job-buttons {
    padding-top: 5px;
    padding-bottom: 20px;
    float: right;
  }
  .job-front-title {
    font-size: 20px;
  }
  .job-front-box {
    width: 95%;
    padding-bottom: 15px;
  }
  .job-front-category {
    top: 64px;
  }
  .search-button-front button {
    width: 90px;
  }
  .job-search-box {
    width: 83%;
  }
  .navbar-toggle {
    margin-right: 46px;
  }
  ul.job-footer-menu li {
    font-size: 12px;
    padding-left: 0;
  }
  .job-footer-menu {
    padding-top: 20px;
    justify-content:center;
  }
  .social-links 
  {
      display: block;
      position: static;
      right: 0;
      width: auto;
    }
  .social-links ul {
  justify-content:center;
  padding-left:0px !important;
  margin-top:20px
    }
    .social-links ul li a img
    {
        width:80%;
    }
  button.navbar-toggle {
    background: #333;
  }
  .dark-bg-footer {
    height: auto;
  }
  .job-front-category {
    position: relative;
    top: 0;
  }
  .job-front-education {
    padding-left: 0;
  }
  .footer-company 
    {
        display: block;
    }
  .footer-desktop-2 .logo-col
    {
        text-align:center;
    }
    .footer-desktop-2 .privacy-col
    {
        text-align:center;
        margin:30px 0px 10px 0px;
    }
    .footer-desktop-2 .content 
    {
        font-size: 2vw;
    }
    .job-footer-menu
    {
        position:static;
        bottom:0px;
    }
}
@media (max-width: 426px) 
{
    .navbar .navbar-nav li a 
    {
        padding: 10px 15px;
    }
    .navbar-nav 
    {
        bottom: 7px;
    }
    .job-front-category 
    {
        width: 55%;
    }
    .footer-desktop-2 .privacy-col
    {
        font-size:10px;
    }
}
