.fieldHeader {
  font-weight: bold;
  text-align: right;
}
.profile-image {
  margin: 5px 0;
  text-align: center;
}
.home .row {
  margin: 20px 0;
}
.home .row .btn.left {
  text-align: left;
  padding-left: 10px;
}
.home .row .btn.left i {
  margin-right: 5px;
}
.bs-docs-sidenav i {
  width: 19px;
  display: inline-block !important;
}
body #breadcrumb {
  margin-bottom: 10px;
}
body .icon-folder-close {
  color: #DDDD66;
}
body .icon-file {
  color: #428bca;
}
body .loginbox {
  width: 250px;
  margin: 0 auto;
}
body input.error-flag {
  border: 2px solid #FF0000;
  background-color: #FF9999;
}
body .table .status {
  text-align: center;
}
body .userinfo {
  font-size: 11px;
  margin: 5px 20px 0 0;
}
body .deleteForm {
  display: inline;
  margin: 0;
}
body .form-actions {
  text-align: center;
}
body .date {
  width: 75px;
  text-align: center;
}
body .navbar-ansto .navbar-inner {
  background: white;
}
body .navbar-ansto .navbar-inner .logo {
  background: url('../img/ansto_logo.svg') no-repeat center;
  display: block;
  width: 200px;
  height: 40px;
  float: left;
  margin: 5px 48px 5px 0;
}
body .navbar-ansto .navbar-inner .logo span {
  display: none;
}
body .navbar-ansto .navbar-inner .brand {
  padding: 17px 0 0 5px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
body .navbar-ansto .navbar-inner .nav {
  margin-top: 16px;
}
body .navbar-ansto .navbar-inner .nav li.active a {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
body .navbar-ansto .navbar-inner .nav li {
  list-style: none;
  text-align: center;
  height: 34px;
  padding: 0 0 0 15px;
  background: url('../img/bg_menu_left.png') no-repeat top left transparent;
  background-position: left -4px;
  float: left;
}
body .navbar-ansto .navbar-inner .nav li a {
  text-shadow: none;
  display: block;
  height: 36px;
  padding: 8px 20px 0 0;
  color: #1F448F;
  text-decoration: none;
  background: url('../img/bg_menu_right.png') no-repeat top right transparent;
  background-position: right -4px;
}
body .navbar-ansto .navbar-inner .nav li:hover {
  background-position: left -42px;
  background-color: transparent;
}
body .navbar-ansto .navbar-inner .nav li:hover a {
  background-position: right -42px;
  background-color: transparent;
}
.ansto-content h1 {
  color: #1a3869;
  font-size: 22px;
  font-weight: normal;
}
.ansto-content h2 {
  color: #1a3869;
  font-size: 18px;
  font-weight: normal;
  display: block;
  line-height: 28px;
  border-bottom: 1px solid #CCCCCC;
}
.ansto-content h3 {
  color: #1a3869;
  font-size: 16px;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a3869;
  font-family: 'Poppins', sans-serif;
}
.nav-list .active a {
  color: #F6F6F6;
  background-color: #0275B7 !important;
}
.bs-docs-sidenav {
  margin: 15px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.navbar {
  margin-bottom: 0;
}
.iconSpacing {
  width: 20px;
  display: inline-block;
}
.contentBlock {
  margin-bottom: 20px;
}
.search-box .x-small {
  font-size: 80%;
}
.side-nav {
  width: 100%;
  margin-top: 10px;
}
.affix {
  top: 0px;
}
​ .container-non-responsive {
  /* Margin/padding copied from Bootstrap */
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  min-width: 960px;
  max-width: 960px;
  /* Set width to your desired site width */
  width: 960px;
}
.contacts {
  clear: both;
}
.home-button {
  margin-bottom: 10px;
}
/*# sourceMappingURL=ansto.css.map */