body	{
	background: #fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	width: 620px;
	margin-top: 20px;
	margin-left: 20px;
}
html, body {
    height: auto;
}

table	{
	border: 0;
	border-collapse: collapse;
}

table td	{
	padding: 5px;
}

img	{
	border: 0;
}

input, select	{
	border: 1px solid #9B9B9B;
	background: #fff;
	padding: 2px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

textarea	{
	border: 1px solid #9B9B9B;
	background: #fff;
	padding: 3px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a[href]:after   {
	content:"";
}

a.button, a.btn	{
	border: 1px solid #c9d1d4;
	background: #fff;
	padding: 4px;
	color: #333;
	text-decoration: none;
	text-align: center;
}

a.button.selected	{
	background: #ededed;
}

a.button:hover, input:hover, select:hover	{
	background: #ededed;
	color: #333;
	border: 1px solid #333;
}


#website	{
	background: #fff;
}

#header	{
	display: none;
}

#main	{
}


#menu	{
	display: none;
}


#content	{
	background: #fff;
	width: 620px;
	height: auto;
	min-height: 500px;
	float: left;
}

.text	{
	float: left;
}

.right	{
	display: none;
}

input.normal_width	{
	width: 200px;
}

input.text	{
	width: 300px;
}
textarea.text	{
	width: 400px;
	height: 80px;
}

#pathway	{
	font-size: 11px;
	font-weight: bold;
}
#pathway a	{
	text-decoration: none;
	color: #58585A;
	font-weight: normal;
}

.copyright	{
	display: none;
}


.box	{
	background: #f5f7f6;
	border: 1px solid #c9d1d4;
	padding: 0px 10px;
	margin-top: 5px;
}

.copyright a	{
	color: #003359;
}
.copyright a:hover	{
	text-decoration: none;
}

.logo	{
	background: url(../img/logo.png) no-repeat;
	width:400px;
	height: 70px;
	position: absolute;
	margin-left: 600px;
	margin-top: 20px;
}

.darkgrey	{
	display: none;	
}
.darkgrey a	{
	color: #222;
}

.search	{
	width: 160px;
	height: 20px;
	padding: 4px 10px;
	background: #edf1f4;
	border-bottom: 1px solid #e1e2e6;
	border-top: 1px solid #e1e2e6;
}
	
.search input.inputbox	{
	background: url(../img/search.gif) repeat-x;
	height: 20px;
	width: 100px;
	border:0;
	font-size: 11px;
}
	
.search input.button	{
	background: none;
	height: 16px;
	width: 40px;
	border:0;
	font-size: 11px;
	margin-left: 5px;
}

ul.menu	{
	list-style: none;
	list-style-position:inside;
	border-top: 1px solid #e1e2e6;
	margin-top: 25px;
}
ul.menu li	{
	margin-left: -40px;
	background: #dbe2e9;
	border: 0;
	display: block;
	float: left;
	position: relative;
}

ul.menu li li	{
	background: #eef2f5;
}

ul.menu li li li	{
	background: #fff;
}

ul.menu li a	{
	text-decoration: none;
	font-weight: normal;
	color: #005293;
	width: 150px;
	height: 20px;
	padding: 7px 10px 1px 20px;
	display: block;
	border-bottom: 1px solid #a3b7c7;
	background-image: url(../img/menuarrow.png);
}

ul.menu li.parent.active a	{
	background-image: url(../img/menuarrow_down.png);
}

ul.menu li li a, ul.menu li#current li a, ul.menu li.parent.active li a	{
	background-image:none;
}
	

ul.menu li#current a	{
	font-weight: bold;
}

ul.menu li#current li a	{
	font-weight: normal;
}

ul.menu li a:hover, ul.menu li li a:hover, ul.menu li#current li a:hover	{
	text-decoration: none;
	color: #64A0C8;
}

h1	{
	font-weight: bold;
	font-size: 15px;
	color: #003359;
}
h2	{
	font-weight: bold;
	font-size: 14px;
	color: #005293;
}
h3, #component-contact .contentheading	{
	font-weight: bold;
	font-size: 13px;
	color: #005293;
}
h4	{
	font-weight: bold;
	font-size: 11px;
	color: #005293;
}

a	{
	text-decoration: underline;
	color: #005293;
}
a:hover	{
	text-decoration: none;
	color: #64A0C8;
}

ul	{
	/*list-style-image: url(../images/li.png);*/
	list-style-type:square;
}

.copyright ul.menu, .left ul.menu	{
	margin-top: 0px;
	list-style: none;
	display: inline;
}
.copyright ul.menu li, .left ul.menu li	{
	float: left;
	margin-left: 5px;
}
.copyright ul.menu li a, .left ul.menu li a	{
	text-decoration: underline;
	font-weight: normal;
	color: #005293;
	width: auto;
	height: auto;
	padding: 0;
	display: block;
	border-bottom: 0;
	background-image: none;
}
.copyright ul.menu li a:hover, .left ul.menu li a:hover	{
	text-decoration: none;
	color: #64A0C8;
}

.copyright .moduletable	{
	float: right;
}
.left	{
	float: left;
}

.darkgrey .left	{
	width: 50%;
}

.darkgrey .left .moduletable {
	display: inline;
}


.darkgrey .right	{
	float: right;
	margin-left: 600px;
}

#component-contact .contentheading	{
	padding-top: 20px;
}


.left ul.menu li a	{
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	color: #333;
	width: auto;
	height: auto;
	padding: 0;
	display: block;
	border-bottom: 0;
	background-image: none;
}

#alert	{
	display: none;
}

#lang	{
	position: absolute;
	margin-left: 950px;
	top: 138px;
}

#jflanguageselection	{
	float: right;
	display: inline;
}

#jflanguageselection #active_language	{
	border: 2px #64A0C8 solid;
	margin-top: -2px;
}

#jflanguageselection .rawimages	{
	width: 20px;
	height: 14px;
}

.jfdefaulttext	{
	width: 95%;
	text-align:center;
	border: 2px solid #FC0;
	background: #FF0;
}

#searchbox_web20	{
	height: 30px;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}


.row_1	{
	background: #fff;
}

.row_2	{
	background: #D2E8FF;
}

a.dashboard	{
	display: block;
	border: 1px solid #ccc;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	width: 90px;
	height: 70px;
	padding: 20px;
	color: #333;
	text-decoration: none;
}

a.dashboard:hover	{
	background: #ededed;
}

table.standard {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.standard th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background: #dbe2e9;
	text-align: left;
}
table.standard td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
}


#vertical_container	{
	margin-top: 20px;
}

.button_normal	{
	background: #eef2f5;
	border: 1px solid #a3b7c7;
	padding: 10px 10px 5px 10px;
	margin: 5px;
	text-decoration: none;
	display: block;
	width: 450px;
	height: 40px;
	color: #333;
}

.button_normal:hover	{
	background: #dbe2e9;
	color: #333;
}


.accordion_toggle {
			display: block;
			height: 30px;
			background: #eef2f5;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #005293;
			font-weight: bold;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			border-bottom: 1px solid #c9d1d4;
			cursor: pointer;
			margin: 0 0 0 0;
}

.accordion_toggle:hover	{
	background: #dbe2e9;
}
		
.accordion_toggle_active {
			background: #dbe2e9;
			color: #005293;
}
		
.accordion_content {
	background: #f5f7f6;
	border-bottom: 1px solid #c9d1d4;
	padding: 8px 10px;
	overflow: hidden;
}
			
.accordion_content h2 {
			margin: 15px 0 5px 10px;
			color: #0099FF;
}
			
.accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
}



table.std {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
	width: 600px;
}
table.std th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background-color: white;
}
table.std td {
	border-width: 1px;
	padding: 6px;
	border-style: inset;
	border-color: black;
	background-color: white;
	vertical-align: top;
}


.page-break {
    display: block !important;
    page-break-before: always !important;
    break-before: page !important;

    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media print {
    .ld-export-container {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .ld-print-spacer {
        margin-top: 3mm;
    }

    .ld-hover-message {
        display: none !important;
    }

    /* .card:not(.deputat-card) {
        border: 1px solid #ccc !important;
        box-shadow: none !important;
        margin: 1px !important;
        padding: 0 !important;
        page-break-inside: avoid;
        background: #fff !important;
    } */

    .card-body {
        padding: 5px !important;
        background: #fff !important;
    }

    /* Tables: fit A4 width */
    table {
        width: 100% !important;
        max-width: 100% !important;
        /* table-layout: fixed !important; */
        border-collapse: collapse !important;
        font-size: 9pt !important;
    }

    table thead {
        display: table-header-group;
    }

    table tr {
        page-break-inside: avoid;
    }

    table td,
    table th {
        padding: 4px 2px !important;
        font-size: 9pt !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        border: 1px solid #ddd !important;
    }

    h1, h2, h3, h4 {
        page-break-after: avoid;
        margin: 8px 0;
    }

    h4 { font-size: 12pt; }
    h3 { font-size: 11pt; }

    hr {
        border: 0;
        border-top: 1px solid #000;
        margin: 5px 0;
    }

    .d-print-none {
        display: none !important;
    }

    .noprint {
        display: none !important;
    }

    .d-print-block {
        display: block !important;
    }

    .color-orange,
    .color-red,
    .color-change-text,
    .color-change-text * {
        color: #000 !important;
    }

    /* Remove card styling ONLY for deputat export cards */
    .deputat-card {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 0 5px 0 !important;
        page-break-inside: auto !important;
    }

    /* Ensure section headers stay with content */
    .deputat-card h2 {
        page-break-after: avoid;
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    /* Ensure summary + comment tables stay together */
    .deputat-card h2 + table {
        page-break-before: avoid;
    }

    /* SUM warnings must print black */
    .ld-sum-warning {
        color: #000 !important;
        font-weight: bold;
    }
}

@media screen {
    .ld-export-container {
        max-width: 210mm;
        margin: 0 auto;
        padding: 10px;
    }
}

@media print {

    html, body {
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
        background: #ffffff !important;
    }

    .container-custom,
    .content,
    /*.row, */
    .container,
    .container-fluid {
        display: block !important;
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
    }

    /* Remove headers, menus, footers */
    .header,
    .navbar,
    .service-bar,
    .breadcrumb,
    .bottom,
    .d-print-none {
        display: none !important;
    }

    /* Tables must break correctly */
    table {
        width: 100% !important;
        border-collapse: collapse !important;
        page-break-inside: auto !important;
    }

    thead {
        display: table-header-group !important;
    }

    tr {
        page-break-inside: avoid !important;
        page-break-after: auto !important;
    }

    /* Section titles must stay with content */
    h1, h2, h3, h4 {
        page-break-after: avoid !important;
    }

    /* Remove shadows and colors */
    * {
        box-shadow: none !important;
        background-image: none !important;
    }
}

@page {
    size: auto;               /* respects print dialog */
    margin: 8mm;
}

@media print {
    html, body {
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        background: #fff !important;
    }
}

/* =========================
   PRINT BLOCK CONTROL
   ========================= */
@media print {

    .ld-print-block {
        border: 1px solid #999;
        padding: 8mm;
        margin-bottom: 0;

        page-break-inside: auto;
        break-inside: auto;
        box-sizing: border-box;
    }

    .page-break {
            page-break-before: always;
            break-before: page;
            height: 0;
            margin: 0;
            padding: 0;
            border: none !important;
            clear: both;
    }

    /* Never let inner cards add borders */
    .card,
    .ld-card,
    .deputat-card {
        border: none !important;
        box-shadow: none !important;
    }
}

