body, html{
	font:11px/1.5 "lucida grande",verdana,tahoma;
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}
span.input.button{
	-webkit-border-radius: 3px !important;
	background: #eaeaea !important;
	display: inline-block !important;
	padding: 5px !important;
	position: relative !important;
	vertical-align: middle !important;
	font-size: 1.2em;
	margin-top: 3px;
}
.span12 {
	width: 1170px;
}
#big-container {
	background: url("/img/bg.jpg") repeat-x scroll 0 0 transparent;
}
#header {
	background: #ffffff;
	display: block;
	width: 100%;
	top: 0;
}
#nav {
	background: url("/img/nav-bg.jpg")repeat-x scroll 0 0 transparent;
	height: 36px;
}
.wrap {
	margin: 0 auto;
	padding: 10px 0;
	width: 1200px;
}
.hid {
	display: none;
}
.block {
	display: block;
}
img {
	border: 0 none;
}
a {
	text-decoration: none;
	color: #d80808;
}
.headlink {
	color: #000000;
	font-size: 12px;
}
a.headlink:hover {
	border-bottom: 2px solid #d80808;
}
.twidget a{
	color: #d80808;
}
.full {
	margin-left: 10px;
}
#content .full {
	width: 1170px;
	margin-left: 10px;
	margin-right: 10px;
}
.left {
	float: left;
	margin-left: 10px;
}
.leftFloat {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
}
.left-image {
	width: 585px;
}
.right {
	float: right;
	margin-right: 10px;
}
#content {
	background: none repeat scroll 0 0 #FFFFFF;
	min-height: 250px;
}
#content .left{
	width: 600px;
}
#header .wrap .right{
	padding: 10px 0;
	text-align: right;
}
.clear {
	clear: both;
	float: none;
	visibility: hidden;
}
.twidget {
	width: 285px;
}
.small-content {
	width: 440px !important;
}
.small-float {
	width: 137px !important;
}
#nav a {
	color: #fff;
	padding: 0 5px;
}
#nav a:hover {
	border-bottom: 2px solid #000000;
}
.box {
	border:1px solid #DDDDDD;
	font:1em "lucida grande",verdana,tahoma;
	letter-spacing:0;
	margin: 0 5px 10px 12px;
	padding:5px;
	width: 273px;
}
.boxtitle {
	border-bottom: 2px solid #E4E4E4;
	font:bold 1.3em Arial,Helvetica,sans-serif;
	margin-bottom:2px;
	padding:4px 0;
}
h3 {
	margin: 0;
	color: #d80808
}
h2 {
	margin: 0;
	color: #d80808
}
.success {
	background: #caebc8;
	border-top: 1px solid #3a8a34;
	border-bottom: 1px solid #3a8a34;
	text-align: center;
	font-weight: bold;
}
.error {
	background: #fec4c7;
	border-top: 1px solid #de2727;
	border-bottom: 1px solid #de2727;
	text-align: center;
	font-weight: bold;
}
.box span{
	font-size: 0.85em;
}
ul {
	padding: 0;
}
li {
	list-style-type: none;
	margin: 0 10px 5px;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 5px;
}
.boxtxt p{
	margin-top: 2px;
}

table.pagination{
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	margin: 6px 0 2em;
	width: 100%;
}

table.pagination th, table.pagination td{
	padding: 2px 8px;
	vertical-align: top;
}

table.pagination thead th{
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #ccc;
	color: #555;
	text-align: left;
	white-space: nowrap;
}

table.pagination thead th:first-child {
	border-left: 0;
	padding: 2px 4px;
}

table.pagination td:first-child {
	padding: 2px 4px;
}

table.pagination td.right{
	text-align: right;
}

table.pagination td.ind{
	padding-left: 16px;
}

table.pagination tbody td{
	border-bottom: 1px solid #ccc;
}

table.pagination tbody td.operations{
	white-space: nowrap;
	width: 10%;
}

table.pagination tbody td.total{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: right;
}

table.pagination tbody tr.even td{
	background: #f2f2f2;
}

table.pagination tbody tr.error td{
	background: #f9dadf;
}

table.pagination tbody tr.error.even td{
	background: #ffc0cb;
}

table.pagination tbody tr.success td{
	background: #ebfbcd;
}

table.pagination tbody tr.success.even td{
	background: #d6eeae;
}

table.pagination tbody tr.warning td{
	background: #fafad2;
}

table.pagination tbody tr.warning.even td{
	background: #f4edb3;
}

table.pagination tbody tr:hover td, table.pagination tbody tr:hover.even td{
	background: #d4ecfb;
}

table.pagination tfoot td:first-child {
	padding: 4px !important;
}

table.pagination tfoot td a.button{
	margin-right: 4px;
	padding: 0 4px 0 3px;
	text-align: center;
	min-width: 12px;
}

table.pagination tfoot td span.button{
	border: 1px solid transparent;
	display: inline-block;
	font-size: 11px;
	margin-right: 4px;
	padding: 0 4px 0 3px;
	text-align: center;
	min-width: 12px;
}

table.pagination tfoot td.right a.button{
	margin-left: 4px;
	margin-right: 0;
}

table.pagination tfoot td a.button.current{
	background: #666;
	border-color: #333;
	color: #fff;
}

/* ======================
   LOG VIEWER TABLE STYLE
   ====================== */

table.logtable {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 20px;
}

table.logtable th,
table.logtable td {
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

table.logtable th {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    border-top: 1px solid #ccc;
}

table.logtable tr:nth-child(even) {
    background-color: #fafafa;
}

table.logtable tr:hover {
    background-color: #f0f8ff;
}

table.logtable td.actions {
    white-space: nowrap;
}

table.logtable td pre {
    font-size: 12px;
    background: #f9f9f9;
    padding: 6px;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow-x: auto;
    max-height: 200px;
}

/* Buttons inside tables */
table.logtable input[type="submit"],
table.logtable button {
    padding: 4px 10px;
    font-size: 12px;
    cursor: pointer;
}

/* Highlight unresolved errors */
.log-unresolved {
    background-color: #fff8e1 !important;
}

.log-resolved {
    color: #777;
}

/* Filters block */
.logfilters {
    margin-bottom: 15px;
}

.logfilters label {
    margin-right: 20px;
}

/* Hidden full log content container */
.log-full-hidden {
    display: none;
}

/* Full-screen overlay background */
.log-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 9999;
    display: none;             /* JS sets display:flex when shown */
    align-items: center;
    justify-content: center;
}

/* Centered, larger, resizable window */
.log-overlay-inner {
    background: #fff;
    width: 90%;
    max-width: 1100px;
    max-height: 90vh;
    min-width: 400px;
    min-height: 200px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    resize: both;              /* allows resizing bottom/right corners */
}

/* Header */
.log-overlay-header {
    padding: 8px 12px;
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.log-overlay-header a {
    text-decoration: none;
    font-weight: normal;
    color: #333;
    font-size: 16px;
}

.log-overlay-header a:hover {
    color: #000;
}

/* Scrollable content */
.log-overlay-body {
    padding: 10px 12px;
    overflow: auto;
}

.log-overlay-body pre {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* Small snippet in the table cell (unchanged) */
.log-extra-snippet {
    margin-bottom: 4px;
    font-size: 12px;
}