/*
body {
  min-height: 2000px;
  padding-top: 70px;
  
}

body.wait, body.wait *{
    cursor: wait !important;   
}

.container-full {
  width: 98%;
}

.navbar {
  margin-bottom: 20px;
  
}
*/

.static-text {
    font-weight: normal;
}

.static-text-left {
    text-align:left;
	font-weight: normal;
}

/*
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #369;
}

.archive_iframe {
  display: block;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
  box-sizing: border-box;
}
*/

.iframe_report {
width:100%;	
height:100%;
}

.listnav {
	width:100%;
	padding-right:20px;
	text-align:right;
	margin-top:5px;
	margin-bottom:5px;
}
.listnav a {
	
}


.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table-wordwrap {
    table-layout: fixed;
    word-wrap: break-word;
}

.table-small{
  font-size: 10px;
}

.visible_wide{
	
}

@media (max-width:1600px){
.visible_wide {display:none !important;}
}

.font-weight-bold {
	font-weight:bold;
}