/*  Phoenix ATS 
 *	Recruitment Software solution from Capital Software
 *	version 5
 *	http://www.phoenixats.com/
 */
.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: #00a0e5; }
  .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: #007CB2; }
  .btn-primary:hover, .btn-info:hover, .btn-primary:focus, .btn-info:focus {
    background-color: #00a0e5;
    -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: #c3d5e7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .form-control:hover, .form-control:focus {
    border-color: #9fbbd8; }
  .form-control:focus {
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd; }

.thumbnail .caption {
  color: #777; }

.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: #007CB2;
  border-color: #007CB2; }
.pagination li > a:hover, .pagination li > a:focus,
.pagination li > span:hover, .pagination li > span:focus {
  border-color: #c3d5e7; }
.pagination li > a, .pagination li > span,
.pagination .disabled > a, .pagination .disabled > a:hover {
  color: #007CB2;
  border-color: #c3d5e7; }

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: Arial, Helvetica, 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: #007CB2; }
  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: #007CB2; }

ul.nav-wizard li.active:after {
  border-left-color: #007CB2; }

.thumbnail {
  border-color: #eee; }
  .thumbnail:hover {
    border-color: #c3d5e7; }

#JobNumberOrTitle.k-textbox {
  width: 100%; }

.k-textbox {
  border-color: #c3d5e7;
  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: #9fbbd8; }
  .k-textbox:focus {
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd; }

.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 #ddd;
  -moz-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd; }

.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: #c3d5e7; }

.k-state-hover span {
  background-color: #c3d5e7; }

.k-calendar .k-header, .k-calendar .k-footer, .k-calendar .k-footer .k-nav-today {
  background-color: #c3d5e7; }

.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: #c3d5e7; }

.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: #c3d5e7; }

::-moz-selection {
  background: #007CB2;
  color: #fff; }

::selection {
  background: #007CB2;
  color: #fff; }

@media (min-width: 1200px) {
  .wrapper {
    margin-bottom: -50px; }

  footer, .wrapper:after {
    height: 50px; } }
.username {
  color: #ddd; }

hr {
  border-color: #c3d5e7; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #777; }

p {
  font-family: Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  font-family: Arial, Helvetica, 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: #000; }
    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: #000; }

h1, .h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: Arial, Helvetica, sans-serif; }

h2, .h2 {
  font-size: 22px;
  font-size: 2.2rem; }

h3, .h3 {
  font-size: 20px;
  font-size: 2rem; }

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem; }

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem; }

a {
  color: #007CB2; }
  a:hover, a:focus {
    color: #007CB2;
    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; }

body {
  background-color: #c3d5e7; }

.page-wrapper {
  background-color: #fff; }
  @media (min-width: 992px) {
    .page-wrapper {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      margin-bottom: 10px; }
      .page-wrapper .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }

.navbar-default {
  background: #fff;
  border: 0; }
  .navbar-default .navbar-brand {
    color: #007CB2; }
    .navbar-default .navbar-brand:hover {
      color: #006a99; }
  .navbar-default .navbar-nav > li > a {
    color: #007CB2;
    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: #00587f; }
  .navbar-default .navbar-toggle {
    margin-top: 30px;
    border-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #007CB2; }

.logo {
  padding-top: 10px; }
  @media (max-width: 767px) {
    .logo {
      padding-left: 15px; } }

.navbar-nav {
  margin-top: 10px; }

.header img {
  min-width: 100%; }
@media (min-width: 992px) {
  .header {
    padding-left: 20px;
    padding-right: 20px; } }

.breadcrumb-header {
  padding: 15px;
  background-color: #007CB2;
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem; }
  .breadcrumb-header a {
    color: #fff; }

.sidebar {
  margin-top: 20px; }
  .sidebar .nav-tabs li {
    width: 50%; }
    .sidebar .nav-tabs li.active a {
      border: 0;
      border-bottom: 3px solid #007CB2;
      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 #007CB2;
        -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;
  -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:hover, .careernav a:focus {
    background-color: #007CB2;
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
    -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: #007CB2; }
  .panel-default .panel-heading {
    background-color: #007CB2;
    color: #fff; }

.team-grid .member:hover:after {
  background: #007CB2; }

.footer {
  text-align: center; }
  .footer .links {
    background-color: #007CB2;
    padding: 20px;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem; }
    .footer .links a {
      color: #fff; }

/*# sourceMappingURL=Site.css.map */
