/* Reports List - Tab styles */


.category-label {
    margin-bottom: 2rem;
}

.category-label h2 {
    margin-bottom: 0;
}

.reports-tabs {
    margin-top: 0;
}

.reports-tab-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #ddd;
}

.reports-tab-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

.reports-tab-nav li::before,
.reports-tab-nav li::after {
	display: none;
	content: none;
}

.reports-tab-btn {
	background: none;
	border: 2px solid transparent;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 600;
	padding: 6px 18px;
	color: #555;
	position: relative;
	bottom: -2px;
	transition: color 0.15s;
}

.reports-tab-btn:hover {
	color: #000;
}

.reports-tab-btn.active {
	background: #fff;
	border-color: #ddd;
	border-bottom-color: #fff;
	color: #000;
}

.reports-tab-panel {
	display: none;
	padding-top: 1rem;
}

.reports-tab-panel.active {
	display: block;
}

.make-it-red {
  background: #ff00003b !important;
}

/* Reports List - Tab styles */

.reports-tabs {
	margin-bottom: 2rem;
}

.reports-tab-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #ddd;
}

.reports-tab-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

.reports-tab-nav li::before,
.reports-tab-nav li::after {
	display: none;
	content: none;
}

.reports-tab-btn {
	background: none;
	border: 2px solid transparent;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 600;
	padding: 6px 18px;
	color: #555;
	position: relative;
	bottom: -2px;
	transition: color 0.15s;
}

.reports-tab-btn:hover {
	color: #000;
}

.reports-tab-btn.active {
	background: #fff;
	border-color: #ddd;
	border-bottom-color: #fff;
	color: #000;
}

.reports-tab-panel {
	display: none;
	padding-top: 1rem;
}

.reports-tab-panel.active {
	display: block;
}

/* -----------------------------------------------------------------------
   Protection measures - file browser
   ----------------------------------------------------------------------- */

.note {
	padding: 0 5px 25px 0;
	font-size: 80%;
	color: #666;
	line-height: 18px;
}

.block {
	clear: both;
	min-height: 50px;
	border-top: solid 1px #ECE9E9;
}

.block:first-child {
	border: none;
}

.block .img {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	margin-right: 10px;
	background: transparent url('../images/flat.png') no-repeat 0 0;
}

.block .file {
	padding-bottom: 5px;
}

.block .data {
	line-height: 1.3em;
	color: #666;
}

.block a {
	display: block;
	padding: 10px;
	transition: all 0.35s;
}

.block a:hover,
.block a.open {
	text-decoration: none;
	background: #efefef;
}

.bold       { font-weight: 600; }
.upper      { text-transform: uppercase; }
.fs-1       { font-size: 1em; }
.fs-1-1     { font-size: 1.1em; }
.fs-1-2     { font-size: 1.2em; }
.fs-1-3     { font-size: 1.3em; }
.fs-0-9     { font-size: 0.9em; }
.fs-0-8     { font-size: 0.8em; }
.fs-0-7     { font-size: 0.7em; }

/* File type icon offsets */
.jpg, .jpeg, .gif, .png { background-position: -50px 0 !important; }
.pdf                     { background-position: -100px 0 !important; }
.txt, .rtf               { background-position: -150px 0 !important; }
.xls, .xlsx              { background-position: -200px 0 !important; }
.ppt, .pptx              { background-position: -250px 0 !important; }
.doc, .docx              { background-position: -300px 0 !important; }
.zip, .rar, .tar, .gzip  { background-position: -350px 0 !important; }
.swf                     { background-position: -400px 0 !important; }
.fla                     { background-position: -450px 0 !important; }
.mp3                     { background-position: -500px 0 !important; }
.wav                     { background-position: -550px 0 !important; }
.mp4                     { background-position: -600px 0 !important; }
.mov, .aiff, .m2v, .avi, .pict, .qif { background-position: -650px 0 !important; }
.wmv, .mpg               { background-position: -700px 0 !important; }
.flv, .f2v               { background-position: -750px 0 !important; }
.psd                     { background-position: -800px 0 !important; }
.ai                      { background-position: -850px 0 !important; }
.html, .xhtml, .dhtml, .php, .asp, .css, .js, .inc { background-position: -900px 0 !important; }
.dir                     { background-position: -950px 0 !important; }

.sub {
	margin-left: 20px;
	border-left: solid 3px #ECE9E9;
	display: none;
}

