/* $Id: default.css,v 1.5 2011/05/19 12:12:53 bertcvs Exp $ */

HTML {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: -moz-scrollbars-vertical;
}

BODY {
	behavior: url(csshover.htc);
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
	color: black;
	text-align: center;
}

TD, P, DIV {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0px;
}

A {
	color: blue;
	text-decoration: none;
}
	A:Hover {
		text-decoration: underline;
	}

IMG {
	border: 0;
}

FORM {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

INPUT, TEXTAREA {
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border: 1px solid gray;
	background-color: #eeeeee;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
	INPUT[type="submit"], INPUT[type="button"] {
		width: 75px;
		background-color: #bbbbbb;
		border: 1px solid black;
		font-weight: bold;
		font-size: 8pt;
	}
	INPUT[type="checkbox"] {
		width: 20;
		background-color: white;
		margin: 6px 0px 0px -3px;
		padding: 0px 0px 0px 0px;
	}
	INPUT[type="file"] {
		background-color: white;
	}
	INPUT[DISABLED] {
		color: gray;
	}
	TEXTAREA {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}
	INPUT:focus, TEXTAREA:focus {
		border: 1px solid blue;
	}

BUTTON {
    background-color: #bbbbbb;
    border: 1px solid black;
    font-weight: bold;
    font-size: 8pt;	
}

SELECT {
	margin: 0px 0px 1px 0px;
	background-color: #eeeeee;
	font-size: 9pt;
}

TABLE#main {
	width: 100%
}
	TABLE#main TD#header {
		height: 46px;
		background: url(images/pdb.png) no-repeat top left;
		padding: 0px 0px 0px 0px;
		text-align: right;
		vertical-align: bottom;
		font-size: 26pt;
		font-weight: bold;
		border-bottom: 2px solid black; 
	}
	TABLE#main TD#navigation {
		width: 175px;
		padding: 5px 5px 0px 0px;
		vertical-align: top;
	}
	TABLE#main TD#content {
		padding: 5px 5px 0px 5px;
		vertical-align: top;
	}
	TABLE#main TD#contentfooter {
		padding: 0px 0px 10px 5px;
		vertical-align: bottom;
	}
	TABLE#main TD#pagefooter {
		border-top: 2px solid black;
		color: gray;
	}

TABLE#content-footer {
	width: 100%;
	border-top: 1px solid black;
}
	TABLE#content-footer TD.left {
		width: 33%;
		text-align: left;
	}
	TABLE#content-footer TD.middle {
		width: 34%;
		text-align: center;
	}
	TABLE#content-footer TD.right {
		width: 33%;
		text-align: right;
	}

TABLE#page-footer {
	width: 100%;
}
	TABLE#page-footer TD.left {
		width: 50%;
		text-align: left;
	}
	TABLE#page-footer TD.right {
		width: 50%;
		text-align: right;
	}

/* Remove unused DIV.box - not used in frontend */

/* Remove unused MENU - not used in frontend */

DIV.controls {
	clear: both;
	font-size: 8pt;
	margin: 0px 0px 5px 0px;
	text-align: right;
}

	DIV.controls P {
		margin: 0px 0px 2px 0px;
	}

TABLE.list {
	width: 100%;
	margin: 0px 0px 5px 0px;
}
	TABLE.list TR TD {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	TABLE.list TR.header TD {
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 8pt;
		font-weight: bold;
		border-bottom: 2px solid black;
		white-space: nowrap;
	}
	TABLE.list TR.topheader TD {
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 8pt;
		font-weight: bold;
		border-bottom: 2px solid black;
		white-space: nowrap;
	}
	TABLE.list A {
		text-decoration: none;
	}
	TABLE.list TR.header A {
		color: black;
	}
	TABLE.list TR.even {
		background-color: #eeeeee;
	}
	TABLE.list TR.head {
		background-color: #0000ee;
	}
	TABLE.list TD.Day {
		border: 1px solid black;
		padding: 1px;
		color: black;
		link-color: black;
	}
	TABLE.list TD.Day A {
		color: black;
	}
	TABLE.list TD.firstday {
		border-left: 2px solid black;
	}
	TABLE.list TD.first {
		border-right: 2px solid black;
	}
	TABLE.list TD.topsm {
		border-left: 2px solid black;
		padding: 1px;
		color: black;
	}
	TABLE.list TD.toprow {
	}
	TABLE.list TD.toprow2 {
		background-color: lightgrey;
	}
	TABLE.list TD.ctrlright {
		text-align: right;
		padding: 1px;
	}
	TABLE.list TD.ctrlleft {
		text-align: left;
		padding: 1px;
	}
	TABLE.list TD.user {
		border-bottom: 1px solid black;
		border-right: 2px solid black;
		border-left: 1px solid black;
		padding: 2px;
	}

	TABLE.list TR.odd {
		background-color: white;
	}
	TABLE.list TR:hover {
		background-color: silver;
	}
	TABLE.list TR.header:hover {
		background-color: white;
	}

/* Remove unused .scriptlink - not used in frontend */

/* Remove unused DIV.noedit - not used in frontend */

/* Remove unused DIV.reference - not used in frontend */

/* Remove unused DIV.recommendation - not used in frontend */

DIV.notice {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	background-color: silver;
	border: 1px solid black;	
}
	DIV.notice H1 {
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
		font-size: 10pt;
	}
	DIV.notice P {
		margin: 0px 0px 5px 0px;
	}
	DIV.notice CITE {
		display: block;
		margin: 0px 0px 0px 0px;
		text-align: right;
		font-size: 8pt;
		font-style: italic;
	}

DIV.left { clear: left; float: left; width: 48% }
DIV.right { clear: right; float: right; width: 48% }
DIV.hidden { display: none; }
DIV.checkbox { margin-top: 2px;}
/*
 * List Tables
 */
/* TABLE.tasks */
	TABLE.tasks TD.code {
		padding-right: 10px;
	}
	TABLE.tasks TD.unsched {
		padding-right: 10px;
	}
	TABLE.tasks TD.client {
		width: 40%;
		padding-right: 10px;
	}
	TABLE.tasks TD.description {
		width: 60%;
		padding-right: 10px;
	}
	TABLE.tasks TD.status {
	}

/* TABLE.entries */
	TABLE.entries TD.title {
		padding-right: 10px;
		width: 100%;
	}
	TABLE.entries TD.impact {
		width: 1%;
		padding-right: 10px;
		text-align: center;
	}
	TABLE.entries TD.prob {
		width: 1%;
		padding-right: 10px;
		text-align: center;
	}
	TABLE.entries TD.state {
		width: 1%;
		padding-right: 10px;
		text-align: center;
	}
	TABLE.entries TD.rating {
		width: 1%;
		padding-right: 10px;
		text-align: center;
	}

	TABLE.entries A.infolink {
	        font-size: 8pt;
	}


/* TABLE.hosts */
	TABLE.hosts TD.address {
		padding-right: 10px;
	}
	TABLE.hosts TD.name {
		padding-right: 10px;
	}
	TABLE.hosts TD.description {
		padding-right: 10px;
	}
	TABLE.hosts TD.os {
	}

/* TABLE.ports */
	TABLE.ports TD.proto {
		padding-right: 10px;
		text-align: center;
	}
	TABLE.ports TD.port {
		padding-right: 10px;
	}
	TABLE.ports TD.service {
		padding-right: 10px;
		white-space: nowrap;
	}
	TABLE.ports TD.details {
		width: 100%;
	}

/* TABLE.import */
	TABLE.import TR:hover {
		background-color: white;
	}
	TABLE.import TD.file {
		padding-top: 5px;
		width: 100%;
	}
	TABLE.import TD.module {
		padding-top: 5px;
		padding-right: 10px;
	}
	TABLE.import TD.area {
		padding-top: 5px;
	}

/* TABLE.filters */
	TABLE.filters TD.module {
		padding-right: 10px;
	}
	TABLE.filters TD.field {
		padding-right: 10px;
	}
	TABLE.filters TD.action {
		padding-right: 10px;
	}
	TABLE.filters TD.data {
		width: 100%;
	}
/* TABLE.notices */
	TABLE.notices TD.title {
		padding-right: 10px;
	}
	TABLE.notices TD.date {
		width: 1%;
		white-space: nowrap;
	}
/* TABLE.reftypes */
	TABLE.reftypes TD.title {
		width: 25%;
	}
	TABLE.reftypes TD.description {
		width: 75%;
	}

/* TABLE.references */
	TABLE.references TD.type {
		padding-right: 5px;
		text-align: right;
		font-weight: bold;
	}
	TABLE.references TD.details {
	}
	TABLE.references TD.notes {
		padding-bottom: 5px;
		color: gray;
	}

/* TABLE.issues */
	TABLE.issues TD.icon {
		padding-left: 5px;
		padding-right: 5px;
	}
	TABLE.issues TD.target {
		padding-right: 10px; 
	}
	TABLE.issues TD.impact {
		padding-right: 10px;
		text-align: center;
	}
	TABLE.issues TD.prob {
		padding-right: 10px;
		text-align: center;
	}
	TABLE.issues TD.rating {
		padding-right: 10px;
		text-align: center;
	}

	TABLE.issues TD.title {
		width: 100%;
	}

/* TABLE.history */
	TABLE.history TD.timestamp {
		width: 1%;
		white-space: nowrap;
		padding-right: 10px;
	}
	TABLE.history TD.user {
		width: 1%;
		white-space: nowrap;
		padding-right: 10px;
	}
	TABLE.history TD.action {
	}

/* TABLE.changepass */
TABLE.changepass {
	width: 50%;
}
	TABLE.changepass TD.message {
		padding: 2px 0px 2px 0px;
		border-bottom: 2px solid black;
		color: red;
		font-weight: bold;
		text-align: center;
	}

ul {
margin-left: 0;
font-weight: bold;
padding-left: 1.5em;
}

#cssnotice:first-child { display: none; }

/* Modern sectionurgent styling with pill support */
.sectionurgent {
    background: white;
    color: #e74c3c;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid #e74c3c;
}

/* Urgent section with pill title styling */
.sectionurgent.section-bordered {
    border: 1.5px solid #e74c3c;
    border-radius: 14px;
    padding: 2px 2px 2px 2px;
    padding-top: 10px;
    background: #fff;
    position: relative;
}

.sectionurgent .section-title-pill {
    position: absolute;
    top: 0;
    left: 22px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 999px;
    padding: 1px 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 1.5px solid #e74c3c;
    display: inline-block;
    z-index: 2;
    min-width: max-content;
    white-space: nowrap;
    text-align: center;
    line-height: 1.4;
}

.sectionurgent .section-title-pill h1 {
    margin: 0;
    margin-top: -1px;
    font-size: 1rem;
    font-weight: 600;
    color: #e74c3c;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.4 !important;
}

.sectionurgent .section-content {
    margin-top: 1.5rem;
    width: 100%;
    color: #e74c3c;
}

.sectionurgent h1 {
    color: #e74c3c;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.sectionurgent p {
    color: #e74c3c;
    margin-bottom: 0;
}

.sectionurgent cite {
    display: block;
    margin-top: 0.5rem;
    font-style: italic;
    opacity: 0.8;
    color: #e74c3c;
}

/* Ensure ALL text inside sectionurgent is red */
.sectionurgent * {
    color: #e74c3c !important;
}

/* Override for specific elements that might need different styling */
.sectionurgent a {
    color: #e74c3c !important;
}

.sectionurgent a:hover {
    color: #c0392b !important;
}

.sectionurgent table,
.sectionurgent table td,
.sectionurgent table th {
    color: #e74c3c !important;
}

.sectionurgent span,
.sectionurgent div {
    color: #e74c3c !important;
}

.sectionurgent input,
.sectionurgent textarea,
.sectionurgent select {
    color: #e74c3c !important;
}

DIV.hide {
	display: none;
}