/*footer {
	padding: 2em 0;
	margin: 3em 0;
	border-top: 1px solid #ddd;
	color: #999;
	text-align: center;
}

.glyphicon {
	color: #cdae51;
}
.glyphicon-pushpin, 
.glyphicon-heart {
	color: #3F2B22;
}

.pull-right.img-responsive {
	margin: 0 0 1em 1em;
}

.btn-info {
    background-color: #cdae51;
    border-color: #3F2B22;
    color: #FFFFFF;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #3F2B22;
  border-color: #333;
} */
.center-signin{
   position: absolute;
   top: 50%;
   margin-top: -200px;/* half of #content height*/
   left: 0;
   width: 100%;
   text-align: center;
}
.center-reauth{
   position: absolute;
   top: 50%;
   margin-top: -230px;/* half of #content height*/
   left: 0;
   width: 100%;
   text-align: center;
}


body.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
}


body{
	padding-top: 50px;
}

.scrollable-table { 
	overflow-x: scroll; 
}

.filter-table .quick { 
	margin-left: 0.5em; font-size: 0.8em; text-decoration: none; 
}
.fitler-table .quick:hover { 
	text-decoration: underline; 
}
.table > tbody > tr.warning > td.alt,
.table > tbody > tr.danger > td.alt,
td.alt 
{ 
	background-color: #ffc; 
	background-color: rgba(140,  207,  255, 0.34); 
}

#header-fixed {
    position: fixed;
    top: 50px; 
    display:none;
    background-color:white;
}

.fixed{
  margin-top: 0px;
  top:50px;
  position:fixed;
  width:auto;
  display:none;
  border:none;
  background-color: #ffffff;
  z-index: 10;
}

.glyphicon{
	z-index: 3;
}

.divfooter{
	text-align: center;
	background-color: rgba(0,  0,  0, 0.08);
	width: 100%;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 50px; /* bottom = footer height */
}
footer {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 70px;
    width: 100%;
}

footer.blockquote{
    position:relative;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;	
}

.info-panel-header{
	color: #456f9c;
}

.text-warning{
	color: #D47500;
}

.row .thumbnail {
    border:2px solid;
    border-color:#456f9c;
}

.panel-border{
	border: 2px solid;
	border-color:#456f9c;
}

.modal-backdrop{
	//position: fixed;
	bottom: 0;
}  