/*  Phoenix ATS 
 *	Recruitment Software solution from Capital Software
 *	version 5
 *	http://www.phoenixats.com/
 */
.navbar-default .navbar-brand {
  color: #428bca;
}
.navbar-default .navbar-brand:hover {
  color: #357ebd;
}
.navbar-default .navbar-nav > li > a {
  color: #428bca;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #3071a9;
}

.btn {
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover, .btn:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-social-icon {
  min-width: initial;
}

.btn-default {
  background: #fff;
  border: 0;
}
.btn-default:hover, .btn-default:focus {
  background: #fff;
  border-color: #f9ab4e;
}
.btn-default:focus {
  -webkit-box-shadow: 0, 0, 0, #fff;
  -moz-box-shadow: 0, 0, 0, #fff;
  box-shadow: 0, 0, 0, #fff;
}

.btn-primary, .btn-info {
  background: #f7941d;
  border: 1px solid #f7941d;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 25px;
  padding-right: 25px;
}
.btn-primary:hover, .btn-info:hover, .btn-primary:focus, .btn-info:focus {
  background: #f7941d;
  color: #fff;
  border-color: #f7941d;
  opacity: 0.85;
  -webkit-transition: all, 0.1s, ease-in-out;
  -moz-transition: all, 0.1s, ease-in-out;
  -ms-transition: all, 0.1s, ease-in-out;
  -o-transition: all, 0.1s, ease-in-out;
  transition: all, 0.1s, ease-in-out;
}

a.btn {
  display: inline-block\9 ;
  margin-bottom: 3px\9 ;
}

.main-content .search-jobs .control-label {
  font-size: 16px;
  font-size: 1.6rem;
}

.form-control {
  border-color: #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.form-control:hover, .form-control:focus {
  border-color: #a2a2a2;
}
.form-control:focus {
  -webkit-box-shadow: 0 0 5px #bbb;
  -moz-box-shadow: 0 0 5px #bbb;
  box-shadow: 0 0 5px #bbb;
}

.thumbnail .caption {
  color: #5b5a5a;
}

.alert {
  margin: 20px 0;
  font-weight: bold;
}

.alert-danger {
  background-color: #ffdcda;
  border-color: #f44336;
  color: #f44336;
}

.pagination .active > a,
.pagination .active > a:hover,
.pagination .active > a:focus,
.pagination .active > span,
.pagination .active > span:hover,
.pagination .active > span:focus {
  background-color: #f7941d;
  border-color: #f7941d;
}
.pagination li > a:hover,
.pagination li > a:focus,
.pagination li > span:hover,
.pagination li > span:focus {
  border-color: #bbb;
}
.pagination li > a,
.pagination li > span,
.pagination .disabled > a,
.pagination .disabled > a:hover {
  color: #f7941d;
  border-color: #bbb;
}

i#social {
  opacity: 0.85;
}
i#social:hover, i#social:focus {
  -webkit-transition: all, 0.2s, ease-in-out;
  -moz-transition: all, 0.2s, ease-in-out;
  -ms-transition: all, 0.2s, ease-in-out;
  -o-transition: all, 0.2s, ease-in-out;
  transition: all, 0.2s, ease-in-out;
  opacity: 1;
}

.linkedinimport {
  font-family: Raleway, Arial, sans-serif;
  padding-left: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.linkedinimport i.fa-linkedin {
  line-height: 32px;
}

ul.nav-wizard {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
ul.nav-wizard li:before {
  border-left-color: #fff;
}

ul.nav-wizard li a {
  color: #000;
}
ul.nav-wizard li.active {
  color: #fff;
  background: #f7941d;
}
ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:focus,
ul.nav-wizard li.active a:visited {
  color: #fff;
  background: #f7941d;
}

ul.nav-wizard li.active:after {
  border-left-color: #f7941d;
}

.thumbnail {
  border-color: #eee;
}
.thumbnail:hover {
  border-color: #bbb;
}

.vacancy-box.feature-job {
  border-color: #d1e2e7;
  background-color: #ECF3F5;
}

#JobNumberOrTitle.k-textbox {
  width: 100%;
}

.k-textbox {
  border-color: #bbb;
  max-width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.k-textbox:hover, .k-textbox:focus {
  border-color: #a2a2a2;
}
.k-textbox:focus {
  -webkit-box-shadow: 0 0 5px #bbb;
  -moz-box-shadow: 0 0 5px #bbb;
  box-shadow: 0 0 5px #bbb;
}

.k-textbox:focus,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused {
  -webkit-box-shadow: 0 0 5px #bbb;
  -moz-box-shadow: 0 0 5px #bbb;
  box-shadow: 0 0 5px #bbb;
}

.k-autocomplete.k-state-default,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default,
.k-multiselect.k-header,
.k-state-default > .k-select {
  border-color: #bbb;
}

.k-state-hover span {
  background-color: #bbb;
}

.k-calendar .k-header,
.k-calendar .k-footer,
.k-calendar .k-footer .k-nav-today {
  background-color: #bbb;
}

.k-calendar .k-footer .k-nav-today:hover,
.k-calendar .k-footer .k-nav-today.k-state-hover,
.k-link.k-state-hover,
.k-state-hover,
.k-state-hover:hover,
.k-calendar .k-link.k-nav-fast.k-state-hover,
.k-state-focused {
  background-color: #bbb;
}

.k-calendar .k-footer .k-nav-today:active,
.k-calendar .k-footer .k-nav-today:active,
.k-heade .k-link:active,
.k-calendar .k-link.k-nav-fast:active {
  color: #000;
  background-color: #bbb;
}

@media (min-width: 1200px) {
  .wrapper {
    margin-bottom: -140px;
  }

  footer,
.wrapper:after {
    height: 140px;
  }
}
.username {
  color: #bbb;
}

hr {
  border-color: #bbb;
}

body {
  font-family: Raleway, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #5b5a5a;
}

p {
  font-family: Raleway, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000;
  font-family: Raleway, Arial, sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #428bca;
}
h1 a:hover, h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus,
.h1 a:hover,
.h1 a:focus,
.h2 a:hover,
.h2 a:focus,
.h3 a:hover,
.h3 a:focus,
.h4 a:hover,
.h4 a:focus,
.h5 a:hover,
.h5 a:focus,
.h6 a:hover,
.h6 a:focus {
  color: #5b5a5a;
  text-decoration: none;
}

h1,
.h1 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #c74a1a;
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

h2,
.h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: 21px;
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

h4,
.h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  h4,
.h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

a {
  color: #428bca;
}
a:hover, a:focus {
  color: #428bca;
  text-decoration: underline;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td,
.control-label,
.k-textbox,
.k-picker-wrap,
.k-calendar-container table {
  font-size: 14px;
  font-size: 1.4rem;
}

#large-wrapper {
  background: url(/content/skins/LGJobs/img/LGCar_background.gif) repeat;
}

#main_wrapper .container {
  background: #fff;
}

.header a {
  webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

* a:hover {
  text-decoration: underline;
}

/* Header */
.header {
  background-color: #374e59;
  padding: 32px 0;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  padding-left: 15px;
  width: 230px;
}
@media screen and (max-width: 600px) {
  .header .logo {
    width: 140px;
  }
}
.header .solgm {
  padding-right: 15px;
  max-width: 252px;
}
@media screen and (max-width: 600px) {
  .header .solgm {
    width: 140px;
  }
}

.navbar-default {
  border: 0;
  border-radius: 0;
  min-height: 35px;
  margin-bottom: 0;
  background: #567482;
}
.navbar-default a {
  display: block;
  float: left;
  padding: 8px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}
.navbar-default a:hover {
  color: #f7941e;
  text-decoration: none;
}
.navbar-default .active {
  background-color: #374e59;
  color: #f7941e;
}
.navbar-default .home {
  padding-left: 50px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #425963;
}

.navbar-collapse li a {
  padding-left: 0;
}

.body-content {
  background-image: url(/content/skins/LGJobs/img/LGCar_background.gif);
  background-repeat: repeat;
  background-position: 0px 0px;
  margin-bottom: 0;
}
.body-content .white-wrapper {
  padding-top: 10px;
  padding-bottom: 40px;
  background: #fff;
}

.social-share a {
  color: #f7941d;
}

.sidebar {
  margin-top: 20px;
}
.sidebar .nav-tabs li {
  width: 50%;
}
.sidebar .nav-tabs li.active a {
  border: 0;
  border-bottom: 3px solid #f7941d;
  font-weight: 700;
}
.sidebar .nav-tabs li > a {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.sidebar .nav-tabs li > a:hover {
  background: #fff;
  border: 0;
  border-bottom: 3px solid #f7941d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.careernav p {
  margin-bottom: 0;
}
.careernav a {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 0;
  color: #567482;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.careernav a i {
  color: #f7941d;
}
.careernav a:hover, .careernav a:focus {
  padding-left: 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.panel-default {
  border-color: #f7941d;
}
.panel-default .panel-heading {
  background-color: #f7941d;
  color: #fff;
}

.team-grid .member:hover:after {
  background: #f7941d;
}

.footer {
  background-color: #a9b5af;
}
.footer .copyright {
  font-size: 10px;
  float: left;
  padding-left: 15px;
  padding-top: 15px;
  color: #232323;
}
.footer .tracked {
  text-transform: uppercase;
  float: right;
  padding-right: 15px;
  padding-top: 15px;
  color: #232323;
}
.footer a:hover {
  color: #232323;
  text-decoration: none;
}