@font-face {
  font-family: UnitRounded;
  src: url(UnitRoundedWeb-Bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

/* header nav breakpoints */
#csiro-header-nav {
  margin-right: 100px;
}

@media only screen and (max-width: 480px) {
  #csiro-header-nav {
    margin-right: 0;
  }
}

/* no greater than 551px, no less than 526px */
@media only screen and (max-width: 551px) and (min-width: 479px) {
  #csiro-header-nav {
    display: none !important;
  }
}

.csiro-logo-header {
  margin-top: 5px;
  width: 50px;
}
.csiro-logo-header img {
  height: 50px;
  width: 50px;
}
@media only screen and (max-width: 551px) {
  .csiro-logo-header {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 552px) {
  .csiro-logo-header {
    float: right;
  }
}

input[type=checkbox] {
  transform: scale(1.1);
}

/*set title banner color rpr*/
.navbar-inverse {
  background-color: #295081;
}

nav.navbar.navbar-default {
  margin-bottom: 0;
}

.navHelpLinks {
  padding: 0;
}

.navHelpLinks li {
  background-color: #295081;
  width: 100%;
}

/* hero banner overlay */
.scrim:before {
  opacity:0.7;
  background: linear-gradient(
  rgba(0, 0, 0, 0.3), 
  rgba(0, 0, 0, 0.5) ); 
}

.staffResponseText {
  margin: auto;
  width: 70%;
  padding: 10px;
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

.truncate-ellipsis {
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}
 
.truncate-ellipsis > * {
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-group.required label:after {
  content:" *";
  color:red;
}

.contributors {
  width: 95%; 
  overflow: hidden;
  text-overflow: ellipsis;
}

fieldset p {
  display: table-row;
}
fieldset input, 
fieldset select, 
fieldset label {
  display: table-cell;
  margin: 25px;
}
fieldset label {
  text-align: right;
}

.backToTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  top: 50px; /* Place 100px from the top of the page */
  right: 150px; /* Place the button 350px from the left */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

.hierarchy-indicator {
  padding: 0 0 0 18px;
  border-left: 2px solid #b2b3b4;
}

.text-muted {
  color: #767676;
}

a.collection-category:hover	  {
  color: #00313C;
  text-decoration: underline;
}

/* styles for '...' */ 
.block-with-text {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative; 
    /* use this value to count block height */
    line-height: 1.4em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 4.2em; 
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;  
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
  }
  /* create the ... */
  .block-with-text:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
  }
  /* hide ... if we have text, which is less than or equal to max lines */
  .block-with-text:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: white;
  }

  p.clickable:hover { cursor: pointer; }
  label.clickable:hover { cursor: pointer; }
  span.clickable:hover { cursor: pointer; }

/* Label */
.label {
    border-radius:4px;
}
.label-default {
    background-color: #4a4a4a;
}

.label-default-15 {
    background-color: #4a4a4a;
    font-size: 15px;
}

/* Description list */
dd {
  margin-bottom:15px;
  overflow: auto;
}
dd:last-child {
  margin-bottom:0px;
}
dl {
  margin-bottom:0;
}

/* Tabs panel */


.tabbable-panel {
  border:2px solid #eee;
  padding: 10px;
}
.tabbable-line .nav-tabs>li>a {
    background-color: inherit;
}
.tabbable-line > .nav-tabs {
  border: none;
  margin: -2px;
}
.tabbable-line .nav-tabs>li {
  margin-bottom: -2px;
}
.tabbable-line .nav-tabs>li.active{
  margin-bottom: 0;
}
.tabbable-line .nav>li>a {
    padding:0 0 8px 0;
    font-weight:bold;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 40px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #111;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 2px solid #ccc;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 2px solid #111;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #111;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  border: 0;
  border-top: 2px solid #e6e6e6;
  padding: 15px 0;
}
.tabbable-line .nav-tabs>li.active>a, .tabbable-line .nav-tabs>li.active>a:hover, .tabbable-line .nav-tabs>li.active>a:focus {
  background-color: inherit;
}

.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* title */
h1.collection-title{
    font-family: 'Open Sans';
    font-weight: bold;
    font-size:24px;
    margin-top:4px;
}
h2.collection-title{
    font-family: 'Open Sans';
    font-size:18px;
    font-weight:bold;
    color:#00313c;
    margin-bottom:30px;
    margin-top:0px;
}
a.collection-category {
    font-weight:bold;
    color:#007b97;
}

/* Buttons */
.btn-cta{
    color:#fff;
    background-color: #007b97;
    border-color: #007b97;
}
.btn-cta:hover {
    color: #fff;
    background-color: #026a7e;
    border-color: #026a7e;
}

/* Collection List Images */
.collection-list-image{
  /* width:100%; */
  margin: 0 auto;
  overflow:hidden;
  position: relative;
  height: 180px;
  }
  .collection-list-image>img{
  position:absolute;
  }

a.collection-view-more {
  color:#007b97;
  font-weight: bold;
}
a.collection-view-more:hover .row  {
  background-color: #d7edf4;
  transition: all 0.4s ease
}
.collection-view-more .row {
  border-top: solid 1px #d7edf4
}


/* TREE */
.tree, .tree ul {
  margin:0;
  padding:0;
  list-style:none
}
.tree ul {
  margin-left:1em;
  position:relative
}
.tree ul ul {
  margin-left:.5em
}
.tree ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  border-left:1px solid
}
.tree li {
  margin:0;
  padding:0 1em;
  line-height:2em;
  color:#00313c;
  font-weight:700;
  position:relative
}
.tree ul li:before {
  content:"";
  display:block;
  width:10px;
  height:0;
  border-top:1px solid;
  margin-top:-1px;
  position:absolute;
  top:1em;
  left:0
}
.tree ul li:last-child:before {
  background:#fff;
  height:auto;
  top:1em;
  bottom:0
}
.indicator {
  margin-right:5px;
}
.tree li a {
  text-decoration: none;
  color:#007b97;
}
.tree li button, .tree li button:active, .tree li button:focus {
  text-decoration: none;
  color:#007b97;
  border:none;
  background:transparent;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  outline: 0;
}
  
.paddedDiv
{
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 10px;
	overflow:auto; 
}

a.keywords { 
	background: #F5F5F5;
}
a.keywords:hover { 
  text-decoration:underline;
  background:none;
}

.relatedCollections > label, .relatedCollections > p {
	cursor: pointer;
	text-decoration: underline;
}

.copy{
	font-weight: bold;
}

.sidebarLabel{
	font-weight: bold;
    color: #007b97;
}

.collectionMap {
  height: 400px;
  width: 100%;
 }

 .facet-header .fa {
  transition: .3s transform ease-in-out;
}
.facet-header .collapsed .fa {
  transform: rotate(-90deg);
}

.collectionText {
  width: 100%;
  resize: none;
  overflow:hidden;
}

.tag10 {
font-size: 12px;
margin:3px;
}

.tag20 {
font-size: 14.5px;
margin:3px;
}

.tag30 {
font-size: 17px;
margin:3px;
}

.tag40 {
font-size: 19.5px;
margin:3px;
}

.tag50 {
font-size: 22px;
margin:3px;
}
 
.fieldCount {
float:right; 
color:#d3d3d3; 
font-weight:bold
}

.viewAllLink {
float:right; 
position: relative; 
top: 20px;
}

.headerHr {
position: relative; 
bottom: 10px;
}

a.disabled {
  visibility:hidden;
}

#facetDiv {
  margin-bottom: 30px;
}

.recentDiv {
  min-height: 85px;
}

.error {
  color: red;
}

.folderList {
    list-style-type: none;
    margin-left: 20px;
    padding: 0;
    font-size: 18px;
}

.columnSortable,
.clickable:hover,
.recent_type_tab:hover,
.fileSortable:hover,
.controls:hover,
.folderToggle:hover {
	cursor:pointer;
}

.folderCol{
    max-height: 850px;
    display: flex;
    flex-flow: column;
    margin-bottom: 5px;
}

.tableHeight {
    overflow: auto;
}

a.detailToggle:before
{
	content: 'hide details';
}

a.detailToggle.collapsed:before
{
	content: 'show details';
}

.facetToggle.collapsed:before
{
	content: 'more';
}

.facetToggle:before
{
	content: 'less';
}

.folderToggle{
    padding-left:5px;
}

.folderToggle span{
    font-family: 'Open Sans';
}

/* Footer */
.footer-primary{
  line-height: inherit;
  background-color: #295081;
}
.footer-primary h3 {
text-transform:none;
}
.footer-primary a, .footer-primary p {
	font-size:12px;
	color:#fff;
	font-weight:normal;
}
.footer-primary a {
  text-decoration:underline;
}
.footer-primary a:hover, .footer-primary a:active{
  text-decoration:none;
}

.footer-acknowledgements {
  background-color: #f1f2f2;
  color:#222222;
  padding: 1em 0;
  font-weight: normal;
}

.selected-count.badge {
  	background-color: #007b97;
    margin:3px;
}

.margin3 {
    margin:3px;
}

.badgeAlign {
	  display: flex;
    align-items: center;
}

/* pointer */

.pointer {
  cursor: pointer;
}

/* image gallery */

.thumbnail{
  border-radius: 0;
  padding: 0;
}
.thumbnail .img-wrapper {
  position: relative;
}
.thumbnail .checkbox {
  margin-bottom:0;
}

.thumbnail.active {
  box-shadow: 0 0 0 4px #00a9ce, 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border:0;
}

.thumbnail  .square {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

  /* Checkboxes */

.thumbnail  .checkbox input[type="checkbox"] {
      display: none;
  }

.thumbnail  .checkbox label {
      padding-left: 0;
  }

.thumbnail  .checkbox  label {
    color: #007b97;
}

.thumbnail  .checkbox input[type="checkbox"]:checked+label, .thumbnail  .checkbox  label:hover {
  color: #00313C;
}

.thumbnail  .checkbox input[type="checkbox"]:disabled+label, .thumbnail .checkbox input[type="checkbox"]:disabled+label:hover {
  color: grey;
  cursor: not-allowed;
}



.thumbnail  a:hover .overlay {
    opacity: .7;
}


.thumbnail .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      transition: .2s ease;
      background-color: #000;
  }

.thumbnail .text {
    color: white;
    /* font-size: 20px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.thumbnail .icon {
  position:absolute;
  left: 50%;
  margin-left:-24px;
  top:15%
}

/*For smaller devices, tabs become stacked */
@media (max-width: 767px) {
  .nav-tabs {
    clear: both;
  
  }
  .nav-tabs > li {
      float:none;
      margin-bottom:10px;
  }
  .nav > li > a:hover, .nav > li > a:focus,
  .nav > li > a:hover, .nav > li > a:focus,
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
  {
      background:none;
      border:none;
  }
  .tabbable-line > .nav-tabs > li {
      margin-right: 0px;
  }
}

.action-bar a {
  color:#007b97;
}

.action-bar a.active {
  color:#00313C;
}

.breadcrumb {
  padding: 0px 15px;
  margin-bottom: 15px;
  background-color: transparent;
  border-radius: 0;
}

.section__toolbar {
  min-height: 53px;
}

/* .thumbnail {
	max-width: 100%;
  	height: 50px;
  	border: 0px;
} 

/*.fileControls {
	font-family: "Open Sans",Arial,sans-serif;
	font-weight: bold;
	cursor:pointer;
}*/

.legalNotice h4 {
	margin: 20px 0px 5px 0px;
}

.logo {
	margin: 20px 0px 20px 0px;
}

.collapse-row.collapsed + tr {
  display: none;
}

.field-divider {
	width:50px; 
	float: left; 
	height:40px; 
	padding-top:10px; 
	padding-left:24px; 
	padding-right:24px; 
	font-weight: bold;
}

.link__secondary {
  font-weight:bold;
  color:#007b97;
}
.link__secondary:hover	  {
  color: #00313C;
  text-decoration: underline;
}

a {
  font-weight:bold;
  color:#007b97;
}
a:hover	  {
  color: #00313C;
  text-decoration: underline;
}

.text-muted__light {
  color:#f1f2f2;
}

.text-bold {
  font-weight:bold;  
}

.text-accessibility {
  color: #606060;
}

.placeHolderText::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #707070;
}
.placeHolderText:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #707070;
 opacity:  1;
}
.placeHolderText::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #707070;
 opacity:  1;
}
.placeHolderText:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #707070;
}
.placeHolderText::-ms-input-placeholder { /* Microsoft Edge */
 color:    #707070;
}

.placeHolderText::placeholder { /* Most modern browsers support this now. */
 color:    #707070;
}

/* add the .rotate class to fontawesome icons wrapped in bootstrap collapse to animate icon -90degrees  */
[data-toggle="collapse"] .rotate {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
[data-toggle="collapse"].collapsed .rotate {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* animate expandable width  */
.expandable {
  transition: width 500ms;
  -moz-transition: width 500ms; /* Firefox 4 */
  -webkit-transition: width 500ms; /* Safari and Chrome */
  -o-transition: width 500ms; /* Opera */
}
.expandable.container-fluid {
  width:100%;
}

.contextual-nav__list {
  border-left: 2px solid #cbdae6;
  }
  .btn-transparent {
    font-weight:600;
    background-color:transparent;
    border: 1px solid;
    border-radius: 3px;
    border-color:#d9d9d9;
    color:#000;
  }
  .btn-transparent:hover,.btn-transparent:focus  {
    background-color:#00313C;
    border-color:#00313C;
    color:#fff;
  }
  .btn-slim{
    padding-top:5px;
    padding-bottom:5px;
  }
  
  .list-group-item__noborder.list-group-item {
    border:0;
  }
  .list-group-item__noborder.list-group-item.active{
    border-radius:3px;
  }
  .list-group-item__title{
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  a.link__secondary {
    font-weight:bold;
    color:#007b97;
  }
  a.link__secondary:hover      {
    color: #00313C;
    text-decoration: underline;
  }
  .badge-secondary {
    background-color:#f1f2f2;
    color:#00313C;
  }  
  
.preview {
	max-width: 100%;
  	height: 70px;
  	border: 0px;
} 

  /* Toastr overrides */
  .toast-top-right {
    top:75px;
  }
  #toast-container>div, #toast-container>div:hover {
    opacity: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  /* Alert Banner */
  .alert-banner {
    background-color: #007b97;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
  }

  /* aladin overides */
.aladin-layersControl-container {
  top: 50px;
  left:auto;
  right: 4px;
  background: #fff;
  border-radius: 0px;
}
.aladin-layersControl {
  width: 24px;
  height: 24px;
  background-size: 70%;
}
.aladin-box {
  top:50px;
  left:auto;
  right: 40px;
  font-family: inherit;
  font-size: 1em;
  background: #fff;
  border-radius: 0;
}
.aladin-zoomControl {
  right: 4px;
  top: 110px;
}
.aladin-zoomControl a {
  width: 24px;
  height: 24px;
  border-radius: 0px;
  border: none;
  background-color: #fff;
  padding-top:2px;
  margin:0;
}
.aladin-closeBtn {
  border:none;
}
.aladin-location {
  right: 0;
  top:auto;
  bottom:0;
  width: 230px;
  background-color: rgba(255,255,255,0.9);
}
.aladin-fullscreenControl {
 cursor: pointer;
}
.aladin-fov {
 color:#000;
 font-weight: normal;
 top:0;
 right: 0;
 bottom:auto;
 margin-right:40px;
 background-color: rgba(255,255,255,0.9);
 padding: 0 4px;

}

.aladin-logo-container {
  bottom: 20px;
}

.aladin-reticleColor {
  color: #007b97 !important;
  font-weight: normal !important;
}

/* catalogue image */
.catalogue-image {
  background-color:#fff;border: solid 1px #e3e3e3;padding:20px;margin-bottom:20px;
}
.catalogue-image img {
  min-height: 234px;
}

/* CASDA Sky maps search bar */
.casda-skymap__search {
  position: absolute;
  top:0;
  z-index:4;
  min-height:400px;
  padding:0 20px;
  width:300px;
}

.dt-horizontal__nested--reset {text-align:inherit!important;font-weight: normal!important;width: 250px!important;}

.font__family--monospace {
  font-family: monospace;
}

.text--force-break {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}
/* map popup styles */
.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.preserve-whitespace {
  white-space: pre;
}

.dl-horizontal dt {
	width: 165px;	
}

.casFileupload .tooltip-inner {
    min-width: 380px; 
    text-align: left;
}

.folderSelected {
	color:#FFFFFF;
	background-color:#428bca;
}
.folderSelected:hover {
	color:#FFFFFF;
	background-color:#428bca;
}
.twitter-typeahead {
	width:100%	
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.column-left-70 {
    float: left;
    width: 70%;
}

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid rgba(0, 0, 255, .5);;
  border-right: 8px solid rgba(0, 255, 0, .5);;
  border-bottom: 8px solid rgba(255, 0, 0, .5);;
  border-left: 8px solid pink;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading {    
    background-color: #ffffff;
    background-image: url("../images/loading.gif");
    background-size: 25px 25px;
    background-position:left;
    background-repeat: no-repeat;
}
@media print {
  .column-left-70 {
    float: left;
    width: 55% !important;
  }
  .results-citation-stats {
    float: left;
    width: 45% !important;
  }
  div.printCiteMetrics a {
    font-size: 10px;
    display: block;
    margin-right: 15mm !important;
  }
  div.printCiteMetrics img {
    font-size: 10px;
    display: block;
    margin-left: 15mm !important;
  }
  div.printCiteMetrics img::after {
    content: " <p>[" attr(src) "] </p>";
    display: block;
    position:absolute;
    width:100%;
    height:100%
  }
  div.printCiteMetrics a::after {
    content: "[" attr(href) "] ";
    display: block;
  }
  div.printCiteMetrics a::before {
    content: " ";
    display: block;
  }
  div.printCiteMetrics img::before {
    content: " ";
    display: block;
  }
}
/* citations section */
.citationSecBorder {
  border-top: 2px solid #e6e6e6; 
  padding-top: 35px;
}

.redAsterix
{
    color:red !important;
    font-weight: bold;
}
.half-a-border-on-top {
  border-bottom:1px solid black;
  position: relative;
}
.half-a-border-on-top:after {
  padding:0;
  margin:0;
  display:block;
  content: "";
  width:80%;
  height:1.1px;
  background-color:white;
  position: absolute;
  right:0;
  top:-1px;
}

dl.inline-flex {
  width: 100%;
  overflow: hidden;  
  padding: 0;
  margin: 0
}
dl.inline-flex dt  {
  float: left;
  width: 25%; 
  padding: 0;
  margin: 0
}
dl.inline-flex dd {
  float: left;
  width: 75%;  
  padding: 0;
  margin: 0
}

.inputfile {
  /* visibility: hidden etc. wont work */
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile:focus + label {
  /* keyboard navigation */
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
  pointer-events: none;
}
.btn-browse {
 padding-top:3px !important;
 padding-bottom:3px;
 padding-left:5px;
 padding-right:5px;

}

.inputfile {
  /* visibility: hidden etc. wont work */
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile:focus + label {
  /* keyboard navigation */
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
  pointer-events: none;
}

@media print {
    .noprint {display:none !important;}
    a:link:after, a:visited:after {  
      display: none;
      content: "";
    }    
}

.bootstrap-dialog-message { 
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}

 #alertBanner a {
    color: #66b2ff; /* light blue  */
    text-decoration: underline; 
  }

  #alertBanner a:hover {
    color: #99ccff; 
  }
  .description-text {
  white-space: pre-line;
}