@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
//Fix bold with imported font
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Open Sans', sans-serif;
}

a:hover, a:focus {
  text-decoration: none !important;
}

#login-wrap h1 {
  margin-bottom: 20px;
}

#login-wrap .col-sm-12 {
  width: 350px;
}

.form-group {
  margin-bottom: 10px;
}

.form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

.form-control {
  display: block;
  width: 300px;
}

.pull-right {
    float: right !important;
}

.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label {
    min-height: 20px;
    padding-left: 5px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.btn-primary {
  color: #fff;
  background-color: #184ea2;
  border-color: #15438c;
}

.text-danger {
  color: red;
}

.label {
  color: #5f5f5f;
  font-size: 100%;
}

.field_with_errors input {
  border: 1px solid red;
}

td.formSeperator {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-weight:normal;
    color: #555555;
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

input[type=text], input[type=password], input[type=email], textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ccc;
}

input[type=submit],
input[type=button],
input[type=reset],
.btn,
.button {
  font-weight:normal;

  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;

  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit],
input[type=button],
input[type=reset],
.button,
.btn {
  color: #fff;
  background-color: #184ea2;
  border-color: #15438c;
  font-size: inherit !important;
}

input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
.button:hover,
.btn:hover {
  color: #fff;
  background-color: #113976;
  border-color: #0d2a56;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit].btn-danger,
input[type=button].btn-danger,
input[type=reset].btn-danger,
.btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-primary {
  color: #fff;
  background-color: #184ea2;
  border-color: #15438c;
}

.btn-primary:hover {
  color: #fff;
  background-color: #113976;
  border-color: #0d2a56;
}

.panel {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#hireWizard .panel-body {
  padding: 30px;
}

#jobSearchForm,
.otherBox,
.statistics {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;

  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ul.sub_navigation li a {
  padding: 6px 9px /* prevents wrapping */
}

div.placement-appointee {
  margin-top:10px;
}

#jobSearchForm {
  width: 260px !important;
}
#jobSearchForm #tenureTypesDiv label {
    font-weight: normal !important;
}

#jobSearchForm .hintTop .label {
  padding: 0px !important;
}

#jobSearchForm .hintTop label {
  font-weight: normal !important;
}

#jobSearchForm .hintTop select {
  font-weight: normal !important;
}

#banner {
  font-size: normal !important;
}

.job .jobOrg { font-size: larger; }
#container { border: none !important; }
