/*
Version:36
36: +.progress-bar.chart class modifier
35: improved css stack for pre-wrap break
34: + .badge::overflow, .badge::text-overflow
33: moved .icon*, .caret* -> icons.css
32: +.icon-zoomfit, +.icon-zoomout, +.icon-zoomin
31: +.ajax-loading
30: gridroweditor, use fixed height for now
29: Small drop-shadow effect on calendar container
28: added pre-wrap styles
27: added progress-bar styles
26: ?
25: bugfix margin on h2
24,23: Added .btn-toolbar, .btn-group
22: Added .sidebar-item, .pod-item
21: newspod, sidebar sanity clean-up
20: Moved padding to .btn-hero
19: Bugfix select[multiple] appearance listbox
18: Added margin:2px to .btn, default in chrome, fixes issues btw chrome/IE/FF
17: Added .btn-hero class
16: Added breadcrumbs
15: Added background-color:#fff for android-chrome
*/
html, .font-reset {
	font-family:Roboto,sans-serif;
	font-size:14px;
	font-weight: 400;
	line-height:normal;
	color: #111112;   /* BC 2020-01-10: Martin test */
}
form {
	margin:0px;
	padding:0px;
}

/* IE border-collapse border color workaround */
table,thead,tbody,tfoot,col,colgroup,tr,th,td { border-color:#dfdfdf;border-width:1px;border-style:none; }
table[border="1"] > tbody > tr > *,
table[border="1"] > thead > tr > *,
table[border="1"] > tfoot > tr > * {
	border-style:solid;
}

table[rules=all] > tbody > tr > *,
table[rules=all] > thead > tr > *,
table[rules=all] > tfoot > tr > * {
	border-style:solid;
}

table[rules=rows] > thead > tr,
table[rules=rows] > tbody > tr,
table[rules=rows] > tfoot > tr {
	border-style:solid;
	border-left:none;
	border-right:none;
}

table[rules=rows] > tbody > tr > *, 
table[rules=rows] > thead > tr > *, 
table[rules=rows] > tfoot > tr > * {
	border-style:inherit;
}

table[rules=groups] > colgroup,
table[rules=groups] > tbody,
table[rules=groups] > thead,
table[rules=groups] > tfoot {
	border-style:solid;
}

table[rules=groups] > tbody > tr > *, 
table[rules=groups] > thead > tr > *, 
table[rules=groups] > tfoot > tr > * {
	border-style:inherit;
}

.tblHeader {
	vertical-align:middle;
	background-image:url("tabctrl/section_head_bg.gif");
	background-color:#e8e8e8;
	background-position:bottom left;
	background-repeat:repeat-x;
}
.strongHeader {
	padding-top:4px;
	padding-right:7px;
	padding-bottom:3px;
	padding-left:7px;
	background-image: url("../img/dkhdr.gif");
}

.btn
, button
, input[type=button]
, input[type=submit]
, input[type=reset] {
	display:inline-block;
	font-family: inherit;
	font-style:normal;
	font-weight:normal;
	font-size:14px;
	padding:5px 10px;
	margin:2px;

	vertical-align:middle;
	white-space:nowrap;
	text-align:center;

	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;

	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;

	border:1px solid #a9a9a9;
	background: -webkit-linear-gradient(#f6f6f6, #dedede);
	background:    -moz-linear-gradient(#f6f6f6, #dedede);
	background:      -o-linear-gradient(#f6f6f6, #dedede);
	background:         linear-gradient(#f6f6f6, #dedede);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f6f6f6', endColorstr='#dedede');
	
	-webkit-appearance:button;
	   -moz-appearance:button;
			appearance:button;

	-webkit-user-select:none;
	   -moz-user-select:none;
			user-select:none;
}

	button > span,
	button > span.icon,
	button > span.label {
		vertical-align: text-top;
	}

	.btn:hover
	, button:hover
	, input[type=button]:hover
	, input[type=submit]:hover
	, input[type=reset]:hover {
		border-color: #7b7b7b;
	}

	.btn:enabled:active
	, button:enabled:active
	, input[type=button]:enabled:active
	, input[type=submit]:enabled:active
	, input[type=reset]:enabled:active {
		/* invert background */
		background: -webkit-linear-gradient(#dedede,#f6f6f6);
		background:    -moz-linear-gradient(#dedede,#f6f6f6);
		background:      -o-linear-gradient(#dedede,#f6f6f6);
		background:         linear-gradient(#dedede,#f6f6f6);
		filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dedede', endColorstr='#f6f6f6');
	}

	.btn:focus
	, button:focus
	, input[type=button]:focus
	, input[type=submit]:focus
	, input[type=reset]:focus {
	}

	.btn:disabled
	, button:disabled
	, input[type=button]:disabled
	, input[type=submit]:disabled
	, input[type=reset]:disabled {
		color: GrayText;
		border-color: #a9a9a9;
	}

button::-moz-focus-inner
,input::-moz-focus-inner {
	border:0;
	padding:0;
}
/* IMPORTANT: styling buttons disables focus rect on firefox */
.btn:-moz-focusring
, button:-moz-focusring
, input[type=button]:-moz-focusring
, input[type=submit]:-moz-focusring
, input[type=reset]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

.btn.btn-sm {
	font-size:12px;
}
.btn.btn-xs {
	font-size:10px;
}
.btn-hero {
	margin:10px;
	padding:0.5em 1em;
	height: unset;
}
.btn.btn-ellipsis:after {
	content: '\2026';
	display: inline;
	float: right;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
h2 a:visited {
	color: #003399;
}
h3 a:visited {
	color: #003399;
}
a.clsIncCpyRt {
	font-size:95%;
	color:#000000;
	text-decoration:underline;
}
a.clsIncCpyRt:hover {
	color: #003399;
}

.list-title-emphasis,
.list-title-emphasis a,
.list-title-emphasis a:link,
.list-title-emphasis a:visited,
a.list-title-emphasis,
a:link.list-title-emphasis,
a:visited.list-title-emphasis
{
	/*font-weight: 500;*/   /* BC 2020-01-10: Martin test */
	color: #111112;         /* BC 2020-01-10: Martin test */
}
.list-title-emphasis-large,  /*  test use in page /report/project_status.asp  */
.list-title-emphasis-large a,
.list-title-emphasis-large a:link,
.list-title-emphasis-large a:visited,
a.list-title-emphasis-large,
a:link.list-title-emphasis-large,
a:visited.list-title-emphasis-large
{
	font-size: 1.05em;
}
p {
	margin-top: 0.5em;
	margin-bottom: 1em;
	line-height: 1.5em;
}
pre {
	padding-right: 5pt;
	margin-top: 1em;
	padding-left: 5pt;
	background: #eeeeee;
	margin-bottom: 1em;
	padding-bottom: 5pt;
	margin-left: 0px;
	padding-top: 5pt;
}
h1,h2,h3,h4,h5,h6 {
}
h1 {
	margin:0.5em 0.25em 0.25em 0.25em;
	font-weight:bold;
	font-size:2em;
}
h2 {
	margin:0.5em 0.25em 0.25em 0.25em;
	font-weight:bold;
	font-size:1.75em;
}
h3 {
	margin:0.5em 0.25em 0.25em 0.25em;
	font-weight:bold;
	font-size:1.5em;
}
h4 {
	margin:0.5em 0.25em 0.25em 0.25em;
	font-weight:bold;
	font-size:1.25em;
}
h5,h6 {
	margin:0.25em 0em 0.25em 0em;
	font-weight:bold;
	font-size:1.15em;
}
ul {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	list-style-type: none;
}
ul.clsShown {
	display: list-item;
}
ul.clsHidden {
	display: none;
}
ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
ul li {
	margin-bottom: 0.5em;
	line-height: 120%;
	list-style-type: none;
}
ul li li {
	margin-top: 5px;
	list-style-type: none;
}
ol li {
	margin-bottom: 0.7em;
}
td.clsRaised {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
td.clsDarkRaised {
	padding-right: 10px;
	border-top: #336699 1px solid;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: #000000 1px solid;
}
td.clsSunken {
	padding-right: 10px;
	border-top: #336699 1px solid;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: #99ccff 1px solid;
}
table.clsNavLinks a:hover {
	text-decoration: none;
}
table.clsNavLinks {
	clear: both;
}
li ol {
	padding-bottom: 1.5em;
}
.heading {
	background-color: #666666;
}
li {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
li ul {
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
}
a.clsMainLink {
	color: #ffffff;
}
a.clsMainLink:visited {
	color: #ffffff;
}

a.clsMainLink:hover {
	color: #ffffff;
}
.sekOptHeader {
	background-color:#759BB7;
	color:#FFFFFF;
}
.sekOptParentItem {	
}
.sekOptDisabledItem  {
	color:graytext;
}
.dialogbody {
	margin:0px;
	padding:0px;
	background-color:#d6dff7;
	border:1px solid #d6dff7;
}
.dialogframe {
	width:100%;
	background-color:#ffffff;
	border-left:1px solid #919b9c;
	border-right:1px solid #919b9c;
	border-bottom:1px solid #919b9c;
}
.listctrl_hdr {
	vertical-align:middle;
	height:25px;
	width:100%;
	background-color:#fff;
	background-image:url("tabctrl/section_head_bg.gif");
	background-position:bottom left;
	background-repeat:repeat-x;
}
.pod,.sidebar {
	min-width:400px;
	display:block;
	overflow:visible;
	position:relative;
	margin:5px;
	padding:5px;
	border:1px solid #cfcfcf;
	border-radius:4px;
	/*
	border:none;
	background-color:#ddd;
	*/
}
.pod h1,.sidebar h1 {
	clear:both;
	margin-left:-5px;
	margin-top:-5px;
	margin-right:-5px;
	margin-bottom:5px;
	
	padding: 6px 2px 6px 8px;
	background-color:#f5f5f5;
	border:none;

	background-position:bottom left;
	background-repeat:repeat-x;

	font-size:inherit;
	font-weight:normal;

	/*
	background:-webkit-linear-gradient(#fff,#ddd);
	background:   -moz-linear-gradient(#fff,#ddd);
	background:     -o-linear-gradient(#fff,#ddd);
	background:        linear-gradient(#fff,#ddd);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#dddddd');
	*/

	border-bottom:1px solid #cfcfcf;
	border-top-left-radius:inherit;
	border-top-right-radius:inherit;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.pod .pod-item, .sidebar .sidebar-item {
	border:1px solid #cfcfcf;
	background-color:#f5f5f5;
	margin-bottom:5px;
	padding:3px;
}
.pod .pod-footer, .sidebar .sidebar-footer {
	margin-top: .75em;
	margin-bottom: .25em;
	padding: 0 3px;
}
.pod h1 img,.sidebar h1 img {
	border:none;
	vertical-align:middle;
	margin-right:5px;
}
.pod h1 a img,.sidebar h1 a img {
	border:none;
	vertical-align:middle;
	margin-right:5px;
}
.pod h2,.sidebar h2 {
	margin-top:5px;
	margin-bottom:0px;
}
.float_table {
}
.sidebar  {
	min-width:100px;
}
.newspod {
	min-width:400px;
	display:block;
	position:relative;
	overflow:visible;
	margin:5px;
	padding:5px;
	border:1px solid #cfcfcf;
	z-index:0;
	border-radius:8px;
}
/* Use <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> */
/* and td,th { font-size:100%; } */
.newspod b.nw-deprecated {
	margin:0px;
	padding:0px;
	background-image:url("tabctrl/section_head_nw.png");
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	left:-1px;
	top:-1px;
	width:5px;
	height:5px;
	z-index:1;
	border:none;
	display:none;
}
.newspod b.sw-deprecated {
	margin:0px;
	padding:0px;
	background-image:url("tabctrl/section_head_sw.png");
	background-position:bottom left;
	background-repeat:no-repeat;
	position:absolute;
	left:-1px;
	bottom:-1px;
	width:5px;
	height:5px;
	z-index:1;
	border:none;
	display:none;
}
.newspod b.ne-deprecated {
	margin:0px;
	padding:0px;
	background-image:url("tabctrl/section_head_ne.png");
	background-position:bottom left;
	background-repeat:no-repeat;	
	position:absolute;
	right:-1px;
	top:-1px;
	width:5px;
	height:5px;
	border:none;
	display:none;
}
.newspod b.se-deprecated {
	margin:0px;
	padding:0px;
	background-image:url("tabctrl/section_head_se.png");
	background-position:bottom left;
	background-repeat:no-repeat;	
	position:absolute;
	right:-1px;
	bottom:-1px;
	width:5px;
	height:5px;
	border:none;
	display:none;
}
.newspod h1 {
	clear:both;

	margin-left:-5px;
	margin-top:-5px;
	margin-right:-5px;
	margin-bottom:10px;
	
	font-size:14px;
	font-weight:normal;    
	line-height:1.5em;
	height:1.5em;

	padding:5px 2px 5px 8px;
	
	overflow:visible;
	background-color:#fff;
	vertical-align:middle;

	background-color:#f5f5f5;
	background-position:left bottom;
	background-repeat:repeat-x;

	border:none;
	border-bottom:1px solid #cfcfcf;
	border-top-left-radius:inherit;
	border-top-right-radius:inherit;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.newspod h1 img {
	top:0px;
	left:0px;
	border:none;
	vertical-align:middle;
	margin-right:5px;
	margin-left:-2px;
}
.newspod h1 a img {
	border:none;
	vertical-align:middle;
	margin-right:5px;
}
.newspod h2 {
	margin-top:5px;
	margin-bottom:0px;
}
.table_section_head {
	background-color:#ffffff;
	background-image:url("tabctrl/section_head_bg.gif");
	background-position:bottom left;
	background-repeat:repeat-x;
	font-weight:bold;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding:2px 5px;
	font-weight:normal;
	line-height:normal;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999999;
	border-radius: 4px;
	/* facilitate max-width: ... */
	overflow: hidden;
	text-overflow: ellipsis;
}
.badge.bordered{
	border-style:solid;
	border-width:1px;
	border-color:#cfcfcf;
}
.badge:empty {
  display: none;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* INPUT styles */
 input[type=text]
,input[type=password]
,input[type=search]
,input[type=number]
,input[type=color]
,input[type=date]
,input[type=datetime]
,input[type=datetime-local]
,input[type=time]
,textarea {
	font-family:inherit;
	font-size:1em;
	border-style:solid;
	border-width:1px;
	border-color:#a9a9a9;
	padding:4px 6px;
	
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;

	margin:0px 0px 0px 0px;
	vertical-align:middle;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	
	resize:none;
}
textarea{
	white-space: pre-wrap; /* Fix IE 11 textarea inherits white-space property from parent-element. */
	overflow-wrap: break-word;
	word-wrap: break-word;
}
select {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;

	border-style:solid;
	border-width:1px;
	border-color:#a9a9a9;
	padding:3px 1px 3px 3px;
	
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;

	margin:0px;
	background-color:#fff;
	-webkit-appearance:menulist;
	   -moz-appearance:menulist;
			appearance:menulist;

	font-family: inherit;
	font-size: inherit;
}
select[multiple],
select[size] {
	-webkit-appearance:listbox;
	   -moz-appearance:listbox;
			appearance:listbox;
}

fieldset {
	display:block;
	border-color:#a9a9a9;
	border-width:1px;
	border-style:solid;
	border-radius:4px;
	padding:5px 5px 10px 10px;
}

.boxsizingBorder {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
input[type=image]{
	/* Fix weird apple rounded images */
	-webkit-border-radius:0px;
	   -moz-border-radius:0px;
			border-radius:0px;
}

/* Breadcrumbs */
.breadcrumb {
  line-height:normal;
  padding: 4px 4px;
  list-style: none;
  background-color:transparent;
  margin:0px;
}

.breadcrumb > li {
  display: inline-block;
  margin:0px;
}

.breadcrumb > li + li:before {
  padding: 0px 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999;
  font-weight:normal;
}

.btn-group{
	box-sizing:border-box;
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
/* clearfix, prevents overflow of floating elements*/
.btn-toolbar:before{
	display:table;
	content:" ";
}
.btn-toolbar:after{
	display:table;
	content:" ";
	clear:both;
}
.btn-toolbar {
	box-sizing:border-box;
	display:block;
}
.btn-toolbar .btn-group {
	margin-right:5px;
	float:left;
}
.btn-toolbar .btn-group:last-child{
	margin-right:0px;
}
.btn-group .btn{
	float:left;
}
.btn-toolbar > .btn-group > input[type=text],
.btn-toolbar > .btn-group > input[type=search] {
	margin: 2px;
	padding: 5px 8px;
	vertical-align: middle;
}
.btn-toolbar > .btn-group > select {
	margin: 2px;
	padding: 4px 1px 4px 4px;
}
/* .progress-bar class */
.progress-bar {
	box-sizing: border-box;
	background-color: #cfcfcf;
	/*border:1px solid #7F9DB9;*/
	border: none;
	width: 250px;
	padding: 0;
	margin: 0;
	display: block;
	text-align: left;
	vertical-align: middle;
	border-radius: 2px;
	overflow: hidden;
}

	.progress-bar > .progress-indicator {
		box-sizing: border-box;
		/*background-color: #7F9DB9;*/
		background-color: #6093c5;
		width: 50%;
		min-height: 1em;
		display: block;
	}

		.progress-bar > .progress-indicator > .progress-label {
			box-sizing: border-box;
			color: #fff;
			white-space: nowrap;
			border: none;
			padding: 2px 0px 2px 3px;
			
			overflow: visible;
			text-shadow: 1px 1px 1px #333;
		}

/* Specialized progress classes */
/* .progress-sm: narrow progress bar used without .progress-label: */

	.progress-bar.progress-sm > .progress-indicator {
		/*min-height: 6px;*/
		min-height: 8px;
	}

/* .progress-warning style: Used to indicate overflow or abnormal values */
	.progress-bar.progress-warning,
	.progress-bar > .progress-indicator.progress-warning {
		background-color: #FA8072;
	}

/* .progress-bar.chart specialized styling */
.progress-bar.chart {
}
	.progress-bar.chart > .progress-indicator {
	}
	.progress-bar.chart.progress-sm > .progress-indicator {
	}

/* infinite progress modifier for .progress-bar */
	@-webkit-keyframes progress_slide {
		from { left: -25%; }
		to   { left: 100%; }
	}
	@-moz-keyframes progress_slide {
		from { left: -25%; }
		to   { left: 100%; }
	}
	@-o-keyframes progress_slide {
		from { left: -25%; }
		to   { left: 100%; }
	}
	@keyframes progress_slide {
		from { left: -25%; }
		to   { left: 100%; }
	}

	.progress-bar.infinite {
		  overflow: hidden;
	}
	.progress-bar.infinite .progress-label {
		display: none;
	}
	.progress-bar.infinite > .progress-indicator {
		  width: 25% !important;
		  position: relative;
		  -webkit-animation: progress_slide 2s ease-in-out infinite;
			 -moz-animation: progress_slide 2s ease-in-out infinite;
			   -o-animation: progress_slide 2s ease-in-out infinite;
				  animation: progress_slide 2s ease-in-out infinite;
		  
	}

/* Utility formatting classes */
.pre-wrap {
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* css3 */

	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
		word-break: break-all; /* Does not work correctly in webkit */
		word-break: break-word; /* Instead use this non-standard one: */
	
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
		-ms-hyphens: auto;
			hyphens: auto;

	overflow: visible;
	text-overflow: ellipsis;
}

.nowrap_ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.no-user-select {
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

/*
	.ajax-loading:
	Deprecated in favour of .infinite-spinner, which requires special markup, however. 
*/
.ajax-loading {
	box-sizing: border-box;
	display: inline-block;

	background-image: url(../../system/img/ajax-loader-trans.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	margin: .5em;
	padding: 0 4px 0 21px;
	vertical-align:middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	border: none;
}
.ajax-loading:empty {
	padding: 0 0 0 0;
}

/*
	User overview lists
*/
.item-list .list-item:hover,
table.item-list > tbody > tr:hover {
	background-color: #f5f5f5;
}
.item-list a:link,
.item-list a:visited {
	color: #000;
}
/* modular classes */
.popup-shadow {
	-webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
			box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.skeleton-line {
	line-height: 1em;
	margin-bottom: .25em;
	display: block;
	background: #dedede;
}
